.checkbox label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.checkbox .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 15%;
}

.checkbox label input[type="checkbox"] {
    display: none;
}

.checkbox label input[type="checkbox"]+.cr>.cr-icon {
    opacity: 0;
}

.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon {
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled+.cr {
    opacity: .5;
}

.checkbox label{
    padding: 0;
}

label{
    font-weight: normal !important;
    font-size: 16px;
}

.advmodal .modal-header {
    padding-bottom: 15px;
}


.advmodal .modal {
    text-align: center;
    padding: 0!important;
}

.advmodal .modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px; /* Adjusts for spacing */
}

.advmodal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

body{
    padding: 0 !important;
}

.cursorPointer:hover {
    cursor: pointer;
}

