.navbar{
    margin-bottom: 0;
    min-height: 10px;
    
}
#btn-nav{
    float: right;
    vertical-align: middle;
    color: white;
}
#btn-nav a{
    background-color: #31b0d5;
}
#nav__calendar{
    height: 30px;
    margin-bottom: 0;
    background-color: #9400D3;
}
#nav__calendar a{
    color: white;
    font-size: 1em;
    padding: 3px;
    height: 100%;
}
.calendar__table{
    width: 100%;
    padding-top: -15px;
}
.calendar__table th{
    padding: 0;
    border: 1px solid #CCC;
    vertical-align: top;
    text-align: center;
    width: 14.29%;
    height: 10px;
}
.calendar__table th span{
    width: 20%;
    height: 17px;
    float: left;
    background-color: #31b0d5;
}
.calendar__table td{
    padding: 0;
    height: 10px;
}
.calendar__weekday{
    font-weight: bold;
    color: black;
    font-size: 1.2em;
}
.calendar__table .th__vide{
    height: 10px;
}
.calendar__hours{
    width: 10px;
    text-align: center;
    border: solid 1px #CCC;
}
.calendar__hours th div .btn-info{
    border: none;
    color: white;
    background-color: #31b0d5;
    width: 80%;
    float: right;
}
.calendar__hours th div .btn-info:hover{
    border: none;
    color: white;
}
.calendar__hours td{
    border: solid 1px #CCC;
}
.calendar__hours input{
    width: 100%;
    height: 100%;
    padding: 0;
    text-align: center;
    text-decoration: none;
    color: black;
}
.calendar__hours .rdvlibre{
    background-color: lightcyan;
    border: none;
    color: black;
}
.calendar__hours .reserveSH{
    background-color: #FFB6C1;
    border: none;
    color: black;
}
.calendar__hours .rdvfree{
    background-color: lightsalmon;
    border: none;
    color: black;
}
.calendar__hours .quinze{
    background-color: lightcyan;
    border: none;
    color: black;
}
.calendar__hours .vingt{
    background-color: grey;
    border: none;
    color: white;
}
.calendar__hours .rdvpile{
    background-color: #31b0d5;
    border: none;
    color: white;
}
.calendar__hours .rdvprittd{
    background-color: grey;
    border-color: grey;
    color: white;
}
.calendar__hours .rdvprit{
    background-color: grey;
    border: none;
    color: white;
}
.calendar__hours .rdvprittd:active{
    background-color: grey;
    border: none;
    color: white;
}
.calendar__hours .new{
    background-color: black;
    color:fuchsia;
    font-weight: bold;
}
.calendar__hours td input{
    width:80%;
    float: right;
}
.calendar__hours td span{
    width:19.8%;
    float: left;
}
.th__vide input{
    width: 100%;
    text-align: center;
}
#newprdv{
    width:15%;
}
#newprdv img{
    width:20px;
    z-index: 1;
    position: relative;
}
.heure_patient{
    display: block;
    float: left;
}
/*
Nouveau rdv
*/

#new_rdv{
 width: 100%;
 position: fixed;
 background-color: white;
}
#new_rdv form{
    padding-top: 20px;
    width: 55%;
    margin: 0 auto;
}
#new_rdv #close{
    width: 20px;
    height: 20px;
    float: right;
}
#new_rdv #close button{
    width: 100%;
    border: none;
    background-color: white;
}
#new_rdv #close img{
    width: 200%;
}
#new_rdv label{
    padding: 1%;
}
#new_rdv input{
    border-radius: 5px;
}
#new_rdv select{
    width: 50%;
    margin: 2% 0;
}
#new_rdv textarea{
    width: 70%;
    height: 100px;
    margin: 2% 0;
    border-radius: 5px;
    padding: 5px;
}
.les_submit_new_rdv{
    width: 55%;
    margin: 0 auto;
    margin-bottom: 10px;
}