@font-face {
    font-family: "Lato";
    src: url('/Content/fonts/lato/Lato-Regular.ttf');
    font-weight:normal;
}

@font-face {
    font-family: "Lato";
    src: url('/Content/fonts/lato/Lato-Bold.ttf');
    font-weight: bold;
}

@font-face {
    font-family: "Lato";
    src: url('/Content/fonts/lato/Lato-Bold.ttf');
    font-weight: bolder;
}

* {
    font-family: 'Lato', 'Arial', 'Segoe UI';
}

body {
    width: 100%;
    height: 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 0;
    background-color: #e8eff1;
    margin-top: 0px;
    margin-left: 0px;
}


#pagina {
    position: absolute; /*width: 760px;*/ /*margin-top: 0;             margin-right: auto;             margin-bottom: 0;             margin-left: auto;*/
    background-color: #e8eff1;
    margin-left: 0;
    width: 100%;
    max-height: 100%;
    max-width: 100%;
    max-height: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
    top: 0;
    left: 0px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

img {
    border: none;
}

a {
    border: none;
    text-decoration: none;
    color: hsl(197, 100%, 50%)
}


#cabecera {
    position: fixed;
    height: 234px;
    background-color: #004FC4;
    background-image: linear-gradient(to right, #004FC4, LightSteelBlue);
    /*width: 100%; */ /*position: absolute;*/
    top: 0;
    left: 0;
    right: 0;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 10px;
    max-height: 50px;
    max-width: 100%;
    z-index: 9999;
}

#pie {
    height: 54px;
    position: relative;
    width: 100%;
    left: -10;
    top: 0px;
}

#navegador {
    max-height: 90%;
    top: 0;
    background-color: #EAEAEA;
    position: static;
    width: 70%; /* margin-top: 50px;*/
    display: inline-block;
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 50px;
}

#buscar {
    width: 48%;
    top: 0;
    float: left;
    display: inline-block;
    margin-right: 0;
    margin-left: 9px;
    margin-top: 2px;
}

#ordenes {
    width: 49%;
    height: auto;
    top: 0;
    float: right;
    margin-left: 0px;
    margin-top: 0px;
}

#contenido {
    /*SM SE CAMBIO EL TAMAÑO YS E ASIGNO EL MAGEN PARA QUE QUEDE CENTRADO*             /*height: 100%;*/
    /*margin: 0% 15%;*/
    margin-top: 60px;
    /*    margin-left: 15%;*/
    max-height: 100%;
    background-color: #e8eff1;
    width: 100%; /* margin-top: 50px;*/
    max-width: 1300px;
    padding-left: 5px;
    padding-right: 5x;
    padding-bottom: 40%;
    display: flex;
    max-height: 100%;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    margin-right: 5px;
    /*    align-content:center;*/
}

.contenido-main {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /*    text-align: center;*/
}

.contenido-main-login {
    width: 100%;
/*    text-align: center;*/
}

.centrado {
    /*height: 100%;*/
    height: 184px;
    top: -7;
    margin-top: 20px;
    position: relative;
    width: 138%; /* margin-top: 50px;*/
    margin-right: 0px;
    margin-bottom: 0;
    margin-left: 8px;
    text-align: left;
    left: -102px;
}

.text {
    margin-right: 20px;
    font-size: 0.75rem;
    text-align: right;
    font-weight: bold;
}

.auto-style1 {
    width: 317px;
    height: 71px;
}

.filtros {
    margin-right: 5px;
    text-align: center;
    margin-bottom: 5px;
}

#dgOrdenes {
    width: 100%;
    top: -6;
    position: relative;
    margin-top: 16;
    margin-bottom: 18;
}

#lbEmpleados {
    width: 60%;
    position: relative;
    margin-left: 20%;
    margin-right: 20%;
    top: 0px;
    left: 0px;
}

.searchStyle {
    width: 60%;
    top: 0;
    margin-top: 20px;
    position: relative;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}

.auto-style7 {
    width: 94px;
    height: 39px;
    float: right;
    margin-left: 5px;
    text-align: right;
}

.hide {
    display: none;
}

/* Style del cuadro de mensaje*/
.modalBackground {
    background-color: #EAEAEA;
    filter: alpha(opacity=70);
    opacity: 0.8;
    font-family: Segoe UI;
}
/* Style del cuadro de mensaje*/
.modalPopup {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: black;
}
/* Style del cuadro de mensaje*/
.buttonpo {
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 10;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    border-bottom-style: none;
}
    /* Style del cuadro de mensaje*/

    .buttonpo:hover {
        background: #EAEAEA;
        border-color: #c7c7c7 #c3c3c3 #bebebe;
        background: -moz-linear-gradient(top, #efefef, #f8f8f8);
        background: -webkit-linear-gradient(top, #efefef, #f8f8f8);
        background: -o-linear-gradient(top, #efefef, #f8f8f8);
        background: -ms-linear-gradient(top, #efefef, #f8f8f8);
        background: linear-gradient(top, #efefef, #f8f8f8);
    }
/* Style del cuadro de mensaje*/
#btnaceptar {
    margin-bottom: 10px;
    margin-top: 10px;
    padding-bottom: 4px;
    padding-top: 2px;
}

/* Style de Bolton*/
.button.blue {
    background: #004FC4;
    -webkit-box-shadow: inset 0px 0px 6px #fff;
    color: white;
    background: -moz-linear-gradient(top, #f9f9f9, #f0f0f0);
    background: -webkit-linear-gradient(top, #f9f9f9, #f0f0f0);
    background: o-linear-gradient(top, #f9f9f9, #f0f0f0);
    background: ms-linear-gradient(top, #f9f9f9, #f0f0f0);
    background: #004FC4;
    font-size: 0.8px;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 2px;
    border-style: none;
    padding-bottom: 4px;
    padding-top: 2px;
    padding-left: 4px;
    padding-right: 4px;
}

.button:hover {
    color: #eaeaea;
    border-color: #FBFBEF #F5F6CE #bebebe;
    background: -moz-linear-gradient(top, #F5F6CE, #FBFBEF);
    background: -webkit-linear-gradient(top, #F5F6CE, #FBFBEF);
    background: -o-linear-gradient(top, #F5F6CE, #FBFBEF);
    background: -ms-linear-gradient(top, #F5F6CE, #FBFBEF);
    background: linear-gradient(top, #F5F6CE, #FBFBEF);
    background: #045FB4;
}

.label {
    font-size: 0.85rem;
    font-weight:bold;
    text-align: center;
}

#Panel1 {
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
}

#cargando {
    background-color: #EAEAEA;
    filter: alpha(opacity=70);
    opacity: 0.8;
}
/* SM estulo footer REVISAR DIV TIENE PROPIEDADES DE STYLO*/
.footer {
    position: fixed;
    /*    position: static;*/
    left: 0px;
    width: 100%;
    padding-bottom: 4px;
    padding-top: 4px;
    height: clamp(20px, 5.0vh, 45px);
    /*height: 45px;*/
    background-image: linear-gradient(to right, #004FC4, LightSteelBlue);
    background-color: #004FC4;
    font-size: clamp(8px, 5.0vh, 11px);
    font-family: Segoe UI;
    text-decoration: none;
    /*color: #EAEAEA;*/
    bottom: 0;
    color: white;
    font-family: 'Segoe UI';
}


/*sm estructura*/
form {
    margin: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    background-color: #e8eff1;
    margin: 0 0 7 0;
}








.buttongrl {
    background: #004FC4;
    -webkit-box-shadow: inset 0px 0px 2px #004FC4;
    color: white;
    background: -moz-linear-gradient(top, #f9f9f9, #f0f0f0);
    background: -webkit-linear-gradient(top, #f9f9f9, #f0f0f0);
    background: o-linear-gradient(top, #f9f9f9, #f0f0f0);
    background: ms-linear-gradient(top, #f9f9f9, #f0f0f0);
    background: #004FC4;
    font-size: 0.8rem;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 1px;
    border-style: none;
    padding-bottom: 6px;
    padding-top: 4px;
    padding-left: 6px;
    padding-right: 6px;
    cursor: pointer;
}

    .buttongrl:hover {
        background: #3a7ee2;
        border-color: #3a7ee2f;
        background: -moz-linear-gradient(top, #3a7ee2);
        background: -webkit-linear-gradient(top, #3a7ee2);
        background: -o-linear-gradient(top, #3a7ee2);
        background: -ms-linear-gradient(top, #3a7ee2f);
        background: linear-gradient(top, #3a7ee2);
    }

    .buttongrl:active {
        background: black;
    }

    .buttongrl:disabled {
        background: #eaeaea;
    }

/* progresupdate*/
.overlay {
    position: fixed;
    z-index: 98;
    top: 0;
    left: 0px;
    right: 0;
    bottom: 0;
    background-color: #eaeaea;
    filter: alpha(opacity=70);
    opacity: 0.8;
}

.overlayContent {
    z-index: 99;
    margin: 250px auto;
    width: 80px;
    height: 80px;
}



/* Customización de elementos del Bootstrap 4*/

/*.col-form-label-sm {
    padding-bottom: 0.1rem;
    font-size: .75rem;
}

label {
    margin-bottom: 0.1rem;
}

.btn-group-sm > .btn, .btn-sm {
    padding: 0.15rem 0.35rem;
    font-size: .8rem;
}*/

.form-control-sm {
    font-size: 0.67rem;
    padding: 0.18rem 0.18rem;
}

.form-select-sm {
    font-size: 0.67rem;
    padding: 0.18rem 0.18rem;
}

.app-dropdown {
    padding-right: 2rem !important; /* Ajusta el espacio derecho */
    background-position: right 0.5rem center; /* Reposiciona la flecha */
    background-color: #d6eaf8;
}

.app-dropdown option {
    background-color: white;
}

hr {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}



.grid-wrapper {
    display: flex;
    flex-wrap: wrap;
    height: 300px;
    overflow: hidden;
    position: relative;
    width: 300px;
}



.grid-item {
    height: 14.2857142857%;
    width: 14.2857142857%;
}



    .grid-item:hover ~ img {
        height: 300%;
        width: 300%;
    }



    .grid-item:hover:nth-of-type(7n + 1) ~ img {
        left: 0px;
    }



    .grid-item:hover:nth-of-type(1n + 1) ~ .zoom-image {
        top: 0px;
    }



    .grid-item:hover:nth-of-type(7n + 2) ~ img {
        left: -100px;
    }



    .grid-item:hover:nth-of-type(1n + 8) ~ .zoom-image {
        top: -100px;
    }



    .grid-item:hover:nth-of-type(7n + 3) ~ img {
        left: -200px;
    }



    .grid-item:hover:nth-of-type(1n + 15) ~ .zoom-image {
        top: -200px;
    }



    .grid-item:hover:nth-of-type(7n + 4) ~ img {
        left: -300px;
    }



    .grid-item:hover:nth-of-type(1n + 22) ~ .zoom-image {
        top: -300px;
    }



    .grid-item:hover:nth-of-type(7n + 5) ~ img {
        left: -400px;
    }



    .grid-item:hover:nth-of-type(1n + 29) ~ .zoom-image {
        top: -400px;
    }



    .grid-item:hover:nth-of-type(7n + 6) ~ img {
        left: -500px;
    }



    .grid-item:hover:nth-of-type(1n + 36) ~ .zoom-image {
        top: -500px;
    }



    .grid-item:hover:nth-of-type(7n + 7) ~ img {
        left: -600px;
    }



    .grid-item:hover:nth-of-type(1n + 43) ~ .zoom-image {
        top: -600px;
    }



.zoom-image {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.25s;
    width: 100%;
    z-index: 0;
}



.grid-item {
    background-color: rgba(59, 186, 255, 0);
    z-index: 1;
}



    .grid-item:nth-of-type(2n) {
        background-color: rgba(186, 59, 70, 0);
        z-index: 1;
    }


.grid-wrapper {
    margin: 0 auto;
}


.app-footer {
    /*    width: 100%;
    bottom: 0;
    background-color: #004FC4;
    color: #FFFFFF;
    font-family: 'Segoe UI';*/
}

.etiqueta-cliente {
    font-weight: bold;
    font-size: clamp(8px, 2.2vh, 28px);
}

.etiqueta-usuario {
    color: white !important;
    font-size: clamp(8px, 1.05vw, 12px);
}

.etiqueta-ambiente {
    margin-top: 0px;
}

.etiqueta-ambiente .col-auto {
    margin-top:0px;
}

    .etiqueta-ambiente .col-auto h3 {
        margin-top: 0px;
        color: red;
        animation: blinker 3s linear infinite;
        text-shadow: 3px 3px 5px white, -3px -3px 5px white, 3px -3px 5px white, -3px 3px 5px white;
        font-size: clamp(7px, 1.5vw, 2.0rem);
	}

.etiqueta-ambiente-login {
    color: red;
    animation: blinker 3s linear infinite;
    text-shadow: 3px 3px 5px white, -3px -3px 5px white, 3px -3px 5px white, -3px 3px 5px white;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.contenedor_mapa {
    width: 100%;
    height: max(200px, calc(85vh - 160px));
}

.mapa {
    width: 100%;
    height: max(200px, calc(85vh - 170px));
}

.etiqueta-titulo-app {
    color: Navy !important;
    font-size:40px;
    font-weight:bold;
}

.etiqueta-usuario-password {
    color: Navy !important;
    font-size: 18px;
}

.separador-vertical {
    border-right: 1px dashed #333;
}

/* Estilo para botones deshabilitados */
button:disabled,
button[disabled] {
    background-color: transparent; /* Elimina el fondo */
    border: 1px solid darkgray; /* Cambia el borde a un estilo outline */
    color: darkgray; /* Cambia el color del texto */
    opacity: 1; /* Asegúrate de que el botón no se vea opaco */
}

    button:disabled:hover,
    button[disabled]:hover {
        cursor: default; /* Opcional: cambia el cursor para indicar que está deshabilitado */
    }

/* Estilo para botones deshabilitados */
input[type="submit"]:disabled,
input[type="submit"][disabled] {
    background-color: transparent; /* Elimina el fondo */
    border: 1px solid darkgray; /* Cambia el borde a un estilo outline */
    color: darkgray; /* Cambia el color del texto */
    opacity: 1; /* Asegúrate de que el botón no se vea opaco */
}

    input[type="submit"]:disabled:hover,
    input[type="submit"][disabled]:hover {
        cursor: default; /* Opcional: cambia el cursor para indicar que está deshabilitado */
    }

/* Estilo para botones deshabilitados */
input[type="button"]:disabled,
input[type="button"][disabled] {
    background-color: transparent; /* Elimina el fondo */
    border: 1px solid darkgray; /* Cambia el borde a un estilo outline */
    color: darkgray; /* Cambia el color del texto */
    opacity: 1; /* Asegúrate de que el botón no se vea opaco */
}

    input[type="button"]:disabled:hover,
    input[type="button"][disabled]:hover {
        cursor: default; /* Opcional: cambia el cursor para indicar que está deshabilitado */
    }

