.pageTitle {
    font-size: 14pt;
    text-align: left;
    margin-bottom: 20px;
    margin-top:20px;
}

.agenda {
    width: 100%;
    clear: both;
}

.agenda-botonera {
    width: 98%;
    font-family: 'Roboto Slab', sans-serif;
    clear: both;
    height: 40px;
}

.agenda-semana-header {
    width: 98%;
}

.agenda-mes-header {
    width: 98%;
    height: 40px;
    padding-right: 20px
}

.agenda-mes-name {
}

.agenda-dia-header {
    width: 14%;
    color: #555470;
    text-align: center;
    float: left;
    font-family: 'Roboto Slab', sans-serif;
}


.agenda-semana-detail {
    width: 98%;
    float: none;
    clear: both;
    --background-color: blue;
    height: 400px;
}


.agenda-dia-detail {
    width: 14%;
    float: left;
    border: 1px solid #DDDDDD;
    min-height: 80px;
}

.agenda-dia-number {
    font-family: 'Roboto Slab', sans-serif;
    float: right;
    width: 20px;
    color: #BCAAAA;
    text-align: right;
    padding-right: 5px;
}

/* tabla DAR TURNO*/
.timeTableHeader {
    font-family: 'Roboto Slab', sans-serif;
    color: #555470;
}
.borderless>thead>tr>th {
    border: none;
}
.timeTableDetail {
    /* border-top: 1px solid #DDDDDD; */
}
.tabla-turnos {
    width: 100%;
}
.timeTable-row {
    border-bottom: 1px solid #DDDDDD;
    height: 30px;
}
.timeTable-row-label {
    color: #BCAAAA;
    text-align: right;
    border-right: 1px solid #DDDDDD;
    border-top: 1px solid white;        
}

.timeTable-row-label, .timeTable-col-label {
    padding-left: 2px !important;
    padding-right: 10px;
    max-width: 70px;
    width: 70px;
    min-width: 70px;
    white-space: nowrap;
    overflow: hidden;
}
.timeTable-row-sobr , .timeTable-col-sobr{
   /* padding-left:5px;
    padding-right: 10px;*/
    width:1%;
}
.timeTable-row-paciente , .timeTable-col-paciente {
    padding-left:0px;
    width:* !important;
}

.timeTable-row-link {
    cursor:pointer;    
}
.timeTable-row-link:hover {
    text-decoration: underline
}

.timeTable-col-data, .timeTable-row-data {
    width: 11% !important;
}

.DNI {
    width: 80px;
}

.TELEFONO {
    width: 7% !important;
}

.EMAIL {
    width: 20% !important;
}

.OBRASOCIAL {
    width: 20% !important;
}

.PLAN {
    width: 5% !important;
}

.CREDENCIAL {
    width: 3% !important;
}

.NOTAS {
    width: 22px !important;
}

.EXTRAS {
    width: 22px !important;
}

.timeTable-row-data {
    padding-left: 0px;
}
/* FIN  tabla DAR TURNO*/

.labelowner {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 22pt;
    padding-left: 10%;
}

.timteTableScroll {
    overflow-y:  scroll;
    min-height: 300px;
    height: calc(100vh - (320px));
}
.configScroll {
    overflow-y: scroll;
    min-height: 300px;
    height: calc(100vh - (214px));
    padding-left: 15px;
    padding-right: 10px;
}

.agenda-dia-content {
    color: #BCAAAA;
    font-size: 8pt;
    text-align: center;
    padding-top: 20px;
    cursor: pointer;
}

.clicParaDarTurno {
    color: white;
    font-size: small;
    /* padding-left: 20px; */
    cursor: pointer;
}

.clicParaDarTurno:hover {
    color: gray;
}

.itemAgendaSelected {
    background-color: #08447F;
   /* text-shadow: -0.06ex 0 black, 0.06ex 0 black;*/
    color: white
}

.itemAgenda:hover {
    color:black;
    background-color: #E6E6E6;
    cursor: pointer
}

.inputHs {
    width: 64px !important;
}

.turnodisp:hover {
    color: black;
}

.turnodisp {
    color: #555470;
    cursor: pointer;
}
.turnodisp2:hover {
    color: black;
}

.turnodisp2 {
    color: #555470;
    cursor: pointer;
}
.turnodisp span {
    font-size: 10pt;
}

.horarioCancelado {
    text-decoration: line-through;
    color: #BCAAAA ;
}

.horarioCancelado2 {
    color: #BCAAAA !important;
}
.horarioBloqueado{ 
background-color: #f6f6f6;
background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23a9a9a9' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
color:#999;
}
.horarioBloqueado > .timeTable-row-label{ color:#bfbebe;}
.horarioPasado{
     background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23d0bc24' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");}
}

.horario {
    color: #BCAAAA;
    text-align: right;
    width: 10%;
}

/* ancho columnas Pacientes hoy*/
.colestado {
    color: #BCAAAA;
    width: 226px !important;
    vertical-align: middle !important;
}
.colHorario {
    color: #333;
    width: 90px;
    vertical-align: middle !important;
}
.colPaciente {
    color: #333;
    width: 180px;
    cursor: pointer;
    vertical-align: middle !important;
}
    .colPaciente:hover {
        text-decoration: underline;
    }
.colPacienteBoton { /* x2 con col de marca sobreturno*/
    color: #BCAAAA;
    width: 28px;
    cursor: pointer;
    vertical-align: middle !important;
}
    .colPacienteBoton:hover {
        color: #333
    }
.colDni {
    color: #BCAAAA;
    width: 100px;
    vertical-align: middle !important;
}
.colCredencial {
    color: #BCAAAA;
    width: 120px;
    vertical-align: middle !important;
}
.colAgenda {
    color: #BCAAAA;
    width: *;
    vertical-align: middle !important;
} 
/* ancho columnas Pacientes hoy*/

.recursos {
    font-family: 'Roboto Slab', sans-serif;
}

.profesionales {
    border: #F8F8F8;
    background-color: #F8F8F8;
    box-shadow: 4px 2px 7px 0px rgba(0,0,0,0.50);
    height: calc(100vh - (150px));
}

#shadownavbar {
    background-color: #F8F8F8;
    box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.88);
    height: 1px;
}

.agendacontainer {
    /* min-height: 300px; */
    /* height: 200px; */
    /* max-height: 500px; */
    height: calc(100vh - (480px));
    /* overflow-y: auto; */
    overflow-x:hidden;
}

.checked {
    color: #009EE0;
}
.tituloTurnos{
    
}
.rowDatosPaciente{
    margin-bottom: 15px;
    word-wrap: break-word;
}

.rowActividadObservaciones
{
    overflow-y: auto;
    max-height: 180px;
}
.isDisabled {
    color: #aeaeae;
}
.ambitoForm{
    background-color:#eee;
    border: 1px solid transparent;
}
.scrollbox {
    overflow: auto;
    min-height: 300px;
    height: calc(100vh - (270px));
    background:
    /* Shadow covers */
    linear-gradient(white 30%, rgba(255,255,255,0)), linear-gradient(rgba(255,255,255,0), white 70%) 0 100%,
    /* Shadows */
    radial-gradient(50% 0, farthest-side, rgba(0,0,0,.2), rgba(0,0,0,0)), radial-gradient(50% 100%,farthest-side, rgba(0,0,0,.2), rgba(0,0,0,0)) 0 100%;
    background:
    /* Shadow covers */
    linear-gradient(white 30%, rgba(255,255,255,0)), linear-gradient(rgba(255,255,255,0), white 70%) 0 100%,
    /* Shadows */
    radial-gradient(farthest-side at 50% 0, rgba(0,0,0,.2), rgba(0,0,0,0)), radial-gradient(farthest-side at 50% 100%, rgba(0,0,0,.2), rgba(0,0,0,0)) 0 100%;
    background-repeat: no-repeat;
    background-color: white;
    background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
    /* Opera doesn't support this in the shorthand */
    background-attachment: local, local, scroll, scroll;
}
.scrollpaciente{
    overflow-y:auto;
    overflow-x:hidden;
    height: 400px;
    width:auto;
    background:
    /* Shadow covers */
    linear-gradient(white 30%, rgba(255,255,255,0)), linear-gradient(rgba(255,255,255,0), white 70%) 0 100%,
    /* Shadows */
    radial-gradient(50% 0, farthest-side, rgba(0,0,0,.2), rgba(0,0,0,0)), radial-gradient(50% 100%,farthest-side, rgba(0,0,0,.2), rgba(0,0,0,0)) 0 100%;
    background:
    /* Shadow covers */
    linear-gradient(white 30%, rgba(255,255,255,0)), linear-gradient(rgba(255,255,255,0), white 70%) 0 100%,
    /* Shadows */
    radial-gradient(farthest-side at 50% 0, rgba(0,0,0,.2), rgba(0,0,0,0)), radial-gradient(farthest-side at 50% 100%, rgba(0,0,0,.2), rgba(0,0,0,0)) 0 100%;
    background-repeat: no-repeat;
    background-color: white;
    background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
    /* Opera doesn't support this in the shorthand */
    background-attachment: scroll, scroll,local, local;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
}
/*estados paciente*/
.Atendido {
    background-color: #77ba1c9e;
    border-color: #77ba1c96;
    width: 200px;
}
.cancelado, .por, .Secretaria {
    background-color: #a9444269;
    border-color: #e8a4a4;
    width: 200px;
}
.cancelado, .por, .Paciente {
    background-color: #a9444270;
    border-color: #e8a4a4;
    width: 200px;
}
.Ausente {
    background-color: #a9444270;
    border-color: #e8a4a4;
    width: 200px;
}
.Recepcionado , .Pendiente {
    background-color: #eee;
    border-color :#ddd;
    width:200px;
}
.slider {
   position: absolute;
   height: 240px;
   top: 120px;
   overflow: hidden;
   transition: all 2s;
 }

 .slider.close {
   top: 170px;
  height:0;
}
.btnListoSobreturno{
    margin: 10px 0 50px 0;
}
.credencialIcon{
        font-size: 22px;
}
.modal.fade.ng-scope.ng-isolate-scope.in {
    z-index: 2050;
}
#modalPaciente{
    z-index:1048;
}
textarea{
    overflow:auto;
    resize:none;
}

/*.colSobreturno{ ver para hora pasada
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23d0bc24' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");}
}*/

.horaSeleccionada {
    background-color: #08447f;    
}
.horaSeleccionada .colPaciente {
    color: white !important;
}
    .horaSeleccionada .colHorario {
        color: white !important;
    }



/*boton toggle permite o no sobreturno*/
.botonToggle {
    background-color: #ddd
}

    .botonToggle.active, .btn-default.active:focus {
        background-color: #49af50 !important;
        border-color: #50bf57 !important;
        color: white !important;
    }

    .botonToggle:hover {
        color: white;
        background-color: #49af50;
        border-color: #50bf57;
    }

    .botonToggle.active:hover {
        color: white;
        background-color: #5bbd61;
        border-color: #2e8e33;
    }

.separador {
    border-bottom: 1px solid #DDDDDD;
}
.panel-default{
    margin-top:20px;
}

.btnnota {
    cursor:pointer;
    color: #BCAAAA; 
    width: 10px; 
    height: 22px;
    margin-right: 0px;
    padding: 8px;
}

#btn-wifi{
    padding-left: 2px !important; 
}


.btnnota:hover {
    color: black
}
.modalTurno .col-md-12 {
    padding-bottom: 15px;
}
.turnosBar {width: 70%;height: 5px;text-align: center;padding-left: 30%;}
.turnosProgress.progress {
    height: 8px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #bdbdbd;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px #777;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.37);
}
.hoverDia{
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

#linkApligem {
    color: #8ABF26 !important;
    font-weight:bold !important;
    font-family: arial,sans-serif;
    -webkit-transform: translate3d(0,0,0) !important;
    transform: translate3d(0,0,0) !important;
}


.weekTable-row-paciente {
    width: 24%;    
}

.weekTable-td-paciente {
    border-right: solid 1px #DDDDDD;
}

.weekTable-col-data {
    text-align: center;
    font-weight: 400;
    font-family: 'Google Sans'
}

pre {
    border: 0px solid #aaa !important;
    padding: 0 !important;
    margin: 0 !important;
    background-color: white !important;
    white-space: pre-wrap;
}

.timeTable-col-horario{
    margin-right: 0.8px !important;
}