.modal-open {
    overflow: hidden;
}

#mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;   
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9998;
}
#modal {
    z-index: 9999;
    position: absolute;
    width: 80%;
    background-color: rgba(255, 255, 255, 1);
    overflow-y: auto;
    max-height: 80%; /* Hauteur maximale de la fenêtre modale */ 
    padding: 10px;
}
.close{
    position:fixed;
    color:#fff;
    display:inline-block;
    width:30px;
    height:30px;
    border-radius:50%;
    top:15px;
    right:15px;
    background:rgba(0,0,0,0.5);
    text-align:center;
    line-height:28px;
    font-size:20px;
    transition:all ease-out 0.3s 0s;
    text-decoration: none;
}
a.close:hover{
    text-decoration:none;
    color:#fff !important;
    background:rgba(0,0,0,0.7)
}

.modal-header{
    width: 100%;
    text-align: center;
    font-size: 1.2em;
}

.modal-header table {
    width: 80%;
    margin: auto;
}

.tleft{
    text-align: left;
    width: 50%;
}
.tright{
    text-align: right;
    width: 50%;
}



.modal-content{
    width: 80%;
    margin: auto;
    text-align: justify;
}
.modal-footer{
    padding: 40px 0 10px 0;
    text-align: right;
}
.RDV_overlay .RDV_Content {
    height: 80%;
    width: 90%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: relative;
}  

.RDV_Content {
	-webkit-overflow-scrolling: touch;
  	overflow-y: scroll;
}

.RDV_overlay .RDV_Content iframe{
    /*width:calc(100% - 70px);
    position:fixed;
    height:calc(100% - 70px);*/
    position:relative;
    top:35px;
    left:0;
    right:0;
    margin:auto;
}
.RDV_close{
    position:fixed;
    color:#fff;
    display:inline-block;
    width:30px;
    height:30px;
    border-radius:50%;
    top:15px;
    right:15px;
    background:rgba(0,0,0,0.5);
    text-align:center;
    line-height:28px;
    font-size:20px;
    transition:all ease-out 0.3s 0s;
    text-decoration: none;
}
a.RDV_close:hover{
    text-decoration:none;
    color:#fff !important;
    background:rgba(0,0,0,0.7)
}
a#RDV_openbtn{
    overflow:visible;
    cursor:pointer;
    color:#fff;
    border:0px;
    display:inline-block;
    outline:none;
    padding:10px 15px;
    margin:0px;
    font-family:Helvetica, Arial, sans-serif;
    font-size:16px;
    line-height:16px;
    text-decoration:none;
    border-radius:3px;
    -webkit-appearance:none;
    box-shadow:none;
}

a#NewPatient_openbtn{
    overflow:visible;
    cursor:pointer;
    color:#fff;
    border:0px;
    display:inline-block;
    outline:none;
    padding:10px 15px;
    margin:10px 0px 0px 0px;
    font-family:Helvetica, Arial, sans-serif;
    font-size:14px;
    line-height:14px;
    text-decoration:none;
    border-radius:3px;
    -webkit-appearance:none;
    box-shadow:none;
}


