/* Insert Your Custom CSS Here */
.panel-bd-top {
    border-top: 3px solid #5D9AD4;
}

.vd_navbar {
    background-color: #5D9AD4;
    color: #ffffff;
    width: 10%;
}

.vd_back-top {
    background: none repeat scroll 0 0 #5D9AD4;
}


.vd_bg-green {
    background-color: #5D9AD4 !important;
}

.btn.vd_bg-green:hover,
.btn.vd_green:hover {
    background-color: #2787C2 !important;
    color: #FFF !important;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #5D9AD4;
    border-color: #5D9AD4;
}

.pagination > li > a, .pagination > li > span {
    color: #5D9AD4;
}

.vd_mega-menu-content {
    border-top: 3px solid #5D9AD4;
}

a {
    color: #5D9AD4;
}

a:hover {
    color: #2787C2;
}


.input-majuscule {
    text-transform: uppercase;
}

.input-first-letter {
    text-transform: capitalize;
}


.label-wrapper-modal {
    color: #5D9AD4;
}

.formPatientAge {
    text-align:center; 
    padding-left:5px; 
    white-space: nowrap;
    font-weight: bold;
}

.vd_input-wrapper-modal {
    padding: 2px;
    height: 38px;
    color: #5D9AD4;
    overflow: hidden;
    overflow: -moz-hidden-unscrollable;
    background: url(/img/arrow-down.jpg) no-repeat right #FFFFFF;
    position: relative;
    -moz-box-shadow: 2px 2px 2px silver;
    -webkit-box-shadow: 2px 2px 2px silver;
    -o-box-shadow: 2px 2px 2px silver;
    box-shadow: 2px 2px 2px silver;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;

    font-size: 13px;
    font-family: 'Open Sans', 'arial';
}

.vd_input-wrapper-modal select {
    padding: 5px;
    background: transparent;
    appearance: none;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    border: 0;
    height: 38px;
    position: absolute;
    left: 0;
    top: 0;

}

.vd_input-wrapper-modal select:focus {
    outline: 0;
}

.input-modal {
    -moz-box-shadow: 2px 2px 2px silver;
    -webkit-box-shadow: 2px 2px 2px silver;
    -o-box-shadow: 2px 2px 2px silver;
    box-shadow: 2px 2px 2px silver;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.input-modal-date-left {
    -moz-box-shadow: 0px 2px 2px 0px silver;
    -webkit-box-shadow: 0px 2px 2px 0px silver;
    -o-box-shadow: 0px 2px 2px 0px silver;
    box-shadow: 0px 2px 2px 0px silver;

    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.input-modal-date-right {
    -moz-box-shadow: 2px 2px 2px silver;
    -webkit-box-shadow: 2px 2px 2px silver;
    -o-box-shadow: 2px 2px 2px silver;
    box-shadow: 2px 2px 2px silver;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}


.vd_checkbox.checkbox-success input[type=checkbox]:checked + label:before {
    background-color: #5D9AD4;
    border: 1px solid #5D9AD4;
}


.ui-widget-header {
    border: 1px solid #5D9AD4;
    background: #5D9AD4;
    color: #fff;
    font-weight: bold;
}

.vd_radio.radio-success input[type=radio]:checked + label:before {
    border: 1px solid #5D9AD4;
}

.vd_radio.radio-success label:after {
    background-color: #5D9AD4;
    border: 1px solid #5D9AD4;
}

.ui-autocomplete {
    max-height: 300px;
    position: absolute;
    cursor: default;
    z-index: 1000 !important;
}

.ui-menu .ui-menu-item a.ui-corner-all:hover, .ui-menu .ui-menu-item a.ui-corner-all:focus, .ui-menu .ui-menu-item a.ui-corner-all:active {
    background: #5D9AD4 !important;
    color: #fff;
    border-radius: 0;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: #5D9AD4 !important;
    border: none;
    color: #fff;
    border-radius: 0;
    font-weight: normal;
}

@media (min-width: 1301px) {
    .modal-dialog {
        width: 1200px;
    }
}

.fc-license-message {
    display: none !important;
}


.select_nouveaupatient {
    background-color: #2787C2 !important;
    color: #FFFFFF !important;
}

.ui-autocomplete li {
    border-bottom: 1px solid #000000;
    padding: 10px !important;
}

.ui-autocomplete li:first-child {
    padding: 10px !important;
    background-color: #5D9AD4 !important;
    color: #FFFFFF !important;
    font-style: italic;
    font-weight: bold;
    border-bottom: 1px solid #000000;
}

.ui-autocomplete li:first-child:hover {
    padding: 10px !important;
    background-color: #1B6D85 !important;
    color: #FFFFFF !important;
    font-style: italic;
    font-weight: bold;
    border-bottom: 1px solid #000000;
}

.ui-autocomplete li:hover {
    border-bottom: 1px solid #000000;
    padding: 10px !important;
}

.vd_input-wrapper-centre {
    padding: 2px;
    height: 28px;
    color: #5D9AD4;
    overflow: hidden;
    overflow: -moz-hidden-unscrollable;
    background: url(/img/arrow-down.jpg) no-repeat right #fff;
    position: relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 13px;
    font-family: 'Open Sans', 'arial', serif;
    font-weight: 600;
    margin-left: 15px;
    margin-right: 15px;
}

.vd_input-wrapper-centre select {
    padding: 2px;
    background: transparent;
    appearance: none;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    border: 1;
    height: 28px;
    position: absolute;
    left: 0;
    top: 0;

}

.vd_input-wrapper-centre select:focus {
    outline: 0;
}

.vd_bg-color {
    background-color: #5D9AD4 !important;
}


.vd_radio.radio-success input[type=radio]:checked + label:before {
    border: 1px solid #5D9AD4;
}

.vd_radio.radio-success label:after {
    background-color: #5D9AD4;
    border: 1px solid #5D9AD4;
}

::-webkit-input-placeholder {
    color: #164561;
}

:-moz-placeholder {
    color: #164561;
}

::-moz-placeholder {
    color: #164561;
}

:-ms-input-placeholder {
    color: #164561;
}

.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    overflow: auto;
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399FF;
}

.vd_menu-search .vd_menu-search-submit2 {
    position: absolute;
    top: 0;
    right: 0;
    background: #5D9AD4;
    color: #FFF;
    padding: 2px 8px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

select {
    height: 39px;
}

.vd_mega-menu-wrapper > .vd_mega-menu > .mega-ul > .mega-li > [data-action^="toggle-navbar-right"], .vd_mega-menu-wrapper > .vd_mega-menu > .mega-ul > .mega-li > [data-action^="toggle-navbar-left"] {
    color: #5D9AD4;
}

.vd_mega-menu-wrapper .vd_mega-menu > .mega-ul > li.one-icon .mega-link:hover, .vd_mega-menu-wrapper .vd_mega-menu > .mega-ul > li.one-icon .mega-link.open {
    background-color: #ffffff !important;
    color: #5D9AD4;
}

.vd_mega-menu-content:before {
    -moz-border-color: none;
    border-color: transparent transparent #5D9AD4;

}

.vd_mega-menu-content {
    border: 3px solid #5D9AD4;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.tabb_rond_couleur {
    background-color: #DDEAF6 !important;
}

.form-wizard .wizard .btn {
    background-color: #00D3C8;
    color: #ffffff;
    -moz-box-shadow: 2px 2px 2px silver;
    -webkit-box-shadow: 2px 2px 2px silver;
    -o-box-shadow: 2px 2px 2px silver;
    box-shadow: 2px 2px 2px silver;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}


.form-wizard .nav > li.active .menu-icon {
    background: #01D0CA;
    color: #FFF;
}


.form-wizard .nav .menu-icon {
    display: block;
    height: 25px;
    line-height: 25px;
    width: 25px;
    background-color: #D7DFE2;
    color: #5D9AD4 !important;
}


.form-wizard .nav > li.active > a, .form-wizard .nav > li.active > a:hover, .form-wizard .nav > li.active > a:focus {
    color: #5D9AD4 !important;
    font-weight: 800;
    font-size: 0.85em;
}

.form-wizard .nav > li > a {
    color: #5D9AD4;
    font-size: 0.85em;
}


.form-wizard .progress {
    height: 3px;
    top: 49px;
    position: relative;
}


.btn_widget_standard, .btn_widget_standard:hover {
    background-color: #5D9AD4;
    color: #ffffff;
    -moz-box-shadow: 2px 2px 2px silver;
    -webkit-box-shadow: 2px 2px 2px silver;
    -o-box-shadow: 2px 2px 2px silver;
    box-shadow: 2px 2px 2px silver;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}


.input-widget {
    -moz-box-shadow: 2px 2px 2px silver;
    -webkit-box-shadow: 2px 2px 2px silver;
    -o-box-shadow: 2px 2px 2px silver;
    box-shadow: 2px 2px 2px silver;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.input-widget-date-left {
    -moz-box-shadow: 0px 2px 2px 0px silver;
    -webkit-box-shadow: 0px 2px 2px 0px silver;
    -o-box-shadow: 0px 2px 2px 0px silver;
    box-shadow: 0px 2px 2px 0px silver;

    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.input-widget-date-right {
    -moz-box-shadow: 2px 2px 2px silver;
    -webkit-box-shadow: 2px 2px 2px silver;
    -o-box-shadow: 2px 2px 2px silver;
    box-shadow: 2px 2px 2px silver;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}


.vd_input-wrapper-compte {
    padding: 2px;
    height: 38px;
    color: #5D9AD4;
    overflow: hidden;
    overflow: -moz-hidden-unscrollable;
    background: url(/img/arrow-down.jpg) no-repeat right #fff;
    position: relative;
    -moz-box-shadow: 2px 2px 2px silver;
    -webkit-box-shadow: 2px 2px 2px silver;
    -o-box-shadow: 2px 2px 2px silver;
    box-shadow: 2px 2px 2px silver;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

    font-size: 13px;
    font-family: 'Open Sans', 'arial';
    font-weight: 600;

    margin-left: 15px;
    margin-right: 15px;
}

.vd_input-wrapper-compte select {
    padding: 5px;
    background: transparent;
    appearance: none;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    border: 1;
    height: 38px;
    position: absolute;
    left: 0;
    top: 0;

}

.vd_input-wrapper-compte select:focus {
    outline: 0;
}

.ui-datepicker {
    background: #5D9AD4;
}

.ui-datepicker a {
    color: #fff;
}

.ui-datepicker .ui-datepicker-calendar {
    margin: 10px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #fff;
    background: #5D9AD4;
    font-weight: bold;
    color: #000;
}

.liste-widget-rdv {
    background-color: #CEF0FC;
    -moz-box-shadow: 2px 2px 2px silver;
    -webkit-box-shadow: 2px 2px 2px silver;
    -o-box-shadow: 2px 2px 2px silver;
    box-shadow: 2px 2px 2px silver;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow-y: auto;

    height: 200px;
    padding: 10px;
}


.mCS-widget-theme.mCSB_scrollTools {
    background-color: #CCF0FE;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.mCS-widget-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    background-color: #0061A5;
}

.mCS-widget-theme.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #81DBF6;
    width: 100%;

}

.mCS-widget-theme.mCSB_scrollTools .mCSB_buttonUp,
.mCS-widget-theme.mCSB_scrollTools .mCSB_buttonDown {
    background-image: url(mCSB_buttons.png); /* css sprites */
    background-repeat: no-repeat;
    opacity: 0.4;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)";
}

.mCS-widget-theme.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 0;
    /*
    sprites locations
    light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
    dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
    */
}

.mCS-widget-theme.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -20px;
    /*
    sprites locations
    light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
    dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
    */
}


.mCS-widget-theme.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCS-widget-theme.mCSB_scrollTools .mCSB_buttonDown:hover {
    opacity: 0.75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

.mCS-widget-theme.mCSB_scrollTools .mCSB_buttonUp:active,
.mCS-widget-theme.mCSB_scrollTools .mCSB_buttonDown:active {
    opacity: 0.9;
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)";
}


.liste-widget-global {
    background-color: #E9EEF2;
    -moz-box-shadow: 2px 2px 2px silver;
    -webkit-box-shadow: 2px 2px 2px silver;
    -o-box-shadow: 2px 2px 2px silver;
    box-shadow: 2px 2px 2px silver;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
}


.mCSB_scrollTools {
    background-color: #CCF0FE;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    background-color: #0061A5;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #81DBF6;
    width: 100%;

}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
    background-image: url(mCSB_buttons.png); /* css sprites */
    background-repeat: no-repeat;
    opacity: 0.4;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 0;
    /*
    sprites locations
    light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
    dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
    */
}

.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -20px;
    /*
    sprites locations
    light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
    dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
    */
}


.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover {
    opacity: 0.75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active {
    opacity: 0.9;
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)";
}

#scayt_banner {
    display: none !important;
}

.ui-pnotify-container {
    height: auto !important;
}

.ui-pnotify.stack-bottomright, .ui-pnotify.stack-bottomleft {
    top: auto !important;
    z-index: 9999999;
}

#passwdStrength {
    height: 10px;
    display: block;
}

.strength0 {
    width: 100%;
    background: #cccccc;
}

.strength1 {
    width: 25%;
    background: #ff0000;
}

.strength2 {
    width: 50%;
    background: #ff8b23;
}

.strength3 {
    width: 75%;
    background: #fff422;
}

.strength4 {
    background: #399800;
    width: 100%;
}

.faire_clignoter {
    animation: clignoter 1s infinite;
}

@keyframes clignoter {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.linePatientTS {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 5vh;
    border-bottom: solid 1px #7A7A7A;
}

.btn.btn-rounded {
    border-radius: 50px;
}

.roundIconButton {
    background: white;
    height: 25px;
    width: 25px;
    padding: 0;
}

.darkBlueBtn {
    border: solid 1px #134058;
    color: #134058;
}

.lightBlueBtn {
    border: solid 1px #5D9AD4;
    color: #5D9AD4;
}

.darkBtn {
    border: solid 1px #414141;
    color: #414141;
}

.orangeBtn {
    border: solid 1px #F8830D;
    color: #F8830D;
}

.whiteAndBlueBtn {
    color: #FAFAFA;
    background-color: #134058;
    border: solid 1px #FAFAFA;
}

.modalTitleBand {
    color:#134058; 
    background: #DDEAF6; 
    padding: 10px; 
    font-size:large;
}

.whiteAndBlueBtn.btn-filled:hover, .whiteAndBlueBtn.btn-filled:hover:focus {
    color: #134058;
    background-color: #FAFAFA;
    border-color: #134058;
    opacity: 1;
}

.whiteAndBlueBtn.btn-filled:focus {
    outline: 0;
    color: #FAFAFA;
}

.customTooltip.ui-tooltip {
    background: #FAFAFA;
    color: #414141;
    border: solid 2px #134058;
    padding: 5px;
    opacity: 1;
}

.noPatientField {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.carousel-indicators.customCarouselIndicators {
    position: relative;
    bottom: 0;
    margin: 0;
    padding: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.carousel-indicators.customCarouselIndicators li {
    border-color: #134058;
    width:8px;
    height:8px;
}

.carousel-indicators.customCarouselIndicators .active {
    background-color: #134058;
    width:10px;
    height:10px;
}

.carousel-control.customCarouselControls.disabled {
    display: none;
}
.carousel-control.customCarouselControls {
    background: none;
    color: #134058;
    opacity: 1;
    width: 4%;
    display: flex;
    align-items: center;
    z-index: 2;
}

.customCarouselControls > i {
    font-size: 2.5vh;
}

.biggerButtons {
    height: 40px;
    width: 40px;
    font-size: 20px;
}

.h-100 {
    height:100%;
}