﻿body {
}

/* 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;
}

/* Bottom bar */
.nav-footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
}

.no-resize {
    resize: none;
}

.ui-autocomplete, ui-front, ui-menu, ui-widget, ui-widget-content {
    font-family: "Montserrat" !important;
}

.ui-datepicker {
    font-family: "Montserrat" !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;
}
