﻿body {
    background: #F1F3FA;
}

.is-disabled {
    opacity: .5;
    pointer-events: none;
}

.isMobileButtons{
    display: none
}

.isNotMobile{
    display: block
}

.inProgressCallModal{
    display: block
}

.inProgressCallModalMobile{
    display: none;
}


/*VIDEO*/

.suscriber {
    position: fixed;
    top: 0%;
    left: 1%;
    height: 86%;
    width: 97%;
    z-index: 1000;
}


.modal-content:not(.modal-message):not(.attachments-modal):not(.modal-quick-survey) {
    border-radius: 0px;
    border: none;
    top: 10%;
    padding-left: 5%;
    padding-right: 1%;
    background-color: #284c79;
    color: white;
}

.openDialogCallMobile {
    border-radius: 10px;
    background-color: white;
    color: black;
    text-align: center;
    height: 40px;
    font-size: 14px;
    padding: 10px;
    width: 150px;
    border: 0px;
}

.video-ancho{
    height: 75%
}

.btnWaitingRoom {
    padding-top: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

/* Profile container */
.profile {
    margin: 20px 0;
}


/* Profile sidebar */

.profile-sidebar {
    padding: 20px 0 10px 0;
    background: #fff;
}

.profile-userpic img {
    float: none;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}

.profile-usertitle {
    text-align: center;
    margin-top: 20px;
}

.profile-usertitle-name {
    color: #5a7391;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 7px;
}

.profile-comunicando {
    color: #5a7391;
    font-size: 17px;
    margin-bottom: 7px;
    background-color: #eee;
    margin-top: 20px;
}

.profile-usertitle-matricula {
    text-transform: uppercase;
    color: #5b9bd1;
    font-size: 12px;
    margin-bottom: 15px;
}

.profile-usermenu {
    margin-top: 30px;
}

.profile-usermenu ul li {
    border-bottom: 1px solid #f0f4f7;
}

.profile-usermenu ul li:last-child {
    border-bottom: none;
}

.profile-usermenu ul li span.doctor-data {
    color: #93a3b5;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    display: block;
    padding: 10px 15px;
}

.profile-usermenu ul li span.doctor-data:hover {
    background-color: #eeeeee;
    cursor: pointer;
}

.profile-usermenu ul li span i {
    margin-right: 8px;
    font-size: 14px;
}

.profile-usermenu ul li.active {
    border-bottom: none;
}

.profile-usermenu ul li.active a {
    color: #5b9bd1;
    background-color: #f6f9fb;
    border-left: 2px solid #5b9bd1;
    margin-left: -2px;
}


/* Profile Content */

.profile-content {
    padding: 20px;
    background: #fff;
    min-height: 460px;
}

.progress.call-progress {
    position: fixed;
    top: 50px;
    background-position: center;
    z-index: 100;
}



.suscriber div {
    padding-top: 10px;
}

.publisher {
    position: fixed;
    right: 3%;
    bottom: 15%;
    text-align: right;
    height: 150px;
    width: 150px;
    z-index: 1000;
}


/*DATOS MEDICO*/

.modalDatos {
    padding-right: 0px;
    background-color: rgba(4, 4, 4, 0.2);
}

.modalDatos span {
    margin-left: 10px;
}

.datosCall {
    font-size: 12px;
    color: #afc6e1;
    list-style-type: none;
}

.datosCall a {
    font-size: 12px;
    color: #afc6e1;
}

.datosCall a:hover {
    font-size: 12px;
    color: #afc6e1;
}

.profile-usertitle-name2 {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 7px;
}

.modal-dialog:not(.modal-message):not(.attachments-modal):not(.modal-quick-survey) {
    top: 90%;
    width: 100%;
    position: absolute;
    z-index: 1001;
}


.modal-body:not(.modal-message):not(.attachments-modal):not(.modal-quick-survey) {
    border-radius: 0px;
    border: none;
    top: 10%;
    background-color: #284c79;
    color: white;
    right: 1%;
}

.modal-dialog:not(.modal-message):not(.attachments-modal):not(.modal-quick-survey) {
    top: 90%;
    width: 100%;
    position: absolute;
    z-index: 1001;
}
.modal-dialog:not(.modal-message):not(.attachments-modal):not(.modal-quick-survey) {
    top: 90%;
    width: 100%;
    position: absolute;
    z-index: 1001;
}

.modal-dialog:not(.modal-message):not(.attachments-modal):not(.modal-quick-survey) {
    top: 90%;
    width: 100%;
    position: absolute;
    z-index: 1001;
}



.modalCallNoSuccess {
    background-color: rgb(0 0 0 / 0%) !important;
}

.attachments-form {
    top: 10%;
}

.in.modal-backdrop {
    opacity: 1;
    background-color: gray;
}

#dvVideos {
    margin-right: 3px;
    background-color: black;
}

.flechita {
    position: absolute;
    right: 1%;
    top: 10%;
    z-index: 1001;
}

.btnVideo {
    background-color: darkgray;
    margin-bottom: 10%;
}

.scrollable-content {
    position: relative;
    max-height: 250px;
    height: 250px;
    overflow: auto;
}

.col-attachment-name {
    width: 90%;
}

.width100 {
    width: 100%;
}

.file-progress {
    position: relative;
    margin-bottom: 0;
}

.file-progress .file-progress-value {
    position: absolute;
    display: block;
    width: 100%;
    color: black;
}

.btn-round {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

#modalDialog {
    z-index: 99999;
}

#btnCortar {
    width: 40px;
    height: 40px;
    margin-right: 18px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
}

#btnCortar i {
    font-size: 23px;
}


/*-----------------------------------------------------*/


/*------------------------ CHAT -----------------------*/


/*-----------------------------------------------------*/

.btn-chat {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-size: 19px;
    line-height: 1.33;
}

.btn-chat span {
    top: 7px;
    left: 1px;
    vertical-align: middle;
}


/*-----------------------------------------------------*/


/*----------------------- HEADER ----------------------*/


/*-----------------------------------------------------*/

.main-header {
    position: relative;
    max-height: 100px;
    z-index: 1030;
    height: 50px;
}

.logo {
    display: block;
    width: 200px;
    padding: 0 15px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.250);
}

.logo-icon {
    height: 40px;
    width: 40px;
    display: block;
    margin: auto;
    padding-top: 5px;
    box-sizing: content-box;
}

.icon-container {
    height: 50px;
}

.btn-group-lg > .btn, .btn-lg {
    padding: 10pX;
    font-size: 13px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btnSmaller {
    margin-bottom: 10px;
    width: 100%;
    font-size: smaller;
}

.flex-buttons-mobile{
    display: none
}

.flex-buttons {
    display: flex;
    gap: 20px;
    margin-top: 10px;
    margin-left: 50px;
}

.btn-chat-desktop {
    margin-left: auto;
    margin-right: 40px;
}

.btn-adjuntos {
    height: 35px;
}

.OT_publisher .OT_edge-bar-item.OT_mode-off, .OT_subscriber .OT_edge-bar-item.OT_mode-off, .OT_publisher .OT_edge-bar-item.OT_mode-auto, .OT_subscriber .OT_edge-bar-item.OT_mode-auto, .OT_publisher .OT_edge-bar-item.OT_mode-mini-auto, .OT_subscriber .OT_edge-bar-item.OT_mode-mini-auto{
    right: 30px;
}

@media (max-width: 768px) {
    .chat_window {
        height: -webkit-fill-available;
    }

    .btnWaitingRoom {
        margin-left: -3px;
    }
    #uploadAttachments{
        width: 80px;
    }
    #cancelAddAttachments{
        width: 80px;
    }
    .modal-footer{
        padding: 5px
    }

    .flex-buttons-mobile {
        display: flex;
        margin-top: 50px;
        justify-content: center;
        gap: 40px;
    }

    .btn-round{
        position: relative;
        top: 3px;
    }
    .flex-buttons {
        display: flex;
        justify-content: center;
        margin-top: 10px;
        margin-left: 15px;
        margin-bottom: 10px;
        margin-right: 0px;
    }
    .btn-adjuntos{
        border-radius: 10px;
    }

    .container-buttons-mobile {
        position: fixed;
        right: 3%;
        display: flex;
        justify-content: center;
        /* text-align: center; */
        bottom: 10%;
        gap: 40px;
        width: 100%;
    }

    .isNotMobile {
        display: none
    }

    .inProgressCallModal {
        display: none
    }

    .inProgressCallModalMobile {
        display: block;
        position: fixed;
        bottom: 0%;
        width: 100%;
        margin-left: 30px;
    }

    .suscriber {
        height: 75%;
    }

    .modal-content:not(.modal-message):not(.attachments-modal):not(.modal-quick-survey) {
        height: auto;
        text-align: center;
    }

    .container-button-mobile {
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .datosCall {
        color: black
    }

    .modalDatos span {
        margin-left: 0px;
    }

    .publisher {
        position: fixed;
        right: 3%;
        bottom: 25%;
        text-align: right;
        height: 100px;
        width: 100px;
        z-index: 1000;
    }
}


@media (max-width: 768px) and (max-height: 750px) {
    .video-ancho {
        height: 65%
    }

    .flex-buttons-mobile {
        margin-top: 60px;
    }

}

@media (max-width: 768px) and (min-height: 700px) and (max-height: 900px) {
    .video-ancho {
        height: 70%
    }

    .flex-buttons-mobile {
        margin-top: 60px;
    }
}

@media (max-width: 768px) and (min-height: 850px) and (max-height: 1000px) {

    .flex-buttons-mobile {
        margin-top: 60px;
    }
}

@media (max-width: 768px) and (min-height: 1001px) {
    .video-ancho {
        height: 75%
    }

    .flex-buttons-mobile {
        margin-top: 70px;
    }
}
@media (max-width: 768px) and (max-height: 650px) {
    .video-ancho {
        height: 60%
    }

    .publisher {
        bottom: 40%;
    }
}

.btn-cancel{
    background-color: red;
    color: white;
}