.sol-theme-info-block .sol-theme-info-heading{
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
    color: #464646;
    cursor: pointer;
    display: inline-block;
    font-size: 19px;
    font-weight: 300;
    line-height: normal;
    padding: 15px;
    vertical-align: middle;
    width: 100%;
    font-weight: 600;
}
.sol-theme-info-block .sol-theme-info-content{
    background: #ffffff none repeat scroll 0 0;
    box-sizing: border-box;
    display: inline-block;
    padding: 15px;
    width: 100%;
}
.sol-theme-panel-header h2{
    margin: 0;
    padding: 0;
}
.sol-theme-btn-success{
    position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 5px 14px;
    border: 1px solid #72a53b;
    border-radius: 2px;
    background-color: #8cc152;
    color: #FFF;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    white-space: normal;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    line-height: 20px;
    cursor: pointer;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    opacity: 1;
    width: auto;
}
.sol-theme-btn-success:hover,.sol-theme-btn-success:focus {
    outline: 0;
    text-decoration: none;
    border-color: #82bc43;
    background-color: #9bc969;
}
span#subscribe-text{
    display: inline-block;
    margin-bottom: 10px;
}
.sol-theme-btn-success:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    border-color: #628e33;
    background-color: #7db440;
}
.sol-theme-panel-wrapper{
    width: 49%;
    float: left;
    background: #fff;
    border: 1px solid #ddd;
    font-size: 14px;
}
.sol-theme-panel-header{
    border-bottom: 1px solid #ddd;
    padding: 2%;
    width: 96%;
    float: left;
}
.sol-theme-panel-body{
    padding: 1% 3%;
    width: 96%;
    float: left;
}
.sol-theme-txt-lable{
    width: 100px;
    margin-right:10px;
    text-align: right;
    float: left;
    line-height: 43px;
}
.sol-theme-control-input, .sol-theme-control-button{
    float: left;
}
.sol-theme-control-input input{
    padding: 10px;
}
.sol-theme-control-button{
    margin-left: 110px;
}
.sol-theme-panel-width{
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.sol-theme-get-license-key .sol-theme-panel-width {
    box-sizing: border-box;
    padding-left: 55px;
    text-indent: -55px;
}
.sol-theme-info-block {
    border: 1px solid #e5e5e5;
    display: inline-block;
    margin-top: 30px;
    width: 100%;
}
.sol-theme-subscribe{
    background-color: #8cc152;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    padding: 4px 15px;
    cursor: pointer;
}
div.sol-theme-update-licence {
    margin-bottom: 14px;
}
div.sol-theme-right-panel-wrapper{
    float: right;
}
.sol-theme-info-block button.handlediv.button-link {
    float: right;
}
.closed .sol-theme-info-heading .toggle-indicator:before{
    content: "\f140";
}
.sol-theme-info-heading .toggle-indicator:before{
    content: "\f142";
    display: inline-block;
    font: 400 20px/1 dashicons;
    text-decoration: none !important;
}
.sol-theme-admin {
    float: left;
    width: 98%;
    margin-top: 30px;
}
.upgrade_theme_changelog {
    height: 500px;
    overflow: auto;
}
.upgrade-bugfix,
.upgrade-new-feature,
.upgrade-changes,
.upgrade-initial {
    font-size:13px;
    color:#222;
    line-height:18px;
    margin-top:30px;
    margin-bottom:10px;
    font-family: "Open Sans",sans;
}
.upgrade-changes::before,
.upgrade-new-feature::before,
.upgrade-bugfix::before,
.upgrade-initial::before {
    font-family: "dashicons";
    font-size: 18px;
    margin-right: 10px;
    vertical-align: middle;
}
.upgrade-bugfix::before {
    color: #e74c3c;
    content: "\f308";
}
.upgrade-new-feature::before,
.upgrade-initial::before {
    content: '\f155';
    color:#27ae60;
}
.upgrade-changes::before {
    content: '\f463';
    color:#F1C40F;
}
.changelog-section ul {
    list-style: inside none disc;
    margin-left: 5px;
}
.changelog-section {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 14px;
}