/* annuaire.css */

/* to have professionnel message in bottom */
.mg-center-panel{padding:0px!important;flex-direction: column;}

.message-professionnel{background-color:whitesmoke;}
.message-professionnel a{color:darkblue;}

/* search panel */
.background-image-search {
    background-image: url('../img/background-search.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.search-panel label{
    color:#696969;
}
.container-search-error{
    background-color:rgba(255, 0, 0, 0.5);
}
.container-search-error .parsley-errors-list {
    color: white;
}

.search-panel .background-light label{display:none}

.background-light{
    background-color:rgba(255, 255, 255, 0.8);
}

.background-dark{
    background-color:rgba(0, 0, 0, 0.6);
}
.background-dark label{color:white;}


.search-panel .day-circle {
    text-transform:uppercase;
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #d4edda;
    color: white;
    padding-top:5px;
    text-align: center;
    /*line-height: 40px; vertical-align:top; */
    cursor: pointer;
    position:relative;
    margin-right:5px;
}
.search-panel .day-circle .check-icon {
    position: absolute;
    /* bottom: 7px;  */
    left:17px;
    bottom:5px;
    font-size: 12px;
    display: none;
}
.search-panel .day-circle.active .check-icon {
    display: block;
}


.search-panel .day-circle.active {
    background-color: #28a745;
}
.search-panel .day-circle.inactive {
    background-color: #f8d7da;
}

.professional-filter {
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color:#696969;
}
.btn-remove-filter {
    background-color: #f44336;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 3px;
    cursor: pointer;
}
        
.appointment-filter {
    color:#696969;
    background-color: #f0f0f0;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    border-left: 5px solid orange;
    text-align:left;
}
.appointment-filter h3 {
    margin-top: 0;
    color: orange;
    font-size:1em;
}
.appointment-filter p {
    margin: 5px 0;
}        
        
.profil-line .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.5)!important;
}


.time-slot,  .time-slot-more, .time-slot-available-date, .time-slot-not-available-date, .time-slot-not-available-anymore {
    background-color: #e7f1ff;
    border: 1px solid #007bff;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
    margin: 5px;
    cursor: pointer;
}

.time-slot-available-date, .time-slot-not-available-date{
    width:100%;
}
        



.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da;
    padding: .375rem .75rem;
    height: calc(2.25rem + 6px);
    border-color:blue;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: calc(2.25rem + 6px);
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
}

.select2-dropdown {
    border-color: #ced4da;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 18px; 
}

.select2-container .select2-selection--single .select2-selection__rendered::first-letter, .select2-results__option::first-letter {
    text-transform: uppercase;
}

.select2-results__option {
    font-size: 16px;
    color:grey;
}



.select2-results__group {
    border-top:1px solid grey;
}

.profil-line.separateur{margin-top:50px;margin-bottom:20px;}




/* start PAGINATION */
.simple-pagination ul li a, .simple-pagination ul li span {
    border-radius: 50%; 
    width: 40px;
    height: 40px; 
    line-height: 40px; 
    padding: 0; 
    text-align: center; 
    font-size:1.2em;
    margin-top:10px;
}

.simple-pagination ul li.active a, .simple-pagination ul li.active span {
    background: #3899FF;
    color: white;
}

.simple-pagination ul li.disabled a, .simple-pagination ul li.disabled span {
    color: #9AA3AB;
    background: #C5CED6;
    border-color:#FFFFFF;
}

.simple-pagination ul li:hover a, .simple-pagination ul li:hover span {
    background: #0d6efd;
    color: white;
}

/* end PAGINATION */



/* ADDED with ORA */

.profession-list {
    list-style: none;
    padding: 0;
}
.profession-list li {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}
.profession-list li .color-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 10px;
}






