.modal-open{
    padding: 0 !important;
}

.modal{
    padding: 0 !important;
}


.modal .spinner{
    font-size: 40px;
    opacity: 0.3;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    left: 50%;
    line-height: 40px;
    margin-top: -20px;
    display: none;
    z-index: 2;
}

.modal.loading .modal-dialog:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #fff;
    opacity: 0.3;
}

.modal.loading .spinner{
    display: block;
}

ul.dropdown-menu{
    border-radius: 0;
}

.btn{
    border-radius: 0;
}

.btn.btn-success{
    background-color: #4cb050;
    border-color:  #4cb050;
    outline: 0;
}
.btn.btn-success:hover{
    background-color: #48854a;
    border-color:  #48854a;
    outline: 0;
}


.btn.btn-default{
    background-color: #e7e7e7;
    border-color:  #e7e7e7;
    outline: 0;
}
.btn.btn-default:hover{
    background-color: #dbdbdb;
    border-color:  #dbdbdb;
    outline: 0;
}

.btn.btn-grey{
    background-color: #979ba7;
    border-color:  #979ba7;
    outline: 0;
    color: #ffffff;
}
.btn.btn-grey:hover{
    background-color: #7e8189;
    border-color:  #7e8189;
    outline: 0;
}

.btn.btn-primary{
    background-color: #2196f3;
    border-color:  #2196f3;
    outline: 0;
}
.btn.btn-primary:hover{
    background-color: #1f6fc0;
    border-color:  #1f6fc0;
    outline: 0;
}

.btn.btn-lg{
    font-size: 14px;
    border-radius: 0;
    line-height: 20px;
    padding: 8px 10px 12px 10px;
}

.btn.btn-md{
    font-size: 14px;
    border-radius: 3px;
    line-height: 20px;
    padding: 8px 10px 12px 10px;
}

.modal-dialog{
    margin-top: 100px;
}


.modal-dialog.small{
    width: 500px;
}

.modal-content{
    border-radius: 0;
}

.modal button.close{
    background: url(../images/spriteV2.png) no-repeat -1046px -39px #e9e9e9;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    border: 2px solid #cfd4dc;
    height: 32px;
    width: 32px !important;
    display: block;
    top: 10px;
    left: 12px;
    z-index: 1;
    cursor: pointer;
    opacity: 0.7;
    float: left;
}

.modal button.close:hover{
    opacity: 1;
}

.modal-header{
    background-color: #edf0f4;
    border-bottom: 1px solid #eaedf2;
    padding: 10px;
}

.modal-title{
    font-size: 16px;
    color: #666;
    height: 30px;
    line-height: 27px;
    margin: 0;
    padding: 0;
}

input[type="checkbox"]{
    position: relative;
    width: 17px;
    height: 17px;
    display: inline-block;
    float: right;
    margin: 3px 0 0 7px;
}

input[type="checkbox"]:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 1px;
}

input[type="checkbox"]:checked:after{
    background: url('../images/spriteV2.png') no-repeat -382px -216px;
    border: 0;
    width: 16px;
    height: 16px;
}

input[type="checkbox"]:disabled,input[type="radio"]:disabled{
    opacity: 0.4;
}

input[type="radio"]{
    position: relative;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 7px 0 0 7px;
    float: right;
}

input[type="radio"]:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 13px;
}

input[type="radio"]:checked:after{
    background: url('../images/spriteV2.png') no-repeat -344px -216px;
    border: 0;
    width: 16px;
    height: 16px;
}

.modal-body{
    padding: 30px 30px 15px 30px;
}

input,
textarea,
select{
    box-shadow: none !important;
}

label{
    font-weight: normal;
    color: #666;
}

.btn-lg{
    padding: 7px 30px 7px 30px !important;
}

.just-title{
    text-align: center;
    color: #666;
}
.just-title h2{
    font-size: 24px;
    margin: 0;
}

.general-text{
    color: #777;
    line-height: 30px;
}