@charset "utf-8";
/* CSS Document */
* {     
    margin: 0; 
} 
body{
  margin:0px;
  min-height:100vh;
  display: flex;
  flex-direction: column;
  font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
}
a{
	color:#FFF;
	text-decoration:none;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
	}
	

h1{
	color:#293548;
	font-family: "Open Sans",sans-serif;
    font-size: 25px;
    font-weight: 300;
    line-height: 46px;
    margin: 35px 0 7px;
	}
	
/*CABECERA*/

#contenedor{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	}
#cabecera{
	width:100%; 
	height:100px;
	}
.menu-top{
	color:#ffcc29;
	font-size:10px;
	}
.top{
	background-color:#293548;
	height:100%;
	float:right;
	width:75%;
	text-align:right;
	padding-right:5%;
	padding-top:15px;
	}
.boton-menu {
	color:#FFCC29;
	display: inline-block;
	}
.boton-menu:hover{
	font-style:inherit;
	color:#fff;
	}
span{
	color:#fff;
	margin-left:10px;
	font-size:10px;
	}
.titulo-top{
	color:#fff;
	font-size:14px;
	text-align:right;
	}
.logo{
	background-color: #293548;
	height: 100%;
	position: inherit;
	width: 25%;
	padding-top: 10px;
	padding-left:10%;
	}
img {
    max-width:100%;
}
.barra-amarilla{
	height:10px;
	background-color:#ffcc29;
	}
footer{
  width: 100%;
  position: relative;
  height: auto;
  background: transparent;
  color: inherit;
  font-size:14px;
  text-align:center;
  margin-top:5px;
}
	
/*MENU PRINCIPAL*/

#con-form{
	padding-left:7%;
	margin-top:0px;
}
	
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  line-height: 1;
  background: #ffffff;
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #009ae1;
  transition: all 0.25s ease-out;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  padding: 20px;
  font-size: 18px;
  text-decoration: none;
  
  color: #293548;
  transition: color .2s ease;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #009ae1;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
}
#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 21px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
  transform: rotate(45deg);
  transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #009ae1;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height: 32px;
}
#cssmenu ul ul li a {
  padding: 10px 20px;
  width: 160px;
  font-size: 14px;
  background: #333333;
  text-decoration: none;
  color: #dddddd;
  transition: color .2s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  transform: rotate(-45deg);
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 14px;
    color: #000000;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #000000;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 20px;
    color: #000000;
    cursor: pointer;
    font-size: 12px;
    
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #000000;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
}


/*TERMINA MENU PRINCIPAL*/


/*FORM MOVIMIENTOS*/

#cont-mov{
	padding-left:80px;
	padding-right:80px;
	padding-top:20px;
	margin-top:0px;
	min-height: 100%;
	font-size:14px;
	font-family:"Lucida Grande", Verdana, sans-serif;
	color:#006;
	
}

#cont-detalles{
	padding-left:80px;
	padding-right:80px;
	padding-top:20px;
	padding-bottom:30px;	
	margin-top:35px;
	min-height: 100%;
	font-size:14px;
	font-family:"Lucida Grande", Verdana, sans-serif;
	color:#006;
	
}


#cont-articulos{
	padding-left:80px;
	padding-right:80px;
	padding-top:20px;
	padding-bottom:30px;	
	margin-top:0px;
	min-height: 100%;
	font-size:14px;
	font-family:"Lucida Grande", Verdana, sans-serif;
	color:#006;
	
}


#tabLega_Cont{
  max-width: 100%;

}

#cont-lega-gastos{
  padding-left:80px;
  padding-right:80px;
  padding-top:20px;
  padding-bottom:30px;  
  margin-top:35px;
  min-height: 100%;
  font-size:14px;
  font-family:"Lucida Grande", Verdana, sans-serif;
  color:#006;
  
}
/*#conten_leg table{
  max-width: inherit;
}*/


#cont-factura{
  padding-left:80px;
  max-width: inherit;
  font-size:14px;
  font-family:"Lucida Grande", Verdana, sans-serif;
  color:#006;
}
#cont-cartera{
	padding-left:80px;
	padding-right:80px;
	padding-top:20px;
	padding-bottom:30px;	
	margin-top:35px;
	min-height: 100%;
	font-size:14px;
	font-family:"Lucida Grande", Verdana, sans-serif;
	color:#006;
	
}


/*tabla adaptable*/
 table.adaptable,table.rwd_auto {border:1px solid #ccc;width:100%;margin:0 0 50px 0;
}
.adaptable th,.rwd_auto th {background:#ccc;padding:0px;text-align:center;
}
.adaptable td,.rwd_auto td {border-bottom:1px solid #ccc;padding:0px;text-align:center;
}
.adaptable tr:last-child td, .rwd_auto tr:last-child td{border:0;
} 

/*TABLA ARTICULOS*/
 table.lista,table.rwd_auto {border:1px solid #dceaff;width:100%;margin:0 0 20px 0; background:#f5f8fd;
}
.lista th,.rwd_auto th {background:#dceaff;padding:5px;text-align:center;
}
.lista td,.rwd_auto td {border-bottom:1px solid #ccc;padding:5px;text-align:center;
}
.lista tr:last-child td, .rwd_auto tr:last-child td{border:0;
}



/*CAMPO TEXTO*/

.inputs {
    min-width: 100px;
    width:250px;
   /* padding: 10px 10px;*/
    font-weight: 400;
    font-size: 14px;
    color: #293548;
    background: #FFF;
    border: 1px solid #FFF;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.50);
	margin: 25px 5px 25px;
}
.inputs:focus {
    background: #DFE9EC;
    color: #414848;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
    outline: 0;
}

.inputs:hover {
    background: #bacdd4;
    color: #414848;
}

textarea{
	width:250px;
	height:150px;}




/*BOTON BUSCAR*/
.button-buscar {
    font-size: 16px;
    font-family: Verdana;
    font-weight: normal;
    text-decoration: inherit;
    border: 1px solid #DED9D1;
    padding: 9px 28px;
    cursor: pointer;
    color: #FFFFFF;
    display: inline-block;
    background: #ffcc29 url(../img/search-icon.png) no-repeat 5px center;
	margin-top:10px;}
   

.button-buscar:hover {
    background: #ffab23 url(../img/search-icon.png) no-repeat 5px center;
    }

.button-buscar:active {
    position:relative;
    top: 1px;
}


.button-agregar {
    font-size: 16px;
    font-family: Verdana;
    font-weight: normal;
    text-decoration: inherit;
    border: 1px solid #DED9D1;
    padding: 9px 28px;
    cursor: pointer;
    color: #FFFFFF;
    display: inline-block;
    background: #293548 ;
    }

.button-agregar:hover {
    background: #ffab23;
    }

.button-agregar:active {
    position:relative;
    top: 1px;
}


.button-crear {
    font-size: 16px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
    font-weight: normal;
    text-decoration: inherit;
    border: 1px solid #DED9D1;
    padding: 9px 28px;
    cursor: pointer;
    color: #FFFFFF;
    display: inline-block;
    background: #ffcc29 ;
	text-align:center;
	width:260px;
 }

.button-crear:hover {
    background: #293548;
    }

.button-crear:active {
    position:relative;
    top: 1px;
}


.button {
    font-size: 16px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
    font-weight: normal;
    text-decoration: inherit;
    border: 1px solid #DED9D1;
    padding: 9px 28px;
    cursor: pointer;
    color: #FFFFFF;
    display: inline-block;
    background: #999 ;
	text-align:center;
	
    }

.button:hover {
    background: #666;
    }

.buttonr:active {
    position:relative;
    top: 1px;
}



/*MENU SECUNDARIO*/

#con-secundario{
	padding-left:50px;
	padding-right:50px;
	margin-top:20px;
	min-height: 100%;
	height:52px;
	background-color:#f0f2f4;
	}

ul, ol {
	list-style:none;
	}
			
.menu-seg > li {
	float:left;
	}
			
.menu-seg li a {
	background-color:#cdcecf;
	color:#293548;
	text-decoration:none;
	padding:10px 12px;
	display:block;
	margin-left:5px;
	margin-top:3px;
	border: 1px #ccc solid;
}
			
.menu-seg li a:hover {
	background-color:#293548;
	color:#ffcc29;
}
.menu-seg li ul {
	display:none;
	position:absolute;
	min-width:120px;
}
.menu-seg li:hover > ul {
	display:block;
}
.menu-seg li ul li {
	position:relative;
}
.menu-seg li ul li ul {
	right:-120px;
	top:0px;
	
}




.menu-seg2 > li {
  float:left;
  }
      
.menu-seg2 li a {
  background-color:#cdcecf;
  color:#293548;
  text-decoration:none;
  padding:10px 12px;
  display:block;
  margin-left:5px;
  margin-top:3px;
  border: 1px #ccc solid;
}
      
.menu-seg2 li a:hover {
  background-color:#293548;
  color:#ffcc29;
}
.menu-seg2 li ul {
  display:none;
  position:absolute;
  min-width:120px;
}
.menu-seg2 li:hover > ul {
  display:block;
}
.menu-seg2 li ul li {
  position:relative;
}
.menu-seg2 li ul li ul {
  right:-120px;
  top:0px;
  
}
#menu-leg2{
  padding-left:7%;
  margin-top:0px;
}
			


/*#con-secundario ul.menu-sec li:nth-child(3) a {
  background: #FC0;
}*/

/*TABLAS*/

label {
	display: block;
	margin-bottom:30px;
	margin-top:20px;
		
}

.cont-tabla{
	display: table;
}

.cont-fila{
	display: table-row;
}

.cont-columna{
	display: table-cell;
	width:33%;

}
.cont-columna-2{
	display: table-cell;
	width:20%;

}
.cont-columna-1{
	display: table-cell;
	width:10%;

}

/*ESTILOS LOGIN*/

#cabecera-login{
	width:40%; 
	/*height:auto;*/
	margin: 0 auto;
	text-align:center;
	margin-top:30px;
	}
.text-pq{
	font-size:12px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	color:#0F2143;}

.button-iniciar {
    font-size: 16px;
    font-family: Verdana;
    font-weight: normal;
    text-decoration: inherit;
    border: 1px solid #DED9D1;
    padding: 9px 28px;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    background: #ffab23 ;
	width:220px;
	text-align:center;
    }

.button-iniciar:hover {
    border: 1px solid #FF9900;
    text-decoration:underline;
    }

.inactivo {
        background: #999;
    }
/* */

.right{
	float:right;	
	}
	
		
.notFilled{
  border: 2px solid #FF4000;
  background: #ffab23;
}

#divProcesandoDet{
    text-align: center;
    margin-top: -49px;
}

.msgError{
    background-color: #df4617;
    color: white;
}

/* Popup*/
popupForm {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1001;
}

.content-popup {
    background-color: #fff;
    border: 3px solid #fff;
    display: inline-block;
    left: 50%;
    padding: 15px;
    position: fixed;
    text-align: justify;
    top: 40%;
    z-index: 10;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    transition: opacity .5s, top .5s;
    margin-top: 50px;
}

.close {
    background-color: #df4617;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: -15px;
    width: 30px;
    border-radius: 15px;
}
.close:before {
    color: #fff;
    content: "x";
    font-size: 16px;
    
}
.close:hover {
    background-color: #ffcc29;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    cursor: default;
    left: 0;
    display:none;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
    transition: opacity .5s;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

/*Fin Popup*/

form{
    border: 0px;
}
.datosSN
{
    
}

/* Fredy */
/*#divMenu {
  width: 20%;
  float: left;
  padding-right: 5px;
}

#divReporte {
  width: 80%;
  height: 100%;
  background-color: gainsboro;
  float: right;
}
*/
#divTitReportes {
  text-align: center;
}

#divContenido {
  width: 100%;
  flex: 1 0 auto;
}

#divContReporte {
  text-align: left;
  padding: 20px;
}

.tablaParam {
  width: 90%;
  margin: auto;
}

.csForm label {
  margin-top: 0px;
}

.csPosBtn {
  margin-top: -20px;
}

.lstReportes{
    list-style: none;
    padding: 0 0 12px 22px;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    background: url(../img/list_marker.png) 0 4px no-repeat;
}

#grpCategorias ul {
  margin-left: -40px;
}

.csReporte {
    color: black;
    font-size: small;
    margin-left: -20px;
}

li .csReporte:hover {
  text-decoration:none;
  color: #FDBA2D;
}

li .csReporte:focus {
  text-decoration:none;
}

li.active .csReporte {
  text-decoration:none;
  color: #FDBA2D;
}

.csColorNaranja {
  color: #FDBA2D;
  font-size: 1em;
}

.csColorNegro {
  color: #000;
  font-size: 1em;
}

.btn-naranja {
    color: #fff;
    background-color: #FDBA2D;
    border-color: #FDBA2D;
}

.btn-azul {
    color: #fff;
    background-color: #00aff0;
    border-color: #00aff0;
}

.padBtnRight {
  padding-right: 5px;
}


@media (max-width: 767px) {
  .csColorNaranja, .csColorNegro {
    font-size: 15px;
  }
}

@media (max-width: 500px) {
  .csColorNaranja, .csColorNegro {
    font-size: 13px;
  }
}

@media (max-width: 450px) {
  .csColorNaranja, .csColorNegro {
    font-size: 11px;
  }
}

.divMenu {
  float: left;
  padding-right: 5px;
}

.divReporte {
  height: 100%;
  /*float: right;*/
}

.scrollTabla {
  overflow: overlay;
}

.popover {
  height: 80px
}

#loadingMessage {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  font-size: 18px;
  z-index: 99999;
  display: none;
}
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Color gris semitransparente */
  z-index: 9999; /* Asegura que esté por encima de todo */
  display: none; /* Oculto por defecto */
}
#btnIngresar{
  cursor: pointer;
}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('../image/tenor.gif') 50% 50% no-repeat rgb(249,249,249);
  opacity: .6;
  display:none;
}
.d_nh{
  margin: 5% auto;
  padding: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: 0px 2px 10px 1px;
  position: fixed;
  width: 700px;
  min-height: 200px;
  top: 50%;
  left: 50%;
  margin-top: -100px; /* Negative half of height. */
  margin-left: -340px; /* Negative half of width. */
  z-index: 1000;
  display: none;
}

/* General select styling */
.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  /*font-size: 1rem;*/
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* Select when focused */
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* Disabled select styling */
.form-select:disabled {
  background-color: #e9ecef;
  opacity: 1;
  color: #6c757d;
}

/* Small size select */
.form-select.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

/* Large size select */
.form-select.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1.25rem;
  border-radius: 0.375rem;
}

/* Styling for the dropdown arrow */
.form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23495057' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}

/* Remove arrow for multiple select */
.form-select[multiple], 
.form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

/* Option styling */
.form-select option {
  padding: 10px;
  color: #495057;
  background-color: #fff;
}

/* Option styling when disabled */
.form-select option:disabled {
  color: #6c757d;
}
