﻿.hidden {
    display: none;
}

.m-radio.m-radio--disabled, .m-radio.m-checkbox--disabled,
.m-checkbox.m-radio--disabled,
.m-checkbox.m-checkbox--disabled {
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: not-allowed;
}

/*SIDE PANEL VIDEO*/
.dvVideoElementContainer {
    text-align: center;
}

    .dvVideoElementContainer video {
        max-width: 100%;
    }

/*MODAL VIDEO*/
.dvVideoFeedModalContainerWrapper {
    
}

.dvVideoFeedModalPatientContainer {
    text-align: center;
    min-height: 600px;
}

    .dvVideoFeedModalPatientContainer video {
        width: 100%;
        max-height: 75vh;
    }

.dvVideoFeedModalProviderContainer {
    
}

    .dvVideoFeedModalProviderContainer video {
        position: absolute;
        max-height: 250px;
        bottom: 50px;
        right: 50px;
        border: 5px solid white;
    }

/*Large Video Feed Modal*/
@media (min-width: 1200px) {
    .video-modal-xl {
        width: 90%;
        max-width: 1200px;
    }
}

meter {
    width: 200px;
    height: 20px;
}

.m--icon-font-size-lg6 {
    font-size: 2.3rem !important;
}
.m--icon-font-size-lg7 {
    font-size: 2.5rem !important;
}
.m--icon-font-size-lg8 {
    font-size: 2.7rem !important;
}
.m--icon-font-size-lg9 {
    font-size: 2.9rem !important;
}
.m--icon-font-size-lg10 {
    font-size: 3.1rem !important;
}

.m-login.m-login--5 .m-login__contanier .m-login__title {
    text-align: center;
    font-size: 1.5rem;
}

/*AUTOCOMPLETE*/
.ui-autocomplete {
    position: absolute;
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    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;
}

.textboxLoading {
    background: url('../../../img/loading.gif') no-repeat right center;
    background-size: 60px;
}

.ui-helper-hidden-accessible {
    display: none !important;
}

.m-wizard.m-wizard--2 .m-wizard__head {
    position: relative;
    margin: 3rem 0 3rem 0;
    padding: 0 5rem;
}

.required {
    color: #f4516c;
}

/*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('../../../img/loading.gif') no-repeat right center;
    background-size: 35px;
}

.messagetext-wrap {
    word-wrap: break-word;
}

@media (min-width:992px) {
    .modal-lg, .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

@media (min-width:1200px) {
    .modal-dialog.modal-xl {
        max-width: 1100px
    }
}

.mt-10, .my-10 {
    margin-top: 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 {
    background-color: #3699ff;
    border-color: #3699ff;
    color: #fff
}

    .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-secondary {
    background-color: #e4e6ef;
    border-color: #e4e6ef;
    color: #3f4254
}

    .alert.alert-secondary .close i {
        opacity: .8;
        color: #3f4254
    }

    .alert.alert-secondary .close:focus i, .alert.alert-secondary .close:hover i {
        opacity: 1;
        color: #3f4254
    }

.alert.alert-success {
    background-color: #1bc5bd;
    border-color: #1bc5bd;
    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 {
    background-color: #8950fc;
    border-color: #8950fc;
    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 {
    background-color: #ffa800;
    border-color: #ffa800;
    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 {
    background-color: #f64e60;
    border-color: #f64e60;
    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
    }

        .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
    }

    .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: #8950fc;
        border-color: #8950fc
    }

        .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
        }


/*STRIPE CARD FORM FORMATTING*/
.cardform fieldset {
    display: block;
    width: 100%;
    padding: 0.65rem 1rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.cardform .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 15px;
}

.cardform input:-webkit-autofill {
    -webkit-text-fill-color: #fce883;
    transition: background-color 100000000s;
    -webkit-animation: 1ms void-animation-out;
}

.cardform .StripeElement {
    width: 100%;
    padding: 11px 15px 11px 0;
}

.cardform input {
    border: none;
    width: 100%;
    padding: 11px 15px 11px 0;
    color: #212529;
    background-color: transparent;
    -webkit-animation: 1ms void-animation-out;
}

    .cardform input:focus {
        color: #212529;
        background-color: transparent;
        border: none;
        outline: 0;
        box-shadow: none;
    }

    .cardform input::-webkit-input-placeholder {
        color: #a1a5ac;
    }

    .cardform input::-moz-placeholder {
        color: #a1a5ac;
    }

    .cardform input:-ms-input-placeholder {
        color: #a1a5ac;
    }

/* Widget - Simple Todo List */
ul.simple-todo-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.simple-todo-list li {
    position: relative;
    padding: 0 0 0 20px;
    margin-bottom: 1rem;
}

ul.simple-todo-list li.faded {
    color: #A7A7A7;
}

ul.simple-todo-list li.completed {
    color: #A7A7A7;
}

ul.simple-todo-list li.primary {
    color: #524ba3;
}

ul.simple-todo-list li.completed:before {
    position: absolute;
    top: 3px;
    left: 0;
    font-family: FontAwesome;
    content: "\f00c";
    z-index: 1;
}

button.accordion {
    width: 100%;
    background-color: white;
    border: none;
    outline: none;
    text-align: left;
    font-size: 1rem;
    font-weight: 500;
    color: #575962;
    cursor: pointer;
    padding: 0;
    padding-bottom: 1rem;
    transition: background-color 0.2s linear;
}

button.accordion:after {
    font-family: FontAwesome;
    content: '\02795';
    font-family: "fontawesome";
    font-size: 1rem;
    float: right;
}

button.accordion.is-open:after {
    content: '\2796';
}

.accordion-content {
    background-color: white;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-in-out;
}
.pb-30{
    padding-bottom:30px;
}

tr.view {
    cursor:pointer;
}

#tblLabOrders td {
    white-space: nowrap;
}

input[type="search"].search-box {
    -webkit-appearance: searchfield;
}

input[type="search"].search-box::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    height: 10px;
    width: 10px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjEyMy4wNXB4IiBoZWlnaHQ9IjEyMy4wNXB4IiB2aWV3Qm94PSIwIDAgMTIzLjA1IDEyMy4wNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTIzLjA1IDEyMy4wNTsiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZD0iTTEyMS4zMjUsMTAuOTI1bC04LjUtOC4zOTljLTIuMy0yLjMtNi4xLTIuMy04LjUsMGwtNDIuNCw0Mi4zOTlMMTguNzI2LDEuNzI2Yy0yLjMwMS0yLjMwMS02LjEwMS0yLjMwMS04LjUsMGwtOC41LDguNQ0KCQljLTIuMzAxLDIuMy0yLjMwMSw2LjEsMCw4LjVsNDMuMSw0My4xbC00Mi4zLDQyLjVjLTIuMywyLjMtMi4zLDYuMSwwLDguNWw4LjUsOC41YzIuMywyLjMsNi4xLDIuMyw4LjUsMGw0Mi4zOTktNDIuNGw0Mi40LDQyLjQNCgkJYzIuMywyLjMsNi4xLDIuMyw4LjUsMGw4LjUtOC41YzIuMy0yLjMsMi4zLTYuMSwwLTguNWwtNDIuNS00Mi40bDQyLjQtNDIuMzk5QzEyMy42MjUsMTcuMTI1LDEyMy42MjUsMTMuMzI1LDEyMS4zMjUsMTAuOTI1eiIvPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=);
    background-size: 10px 10px;
    cursor: pointer;
}

.calendar-span {
    float: right;
    margin-right: 6px;
    margin-top: -27px;
    position: relative;
    z-index: 2;
}