html {
    /*font-size: 14px;*/
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    /*background-color:lightgray;*/
}
/*.container,.container-lg{
    max-width: 90%;
}*/
#GrillaCarga.wj-flexgrid .wj-cell {
    padding: 3px;
}
/*----Formato de Grilla Registracion Actividades-----*/
.horarioHabitual:not(.wj-state-selected):not(.wj-state-multi-selected) {
    background-color: #80FFFF !important;
}

.franco:not(.wj-state-selected):not(.wj-state-multi-selected) {
    background-color: #FFFF80 !important;
}

.franco-compensatorio:not(.wj-state-selected):not(.wj-state-multi-selected) {
    background-color: #8080FF !important;
}

.ausencia:not(.wj-state-selected):not(.wj-state-multi-selected) {
    background-color: #FFC080 !important;
}

.feriado:not(.wj-state-selected):not(.wj-state-multi-selected) {
    background-color: #FF80FF !important;
}

.vacaciones:not(.wj-state-selected):not(.wj-state-multi-selected) {
    background-color: #80FF80 !important;
}

.wj-flexgrid .wj-cell {
    padding: 2px;
    transition: background .4s;
}

.wj-flexgrid .wj-marquee,
.wj-flexgrid .wj-header {
    transition: all .4s;
}

.actividades {
    font-size: smaller;
}

    .actividades .DescripcionCorta {
        width: 30px;
        text-align: center;
        display: inline-block;
    }

    .actividades .DescripcionLarga {
        width: 200px;
        text-align: left;
        display: inline-block;
    }

    .actividades .ItemMenu {
        width: 250px;
    }

.wj-flexgrid {
    font-size: small;
}

.wj-listbox-item {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}

.wj-listbox {
    max-height: 200px;
}

.wj-cell.wj-has-notes:after {
    position: absolute;
    content: '';
    width: 0;
    right: 0;
    top: -10px;
    border: 10px solid transparent;
    border-right: 10px solid red;
    opacity: .5;
}

.ocultar {
    display: none;
}
/* to reduce font-size for Accordion's description */
.wj-accordion > .wj-header {
    font-size: 90%;
    padding: 0;
    font-weight: normal;
}

.wj-accordion {
    /*height: 30px;*/
}

.grilla {
    height: auto;
    max-height: 450px;
}

.resaltar { /*para resaltar en los c1-autocomplete*/
    background-color: #ff0;
    color: #000;
}
/*oculto los botones de los dropdown de los datamap de la grilla en las horas*/
.ocultarBoton > button {
    display: none !important;
}

.wj-cell.ocultarBoton {
    text-align: center !important;
}
/*Para resaltar los items del navbar*/
.nav-item.active {
    background-color: lightgray;
}
/*para que las grillas ocupen el 100% del alto de la pantalla*/
.grilla100 {
    flex: 1;
    height: calc(100vh - 300px);
    overflow-y: auto;
}

.contenedor-grilla100 {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 150px);
}