﻿body {
    font-family: 'Figtree';
}

.e-control, .e-grid, .e-gantt-chart, .e-gantt, .e-toolbar, .e-tbar-btn, .e-tbar-btn-text, .e-input, .e-inplaceeditor, .e-editable-value-wrapper, .e-editable-value, .e-upload, .e-control-wrapper {
    font-family: 'Figtree' !important;
    /*font-size: 2em !important;*/
}

.e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
    font-weight: bold !important;
    font-size: 1rem !important;
}

.e-css.e-checkbox-wrapper .e-label {
    font-family: 'Figtree' !important;
}

.e-grid .e-rowcell {
    /*font-weight: 100 !important;*/
    /*font-size: 1em !important;*/
}

.e-numerictextbox {
    text-align: right;
}

.navbar {
    padding: 0.25rem 1rem !important;
}

.nav-footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
    font-weight: normal;
    height: 40px;
}

.nav-pre-footer {
    bottom: 38px;
    position: fixed;
    width: 100%;
    padding: 10px;
    background-color: white;
    z-index: 10;
}

/* Clase para los RadLightBox */
.cajaimagenpieza {
    width: 250px;
    height: 200px;
    overflow: hidden;
    padding: 0;
    position: relative;
    right: 0;
    left: 0;
    margin: auto;
}

/* Clase para los RadLightBox */
.cajaimagenpieza img {
    display: block;
    max-width: 100%;
    margin: auto;
    max-height: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    margin: auto;
}

/* Clase para los Loading Div del Update Progress */
.overlay {
    position: absolute;
    background-color: white;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 400%;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    z-index: 10000;
}

/* Aplica un tamaño más grande cuando está en una tabla */
td > a > .fas {
    font-size: large;
}

td > a > .fa {
    font-size: large;
}

/* Oculta los campos */
.auto-fields {
    visibility: hidden;
    position: absolute;
}

/* Clase para la foto de perfil */
.cajaimagenempleado {
    width: 100%;
    height: 250px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

.cajaimagenempleado img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.empleado-headerbox {
    padding: 10px;
    color: dimgray;
    font-weight: bold;
}


.lblinfo {
    /*color: dimgray;*/
    font-weight: bold;
}


.no-resize {
    resize: none;
}

.ui-autocomplete, ui-front, ui-menu, ui-widget, ui-widget-content {
    font-family: 'Figtree' !important;
}

.ui-datepicker {
    font-family: 'Figtree' !important;
}

.ui-menu-item {
    border-bottom: 1px dotted lightgray !important;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0);
}

/* Clase para validaciones */
.fa-times-circle {
    color: red;
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}

.popover-header {
    background-color: greenyellow !important;
}

.fa-question-circle {
    color: green !important;
    font-size: 1.2em;
}

/* Clase para checkbox */
.Chk15X input {
    width: 1.5em;
    height: 1.5em;
}

hr {
    margin: 0.25rem 0;
}