.updates-licens .container {
    width: 100%;
}
.changelog_tabs ul.nav li {
    background-color: #fff;
    -moz-box-shadow: 0 -4px 8px -3px rgba(0,0,0,0.14);
    -webkit-box-shadow:inset 0 -4px 8px -3px rgba(0,0,0,0.14);
    box-shadow:inset 0 -4px 8px -3px rgba(0,0,0,0.14);
}
.changelog_tabs ul li a,
.changelog_tabs ul li a:hover,
.changelog_tabs ul li a:focus {
    color: #999;
    font-weight: bold;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 14px 15px;
}
.changelog_tabs ul li.active {
    border-top: 2px solid #ff8304;
    -webkit-box-shadow: 0 -5px 10px -1px rgba(0,0,0,0.14);
    -moz-box-shadow: 0 -5px 10px -1px rgba(0,0,0,0.14);
    box-shadow: 0 -5px 10px -1px rgba(0,0,0,0.14);
    z-index: 1;
}
.changelog_tabs ul li.active a,
.changelog_tabs ul li.active a:hover,
.changelog_tabs ul li.active a:focus {
    border: none;
    border-radius: 0;
}
.tab-content {
    -moz-box-shadow: 0 0 8px 0 rgba(0,0,0,0.14);
    -webkit-box-shadow:inset 0 0 8px 0 rgba(0,0,0,0.14);
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.14);
}
.changelog_tabs .nav-tabs {
    border: none;
}
.head-update {
    background: #333;
    padding: 11px 30px;
    font-size: 16px;
    font-weight: bolder;
    color: #fff;
    margin-bottom: 20px;
}
.head-update span,
.single-version h3 span {
    color: #fff;
}
.single-version .single-history {
    padding: 0 30px 4px;
    border-bottom: 1px solid #dfdfdf;
}
.single-version {
    background: #fff;
    margin-bottom: 12px;
    padding-top: 10px;
}

.single-version h3 {
    padding: 5px 30px;
    font-size: 16px;
}
.single-version .single-history ul {
    padding-left: 20px
}
.update-licens {
    width: 100%;
}
.update-licens {
    margin-top: 15px;
}
#check-lic {
    width: 260px;
    height: 60px;
    line-height: 58px;
    padding: 0;
    font-size: 17px;
    margin-top: 25px;
}
.licens-bg select {
    height: 50px;
    font-size: 16px;
    background: #FFFFFF;
    border: 1px solid #DADADA;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 13px 17px;
}
.licens-bg span {
    font-size: 14px;
    color: #FF4837;
    line-height: 28px;
    display: none;
}
.alids_help{padding-top:5px}
.alids_help a {
    text-decoration: underline;
    font-size: 14px;
}
.updates-purchase {
    background: #f7f7f7;
}

.updates-purchase h4 {
    font-weight: normal;
    font-size: 22px;
    line-height: 32px;
    margin: 0;
}

.updates-purchase h3 {
    margin-top: 50px
}

.updates-purchase h3 span {
    color: #c60
}

.updates-licens {

}

.licens-bg {
    margin-top: 40px;
}

.head {
    margin-bottom: 50px;
}

#row {
    display: flex;
    justify-content: space-between;
}
#right {
    max-width: 320px;
    flex-shrink: 0;
    height: 288px;
    margin-left: 40px;
}
#left {
    padding: 30px 60px;
}

.licens-bg .update-ok {
    line-height: 36px;
    padding: 0 15px;
    border-radius: 4px;
    border: 1px solid #f60;
    background: 0;
    color: #f60;
    font-size: 17px;
    font-weight: bolder
}

.licens-bg .update-licens {
    line-height: 50px;
    padding: 0 20px;
    background: #FFFFFF;
    border: 1px solid #DADADA;
    box-sizing: border-box;
    border-radius: 3px;
}
.list-bg {
    background: #f3f3f3;
    padding: 35px 0;
}
.update-sidebar p {padding-left: 15px;padding-right: 15px;color: #fff!important;}

.update-sidebar .contact-sidebar {
    padding-top: 10px;
    font-weight: bolder
}

.update-sidebar h3 {
    margin: 20px 0;
}

.update-sidebar {
    background: #626262;
    padding: 20px 0;
    color: #fff
}
.update-sidebar .contact-sidebar .fa {
    margin-right: 15px
}
@media(max-width:1199px) {
    .update-sidebar>p {padding-left: 12px;padding-right: 12px;}
}
@media(max-width:991px) {
    #row {
        flex-direction: column;
    }
    #left {
        width: 100%;
        order: 1;
    }
    #right {
        margin: 0 auto 20px auto;
    }
}
@media(max-width:767px) {
    .updates-purchase h4 {
        font-size: 20px;
        line-height: 28px;
    }
    #left {
        padding: 15px;
        margin: 0;
    }
    .updates-purchase {padding: 40px 0;}
    .update-sidebar .button-sidebar {padding: 10px;}

    .head {
        margin-bottom: 20px;
    }

}