/* CSS */
/* Cuerpo */
@font-face {
    font-family: 'Rubik'; /* Name your font family */
    src: url('/core/font/Rubik/Rubik-VariableFont_wght.ttf'); /* Locate the .ttf file within your directory*/
}
@font-face {
    font-family: 'Roboto'; /* Name your font family */
    src: url('/core/font/Roboto/Roboto-Light.ttf'); /* Locate the .ttf file within your directory*/
}


/* Formato parrafo */
p {
    margin-top: 0;
    margin-bottom: 0;
    position:relative;
}
/* Formato texto */
.t9 {
    font-size: 9px;
}
.t10 {
    font-size: 10px;
}
.t11 {
    font-size: 11px;
}
.t12 {
    font-size: 12px;
}
.t14 {
    font-size: 14px;
}
.bigbig{
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:60px;
}
.blanco{
    color: #FFF;
}
.gris{
    color: #999EAC;
}
.gris2{
    color: #999;
}
.cfecha{
    color:#A2C67D;
}
.cpie{
    color:#586C74;
}
.tit{
    font-weight:bold;
    margin-bottom:15px;
}
.celd{
    padding:5px 0px 5px 0px
}
.celd2{
    padding:15px 0px 15px 0px
}
/* Sangria para tabla */
.s10b {
    padding-left: 10px;
    padding-right: 10px;
}
.sm {
    padding-right: 50px;
}
/* Justificar texto */
.jus {
    text-align: justify;
}
.inter{
    line-height: 150%;
}

/* Formato enlaces */
a {
    color:#669900;
}
a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
    color:#669900;
}
a:active {
    text-decoration: none;
    color:#669900;
}

#link a {
    color: #999EAC;
}
#link a:link {
    text-decoration: none;
}
#link a:visited {
    text-decoration: none;
    color: #999EAC;
}
#link a:hover {
    color:#C00;
    text-decoration: none;
}
#link a:active {
    text-decoration: none;
    color: #999EAC;
}

#link2 a {
    color:#5C5F67;
}
#link2 a:link {
    text-decoration: none;
}
#link2 a:visited {
    text-decoration: none;
    color:#5C5F67;
}
#link2 a:hover {
    color:#FFF;
    text-decoration:none;
}
#link2 a:active {
    text-decoration: none;
    color:#5C5F67;
}

#linkindi a {
    color: #A2C67D;
    font-size:11px;
}
#linkindi a:link {
    text-decoration: none;
}
#linkindi a:visited {
    text-decoration: none;
    color: #A2C67D;
}
#linkindi a:hover {
    color: #FFF;
    text-decoration: none;
}
#linkindi a:active {
    text-decoration: none;
    color: #A2C67D;
}

/* Capas */

.box {
    width:100%;
    height:auto;
    overflow:hidden;
    position:relative;
    text-align:left;
    padding: 0px 0px 0px 0px;
}
.boxmenu {
    width:200px;
    height:auto;
    position:relative;
    float:left;
    margin:0px 0px 0px 0px;
}
.boxcon {
    width:84%;
    height:auto;
    position:relative;
    float:left;
    margin:0px 0px 0px 0px;
    background:#FFF;
}
.boxconin {
    width:100%;
    height:auto;
    position:relative;
    float:left;
    padding:18px 18px 20px 18px;
}

.boxconsub{
    width:593px;
    height:auto;
    position:relative;
    margin-bottom:27px;
    background:url(../multimedia/source/imagenes/fondodiv2.png) no-repeat
}
.boxpie {
    width:1000px;
    position:relative;
    text-align:left;
    padding: 0px 0px 0px 0px;
}
.minibox1{
    width:250px;
    height:127px;
    background:url(../multimedia/source/imagenes/fondohome.gif) no-repeat;
    float:left;
    text-align:center;
    overflow:hidden;
    padding-top:12px;
}
.minibox2{
    width:127px;
    height:283px;
    background:url(../multimedia/source/imagenes/fondodiv3.png) no-repeat;
    float:left;
}
.minibox3{
    width:563px;
    height:auto;
    overflow:hidden;
    background:url(../multimedia/source/imagenes/fondodiv4.png) no-repeat;
    position:relative;
    margin-bottom:20px;
}
.marco{
    border: 1px solid #FFCC99;
    background-color:#FFFFDD;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    padding:15px;
    margin:5px 0px 25px 0px;
    text-align:center;
}
.marco2{
    border: 1px solid #CEF480;
    background-color:#F1FFE4;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    padding:15px;
    margin:5px 0px 25px 0px;
    text-align:center;
}
@media print {
    .oculto {
        display:none
    }
    body {
        margin-top: 50px;
        margin-right: 20px;
    }
}
html, body {
    font-size: 100%;
    padding: 0;
    margin: 0;
    background-color: #FFFFFB;
    background-image: url(/botones/fondo.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    background-repeat: repeat-x;
    background-attachment: fixed;

    font-family: Rubik, Arial;
}


/* Formulario */


.campoFecha {

}
.area {
    border: 1px solid #CCC;
    width: 760px;
    height: 100px;
    font-size: 14px;
    color: #333;
    background-color:#F5F5F5;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    padding:5px;
    margin:5px 0px 25px 0px;
    overflow:auto;
}
/* HR Color */
hr {
    padding: 0;
    border: dotted #CCC;
    border-width: 1px 0 0 0;
    color: #CCC;
    height: 1px;
    margin-bottom: 18px;

}

/* Encabezados */
h1,h2,h3,h4,h5,h6 {
    color: #006A9D;
    font-size: 12px;
    font-weight: bold;
    margin-top: 7px;
    margin-bottom: 7px;
}


/* Menu */
.glossymenu{
    margin: 0px;
    padding: 0;
    width: 140px; /*width of menu*/
    border: 0px solid #CCC;
    border-bottom-width: 0;
}

.glossymenu a.menuitem{
    background: #BAC1C8 url(../multimedia/source/imagenes/glossyback.gif) no-repeat;
    font: 11px Verdana, Trebuchet MS, Helvetica, sans-serif;
    color: #1E2025;
    display: block;
    position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
    width: auto;
    padding: 4px 0;
    padding-left: 5px;
    padding-bottom: 5px;
    text-decoration: none;
    text-align: left;
    margin-top:5px;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
}

.glossymenu a.menuitem .statusicon{
    position: absolute;
    top: 6px;
    right: 5px;
    border: none;
}

.glossymenu a.menuitem:hover{
    background-image: url(../multimedia/source/imagenes/glossyback2.gif);
    color:white;
}

.glossymenu div.submenu{
    /*background: white;*/
    width:134px;
    margin-left:3px;
}

.glossymenu div.submenu ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.glossymenu div.submenu ul li{
    /*border-bottom: 1px solid #CCC;*/
    margin-top:1px;
    background: white;
}

.glossymenu div.submenu ul li a{
    display: block;
    font: normal 11px Verdana, Verdana, Helvetica, sans-serif;
    color: #85929C;
    text-decoration: none;
    padding: 2px 0px 4px 0px;
    padding-left: 10px;
    text-align: left;
}

.glossymenu div.submenu ul li a:hover{

    background: #FFF url(../multimedia/source/imagenes/glossypoint.gif) no-repeat right;
    color: black;
    font-weight:bold
}



/* Fin CSS */


table.cajasin_new{
    font-family: Verdana, sans-serif;
    font-size: 12px;
    color: #000;
    background-color: #F1F0FF;
    text-shadow: 0 1px 1px #0000004d;
    border-radius: 2em;
    border-collapse: collapse;
    width: 95%;
    vertical-align: middle;
}

/* Estilo para las filas de datos */
table.cajasin_new tbody tr {
    color: #000;
}

/* Estilo para las filas impares del tbody */
table.cajasin_new tbody tr:nth-child(odd) td{
    background-color: #ADB9F7;
}

/* Estilo para las filas pares del tbody */
table.cajasin_new tbody tr:nth-child(even) td{
    background-color: #8989ee;
}

/* Estilo para las celdas de datos */
table.cajasin_new td {
    padding: 8px;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
}

table.cajasin_new tbody tr:hover td{
    background-color: #F8FE99;
}


.estilo3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #FFF !important;
    background-color: #3c3c54 !important;
    text-transform: capitalize;
    text-align: center;
    padding: 8px !important;
    border-right: 1px solid;
}

/* Specific styles for the first and last columns */
thead th:first-child {
    border-top-left-radius: 25px;
}

thead th:last-child {
    border-top-right-radius: 25px;
    border-right: none;
}

.line-h{
    min-height: 52px;
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
}

.hiden-element{
    display: none;
}

@media (min-width: 1200px) {
    .modal-auto-xl {
        --bs-modal-width: calc(100% - 200px);
    }
}
#contenedor-importacion.modal-body {
    max-height: 700px;
    overflow-y: auto; /* Permite el desplazamiento vertical si el contenido excede el tamaño del contenedor */
}
.contenedor-tabla-proceso{
    max-width: 100vw;
    overflow: auto;
    max-height: calc(100dvh - 100px);
}

.ui-front {
    z-index: 1057 !important;
}
.form-floating > label{
    z-index: 1 !important;
}

/* Firefox (uncomment to work in Firefox, although other properties will not work!)  */

* {
    scrollbar-width: auto;
    scrollbar-color: #6BDB43 #DFE9EB;
}

/* Chrome, Edge and Safari */
*::-webkit-scrollbar {
    height: 10px;
    width: 15px;
}
*::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #DFE9EB;
    border: 4px solid #FFFFFF;
}

*::-webkit-scrollbar-track:hover {
    background-color: #B8C0C2;
}

*::-webkit-scrollbar-track:active {
    background-color: #46494A;
}

*::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #6BDB43;
    border: 4px dotted #FFFFFF;
}

*::-webkit-scrollbar-thumb:hover {
    background-color: #62A34B;
}

*::-webkit-scrollbar-thumb:active {
    background-color: #62A34B;
}