/* CSS Document */

/*####################LOGIN####################*/
/*##############################################*/

/*####################LISTADOS####################*/
.tbllista{
	width:100%;
}
.tbllista td{
	background:#F4F4F4;
	text-transform:uppercase;
}
.tbllista th{
	color: #FFFFFF;
	background:#C7922B;
	text-align:center;
}
/*##############################################*/
.importante {
	color: #FF0000;
	font-weight: bold;
}
.pie{
	padding: 10px 30px 10px 30px;
	font-size: 10px;
	color: #696969;	
	text-align:center;
}
.pie p{
	border-top: 2px solid #CCCCCC;
	padding-top:10px;
	
}
/*#######################################################*/

#rojo{
	background:#bd9629;
}

#bloqueado{
	background:#CCC;
}

/*----------------------------------------------------------------------------------------------------------*/

.valida{
	color:#FF0000;
}

  /*Cuadro Informativo*/

.infobox {
	padding: 0;
	position: relative;
}
.infobox h2 {
    color: #000000;
    font-size: 8px;
    letter-spacing: 1px;
    margin: 10px 0 0 20px !important;
    padding: 0 0 0 10px !important;
    text-align: left;
    text-shadow: 1px 1px 0 #CCCCCC;
    text-transform: none;
}
.infobox img {
    float: left;

    opacity: 0.9;
    position: relative;
    z-index: 2;
}
.infobox .more {
    display: none;
}
.infobox:hover .more {
	text-align:center;
    background-color: #23395F;
    border: 3px double #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    color: #FFFFFF;
    display: block;
    left: -150px;
    padding: 0px 0px 0px 10px;
    position: absolute;
    top: -40px;
    width: 300px;
    z-index: 2;
    height: auto;
}
.infobox:hover a {
  text-shadow: none;
    color: #000000;
}
.descri{
  text-shadow: none;
  text-align:justify;
  color:#29245a;
  font-weight:bold;
}

/* AUTOCOMPLETAR INPUT */
.ac_results {
	padding: 0px;
	border: 1px solid #0A246A;
	background-color: white;
	overflow: hidden;
	z-index: 10;
	color:#000000;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('../img/loading.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}

.mayusculas{
	text-transform:uppercase;
}

.sticky-column {
	background-color: #dee2e6; /* Establece el color de fondo que desees */
}

table.dataTable {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
	
}


#TCliente th:nth-child(1) {
    width: 100px;
}

#TCliente th:nth-child(2) {
    width: 150px;
}

#TCliente th:nth-child(3) {
    width: 80px;
}

.loading-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1000;
  }

  .loading-container {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1001;
  }

  .loading-icon {
	width: 50px;
  }

  #loadingOverlay {
    position: fixed;  /* 🔹 Fijo en la pantalla */
    top: 0;           /* 🔹 Siempre en la parte superior */
    left: 0;
    width: 100%;
    height: 50px;     /* 🔹 Ajusta la altura para que no tape toda la tabla */
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    z-index: 9999;
    border-bottom: 2px solid #ccc; /* 🔹 Separación visual */
}

