/* Add here all your CSS customizations */

.callManager .timeEngaged {
    display: inline-block;	
    float: none; 
    font-size: 35px; 
    height: 50px;	
    line-height: 48px; 
}

.callManager .iconButton {
    display: inline-block;	
    float: none; 
    font-size: 35px; 
    height: 50px;	
    line-height: 48px; 
    margin: 0 15px 0 15px; 
    width: 50px;
}

.callManager .iconButton span {
    color: #bababa;
}

.table-hover-click {
    cursor: pointer;
}

.gvTable {

}

.gvTable td {
    border: none;
}

.gvTable th {
    border: none;
}

.gvTable-header {
    border-bottom: 2px solid #ddd;
}

/*MODAL POPUPS*/
.modalBackground
{
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.modal-block
{
    min-width: 400px;
}

/*AUTOCOMPLETE*/
.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    _width: 160px;
    padding: 4px 0;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.search-results-list-fullwidth {
    max-width:none;
}

.search-results-list-padding {
    padding:5px;
}

/*SPINNER*/
.spinner {
    margin: 10px auto 0;
    width: 70px;
    text-align: center;
}

    .spinner > div {
        width: 18px;
        height: 18px;
        background-color: #1c93d1;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }

    .spinner .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .spinner .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.customOverlay {
    position: relative;
    background-color: white;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    z-index: 9996;
}

    .customOverlay .msg {
        margin-top: 40%;
        height: 100%;
    }

.centeredOverlay {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/*SCHEDULING*/
.tblAvailability {
    width: 100%;
    color: #333;
}
.tblAvailability .trHeaderRow {
    font-weight: 500;
    text-align: center;
    font-size: 1.0em;
    border: 1px solid #e6e6e6;
}
.tblAvailability .tdHeaderCell {
    padding: 10px 10px 10px 10px;
    border: 1px solid #e6e6e6;
}
.tdTimeSelectionLabel {
    border: 1px solid #e6e6e6;
    padding-right: 5px;
    font-size: .9em;
}
.tdTimeSelection {
    width: 13.5%;
    border: 1px solid #e6e6e6;
}
.tdTimeSelection div {
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-align: center;
    color: #343a40;
}
.tdTimeSelection div.timeSelectionNotSelected {
    background-color: none;
}
.tdTimeSelection div.timeSelectionSelected {
    background-color: #34bfa3 !important;
}
.tdTimeSelection div.timeSelectionSelectedDisabled {
    background-color: #34bfa3 !important;
    opacity: 0.65;
}

.tdTimeSelection div.timeSelectionPendingChange {
    background-color: #ffb822 !important;
}

.textboxLoading {
    background: url('../images/loading.gif') no-repeat right center;
    background-size: 35px;
}

.mt-10, .my-10 {
    margin-top: 2.5rem !important
}

.mb-10, .mx-10 {
    margin-bottom: 2.5rem !important
}

.p-8 {
    padding: 2rem !important
}

.pt-8, .py-8 {
    padding-top: 2rem !important
}

.text-dark-25 {
    color: #d1d3e0 !important
}

.alert.alert-primary .close i {
    opacity: .8;
    color: #fff
}

.alert.alert-primary .close:focus i, .alert.alert-primary .close:hover i {
    opacity: 1;
    color: #fff
}

.alert.alert-success .close i {
    opacity: .8;
    color: #fff
}

.alert.alert-success .close:focus i, .alert.alert-success .close:hover i {
    opacity: 1;
    color: #fff
}

.alert.alert-info .close i {
    opacity: .8;
    color: #fff
}

.alert.alert-info .close:focus i, .alert.alert-info .close:hover i {
    opacity: 1;
    color: #fff
}

.alert.alert-warning .close i {
    opacity: .8;
    color: #fff
}

.alert.alert-warning .close:focus i, .alert.alert-warning .close:hover i {
    opacity: 1;
    color: #fff
}

.alert.alert-danger .close i {
    opacity: .8;
    color: #fff
}

.alert.alert-danger .close:focus i, .alert.alert-danger .close:hover i {
    opacity: 1;
    color: #fff
}

.alert.alert-light {
    background-color: #f3f6f9;
    border-color: #f3f6f9;
    color: #7e8299
}

    .alert.alert-light .close i {
        opacity: .8;
        color: #7e8299
    }

    .alert.alert-light .close:focus i, .alert.alert-light .close:hover i {
        opacity: 1;
        color: #7e8299
    }

.alert.alert-dark {
    background-color: #181c32;
    border-color: #181c32;
    color: #fff
}

    .alert.alert-dark .close i {
        opacity: .8;
        color: #fff
    }

    .alert.alert-dark .close:focus i, .alert.alert-dark .close:hover i {
        opacity: 1;
        color: #fff
    }

.alert.alert-white {
    background-color: #fff;
    border-color: #fff;
    color: #3f4254
}

    .alert.alert-white .close i {
        opacity: .8;
        color: #3f4254
    }

    .alert.alert-white .close:focus i, .alert.alert-white .close:hover i {
        opacity: 1;
        color: #3f4254
    }

.alert.alert-custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 1.5rem 2rem
}

    .alert.alert-custom .alert-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 1.25rem 0 0;
        float:left;
    }

        .alert.alert-custom .alert-icon i {
            font-size: 2.4rem
        }

        .alert.alert-custom .alert-icon.alert-icon-top {
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            -ms-flex-line-pack: stretch;
            align-content: stretch
        }

    .alert.alert-custom .alert-text {
        -ms-flex-item-align: center;
        align-self: center;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        float:left;
    }

    .alert.alert-custom .alert-close {
        padding: 0 0 0 1rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        line-height: 0
    }

        .alert.alert-custom .alert-close .close {
            text-shadow: none !important;
            cursor: pointer;
            line-height: 0
        }

        .alert.alert-custom .alert-close i {
            -webkit-transition: color .15s ease,background-color .15s ease,border-color .15s ease,-webkit-box-shadow .15s ease;
            transition: color .15s ease,background-color .15s ease,border-color .15s ease,-webkit-box-shadow .15s ease;
            transition: color .15s ease,background-color .15s ease,border-color .15s ease,box-shadow .15s ease;
            transition: color .15s ease,background-color .15s ease,border-color .15s ease,box-shadow .15s ease,-webkit-box-shadow .15s ease;
            font-size: 1rem
        }

            .alert.alert-custom .alert-close i.ki {
                font-size: .75rem
            }

        .alert.alert-custom .alert-close:focus i, .alert.alert-custom .alert-close:hover i {
            -webkit-transition: color .15s ease,background-color .15s ease,border-color .15s ease,-webkit-box-shadow .15s ease;
            transition: color .15s ease,background-color .15s ease,border-color .15s ease,-webkit-box-shadow .15s ease;
            transition: color .15s ease,background-color .15s ease,border-color .15s ease,box-shadow .15s ease;
            transition: color .15s ease,background-color .15s ease,border-color .15s ease,box-shadow .15s ease,-webkit-box-shadow .15s ease
        }

    .alert.alert-custom.alert-outline-2x {
        border-width: 2px
    }

    .alert.alert-custom.alert-white {
        background-color: #fff;
        border-color: #fff
    }

        .alert.alert-custom.alert-white .alert-icon i {
            color: #3f4254
        }

        .alert.alert-custom.alert-white .alert-text {
            color: #3f4254
        }

        .alert.alert-custom.alert-white .alert-close i {
            color: #3f4254
        }

    .alert.alert-custom.alert-default {
        background-color: #f3f6f9;
        border-color: #f3f6f9
    }

    .alert.alert-custom.alert-shadow {
        -webkit-box-shadow: 0 0 30px 0 rgba(82,63,105,.05);
        box-shadow: 0 0 30px 0 rgba(82,63,105,.05)
    }

    .alert.alert-custom.alert-primary {
        background-color: #3699ff;
        border-color: #3699ff
    }

        .alert.alert-custom.alert-primary .alert-icon i {
            opacity: .8;
            color: #fff
        }

        .alert.alert-custom.alert-primary .alert-text {
            color: #fff
        }

        .alert.alert-custom.alert-primary .alert-close i {
            color: #fff
        }

        .alert.alert-custom.alert-primary .alert-close:focus, .alert.alert-custom.alert-primary .alert-close:hover {
            opacity: 1;
            color: #fff
        }

    .alert.alert-custom.alert-light-primary {
        background-color: #e1f0ff;
        border-color: transparent
    }

        .alert.alert-custom.alert-light-primary .alert-icon i {
            color: #3699ff
        }

        .alert.alert-custom.alert-light-primary .alert-text {
            color: #3699ff
        }

        .alert.alert-custom.alert-light-primary .alert-close i {
            color: #3699ff
        }

        .alert.alert-custom.alert-light-primary .alert-close:focus, .alert.alert-custom.alert-light-primary .alert-close:hover {
            color: #187de4
        }

        .alert.alert-custom.alert-light-primary.alert-notice {
            border: 0;
            border-left: 4px solid #3699ff;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

    .alert.alert-custom.alert-outline-primary {
        background-color: transparent;
        border-color: #3699ff
    }

        .alert.alert-custom.alert-outline-primary .alert-icon i {
            color: #3699ff
        }

        .alert.alert-custom.alert-outline-primary .alert-text {
            color: #3699ff
        }

        .alert.alert-custom.alert-outline-primary .alert-close i {
            opacity: .8;
            color: #3699ff
        }

        .alert.alert-custom.alert-outline-primary .alert-close:focus i, .alert.alert-custom.alert-outline-primary .alert-close:hover i {
            opacity: 1
        }

    .alert.alert-custom.alert-secondary {
        background-color: #e4e6ef;
        border-color: #e4e6ef
    }

        .alert.alert-custom.alert-secondary .alert-icon i {
            opacity: .8;
            color: #3f4254
        }

        .alert.alert-custom.alert-secondary .alert-text {
            color: #3f4254
        }

        .alert.alert-custom.alert-secondary .alert-close i {
            color: #3f4254
        }

        .alert.alert-custom.alert-secondary .alert-close:focus, .alert.alert-custom.alert-secondary .alert-close:hover {
            opacity: 1;
            color: #3f4254
        }

    .alert.alert-custom.alert-light-secondary {
        background-color: #ebedf3;
        border-color: transparent
    }

        .alert.alert-custom.alert-light-secondary .alert-icon i {
            color: #e4e6ef
        }

        .alert.alert-custom.alert-light-secondary .alert-text {
            color: #e4e6ef
        }

        .alert.alert-custom.alert-light-secondary .alert-close i {
            color: #e4e6ef
        }

        .alert.alert-custom.alert-light-secondary .alert-close:focus, .alert.alert-custom.alert-light-secondary .alert-close:hover {
            color: #d7dae7
        }

        .alert.alert-custom.alert-light-secondary.alert-notice {
            border: 0;
            border-left: 4px solid #e4e6ef;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

    .alert.alert-custom.alert-outline-secondary {
        background-color: transparent;
        border-color: #e4e6ef
    }

        .alert.alert-custom.alert-outline-secondary .alert-icon i {
            color: #3f4254
        }

        .alert.alert-custom.alert-outline-secondary .alert-text {
            color: #3f4254
        }

        .alert.alert-custom.alert-outline-secondary .alert-close i {
            opacity: .8;
            color: #3f4254
        }

        .alert.alert-custom.alert-outline-secondary .alert-close:focus i, .alert.alert-custom.alert-outline-secondary .alert-close:hover i {
            opacity: 1
        }

    .alert.alert-custom.alert-success {
        background-color: #1bc5bd;
        border-color: #1bc5bd
    }

        .alert.alert-custom.alert-success .alert-icon i {
            opacity: .8;
            color: #fff
        }

        .alert.alert-custom.alert-success .alert-text {
            color: #fff
        }

        .alert.alert-custom.alert-success .alert-close i {
            color: #fff
        }

        .alert.alert-custom.alert-success .alert-close:focus, .alert.alert-custom.alert-success .alert-close:hover {
            opacity: 1;
            color: #fff
        }

    .alert.alert-custom.alert-light-success {
        background-color: #c9f7f5;
        border-color: transparent
    }

        .alert.alert-custom.alert-light-success .alert-icon i {
            color: #1bc5bd
        }

        .alert.alert-custom.alert-light-success .alert-text {
            color: #1bc5bd
        }

        .alert.alert-custom.alert-light-success .alert-close i {
            color: #1bc5bd
        }

        .alert.alert-custom.alert-light-success .alert-close:focus, .alert.alert-custom.alert-light-success .alert-close:hover {
            color: #0bb7af
        }

        .alert.alert-custom.alert-light-success.alert-notice {
            border: 0;
            border-left: 4px solid #1bc5bd;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

    .alert.alert-custom.alert-outline-success {
        background-color: transparent;
        border-color: #1bc5bd
    }

        .alert.alert-custom.alert-outline-success .alert-icon i {
            color: #1bc5bd
        }

        .alert.alert-custom.alert-outline-success .alert-text {
            color: #1bc5bd
        }

        .alert.alert-custom.alert-outline-success .alert-close i {
            opacity: .8;
            color: #1bc5bd
        }

        .alert.alert-custom.alert-outline-success .alert-close:focus i, .alert.alert-custom.alert-outline-success .alert-close:hover i {
            opacity: 1
        }

    .alert.alert-custom.alert-info {
        background-color: #9FABE9;
        border-color: #9FABE9
    }

        .alert.alert-custom.alert-info .alert-icon i {
            opacity: .8;
            color: #fff
        }

        .alert.alert-custom.alert-info .alert-text {
            color: #fff
        }

        .alert.alert-custom.alert-info .alert-close i {
            color: #fff
        }

        .alert.alert-custom.alert-info .alert-close:focus, .alert.alert-custom.alert-info .alert-close:hover {
            opacity: 1;
            color: #fff
        }

    .alert.alert-custom.alert-light-info {
        background-color: #eee5ff;
        border-color: transparent
    }

        .alert.alert-custom.alert-light-info .alert-icon i {
            color: #8950fc
        }

        .alert.alert-custom.alert-light-info .alert-text {
            color: #8950fc
        }

        .alert.alert-custom.alert-light-info .alert-close i {
            color: #8950fc
        }

        .alert.alert-custom.alert-light-info .alert-close:focus, .alert.alert-custom.alert-light-info .alert-close:hover {
            color: #7337ee
        }

        .alert.alert-custom.alert-light-info.alert-notice {
            border: 0;
            border-left: 4px solid #8950fc;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

    .alert.alert-custom.alert-outline-info {
        background-color: transparent;
        border-color: #8950fc
    }

        .alert.alert-custom.alert-outline-info .alert-icon i {
            color: #8950fc
        }

        .alert.alert-custom.alert-outline-info .alert-text {
            color: #8950fc
        }

        .alert.alert-custom.alert-outline-info .alert-close i {
            opacity: .8;
            color: #8950fc
        }

        .alert.alert-custom.alert-outline-info .alert-close:focus i, .alert.alert-custom.alert-outline-info .alert-close:hover i {
            opacity: 1
        }

    .alert.alert-custom.alert-warning {
        background-color: #ffa800;
        border-color: #ffa800
    }

        .alert.alert-custom.alert-warning .alert-icon i {
            opacity: .8;
            color: #fff
        }

        .alert.alert-custom.alert-warning .alert-text {
            color: #fff
        }

        .alert.alert-custom.alert-warning .alert-close i {
            color: #fff
        }

        .alert.alert-custom.alert-warning .alert-close:focus, .alert.alert-custom.alert-warning .alert-close:hover {
            opacity: 1;
            color: #fff
        }

    .alert.alert-custom.alert-light-warning {
        background-color: #fff4de;
        border-color: transparent
    }

        .alert.alert-custom.alert-light-warning .alert-icon i {
            color: #ffa800
        }

        .alert.alert-custom.alert-light-warning .alert-text {
            color: #ffa800
        }

        .alert.alert-custom.alert-light-warning .alert-close i {
            color: #ffa800
        }

        .alert.alert-custom.alert-light-warning .alert-close:focus, .alert.alert-custom.alert-light-warning .alert-close:hover {
            color: #ee9d01
        }

        .alert.alert-custom.alert-light-warning.alert-notice {
            border: 0;
            border-left: 4px solid #ffa800;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

    .alert.alert-custom.alert-outline-warning {
        background-color: transparent;
        border-color: #ffa800
    }

        .alert.alert-custom.alert-outline-warning .alert-icon i {
            color: #ffa800
        }

        .alert.alert-custom.alert-outline-warning .alert-text {
            color: #ffa800
        }

        .alert.alert-custom.alert-outline-warning .alert-close i {
            opacity: .8;
            color: #ffa800
        }

        .alert.alert-custom.alert-outline-warning .alert-close:focus i, .alert.alert-custom.alert-outline-warning .alert-close:hover i {
            opacity: 1
        }

    .alert.alert-custom.alert-danger {
        background-color: #f64e60;
        border-color: #f64e60
    }

        .alert.alert-custom.alert-danger .alert-icon i {
            opacity: .8;
            color: #fff
        }

        .alert.alert-custom.alert-danger .alert-text {
            color: #fff
        }

        .alert.alert-custom.alert-danger .alert-close i {
            color: #fff
        }

        .alert.alert-custom.alert-danger .alert-close:focus, .alert.alert-custom.alert-danger .alert-close:hover {
            opacity: 1;
            color: #fff
        }

    .alert.alert-custom.alert-light-danger {
        background-color: #ffe2e5;
        border-color: transparent
    }

        .alert.alert-custom.alert-light-danger .alert-icon i {
            color: #f64e60
        }

        .alert.alert-custom.alert-light-danger .alert-text {
            color: #f64e60
        }

        .alert.alert-custom.alert-light-danger .alert-close i {
            color: #f64e60
        }

        .alert.alert-custom.alert-light-danger .alert-close:focus, .alert.alert-custom.alert-light-danger .alert-close:hover {
            color: #ee2d41
        }

        .alert.alert-custom.alert-light-danger.alert-notice {
            border: 0;
            border-left: 4px solid #f64e60;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

    .alert.alert-custom.alert-outline-danger {
        background-color: transparent;
        border-color: #f64e60
    }

        .alert.alert-custom.alert-outline-danger .alert-icon i {
            color: #f64e60
        }

        .alert.alert-custom.alert-outline-danger .alert-text {
            color: #f64e60
        }

        .alert.alert-custom.alert-outline-danger .alert-close i {
            opacity: .8;
            color: #f64e60
        }

        .alert.alert-custom.alert-outline-danger .alert-close:focus i, .alert.alert-custom.alert-outline-danger .alert-close:hover i {
            opacity: 1
        }

    .alert.alert-custom.alert-light {
        background-color: #f3f6f9;
        border-color: #f3f6f9
    }

        .alert.alert-custom.alert-light .alert-icon i {
            opacity: .8;
            color: #7e8299
        }

        .alert.alert-custom.alert-light .alert-text {
            color: #7e8299
        }

        .alert.alert-custom.alert-light .alert-close i {
            color: #7e8299
        }

        .alert.alert-custom.alert-light .alert-close:focus, .alert.alert-custom.alert-light .alert-close:hover {
            opacity: 1;
            color: #7e8299
        }

    .alert.alert-custom.alert-light-light {
        background-color: #f3f6f9;
        border-color: transparent
    }

        .alert.alert-custom.alert-light-light .alert-icon i {
            color: #f3f6f9
        }

        .alert.alert-custom.alert-light-light .alert-text {
            color: #f3f6f9
        }

        .alert.alert-custom.alert-light-light .alert-close i {
            color: #f3f6f9
        }

        .alert.alert-custom.alert-light-light .alert-close:focus, .alert.alert-custom.alert-light-light .alert-close:hover {
            color: #e4e6ef
        }

        .alert.alert-custom.alert-light-light.alert-notice {
            border: 0;
            border-left: 4px solid #f3f6f9;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

    .alert.alert-custom.alert-outline-light {
        background-color: transparent;
        border-color: #f3f6f9
    }

        .alert.alert-custom.alert-outline-light .alert-icon i {
            color: #3f4254
        }

        .alert.alert-custom.alert-outline-light .alert-text {
            color: #3f4254
        }

        .alert.alert-custom.alert-outline-light .alert-close i {
            opacity: .8;
            color: #3f4254
        }

        .alert.alert-custom.alert-outline-light .alert-close:focus i, .alert.alert-custom.alert-outline-light .alert-close:hover i {
            opacity: 1
        }

    .alert.alert-custom.alert-dark {
        background-color: #181c32;
        border-color: #181c32
    }

        .alert.alert-custom.alert-dark .alert-icon i {
            opacity: .8;
            color: #fff
        }

        .alert.alert-custom.alert-dark .alert-text {
            color: #fff
        }

        .alert.alert-custom.alert-dark .alert-close i {
            color: #fff
        }

        .alert.alert-custom.alert-dark .alert-close:focus, .alert.alert-custom.alert-dark .alert-close:hover {
            opacity: 1;
            color: #fff
        }

    .alert.alert-custom.alert-light-dark {
        background-color: #d1d3e0;
        border-color: transparent
    }

        .alert.alert-custom.alert-light-dark .alert-icon i {
            color: #181c32
        }

        .alert.alert-custom.alert-light-dark .alert-text {
            color: #181c32
        }

        .alert.alert-custom.alert-light-dark .alert-close i {
            color: #181c32
        }

        .alert.alert-custom.alert-light-dark .alert-close:focus, .alert.alert-custom.alert-light-dark .alert-close:hover {
            color: #131628
        }

        .alert.alert-custom.alert-light-dark.alert-notice {
            border: 0;
            border-left: 4px solid #181c32;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

    .alert.alert-custom.alert-outline-dark {
        background-color: transparent;
        border-color: #181c32
    }

        .alert.alert-custom.alert-outline-dark .alert-icon i {
            color: #181c32
        }

        .alert.alert-custom.alert-outline-dark .alert-text {
            color: #181c32
        }

        .alert.alert-custom.alert-outline-dark .alert-close i {
            opacity: .8;
            color: #181c32
        }

        .alert.alert-custom.alert-outline-dark .alert-close:focus i, .alert.alert-custom.alert-outline-dark .alert-close:hover i {
            opacity: 1
        }

    .alert.alert-custom.alert-white {
        background-color: #fff;
        border-color: #fff
    }

        .alert.alert-custom.alert-white .alert-icon i {
            opacity: .8;
            color: #3f4254
        }

        .alert.alert-custom.alert-white .alert-text {
            color: #3f4254
        }

        .alert.alert-custom.alert-white .alert-close i {
            color: #3f4254
        }

        .alert.alert-custom.alert-white .alert-close:focus, .alert.alert-custom.alert-white .alert-close:hover {
            opacity: 1;
            color: #3f4254
        }

    .alert.alert-custom.alert-light-white {
        background-color: #fff;
        border-color: transparent
    }

        .alert.alert-custom.alert-light-white .alert-icon i {
            color: #fff
        }

        .alert.alert-custom.alert-light-white .alert-text {
            color: #fff
        }

        .alert.alert-custom.alert-light-white .alert-close i {
            color: #fff
        }

        .alert.alert-custom.alert-light-white .alert-close:focus, .alert.alert-custom.alert-light-white .alert-close:hover {
            color: #f3f6f9
        }

        .alert.alert-custom.alert-light-white.alert-notice {
            border: 0;
            border-left: 4px solid #fff;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

    .alert.alert-custom.alert-outline-white {
        background-color: transparent;
        border-color: #fff
    }

        .alert.alert-custom.alert-outline-white .alert-icon i {
            color: #fff
        }

        .alert.alert-custom.alert-outline-white .alert-text {
            color: #fff
        }

        .alert.alert-custom.alert-outline-white .alert-close i {
            opacity: .8;
            color: #fff
        }

        .alert.alert-custom.alert-outline-white .alert-close:focus i, .alert.alert-custom.alert-outline-white .alert-close:hover i {
            opacity: 1
        }

        .loadingOverlay {
            background-color: rgba(0,0,0,.35);
            position: fixed;
            display: block;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 1011;
            user-select: none;
            overflow: hidden;
        }

        .loadingOverlayContent {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: white;
            text-shadow: 0 0 2px black;
        }

        .input-check-disabled {
            cursor: not-allowed;
        }

        .input-label-disabled {
            color: #aaa;
        }

/*Tabs*/
.consultation-header {
    position: relative !important;
    float: right !important;
    width: 55px !important;
    top: 8px !important;
}

.consultant-tabs {
    font-weight: 600;
}

    .consultant-tabs li {
        min-width: 180px;
        text-align: center;
        background: #f6f6f6;
    }

        .consultant-tabs li a {
            margin-right: 0 !important;
            border-radius: 0 !important;
        }

        .consultant-tabs li:first-child a {
            border-radius: 5px 0px 0px 0px !important;
        }

        .consultant-tabs li a, .consultant-tabs li a:hover {
            border-left: 0px !important;
            border-right: 0px !important;
        }

        .consultant-tabs li.active a, .consultant-tabs li.active a:hover, .consultant-tabs li.active a:focus {
            border-top: 3px solid #555555 !important;
        }


/* Collapsible */

.collapsible {
    background-color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 89%;
    border: none;
    text-align: left;
    outline: none;
    color: #514BA3;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

    .collapsible-active, .collapsible:hover {
        background-color: #fff;
    }

    .collapsible:after {
        color: #514BA3;
        font-family: Font Awesome 6 Pro;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        content: '\2228';
        color: #514BA3;
        float: left;
        margin-right: 5px;
    }

.collapsible-active:after {
    font-family: Font Awesome 6 Pro;
    content: "\2227";
}

.collapsible-content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;    
}

.collapsible-add-button {
    float: right;
    display: flex;
    height: 20px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: #47A447;
    color: #ffffff;
}

.separator-line {
    height: 1px;
    background: rgba(221, 221, 221, 0.50);
    border: 1px solid #DDDDDD80
}

@media (max-width: 992px) {
    .consultation-header {
        position: relative !important;
        float: right !important;
        width: 75px !important;
        top: 8px !important;
        right: 0px !important;
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }

    .consultation-heading {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
    }

    .consultant-tabs {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .consultant-tabs li {
        display: block !important;
        text-align: center;
    }

        .consultant-tabs li a {
            border-top: 1px solid #ddd !important;
        }
}

.password-rules {
    margin-bottom: 10px
}

    .password-rules p {
        margin: 0;
    }

.m--font-danger {
    color: #f4516c !important;
}

.m--font-success {
    color: #34bfa3 !important;
}

.font-weight-bold {
    font-weight: 600;
}

#dvModalMFA .modal-dialog {
    max-width: 499px;
}

#updModalMFA {
    font-weight: 400;
    color: #272727;
    font-size: 14px;
}

    #updModalMFA .modal-header {
        background: #F6F6F6;
        border-radius: 5px 5px 0px 0px;
        min-height: 77px;
        align-items: center;
        display: flex;
    }

    #updModalMFA .modal-title {
        font-size: 18px;
        color: #272727 !important;
    }

    #updModalMFA .checkbox-custom label:before {
        border: 1px solid #524ba3 !important;
    }
    #updModalMFA .checkbox-custom label {
        margin-left: 5px;
    }
    #updModalMFA .checkbox-custom input[type="checkbox"]:checked + label:after {
        color: #524ba3 !important;
    }

    #updModalMFA .modal-footer {
        padding: 20px;
        text-align: right;
        border-top: 1px solid #e5e5e5;
        background: #F5F5F5;
        border-radius: 0px 0px 5px 5px;
    }

.mfa-modal-instructions {
    margin-top: 5px;
    line-height: 22px;
}

.mfa-inputs {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

    .mfa-inputs input {
        height: 37px;
    }

        .mfa-inputs input:focus {
            border-color: #514BA3 !important;
            box-shadow: 0 !important;
        }

.mfa-text-container {
    padding: 24px;
    padding-top: 10px;
    padding-bottom: 15px;
    font-size: 14px;
    font-weight: 400 !important;
    color: #000000 !important;
}

@media (min-width: 768px) {
    .mfa-inputs input {
        width: 54.7px;
    }
}

#dvModalMFA {
    text-align: center;
    padding: 0 !important;
}

    #dvModalMFA:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

    #dvModalMFA .modal-dialog {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }

#dvAlert_ResetPassword .close {
    display: none !important;
}

#dvAlert_ResetPassword label {
    margin-bottom: 0px;
}

.verticalRadio tr td label {
    padding-left: 10px;
}