body a{text-decoration: none;}
.lineaSeparacionGris {background-image:url(../imagenes/puntoGris.gif);height:1;}
.separacionSeparacionGrisContextMenu {background-image:url(../imagenes/puntoGris.gif);height:1;background-repeat: repeat-x;}
.textoComun {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #666666;
	text-decoration:none;
}
.textoComunTabs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-style: normal;
	color: #666666;
	text-decoration:none;
}

.textoComunNegrita {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #666666;
	text-decoration:none;
	font-weight: bold;
}

.textoComunNegritaGrande {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666666;
	text-decoration:none;
	font-weight: bold;
}

.textoComunBlancoNegrita {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration:none;
	font-weight: bold;
}

.textoCabeceraBlanco {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration:none;
}

.textoCabecera {
	font-family: Tahoma, Arial;
	font-size: 10px;
	font-style: normal;
	color: #666666;
	text-decoration:none;
	font-weight: bold;
	background-color: #DFDFDF;
}

.textoExplicativo{
	color:#AAAAAA;
	font-size: 11px;
}

.textoMinimizado{
	color:#8a8a8a;
	font-size: 10px;
}

.textoMinimizadoPeq{
	color:#8a8a8a;
	font-size: 9px;
}

.estiloBotonComun {
	padding: 5px !important;
}

.tablaBordesFinos{
	background-color: #CCCCCC;
}
.cabeceraTablaBordesFinos{
	font-family: Tahoma, Arial;
	background-color: #CCCCCC;
	font-weight:bold;
	font-size: 10px;
	height:20px;
}
.celdaBordesFinos{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #666666;
	text-decoration:none;
	background-color: #ffffff;
	height:15px;
}

a.linkComun{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration:none;
}


#ladoDerecho{ 
    width: 120px; 
    float: right; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #666666;	
	
} 

#map{
	width: 500px;
	float: left; 
	height: 400px;
	border-width: 2px;
	border-style: solid;
	border-color: #666666;
}

.panel {
	border: solid #CCCCCC 1px;
	background: white;
}

/*BODY {
	background-image: url(images/bursak.gif);
}*/

.textinall7 {
	font-family: Tahoma, Arial;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}

.textoConFondoCorporativo{
	background-color: #c9c9c9;

}
.divPopUp{
	border: solid 2px #CCCCCC;
	background-color: white;
	position: absolute;
	z-index: 99999;
	display: none;
	padding: 3px;
	
	
}
.resaltar{
	background-color: #FFFEC4;
}
.resaltarMas{	
	color: white;
	background-color: #aa0000;
}
.cabeceraAzul{
	background-color: var(--azul-claro);
	color: white;
}

.cabeceraRoja{
	background-color: #e64215;
	color: white;
}

.fondoAzulClaro{
	background-color: #e5e9ed;
}
.fondoGrisClaro{
	background-color: #ececec;
}
.fondoVerdeClaro{
	background-color: #8ad56a;
}
.fondoFestivos{
	background-color: #ffca18;
}


.labelTerminal{
color: #9F6000;
background-color: #FEEFB3;
border: 1px solid;
}

/***************	TOOLTIP (tooltip del tac�grafo) **************/
.tooltip {
	display:none;
	background:transparent url(../imagenes/tooltips/black_arrow.png);
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color:#fff;
	z-index: 6000;	
}
/* override the arrow image of the tooltip */
.tooltip.bottom {
	background:url(../imagenes/tooltips/black_arrow_bottom.png);
	padding-top:40px;
	height:55px;
}




body {font:0.8em/1.5 "arial", sans-serif;background-color:#eaeaea; color:#303030;}

.UI-cabecera-centrado{text-align: center;padding: 2px;}


.OTextoComunNegrita{font-weight: bold !important;}

/*Nueva tabla bordes finos. Poniendo class='OTablaBordesFinos' a la tabla genera una tabla con bordes finos*/
.OTablaBordesFinos{border-collapse: collapse;}
.OTablaBordesFinos tr td{border: solid 1px #ccc;}


.oContextMenu {
	border: 1px solid #b6b6b6;
	background: #ffffff;
	float: left;
	overflow: hidden;
	border-radius: 6px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.15);
	font-family: "Segoe UI", sans-serif;
	font-size: 13px;
	min-width: 160px;
}

.oContextMenu ul {
	list-style: none;
	margin: 0;
	padding: 2px 0;
}

.oContextMenuItem {
	margin: 0;
	border: 0;
	display: flex;
	align-items: center;
	gap: 6px;
	cursor: pointer;
	padding: 3px 10px;
	color: #333;
	transition: background-color 0.15s ease-in-out;
	line-height: 1.2;
}

.oContextMenuItem::before {
	content: "•";
	color: #4a7bf7;
	font-size: 11px;
	position: relative;
	top: -1px;
}

.oContextMenuItem:hover {
	background-color: #e8f0fe;
	color: #000;
}

.oContextMenuItem:hover::before {
	color: #1a5cff;
}

.oContextItemBreak {
	height: 1px;
	background-color: #d9d9d9;
	margin: 2px 6px;
	width: auto;
}





/* tables parecidas al tablesorte */
table.tableovelan {
	background-color: #CDCDCD;
	margin:0px 0px 0px;
	width: 100%;
	text-align: left;

}
table.tableovelan thead tr th, table.tableovelan tfoot tr th {
	background-color: #C5C5C5;
	border: 1px solid #FFF;
	padding: 0px;
}
table.tableovelan thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tableovelan tbody tr.odd td{
	background-color: transparent;
}
table.tableovelan tbody tr.even td{
	background-color:transparent;
}

table.tableovelan thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tableovelan tbody td {
	padding: 0px;
	vertical-align: middle;
	
}
table.tableovelan thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.tableovelan thead tr .headerSortDown, table.tableovelan thead tr .headerSortUp {
background-color: #9A9999;
color: white;
}

@keyframes flickerAnimation {
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
.incidencia {
   -webkit-animation: flickerAnimation 1s infinite;
   -moz-animation: flickerAnimation 1s infinite;
   -o-animation: flickerAnimation 1s infinite;
    animation: flickerAnimation 1s infinite;
    background-color:red;
}



.spinner {
	width:24px;
	height:24px;
	border:3px solid var(--azul-claro);
	border-top-color:transparent;
	border-radius:50%;
	animation:spin 1s linear infinite;
}
@keyframes spin {to{transform:rotate(360deg)}}


body a{text-decoration: none;}
.lineaSeparacionGris {background-image:url(../imagenes/puntoGris.gif);height:1;}
.separacionSeparacionGrisContextMenu {background-image:url(../imagenes/puntoGris.gif);height:1;background-repeat: repeat-x;}
.textoComun {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #666666;
	text-decoration:none;
}
.textoComunTabs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-style: normal;
	color: #666666;
	text-decoration:none;
}

.textoComunNegrita {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #666666;
	text-decoration:none;
	font-weight: bold;
}

.textoComunNegritaGrande {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666666;
	text-decoration:none;
	font-weight: bold;
}

.textoComunBlancoNegrita {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration:none;
	font-weight: bold;
}

.textoCabeceraBlanco {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration:none;
}

.textoCabecera {
	font-family: Tahoma, Arial;
	font-size: 10px;
	font-style: normal;
	color: #666666;
	text-decoration:none;
	font-weight: bold;
	background-color: #DFDFDF;
}

.textoExplicativo{
	color:#AAAAAA;
	font-size: 11px;
}

.textoMinimizado{
	color:#8a8a8a;
	font-size: 10px;
}

.textoMinimizadoPeq{
	color:#8a8a8a;
	font-size: 9px;
}

.estiloBotonComun {
	padding: 5px !important;
}

.tablaBordesFinos{
	background-color: #CCCCCC;
}
.cabeceraTablaBordesFinos{
	font-family: Tahoma, Arial;
	background-color: #CCCCCC;
	font-weight:bold;
	font-size: 10px;
	height:20px;
}
.celdaBordesFinos{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #666666;
	text-decoration:none;
	background-color: #ffffff;
	height:15px;
}

a.linkComun{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration:none;
}


#ladoDerecho{ 
    width: 120px; 
    float: right; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #666666;	
	
} 

#map{
	width: 500px;
	float: left; 
	height: 400px;
	border-width: 2px;
	border-style: solid;
	border-color: #666666;
}

.panel {
	border: solid #CCCCCC 1px;
	background: white;
}

/*BODY {
	background-image: url(images/bursak.gif);
}*/

.textinall7 {
	font-family: Tahoma, Arial;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}

.textoConFondoCorporativo{
	background-color: #c9c9c9;

}
.divPopUp{
	border: solid 2px #CCCCCC;
	background-color: white;
	position: absolute;
	z-index: 99999;
	display: none;
	padding: 3px;
	
	
}
.resaltar{
	background-color: #FFFEC4;
}
.resaltarMas{	
	color: white;
	background-color: #aa0000;
}
.cabeceraAzul{
	background-color: var(--azul-claro);
	color: white;
}

.cabeceraRoja{
	background-color: #e64215;
	color: white;
}

.fondoAzulClaro{
	background-color: #e5e9ed;
}
.fondoGrisClaro{
	background-color: #ececec;
}
.fondoVerdeClaro{
	background-color: #8ad56a;
}
.fondoFestivos{
	background-color: #ffca18;
}


.labelTerminal{
color: #9F6000;
background-color: #FEEFB3;
border: 1px solid;
}

/***************	TOOLTIP (tooltip del tac�grafo) **************/
.tooltip {
	display:none;
	background:transparent url(../imagenes/tooltips/black_arrow.png);
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color:#fff;
	z-index: 6000;	
}
/* override the arrow image of the tooltip */
.tooltip.bottom {
	background:url(../imagenes/tooltips/black_arrow_bottom.png);
	padding-top:40px;
	height:55px;
}




body {font:0.8em/1.5 "arial", sans-serif;background-color:#eaeaea; color:#303030;}

.UI-cabecera-centrado{text-align: center;padding: 2px;}


.OTextoComunNegrita{font-weight: bold !important;}

/*Nueva tabla bordes finos. Poniendo class='OTablaBordesFinos' a la tabla genera una tabla con bordes finos*/
.OTablaBordesFinos{border-collapse: collapse;}
.OTablaBordesFinos tr td{border: solid 1px #ccc;}


.oContextMenu {
	border: 1px solid #b6b6b6;
	background: #ffffff;
	float: left;
	overflow: hidden;
	border-radius: 6px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.15);
	font-family: "Segoe UI", sans-serif;
	font-size: 13px;
	min-width: 160px;
}

.oContextMenu ul {
	list-style: none;
	margin: 0;
	padding: 2px 0;
}

.oContextMenuItem {
	margin: 0;
	border: 0;
	display: flex;
	align-items: center;
	gap: 6px;
	cursor: pointer;
	padding: 3px 10px;
	color: #333;
	transition: background-color 0.15s ease-in-out;
	line-height: 1.2;
}

.oContextMenuItem::before {
	content: "•";
	color: #4a7bf7;
	font-size: 11px;
	position: relative;
	top: -1px;
}

.oContextMenuItem:hover {
	background-color: #e8f0fe;
	color: #000;
}

.oContextMenuItem:hover::before {
	color: #1a5cff;
}

.oContextItemBreak {
	height: 1px;
	background-color: #d9d9d9;
	margin: 2px 6px;
	width: auto;
}





/* tables parecidas al tablesorte */
table.tableovelan {
	background-color: #CDCDCD;
	margin:0px 0px 0px;
	width: 100%;
	text-align: left;

}
table.tableovelan thead tr th, table.tableovelan tfoot tr th {
	background-color: #C5C5C5;
	border: 1px solid #FFF;
	padding: 0px;
}
table.tableovelan thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tableovelan tbody tr.odd td{
	background-color: transparent;
}
table.tableovelan tbody tr.even td{
	background-color:transparent;
}

table.tableovelan thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tableovelan tbody td {
	padding: 0px;
	vertical-align: middle;
	
}
table.tableovelan thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.tableovelan thead tr .headerSortDown, table.tableovelan thead tr .headerSortUp {
background-color: #9A9999;
color: white;
}

@keyframes flickerAnimation {
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
.incidencia {
   -webkit-animation: flickerAnimation 1s infinite;
   -moz-animation: flickerAnimation 1s infinite;
   -o-animation: flickerAnimation 1s infinite;
    animation: flickerAnimation 1s infinite;
    background-color:red;
}



.spinner {
	width:24px;
	height:24px;
	border:3px solid var(--azul-claro);
	border-top-color:transparent;
	border-radius:50%;
	animation:spin 1s linear infinite;
}
@keyframes spin {to{transform:rotate(360deg)}}



/* ===== FORMULARIOS GRID (dialogs de edición) ===== */
.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px 14px;
    padding: 4px 4px;
}
.form-grid.cols-3 { grid-template-columns: 1fr 1fr 1fr; }
.form-grid.cols-1 { grid-template-columns: 1fr; }

.form-grid .field {
    display: flex;
    flex-direction: column;
    gap: 1px;
}
.form-grid .field label {
    font-weight: 600;
    font-size: 11px;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
.form-grid .field input[type=text],
.form-grid .field select {
    width: 100%;
    box-sizing: border-box;
    padding: 4px 6px;
    border: 1px solid #bbb;
    border-radius: 3px;
    background: #fff;
    color: #333;
    height: 26px;
}
.form-grid .field input[type=text]:focus,
.form-grid .field select:focus {
    outline: none;
    border-color: var(--azul-claro);
    box-shadow: 0 0 0 2px rgba(137,166,181,0.25);
}

.form-section-divider {
    border: none;
    border-top: 1px solid #ddd;
    margin: 4px 0 2px 0;
}
.form-section-title {
    font-weight: 700;
    font-size: 11px;
    color: #444;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 4px 0 1px 0;
}
.form-footer {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 6px;
    gap: 10px;
}
.form-footer .aviso-imei {
    font-size: 11px;
    padding: 6px 10px;
    border-radius: 3px;
    flex: 1;
}
/* grid span full width */
.form-grid .field.span-2 { grid-column: 1 / -1; }

/* checkbox inline */
.form-grid .field.check-field {
    flex-direction: row;
    align-items: center;
    gap: 6px;
    padding-top: 6px;
}
.form-grid .field.check-field label {
    text-transform: none;
    font-size: 12px;
    font-weight: 500;
    color: #333;
    cursor: pointer;
}
.form-grid .field.check-field input[type=checkbox] { margin: 0; cursor: pointer; }

/* input readonly */
.form-grid .field input[readonly] { background: #f0f2f5; color: #777; }

/* help text below label */
.field-help { font-size: 10px; color: #888; margin-bottom: 2px; font-weight: normal; text-transform: none; }

/* password */
.form-grid .field input[type=password] {
    width: 100%; box-sizing: border-box; padding: 4px 6px;
    border: 1px solid #bbb; border-radius: 3px; background: #fff; color: #333; height: 26px;
}

/* ===== CONF-TABLE: tablas dentro de tabs ===== */
.conf-table { width: 100%; border-collapse: collapse; font-size: 12px; }
.conf-table th {
    background: #e8eef4; color: #444; font-weight: 700; font-size: 11px;
    text-transform: uppercase; padding: 5px 8px; border-bottom: 1px solid #c5d3de; text-align: left;
}
.conf-table td { padding: 5px 8px; border-bottom: 1px solid #eee; vertical-align: middle; }
.conf-table tr:nth-child(even) td { background: #f5f8f9; }

/* ===== SERVICIOS CONTRATADOS ===== */
.conf-services { max-width: 480px; margin: 0 auto; }
.conf-services-family {
    background: var(--azul-claro); color: #fff; font-size: 11px; font-weight: 700;
    text-transform: uppercase; letter-spacing: .04em; padding: 4px 10px;
    margin-top: 10px; border-radius: 2px;
}
.conf-services-item {
    display: flex; align-items: center; gap: 8px;
    padding: 4px 10px; font-size: 12px; border-bottom: 1px solid #eee;
}
.conf-services-item:last-child { border-bottom: none; }

/* ===== BOTÓN GUARDAR CONFIGURACIÓN ===== */
.btn-guardar-conf {
    padding: 6px 24px; background: var(--azul-claro); color: #fff;
    border: none; border-radius: 3px; font-size: 13px;
    font-family: var(--fuente); cursor: pointer; margin-top: 10px;
}
.btn-guardar-conf:hover { background: var(--azul-oscuro); }

/* conf-cliente wrapper */
#tabsConfiguracionCliente { width: 900px; margin: auto; }

/* save bar below tabs */
.conf-save-bar { display: flex; justify-content: flex-end; padding: 6px 4px 2px; }

/* ===== FIN FORMULARIOS GRID ===== */

