.modal-license {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #2a2d2dcc;
    visibility: hidden;
    opacity: 0;
    transition: all 0.25s ease-in-out;
    z-index :99999;
}
.modal-license.open {
    opacity: 1;
    visibility: visible;
}
.modal-license.open .modal {
    /*margin-top: -260px;*/
    margin-top : -10%;
    opacity: 1;
}
.modal-license .modal {
    /*width: 800px;*/
    /*height: 800px;*/
    width: 80%;
    max-width: 800px;
    height: 80%;
    max-height: 800px;
    display: block;
    margin: 45% 0 0 -300px;
    position: relative;
    top: 30%;
    left: 45%;
    background: #fff;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    border: 2px solid #022270;
    box-sizing: border-box;
}
.modal-license .modal .head {
    width: 100%;
    height: 65px;
    overflow: hidden;
    background: #EFF2F7;
}
.modal-license .modal .head span.title {
    line-height: 4.5;
    margin-left: 25px;
    font-size: 14px;
    color: #022270;
    font-weight: 700;
}
.modal-license .modal .head span.reset {
    line-height: 4.5;
    margin-left: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #c2ced8;
    text-decoration: underline;
}
.modal-license .modal .head span.reset:hover{
    cursor:pointer;
    color:#1b2329;
}
.modal-license .modal .head .btn-close {
    font-size: 14px;
    display: block;
    float: right;
    color: #8e8a8a !important;
    line-height: 4.5;
    margin-right:20px;
}
.modal-license .modal .content {
    /*  padding: 15px 0px;*/
}
.modal-license .modal .content h3 {
    margin-left:25px;
    font-size:14px !important;
    color:#3c4858 !important;
    font-weight:700 !important;
    margin-bottom:10px;
}
.modal-license .modal .content ul li {
    border-bottom:1px solid #DDDDDD;
    padding:20px 0 15px 0px;
}
.modal-license .modal .content ul li:last-child {
    border-bottom:none;
}
.modal-license .modal .content ul li button {
    background-color: #F9FAFC;
    padding:4px 14px;
    border-radius: 20px;
    border :1px solid #c2ced8;
    margin:3px;
    color:#3c4858;
    font-size:12px;
}
.modal-license .modal .content div.part_list {
    overflow: auto;
    height:550px;
}
.modal-license .modal .content div.result {
    border-top:1px solid #DDDDDD;
}
.modal-license .modal .content ul li div {
    padding:0px 20px;
    line-height: 30px;
}
.modal-license .modal .content ul li button.checked{
    background: #3C4858;
    color: #ffffff;
    border: 1px solid #3C4858;
}
.modal-license .modal .content ul li button.unchecked{
    background: #C0C0C0;
    color: #f9f9f9;
    border: 1px solid #C0C0C0;
}
.modal-license .modal .content button.license_code_save,license_code_inner{
    display: block;
    margin: 24px auto 0;
    background: #022270;
    width: 95px;
    height: 35px;
    color: #ffffff;
}

.modal-license .modal .content button.close{
    display: block;
    margin: 24px auto 0;
    background: #0ba3a8;
    width: 95px;
    height: 35px;
    color: #ffffff;
}

.modal-local {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #2a2d2dcc;
    visibility: hidden;
    opacity: 0;
    transition: all 0.25s ease-in-out;
    z-index :99999;
}
.modal-local.open {
    opacity: 1;
    visibility: visible;
}
.modal-local.open .modal {
    margin-top: -200px;
    opacity: 1;
}

.modal-local .modal .content ul li button.unchecked{
    background: #C0C0C0;
    color: #f9f9f9;
}

.modal-local .modal {
    width: 410px;
    height: 500px;
    display: block;
    margin: 45% 0 0 -300px;
    position: relative;
    top: 35%;
    left: 55%;
    background: #fff;
    transition: all 0.5s ease-in-out;
    border: 2px solid #022270;
    box-sizing: border-box;
}

.modal-detail-local {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #2a2d2dcc;
    visibility: hidden;
    opacity: 0;
    transition: all 0.25s ease-in-out;
    z-index :99999;
}
.modal-detail-local.open {
    opacity: 1;
    visibility: visible;
}
.modal-detail-local.open .modal {
    margin-top: -200px;
    opacity: 1;
}

.modal-detail-local .modal .content ul li button.unchecked{
    background: #C0C0C0;
    color: #f9f9f9;
}

.modal-detail-local .modal {
    width: 710px;
    height: 500px;
    display: block;
    margin: 45% 0 0 -300px;
    position: relative;
    top: 35%;
    left: 55%;
    background: #fff;
    transition: all 0.5s ease-in-out;
    border: 2px solid #022270;
    box-sizing: border-box;
}

.modal-price {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #2a2d2dcc;
    visibility: hidden;
    opacity: 0;
    transition: all 0.25s ease-in-out;
    z-index :99999;
}
.modal-price.open {
    opacity: 1;
    visibility: visible;
}
.modal-price.open .modal {
    margin-top: -200px;
    opacity: 1;
}

.modal-price .modal {
    width: 410px;
    height: 330px;
    display: block;
    margin: 45% 0 0 -300px;
    position: relative;
    top: 35%;
    left: 55%;
    background: #fff;
    transition: all 0.5s ease-in-out;
    border: 2px solid #022270;
    box-sizing: border-box;
}

.modal-price .modal .content button.close{
    display: block;
    margin: 24px auto 0;
    background: #0ba3a8;
    width: 95px;
    height: 35px;
    color: #ffffff;
}