.user_lists {
    border: 0px;
    box-shadow: none;
    color: #090909;
    padding: 0px;
}

span.name.text-left {
    font-weight: 500;
    font-size: 18px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 34px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ca2222;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2ab934;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(55px);
    -ms-transform: translateX(55px);
    transform: translateX(55px);
}


/*------ ADDED CSS ---------*/

.on {
    display: none;
}

.on {
    color: white;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 46%;
    left: 63%;
    width: 100%;
    font-size: 10px;
    font-family: Verdana, sans-serif;
}

.off {
    color: white;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 46%;
    left: 87%;
    width: 100%;
    font-size: 10px;
    font-family: Verdana, sans-serif;
}

input:checked+.slider .on {
    display: block;
}

input:checked+.slider .off {
    display: none;
}


/*--------- END --------*/


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.info-table-view table td .colon {
    position: absolute;
    left: 0px;
}

.info-table-view table td {
    width: 100%;
    position: relative;
}


@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {

    .complaint,
    .apprantice-application-wrap {
        display: block !important
    }
}

.panel-table .table-responsive {
    overflow: auto;
}

.panel-body .info-table-view th {
    min-width: 150px;
    max-width: 150px;
}

.supervisor-content-tile {
    display: inline-block;
    font-size: 14px;
}

.fee-title-text .title {
    font-weight: normal;
}

.supervisor-tile label {
    font-size: 14px;
}

.update-profile {
    float: none;
    text-align: right;
    margin: 0;
}

.switch.tooltips.switch-box {
    margin-left: 10px;
}

.upload-all-tile {
    min-width: 100%;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}

.upload-img-tile {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    object-fit: cover !important;
}

.swal-footer {
    text-align: center !important;
}

.branch-icons-wrap .branch-icons-cover {
    display: flex;
}

.required-documents-form .file-upload-button input+ul {
    position: absolute;
    top: 45px;
}

.required-documents-form a.btn.btn-success.addFile {
    margin-top: 0px;
    padding: 13px 15px
}

.required-documents-form .upload_sections {
    margin-top: -15px;
}

.required-documents-form [class*="col-sm"] {
    margin-top: 10px;

}


.not-active {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    /*color: black;*/
}

textarea {
    resize: vertical;
    overflow: auto;
}


.tooltip-inner {
    word-break: normal;
    word-wrap: break-word;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 68px;
    right: 23px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #555;
    color: white;
    cursor: pointer;
    padding: 15px;
    height: 41px;
    width: 41px;
    font-size: 18px;
    border-radius: 50%;
}

#myBtn i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

#myBtn:hover {
    background-color: #000;
}

.icon-no-access {
    color: #ccc;
    cursor: not-allowed;
}

th.sortable:hover {
    cursor: pointer;
    color: #667fa0;
}

.display-flex {
    display: flex;
}

.justify-content-between {
    justify-content: space-between;
}

.align-items-start {
    align-items: flex-start;
}

.mb-1 {
    /* 5px = 0.5rem in Bootstrap 3 base font */
    margin-bottom: 5px !important;
}

.mb-2 {
    /* 10px = 1rem in Bootstrap 3 base font */
    margin-bottom: 10px !important;
}

.mb-3 {
    /* 15px = 1rem in Bootstrap 3 base font */
    margin-bottom: 15px !important;
}

.readonly-field {
    background-color: #ededed !important;
    cursor: not-allowed;
}

input[readonly].form-control,
select[disabled].form-control 
{
    background-color: #e9ecef;
    color: #6c757d;
    border: 1px solid #ced4da;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
    opacity: 1;
    /* keep full opacity so text is readable */
    cursor: not-allowed;
    /* show the “no–edit” cursor */
}