div.patient-teleconsultation-room .big-wait {
    font-size: 40px;
}

div.patient-teleconsultation-room .row {
    margin-right: 0px !important;
}

div.patient-teleconsultation-room .current-step {
    margin-top:12px;
}

div.patient-teleconsultation-room div#video {
    width:63vw;
    height:70vh;
    /*position: absolute;
    z-index: 75;*/
}
div.patient-teleconsultation-room div#video div#video-window {
    /*width: 100%;*/
    height: 100%;
    /*position: absolute;
   z-index: 78;*/
}
div.patient-teleconsultation-room div#video div#video-window video{
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    object-position: center;
    object-fit: cover;
}

div.patient-teleconsultation-room div#video div#video-preview {
    /*z-index: 79;
    max-width: 40vw;
    position: fixed;
    bottom: 20px;
    right: 20px;*/
    margin-bottom: 10px;
}

div.patient-teleconsultation-room div#video div#video-preview video{
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    object-position: center;
    object-fit: cover;
}

div.teleconsultation-stream-actions {
    margin-bottom: 10px;
}

div.teleconsultation-stream-actions .md-fab {
    line-height: 0px;
    width: 56px;
    height: 56px;
}

div.teleconsultation-stream-actions .md-fab i {
    font-size: 1.5em;
}


div.patient-teleconsultation-room div.prescription textarea {
    width: 100%;
}

div.video_background {
    background: url("../../img/telecs_bg_FR13001.png");

}

div.right-column {
    background: #4E4A4A;
    height: 100%;
    padding-top: 15px;
}

div#video-pip-action {
    margin-left: -22vw;
    margin-top: -20px;
    color:white;
}

div#video-pip-action .md-button {
    font-size:1.8em !important;
}

#teleconsultation-disconnect {
    background-color: red !important;
}

#teleconsultation-disconnect:hover {
    background-color: darkred;
}

#teleconsultation-disconnect img {
    width: 30px;
}

.telecs-inprogress {
    background-color: #00A9E4
}

.telecs-completed {
    background-color: #39B54A
}

.telecs-patientconnect {
    background-color: #F15A24;
}

.telecs-patientdisconnect {
    background-color: #CCCCCC;
}

.telecs-status.telecs-error {
    background-color: red;
    font-size:1em;
    height:30px;
}

.telecs-status.telecs-spinner {
    background-color: white;
    color: grey;
}

.telecs-spinner {
   float: right;
}

.telecs-status {
    height:50px;
    padding: 5px 10px;
    color: white;
    text-align: left;
    font-size: 1.4em;
    font-weight: 500;
}

.telecs-status img {
    height:30px;
    margin-right:10px;
}

.telecs-status a {
    color: white;
}

.prescription h4 {
    text-align: left;
    color:white;
}

#video-main-action {

    height: 100%;
}

#teleconsultation-progress {
    padding-left: 25px;
    padding-right: 25px;
}

.video-action-wrapper {
    font-size: 2em;
    color:white;
    margin-top: calc(35vh - 100px);
}

.video-action-wrapper .md-button {
    line-height: 0px;
    height: 160px;
    width: 160px;
}

.video-action-wrapper .md-button i {
    font-size: 6em;

}

.video-action-wrapper span {
    display: block;

}

div.video-overlay-text {
    position: absolute;
    color: white;
    font-size: 24px;
    text-align: center;
    width: 75%;
    margin-top: 180px;
}
