/*
 * Fecha		JIRA	 Nombre				Descripcion
 * ------------	-------- ------------------- ---------------------------------------------
 * 23/08/19		CS-5772 Maurel Reyes 		Crear propuesta para implementar websocket en clinsis.
 * 29/01/2025	CS-3118	Cedric Simon		Estilo de "tarjetas" para el modulo contable
 * 
 * LAST LINE HISTORY
 * 
*/
body {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	font-family: ArialClinsis, Verdana, Arial, Helvetica, serif;
	z-index: 0;
	font-size: 13px;
}
.chat_main_div{
			background-color: #eee;
			margin: 10px auto 0;
			height: auto;
			width: auto;
		}
.header-chat{
			background-color: #555;
			color: white;
			padding: 10px;
			text-align: center;
			text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
		}
.mensajes{
	padding: 10px;
	height: auto;
	/*overflow: hidden;
	overflow-y: scroll */
}
.mensaje-autor{
	margin-bottom: 10px;
}
.chat_message{
	background-color: white;
	border-radius: 2px 5px 5px 15px;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.9);
	 box-shadow: 0 2px 5px #555;
	display: inline-block;
	font-size: 14px;
	padding: 5px 10px 5px 10px;
	margin-bottom: 3px;
	vertical-align: top;
	width: auto;
}
.mensaje-autor .fecha{
	color: #777;
	font-style: italic;
	font-size: 13px;
	text-align: right;
	margin-right: 35px;
	margin-top: 10px;
}		
h1 {
	color: navy;
	font-style: italic;
	text-align: center;
	margin-bottom: 2px;
}
.h1Fisio {
	font-size:18px;
	padding-bottom:0px;
	padding-top:0px;
}
.bigTextFisio {
	font-size:16px;	
}
.smallText {
	font-size:9px;
	font-weight: normal;	
}
h2 {
	color: navy;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #ddddff;
	text-align: center;
}

h2.alerth2 {
	background-color: red;
}

#h_lab,.h_lab {
	font-size: 14px;
	color: teal;
}

a:hover {
	color: red;
	text-decoration: underline;
}

a:active {
	color: blue;
	text-decoration: underline;
}

a:visited {
	color: blue;
	text-decoration: underline;
}

legend {
	font-size: 12px;
	color: black;
	background: #fff;
	font-weight: bold;
	text-decoration: underline;
	font-variant: small-caps;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
}

table {
	border-spacing: 0px;
	empty-cells: show;
	font-size: 12px;
	
}
thead {display: table-header-group;}
tfoot {display: table-footer-group;}

table td {
	vertical-align: top;
	border-collapse: collapse;
	border-spacing: 0px;
}

table th {
	vertical-align: top;
	border-collapse: collapse;
	border-spacing: 0px;
}

.tdGris {
	background-color: #EEE;
}

.colorGreen {
	color: green;
}

.bigFont, .bigText {
	font-size: 16px;
	font-weight: bold;
}

.smallFont {
	font-size: 10px;
	font-weight: normal;
}

fieldset {
	border-radius: 6px 6px 6px 6px;
	
}

fieldset.pager {
	border: 2px solid #aa00aa;
	padding: 0;
	padding-bottom: 3px;
	margin: 0;
}

fieldset.pager legend {
	color: black;
}

.report table {
	border: 1px solid black;
}

.report table td {
	border-bottom: 1px dashed gray;
}

@media screen {
	.report {
		border: 2px solid #119911;
		padding: 10px 10px 10px 10px;
	}
	thead {
		background-color: black;
		color: white;
		border: thin solid yellow;
	}
}

@media print {
	.report table th {
		border-bottom: 1px solid black;
	}
	.report table td {
		border-bottom: 1px solid black;
	}
	table th.th1 {
		font-size: 12px;
		border: thin solid black;
	}
	thead {
		border: thin solid black;
		background-color: white;
		color: black;
	}
}

thead.normal {
	background-color: white;
	color: black;
}

tbody.white {
	background-color: #ffffff;
}

tbody.blue {
	background-color: #ddeeff;
}

tbody.yellow {
	background-color: #ffffcc;
}

tbody.green {
	background-color: #eeffee;
}

tbody.red {
	background-color: #ffeeee;
}

tbody.gris {
	background-color: #eeeeee;
	color:black;
}

#tableCabeza,.tableCabeza {
	font-size: 13px;
}

.smallCell {
	line-height: 9px;
}
.adnText {
	font-size:11px;
}

@media print {
	#table_MatOrder,.table_MatOrder {
		font-size: 11px;
		border: none;
	}
	#table_MatOrder th,.table_MatOrder th {
		border: none;
		border-bottom: thin solid black;
	}
	.item {
		font-width: 11px;
		height: 20px;
	}
	#MatSubtotal,.MatSubtotal {
		border-top: thin solid black;
		text-align: right;
		font-size: 12px;
		font-weight: bold;
	}
	#MatTotal,.MatTotal {
		color: blue;
		text-align: right;
		font-size: 12px;
		font-weight: bold;
		border-top: thin solid black;
		background-color: white;
	}
}
@media screen {
.noScreen{display:none;}
}
@media print {
	.noPrint{ display:none;}
}
@media screen {
	#table_MatOrder,.table_MatOrder {
		font-size: 11px;
		border: medium solid black;
	}
	#table_MatOrder th,.table_MatOrder th {
		border: thin solid blue;
	}
	.item {
		border-top: thin solid black;
	}
	#MatSubtotal,.MatSubtotal {
		border-top: medium double black;
		text-align: right;
		font-size: 12px;
		font-weight: bold;
	}
	#MatTotal,.MatTotal {
		color: blue;
		text-align: right;
		font-size: 12px;
		font-weight: bold;
		border-top: medium double black;
		background-color: white;
	}
}

#table2b {
	font-size: 12px;
	border: 1px solid black;
}

.table2b {
	font-size: 8px;
}

.table2b th,.table2b td {
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-collapse: collapse;
	border-spacing: 0px;
}

.tableR th {
	text-align: right;
}

#table6,.table6 {
	border: thin solid blue;
}

#table6 th,.table6 th {
	border: thin solid black;
}

#table6 td,.table6 td {
	border: thin solid black;
}

#table_cont {
	font-size: 12px;
	border: thin solid black;
}

#table_cont th,.table_cont th {
	border: 1px solid navy;
	font-weight: normal;
	border-collapse: collapse;
	border-spacing: 0px;
}

#table_cont td,.table_cont td {
	border-bottom: 1px solid black;
}

#table_lab,.table_lab {
	font-family: DejaVuMono,"Courier New", Courier, ArialClinsis, Arial, monospace;
	font-size: 13px;
}

#table_lab .cat,.table_lab .cat {
	padding-top: 0px;
	margin-top: 0;
	font-size: 12px;
}

#planilla,.planilla {
	font-size: 12px;
	border: thin solid black;
}

#planilla th,.planilla th {
	border: thin solid blue;
	font-size: 10px;
}

#planilla td,planilla td {
	border-bottom: thin solid black;
	text-align: center;
	font-size: 10px;
	vertical-align: middle;
}

td.planilla {
	border-bottom: thin solid black;
	vertical-align: middle;
}

#th2,.th2 {
	font-weight: bold;
}

#th2r,.th2r {
	font-weight: bold;
	text-align: right;
}

.th2r th {
	font-weight: bold;
	text-align: right;
}

.th2r td {
	font-weight: normal;
	text-align: left;
}

#th3,.th3 {
	background: red;
}

#th4b,.th4b {
	font-weight: bold;
	border: thin solid blue;
}

#th4r,.th4r {
	border: thin solid blue;
	font-weight: bold;
	text-align: right;
}

#td4b,.td4b {
	font-size: 12px;
	/*border-bottom : 1px dashed gray;*/
}

@media print {
	#td2,.td2 {
		border-bottom: 1px dashed gray;
	}
	#td4b,.td4b {
		font-size: 12px;
		border-bottom: 1px dashed gray;
	}
}

#td3,.td3 {
	background-color: transparent;
	border: thin solid gray;
}

#td4,.td4 {
	font-size: 12px;
	/*border-bottom : 1px dashed gray;*/
}

#td5,.td5 {
	border-bottom: thin solid black;
}

#td6,.td6 {
	border: thin solid blue;
}

.thJR {
	background-color: navy;
	color: white;
}

.tdJR {
	background-color: white;
	color: black;
}

#th_lab,.th_lab {
	background-color: #dddddd;
	text-align: center;
}

#th_lab2,.th_lab2 {
	border-bottom: 1px solid black;
}

#td_lab,.td_lab {
	border-bottom: 1px dashed gray;
}

#td_lab2,.td_lab2 {
	color: navy;
	font-weight: bold;
	border-bottom: 1px dashed gray;
	text-align: center;
}

#prev_result,.prev_result {
	border-bottom: 1px dashed gray;
	text-align: center;
}

#verticalText,.verticalText {
	font-family: 'ArialClinsis, Arial', Helvetica, sans-serif;
	writing-mode:tb-rl;
	white-space:nowrap;
	display:block;
	text-align: right;
	font-size:8px;
	margin-top: 7px;
}

#input1,.input1 {
	font-size: 10px;
}

#inputR,.inputR {
	text-align: right;
}

#inputRMini,.inputRMini {
	text-align: right;
	font-size: 10px;
}

#inputC,.inputC {
	text-align: center;
}

#inputCMini,.inputCMini {
	text-align: center;
	font-size: 10px;
}

#inputMini,.inputMini {
	font-size: 10px;
}

#inputRMini2,.inputRMini2 {
	text-align: right;
	font-size: 10px;
	color: blue;
}

#total,.total {
	border: thin solid blue;
}

@media print {
	.noprint {
		display: none;
	}
}

@media screen {
	.noprint {
		cursor: pointer;
	}
}

@media print {
	.soloPrint {
		display: inherit;
	}
}

@media screen {
	.soloPrint {
		display: none;
	}
}

@media screen {
	#mdt,.mdt {
		background-color: #ffff99 !important;
		color:black;
	}
	#mdtR,.mdtR {
		background-color: #ffff99 !important;
		text-align: right;
		color:black;
	}
}

@media print {
	#mdt,.mdt {
		background-color: #ffff99 !important;
		border: none;
		color:black;
	}
	#mdtR,.mdtR {
		background-color: #ffff99 !important;
		text-align: right;
		color:black;
		border: none;
	}
}

#menu  { /*float:top;*/
	padding-top: 5px;
	background: #77bb33;
	font: bold 100% ArialClinsis, Arial, sans-serif;
	font-weight: bolder;
	min-height: 27px;
}

ul#nav,ul#nav li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#nav {
	float: left;
}

ul#nav li {
	float: left;
	margin-right: 1px;
	text-align: center;
}

ul#nav a {
	float: left;
	padding: 5px 0;
	padding-left: 3px;
	padding-right: 3px;
	background: #bbee88;
	border: 2px solid #77bb33;
	border-bottom: none;
	text-decoration: none;
	color: #444;
	border-radius: 6px 6px 0px 0px;
	
}

ul#nav a:hover {
	border: 2px solid #FFF;
	border-bottom: none;
}

ul#nav li#current a,ul#nav li#current a:hover {
	background: #FFF;
	color: #003;
}

img.menu {
	border: none;
	float: left;
	padding: 0;
	margin: 0;
	margin-right: 3px;
}

@media print {
	#menu {
		display: none;
	}
}

td.mainTD {
	border: none;
	padding: 10px 10px 10px 10px;
}

#main ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0 8px 0;
	padding: 0;
	text-decoration: none;
}

#main ul.sidemenu li {
	border-bottom: 1px solid #eff0f1;
	background: url(go.gif) no-repeat 50px 5px;
	padding: 2px 0 2px 75px;
	margin: 0 2px;
}

#main ul.sidemenu a { /*font-weight : bolder;*/
	text-decoration: none;
	background-image: none;
}

#sidebar {
	width: 10%;
	padding: 0;
	margin: 0;
	border: 1px solid #eff0f1;
	background-color: #274d84;
	height: 100vh;
}

#sidebar .left-box {
	border-bottom: 1px dotted #eff0f1;
	margin: 0 0 0 0;
}

#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 10px 0 2px 5px;
	padding: 2px 0 10px 0;
	text-decoration: none;
}

.activeMenuIcon {
    background-image: url(/images/handle_open.png);
    min-height: 40px;
    right: -3px;
    top: -5;
    width: 7px;
    display: block;
    float: right;
    position: absolute;
    border-radius: 0 !important;
}

#ul.sidemenu a.active,#sidebar ul.sidemenu a.active:hover {
	/*font-weight : bolder;*/
	color: #4ebf37;
	text-decoration: none;
	background-image: none;
}

#sidebar ul.sidemenu a.active {
	color: #00aa11;
}

#sidebar ul.sidemenu a.active:visited {
	color: #00aa11;
}

@media print {
	#sidebar {
		display: none;
	}
}

#current_patient {
	color: #082781;
	padding: 2px 0 2px 0;
	margin: 2px 2px 2px 2px;
	background-color: #EEF7FF;
	border: none;
}
#current_patient A {
	color: #082781;
	font-family: ArialClinsis, Arial, serif;
	font-size: 13px;
	text-decoration: none;
}

button {
	background-color: #aa0011;
	color: white;
	border: thin solid black;
	cursor: pointer;
	border-radius: 4px 4px 4px 4px;
	
}

input {
	border-radius: 4px 4px 4px 4px;
	
}

.button {
	background-color: #aaccee;
	border: thin solid black;
	cursor: pointer;
}

.guardar {
	background-color: #006600;
	color: white;
	cursor: pointer;
}

.confirmar {
	background-color: #88ee99;
	cursor: pointer;
}

.admisionar {
	background-color:  #248f24;
	border: thin solid green;
	color: white;
	cursor: pointer;
}

.anular {
	background-color: orange;
	border: thin solid red;
	cursor: pointer;
}

.enviar {
	background-color: green;
	color: white;
	border: 2px solid black;
	font-weight: bold;
	cursor: pointer;
}

.tarjeta {
	background-color: 	#B0C4DE;
	cursor: pointer;
}

.hist {
	background-color: #ffe0cb;
	cursor: pointer;
}

.imprimir {
	background-color: #0044aa;
	color: white;
	cursor: pointer;
}

.ver {
	background-color: #ffdd88;
	cursor: pointer;
}

.firmar {
	background-color: #00cc33;
	border: thin solid red;
	cursor: pointer;
}

.cerrar {
	background-color: #ffcccc;
	cursor: pointer;
}

.borrar {
	background-color: #aa0011;
	color: white;
	border: thin solid black;
	cursor: pointer;
}
.bigButton{
     padding: 8px; margin: 5px; border-radius: 4px;
     font-weight: bold;
}

input[type="button"]:hover { opacity: 0.85;}

input[disabled],input[type="button"][disabled] {
	color: #000000;
	font-style: italic;
	background-color: #dddddd;
}

input[readonly] {
	border: none;
}

textarea[disabled] {
	color: #000000;
	font-style: italic;
	background-color: #dddddd;
}

input[type="image"] {
	border: none;
}

input[type="checkbox"]{
	margin-top:0; margin-bottom:0; padding-top: 0; padding-bottom: 0;vertical-align: bottom;
}

input[type="radio"]{
	margin-top:0; margin-bottom:0; padding-top: 0; padding-bottom: 0;vertical-align: bottom;
}

select,textarea {
	border-radius: 4px 4px 4px 4px;	
	font-size: 8pt;
	border: 1px solid #315c7c;
	padding-left: 3px;
	background-color: white;
}

@media screen {
	form {
		display: inline;
	}
	input {
		font-size: 8pt;
		border: 1px solid #315c7c;
		padding-left: 3px;
	}
	input.chb {
		font-size: 8pt;
		border: none;
		padding-left: 0px;
	}
	input.rdb {
		font-size: 8pt;
		border: none;
		padding-left: 0px;
	}
}

@media print {
	input.guardar,input.borrar,input.cerrar,input.ver,input.firmar,input.imprimir,input.hist,input.enviar,input.anular,input.confirmar
		{
		display: none;
	}
}

#alert,.alert {
	text-decoration: blink;
	color: red !important;
}

#alertBig,.alertBig {
	border: 2px solid #bb0000;
	padding: 10px 10px 10px 10px;
	color: black;
	padding-left: 50px;
	font-size: 16px;
	font-weight: bold;
	background: #ffeeee url(/images/alertBig.gif) no-repeat 2px 3px;
}

#alertOK , .alertOK {
	text-decoration: none;
	color: green;
}

div.contenedor {
	position: relative;
}

div.fill {
	font-family: ArialClinsis, Arial;
	font-size: 8pt;
	display: none;
	position: absolute;
	color: #315c7c;
	background-color: #fff3c9;
	border: 1px solid #315c7c;
	overflow: auto;
	height: 150px;
	top: -1px;
}

tr.fillSelected {
	font-family: ArialClinsis, Arial;
	font-size: 8pt;
	color: #315c7c;
	background-color: #fff3c9;
	border: 1px solid #315c7c;
}

tr.fill {
	font-family: ArialClinsis, Arial;
	font-size: 8pt;
	color: #fff3c9;
	background-color: #315c7c;
	border: 1px solid #fff3c9;
}

#tableAjax tr.fill {
	font-family: ArialClinsis, Arial;
	font-size: 8pt;
	color: #fff3c9;
	background-color: #315c7c;
	border: 1px solid #fff3c9;
}

#tableAjax tr {
	font-family: ArialClinsis, Arial;
	font-size: 8pt;
	color: #315c7c;
	background-color: #fff3c9;
	border: 1px solid #315c7c;
}

#redPrint,.redPrint {
		border: 2px solid #bb0000;
		background-color: #bb0000;
		color:white;
		font-weight:bolder;
		padding: 10px 10px 10px 10px;
	}
@media screen {
	#blue,.blue {
		border: 2px solid navy;
		background-color : #ffffff;
		padding: 10px 10px 10px 10px;
	}
	#lightBlue,.lightBlue {
		border: 2px solid navy;
		background-color : #ffffff;
		padding: 10px 10px 10px 10px;
	}
	#yellow,.yellow {
		border: 2px solid #ff9922;
		background-color : #ffffff;
		padding: 10px 10px 10px 10px;
	}
	#yellowBorder,.yellowBorder {
		border: 2px solid #ff9922;
		background-color : #ffffff;
		padding: 10px 10px 10px 10px;
	}
	.yellow legend,.yellowBorder legend {
		color: black;
	}
	#yellowBackg,.yellowBackg {
		border: 2px solid #ff9922;
		background-color : #fff3c9;
		padding: 10px 10px 10px 10px;
	}
	#bordeauBorder,.bordeauBorder {
		border: 2px solid #990044;
		background-color : #ffffff;
		padding: 10px 10px 10px 10px;
	}
	.bordeauBorder legend {
		color: black;
	}
	#green,.green {
		border: 2px solid #119911;
		background-color : #ffffff;
		padding: 10px 10px 10px 10px;
	}
	
	#greenBackg,.greenBackg {
		border: 2px solid #119911;
		background-color : #ddffdd;
		padding: 10px 10px 10px 10px;
	}
	#greenBorder,.greenBorder {
		border: 2px solid #119911;
		background-color : #ffffff;
		padding: 10px 10px 10px 10px;
	}
	.green legend,.greenBorder legend {
		color: black;
	}
	#normal,.normal {
		border: inherit;
		/*background-color : inherit;*/
		padding: inherit;
	}
	#red,.red {
		border: 2px solid #bb0000;
		background-color: #ffeeee;
		padding: 10px 10px 10px 10px;
	}
	.red legend {
		color: black;
	}
	#redBorder,.redBorder {
		border: 2px solid #bb0000;
		background-color : #ffffff;
		padding: 10px 10px 10px 10px;
	}
	.red legend,.redBorder legend {
		color: black;
	}
	.lightgreen2{
		background-color: #ccffcc;
		color:black;
	}
	.lightgreen{
		background-color: lightgreen;
		color:black;
	}
	.lightblue{
		background-color: lightblue;
		color:black;
	}
	.lightyellow{
		background-color: yellow;
		color:black;
	}
	#blueBackg,.blueBackg {
		border: 2px solid#0031bf;
		background-color : #d9e3ff;
		padding: 10px 10px 10px 10px;
	}
	#orange,.orange {
		border: 2px solid #ee7700;
		background-color : #ffffff;
		padding: 10px 10px 10px 10px;
	}
	#orangeBorder,.orangeBorder {
		border: 2px solid #ee7700;
		background-color : #ffffff;
		padding: 10px 10px 10px 10px;
	}
	.orange legend,.orangeBorder legend {
		color: black;
	}
	#blue2,.blue2 {
		border: 2px solid navy;
		background-color : #ffffff;
		padding: 10px 10px 10px 10px;
	}
	.blue2 legend {
		color: black;
	}
	#navy,.navy {
		border: 2px solid navy;
		background-color: navy;
		color: white;
		padding: 10px 10px 10px 10px;
	}
	#orange2,.orange2 {
		border: 2px solid #ee7700;
		background-color: #ee7700;
		color: white;
		padding: 10px 10px 10px 10px;
	}
	#green2,.green2 {
		border: 2px solid #119900;
		background-color: #119900;
		color: white;
		padding: 10px 10px 10px 10px;
	}
	#bordeau2,.bordeau2 {
		border: 2px solid #990044;
		background-color: #990044;
		color: white;
		padding: 10px 10px 10px 10px;
	}
	#gris,.gris {
		border: 2px solid #909090;
		background-color: #eeeeee;
		color:black;
		padding: 10px 10px 10px 10px;
	}
	#grisBackground,.grisBackground {
		border: 2px solid #909090;
		background-color: #eeeeee;
		padding: 1px 1px 1px 1px;
		border-radius: 2px 2px 2px 2px;
	}
	.gris legend {
		color: black;
	}
	#black,.black {
		border: 2px solid #909090;
		background-color: #000000;
		padding: 10px 10px 10px 10px;
		color: white;
	}
	.black legend {
		color: black;
	}
	#blackBorder,.blackBorder {
		border: 2px solid #000000;
		background-color : #ffffff;
		padding: 10px 10px 10px 10px;
	}
	.blackBorder legend {
		color: black;
	}
	#darkgreen,.darkgreen {
		border: 2px solid #77bb33;
		background-color: green;
		padding: 10px 10px 10px 10px;
		color: white;
	}
	.darkgreen legend {
		color: black;
	}
	#blueBorder,.blueBorder {
		border: 2px solid navy;
		padding: 10px 10px 10px 10px;
	}
	.blue legend,.blueBorder legend {
		color: black;
	}
	#white,.white {
		border: 2px solid #000000;
		background-color: white;
		padding: 10px 10px 10px 10px;
	}
	.whiteAlways {
		background-color: white !important;
	}
	#INSS,.INSS {
		border: 2px solid black;
		background-color: white;
		padding: 0 0 0 0;
	}
	#INSSCol,.INSSCol {
		border: 1px solid gray;
		background-color: white;
		padding: 0 0 0 0;
		text-align: center;
	}
}
.whiteBG {background-color: white;}
.blueBG {background-color: #C0DDFF;}
.greenBG {background-color: #CCFFDC;}
.redBG {background-color: #ffeeee;}
.yellowBG {background-color: #ffffdd;}

table .inss {border-collapse: collapse;
	border-spacing: 0px;font-size:9px;}
table .inssBig {font-size:12px;}
.inss thead{background-color: lightgray;color:black;}
.inss tr{border: 1px solid black;}
.inss th{border: 1px solid black;}
.inss td{border: 1px solid black;}

#slb {
	border: 2px solid #00bb44;
}

.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}

.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9fd4ff;
	padding: 8px 8px 4px;
	background: url(bubble.png) top left;
}

.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(bubble.png) bottom right;
}

.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}

.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: black;
	padding: 8px 8px 4px;
	background: #ff8800;
	border-bottom: 1px solid #b5cf74;
}

.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #ffddaa;
	border: 1px solid black;
}

.rteImage {
	background: #d3d3d3;
	border: 2px dotted #d3d3d3;
	cursor: pointer;
}

.rteImageRaised,.rteImage:hover {
	background: #d3d3d3;
	border: 1px outset;
	cursor: pointer;
}

.rteImageLowered,.rteImage:active {
	background: #d3d3d3;
	border: 1px inset;
	cursor: pointer;
}

.rteVertSep {
	margin: 0 4px 0 4px;
}

.rteBack {
	background: #d3d3d3;
	border: 1px outset;
	letter-spacing: 0;
	padding: 2px;
	font-size: 8px;
}

.rteBack tbody tr td,.rteBack tr td {
	background: #d3d3d3;
	padding: 0;
}

.rteDiv {
	display: block;
	position: relative;
}

div.autocomplete {
	position: absolute;
	width: 100%;
	background-color: white;
	color: black;
	border: 1px solid #888;
	margin: 0;
	padding: 0;
	height: 200px;
	overflow-y: scroll;
	z-index: 500;
}

div.autocomplete ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

div.autocomplete ul li.selected {
	background-color: #ffb;
}

div.autocomplete ul li {
	font-size: 10px;
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 2px;
	line-height: 1.2em;
	cursor: pointer;
}

div.autocomplete ul li span.addInfo {
	font-size: 9px;
	color: #888;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

.inputLikeActive {
	font-size: 10px;
	background-color: white !important;
	text-align: right;
	font-style: normal;
	font-weight: bold;
	border: 0px;
}

@MEDIA print {
	#searchTable {
		display: none;
	}
}

.infoDiv {
	font-size: 9px;
	color: blue;
	word-wrap: break-word;
	text-overflow: clip;
	max-width: 200px;
	font-weight: normal;
}

.errorDiv {
	display: none;
	font-size: 12px;
	color: red;
	word-wrap: break-word;
	text-overflow: clip;
	max-width: 200px;
	font-weight: normal;
}

.formErrorDiv {
	display: none;
	font-size: 12px;
	color: black;
	word-wrap: break-word;
	text-overflow: clip;
	max-width: 300px;
	min-height: 30px;
	min-width: 150px;
	font-weight: normal;
	background-color: white;
	border: 4px solid red;
	z-index: 1500;
	position: fixed;
	right: 50px;
	padding: 10px 10px 10px 10px;
}

.authDiv {
	font-size: 12px;
	color: black;
	word-wrap: break-word;
	text-overflow: clip;
	max-width: 300px;
	min-height: 30px;
	min-width: 150px;
	font-weight: normal;
	background-color: #EEE;
	border: 4px solid blue;
	z-index: 900;
	position: fixed;
	right: 250px;
	padding: 3px 3px 3px 3px;
	border-radius: 6px 6px 6px 6px;
	
}
.cursor {
	cursor: pointer;
}
.noCursor {
	cursor: default !important;
}
.pointer {
	cursor: pointer;
}

.centrado{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}
.centrado td {
	text-align: left;
}
	
.der{float:right;}
.izq{float:left;	}

.derTxt{ text-align: right !important;}
.centerTxt{ text-align: center !important;}
.izqTxt{ text-align: left !important;}

.bold {font-weight: bold;}
	
.reset{clear: both;}
.rounded {border-radius: 6px 6px 6px 6px;
	
	}
	
.roundedAbove {border-radius: 8px 8px 0px 0px;	
	}
.warningPopup{border: 1px solid #f9dd34; background: #ffef8f; color: #363636; }

.errorPopup{border: 1px solid #f9dd34; background: #ffef8f;
	font-size: 14px; font-weight:bold;
	color: red; font-size:small;}

.cpc, .extendida, .extendido,.extendida,.Extendido,.Extendida,.EXTENDIDO,.EXTENDIDA {width: 100%;}
 .conBorde {border: 1px solid black;}
 .conBorde td {border: 1px solid black;}
 .conBorde th {border: 1px solid black;}

 .conBordes {border: 1px solid black;}
 .conBordes td {border: 1px solid black;}
 .conBordes th {border: 1px solid black;}

.h2 {
	color: navy;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #ddddff;
	text-align: center;
}

/* Start File Upload classes */
.FUcontainer {
    overflow:hidden;
    width:960px;
    margin:20px auto;
}
.FUcontr {
    background-color: #212121;
    color: #FFFFFF;
    padding: 0px;
    text-align: center;

    border-radius:10px 10px 0 0;
}
.upload_form_cont {
    background: -moz-linear-gradient(#ffffff, #f2f2f2);
    background: -ms-linear-gradient(#ffffff, #f2f2f2);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
    background: -webkit-linear-gradient(#ffffff, #f2f2f2);
    background: -o-linear-gradient(#ffffff, #f2f2f2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2')";
    background: linear-gradient(#ffffff, #f2f2f2);

    color: #000;
    overflow: hidden;
}
.FUinfo {
    background-color: #EEEEEE;
    border: 1px solid #DDDDDD;
    float: left;
    font-weight: bold;
    height: 270px;
    margin: 0px 20px 20px 20px;
    position: relative;
    width: 560px;
}
.FUinfo  h2 {
    padding: 0 15px;
    margin-bottom: 10px;
}
.FUinfo  canvas {
    margin-left: 15px;
    margin-bottom: 10px;
}
.FUinfo #url {
    width: 400px;
}
#FUdropArea {
    background-color: #DDDDDD;
    border: 3px dashed #000000;
    float: left;
    font-size: 48px;
    font-weight: bold;
    height: 200px;
    padding-top: 80px;
    margin: 0px 20px 20px 20px;
    position: relative;
    text-align: center;
    width: 300px;
}
#FUdropArea.hover {
    background-color: #77fc9f;
}
#FUdropArea.uploading {
    background: #EEEEEE url(css/loading.gif) center 30% no-repeat;
}
#FUresult .s, #result .f {
    font-size: 12px;
    margin-bottom: 5px;
    padding: 2px 2px 2px 5px;
    border-radius:5px;
}
#FUresult .s {
    background-color: #77fc9f;
}
#FUresult .f {
    background-color: #fcc577;
    padding: 15px 15px 15px 15px;
    margin-bottom: 10px;
}
.FUcount {
	float: right;
    font-size: 14px;
    font-weight: bold;
    text-transform: none;
    color:black;
}
/* End File Upload classes */

.blueText {color:blue;}
.redText {color:red;}
.whiteText {color: white;}
.yellowText {color: yellow;}
.noShow {display:none;}
.noBottomBorder {border-bottom:none;}

.tab {
	border-radius: 8px 8px 0px 0px;
	background-color: #006AA8;
	border: 2px solid navy;
	padding: 5px 10px 5px 10px;
	color:white;
	cursor: pointer;
}
.tabActivo{
	background-color: #B7D0FA;
	color:navy;
}

#horaCor{
	background-color: black; 
	font-size: 14px; 
	margin-right: 3px;
	padding: 1px 5px 1px 5px;
	color:yellow;
	font-weight:bold;
}

#divtoshow {position:absolute;display:none;color:black;background-color:#fd7;/*#1796b0;*/padding : 5px 5px 5px 5px;border : 1px solid  #da6;}
#divMenuSched {position:absolute;display:none;color:white;background-color:#1796b0;padding : 15px 15px 15px 15px;border : 1px solid  black;}
.schedHour{border-top:1px solid gray;}
.schedHalfHour{border-top:1px dotted gray;}
.schedOther{border-left:1px solid gray;border-rigth:1px solid gray;}

.parpadea{
    outline: 6px dashed #fff;
    box-shadow: 0 0 0 6px #FFC107;
    animation: 1s animateBorder infinite;
}

@keyframes animateBorder {
  to {
    outline-color: #FFC107;
    box-shadow: 0 0 0 6px #FFF;
  }
}
.rotate90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}


@media screen and (min-width: 1001px) {
	#sidebar {
		width: 10%;
		padding: 0;
		margin: 0;
	border: 1px solid #eff0f1;
	background-color: #274d84;
	}
	.menuMiniLogo{border: none; float: left; margin-right: 20px; cursor: pointer;}
	.userName{background-color: #ccccff; font-size: 10px; margin-right: 3px;color:black;}
		
	#sidebar ul.sidemenu li {
		background: url(/images/icon_sortright.gif) no-repeat 2px 3px;
		padding: 0px 0px 0 17px;
	}
	
	#sidebar ul.sidemenu li.active {
		background: url(/images/icon_sortright.gif) no-repeat 2px 3px;
		background-color: white;
		color: black;
		padding-left: 17px;
		padding-bottom: 0px;
		margin-bottom: 0px;
		border-radius: 3px 3px 3px 3px;
		
		/*
	border-left : 2px solid #000000;
	border-bottom : 2px solid #000000;
	border-top : 2px solid #000000;
	border-right : 0 white !important ;*/
		border: none;
		position: relative;
		margin-right: -4px;
	}
	
	#sidebar ul.sidemenu a,sidebar ul.sidemenu a:visited {
		/*font-weight : bolder;*/
		font-size: /*12*/ 11px ;
		text-decoration: none;
		color: white;
		background-image: none;
	}
	
	#sidebar ul.sidemenu a:hover { /*font-weight : bolder;*/
		font-size: /*12*/ 11px ;
		text-decoration: none;
		color: yellow;
	}
		
	#sidebar h1 {
		margin: 10px 5px 5px 5px;
		padding: 5px 5px 5px 5px;
		font: 12px Verdana, ArialClinsis, Arial, Sans-serif;
		font-style: italic;
		background: #BBD9EE;
		border: none;
		color: #222;
		border-radius: 6px 6px 6px 6px;
		
	}
	
	#sidebar h2 {
		margin: 10px 5px 5px 5px;
		padding: 5px 5px 5px 5px;
		font: 12px Verdana, ArialClinsis, Arial, Sans-serif;
		font-style: italic;
		text-transform: none;
		border: none;
		color: #222;
		border-radius: 6px 6px 6px 6px;
		
	}
		
}
@media screen and (max-width: 1000px) {
	#sidebar {
		width: 30%;
		padding: 0;
		margin: 0;
	border: 1px solid #eff0f1;
	background-color: #274d84;
	}
	body {font-size: 2.5vw;}
	td {font-size: 2.5vw;}
	th {font-size: 2.5vw;}
	a {font-size: 2.5vw;}
	input {font-size: 2.5vw;}
	form {font-size: 2.5vw;}
	select {font-size: 2.5vw;}
	.menuMiniLogo{border:none;float:left;margin-right: 5px;vertical-align:top;}
	.userName{background-color: #ccccff;  font-size: 1.5vw; position: fixed;bottom: 8px;left: 8px;color:black;}
	
	#sidebar ul.sidemenu li {
		background: url(/images/icon_sortright.gif) no-repeat 2px 3px;
		padding: 2px 7px 0 17px;
		margin: 0 0 2px;
	}
	
	#sidebar ul.sidemenu li.active {
		background: url(/images/icon_sortright.gif) no-repeat 2px 3px;
		background-color: white;
		color: black;
		padding-left: 17px;
		padding-bottom: 0px;
		margin-bottom: 0px;
		border-radius: 3px 3px 3px 3px;
		
		/*
	border-left : 2px solid #000000;
	border-bottom : 2px solid #000000;
	border-top : 2px solid #000000;
	border-right : 0 white !important ;*/
		border: none;
		position: relative;
		margin-right: -4px;
	}
	
	#sidebar ul.sidemenu a,sidebar ul.sidemenu a:visited {
		/*font-weight : bolder;*/
		font-size: 2vw ;
		text-decoration: none;
		color: white;
		background-image: none;
	}
	
	#sidebar ul.sidemenu a:hover { /*font-weight : bolder;*/
		font-size: 2vw ;
		text-decoration: none;
		color: yellow;
	}
		
	#sidebar h1 {
		margin: 10px 5px 5px 5px;
		padding: 5px 5px 5px 5px;
		font: 2.5vw Verdana, ArialClinsis, Arial, Sans-serif;
		font-style: italic;
		background: #BBD9EE;
		border: none;
		color: #222;
		border-radius: 6px 6px 6px 6px;
		
	}
	
	#sidebar h2 {
		margin: 10px 5px 5px 5px;
		padding: 5px 5px 5px 5px;
		font: 2vw Verdana, ArialClinsis, Arial, Sans-serif;
		font-style: italic;
		text-transform: none;
		border: none;
		color: #222;
		border-radius: 6px 6px 6px 6px;
		
	}
		
}
.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.revisado {
  color:#115555;
}
.parcial {
  color:#03e138;
}

.magentaText {
  color:magenta;
}
.greenText {
  color:green;
}
.pie{
	background-color:#3366CC;
	max-height:1.3em;
	height:1.3em;
}
.activeLine{
	background-color:#FBE896;
}
.revisar{
	background-color: #99ff99;
	border: thin solid red;
	cursor: pointer;
}

.notificacion{
	background: #4caf50;
	position: fixed;
	color: #FFF;
	padding: 5px 10px;
	display: inline-block;
	z-index: 1000;
	bottom: 20px;
	left: 40%;
	box-shadow: -1px -3px 23px -6px rgba(0,0,0,0.75);
	border-radius: 10px;
}

#loginPage {
    width:100vw;
    height: 100vh;
    margin: 0;
}
#inicioPage {
    width:100vw;
    height: 100vh;
    margin: 0;
}
#videoBG {
    position:fixed;
    z-index: -1;
}
#imageCS{
	width:180px;
	bottom: 5px; 
	position: absolute;
	left: 16px;
}
#imageAliado{
	width:150px;
	bottom: 30px ;
}
@media (min-aspect-ratio: 16/9) {
    #videoBG {
        width:100%;
        height: auto;
    }
}
@media (max-aspect-ratio: 16/9) {
    #videoBG { 
        width:auto;
        height: 100%;
    }
}
@media (max-width: 767px) {
    #videoBG {
        display: none;
    }
    #loginPage {
        background: url('/images/video.png');
        background-size: cover;
    }
    #inicioPage {
        background: url('/images/video2.png');
        background-size: cover;
    }
    #imageCS{
    	width:100px;
    	bottom: 30px;
    }
    #imageAliado{
    	width:80px;
    	bottom: 60px !important;
    }
}

#photoBG {
    position:fixed;
    top:0;
    left: 40;
    z-index: -1;
}
@media (min-aspect-ratio: 3/4) {
    #photoBG {
        width:100%;
        height: auto;
    }
}
@media (max-aspect-ratio: 3/4) {
    #photoBG { 
        width:auto;
        height: 100%;
    }
}

@media print {
	 #photoBG{ display:none;}
	 #videoBG{ display:none;}
}
.ckbWysiwyg{
	border: 2px solid #000;
	border-radius: 2px;
	font-size: 17px;
	display: inline-block;
	width: 18px;
	height: 18px;
	line-height: 21px;
	text-align: center;
}
.equipoComment{
	display:none;
	background-color:#FAEEB1;
	color:#8300F4;
	border: 1px dotted black;
	font-weight:normal;
	
}
.autofirma_flag{
	display:none;
	background-color:#666;
	color:white;
	font-weight:normal;
	font-style: italic;
}
.orderId{
	text-align:center;
	background-color:green;
	display:block;
	float:left;
	font-size:16px;
	clear:both;
	color:white;
	padding: 1px 10px 1px 10px;
	font-weight:bold;
}
.doNotReportTxt{
	color:#666;
	font-style: italic;
	font-size:x-small;
}
#networkStatus{
	color:white;
	background-color:red;
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	display:none;
}
.italic {font-style: italic;}

.QChigh{
	color:white;
	background-color:red;
	padding: 0px 10px 0px 10px;
}
.QClow{
	color:white;
	background-color:blue;
	padding: 0px 10px 0px 10px;
}
.QCnormal{
	color:white;
	background-color:green;
	padding: 0px 10px 0px 10px;
}
.QCinternalQC{
	color:white;
	background-color:navy;
	padding: 0px 10px 0px 10px;
}
.QCexternalQC{
	color:black;
	background-color:#E0B0FF;
	padding: 0px 10px 0px 10px;
}
.QCqcRuleAt{
	color:black;
	background-color:yellow;
	padding: 0px 10px 0px 10px;
}
.QCand{
	color:white;
	background-color:black;
	padding: 0px 10px 0px 10px;
}

.centradoGlobal {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      max-width: 100%;
      max-height: 100%;
    }

.fullscreen-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.8); /* Semi-transparent black */
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 9999; /* Ensure it appears on top of everything */
      display: none; /* Hidden by default */
    }
#otherSameDay {
	opacity:0.3;
	background-color:darkgreen;
	position:absolute; 
	right: 10px;
	clear:both;
	color:white;
	padding: 5px 10px 5px 10px;
	margin-top:55px;
	text-overflow: ellipsis;
	overflow: hidden; 
	width: 130px; 
	white-space: nowrap;  
	max-height: 140px; 
	overflow: auto;
    }
.validadoPor {font-size:8px;
    font-weight:normal;
    color:green;
    }
.labMetodo {font-size:xx-small;}
/* Estilo para el contenedor del switch */
.switch {
  position: relative;
  display: inline-block;
  width: 30px; /* Ajustado para el tamaño más pequeño */
  height: 15px; /* Alto de 15px */
}

/* Esconde el checkbox por defecto */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* Estilo para el slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 15px; /* Mantener el borde redondeado */
}

/* Estilo para el círculo del botón deslizante */
.slider:before {
  position: absolute;
  content: "";
  height: 15px; /* Igual al alto del switch */
  width: 15px; /* Tamaño del círculo */
  border-radius: 50%;
  left: 0;
  bottom: 0;
  background-color: white;
  transition: 0.4s;
}

/* Cambia el fondo cuando está activado */
input:checked + .slider {
  background-color: #4CAF50;
}

/* Desliza el círculo cuando está activado */
input:checked + .slider:before {
  transform: translateX(15px); /* Mueve el círculo dentro del botón */
}


.contenedor-tarjetas {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Alinea las tarjetas en el centro */
    gap: 15px; /* Espaciado entre tarjetas */
}
.tarjetaDiv {
    flex: 1 1 calc(33.333% - 30px); /* Tamaño flexible, hasta 3 por fila */
    max-width: 250px;
    background: linear-gradient(135deg, #274d84, #dce6f5);
    color: white;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    max-width: 300px;
    text-align: center;
    transition: transform 0.3s;
}
.tarjetaDiv.greenBCG {
    background: linear-gradient(135deg, #1f7444, #d3f3e1);
}
.tarjetaDiv.yellowBCG {
    background: linear-gradient(135deg, #d7c70c, #fbf5b5);
}
.tarjetaDiv.orangeBCG {
    background: linear-gradient(135deg, #e2900c, #f9d190);
}
.tarjetaDiv.redBCG {
    background: linear-gradient(135deg, #cb2d05, #fdb3a1);
}
.tarjetaDiv.violetBCG {
    background: linear-gradient(135deg, #840cd5, #dbacfa);
}
.tarjetaDiv.blueBCG {
    background: linear-gradient(135deg, #0717bb, #b4bbfc);
}
.tarjetaDiv.grisBCG {
    background: linear-gradient(135deg, #222, #eee);
}
.tarjetaDiv.blue2BCG {
    background: linear-gradient(135deg, #058bd3, #d1eefe);
}

/*.tarjetaDiv:hover {
    transform: translateY(-5px);
}*/

.tarjetaDiv h2 {
	background-color:navy;
	color:white;
    margin: 0 0 10px;
}

.tarjetaDiv p {
    margin: 0;
}

.botonTJ {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.3);
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.3s;
}

.botonTJ:hover {
    background: rgba(255, 255, 255, 0.5);
}

@media print {
.smallPrint {font-size:xx-small;}
}
.tox-promotion-link{display:none !important;}

.sexM {background-color: #E3F4FF;}

.sexF {background-color: #FFDFF9;}

.sexO {background-color: #FFFFFF;}

/* START awesomplete */
.detList {
  display: block;
  font-size: 0.8em;
  color: #888;
}
.tooManyRows{
	color: red;
}
.noDataFound{
	color: red;
	font-style: italic; 
}
/* Contenedor general */
.awesomplete > ul {
  font-size: 0.8em !important;
  background: #fff !important;
  border: 1px solid #888 !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  z-index: 1000 !important;
  max-height: 240px !important; /* aprox 10 items de 24px cada uno */
  overflow-y: auto !important;
  scrollbar-width: thin  !important; /* Firefox */
}

/* Estilo para navegadores WebKit (Chrome, Edge, etc.) */
.awesomplete > ul::-webkit-scrollbar {
  width: 6px  !important;
}
.awesomplete > ul::-webkit-scrollbar-thumb {
  background-color: #ccc  !important;
  border-radius: 3px  !important;
}
.awesomplete > ul::-webkit-scrollbar-track {
  background-color: #f9f9f9  !important;
}


/* Cada ítem (condensado) */
.awesomplete li {
  padding: 2px 8px !important;
  font-size: 1em !important;
  font-family: Arial, sans-serif !important;
  color: black !important;
  background: white !important;
  white-space: normal !important;
  border-bottom: none !important;
  line-height: 1 !important;
  text-align: left !important
}

/* Fila activa */
.awesomplete li[aria-selected="true"] {
  background-color: #ffb !important;
  color: black !important;
}

/* Desactiva cualquier resaltado */
.awesomplete mark {
  background: none !important;
  color: black !important;
  font-weight: normal !important;
}
.awesomplete li[aria-selected="true"],
.awesomplete li:hover {
  background-color: #ffb !important;
  color: black !important;
  cursor: pointer;
}
/* STOP awesomplete */


.watermark {
  position: fixed;
  font-size: 2.5rem;
  color: rgba(0, 0, 0, 0.08);
  pointer-events: none;
  z-index: 9999;
  user-select: none;
  transform: rotate(-20deg);
  white-space: nowrap;
}

/* Esquinas desplazadas hacia el centro */
.esquina-1 {
  top: 20vh;
  left: 20vw;
}

.esquina-2 {
  top: 20vh;
  right: 20vw;
}

.esquina-3 {
  bottom: 20vh;
  left: 20vw;
}

.esquina-4 {
  bottom: 20vh;
  right: 20vw;
}

/* Marca de agua centrada */
.esquina-centro {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-20deg);
  font-size: 2rem; /* puede ser un poco más grande */
}
