
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.closeNotificacionIFS {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.closeNotificacionIFS:hover,
.closeNotificacionIFS:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
@media (min-width:576px){
	.table-scrollarea {
	  overflow-x: auto;
	}
}

.header > th {
	/* Stick to the top */
	position: sticky;
	top: 0 !important;

	/* Displayed on top of other rows when scrolling */
	z-index: 9999;
}

#tablas_getic {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#tablas_getic td, #tablas_getic th {
  border: 1px solid #ddd;
  padding: 8px;
}

#tablas_getic tr:nth-child(even){background-color: #f2f2f2;}

#tablas_getic tr:hover {background-color: #ddd;}

#tablas_getic th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: black;
  color: white;
  text-shadow: none;
}

#tablas_getic caption {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: black;
  color: white;
  text-shadow: none;
}
#tablas_getic caption b{
  background-color: black;
}

.tabla_deslizante{
	text-shadow: none;
}

@media only screen and (max-width: 800px) {
	.tabla_deslizante .cf:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
	.tabla_deslizante * html .cf { zoom: 1; }
	.tabla_deslizante *:first-child+html .cf { zoom: 1; }

	.tabla_deslizante table { width: 100%; border-collapse: collapse; border-spacing: 0; }

	.tabla_deslizante th,
	.tabla_deslizante td { margin: 0; vertical-align: top; }
	.tabla_deslizante th { text-align: left; }
	
	.tabla_deslizante table { display: block; position: relative; width: 100%; }
	.tabla_deslizante thead { display: block; float: left; }
	.tabla_deslizante tbody { display: block; width: auto; position: relative; overflow-x: auto; white-space: nowrap; }
	.tabla_deslizante thead tr { display: block; }
	.tabla_deslizante th { display: block; text-align: right; }
	.tabla_deslizante tbody tr { display: inline-block; vertical-align: top; }
	.tabla_deslizante td { display: block; min-height: 1.25em; text-align: left; }
	

	.tabla_deslizante th { border-bottom: 0; border-left: 0; }
	.tabla_deslizante td { border-left: 0; border-right: 0; border-bottom: 0; }
	.tabla_deslizante tbody tr { border-left: 1px solid #babcbf; }
	.tabla_deslizante th:last-child,
	.tabla_deslizante td:last-child { border-bottom: 1px solid #babcbf; }
	.tabla_deslizante #tablas_getic th { padding-top: 5px;}
}