﻿
/* DEFAULTS ########	########	########*/


/*principales ESTATICOS*/
body {
    background: #fcfcfc;
    color: #333333;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: 0;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
    background: #FFFFFF url(../img/fondo.gif) repeat-x left top;
}

.lblTitulo {
    font-size: 12px;
    font-weight: bold;
}

@font-face {
    font-family: 'baar_sophiaregular';
    src: url('baars___-webfont.woff2') format('woff2'), url('baars___-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

a:link {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: underline;
    color: #305579;
}

a:hover {
    color: #7BACE8;
    text-decoration: none;
}

a:visited {
    color: #305579;
    text-decoration: underline;
}

.highlightRow {
    background-color: #ffffff;
}

    .highlightRow:hover {
        background-color: #ecebe8;
    }

/* ################ FUENTES */
.fuenteTamanio10 {
    font-size: 10px;
}

/* ################ botones */

.boton {
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-top: 1px solid #999;
    border-bottom: 1px solid #888;
    font-weight: bold;
    font-size: 12px;
    color: #444;
    height: 30px;
    font-family: Verdana, Arial;
    background-image: url('fbImage.png');
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    background-repeat: no-repeat;
    background-position: 0 -245px;
    background-color: #EEE;
    cursor: pointer;
}

    .boton:hover {
        background-image: url('');
    }

/* ################ inputs */
.input {
    background-color: #ffffff;
    border: solid 1px #aaa;
    font-family: Verdana, Arial;
    font-size: 12px;
    padding: 4px;
    margin: 2px;
}

.inputImporte {
    background-color: #ffffff;
    border: solid 1px #aaa;
    font-family: Verdana, Arial;
    font-size: 12px;
    padding: 4px;
    margin: 2px;
    text-align: right;
}

.inputImporteEditable {
    background-color: #ffffff;
    border: solid 1px #3f85a2;
    font-family: Verdana, Arial;
    font-size: 12px;
    padding: 4px;
    margin: 2px;
    text-align: right;
}

/* ################ links */
.link1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: underline;
    font-weight: bold;
    color: #5393E1;
}

    .link1:visited {
        color: #5393E1;
        text-decoration: underline;
    }

    .link1:hover {
        color: #7BACE8;
        text-decoration: none;
    }

.link_tipoCarne {
    background-color: #aec2db;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    width: 40px;
}
/*.link_tipoCarne:hover {	background-color:#9bb4d2;  color:#000000;	text-decoration: none; width:40px;}*/

.linkMenu:link {
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
    text-shadow: 0 1px 1px #000000;
}

.linkMenu:visited {
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
    text-shadow: 0 1px 1px #000000;
}

.linkMenu:hover {
    font-size: 12px;
    color: #cccccc;
    text-decoration: none;
}

.link2:visited {
    color: #FFFFFF;
    text-decoration: none;
}

.link2:hover {
    color: #EFEFEF;
    text-decoration: none;
}

/* link menu  */
#Divlinks a.custom-link {
    display: inline-block;
    font-size: 13pt; /* Tamaño en desktop */
    color: inherit; /* Hereda el color */
}

#menu-container {
    align-items: center;
    gap: 10px;
}

#mobile-menu {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    margin-left:.1rem;
    background: #141414;
    color: white;
    width: 200px;
    text-align: left;
    padding: 10px;
    border-radius: .3rem;
    transition: transform 0.3s ease-in-out;
}

    #mobile-menu ul {
        list-style: none;
        padding: 0;
    }

        #mobile-menu ul li {
            padding: 10px;
        }

#menu-toggle {
    display: none; /* Oculto por defecto */
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
}

#tablaSession {
    margin-bottom: 2.5rem;
}


#divContenMain {
    /*height: 500px;*/
    /*background-color: ghostwhite;*/
}

#tit-presupuesto {

}

    #tit-presupuesto h3 {
        width: 100%;
        max-width: none;
        text-align: center;
    }

.divPresupuestos {
    width: 100%;
    margin: 0 auto;
    justify-items: center;
}

.header-container {
    background-color: #5D7B9D;
    color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    padding: 10px; 
}

    .header-container span {
        flex: 1; 
    }

/* Contenedor para el GridView, con scroll vertical */
.divGrilla {
    /*max-height: 400px;*/ /* Ajusta según lo que necesites */
    overflow-y: auto;
    border: 1px solid #ccc; /* Opcional, solo para visualizar el límite */
    width:90rem;

}

/* GridView con encabezados fijos */
#GVPresupuesto {
    width: 100%;
    border-collapse: collapse;
}

    /* Encabezado fijo */
    #GVPresupuesto thead tr {
        position: sticky;
        top: 0;
        background-color: #5D7B9D;
        color: #FFFFFF;
        z-index: 1000;
    }

#div-footer {
    display: flex;
    justify-content: center;
}

.Presu-header {
    display: flex;
    justify-content:space-between
}

.header_logo {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 10px;
    background-color: #FFFFFF; /* Se aplica el color de fondo dinámicamente en el code-behind */
    text-align: left;
}

.div_Logo {
    width: 259px;
    height: 94px;
}

.form-container {
    display: flex;
    justify-content: center; /* Centra horizontalmente */
    align-items: center; /* Centra verticalmente */
    /*height: 100vh;*/ /* Hace que ocupe toda la pantalla */
    margin: 0 2rem;
}

.form-content {
    width: 90%; /* Ajusta el tamaño en pantallas pequeñas */
    max-width: 400px; /* Evita que se vea demasiado ancho en pantallas grandes */
    padding: 40px;
    background: #f9f9f9;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.btn-submit {
    margin: 1rem 0;
}

.divComunicado {
    width: 60%;
    max-width: 400px;
    padding: 20px;
    background-color: #f0f0f0;
    text-align: center;
    padding: 6px 12px;
    border-radius: 12px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.div-user {
    flex-grow: 1; 
    background-color: #fff;
    text-align: center;
    padding: 20px;
}

.div-empresa {
    display: flex;
    flex-grow: 3;
    flex-direction: column;
    background-color: #FCF7CD;
    text-align: left;
    padding: 20px;
}

.contenedorDR {
    /*background-color: #fcf9f9;*/
    max-width: 60%;
    margin: auto;
    font-family: Arial, sans-serif;
    display: block;
}

.encabezadoDR {
    background-color: #4CA889;
    padding: 10px;
    text-align: left;
}

.fila-centradaDR {
    padding-left: 10px;
    color: white;
}

.datos-usuarioDR {
    display: flex;
    flex-direction: column;
    gap: 1px;
    width: 100%;
    padding-top: 1rem;
}

.filaDR {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 5px 0;
}

.columna-40DR {
    flex: 40%;
    text-align: left;
}

.columna-60DR {
    flex: 60%;
    text-align: left;
    font-weight: bold;
}

.divCopyRight {
    font-size: 14px;
    width: 50%;
    font-family: 'Open Sans Semibold';
    text-align: center;
    margin: auto;
    display: block;
}

.div-recapcha {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fila-datosempresa {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}
.label-datosempresa {
    width: 50%;
    text-align: right;
    font-weight: bold;
}
.input-datosempresa {
    width: 50%;
    text-align: center;
}
.acciones-datosempresa {
    text-align: center;
    margin-top: 10px;
}
.titulo {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
.titulo-claves {
    background-color: beige;
    padding:1rem;
    margin-bottom:1rem
}
.input-claves {
    margin: 1rem 0;
}
.clase-text9 {
    margin-right: 4.5rem;
}
.claves-container {
    width: 100%;
    max-width: 500px;
    margin: auto;
    text-align: center;
}
.claves-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    align-items: center;
}
.datosEmpresa-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    align-items: baseline;
    flex-direction: column;
}
.claves-label {
    width: 50%;
    text-align: right;
    font-weight: bold;
}
.claves-input {
    display: flex;
    flex-grow: 1;
    margin: 0 1rem;
}
.claves-actions {
    /*margin-top: 20px;*/
    margin: 0 auto 20px auto;
    text-align: center;
}
.input-plus {
    padding: .5rem;
    border-radius: .1rem;
    width: 28rem !important;
}
.tabla-DE {
    width: 40rem;
    margin: 3rem auto;
    border: solid 1px #e1e1e1;
}
.titulo-DE {
    padding: 1rem;
    margin-bottom: 1rem
}
.link-volver {
    margin: .5rem .5rem;
}
.container-DE {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#linea-link {
    display: block;
}
.link-cambio-psw {
    text-align: left;
    width: 100%;
    margin-top: 1rem;
}
.link-cambio-dpresta {
    text-align: left;
    margin-top: 2rem;
}
.container-div-prsu {
    display:flex;
    justify-content: space-between;
}
.linealbl1 {
  width :16%;
}
.input1 {
    Width : 98%;
}
/*.GridView {
    display: block !important;*/ /* Asegura que no esté oculto */
    /*width: 100%;
    overflow-x: auto;*/ /* Permite desplazamiento en móviles si es necesario */
/*}*/
/* Cambia el tamaño en móviles @media (max-width: 415px)  */
.LblNroPresta {
    Width :80px;
}

.colPrestaciongrid {
    Width: 200px;
}


/*Medias Query*/
@media (max-width: 768px) {
    #Divlinks a.custom-link {
        /*display:block;*/
        font-size: 20px !important;
    }
    #menu-container {
        display: flex;
        background-color:#16711e;
    }
    #menu-toggle {
        display: block;
    }
    .mobile-menu {
        display: block;
        text-decoration : none;
    }
    .desktop-menu {
        display: none;
    }
    #tablaMaster {
        margin: 0;
    }
    .div_Logo {
        width: 150px; /* Tamaño más pequeño en móviles */
        height: auto;
    }
    .contenedorDR {
        max-width: 100%;
        font-size: 14px;
/*        display: flex;
        flex-direction: column;
        align-items: center;*/
        overflow: hidden;
    }
    .mensaje {
        font-size:12px;
    }
    .divCopyRight {
        width: 100%;
        margin-bottom:2rem;
    }
    .tabla-plus {
        /* width: 335px !important; */
        margin: 0 auto !important;
    }
    .datosEmpresa-group {
        margin-right: 2.5rem;
    }
    #divContenMain {
        overflow:hidden;
    }
    .tabla-DE {
        width: 25rem;
        margin: 1rem auto;
        border: solid 0px;
    }
    .input-plus {
        width: 20rem !important;
    }
    .container-DE {
        display: flex;
        flex-direction: column;
        align-items:center
    }
    .linea-link {
        display: block;
    }
    #linea-link {
        display: none;
    }
    .link-cambio-psw {
        margin-left:1rem;
    }
    .link-cambio-dpresta {
        margin-left:1rem;
    }
    .datos-usuarioDR {
        margin-left: 1rem;
    }
    .GridView tbody tr {
        display: flex;
        padding: 10px;
        border-bottom: 1px solid #ccc;
    }
    .hide-on-mobile {
        display: none !important;
    }
    .GridView {
        width: 100%;
        overflow: auto;
        display: inline-block !important;

    }
    .colPrestaciongrid {
        Width :164px;
    }
    .linea1 {
        display: none;
    }
    .divPresupuestos {
/*        display: block;*/
        display: table-row;
    }
    .container-div-prsu {
        display:block;
    }
    .Presu-header {
        display: block;
    }
    .noshow {
        display:none;
    }
    .input1 {
        width: 31rem;
    }
    .linealbl1 {
        width: 1rem;
    }
    .form-control2 {
        font-size: 11px !important;
    }
    .auto-style41 {
        width: 1rem !important;
    }
    .auto-style41 {
        width: 19%;
    }
    .LblNroPresta {
       Width: 80px;
    }

    a:link {
        text-decoration: none;
    }

    .logouUser {
        display: flex;
        flex: 1;
        margin-top: .5rem;
        margin-left:.5rem;
    }

    #HyperLinkLogout {
        font-size: 14px;
    }

    .tablesession {
        width: 99%;
        margin-left: .1rem;
        margin-right: .1rem;
    }

}

/*Fin de las media Query*/

/* ################ div*/
.divAmarillo {
    background-color: #fff1bb;
    border: 2px solid;
    border-color: #ffd940;
}
.divCeleste {
    border-color: #bcd8f5;
    background-color: #DEEBFA;
    border-width: 1px;
}
.divCelesteOscuro {
    background-color: #c3d9ff;
    border-width: 1px;
}
.divVerde {
    border: solid 1px #6cb169;
    padding: 5px;
    background-color: #b4d8a9;
    margin-bottom: 10px;
    width: 600px;
    text-align: left;
}
.divRojo {
    border: solid 1px #da5215;
    padding: 5px;
    background-color: #fad5c5;
    margin-bottom: 10px;
    width: 600px;
}
.divGrisOscuro {
    color: #FFFFFF;
    font-weight: bold;
    background-color: #737373;
    height: 27px;
    vertical-align: middle;
    padding: 5px;
    text-align: left;
}
.divTablaBorde {
    border: 1px solid #ff0000; /*border-width:5px;*/
    border-color: #bcd8f5;
}

/* ################ otros*/
.bordeTabla {
    /* borde de tabla ppal.aspx*/
    border: 1px solid #cccccc;
    height: 77px;
    background-color: #ffffff;
}
.bordeTabla2 {
    /* borde de boletas*/
    border: 1px solid #ccc;
}

/*TABLAS DE FORMULARIO*/
.tablaGris1 {
    padding: 0px;
    margin: 0px;
    background-color: #ebebeb;
    height: 87px;
    width: 333px;
}
.modalBackground {
    position: fixed;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.modalPopup {
    background-color: white;
    width: 200px;
    height: 150px;
    z-index: 100000001 !important;
}
.IframeTrj {
    margin: 1% 1% 1% 1%;
    display: block;
    background-image: none;
    background-color: #E6E6E6;
    border-radius: 12px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    width: 50%;
    min-width: 350px;
    height: 423px;
}
.ModalPopupBG {
    background-color: #666699;
    filter: alpha(opacity=50);
    opacity: 0.7;
}
.HellowWorldPopup {
    min-width: 200px;
    min-height: 150px;
    background: white;
}
.textLeft {
    text-align: left;
}
.textRight {
    text-align: right;
}
.textCenter {
    text-align: center;
}
.modalBackground {
    position: fixed;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.modalPopup {
    background-color: white;
    width: 200px;
    height: 150px;
    z-index: 100000001 !important;
}
.IframeTrj {
    margin: 1% 1% 1% 1%;
    display: block;
    background-image: none;
    background-color: #E6E6E6;
    border-radius: 12px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    width: 50%;
    min-width: 350px;
    height: 423px;
}
.datos {
    font-size: 10px;
    font-family: 'Open Sans', Verdana;
    font: italic,bold
}

/* Libary CSS */
.shell {
    position: relative;
    line-height: 1;
}
/*estilo para mascaras de ingresos*/
    input.masked,
    .shell span {
        font-size: 16px;
        font-family: monospace;
        padding-right: 10px;
        background-color: transparent;
        text-transform: uppercase;
    }

/* Look and feel (not lib specific) */

/*estilo para mascaras de ingresos*/

.DivFondo {
    margin: 5px 5px 5px 5px;
    border-color: #EC1C24;
    display: block;
    padding: 5px 5px;
    background-color: #EC1C24;
    background-image: none;
    border-radius: 12px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.text-redondo {
    margin: 5px 5px 5px 5px;
    border-color: #EC1C24;
    display: block;
    padding: 3px 3px 3px 3px;
    background-color: white;
    background-image: none;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-family: Barlow;
    color: #2D1A29;
}
.DivRedondeado {
    margin: 10px 10px 41px 10px;
    display: block;
    padding: 6px 12px;
    background-image: none;
    border-radius: 12px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
