body.lock {
    overflow: hidden !important;
}
.btnUpgradeLincense{
    color: #6ec6ec;
    cursor: pointer;
    font-weight: 700;
    display: inline-block;
}
.en_US .btnUpgradeLincense {
    float: right;
}
#FullPreview .btnUpgradeLincense{
    color: #6ec6ec;
}
.btnUpgradeLincense .fa{
    margin-left: 5px;
    font-size: 10px;
}
.custom-msa-license {
    font-weight: bold;
}
.ModalContainer .popup_modal_mask {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0px;
    position: fixed;
    z-index: 99;
    background-color: rgba(0,0,0,0.75);
    display: none;
}
.ModalContainer .modal_content{
    display: none;
    z-index: 999;
    position: fixed;
    top: 100px;
    left: 32%;
    width: 596px;
    height: 344px;
    border-radius: 2px;
    background-color: #f7f7f7;
    padding: 20px;
}
.ModalContainer .modal_content .modal_close{
    position: absolute;
    top: 9px;
    right: 13px;
}
.ModalContainer .modal_content .modal_close .fa{
    font-size: 16px;
    font-weight: normal;
    color: #a4a4a4;
    padding: 6px;
    cursor: pointer;
}
.ModalContainer .modal_content h3{
    padding: 0;
    margin-bottom: 12px;
    margin-top: 0;
    font-size: 14px;
    color: #252525;
    font-weight: normal;
}
.ModalContainer #licenseModal{
    width: 480px;
    height: auto;
}
@media (max-width: 480px) {
	.ModalContainer #licenseModal{
        width: 100%;
    }
}
.ModalContainer #licenseModal .content{
    width: 420px;
    height: auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 2px;
    width: 100%;
}
.ModalContainer #licenseModal .content .license_item{
    margin-bottom: 12px;
}
.ModalContainer #licenseModal .content .license_item input{
    position: absolute;
    opacity: 0;
}
.ModalContainer #licenseModal .content .license_item label{
    font-weight: bold;
    font-size: 14px;
    color: #252525;
}
.ModalContainer #licenseModal .content .license_item .licenseLabel:before {
    content: '';
    background: #f3f3f3;
    border-radius: 100%;
    border: 1px solid #e7e7e7;
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    top: 2px;
    margin-right: 8px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}
.ModalContainer #licenseModal .content .license_item .licenseLabel.checked:before {
    background-color: #f4f4f4;
    box-shadow: inset 0 0 0 3px #ef8648;
    border: 1px solid #ef8648
}
.ModalContainer #licenseModal .content .license_item .licenseLabel.focus:before {
    outline: none;
    border-color: #3197EE;
}
.ModalContainer #licenseModal .content .license_item.disabled .licenseLabel:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #ef8648;
}
.ModalContainer #licenseModal .content .license_item .licenseLabel:empty:before {
    margin-right: 0;
}


.ModalContainer #licenseModal .content .license_item span{
    font-weight: normal;
}
.ModalContainer #licenseModal .content .license_tips{
    font-size: 12px;
    color: #252525;
    padding-left: 36px;
}
.ModalContainer #licenseModal .content .license_tips li {
    line-height: 22px;
    padding-left: 14px;
}
.ModalContainer .action_container{
    margin-top: 14px;
}
.ModalContainer .license_learn_more{
    width: 270px;
    font-size: 12px;
    color: #252525;
    display: inline-block;
}
.ModalContainer .btnPrimary{
    width: 132px;
    min-height: 32px;
    display: inline-block;
    background-color: #ff8135;
    color: #fff;
    border-radius: 2px;
    padding: 5px 10px;
    text-align: center;
    cursor: pointer;
    vertical-align: top;
    float: right;
}
