@font-face {
    font-family: 'Blogger Sans';
    src: url('https://patient-rdv.fr/a173/css/local/fonts/Blogger_Sans.otf') format('truetype');
}

body.page-teleconsultation{
    font-family: "Blogger Sans" !important;
}

.page-teleconsultation h1{
    border-radius:15px;
    background-color: #EFF2F6;
}

.page-teleconsultation h4{
    font-size: 30px !important;
}

.page-teleconsultation .navbar > a{
    color: white !important;
    font-size:30px;
}

.page-teleconsultation .navbar{
    height: 80px;
    background-color:#0086b1;
}

/*.container{
   margin-top: 80px;
}

.row{
    padding: 20px;
}*/

.page-teleconsultation #start{
    padding: 10px;
    width: 100%;
    position: relative;
    font-size: 20px;
    left: 250px;
}

.page-teleconsultation .btn_container{
    display: inline-flex;
}

.page-teleconsultation .restart_conversation{
    margin-left: 14px;
}


.page-teleconsultation .restart_conversation.enabled{
    -webkit-animation-name: relance;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count:infinite;
}

@-webkit-keyframes relance {
    0%{box-shadow:0px 0px 10px #23389f;}
    50%{box-shadow:0px 0px 0px #23389f;}
    100%{box-shadow:0px 0px 10px #23389f;}
}

.page-teleconsultation .loader,
.page-teleconsultation .loader:before,
.page-teleconsultation .loader:after {
    background: #FFF;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}
.page-teleconsultation .loader:before,
.page-teleconsultation .loader:after {
    position: absolute;
    top: 0;
    content: "";
}
.page-teleconsultation .loader:before {
    left: -1.5em;
}
.page-teleconsultation .loader {
    text-indent: -9999em;
    margin: 8em auto;
    position: relative;
    font-size: 12px;
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.page-teleconsultation .loader:after {
    left: 1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.page-teleconsultation .containerSpinner {
    position: relative;
}

.page-teleconsultation .square-spinner-container{
    height: auto;
    bottom: 100%;
}

.page-teleconsultation span.msg_span{
    color: #da328a;
}

.page-teleconsultation .teleconsultation-send-mail{
    font-size: 13px!important;
}

/*drive**/
.page-teleconsultation .teleconsultation-docs-container{
    margin-top: 10px;
}
.page-teleconsultation .ongletscadreteleconsult .dropdown{
    border-radius: 4px;
    font-size: 14px;
    padding: 8px 0;
}
.page-teleconsultation .ongletscadreteleconsult .dropdown .btn,
.page-teleconsultation .ongletscadreteleconsult .dropdown .btn:hover{
    color: white;
}
.page-teleconsultation .ongletscadreteleconsult .dropdown .label{
    color: white;
    font-size: 100%;
}
.page-teleconsultation .ongletscadreteleconsult .btn.new-folder{
    color: white;
}
.page-teleconsultation .ongletscadreteleconsult .btn_sel{
    display: none!important;
}
.page-teleconsultation .telcons-bg-info{
    background-color: #0086b121;
    padding: 10px;
    border-radius: 10px;
}
.page-teleconsultation .telcons-mt-2{
    margin-top: 2em;
}
.page-teleconsultation .telcons-text-small{
    font-size: small !important;
}

/*NEW*/
body.page-teleconsultation{
    height: 100vh;
}
.page-teleconsultation .block-logo{
    position: absolute;
    top: 0px;
    left:0px;
    padding:10px;
    background: #195173;
    z-index: 3;

}
.page-teleconsultation .container-teleconsultation{
    height: 100%;
    position: relative;
}
.page-teleconsultation .titre-rdv-teleconsultation{
    position: absolute;
    top:10px;
    left:0;
    right: 0;
    z-index: 3;
    text-align: center;
}
.page-teleconsultation .titre-rdv-teleconsultation-nom{
    position: absolute;
    background: #19517380;
    color:white;
    width:40%;
    border-radius:10px;
    margin:0 auto;
    top:50px;
    left:0;
    right: 0;
    z-index: 3;
    text-align: center;
}

.page-teleconsultation #myVideo{
    width: 200px;
    height: 200px;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 3;
}
.page-teleconsultation #receiverVideo {
    position: fixed;
    top:0;
    left:0;
    right: 0;
    bottom: 0;
    min-width: 100%;
    height: 100%;
    z-index: 1;
    max-width: 100%;
    background: #195173;
}
.page-teleconsultation .block-footer-teleconsultation{
    background: rgba(255,255,255,0.4);
    padding: 10px 5px;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 5;
}
.page-teleconsultation .block-message-alert{
    display: none;
}
.page-teleconsultation .block-info-patient{
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 500px;
    background: white;
    z-index: 5;
    margin-right: -500px;
    transition: margin-right 1s ease-in-out;
    padding: 15px;
}
.page-teleconsultation .block-info-patient.active{
    margin-right: 0px;
    transition: margin-right 1s ease-in-out;
}
.page-teleconsultation .block-info-patient .nav-info-patient > li{
    margin-left: 0;
}
.page-teleconsultation .block-info-patient .nav-info-patient > li a{
    text-align: center;
    border: 1px solid #337AC5;
}
.page-teleconsultation .block-info-patient .nav-info-patient > li a:visited,
.page-teleconsultation .block-info-patient .nav-info-patient > li a:link{
    color: #337AC5;
}
.page-teleconsultation .block-info-patient .nav-info-patient > li a:hover{
    background: #337AC5;
    color: white;
}
.page-teleconsultation .block-info-patient .nav-info-patient > li.active a{
    color: white;
}
.page-teleconsultation .block-info-patient .list-group-item{
    margin-left: 0;
}
.page-teleconsultation .block-message-alert-teleconsultation{
    position: absolute;
    top:0;
    left:0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 4;
}
.page-teleconsultation .content-block-message-alert-teleconsultation > div.error_return,
.page-teleconsultation .content-block-message-alert-teleconsultation > div.end_consultation,
.page-teleconsultation .content-block-message-alert-teleconsultation > div.containerSpinner > div.textspinner,
.page-teleconsultation .content-block-message-alert-teleconsultation > div.containerSpinner > div.textspinnerconnexion,
.page-teleconsultation .content-block-message-alert-teleconsultation > div.content_msg_error{
    background: white;
    border-radius: 10px;
    padding: 10px 20px;

}
/*drive*/
.page-teleconsultation .drivectn.teleconsultation .header .hdrbas{
    flex-direction: column-reverse;
    align-items: flex-start;

}
.page-teleconsultation .drivectn.teleconsultation .body .ctn_hdr .hdr_owner,
.page-teleconsultation .drivectn.teleconsultation .body .ctn_hdr .hdr_dmod,
.page-teleconsultation .drivectn.teleconsultation .body .ctn_hdr .hdr_size,
.page-teleconsultation .drivectn.teleconsultation .body .drive_item .owner,
.page-teleconsultation .drivectn.teleconsultation .body .drive_item .dmod,
.page-teleconsultation .drivectn.teleconsultation .body .drive_item .size {
    display: none;
}
.page-teleconsultation .drivectn.teleconsultation .body .ctn_hdr .hdr_desc,
.page-teleconsultation .drivectn.teleconsultation .body .drive_item .desc{
    width: 100%;
}
.page-teleconsultation .drivectn.teleconsultation .upload_ctn.ext{
    display: none;
}

@media (max-width: 768px) {
    .page-teleconsultation .btn_show_info_patient{
        font-size: 30px;
    }
}
/*drive*/
.page-teleconsultation .drivectn .header .controls a i.fa,
.page-teleconsultation .drivectn .header .controls button i.fa{
    font-size: 30px;
    color: #797979;
}