/*
 STYLING GENERAL SISTEMA TCI
*/
/*
background: rgb(146,39,143);
background: linear-gradient(90deg, rgba(146,39,143,1) 4%, rgba(43,47,58,1) 96%);
*/

:root {
  --main-bg-color: rgb(146,39,143);
  --main-bg-color: linear-gradient(90deg, rgba(146,39,143,1) 4%, rgba(43,47,58,1) 96%);

  --second-bg-color: rgb(217,228,234);
  /*rgba(217,228,234)*/
  --second-bg-color: linear-gradient(90deg, rgba(206,217,222) 70%, rgba(255,255,255,1) 96%);

}
.clsGraficasNuevas{
	height: 550px;
}
.clsGraficasNuevasCon{
	height: 580px;
}

.clsTableMoM{
	width:100%; border-collapse:collapse;
}
.clsTableMoM td, .clsTableMoM th{
	border:1px solid #ccc;
	padding:8px; 
}
.clsTableMoM th{
	background: #ccc; font-weight: bold;
}
.clsColSem{
	background: #f0f23a;
}
.clsColEstAct{
	background: #c1ff88;
}
.clsColEstAnt{
	background: #f0f29e;
}
.clsColMoM{
	background: #f7d366 ;
}
.clsColSinCovid{
	background: #e2e2e2;
}

/*  CLASES PARA TABLA COMPARATIVA DE ESTUDIOS vs ANTERIORES 6 MESES  */

/* Tabla base */
.tabla-estudios-comparativa6meses {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 14px;
    margin-top: 0px;
}

/* Cabecera */
.tabla-header th {
    background-color: #003366;
    color: white;
    padding: 8px;
    text-align: center;
    font-weight: bold;
}

/* Filas */
.tabla-fila td {
    padding: 8px;
    border-bottom: 1px solid #ccc;
}

/* Colores por cambio */
.positivo {
    color: green;
    font-weight: bold;
}
.negativo {
    color: red;
    font-weight: bold;
}

/* Columnas específicas (opcional para layout o estilos particulares) */
.col-clave { width: 80px; }
.col-estudio { width: 250px; }
.col-cantidad, .col-prom-cant, .col-monto, .col-prom-monto, .col-cambio {
    text-align: center;
}

/*  ////////////  */

.clsMainBg{
	/*background: #92278F;*/
	background: --main-bg-color;
	background: var(--main-bg-color);
	color: #fff;
}

.clsSecondBg{
	/*background: rgb(9 62 237);*/
	background: --second-bg-color;
	background: var(--second-bg-color);
	color: #000;

}

html, body {
	font:normal 12px verdana;
	--font-family-sans-serif: "Avenir Next W01", "Proxima Nova W01", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;

	margin:0;
	padding:0;
	border:0 none;
	overflow:auto;
	height:100%;
	background:#647082 /*c0b6ba*/ !important;
	
}
fieldset{
	border:0px;
	
}

[data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}
[data-title]:after {
    content: attr(data-title);
    background-color: #333;
    color: #fff;
    font-size: 14px;
    font-family: Raleway;
    position: absolute;
    padding: 3px 20px;
    bottom: -1.6em;
    left: 100%;
    white-space: nowrap;
    box-shadow: 1px 1px 3px #222222;
    opacity: 0;
    border: 1px solid #111111;
    z-index: 99999;
    visibility: hidden;
    border-radius: 6px;
    
}
[data-title] {
    position: relative;
}

.clsInvertColorImg{
	filter:invert(100%); width: 25px;
}
.clsInvertColorImg2{
	filter:invert(10%); width: 25px;
}
p {
	margin:5px;
}
.settings {
	background-image:url(extjs/shared/icons/fam/folder_wrench.png);
}
.nav {
	background-image:url(extjs/shared/icons/fam/folder_go.png);
}
#header {
    background:#D10600 ; /*7F99BE  url(images/layout-browser-hd-bg.gif) repeat-x center*/
}
#header h1 {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    padding: 5px 10px;
}
#header input[type=button] {
    font-size: 14px;
    color: #000;
    font-weight: normal;
    padding: 7px;
	margin-left:5px;
	background:url(images/bgBotonOn.png) repeat #D3D3D3;
	border:1px solid #888888;
	border-radius:4px;
	cursor:pointer;
}
#header input[type=button]:hover{
	background:url(images/bgBotonOver.png) repeat #F3CC72;
}


/**************** MENU LATERAL *************/

.clsMenuPrin{
	list-style: none;
	padding:0;
	margin: 0;
}
/*.clsMenuPrin li{
	padding:8px 8px 8px 8px;
	border-bottom:1px solid #999;
	vertical-align:middle;
	text-shadow:none;
	color:#000;
}
.clsMenuPrin li a:link, a:visited, a:active{
	text-decoration: none;
	font-size:13px;
	color:#000;
}
*/
a:link{color:#000;}
a:visited{color:#000;}

.liSubMenu{
	background:#09F ; /*url(images/layout-browser-hd-bg.gif) repeat-x center*/
}
.liSubMenuChild{
	padding:8px 8px 8px 8px;
	border-bottom:1px solid #999;
	vertical-align:middle;
	text-shadow:none;
	background-color:#DDDAE1; /*99BBE8;*/
	color:#000;
}
.liSubMenuChild a:link, a:visited, a:active{
	text-decoration: none;
	font-size:15px;
	color:#000;
}
.liSubMenuChild:hover{
	background-color:#FFD23A;
}
.liSubMenuChildActive a{
	color:#fff;
}

.clsItemDatePicker {
    float: left;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
    padding: 4px;
}

.search-item{
	width:300px;
	height:30px;
}

.divContenedor{
	width:97%;
	height:93%;
	overflow:hidden;
	
	margin:10px;
	padding:10px;
	background-color:#EFF2FB;
}

.btnesGuardarFmt{
	background-image:url(images/bgBoton.png);
	background-repeat:no-repeat;
	width:113px;
	height:34px;
	background-color: transparent;
	border:1px;
	color:#FFF;
	font-weight:bold;
}
.btnes{
	padding:8px; padding-left:14px; padding-right:14px;
	background-color:#5B739B;
	border:1px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:1px;
}
.btnes:hover{
	color:red;
	text-decoration:none;
}
#tblGridEstadistica{
	width:100%;
	border:1px #666666 solid;
	border-collapse:collapse; 
	color:#999;
	font-size: 13px;
}
#tblGridEstadistica a{
	color:#999;
}
#tblGridEstadistica th{
	padding:5px;
	text-align:center;
	color:#000;
	font-weight:bold;
}
#tblGridEstadistica td{
	padding:5px;
	border-bottom:1px #EDEDED solid;
}
.tdStrong{
	color:#282828;
	font-weight:bold;
	text-align:right;
	padding-right:30px;
	
}
.divFloat{ position:relative; float:left; width:90px; border:0px solid #000; text-align:center; line-height:22px;}

#divDetalleCampania{
	width:98%; height:100%; background:#FFF; padding:10px; font-size:16px; color:#333; overflow:hidden;
}
#tblDetalleCampania{
	width:98%;
	
	border-collapse:collapse;
	border-radius:4px;
}
#tblDetalleCampania td{
	padding:10px;
	background-color:#F0F3FC;
	border-bottom:1px solid #D9D9D9;

}
.divDetCamDatos1{
	float:left; border-radius:5px; margin-left:20px; width:43%; height:35px; text-align:center; padding:20px; padding-top:30px; border:1px solid #CCC;
	background-color:#F60;

}
#divContenedorDatos2{
	margin:auto;
	width:500px;
}
.divDetCamDatos2{
	float:left; border-radius:5px; width:100px; height:50px; text-align:center; padding:20px; border:1px solid #CCC; font-weight:bold;
	background-color:#093;
}
.divDetCamVisitante{
	height:23px;
	border-bottom:1px solid #CCC;
	padding:4px;
	
}
.custom-combobox2{
	padding:4px;
	border:1px solid #CCC;
	background:#F4F4F4;/*#EFEFEF*/
	border-radius:4px;
}
.clsUls{
	padding:6px; width:auto; height:auto;
}
.clsUls li{
	padding:6px; border:1px solid #CCC; margin-left:-1px; margin-top:-1px; float:left; width:auto; 
}
.clsUls li label{
	margin-left:6px;
	width:80%;
	display:inline;
	font-size:12px;'`¡
}
.clsBgColor1{
	background-color:#F4F1D2;
}
.clsBgColor2{
	background-color:#B1C4E7;
}
.custom-button2{
	/*width:20px;*/
	padding:4px;
	border:1px solid #CCC;
	background: url(css/expand2.gif) center center no-repeat #EFEFEF;
	margin-left:-1px;
	border-radius:4px;
	cursor:pointer;
}
.custom-button{
	/*width:20px;*/
	padding:8px;
	border:1px solid #CCC;
	background:url(images/bgBotonOn.png) repeat #EFEFEF;
	margin-left:-1px;
	border-radius:4px;
	cursor:pointer;
}
.custom-button:hover{
	background:#E8DFAE;
	background:url(images/bgBotonOver.png) repeat #EFEFEF;
}
.clsBtnGuardar{
	background:url(images/bgBotonGuardarOn.png) repeat #B4D205;
}
.clsBtnGuardar:hover{
	background:url(images/bgBotonGuardarOver.png) repeat #E8DFAE;
}
.clsBtnEliminar{
	background:url(images/bgBotonEliminarOn.png) repeat #F30;
}
.clsBtnEliminar:hover{
	background:url(images/bgBotonEliminarOver.png) repeat #E8DFAE;
}

.custom-buttonBuscar{
	padding:6px;
	padding-left:15px;
	padding-right:15px;
	border:1px solid #999;
	background:#92278F;
	border-radius:4px;
	cursor:pointer;
	color: white;
}
.custom-buttonBuscar:hover{
	background:#5cb910;
}

.btnAccFolio{
	background: rgb(9 62 237);
}
/*.btnAccFolio:hover{
	background:#5cb910;
}*/

/*-------------- Login --------------*/
.clsLogo{
	width:100%; max-height: 25%; margin: 34px;
}
.clsDivForm{
	position:relative; margin-left:auto; margin-right:auto; width:90%; height:239px;
}
.clsUl{
	list-style: none; width: 98%; padding: 0; margin: 5px; margin-top: 110px;
}

#divForm label{
	font-family:Arial, Verdana;
	font-size:22px;
}
.clsFormLogin{
	/*background:#E3E3E3;*/
	width:98%;
	height:100%;
	float:left;
	color:#000;
	
	padding:0 0 25px 0;
	margin: 10px ;/*10px 0 0*/
	/*border:1px solid #999;*/

	font-family:arial, tahoma, helvetica, sans-serif; 
	font-size:14px; 
	text-align:center; 
	background:#fff; 
	border-radius:4px; 
	border: none /*1px solid #d6d6d6*/; 
	box-shadow:#889db5 0px 0px 20px 0px;
}
.clsFormLoginRc{
	float: none;
}
.clsFormLoginTitle{
	float: none;
	height:auto;
	padding: 0;
	text-align:left; 
	background:none; 
	border: none /*1px solid #d6d6d6*/; 
	box-shadow:none;
}
.clsFormLogin table{
	width:auto;
	height:180px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.clsFormLogin div{
	/*width:auto;
	height:180px;
	position: relative;
	margin-left: auto;
	margin-right: auto;*/
}
.clsFormLogin table th{
	border-bottom:1px #6A7386 solid;
	text-align:left;
	height:30px;
	letter-spacing:1px;
	font-size:15px;
	font-weight:normal;
	font-family:Verdana, Geneva, sans-serif;
}
.clsFormLogin input[type=text], input[type=password]{
	width:200px;
	height:25px;
	background-color:#FAFAFA;
	border:1px solid #999;
	color:#000;
	font-size:13px;
	border-radius:4px;
}

/* -------  */
.smallTitleStuff .ui-dialog-titlebar { 	background: none; border: none; height:20px; padding-left:6px; padding:3px; margin:0px; }
.smallTitleStuff .ui-widget-content { background:#FFFFFF; }
.ui-widget-overlay { background: #212121; opacity: 0.8; filter: Alpha(Opacity=80);}
.noTitleStuff .ui-dialog-titlebar {display:none}
.ui-widget{ margin-top:6px; }

/* ADD PEDIDOS */

#divInventarioEvento{
	height:360px;
}
.clsDivEquipo{
	background-color:#F9F9F9; float:left; width:340px; padding-left:10px; padding-top:5px; padding-bottom:5px; border:1px solid #ccc; margin-right:0px;
}
#divInventarioEvento td{
	padding:3px;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
}
.custom-textTotales{
	padding:4px;
	border:1px solid #CCC;
	background-color:#F4F1D2;
	width:100px;
	border-radius:4px;
	text-align:right;
}
.custom-textDescuento{
	padding:4px;
	border:1px solid #CCC;
	background-color:#B2D994;
	border-radius:4px;
	text-align:right;
}

#tblInventarioAddPedidos{
	width:100%;
	border:1px solid #CCC;
	border-collapse:collapse;
	font-size:13px;
	color:#333;
}
#divTotalesADDPED{
	width:100%;
	text-align:right;
	font-size:14px;
	font-weight:bold;
}
#divDetalleInventario{
	width:780px;
	float:left;
}
#divDatosInventario{
	visibility:hidden;
	display:none;
	
}
#divDatosCliente{
	width:99%;
	height:560px;
	padding-left:10px;
	background:#E3E4D8;
	margin-top:20px;
	float:left;
}
#tblInventarioAddPedidos th{
	background-color:#F9F9F9; font-weight:bold;  text-align:center; padding-top:5px; padding-bottom:5px;
}
#tblInventarioAddPedidos td{
	padding:3px;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
}
#tblInventarioAddPedidos tr:hover{
	background-color:#F90;
}
#tblInventarioAddPedidos input[type=text]{
	padding:3px;
	border:1px solid #CCC;
	border-radius:3px;
}
.clsDivProducto{
	height:20px;
	border-bottom:1px solid #CCC;
	background-color:#FFF;
	padding:3px;
}
.clsDivProducto input{
	border:1px solid #CCC;
	background-color:#EFF0DE;
}
.clsDivProducto:hover{
	background-color:#F90;
}
#tblPagosRealizados{
	width:100%; 
	border:1px solid #666;
	border-collapse:collapse;font-size:10px; color:#333;
}
#tblPagosRealizados th{
	height:25px;
	border:1px solid #666;
	background-color:#E5E6D4;
	padding:3px;
	font-weight:bold;
}
#tblPagosRealizados td{
	border:1px solid #666;
	background-color:#FFF;
	padding:3px;
}
hr{ width:100%; border-top:1px solid #999;border-bottom:1px solid #FFF; }
.h1SubTitle{
	background-color:#FFF;
	padding:3px;
	font-size:14px;
	color:#333;
	
}
.clsTblEscritorio{
	width:100%;
	/*height:90%;*/
	border:1px solid #DADADA;
	font-size:11px; border-collapse: collapse;
}
.clsTblEscritorio td{
	border:1px solid #DADADA;
	padding:3px;
}
.noBorder{
	height:100%;
}

.clsExtensionArchivo{
	width:35px;
	height:20px;
	padding:20px;
	background:#FFF;
	border:1px solid #999;
	color:#F00;
	font-weight:bold;
	margin-left:15px;
}

.divLoader{
	position:absolute; top:0px; left:0px; width:100%; height:100%; z-index:1000; visibility:hidden; display:none;
/* Fallback for web browsers that doesn't support RGBa */
    background: rgb(255, 255, 255);
    /* RGBa with 0.8 opacity */
    background: rgba(255, 255, 255, 0.8);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#99FFFFFF);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#99FFFFFF)";
}
.divLoaderChild{
	width:250px; height:80px; background:#FFF; border:1px solid #CCC; text-align:center;padding-top:20px;; position:relative; margin-left:auto; margin-right:auto; margin-top:200px;	
}

.x-panel-tl .x-panel-header {
    padding-top: 10px;
    padding-bottom: 10px;
}

.clsNumPro{
	width:90px; float:left; padding:4px;
}
.clsPac{
	width:40%; float:left; padding:4px;
}
.clsMed{
	width:40%; float:left; padding:4px;
}
.clsFec{
	width:100px; float:left; padding:4px;
}
.clsLblPacMed{
	/*display:none;*/
	padding-right:7px;
}
.clsTxtGral{
	width: 200px; padding:4px; margin:4px; border:1px solid #ccc; border-radius:4px; float:right;
}
.clsBtnes{
	background: rgb(246,245,246);
	background: linear-gradient(180deg, rgba(246,245,246,1) 18%, rgba(203,202,213,1) 100%);
	border:1px solid #999;
	color: black;
	padding: 4px 6px;
}
.clsBtnes{
	background:rgb(146, 39, 143);
    border: 1px solid blue;
    border-radius: 4px;
    padding: 4px 8px 4px 8px;
    color: #dfd9d9;
    font-size: 15px;
    letter-spacing: 1;
}
.clsBtnes:hover{
	background: rgb(82 71 141);
	color: white;
}

.clsFiltrosResultados{
	margin:8px 0 5px 0;
}

.clsDivNotificacion{
	width:100%; font-size: 14px; padding: 8px 0px 8px 0px; border-bottom:1px solid #000; background: none;
}

.clsDivNotificacion:hover{
	background: rgb(243, 212, 101);
}

.panel-content {
  padding: 0px;
  margin: 0px;
}
  
#upload-button {
    background-color: white;
    border: 2px solid #2980b9;
    color: #2980b9;
    cursor: pointer;
    display: block;
    margin: 50px auto;
    padding: 10px;
    width: 200px;
}

#file-to-upload {
    display: none;
}

#pdf-main-container {
    width: 700px;
    margin: 0px auto;
}

#pdf-loader {
    display: none;
    text-align: center;
    color: #999999;
    font-size: 13px;
    line-height: 100px;
    height: 100px;
}

#pdf-contents {
    display: none;
}

#pdf-meta {
    overflow: hidden;
    margin: 0 0 20px 0;
}

#pdf-buttons {
    float: left;
}

#page-count-container {
    float: right;
}

#pdf-current-page {
    display: inline;
}

#pdf-total-pages {
    display: inline;
}

#pdf-canvas {
    border: 1px solid rgba(0,0,0,0.2);
    box-sizing: border-box;
}

#page-loader {
    text-align: center;
    display: none;
    color: #999999;
    font-size: 13px;
}
.smallTitleStuff{
  top: 2px;
}
.clsCerrarTicketBtn{
	background: red;
}
.clsLiSolicitud{
   width:99%; height:auto; padding:6px 0px 6px 0px; display:inline-table; border:0px solid #ccc; border-radius:6px; margin-bottom:16px;
   box-shadow: 5px 5px 5px #a9a8a8;

   background:#FFFFFF; 
   /*background: rgb(225,229,235);
   background: linear-gradient(180deg, rgba(225,229,235,1) 24%, rgba(255,255,255,0.7418154761904762) 100%);
	*/
}
.clsDetalleSolicitud{
  width:100%; float:left; border-bottom: 1px solid #ccc; padding: 0px 0px 4px 0px;
}
.clsEstudioSolicitud{
  width:99%; display: grid; float:left; padding: 0px; border-bottom: 0px solid #ccc; margin: 8px 0px 8px 2px;
}
.clsAccionesEstudio{ 
    background: #e4e6f3;
    border-radius: 2px;
    width:100%; display:inline-block; padding:2px 0px 2px 0px; 
}
.clsAccionesEstudioItem{ 
    height:18px; float:left; padding: 2px 0px 0px 10px; border-right:1px solid #818080;
}
.clsDatosSolicitud{
  color:#670dba;
}
.clsGraficaConvenio{
    float: left;
    width: 100%;
    /*height: 270px;*/
    background: #ece8e8;
    border: 1px solid #b1b0b0;
    padding: 5px;
    box-sizing: border-box;
    margin-top:50px;
}
.clsChartConvenio{
    float: left;
    width: 100%;
    /*height: 241px;
    background: #ece8e8;*/
    border: 1px solid #b1b0b0;
    overflow: auto;
    padding: 0px;
    box-sizing: border-box;
    background: white;
}

.clsTrTblProduccion{
  width: 100%; display: block; height:auto; min-height: 30px;
  float: left;
  padding: 0px;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;

}
.clsThTblProduccion{
  width:25%;
  float: left;
  padding: 5px;
  box-sizing: border-box;
  background: #b1b0b0;
}
.clsTdTblProduccion{
  width:25%;
  height: 50px;
  float: left;
  padding: 5px;
  box-sizing: border-box;
  border-right: 1px solid #ccc;
  margin-top: -1px;
}
.clsTblHeaderData{
  margin-top: 10px;
  display: inline-block;
  width: 100%;
  /*height: 300px;
  border: 1px solid #ccc;
  */
}
.clsTblData{
  /*margin-top: 10px;*/
  display: inline-block;
  width: 100%;
  height: auto;
  max-height: 300px;
  /*border: 1px solid #ccc;*/
  overflow: auto;
}
.clsDivData{
  background: #fff;
  display: inline-block;
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
}

/*PRODUCCION GRAL*/

.clsTblProGral{
  width: 100%;  height:auto;
  float: left;
  padding: 0px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-collapse: collapse;
}
.clsTrProGral{
  width: 100%; display: block; height:auto; min-height: 30px;
  padding: 0px;
  box-sizing: border-box;
  /*border-bottom: 1px solid #ccc;*/
}

.clsThProGral{
  /*width:25%;*/
  padding: 5px;
  box-sizing: border-box;
  background: #b1b0b0;
}

.clsTdProGral{
  /*width:25%;*/
  /*height: auto;*/
  height: 50px;
  /*min-height: 60px;*/
  padding: 5px;
  box-sizing: border-box;
  /*border: 1px solid #ccc;*/
  margin-top: -1px;
}

.clsCellA{
  padding: 4px 30px 4px 5px;
}
.clsCellDown{
  background: url('images/arrow_down.png') right no-repeat;
}
.clsCellUp{
  background: url('images/arrow_up.png') right no-repeat;
}
.clsCellFoot{
  padding: 8px; 
}

.clsBtn{
  padding: 5px 10px 5px 10px;
  background: #b1b0b0;
  border:1px solid #ccc;
  border-radius: 4px;
  background: rgb(53, 56, 90);
  color: white;
}
.clsDivTxtMed{
  float: left;
}
.clsTxtMed{
  width: 100%;
  padding: 5px;
  margin: 5px 0px 0px 0px;
  border:1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
.clsTxtMed2{
  width: 50%;
}
.clsTxtMed3{
  width: 32%;
}
.clsRadioTipoArchivo{
  float: left;
  width: 100px;
  height: 20px;
  padding: 6px 5px 3px 5px;
  background: #c5c3b3;
  text-align: center;
}
.clsRadioTipoArchivo input{
  visibility: hidden;
  display: none;
}
.clsRadioTipoArchivoActivo{
  background: #3dd51d;
}
.clsRadioTipoArchivoLeft{
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right: 1px solid #ccc;
}
.clsRadioTipoArchivoRight{
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.clsPrintDivLatIzq{
  float:left; width:40%; height:90%; min-height:650px; display:block; padding:5px; overflow:hidden; box-sizing: border-box;
}

@media print {
  /* Contenido del fichero print.css */

  .clsPrintDivLatIzq{
    width: 100%; 
  }    
  .clsPrintDivLisMed{
    width: 100%; 
    height: auto;
  }
  .clsNoPrint{
    display: none; 
  }
  .clsPrintMapa{
    /*width: 100%; */
    display: none; 
  }
 
}

.clsInputInventario{
  padding:2px; text-transform: uppercase; border:1px solid rgb(118,118,118); border-radius: 2px;
}

.clsBtnClientesMkt{
	font-size: 16px;
	float:left; background: #f2f0f0; padding: 5px; 
	border: 1px solid #ccc;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	margin: none;
}
.clsBtnMedicosMkt{
	font-size: 16px;
	float:left; background: #f2f0f0; padding: 5px; 
	border: 1px solid #ccc;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	margin: none;

}
.clsHeader{
    width: 100%;
    /*height:36px;*/
    padding: 5px;
    box-sizing: border-box;
    display: block;
    background: rgb(120,113,245);
    background: linear-gradient(180deg, rgba(120,113,245,1) 18%, rgba(78,83,166,1) 100%);
} 
.clsHeader label{
    font-family: 'FontAwesome';
    color: white;
    margin: 8px 0 0 5px;
}
.clsToolsHeader{
    width: 100%;
    height:45px;
    display: block;
    /*background: linear-gradient(180deg, rgba(120,113,245,1) 18%, rgba(78,83,166,1) 100%);*/
} 
.clsDivSize{
    float:left; margin:5px; background-color: white; border:1px solid #ccc; border-radius:6px; box-sizing:border-box;
}
.clsDivSize1{
    width:19%; 
    height:20%; 
}
.clsDivSize2{
    width:49%; 
    height:50%; 
}
.clsIframe{
    float:left; width:100%; border:none; text-align: center;
    min-height:700px;
}
.clsIframe2{
    min-height:300px;
}
.clsButton{
    float: left;
    width: auto;
    padding: 2px 5px 2px 5px;
    margin: 0px 4px 0px 4px;
    background: rgb(233,233,241);
    background: linear-gradient(180deg, rgba(233,233,241,1) 18%, rgba(196,196,198,1) 100%);
    border:1px solid #b7b5b5;
    border-radius: 6px;
} 
.clsButton:hover{
    background: rgb(204,247,138);
    background: linear-gradient(180deg, rgba(204,247,138,1) 18%, rgba(104,179,28,1) 100%);
} 
.clsButtonActive{
    background: rgb(204,247,138);
    background: linear-gradient(180deg, rgba(204,247,138,1) 18%, rgba(104,179,28,1) 100%);
} 
.cls1{
    border-top-right-radius:0;
    border-bottom-right-radius:0;
    margin-right: 0;
} 
.cls2{
    border-top-left-radius:0;
    border-bottom-left-radius:0;
    margin-left: 0;

} 
.clsTxtEstudio{
    float:left; width:58%; height:30px; border:none; text-align:left; margin-left: 5px; pointer-events: none;
}
.clsTxtEstudio2{
    width:95%; 
}
.clsDivPaginador{
    float:right; width:40%; text-align: center;
}
.clsDivPaginador2{
    float:left; width:100%;
}

/* SLIDER BUTTON - TOGGLE SWITCH */
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 54px; /*60*/
  height: 24px; /*34*/

  margin: 0px 4px 0px 4px;
  float: left;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px; /*26*/
  width: 20px; /*26*/
  left: 4px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 28px; /*34*/
}

.slider.round:before {
  border-radius: 50%;
}
.lblSwitch{
    float: left;
    margin:3px 0 0 0px; 
}

.logo_container{
	width: 20%;
}
.clsAppName{
	display: inline-block;
}
.clsTableHeader{
    font-size: 14px;
}
.clsDocGrid{
	width:99.7%;  overflow:auto; overflow-x:hidden; 
	margin-top: 108px /*48px*/;
}
.clsDocGridxFolio{
	margin-top: 5px;
}
.clsDivAcceso{
	float: left; padding-top: 7px; margin-left: 7px;
}
.clsDivBoxHeader{
	width: 50%; height: 60px; float: left; display: inline-block; padding: 20px 10px 10px 10px; box-sizing: border-box; text-align: center;
}
.clsDivBoxHeader:hover{
	filter: brightness(80%)  /*invert(50%)*/;
}
/*.clsDivBoxHeader > a:link, a:visited, a:active{
	color: #ffffff;
	text-decoration: none;
}*/
.clsDivBoxHeader a{
	color: #ffffff /*#39425b #666f87 #ffffff*/;
	text-decoration: none;
	cursor: pointer;
}
.clsDivBoxHeader label{
	color: #ffffff /*#39425b #666f87 #ffffff*/;
	cursor: pointer;
}
.clsDivBoxHeaderFolio a{
	color: #e8ebf4 /*#ffffff*/;
	text-decoration: none;
	cursor: pointer;
}
.clsFontDivBoxCue{
	font-size: 20px;
}
.clsDivTieneCuenta{
	padding: 20px 10px 10px 10px;	
}
.clsDivBorRight1{
	border-right: 1px solid rgb(176, 185, 213) /*#0b25eb*/;
}
.clsDivBorLeft1{
	border-left: 1px solid rgba(255, 255, 255, 0.2) /*rgb(206 202 202 / 50%)*/;
}
.clsDivBorRight2{
	border-right: 1px solid rgb(176, 185, 213) /*#b307c8*/;
}
.clsLabelHeader{
	display: inline-block;
}
.clsDivConSwitch{
	width: auto;
	display: inline-block;
}
.clsDivDatosCuenta{
	width:48%; float: left; display:inline-block; text-align:left; margin:20px 10px; border:1px solid #ccc; border-radius:6px; background:#e4dee6; padding:6px; box-sizing:border-box;
}

.clsDivDash{
	float:left; 
	width:99%; 
	min-height: 150px; height:30%; 
	margin: 7px; 
	box-sizing: border-box /*content-box*/; 
	background-color:#FFF; 
	border:0px solid #CCC; 
	border-radius:6px; 
	overflow:auto; overflow-x:hidden;
}
.clsDivContenedores{
	background: #b2b4bf;
}
.clsBg1{
	background: #dd47ff;
}
.clsBg2{
	background: #0ba2fc;
}
.clsBg3{
	background: #ff99dd;
}
.clsDivDash1{
	margin-top: 55px;
}
.clsDivDashChild1{
	width:49.5%; 	
	margin: 7px /*0px 3px 0px 0px*/; 
}
.clsDivDashChild2{
	width:49.5%; 	
	margin: 7px /*0px 0px 0px 3px*/;
}
.clsDivCellN1{
	float: left; border:0px solid black; margin: 0px 8px 0px 0; /*margin: 2px 8px 2px 0; background: white;*/
}
.clsDivCellN1_1{
	position: sticky; left:0px; background: white; z-index:10; border-right: 1px solid #0c0c0c;
}
.clsTxtDivTitle{
	width:60%; border:0px solid #ccc; padding: 5px; font-weight: bold; font-size:16px; border-radius: 4px;
	background-color: transparent; 
}
.clsTxtDivTitleFocus{
	border:1px solid #888484; background-color: #b3e23c;
}
.clsInpGrid{
	width:98%;
	background: #FFFFFF;
	border: 1px solid #999999;
	border-radius: 2px;
	height: 26px;
}
.clsBgEncontrado{
	background: #ff9900 !important;
}
.clsInpMulti{
	background: #d8e0e3;
}
.clsBtnI{
	float:right; cursor:pointer; font-size: 12px; padding:4px; margin: 5px;
	background:#d9d9d9; border:1px solid #999999; border-radius: 4px;
}
.clsBtnI:hover{
	background:#d9eb69;
}
.clsInpAbs{
	width:200px; height: 250px;
	position: absolute; z-index: 1000; background-color: red;
}
.clsLblTablero{
	float: right; display: inline-block; margin-top: 9px;
}
.clsNoMostrar{
	display: none;
}

.clsBtnGris{
  text-decoration: none;
  cursor: pointer;
  background: #e8e6e6;
  background: #92979f;
  background: linear-gradient(180deg, rgb(245 245 245) 17%, rgb(224 225 228) 90%);

  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.clsBtnGris:hover{
  background: #d1f941;
}

/* Aplica sticky directamente a la celda (td) */
.sticky-col {
    position: -webkit-sticky; /* Compatibilidad con Safari */
    position: sticky;
    left: 0;
    z-index: 3;  /* Mayor z-index para que se superponga a las demás columnas */
    background-color: #f9f9f9; /* Fondo para evitar superposición visual */
    text-align: left !important;
    padding: 0 !important; /* Asegúrate de que no haya padding que bloquee el sticky */
}

/* MEDIAS */
@media (min-width: 100px) {
	.logo_container{
		width: 90%;
	}
	.clsLogo{
		width:100%; max-height: 75%; margin: 8px;
	}
	.clsDivForm {
	    width: 98%;
	}
	.clsFormLogin{
		width:94%;
	}
	.clsFormLoginRc{
		width:94%;
	}
	.clsUl{
		margin-top: 210px;
	}
	.clsNumPro{
		width:100%;
	}
	.clsPac{
		width:100%;
	}
	.clsMed{
		width:100%;
	}
	.clsFec{
		width:100%;
		/*display:none;*/
	}
	.clsLblPacMed{
		display:inline-block;
	}
	.clsTxtGral{
		width: 96%;
	}
	.clsFiltrosResultados{
		margin:8px 0 5px 0;
	}
	.clsAppName{
		display: none;
	}
	.clsTableHeader{
	    font-size: 12px;
	}
	.clsDocGrid{
		margin-top: 159px /*86px*/;
	}
	.clsDivAcceso{
		padding-top: 8px;
	}
	.clsLiSolicitud{
	   width:97%;   box-shadow: none; border:1px solid #ccc;
	}
	.clsLabelHeader{
		display: none;
	}
	.clsDivBoxHeader{
		text-align: center;
		font-size: 13px;
	}
	.clsFontDivBoxCue{
		font-size: 16px;
	}
	.clsDivTieneCuenta{
		font-size: 13px;
		padding: 13px 2px 0 2px; /*13px 0 0 0*/	
	}
	.clsDivConSwitch{
		margin-top: 5px;
	}
	.clsDivDatosCuenta{
		width:95.6%;
	}
	.clsDivDash{
		width:98% /*96*/; 	
		margin: 3.5px; 
	}
	.clsDivDash1{
		margin-top: 55px;
	}
	.clsDivDashChild1{
		width:96%; 	
		/*margin: 0px 0px 0px 0px;*/ 
	}
	.clsDivDashChild2{
		width:96%; 	
		/*margin: 13px 0px 0px 0px;*/
	}
	.clsLblTablero{
		display: none;
	}
	/* Aplica sticky directamente a la celda (td) */
	.sticky-col {
	    position: relative;
	    left: 0;
	    z-index: 3;  /* Mayor z-index para que se superponga a las demás columnas */
	}
	.clsGraficasNuevas{
		height: 350px;
	}
	.clsGraficasNuevasCon{
		height: 380px;
	}
	
}
@media (min-width: 768px) {
	.logo_container{
		width: 50%;
	}
	.clsLogo{
		width:100%; max-height: 75%; margin: 8px;
	}
	.clsDivForm {
	    width: 98%;
	}
	.clsFormLogin{
		width:97%;
	}
	.clsFormLoginRc{
		width:60%;
	}
	.clsUl{
		margin-top: 240px;
	}
	.clsNumPro{
		width: auto; min-width: 130px;
	}
	.clsPac{
		width: auto; min-width: 250px;
	}
	.clsMed{
		width: auto; min-width: 250px;
	}
	.clsFec{
		width: auto; min-width: 100px;
		display:inline-block;
	}
	.clsLblPacMed{
		/*display:none;*/
	}
	.clsTxtGral{
		width: 200px;
	}
	.clsFiltrosResultados{
		margin:8px 0 5px 0;
	}
	.login__link-title {
	    font-size: 22px;
	    text-align: left;
	}
	.clsAppName{
		display: none;
	}
	.clsTableHeader{
	    font-size: 12px;
	}
	.clsDocGrid{
		margin-top: 104px /*44px*/;
	}
	.clsDivAcceso{
		padding-top: 7px;
	}
	.clsLiSolicitud{
	   width:99%;  box-shadow: none; border:none;

	}
	.clsLabelHeader{
		display: inline-block;
	}
	.clsDivBoxHeader{
		text-align: center; padding: 20px 4px 10px 4px;
		font-size: 15px;
	}
	.clsFontDivBoxCue{
		font-size: 15px;
	}
	.clsDivConSwitch{
		margin-top: 0px;
	}
	.clsDivDatosCuenta{
		width:48%;
	}
	.clsDivDash{
		width:99%; 	
		margin: 4px; 
	}
	.clsDivDash1{
		margin-top: 55px;
	}
	.clsDivDashChild1{
		width:48.2%; 	
		margin: 7px; 
	}
	.clsDivDashChild2{
		width:48.2%; 	
		margin: 7px;
	}
	.clsLblTablero{
		display: none;
	}
	/* Aplica sticky directamente a la celda (td) */
	.sticky-col {
	    position: -webkit-sticky; /* Compatibilidad con Safari */
	    position: sticky;
	    left: 0;
	    z-index: 3;  /* Mayor z-index para que se superponga a las demás columnas */
	}
	.clsGraficasNuevas{
		height: 450px;
	}
	.clsGraficasNuevasCon{
		height: 480px;
	}
}
@media (min-width: 992px) {
	.logo_container{
		width: 30%;
	}
	.clsLogo{
		width:100%; max-height: 25%; margin: 28px;
	}
	.clsDivForm {
	    width: 70%;
	}
	.clsFormLogin{
		width:46%;
	}
	.clsFormLoginRc{
		width:60%;
	}
	.clsUl{
		margin-top: 70px;
	}
	.clsNumPro{
		width: auto; min-width: 130px;
	}
	.clsPac{
		width: auto; min-width: 250px;
	}
	.clsMed{
		width: auto; min-width: 250px;
	}
	.clsFec{
		width: auto; min-width: 100px;
		display:inline-block;
	}
	.clsLblPacMed{
		/*display:none;*/
	}
	.clsTxtGral{
		width: 200px;
	}
	.clsFiltrosResultados{
		margin:8px 0 5px 0;
	}
	.clsAppName{
		display: inline-block;
	}
	.clsTableHeader{
	    font-size: 14px;
	}
	.clsDocGrid{
		margin-top: 108px/*48px*/;
	}
	.clsDivAcceso{
		padding-top: 7px;
	}
	.clsLiSolicitud{
	   width:99.2%; box-shadow: 5px 5px 5px #a9a8a8; border:none;

	}
	.clsLabelHeader{
		display: inline-block;
	}
	.clsDivBoxHeader{
		text-align: center;
		font-size: 15px;
	}
	.clsFontDivBoxCue{
		font-size: 15px;
	}
	.clsDivConSwitch{
		margin-top: 0px;
	}
	.clsDivDatosCuenta{
		width:48%;
	}
	.clsDivDash{
		width:99%; 	
		margin: 4px; 
	}
	.clsDivDash1{
		margin-top: 55px;
	}

	.clsDivDashChild1{
		width:48.2%; 	
		margin: 7px; 
	}
	.clsDivDashChild2{
		width:48.2%; 	
		margin: 7px;
	}	
	.clsLblTablero{
		display: inline-block;
	}
	.clsGraficasNuevas{
		height: 450px;
	}
	.clsGraficasNuevasCon{
		height: 480px;
	}
}
@media (min-width: 1200px) {
	.logo_container{
		width: 20%;
	}
	.clsLogo{
		width:100%; max-height: 25%; margin: 34px;
	}
	.clsDivForm {
	    width: 60%;
	}
	.clsFormLogin{
		width:46%;
	}
	.clsFormLoginRc{
		width:55%;
	}
	.clsUl{
		margin-top: 70px;
	}
	.clsNumPro{
		width: auto; min-width: 130px;
	}
	.clsPac{
		width: auto; min-width: 250px;
	}
	.clsMed{
		width: auto; min-width: 250px;
	}
	.clsFec{
		width: auto; min-width: 100px;
		display:inline-block;
	}

	.clsLblPacMed{
		/*display:none;*/
	}
	.clsTxtGral{
		width: 200px;
	}
	.clsFiltrosResultados{
		margin:5px 0 5px 0;
	}
	.clsAppName{
		display: inline-block;
	}
	.clsTableHeader{
	    font-size: 14px;
	}
	.clsDocGrid{
		margin-top: 108px/*48px*/;
	}
	.clsDivAcceso{
		padding-top: 7px;
	}
	.clsLiSolicitud{
	   width:99.3%;   box-shadow: 5px 5px 5px #a9a8a8; border:none;
	}
	.clsLabelHeader{
		display: inline-block;
	}
	.clsDivBoxHeader{
		text-align: center;
		font-size: 15px;
	}
	.clsFontDivBoxCue{
		font-size: 15px;
	}
	.clsDivConSwitch{
		margin-top: 0px;
	}
	.clsDivDatosCuenta{
		width:48%;
	}
	.clsDivDash{
		width:99.2%; 	
		margin: 7px 7px 0 7px; 
	}
	.clsDivDash1{
		margin-top: 55px;
	}

	.clsDivDashChild1{
		width:48.2%; 	
		margin: 7px; 
	}
	.clsDivDashChild2{
		width:48.2%; 	
		margin: 7px;
	}
	.clsLblTablero{
		display: inline-block;
	}
	.clsGraficasNuevas{
		height: 550px;
	}
	.clsGraficasNuevasCon{
		height: 580px;
	}
}

@media (min-width: 1600px) {
	.clsDivDashChild1{
		width:49%; 	
		margin: 7px; 
	}
	.clsDivDashChild2{
		width:49%; 	
		margin: 7px;
	}


}

.login__link-title {
    font-size: 20px;
    font-weight: 900;
    color: #484E63;
    text-align: center;
    margin: 10px 0 25px;
}
.login__link-list {
    padding: 0;
    margin: 0 0 25px;
    list-style: none;
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    text-align: left;
}
.login__link-list li{
	padding: 4px 0 4px 0;
	color: #484E63;
}

/* COTIZACIONES */

.clsUl{
    list-style:none;
    float:left; width:100%; height:200px; background-color:#F1F1F1; border:1px solid #877878; 
    overflow:scroll;
    -webkit-padding-start: 0px;
    margin: 0;
}
.clsLiChild {
    width: 100%;
        float: left;
    border: 1px solid #969292;
    margin-bottom: -1px;
    color: #0d538f;
    font-size: 16px;
    text-decoration: none;
}
.clsLiChild div {
    float: left;
    border: 1px solid #CCC;
    border: 0px solid #CCC;
    border-left-color: #F1F1F1;
    border-right-color: #F1F1F1;
    padding: 5px;
    margin-left: -1px;
}
.clsLiCab{
    width: 100%;
        float: left;
    background: #4F9CF5;
    border:1px solid #969292; margin-bottom:-1px;
}
.clsLiCab div{
    float:left; border:0px solid #CCC; padding:5px; margin-left:-1px; background:#4F9CF5; min-height: 55;
}
.clsLiCabChild1{
    width: 10%;
    width: 70px;
}
.clsLiCabChild2{
    width: 35%;
    width: 500px;
}
.clsLiCabChild3{
    width: 10%;
    width: 70px;
}
.clsLiCabChild4{
    width: 10%;
    width: 70px;
}
.clsLiCabChild5{
    width: 10%;
    width: 70px;
}
.clsLiCabChild6{
    width: 10%;
    width: 70px;
}
.clsLiCabChild7{
    width: 10%;
    width: 70px;
}
.clsLiCabChild8{
    width: 10%;
    width: 120px;
}
.clsDivCotizador{
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
    margin-top: 40px;
}

.clsDivCotChild {
    float: left;
    padding: 10px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
    background: #dad6dd;
    border: 0px solid #b3a0c1;
    border-radius: 6px;
}
.clsDivItem{
	width: 100%;
	display: inline-block;
}