/* Mendatory Asterisk (*) */
.mendatory {
    color: #f64e60;
}
/*toggle swtich overwrite the switch-sucees class*/
.switch.switch-outline.switch-success input:empty ~ span:before {
    border: 2px solid #f64e60;
    background-color: transparent;
}

.switch.switch-outline.switch-success input:empty ~ span:after {
    background-color: #f64e60;
}

.switch.switch-outline.switch-success input:checked ~ span:before {
    border: 2px solid #1bc5bd;
    background-color: transparent;
}

.switch.switch-outline.switch-success input:checked ~ span:after {
    color: #ffffff;
    background-color: #1bc5bd;
}

.switch input:empty ~ span:after {
    opacity: 1;
}

.switch.switch-icon input:not(checked) ~ span:after {
    content: "\2716";
    color: #fff;
    font-size: 9px !important;
}
.switch.switch-sm input:empty ~ span:before {
    width: 58px !important;
    border-radius: 4px;
}
.switch.switch-sm input:checked ~ span:after {
    margin-left: 33px;
}
.switch.switch-sm input:empty ~ span:after {
    border-radius: 0px;
    width: 24px;
}
.switch.switch-sm input:empty ~ span::after {
    height: 24px;
    width: 24px;
    top: 0px;
    border-radius: 4px;
}
/* .switch input:empty ~ span::before {
    left: 2px;
} */
.switch.switch-sm input:checked ~ span::after {
    margin-left: 34px;
}
/* Flash Message */
.alert {
    position: absolute;
    margin-bottom: 0;
    bottom: 40px;
    right: 40px;
}
form > .card-header {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    min-height: 70px;
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
}
form > .card-header .card-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0.5rem 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*Close button*/
.symbol div a {
    position: absolute;
    top: 0;
    right: 0;
    width: 18px;
    height: 18px;
}

input.ms-SearchBox-field {
    background-color: #353550;
    border: none;
}
.ms-SearchBox:hover .ms-SearchBox-label .ms-Icon {
    color: #a1a1bd;
    z-index: 5;
}
.ms-SearchBox-icon {
    color: #7e7e9d;
    z-index: 5;
    transition: all .218s ease-in-out;
}
input.ms-SearchBox-field:focus {
    background-color: #393952;
    caret-color: #e3e3e3;
    color: #e3e3e3;
    letter-spacing: 1px;
}
input.ms-SearchBox-field:focus + .ms-SearchBox-label .ms-SearchBox-icon {
    z-index: 1;
}
.form-control[readonly] {
    background-color: #F3F6F9 !important;
    opacity: 1;
}
table.dataTable tbody tr.datatable-row-active { background-color: #F1F1F1; }
input[type="checkbox"]:disabled ~ span { background-color: #d3d3d3 }
