/** =======================
 * GPU REEL ID MAIN
 ===========================*/
 * {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  }
  .modal-backdrop {
	z-index: auto !important;
  }
  .modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 0 solid rgba(0, 0, 0, 0.2);
	border-radius: 10px !important;
	outline: 0;
  }
  .modal-header {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: space-between;
	padding: 0 0 !important;
	color: #000 !important;
	border-bottom: 0 solid #e9ecef;
	border-top-left-radius: 10px !important;
	border-top-right-radius: 10px !important;
  }
  .modal-title {
	margin-bottom: 0;
	line-height: 1.5;
	color: #000 !important;
  }
  .btn-light-cerrar {
	font-size: 20px !important;
	font-family: Microsoft Sans Serif !important;
	font-weight: 200 !important;
	/*transform: scaleX(3) !important;*/
	font-stretch: ultra-expanded !important;
	text-align: center !important;
	line-height: 0 !important;
	color: #888d92 !important;
	border-color: none !important;
	margin: -10px 0px 0px 0px;
	width: 45px !important;
	height: 30px !important;
	border-radius: 0px !important;
	border-top-right-radius: 6px !important;
  }
  .btn-light-cerrar:hover {
	color: #fff !important;
	background-color: #ef5350 !important;
	border-color: none !important;
  }
  .btn-light-alert {
	color: #fff !important;
	background-color: #ef5350 !important;
	border-color: none !important;
	margin: 5px 5px 5px 5px !important;
  }
  .btn-light-alert:hover {
	color: #fff !important;
	background-color: #6c3c3c !important;
	border-color: none !important;
  }
  .btn-light-alert-succes {
	color: #fff !important;
	background-color: #0acc95 !important;
	border-color: none !important;
	margin: 5px 5px 5px 5px !important;
  }
  .btn-light-alert-succes:hover {
	color: #fff !important;
	background-color: #3c6c5f !important;
	border-color: none !important;
  }
  .btn-light-alert-restart {
	color: #fff !important;
	background-color: #545b62 !important;
	border-color: none !important;
	margin: 5px 5px 5px 5px !important;
  }
  .btn-light-alert-restart:hover {
	color: #fff !important;
	background-color: #454a4f !important;
	border-color: none !important;
  }
  .btn-light-alert-continuar {
	color: #fff !important;
	background-color: #fb8c00 !important;
	border-color: none !important;
	margin: 5px 5px 5px 5px !important;
  }
  .btn-light-alert-continuar:hover {
	color: #fff !important;
	background-color: #4a25d6 !important;
	border-color: none !important;
  }
  .btn-datatble-imprimir {
	color: #fff !important;
	background: url(https://aplicacionesasig.com/public/img/dashboard/imprimir.png)
	  no-repeat;
	background-size: 30px 30px;
	background-position: center;
	width: 40px;
	height: 40px;
	background-color: transparent !important;
	border-color: none !important;
	border-radius: 5px !important;
	border: none !important;
  }
  .btn-datatble-imprimir:hover {
	color: #fff !important;
	border-color: none !important;
	background-color: rgba(98, 215, 253, 0.3) !important;
	border-radius: 5px !important;
	border: none !important;
  }
  .btn-datatble-pdf {
	color: #fff !important;
	background: url(https://aplicacionesasig.com/public/img/dashboard/pdf3.png)
	  no-repeat;
	background-size: 30px 30px;
	background-position: center;
	width: 40px;
	height: 40px;
	background-color: transparent !important;
	border-color: none !important;
	border-radius: 5px !important;
	border: none !important;
  }
  .btn-datatble-pdf:hover {
	color: #fff !important;
	border-color: none !important;
	background-color: rgba(98, 215, 253, 0.3) !important;
	border-radius: 5px !important;
	border: none !important;
  }
  .btn-datatble-excel {
	color: #fff !important;
	background: url(https://aplicacionesasig.com/public/img/dashboard/excel.png)
	  no-repeat;
	background-size: 30px 30px;
	background-position: center;
	width: 40px;
	height: 40px;
	background-color: transparent !important;
	border-color: none !important;
	border-radius: 5px !important;
	border: none !important;
  }
  .btn-datatble-excel:hover {
	color: #fff !important;
	border-color: none !important;
	background-color: rgba(98, 215, 253, 0.3) !important;
	border-radius: 5px !important;
	border: none !important;
  }
  .btn-datatble-copiar {
	color: #fff !important;
	background: url(https://aplicacionesasig.com/public/img/dashboard/copiar.png)
	  no-repeat;
	background-size: 30px 30px;
	background-position: center;
	width: 40px;
	height: 40px;
	background-color: transparent !important;
	border-color: none !important;
	border-radius: 5px !important;
	border: none !important;
  }
  .btn-datatble-copiar:hover {
	color: #fff !important;
	border-color: none !important;
	background-color: rgba(98, 215, 253, 0.3) !important;
	border-radius: 5px !important;
	border: none !important;
  }
  .btn-datatble-nomeclatura {
	color: #fff !important;
	background: url(https://aplicacionesasig.com/public/img/dashboard/ayuda.png)
	  no-repeat;
	background-size: 30px 30px;
	background-position: center;
	width: 40px;
	height: 40px;
	background-color: transparent !important;
	border-color: none !important;
	border-radius: 5px !important;
	border: none !important;
  }
  .btn-datatble-nomeclatura:hover {
	color: #fff !important;
	border-color: none !important;
	background-color: rgba(98, 215, 253, 0.3) !important;
	border-radius: 5px !important;
	border: none !important;
  }
  .btn-datatble-mostrar {
	background: url(https://aplicacionesasig.com/public/img/dashboard/flechaa1.png)
	  no-repeat;
	background-size: 10px 10px;
	background-position: right;
	font-size: 12px !important;
	margin-left: -15px;
	width: 160px;
	height: 40px;
	margin-right: 20px !important;
	background-color: transparent !important;
	border-color: none !important;
	color: #000 !important;
	border-radius: 5px !important;
	border: none !important;
  }
  .btn-datatble-mostrar:hover {
	color: #515151 !important;
	background-color: #e5e5e5 !important;
	border-color: none !important;
	background-color: transparent !important;
	border-radius: 5px !important;
	border: none !important;
  }
  .btn-datatble-resultados1 {
	color: #fff !important;
	background: url(https://aplicacionesasig.com/public/img/dashboard/resultados1.png)
	  no-repeat;
	background-size: 30px 30px;
	background-position: center;
	width: 40px;
	height: 40px;
	background-color: transparent !important;
	border-color: none !important;
	border-radius: 5px !important;
	border: none !important;
  }
  .btn-datatble-resultados1:hover {
	color: #fff !important;
	border-color: none !important;
	background-color: rgba(98, 215, 253, 0.3) !important;
	border-radius: 5px !important;
	border: none !important;
  }
  .movi {
	margin: 5px 5px 5px 25px;
	width: 30px !important;
  }
  .movi2 {
	margin: 2px 5px 5px 10px;
	width: 25px !important;
  }
  .movi3 {
	margin: 0px 5px 0px 0px;
	width: 20px !important;
  }
  .movi4 {
	margin: 0px 5px 0px 0px;
	width: 25px !important;
  }
  .movi5 {
	margin: -5px 0px 0px 0px;
	width: 25px !important;
  }
  .movi6 {
	margin: 0px 2px 0px 0px;
	width: 15px !important;
  }
  .movi7 {
	margin: 0px 2px 0px 0px;
	width: 40px !important;
	height: 40px !important;
  }
  .movi8 {
	margin: -4px 4px 0px 5px;
	width: 20px !important;
  }
  .movi9 {
	margin: -5px 4px 0px 5px;
	width: 40px !important;
  }
  .movi10 {
	margin: 0px 0px 0px 2px;
	width: 30px !important;
  }
  .logoclienteimp {
	margin: 0px 0px 10px 0px;
	width: 200px !important;
  }
  .logoclientenombre {
	margin: 0px 0px 10px 0px !important;
	width: 300px !important;
	font-size: 12px !important;
  }
  .principalchart {
	max-width: 90% !important;
	width: 100%;
	height: 320px;
	padding: 0px 20px 0px 20px !important;
  }
  .secondchart {
	max-width: 90% !important;
	width: 100% !important;
	height: 220px;
  }
  .thirdchart {
	max-width: 90% !important;
	width: 100% !important;
	height: 220px;
  }
  .plecaN {
	width: 100%;
	margin-top: 0px !important;
	font-size: 14px !important;
	color: #000 !important;
	background: linear-gradient(
	  to right,
	  rgba(199, 217, 228, 1),
	  rgba(199, 217, 228, 0)
	);
	padding: 7px 4px 7px 20px !important;
	margin-left: 0px !important;
	margin-right: 10px !important;
  }
  .cuerpoclientegr3 {
	margin: 20px 10px 10px 10px !important;
	width: 100% !important;
	font-size: 12px !important;
  }
  .title {
	margin: 0px 0px 0px 20px;
	font-size: 14px !important;
	font-weight: bold !important;
  }
  .dictamen {
	margin: 0px 0px 0px 20px;
	font-size: 12px !important;
	font-weight: normal !important;
  }
  .indice {
	margin: 0px 20px 0px 20px;
	font-size: 12px !important;
	text-align: justify !important;
	max-width: 90% !important;
	font-weight: normal !important;
  }
  .no-print {
	visibility: visible;
  }
  .print {
	visibility: hidden;
	display: none;
  }
  .alert {
	margin: 5px 5px 5px 5px;
	text-align: center;
  }
  .form-control-lg {
	min-height: calc(1.5em + 1rem + 2px);
	padding: 0.5rem 1rem;
	font-size: 1em !important;
	border-radius: 4px;
	border: 1px solid #cbe2ff !important;
  }
  .form-select-lg {
	min-height: calc(1.5em + 1rem + 2px);
	padding: 0.5rem 1rem;
	font-size: 1em !important;
	border-radius: 4px;
	border: 1px solid #cbe2ff !important;
  }
  .dt-button-collection {
	display: flex;
	flex-flow: row wrap;
	position: absolute !important;
	padding: 2px;
	width: 130px;
	align-items: start;
	justify-content: start;
  }
  .button-page-length {
	color: #000 !important;
	font-size: 12px !important;
	background-color: #fff !important;
	background: url(https://aplicacionesasig.com/public/img/dashboard/flechad.png)
	  no-repeat;
	background-size: 10px 10px;
	background-position: 5px 10px !important;
	width: 130px;
	height: 30px;
	border-radius: 0px !important;
	border-bottom: 1px solid #000 !important;
	margin: 0px 5px 0px 5px !important;
	border: none !important;
	z-index: 1200 !important;
  }
  .button-page-length:hover {
	color: #000 !important;
	background-color: #dadada !important;
	width: 130px;
	height: 30px;
	border-radius: 0px !important;
	border-bottom: 1px solid #000 !important;
	margin: 0px 5px 0px 5px !important;
	border: none !important;
	z-index: 1200 !important;
  }
  .box {
	display: flex;
	width: 100%;
	height: 50vh;
	flex-wrap: nowrap;
  }
  .box1 {
	height: 600px;
	/* Or whatever */
  }
  .box2 {
	width: 100%;
	height: 110px;
	/* Or whatever */
  }
  .box3 {
	display: flex;
	flex-flow: row wrap;
	height: 110px;
	margin-left: 2%;
	/* Or whatever */
  }
  hr {
	margin: 6px 0 !important;
	color: inherit;
	background-color: currentColor;
	border: 0;
	opacity: 0.25;
  }
  .flex-container {
	display: flex;
	flex-flow: row wrap;
	padding: 2px;
	align-items: start;
	justify-content: start;
  }
  .flex-container div {
	width: 30%;
	margin: 1%;
  }
  .flex-container-quest {
	display: flex;
	flex-flow: row wrap;
	padding: 2px;
	align-items: start;
	justify-content: start;
  }
  .flex-container-quest div {
	width: 98%;
	margin-bottom: 2em;
  }
  
  .charts {
	display: flex;
	flex-flow: row nowrap;
  }
  .charts div {
	flex-grow: 1;
	margin: 0 !important;
	width: auto;
  }
  .charts2 {
	display: flex;
	flex-flow: row wrap;
	/*background-color: #003366;*/
	align-items: center;
	justify-content: center;
  }
  .charts2 div {
	flex-basis: 49%;
	/*border: 1px solid #ddd !important;*/
	width: auto;
	margin: 0%;
  }
  .dictamenf {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	/*background-color: #003366;*/
  }
  .dictamenf div {
	flex-grow: 1;
	margin: 0 !important;
	width: 100%;
	text-align: center;
	/*border: 1px solid #ddd !important;*/
	font-size: 24px;
  }
  .dictamenf div img {
	width: 70%;
  }
  .dictamenC {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	/*background-color: #003366;*/
  }
  .dictamenC div {
	flex-grow: 1;
	margin: 0 !important;
	width: 100%;
	text-align: center;
	/*border: 1px solid #ddd !important;*/
	font-size: 12px;
  }
  .dictamenC div img {
	width: 200px;
  }
  .boxmenup {
	display: flex;
	flex-wrap: wrap;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	height: 90px;
	/* Or whatever */
  }
  .boxtareas {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	/* Or whatever */
  }
  .contenedort {
	width: 40px;
	height: 40px;
	margin-top: 20px !important;
  }
  .contenedort a {
	background-color: none;
	transition: background-color 0.5s;
	border: none !important;
	border-radius: 5px !important;
	text-align: center;
	padding: 10px 5px 10px 5px;
	margin: -10px 5px -10px 5px;
  }
  .contenedort a:hover {
	background-color: rgba(255, 255, 255, 0.6) !important;
	border-radius: 5px !important;
	border: none !important;
  }
  .contenedort img {
	width: 30px !important;
	height: 30px !important;
  }
  .contenedort img :hover {
	width: 30px !important;
	height: 30px !important;
  }
  .boxlogout {
	display: flex;
	flex-wrap: wrap;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: space-between;
	height: 40px;
	/* Or whatever */
  }
  .boxlogout1 {
	margin: 0 5% !important;
	height: 40px;
	margin-top: 10px !important;
  }
  .boxlogout1 img {
	width: 30px !important;
	height: 30px !important;
  }
  .boxlogout1 a {
	background-color: none;
	transition: background-color 0.5s;
	border: none !important;
	border-radius: 5px !important;
	text-align: center;
	padding: 10px 5px 10px 5px;
	margin: -10px 5px -10px 5px;
  }
  .boxlogout1 a:hover {
	background-color: rgba(255, 255, 255, 0.4) !important;
	border-radius: 5px !important;
	border: none !important;
  }
  .boxlogout2 {
	margin-left: auto !important;
	margin-right: 5% !important;
	height: 40px;
	margin-top: 10px !important;
  }
  .boxlogout2 img {
	width: 30px !important;
	height: 30px !important;
  }
  .boxlogout2 a {
	background-color: none;
	transition: background-color 0.5s;
	border: none !important;
	border-radius: 5px !important;
	text-align: center;
	padding: 10px 5px 10px 5px;
	margin: -10px 5px -10px 5px;
  }
  .boxlogout2 a:hover {
	background-color: rgba(255, 255, 255, 0.4) !important;
	border-radius: 5px !important;
	border: none !important;
  }
  html {
	padding: 0;
	margin: 0;
	height: 99.9%;
	background-color: #2a3447 !important;
	background: #2a3447 !important;
	/*background: #0e65a8;*/
	min-height: 0% !important;
	color: #000;
	font-family: "Open Sans", Arial, Helvetica, Sans-serif, Verdana, Tahoma;
  }
  body[data-theme="dark"] {
	color: #b2b9bf !important;
	background-color: #2a3447 !important;
	background: #2a3447 !important;
  }
  body {
	padding: 0;
	margin: 0;
	height: 100% !important;
	background-color: #2a3447 !important;
	background: #2a3447 !important;
	/*background: #0e65a8 !important;*/
	font-family: "Open Sans", Arial, Helvetica, Sans-serif, Verdana, Tahoma !important;
  }
  @media screen and (max-width: 375px) {
	html {
	  padding: 0;
	  margin: 0;
	  height: 100%;
	  background: url(https://aplicacionesasig.com/public/img/fondom.jpg)
		no-repeat;
	  background-size: 100% 100%;
	  /*background: #0e65a8;*/
	  color: #000;
	  font-family: "Open Sans", Arial, Helvetica, Sans-serif, Verdana, Tahoma;
	}
  }
  .header {
	color: #818282;
	font-size: 14px;
	font-weight: 600;
  }
  .imghead {
	box-shadow: 0 0 40px -12px #000;
	border-radius: 5px;
	margin-right: 50px;
	margin-left: 5px;
	margin-top: 4px;
	margin-bottom: 7px;
	vertical-align: middle;
  }
  /*.header_left_box {}*/
  .header_right_box {
	float: right;
  }
  .header a {
	text-decoration: none;
  }
  .header li.active a,
  .header li.active:hover a {
	color: #fff;
	background-color: #fff;
  }
  .header li:hover a {
	color: #fff;
  }
  .tableconect {
	color: #1c1c1c;
	font-weight: normal;
	float: left;
	color: #fff;
	border: none !important;
	background-color: transparent !important;
  }
  /* ------------------------------------------------------------------------------------------*/
  .content {
	position: absolute;
	display: inline-block;
	padding: 0px 0px;
	width: 99.9%;
	margin-left: auto;
	margin-right: auto;
	/*float: left;*/
	transition-property: opacity, left, top, right;
  }
  /* ------------------------------------------------------------------------------------------*/
  /* ------------------------------------------------------------------------------------------*/
  .confirm {
	box-shadow: 0 0 40px -12px #000;
	margin: calc(250vh - 220px) auto;
	color: #000;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	margin-top: 6% !important;
	width: 20%;
	font-family: Arial !important;
	font-size: 12px !important;
	background-color: #fff !important;
	margin-top: 60px !important;
	border: 1px solid #ddd !important;
  }
  .download {
	text-align: center !important;
	cursor: pointer !important;
	text-decoration: none !important;
	background: #418bca;
	color: #f89a14;
	font-family: "Arial";
	font-size: 12px !important;
	width: 130px !important;
	height: 22px !important;
	float: right !important;
	margin: 0px 0px 15px 15px !important;
	padding: 4px 4px 4px 4px !important;
  }
  .dt-center {
	text-align: center !important;
  }
  #grey_color {
	color: #000 !important;
	font-size: 14px;
  }
  /* ------------------------------------------------------------------------------------------*/
  @media screen and (min-width: 480px) {
	.head {
	  background: transparent;
	  background-size: 100% 100%;
	  font-family: Arial;
	  font-size: 21px;
	  color: #fff;
	  padding: 0;
	  /*height: 80px;*/
	  opacity: 0.9 !important;
	}
  }
  /* ------------------------------------------------------------------------------------------*/
  .userp {
	width: 100%;
	height: 70px !important;
	color: #000 !important;
	margin-left: 0px;
	white-space: nowrap;
	border-radius: 5px !important;
	font-size: 12px !important;
	text-align: left !important;
	z-index: 1;
	display: flex;
	margin-bottom: 5px !important;
	max-height: calc(100vh - 210px);
	overflow-y: auto;
	align-items: center;
  }
  .userp:hover {
	background-color: rgba(104, 104, 104, 0.26) !important;
	cursor: pointer !important;
  }
  .userp .vi {
	width: 45px;
	opacity: 0.9;
	float: left;
	font-size: 14px;
  }
  /* ------------------------------------------------------------------------------------------*/
  .CabezalForm {
	width: 100%;
	height: 50px !important;
	color: #000 !important;
	left: 0px;
	font-family: "Montserrat", sans-serif !important;
	font-size: 20px !important;
	text-align: left !important;
	/*background: #C3C6D1;*/
	margin-bottom: 5px !important;
	padding: 15px 20px 30px 55px !important;
	z-index: 1009;
  }
  /* ------------------------------------------------------------------------------------------*/
  .CabezalFormResp {
	width: 100%;
	height: 30px !important;
	color: #000 !important;
	font-family: Arial !important;
	border: 1px #ebebeb solid !important;
	padding: 5px 5px 5px 5px;
	margin-bottom: 5px;
	font-size: 12px !important;
	text-align: left !important;
	background: #f7f7f7;
	z-index: 1009;
  }
  .CabezalForm .vi {
	position: absolute;
	top: 19px;
	left: 19px;
	right: 10px;
	opacity: 0.9;
	color: #198c94;
	float: left;
	font-size: 14px;
  }
  
  .Cabezalpersonal {
	width: 100%;
	position: absolute;
	height: 20px !important;
	color: #000 !important;
	margin-top: -30px !important;
	font-weight: 50;
	line-height: 1.5;
	font-size: 12px !important;
	text-align: left !important;
	/*font-family: 'Montserrat', sans-serif !important;
		background: #C3C6D1;*/
	z-index: 1009;
  }
  
  .pconect {
	padding: 2px 5px 2px 5px !important;
	font-size: 10px !important;
	border: none !important;
	background-color: #141518 !important;
  }
  /* ------------------------------------------------------------------------------------------*/
  /* ------------------------------------------------------------------------------------------*/
  .details {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	margin-top: 0 !important;
	width: 350px;
	border-radius: 0px !important;
	text-align: center;
	font-family: Arial !important;
	font-size: 12px !important;
  }
  /* ------------------------------------------------------------------------------------------*/
  /* ------------------------------------------------------------------------------------------*/
  .detailsnext {
	font-family: Arial !important;
	font-size: 14px !important;
	margin-top: 2% !important;
	margin-bottom: 4% !important;
  }
  /* ------------------------------------------------------------------------------------------*/
  /* ------------------------------------------------------------------------------------------*/
  .detailsin {
	font-family: Arial !important;
	font-size: 26px !important;
	margin-top: 50px !important;
	margin-bottom: 25% !important;
  }
  .respcon {
	margin-left: 2% !important;
  }
  
  div.dataTables_wrapper div.dataTables_filter input {
	margin-top: 0px !important;
	display: inline-block;
	width: 100% !important;
	margin-left: -40px !important;
  }
  div.dataTables_wrapper div.dataTables_filter input::placeholder {
	color: rgb(51, 51, 51) !important;
	text-align: left;
  }
  
  div.dataTables_wrapper div.dataTables_filter label {
	display: flex;
	justify-content: center;
	color: transparent !important;
  }
  
  /* Accordion styles */
  .tabs {
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
  }
  
  .tab {
	width: 100%;
	color: rgb(0, 0, 0);
	overflow: hidden;
  }
  
  .tab-label {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding: 1em;
	background: #f0f0f0;
	font-weight: light;
	cursor: pointer;
	/* Icon */
  }
  .tab-label:hover {
	background: #cccccc;
  }
  .tab-label::after {
	content: "\276F";
	width: 1em;
	height: 1em;
	text-align: center;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
  }
  .tab-content {
	max-height: 0;
	padding: 0 1em;
	color: #2c3e50;
	background: white;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
  }
  .tab-close {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: end;
	justify-content: flex-end;
	padding: 1em;
	font-size: 0.75em;
	background: #2c3e50;
	cursor: pointer;
  }
  .tab-close:hover {
	background: #cccccc;
  }
  .tab input {
	position: absolute !important;
	opacity: 0 !important;
	z-index: -1 !important;
  }
  
  .tab input:checked + .tab-label {
	background: #cccccc;
  }
  .tab input:checked + .tab-label::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
  }
  .tab input:checked ~ .tab-content {
	max-height: 100vh;
	padding: 1em;
  }
  
  .flex-container-tab {
	display: flex;
	flex-flow: row wrap;
	padding: 2px;
	align-items: start;
	justify-content: start;
  }
  .flex-container-tab div {
  }
  
  .flex-container-tab-content {
	display: flex;
	flex-flow: row wrap;
	padding: 2px;
	align-items: start;
	justify-content: start;
  }
  .flex-container-tab-content div {
	width: 48%;
	margin: 1%;
  }
  
  .flex-container-tab-content-tree {
	display: flex;
	flex-flow: row wrap;
	padding: 2px;
	align-items: start;
	justify-content: start;
  }
  
  .item {
	width: 1rem;
  }
  
  .item-1 {
	text-align: center;
	width: 12%;
	flex-grow: 1;
  }
  
  .item-2 {
	flex-grow: 5;
  }
  
  .item-3 {
	text-align: right;
	padding: 10px 0px 0px 10px;
	width: 23%;
	flex-grow: 1;
  }
  
  .slider {
	position: absolute;
  
	margin-left: 14% !important;
	margin-right: 14% !important;
	margin-top: -100px !important;
	display: flex;
	width: 70%; /* just for this demo */
	margin: 0 auto; /* just for this demo */
	overflow-x: scroll;
	border: 1px #ebebeb solid !important;
	padding: 7px 10px;
	background-color: rgba(98, 215, 253, 0.1) !important;
	border-radius: 10px !important;
	z-index: 1007 !important;
  }
  .slider::-webkit-scrollbar {
	-webkit-appearance: none;
  }
  
  .item {
	height: 50px;
	flex: 1 0 10%;
  }
  
  .item:hover {
	position: relative !important;
	height: 50px;
	flex: 1 0 10%;
	color: #003366 !important;
	float: center !important;
  }
  
  .item .imgn {
	object-fit: cover;
	max-width: 100%;
	max-height: 100%;
	height: auto;
	width: auto;
  }
  
  .tableimpC {
	height: 580px !important;
  }
  
  .parrafoNC {
	font-size: 22px !important;
	margin-top: 90px !important;
	color: #060662 !important;
  }
  .parrafodeqrC {
	position: relative !important;
	margin-top: 30px !important;
	font-size: 12px !important;
  }
  .codeqrC {
	width: 100px !important;
	margin-left: 652px !important;
	margin-right: 0px !important;
	margin-top: -334px !important;
	float: left;
	z-index: -1001 !important;
  }
  .tableimpCUSR {
	height: 580px !important;
  }
  
  .parrafoNCUSR {
	font-size: 22px !important;
	margin-top: 90px !important;
	color: #060662 !important;
  }
  .parrafodeqrCUSR {
	position: relative !important;
	margin-top: 30px !important;
	font-size: 12px !important;
  }
  .codeqrCUSR {
	width: 100px !important;
	margin-left: 652px !important;
	margin-right: 0px !important;
	margin-top: -334px !important;
	float: left;
	z-index: -1001 !important;
  }
  .fotooficial {
	height: 330px !important;
	table-layout: fixed !important;
	border: hidden;
	background-repeat: no-repeat;
  }
  
  .main-content {
	padding: 50px;
	text-align: center;
	color: white;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
  }
  
  .main-content h1 {
	font-size: 3rem;
	margin-bottom: 1rem;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  }
  
  .main-content p {
	font-size: 1.2rem;
	opacity: 0.9;
  }
  
  /* PRELOADER */
  .preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.95);
	backdrop-filter: blur(10px);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	transition: all 0.5s ease;
  }
  
  .preloader.hide {
	opacity: 0;
	visibility: hidden;
  }
  
  .preloader-content {
	text-align: center;
	color: white;
  }
  
  .spinner {
	width: 80px;
	height: 80px;
	border: 4px solid rgba(255, 255, 255, 0.1);
	border-left: 4px solid #00d4ff;
	border-radius: 50%;
	animation: spin 1s linear infinite;
	margin: 0 auto 30px;
  }
  
  @keyframes spin {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(360deg);
	}
  }
  
  .loading-text {
	font-size: 1.5rem;
	font-weight: 300;
	margin-bottom: 15px;
	letter-spacing: 2px;
  }
  
  .loading-dots {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 30px;
  }
  
  .loading-dots span {
	animation: blink 1.4s infinite both;
  }
  
  .loading-dots span:nth-child(2) {
	animation-delay: 0.2s;
  }
  
  .loading-dots span:nth-child(3) {
	animation-delay: 0.4s;
  }
  
  @keyframes blink {
	0%,
	80%,
	100% {
	  opacity: 0;
	}
	40% {
	  opacity: 1;
	}
  }
  
  .progress-container {
	width: 300px;
	height: 4px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 2px;
	margin: 0 auto;
	overflow: hidden;
  }
  
  .progress-bar {
	height: 100%;
	background: linear-gradient(90deg, #00d4ff, #0099cc);
	border-radius: 2px;
	width: 0%;
	animation: loading 2.5s ease-out forwards;
  }
  
  @keyframes loading {
	0% {
	  width: 0%;
	}
	100% {
	  width: 100%;
	}
  }
  
  .particles {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	pointer-events: none;
  }
  
  .particle {
	position: absolute;
	width: 3px;
	height: 3px;
	background: rgba(0, 212, 255, 0.6);
	border-radius: 50%;
	animation: float 8s infinite ease-in-out;
  }
  
  .particle:nth-child(1) {
	left: 10%;
	animation-delay: 0s;
  }
  .particle:nth-child(2) {
	left: 20%;
	animation-delay: 1s;
  }
  .particle:nth-child(3) {
	left: 30%;
	animation-delay: 2s;
  }
  .particle:nth-child(4) {
	left: 40%;
	animation-delay: 3s;
  }
  .particle:nth-child(5) {
	left: 50%;
	animation-delay: 4s;
  }
  .particle:nth-child(6) {
	left: 60%;
	animation-delay: 0.5s;
  }
  .particle:nth-child(7) {
	left: 70%;
	animation-delay: 1.5s;
  }
  .particle:nth-child(8) {
	left: 80%;
	animation-delay: 2.5s;
  }
  
  @keyframes float {
	0%,
	100% {
	  transform: translateY(100vh) rotate(0deg);
	  opacity: 0;
	}
	10%,
	90% {
	  opacity: 1;
	}
	50% {
	  transform: translateY(-10vh) rotate(180deg);
	}
  }
  
  @media (max-width: 768px) {
	.spinner {
	  width: 60px;
	  height: 60px;
	}
	.loading-text {
	  font-size: 1.2rem;
	}
	.progress-container {
	  width: 250px;
	}
	.main-content h1 {
	  font-size: 2rem;
	}
  }
  /* === ESTILOS MODERNOS PARA DIALOG === */
  
  /* Dialog principal */
  .ui-dialog {
	border: none !important;
	border-radius: 12px !important;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15), 0 8px 30px rgba(0, 0, 0, 0.1) !important;
	background: white !important;
	overflow: hidden !important;
	font-family: "Segoe UI", "Calibri", "Helvetica Neue", Arial, sans-serif !important;
  }
  
  /* Titlebar moderno */
  .ui-dialog-titlebar {
	background: linear-gradient(
	  135deg,
	  #4a90e2 0%,
	  #204672 50%,
	  #0e243d 100%
	) !important;
	border: none !important;
	border-radius: 12px 12px 0 0 !important;
	color: white !important;
	padding: 15px 20px !important;
	text-align: left !important;
	position: relative !important;
	min-height: 50px !important;
  }
  
  /* Título del dialog */
  .ui-dialog-title {
	font-size: 16px !important;
	font-weight: 600 !important;
	color: white !important;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
	letter-spacing: 0.3px !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1.4 !important;
  }
  
  /* Botones del titlebar */
  .ui-dialog-titlebar-button {
	background: rgba(255, 255, 255, 0.15) !important;
	border: 1px solid rgba(255, 255, 255, 0.2) !important;
	border-radius: 6px !important;
	width: 32px !important;
	height: 32px !important;
	margin-left: 5px !important;
	transition: all 0.2s ease !important;
	position: relative !important;
  }
  /* Estilos modernos para dialog */
  
  /* Estados focus */
  /* === ESTILOS WINDOWS PROFESIONALES - CLASES ÚNICAS === */
  
  .win-dialog-container {
	display: flex;
	height: 100%;
	min-height: 700px;
	font-family: "Segoe UI", "Segoe UI Historic", "Segoe UI Emoji", system-ui, sans-serif;
	background: #ffffff;
	border-radius: 0;
	overflow: hidden;
  }
  
  /* === SIDEBAR ESTILO WINDOWS EXPLORER === */
  .win-sidebar {
	width: 320px;
	min-width: 320px;
	background: #f3f3f3;
	border-right: 1px solid #e1e1e1;
	display: flex;
	flex-direction: column;
	position: relative;
  }
  
  /* Lista de navegación estilo Windows */
  .win-nav-list {
	list-style: none;
	margin: 0;
	height: 700px;
	padding: 8px 0;
	flex: 1;
	overflow-y: auto;
  }
  
  .win-nav-list::-webkit-scrollbar {
	width: 16px;
  }
  
  .win-nav-list::-webkit-scrollbar-track {
	background: #f1f1f1;
  }
  
  .win-nav-list::-webkit-scrollbar-thumb {
	background: #c1c1c1;
	border: 3px solid #f1f1f1;
	border-radius: 10px;
  }
  
  .win-nav-list::-webkit-scrollbar-thumb:hover {
	background: #a8a8a8;
  }
  
  /* Items de navegación */
  .win-nav-item {
	margin: 0;
	padding: 0;
  }
  
  .win-nav-link {
	display: flex;
	align-items: center;
	padding: 10px 16px;
	color: #323130;
	text-decoration: none;
	font-size: 14px;
	line-height: 20px;
	transition: background-color 0.1s ease;
	cursor: pointer;
	border: none;
	background: transparent;
	width: 100%;
	min-height: 40px;
  }
  
  .win-nav-link:hover {
	background: linear-gradient(
	  90deg,
	  rgba(118, 191, 252, 0.219) 0%,
	  rgba(255, 255, 255, 0.678) 100% 
	);
	color: #e0e0e0;
	text-shadow: 0 0 5px rgb(255, 255, 255);
	border-left: 3px solid #89bde6a6;
  }
  
  .win-nav-link:active {
	background: linear-gradient(
	  90deg,
	  rgba(118, 191, 252, 0.219) 0%,
	  rgba(255, 255, 255, 0.678) 100% 
	);
  }
  .win-nav-link.win-selected,
  .win-nav-link.current {
	background: linear-gradient(
	  90deg,
	  rgba(118, 191, 252, 0.219) 0%,
	  rgba(255, 255, 255, 0.678) 100% 
	);
	color: #0078d4;
	border-left: 3px solid #0078d4;
	padding-left: 13px;
	font-weight: 500;
	box-shadow: inset 0 0 10px rgba(106, 185, 250, 0.219);
  }
  
  
  /* Iconos estilo Windows */
  .win-nav-icon {
	width: 16px;
	height: 16px;
	margin-right: 12px;
	opacity: 0.9;
	flex-shrink: 0;
  }
  
  /* Separador estilo Windows */
  .win-separator {
	height: 1px;
	background-color: #e1e1e1;
	margin: 8px 16px;
	border: none;
  }
  
  /* === DROPDOWN ESTILO WINDOWS === */
  .win-dropdown-toggle {
	position: relative;
  }
  
  .win-chevron {
	font-size: 10px;
	margin-right: 8px;
	transition: transform 0.15s ease;
	opacity: 0.6;
  }
  
  .win-dropdown-expanded .win-chevron {
	transform: rotate(90deg);
  }
  
  .win-dropdown-content {
	display: none;
	background: #fafafa;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
  }
  
  .win-dropdown-expanded .win-dropdown-content {
	display: block;
  }
  
  .win-dropdown-item {
	display: flex;
	align-items: center;
	padding: 8px 16px 8px 40px;
	color: #605e5c;
	text-decoration: none;
	font-size: 13px;
	transition: background-color 0.1s ease;
	min-height: 32px;
  }
  
  .win-dropdown-item:hover {
	background-color: #f0f0f0;
	color: #323130;
  }
  
  .win-dropdown-icon {
	width: 14px;
	height: 14px;
	margin-right: 8px;
	opacity: 0.8;
  }
  
  /* === ÁREA PRINCIPAL ESTILO WINDOWS === */
  .win-main-area {
	flex: 1;
	display: flex;
	flex-direction: column;
	background: #ffffff;
	overflow: hidden;
  }
  
  /* Breadcrumb estilo Windows */
  .win-breadcrumb {
	background: #fafafa;
	border-bottom: 1px solid #e1e1e1;
	padding: 12px 20px;
	display: flex;
	align-items: center;
	font-size: 13px;
	color: #323130;
	min-height: 48px;
  }
  
  .win-breadcrumb-icon {
	width: 16px;
	height: 16px;
	margin-right: 8px;
  }
  
  .win-breadcrumb-separator {
	margin: 0 8px;
	color: #605e5c;
	font-size: 10px;
  }
  
  .win-breadcrumb-link {
	color: #0078d4;
	text-decoration: none;
	font-weight: 400;
  }
  
  .win-breadcrumb-link:hover {
	text-decoration: underline;
  }
  
  /* === GRID DE ICONOS ESTILO WINDOWS EXPLORER === */
  .win-content-area {
	flex: 1;
	padding: 20px;
	overflow-y: auto;
	background: #ffffff;
  }
  
  .win-content-area::-webkit-scrollbar {
	width: 16px;
  }
  
  .win-content-area::-webkit-scrollbar-track {
	background: #f1f1f1;
  }
  
  .win-content-area::-webkit-scrollbar-thumb {
	background: #c1c1c1;
	border: 3px solid #f1f1f1;
	border-radius: 10px;
  }
  
  .win-content-area::-webkit-scrollbar-thumb:hover {
	background: #a8a8a8;
  }
  
  .win-icons-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
	gap: 16px;
	padding: 0;
  }
  
  /* Cards estilo Windows */
  .win-icon-card {
	background: #ffffff;
	border: 1px solid #e1e1e1;
	border-radius: 6px;
	transition: all 0.3s ease;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  }
  
  .win-icon-card:hover {
	border-color: #0078d4;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	transform: translateY(-2px);
  }
  
  .win-icon-card:active {
	background-color: #f8f8f8;
	transform: translateY(0);
  }
  
  .win-icon-link {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px 16px;
	text-decoration: none;
	color: #b0b0b0;
	height: 100%;
	min-height: 120px;
	justify-content: center;
	transition: color 0.3s ease;
  }
  
  .win-icon-link:hover {
	color: #323130;
	text-decoration: none;
  }
  
  /* Iconos principales estilo Windows */
  .win-main-icon {
	width: 48px;
	height: 48px;
	margin-bottom: 12px;
	transition: all 0.3s ease;
	filter: brightness(0.8) contrast(1.2);
  }
  
  .win-icon-card:hover .win-main-icon {
	transform: scale(1.05);
  }
  
  /* Texto estilo Windows */
  .win-icon-text {
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	margin: 0;
	font-weight: 400;
	word-wrap: break-word;
	max-width: 100%;
  }
  
  .ccustom {
	border: none !important;
	border-radius: 8px !important;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06) !important;
	background: transparent !important;
  }
  .hcustom {
	background: linear-gradient(135deg, #4a90e2 0%, #204672 50%, #0e243d 100%) !important;
	color: #ffffff !important;
	border-bottom: 1px solid #b8b8b8 !important;
	border-radius: 8px 8px 0 0 !important;
	padding: 12px 15px !important;
  }
  
  .h6custom {
	 color: #ffffff !important;
  }
  .dataTables_info {
	font-size: 14px;
	color: #6c757d;
	font-weight: 400;
	margin-top: 15px;
	margin-left: 10px;
	background: transparent !important;
	padding: 10px 15px;
	border-radius: 6px;
	border-left: 4px solid #4a90e2;
  }
  .custom-swal-container .swal2-popup {
	border: none !important;
	border-radius: 8px !important;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06) !important;
	background: transparent !important;
  }
  
  /* Tema claro - usando tu CSS existente */
  .custom-swal-container .swal2-popup {
	border: none !important;
	border-radius: 8px !important;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06) !important;
	background: #ffffff !important; /* o el color que uses para tema claro */
	color: #000000;
  }
  
  .card-header-compact {
	background: linear-gradient(135deg, #4a90e2 0%, #204672 50%, #0e243d 100%) !important;
	color: white;
	border: none;
	padding: 12px 20px;
	font-weight: 600;
	font-size: 15px;
	display: flex;
	align-items: center;
	gap: 10px;
  }