@import 'variablesGlobales.css';
.headerconteinerMando{
    background-color: #540AC1;
    justify-content: space-between;
    display: flex;
    align-items: center;
}
.principalMando{
    display: flex;
    width: 100vw;
    height: 100vh;
}

.ArribaMando{
    width: 70%;
    height: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    padding: 20px; 
}

.turnoespecifico{
    border-radius: 25px;
    font-size: 14px;
    background-color: #3e1099;
    color: white;
    width: 90%;
    padding: 2px;
}

.fileContainer {
    overflow: hidden;
    position: relative;
    margin: 0px;
}

.CrearPersonaMando{
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-content: center;
    align-items: center;
}

.fileContainer [type=file] {
    cursor: inherit;
    display: block;
    font-size: 999px;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}

.inputFecha {
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    background-color: #fff;
    padding: 3px 5px;
    box-shadow: inset 0 3px 6px rgba(0,0,0,0.1);
    width: 190px;
}
.btn-primary.disabled, .btn-primary:disabled {
    background-color: white !important;
    color: #3e1099;
}

.tablaCompleta{
    border-style: solid;
    border-width:2px 2px 2px 2px;
    border-color: none !important;
    overflow: scroll;
}
.tablaMando{
    padding: 10px;
    height: 45%;
    width: 535px;
}

.centrarBotonDescargaMando{
    width: 100%;
    height: 100%;
    display: flex;  
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 50vh;
    overflow: auto;
    display: block;
}


.BOTONES3Diseño{
    margin: 10px;
    background-color: #7a56fb;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b6b6b', endColorstr='#919191', GradientType=1 );

}


.Arribamandocita{
    width: 95%;
    height: 10%;
    display: flex;
    justify-content: end;
    align-items: center;

}
.Abajomandocita{
    width: 95%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    position: relative;
    padding: 20px;
}
.botonAbajo{
    width: 33%;
    position: relative;
    left: -93%;
    top: 120px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    padding: 10px;
}
.botonesGeneral{
    border-radius: 25px;
    background-color: #7a56fb;
    color: white;
    border: none;;
    width: 105%;
    margin-bottom: 2px;
}
.botonesGeneral:hover{
    background-color: #7a56fb;
    color: white;
    
}
.citas{
    color: white;
    background-color: #7a56fb;
    border-radius: 20px;
    border: none;
}
.citas:hover{
    background-color: #7a56fb;
}
.citas:active{
    background-color: #7a56fb;
}
.botones3{
    height: 48px;
    margin-left: -620px;
    margin-top: 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px; 
}
.botones3DC{
        height: 54px;
        margin-left: -146px;
        width: 37%;
        margin-top: -3px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 0px;
    
}

.AbajoMandopr{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    /* justify-content: center; */
    align-items: center;
}
.contentMenu{
    justify-content: center;
    display: flex;
    flex-direction: row;
    /* margin-left: 100px; */
}
.buttonMenu{
    border-radius: 10px;
    background-color: #7a56fb;
    font-weight: bold;
    display: flex;
    align-items: center;
    color: white;
    border: none;
    margin: 10px;
}
.buttonMenu:hover{
    background-color: #7a56fb;
}

.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}
.fc-unthemed td.fc-today {
    background: #540AC1 !important;
}
.fc-icon, .fc-toolbar .fc-center {
    display: initial !important;
}
.fc-toolbar .fc-left {
    display: none;
}
.fc .fc-toolbar>*>:first-child, h2{
    color: #540AC1;
    font-weight: bold;
}
.fc .fc-button-group>:first-child {
    margin-left: 0;
    color: #540AC1;
    font-weight: bold;
}
.fc .fc-button-group>* {
    float: left;
    margin: 0 0 0 -1px;
    color: #540AC1;
    font-weight: bold;
}
.fc-month-button .fc-button .fc-state-default .fc-corner-left .fc-corner-right .fc-state-active{
    color: red !important;
}
.fc-day-header{
    background-color: #7a56fb;
}
/* MODAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAL */
.modal-body{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.contentModalBody{
    display: flex;
    flex-direction: row;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    height: 90vh;
    background-color: #e8e9ff;
    /* background-image: url("../image/INTERFAZ-Menu.jpg"); */
}

.formRegister{
    width: 44%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contentModal{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}
.headerLabel{
    margin-top: -25px;
    margin-bottom: 30px;
    border-radius: 20px;
    width: 25%;
    padding: 5px;
    background-color: #7a56fb;
}
.labelRegisterPersonas{
    color: white;
    font-weight: bold;
    font-size: 16px;
}
.labelRegister{
    border-radius: 5px;
    background-color: #7a56fb;
    height: 25px;
    width: 12%;
}
.inputForm{
    border-radius: 20px;
    /* border-color: #540AC1; */
    border: 2px solid #540AC1;
    height: 38px;
}
.inputForm::placeholder{
    color: gray;
}
.buttonFinal{
    display: flex;
    margin-top: 31px;
    flex-direction: row;
    position: relative;
    left: -45px;
}
.buttonRegister{
    color: white;
    background-color: #7a56fb;
    font-weight: bold;
    border-radius: 20px;
    border: none;
    width: 106%;
    margin-right: 5px;

}
.buttonRegister:hover{
    background-color: #7a56fb !important;
}

.buttonRegister:active{
    background-color: #7a56fb;
}
.buttonRegister:focus{
    background-color: #7a56fb;
}
.contenedorcalendario{
    height: 70%;
}

.borderAgenda{
    background-color: white;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    display: flex;
    width: 70%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.tableDoctor{
    height: 50% !important;
    width: 70%;
}
.seleccion{
    display: flex;
    flex-direction: row;
}
.logoMando{
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-content: center;
    align-items: center;
    width: 400px;
}

.logoMando{
    justify-content: flex-start;
    width: 400px; 
    /*height: 50%;*/
}
.arriba2Mando{
    width: 100%;
    height: 70%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 20px; 
    border-style: solid;
    border-width:0px 0px 1px 0px;
    border-color: #ffffff;
}
.Abajo2Mando{
    width: 213%;
    height: 30%;
    margin-left: -122px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 10px; 
    border-color: #b9bbbe;
}


.AbajoMando{
    width: 60%;
    height: 92%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-repeat: none;
    background-size: 100% 100%;
    border-radius: 25px;
    border-width:3px ;
}
.AbajoMandoDC{
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-repeat: none;
    background-size: 100% 100%;
    border-radius: 25px;
    border-width:3px ;
}
.letramando{
    font-size: 18px;
    color: white; 
}
.ConfirmarTurnoPanelMandoASesor{
    width: 65%;
    height: 52%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    /* margin-top: 25px !important; */
    align-items: center;
}
.minMaxGris{
    color: #7a56fb;
    font-weight: bold;
}

.minMaxRojo{
    color: #ff0000;
}

.botonesSINOMANDO{
    margin-left: -10px;
    width: 100%;    
    height: 80%;    
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px; 
    border-color: #b9bbbe;
}

.boton1Mando{
    color: white;
    font-weight: bold;
    background-color: #7a56fb;
    border-radius: 20px;
    border: none;
    width: 104px;
    margin-right: 5px;
    cursor: pointer;
}
.boton1Mando:hover{
    background-color: #7a56fb;
}
.boton1Mandobs{
    color: white;
    background-color: #7a56fb;
    font-weight: bold;
    border-radius: 20px;
    border: none;
    width: 135px;
    margin-right: 5px;
}
.buttonDisponible{
    color: white;
    height: 36px;
    font-weight: bold;
    margin-top: 85px;
    border: none;
    width: 200px;
    border-radius: 20px !important;
    letter-spacing: 1px;
    cursor: pointer;
    background-color: #530ac1;
}
.buttonDisponible:active{
    background-color: #7a56fb;

}

.btn-success:hover {
    color: #fff;
    background-color: transparent !important;
    border-color: transparent !important;
}

.logo2empMando{
    width: 18%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: inherit;
}

.logo2empMandoDC{
    width: 35%;
    height: 100%;
    margin-bottom: 14px;
    display: flex;
    flex-direction: row;
    justify-content: end;
    
}

.botonP2{
    width: 66%;
    height: 17%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
}
.panelConfirmar {
    width: 100%;
    height: 15%;
    display: flex;
    flex-direction: column;
    margin-top: 20px !important;
}
.textoReloj{
    height: 25px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    color: #7a56fb;
    padding: 10px;
    font-size: 20px;
}
.texto2{
    width: 100%;
    height: 12%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 8px;
}
.botonguardarcita{
    margin: 10px;
}
.infoPersonaD{
      margin-top: 6%;
      opacity: 0.4;
      position: absolute;
      left: 80%;
}


.llamarEspecifico{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.insideLlamarEspecifico{
    border-color: #540AC1 !important;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 211px;
}

.inputespecifico{
    border-color: #540AC1;
    border-radius: 40px !important;
    height: 25px !important;
    width: 40%;  
    margin-left: 5px;
    margin-right:5px; 
}
.labelTitleMando{
    font-size: 16px;
    color: #540AC1 !important;
    /* margin-right: 25px; */
    font-weight: bold;
}
.formPrincipal{
    height:100%;
    animation-duration: 2s;
    animation-name: slideinFormPrincipal;
}
.turno{
    margin-left: 30px;
}
.numero{
    margin-left: 11px;
}
.buttonLlamar{
    border-radius: 25px;
    width: 115px;
    color: white;
    border: none;
    font-weight: bold;
    background-color: #530ac1;

}
.contenidoTurnos{
    background-color: #3e1099;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 70%;
    border-radius: 25px;
    padding: 15px;
}
.buttonCalificar{
    border-radius: 10px;
    width: 115px;
    color: white;
    border: none;
    border-radius: 20px;
    background-color: #7a56fb;
    border: none;
    font-weight: bold;

}
.buttonShow{
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.buttonCalificar:hover{
    background-color: white;
    color: #3e1099;
}
.buttonCalificar:active{
    background-color: #7a56fb;

}
.buttonRegistrar{
    border-radius: 10px;
    width: 100px;
    color: white;
    border: none;
    background-color: #7a56fb;

}
.buttonRegistrar:active{
    background-color: #7a56fb;
}
.buttonLlamar:active{
    background-color: #7a56fb;

}
.tableTitle{
    margin-left: 20px;
}
.buttonVerAgenda{
    border-radius: 20px;
    background-color: #7a56fb;
    color: white;
    border: none;

}

@keyframes slideinFormPrincipal {
    0% {
        Visibility: visible;
    }
    100% {
        Visibility: hidden;
    }
}

.card{
    display: flex;
    flex-direction: row;
}

.section {
    overflow:hidden;
    transition:max-height 1.3s ease-out; 
    height:auto;
    max-height:800px; 
    font-size: 12px;
}
.section.collapsed {
    max-height:0;
}
.section {
    overflow:hidden;
    transition:max-height 1.3s ease-out; 
    height:auto;
    max-height:800px; 
    font-size: 12px;
}
.section.collapsed2 {
    max-height:0;
}
.my-custom-scrollbar {
    position: relative;
    height: 100%;
    overflow: auto;
    display: block;
}

.boton1Mandogeneral{
    color: white;
    background-color: #7a56fb;
    font-weight: bold;
    border-radius: 20px;
    border: none;
    width: 104px;
    margin-right: 5px;
}

.btnlimpiardoct{
    margin-top: 5px;
}

.disabled {
    /* para evitar que el click y otros eventos funcione en el elemento*/
    pointer-events: none;
    /* para  simular el estado desabilitado */
    background-color: lightgray;
    /* Para que parezca un boton*/
    padding: 1px 6px;
    color: gray;
    border: lightgray solid 1px;
    height: 38px;

}

/*-------------------------------MODAL CALIFICACION---------------------------*/

.cssmodalcalificador{
    background-color: #530ac1;

}

.titulocalificador{
    color: white;
}

.xcalificador{
    color: white;
}

.centrarEnModal{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.botoncalificarcss{
    /*border-radius: 25px;*/
    background-color: #4C4C4C;
    border: none;
}

.CalificacionListo{
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background-image: url('../image/listo.png');
    background-size: 60% 60%;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 10px;
    /*background-color: blue;*/
}

/*//ansayo cargando*/
.lds-roller {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    margin-bottom: 10px;
}
.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 32px 32px;
}
.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ff0000;
    margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
    top: 50px;
    left: 50px;
}
.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
    top: 54px;
    left: 45px;
}
.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
    top: 57px;
    left: 39px;
}
.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
    top: 58px;
    left: 32px;
}
.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
    top: 57px;
    left: 25px;
}
.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
    top: 54px;
    left: 19px;
}
.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
    top: 50px;
    left: 14px;
}
.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
    top: 45px;
    left: 10px;
}
@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#lista3 {
    counter-reset: li; 
    list-style: none; 
    *list-style: decimal; 
    font: 15px 'trebuchet MS', 'lucida sans';
    padding: 0;
    margin-bottom: 4em;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

#lista3 ol {
    margin: 0 0 0 2em; 
}

#lista3 li{
    position: relative;
    display: block;
    padding: .4em .4em .4em .8em;
    *padding: .4em;
    margin: .5em 0 .5em 2.5em;
    background: #ddd;
    color: #444;
    text-decoration: none;
    transition: all .3s ease-out;   
}

#lista3 li:hover{
    background: #eee;
}   

#lista3 li:before{
    content: counter(li);
    counter-increment: li;
    position: absolute; 
    left: -2.5em;
    top: 50%;
    margin-top: -1em;
    background: #fa8072;
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
}

#lista3 li:after{
    position: absolute; 
    content: '';
    border: .5em solid transparent;
    left: -1em;
    top: 50%;
    margin-top: -.5em;
    transition: all .3s ease-out;               
}

#lista3 li:hover:after{
    left: -.5em;
    border-left-color: #fa8072;             
}

.informapacientecita{
    height: 32%;
}

.texto2DoctorGeneral
{
    width: 100%;
    height: 12%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
}

.letramandoDoctorGeneral{
    font-size: 15px;
}

.EstadosAsesores{
        width: 62%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative !important;
        left: -120px;
        top: 20% !important;
}

.descripcionTurnSer{
    display: flex;
    flex-direction: row;
    position: relative !important;
    top: 45% !important;
    left: -20% !important;
    width: 355px;
}
.seccionTurno{
    display: flex;
    width: 500px;
    font-weight: bold;

}
.llamadoTurno{
    font-size: 25px;
    color: white;
    font-weight: bold;
}
.llamadoServicio{
    font-size: 25px;
    color: white;
    font-weight: bold;

}
.texto2 {
    width: 100%;
    height: 15%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
}

.opcionSelect{
    color: #3e1099;
    border-radius: 25px;
    background-color: white;
    width: 120% !important;
    margin-left: -60px;
    height: 34px !important;
    margin-top: 25px;
}
.nameLabelEstado{
    color: #540AC1;
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.contenedorcalendario{
    display: flex;
    justify-content: center;
    align-content: center;
}

.md-demo-synchronized-views {
    position: absolute;
    height: 100%;
}

.md-demo-synchronized-views .mbsc-row {
    height: 100%;
    margin: 10px;
}

.md-demo-synchronized-views .md-col-right {
    overflow: auto;
    height: 100%;
    border-left: 1px solid #ccc;
}
.contenedorcalendario{
    display: flex;
    justify-content: center;
}

.spinner,.spinner:after{
    width: 64px;
    height: 64px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -32px;
    margin-left: -32px;
    border-radius: 50%;
    z-index: 2
 }
.spinner {
    background-color: transparent;
    border-top: 10px solid rgb(66,139,202);
    border-right: 10px solid rgb(66,139,202);
    border-bottom: 10px solid rgb(66,139,202);
    border-left: 10px solid rgba(66,139,202,.2);
    transform: translateZ(0);
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: .8s;
    animation-name: spinner-loading
 }
@keyframes spinner-loading{
  0% {
      transform: rotate(0deg)
  } to {
      transform: rotate(1turn)
  }
}
.observación{
    width: 100%;
    height: 30%;
    text-align: center;
    justify-content: center;
}

.fc-content{
    font-size:  70% !important;
}

/* CALENDARIOOOOOOOOOOOOOOOOOOOOOOO */
.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
    border-color: rgb(139,165,194) !important;
    /* box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px; */
    /* border-color: linear-gradient(90deg, rgba(139,165,194,1) 0%, rgba(133,164,189,1) 22%, rgba(52,153,128,1) 100%) !important; */
}

/* DOCTOR GENERAL------------------------ */
.arribaMandoDoctor{
    width: 40% !important;
    display: flex;
    position: relative;
    left: 8%;
}
/* .Panelarribadash{
    width: 73%;
} */