.body {
    height: 100%;
}


/*** INCREMENTAR TÍTULO PANTALLA ***/

.incTittle {
    font-size: 1.3em;
    font-weight: bold;
}


/***AJUSTAR BOTONES PRINCIPALES PARA MULTI****/

.btnMenuPrincipal>span {
    padding: 0 !important;
    line-height: 0.85em!important;
    font-size: 1.2em !important;
    word-spacing: -9px !important;
    text-indent: -9px !important;
    padding-top: 6px !important;
}


/* .footer {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 12px;
    height: 80px;
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
} */

.footer {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 20px;
    height: 80px;
    width: 100%;
}

@media (max-width: 800px) {
    .footer {
        height: 60px;
    }
}

.fontliquidembrace {
    font-family: 'customFont' !important;
}

body {
    min-width: 320px !important;
}

.fondo {
    /* background-image: url(../../../images/fondo.jpg) !important; */
    background-size: 100% 100%;
    background-repeat: no-repeat;
}


/* LOGIN */


/* .login-body .login-panel .login-panel-header {
    background-color: #3444A6 !important;
} */


/* FIN LOGIN */


/* GRID */


/* .ui-table-thead th {
    background-color: #009FE3 !important;
} */


/* FIN GRID */


/* STOCK */

.gridContainer .ui-g {
    justify-content: center;
}

.gridContainer .ui-panel-titlebar {
    display: none;
}

.gridContainer .ui-panel-content {
    height: 360px !important;
}

.gridContainerBase .ui-g {
    justify-content: center;
}

.gridContainerBase .ui-panel-titlebar {
    display: none;
}

.gridContainerBase .ui-panel-content {
    height: 290px !important;
}


/* FIN STOCK */


/* TOPBAR */

p-toolbar .ui-toolbar {
    background-color: inherit;
    box-shadow: none;
    -webkit-box-shadow: none;
}


/* p-toolbar .ui-widget-header {
    border: none;
} */


/* FIN TOPBAR */


/* COMPONENTES */

.margen-superior-componente {
    margin-top: 4%;
}


/* FIN COMPONENTES */


/* SELECCIONAR PDS  */

.dashboard .overview-box.overview-box-2 .overview-box-header {
    /* background-color: #3444A6; */
}

.dashboard .overview-box.overview-box-2 .overview-box-content {
    /* background-color: #5887B5; */
}

.dashboard .overview-box.overview-box-2 .overview-box-content .overview-box-icon {
    /* background-color: #5887B5; */
}


/*  FIN SELECCIONAR PDS  */


/*Override de esta propieda para que todas las filas impares de los grid también tengan fondo blanco*/

body .ui-table .ui-table-tbody>tr:nth-child(odd) {
    background-color: #FFFFFF;
}