#screenloader {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	background-color: #FFFFFF;
}

#crgongietorri {
	position: absolute;
	font-size: 60px;
	width: 100%;
	z-index: 1000;
	color: #383C48;
	bottom: 100;
	text-align: center;
}

#crglogo {
	margin-top: -25px;
	bottom: -20;
	font-size: 50px;
	position: absolute;
	z-index: 1000;
	text-align: center;
	width: 100%;
}

#crgengine {
	height: 80px;
	width: 80px;
	padding-top: 10px;
	margin: auto;
	z-index: 1000;
	text-align: center;

	color: #383C48;
	font-size: 20px;
	margin-top: 20%;
}

.row.barraBuscaCab {
	border: 1px solid var(--borde);
	margin-bottom: 20px;
	border-radius: 20px;
	text-align: center;
}

.row.barraBuscaCab>div {
	padding: 7px;
	border-radius: 20px;
	cursor: pointer;
}

.row.barraBuscaCab>div.selected {
	background: var(--colorPrincipal);
	color: white;
}

#buscadorGen {
	padding: 7px;
	border: 1px solid var(--borde);
}

#crgengine .fa-spin {
	-webkit-animation: fa-spin 5s infinite linear;
	animation: fa-spin 5s infinite linear;
}

#crgengine li {
	height: 80px;
	width: 80px;
	padding: 20px;
	background-color: black;
	margin: auto;
	z-index: 1000;
	text-align: center;
	color: white;
	background-color: #383C48;
}

#menuLateral {
	height: 100%;
	width: 250px;
	position: fixed;
	z-index: 40;
	transition: 0.5s;
	overflow: hidden;
}

#menuLateral:hover {
	overflow: auto;
}

.menupt-txt {
	float: left;
	margin-left: 30px;
	margin-top: -15px;
}

#menuLateral .logo {
	height: 60px;
	width: 250px;
	box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12);
	background-color: #2D323E;
	position: fixed;
	color: white;
	text-align: center;
	font-size: 40px;
	padding: 10px;
	padding-top: 15px;
	background-image: url("SYMALogo.png");
	background-size: 240px 70px;
	background-repeat: no-repeat;
	transition: 0.5s;
}

#sarVersion {
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-size: 12px;
}

#vrsVersion {
	font-size: 12px;
	padding-right: 5px;
	text-align: right;
	width: 100%;
	color: var(--colorTextoClaro);
	margin-top: 5px;
	cursor: pointer;
}

#vrsVersion span {
	color: var(--colorInteraccion);
	margin-right: 10px;
}

#chrdsck_vrs {
	font-size: 12px;
	padding-right: 5px;
	text-align: center;
	color: var(--colorInteraccion)
}

.tarPendi {
	padding: 8px;
	background-color: white;
	margin-bottom: 10px;
	border-radius: 5px;
	cursor: pointer;
	position: relative;
}

.tarPendi p {
	color: white;
	font-size: var(--p-2);
}

.tarPendi .razonVerMas {
	padding-left: 70px;
	display: none;
	font-size: var(--p-2);
	padding-top: 10px;
	padding-bottom: 10px;
}

.btnmini {
	background-color: var(--colorFondoClaro);
	padding: 3px;
	font-size: var(--p-2);
	border-radius: 10px;
	border: 1px solid var(--colorInteraccion);
	color: var(--colorInteraccion);
	margin-left: auto;
	margin-right: 0px;
	display: block;
	width: 95px;
	text-align: center;
	cursor: pointer;
}

.btnmini:hover {
	background-color: var(--colorInteraccion);
	color: white;
}

@media(max-width:994px) {
	#menuLateral {
		width: 35px;
		overflow: hidden;
	}

	#menuLateral .menupt-txt {
		display: none;
	}

	#menuLateral:hover {
		width: 250px;
		overflow: auto;
	}

	#menuLateral .logo {
		width: 35px;
		transition: 0.5s;


	}

	#menuLateral:hover .logo {
		width: 250px;
	}
}

#barraSuperior {
	height: 60px;
	position: fixed;
	width: calc(100vw - 60px);
	z-index: 50;
	transition: .3s;
	filter: blur(0px);
	margin-left: 50px;
	justify-content: flex-end;
	top: 20px;
	right: 27px;
}

#barraSuperior #barraSuperior_inn {
	margin-left: auto !important;
	margin-right: auto;
	display: flex;
	width: 100vw;
	justify-content: flex-end;
	transition: .3s;
	max-width: 100%;
}

#barraSuperior.iskMenVista_3 #barraSuperior_inn {
	width: calc(100vw - 60px);
	width: 100vw;
	max-width: 1200px;
}

#menuMovil {
	display: none;

}

#menuMovil img {
	height: 40px;
	width: 40px;
}
#masivAltera{
	padding-top: 50px;
  text-align: right;
}
@media(max-width:763px) {
	#menuMovil {
		height: 40px;
		box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12);
		background-color: #2D323E;
		position: fixed;
		width: 100%;
		z-index: 40;
		text-align: right;
		padding: 0px;

	}

	#menuLateral {
		width: 100%;
		height: 100%;
	}
}

#barratitulos {
	height: auto;
	min-height: 80px;
	width: 100%;
	background: var(--colorFondo);
	overflow: hidden;
	padding: 20px;
	padding: 10px 35px 0px 35px;
	transition: 0.5s;
	margin-bottom: 20px;

}

#barratitulosfnd {
	width: 100%;
	overflow: hidden;
	padding-top: 20px;
}

#barratitulosfnd h1 {
	margin-bottom: 0.3em;
	/* display: inline; */
	align-items: center;
	min-height: 50px;
	max-height: 250px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

#barratitulosfnd h1>* {
	height: 20px;
	margin-right: 10px;
	margin-left: 20px;
}

#barratitulosfnd h1>*:first-child {
	margin: 0px;
	margin-right: 10px;
}

#barratitulosfnd h1>hitz {
	height: auto;
}

#barratitulosfnd h1>i {
	font-size: 30px;
	height: 30px;
}

#barratitulos .titulo {
	font-size: 60px;
	font-weight: bold;
	color: #FFFFFF;
	height: 150px;
	line-height: 50px;
	overflow: hidden;
}

#barratitulos .titulosb {
	font-size: 40px;
	font-weight: bold;
	color: #FFFFFF;
}

#contenido {
	position: relative;
	transition: 1s;
	margin-left: 50px;
	transition: .3s;
	height: 100vh;
	overflow: auto;
	overflow-x: hidden;
	filter: blur(0px);
	background-color: var(--colorFondo);
	margin-left: 50px;
	transition: .3s;
}

#contenido.menu2 {}

.mn-titu-lvl:hover {
	cursor: pointer;
}

.mn-titu-lvl1 .flechaAbajo {
	float: right;
	font-size: 12px;
}

.mn-titu-lvl2 .flechaAbajo {
	float: right;
	font-size: 8px;
}

.bloque {
	padding: 20px;
	background-clip: padding-box;
	margin: 10px 0px 20px 0px;
	background-color: var(--colorFondoClaro);
	border-radius: 5px;
}

.bloque.blqFormu {
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 20px;
}

.iskMenVista_3 .bloque.blqFormu {
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 10px;
}

.bloque .titulo {
	font-size: 25px;
	color: var(--izenbu-kolore);
	margin-bottom: 20px;
}

#menusup-cntsb {
	display: flex;
}

.iragar_bkimg {
	background-size: contain;
	background-position: right top;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	max-height: 150px;
	min-height: 80px;

	max-width: 100%;
	min-width: 250px;
}

#iragarPanta {
	display: none;
	position: fixed;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.6);
	height: 100vh;
	width: 100vw;
	justify-content: center;
	align-items: center;
}

#iragarPanta .iragarPanta_box {
	max-width: 80vw;
	max-height: calc(80vh + 20px);
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
}

#iragarPanta .iragarPanta_box .iragarBox {
	background-color: #FFF;
}

#iragarPanta .iragarPanta_box .iragar_bkimg {
	max-width: 80vw;
	max-height: 80vh;
}

.iragarPanta_box #iragaritxi {
	font-size: 10px;
	color: white;
	text-align: center;
	padding-top: 10px;
}

@media(max-width:763px) {
	#menuLateral {
		width: 100%;
		display: none;
	}

	#menuLateral:hover {
		width: 100%;
	}

	#menuLateral:active {
		width: 100%;
	}

	#menu-cnt {
		width: 100%;
	}

	#menu-cnt:hover {
		width: 100%;
	}

	#menu-cnt:active {
		width: 100%;
	}
}

#menusup-cntsb div {
	padding: 10px;
	padding-top: 9px;
	padding-left: 25px;
	padding-right: 25px;
	min-height: 41px;
	font-size: 18px;
	font-size: var(--h3);
	font-weight: bold;
	cursor: pointer;
	text-transform: capitalize;
	display: flex;
	align-items: end;
}

#menusup-cntsb div:hover {
	color: var(--colorInteraccion);
}

#menusup-cntsb div.selected {
	color: var(--colorPrincipal);
	border-bottom: 5px solid var(--colorPrincipal);
}

#menusuptbl-cntsb .colencab {
	color: black;
	font-size: 18px;
	height: 40px;
	padding-left: 0px;
	padding-top: 11px;
}

#menusup-versb {
	all: inherit;
	text-align: center;
	display: none;
	padding: 10px;
	cursor: pointer;
}

#menusup-sb {
	/* background-color: var(--colorFondoClaro); */
	height: 45px;
	min-height: 41px;
	max-height: 45px;
	border-bottom: 5px solid var(--bordeClaro);
	/* overflow: hidden; */
	display: flex;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 30px;
}

#menusup-sb .selected {
	color: var(--colorPrincipal);
	font-weight: bold;
}

@media(max-width:763px) {
	#menusup-versb {
		display: block;
		height: 40px;

	}

	#menusup-cntsb {
		display: none;
		text-align: center;
	}

	#menusup-cntsb div {
		float: none;

		background-color: var(--colorFondoClaro);
		border-bottom: 0px solid var(--colorFondoClaro);
		border-left: 10px solid var(--colorFondoClaro);

	}

	#menusup-sb {
		height: auto;
		border: 0px solid white;

	}

}

.blqCulto {
	display: none;
	padding-top: 10px;
}

.mostrado {
	display: block;
	padding: 5px;
	margin: 5px;
}

.cgris {
	color: grey;
}

.cnegro {
	color: black;
}

.camarillo {
	color: #FFCC00;
}

.cverde {
	color: #3BAF2A;
}

.crojo {
	color: #FF0000;
}

.cazul {
	color: #1E90FF;
}

.fgris {
	background-color: grey;
}

.fnegro {
	background-color: black;
}

.famarillo {
	background-color: #FFCC00;
}

.fverde {
	background-color: #3BAF2A;
}

.frojo {
	background-color: #FF0000;
}

.fazul {
	background-color: #1E90FF;
}

.barraFn {
	height: 5px;
	margin-top: 10px;
}

.barraFnRll {
	background-color: white;
	opacity: 0.5;
	height: 5px;
	width: 100%;
	float: right;
	transition: 1s;
}

.mnblqcnte {
	overflow: hidden;
}

#crgbarra {
	position: absolute;
	width: 100%;
	height: 5px;
}

#crgBrint {
	height: 100%;
	width: 1%;
	background-color: #2D323E;
	transition: 0.5s;
}

.tooltip>.tooltip-inner {
	background-color: #EEEEEE;
	color: #000000;
	border: 1px solid #CCCCCC;
	padding: 15px;
	font-size: 15px;
	border-bottom: 5px solid #CCCCCC;
}

.tooltip.bottom>.tooltip-arrow {
	border-bottom: 5px solid #CCCCCC;
}

/* Tooltip on top */
.tooltip.top>.tooltip-arrow {
	border-top: 5px solid #CCCCCC;
	;
}

/* Tooltip on bottom */
.tooltip.bottom>.tooltip-arrow {
	border-bottom: 5px solid #CCCCCC;
	;
}

/* Tooltip on left */
.tooltip.left>.tooltip-arrow {
	border-left: 5px solid #CCCCCC;
	;
}

/* Tooltip on right */
.tooltip.right>.tooltip-arrow {
	border-right: 5px solid #CCCCCC;
	;
}

#bilatuTaula {
	width: 2px;
	margin: 12px;
	transition: 0.5s;
	float: right;
	text-align: right;
	font-style: italic;
	background-color: #2D323E;
	color: white;
	cursor: pointer;
	border: 0px solid white;

	background-size: 25px 25px;
	background-repeat: no-repeat;
	background-position: center center;
	padding-right: 25px;
}

#bilatuTaula:focus {
	width: 60%;
	background-color: white;
	color: #333333;
	cursor: auto;

	background-position: center right;
	padding-right: 30px;
}

.coverchartbar {
	transition: 1s;
}

.DayCalen:hover {
	background-color: #85ba4b;
	color: white;
	cursor: pointer;
}

.saretazorua {
	height: 100%;
	width: 100%;
}

.saretamobil {
	height: 100%;
	width: 100%;
	font-weight: bold;
	font-size: 16px;
	color: white;
	text-align: center;
}

.saretazorua {
	height: 100%;
	width: 100%;
}

.saretamobil {
	height: 100%;
	width: 100%;
}

.mahiensareta {
	float: left;
	border: 1px dotted #DDDDDD;
}

.mahaikarratua {
	width: 100%;
	height: 100%;
	background-color: #993300;
}

.mahaiborobilla {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background-color: #993300;
}

.mahaizirkergora {
	width: 100%;
	height: 100%;
	background-color: #993300;
	border-radius: 100% 100% 0px 0px;
}

.mahaizirkerbehera {
	width: 100%;
	height: 100%;
	background-color: #993300;
	border-radius: 0px 100% 100% 0px;
}

.mahaizirkerdiezkerra {
	width: 100%;
	height: 100%;
	background-color: #993300;
	border-radius: 0px 100% 100% 0px;

}

.mahaizirkerdieskubia {
	width: 100%;
	height: 100%;
	background-color: #993300;
	border-radius: 100% 0px 0px 100%;
}

.mahaizirkerdiezkerra {
	width: 100%;
	height: 100%;
	background-color: #993300;
	border-radius: 0px 100% 100% 0px;

}

.mahaizirkerdieskubia {
	width: 100%;
	height: 100%;
	background-color: #993300;
	border-radius: 100% 0px 0px 100%;
}

.mahailaurgezke {
	width: 100%;
	height: 100%;
	background-color: #993300;
	border-radius: 0px 100% 0px 0px;
}

.mahailaurgesku {
	width: 100%;
	height: 100%;
	background-color: #993300;
	border-radius: 0px 0px 100% 0px;
}

.mahailaurbesku {
	width: 100%;
	height: 100%;
	background-color: #993300;
	border-radius: 0px 0px 0px 100%;
}

.mahailaurbezker {
	width: 100%;
	height: 100%;
	background-color: #993300;
	border-radius: 100% 0px 0px 0px;
}

.aulkiagora {
	width: 85% !important;
	height: 85% !important;
	background-color: #993300;
	border: 1px solid #771100;
	border-top: 5px solid #771100;
	border-radius: 0px 0px 5px 5px;
	margin: 5%;
	margin-left: auto;
	margin-right: auto;
}

.aulkiabehera {
	width: 85% !important;
	height: 85% !important;
	background-color: #993300;
	border: 1px solid #771100;
	border-bottom: 5px solid #771100;
	border-radius: 5px 5px 0px 0px;
	margin: 5%;
	margin-left: auto;
	margin-right: auto;
}

.aulkiaezker {
	width: 85% !important;
	height: 85% !important;
	background-color: #993300;
	border: 1px solid #771100;
	border-left: 5px solid #771100;
	border-radius: 0px 5px 5px 0px;
	margin: 5%;
	margin-left: auto;
	margin-right: auto;
}

.aulkiaeskub {
	width: 85% !important;
	height: 85% !important;
	background-color: #993300;
	border: 1px solid #771100;
	border-right: 5px solid #771100;
	border-radius: 5px 0px 0px 5px;
	margin: 5%;
	margin-left: auto;
	margin-right: auto;
}

.landarea {
	width: 75% !important;
	height: 75% !important;
	background-color: #009933;
	border: 10px dotted #007711;
	border-radius: 100%;
	margin: 5%;
	margin-left: auto;
	margin-right: auto;
}

.paretagoian {
	height: 100%;
	width: 100%;
	border-top: 5px solid black;
}

.paretabehean {
	height: 100%;
	width: 100%;
	border-bottom: 5px solid black;
}

.paretaezkerrean {
	height: 100%;
	width: 100%;
	border-left: 5px solid black;
}

.paretaeskubian {
	height: 100%;
	width: 100%;
	border-right: 5px solid black;
}

.lehioagoian {
	height: 100%;
	width: 100%;
	border-top: 3px solid #ccffff;
}

.lehioabehean {
	height: 100%;
	width: 100%;
	border-bottom: 3px solid #ccffff;
}

.lehioaezkerra {
	height: 100%;
	width: 100%;
	border-left: 3px solid #ccffff;
}

.lehioaeskubi {
	height: 100%;
	width: 100%;
	border-right: 3px solid #ccffff;
}

.ateagoian {
	height: 100%;
	width: 100%;
	border-top: 3px solid #993300;
}

.ateabehean {
	height: 100%;
	width: 100%;
	border-bottom: 3px solid #993300;
}

.ateaezkerrean {
	height: 100%;
	width: 100%;
	border-right: 3px solid #993300;
}

.ateaeskubian {
	height: 100%;
	width: 100%;
	border-top: 3px solid #993300;
}

.zorutxuria {
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
}

.zorubeltza {
	height: 100%;
	width: 100%;
	background-color: #000000;
}

.zorugrisa {
	height: 100%;
	width: 100%;
	background-color: #DDDDDD;
}

.zorumarroia {
	height: 100%;
	width: 100%;
	background-color: #ffcc66;
}

.zoruurdina {
	height: 100%;
	width: 100%;
	background-color: #66ccff;
}

.zoruberdea {
	height: 100%;
	width: 100%;
	background-color: #ccff99;
}

.zoruberdea {
	height: 100%;
	width: 100%;
	background-color: #ccff99;
}

.zoruhoria {
	height: 100%;
	width: 100%;
	background-color: #ffffcc;
}

.zorugorria {
	height: 100%;
	width: 100%;
	background-color: #ffcccc;
}

#ezartzekoznb {
	color: white;
	background-color: #2D323E;
	border-radius: 50%;
	padding: 5px;
	padding-top: 9px;
	font-size: 15px;
	font-weight: bold;
	height: 35px;
	width: 35px;
	text-align: center;
	overflow: hidden;
}

#mahaiakLehioa {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999;
	top: 0;
	display: none;
}

#mahaiakfondo {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #999999;
	opacity: 0.8;
}

#mahaiaklehioaitxi {
	float: right;
	padding: 20px;
	font-size: 35px;
	color: black;
	cursor: pointer;
}

.mahaiakkaxazentratu {
	position: absolute;
	width: 75%;
	height: 75%;
	background-color: #FFFFFF;
	border-radius: 10px;
	padding: 20px;
}

.gorputzReserCalendario {
	font-weight: bold;
	border-bottom: 4px solid white;
	color: #555555;
	overflow: hidden;
	height: 350px;
	background-color: #FFFFFF;
	width: 85%;
	margin-top: -47px;
	position: absolute;
}

.eguthotelburua {
	padding: 10px;
	border-bottom: 3px solid #95D254;
	height: 46px;
	position: fixed;
	width: 100%;
	background-color: #FFFFFF;
}

.gelaErreLista {
	border-bottom: 1px solid #CCCCCC;
	padding: 10px;
	cursor: pointer;
	transition: 0.5s;
	font-size: 12px;
	border-right: 3px solid #95D254;
}

.gelaErreLista span {
	font-size: 18px;
}

#gelalista {
	margin-top: 46px;
}

#erreserb {
	margin-top: 46px;
	overflow-y: auto;
}

#gelak {
	overflow: hidden;
}

#erreslength {
	overflow: hidden;
}

.toreservr {
	background-color: #FF8888;
}

.forotaldeblokea {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	margin-bottom: 20px;
}

.forotaldeorokorra {
	padding: 10px;
	color: white;
	background-color: #95D254;
	margin: 0px;
}

#foroengorputza {
	padding: 40px;
	padding-top: 70px;
}

.subforotituloa {
	font-weight: bold;
	color: #95D254;
	font-size: 18px;
}

.subforotaldeblokea {
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.subforotaldeblokea:hover {
	background-color: #F5F5F5;
	cursor: pointer;
}

.forotitulonagusia {
	font-size: 20px;
	font-weight: bold;
}

.forozentratu {
	text-align: center;
}

.foronagazkenargitara {
	color: #95D254;
	font-weight: bold;
}

.mzkerabil {
	height: 100%;
	border-right: 2px solid #95D254;
	background-color: #FFFFFF;
	overflow: auto;
	width: 20%;
	float: left;
	overflow-x: hidden;
}

#mezblkuikusi {
	width: 79%;
	margin-left: 20%;
	padding-top: 10px;
}

.mzkmezuak {
	height: 100%;
	height: 90%;
	overflow: auto;
}

#mezutaldeak {
	margin-top: 52px;
}

#mezubidali {
	height: 150px;
	max-height: 150px;
	min-height: 150px;
}

#mezuikusi {
	display: none;
	overflow: auto;
}

.msgErabilprofile {
	padding: 10px;
	height: 60px;
	transition: 1s;
	cursor: pointer;
	width: 130%;
}

.msgErabilimg {
	height: 38px;
	width: 38px;
	float: left;
	padding: 3px;
	font-size: 25px;
	text-align: center;
}

.msgErabilizena {
	margin-left: 45px;
	font-size: 20px;
	width: 80%;
	overflow: hidden;
	height: 40px;
	margin-top: 5px;
}

.separachat {
	border-top: 2px solid #95D254;
	width: 130%;
}

#msgbidali {
	width: 80px;
	background-color: #CCCCCC;
	padding: 15px;
	border-radius: 5px;
	text-align: center;
	color: white;
	font-size: 30px;
	display: none;
	float: right;
	height: 150px;
	padding-top: 60px;
}

.chatcloud {
	background-color: #F5F5F5;
	max-width: 60%;
	margin-bottom: 20px;
	border-radius: 5px;
	padding: 10px;
}

.chatenviado {
	margin-left: 40%;
	text-align: right;
}

@media(max-width:900px) {
	.chatcloud {
		max-width: 90%;
	}

	.chatenviado {
		margin-left: 10%;
	}
}

.chatenviado .msgdatosmsg {
	font-size: 10px;
	float: left;
}

.chatrecibido .msgdatosmsg {
	font-size: 10px;
	float: right;
}

.nogblhover:hover {
	cursor: pointer;
}

#msgtosend {
	height: 100px;
	max-height: 100px;
	min-height: 100%;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	border: 0px solid white;
}

.msgBildabox {
	border: 1px solid #CCC;
	background-color: #EEE;
	padding: 10px;
}

.btnchatsend {
	height: 60px;
	width: 60px;
	margin: auto;
	border-radius: 100%;
	font-size: 30px;
	background: rgba(83, 66, 137, 1);
	;
	text-align: center;
	padding: 10px;
	margin: auto;
	margin-top: 25px;
	color: white;
	cursor: pointer;
	transition: 0.5s;
}

.chattxtbox {
	margin-right: 100px;
}

.mezuinbox {
	border: 1px solid #cccccc;
	border-radius: 5px 5px 0px 0px;
	border-bottom: 0px solid white;
	padding: 10px;
	max-height: 450px;
	overflow-x: hidden;
}

.separaacccallab {
	float: left;
	width: 180px;
	height: 50px;
	overflow: hidden;
	padding: 15px;
	font-size: 12px;
}

#despantberandutzea {
	height: 50px;
	border: 1px solid #AAAAAA;
	padding: 10px;
	font-size: 25px;
	border-radius: 3px;
	text-align: right;
}

#esperaCover {
	background-color: #222222;
	opacity: 0.7;
	position: fixed;
	z-index: 8990;
	width: 100%;
	height: 100%;
	transition: 1s;
	display: none;
}

#pantaEspera {
	position: absolute;
	z-index: 8999;
	width: 400px;
	margin: auto;
	padding: 40px 40px 40px 40px;
	background-color: white;
	height: 125px;
	transition: 1s;
	overflow: hidden;
	border-top: 10px solid #7c989c;
	display: none;
}

#conectionchecked {
	color: white;
	margin-top: -10px;
	margin-left: 20px;
	margin-bottom: 15px;
}

#menucoverBi {
	background-color: #222222;
	opacity: 0.7;
	position: fixed;
	z-index: 1000;
	width: 100%;
	height: 100%;
	display: none;
	transition: 0.5s;
}

.menuoptBi {
	border-bottom: 1px solid #DDDDDD;
	padding: 15px;
	font-size: 20px;
	width: 450px;
	cursor: pointer;
}

#menunomenpr {
	font-size: 15px;
	font-style: italic;
	margin-left: 80px;
	height: 40px;
	margin-top: 40px;
	overflow: hidden;
	width: 175px;
}

.iragarkia {
	height: 100px;
	margin-top: -15px;
	background-size: auto 100%;
	background-position: center right;
	background-repeat: no-repeat;
}

.iragarkiaMobile {
	height: 40px;
	margin-top: -12px;
	background-size: auto 100%;
	background-position: bottom center;
	background-repeat: no-repeat;
}

.iragarkibox {
	width: 450px;
	height: 90px;
	margin: auto;
	margin-top: 25px;
	cursor: pointer;
	float: right;
	max-width: 100%;
	transition: 1s;
}

@media(max-width:940px) {
	.iragarkibox {
		width: 400px !important;
		height: 80px !important;
		float: none !important;
	}
}

@media(max-width:840px) {
	.iragarkibox {
		width: 350px !important;
		height: 70px !important;
		float: none !important;
	}
}

@media(max-width:740px) {
	.iragarkibox {
		position: fixed !important;
		bottom: 0 !important;
		z-index: 99 !important;
		width: 100% !important;
		right: 0px !important;
		height: 60px !important;
	}
}

#itxaronErlojua {
	font-size: 55px;
	text-align: center;
	padding: 40px;
	font-weight: bold;
	height: 150px;
	padding-top: 10px;
}

.itxaronIragarkia {
	width: 320px;
	height: 100px;
	background-position: center bottom;
	margin: auto;
	background-size: 100% auto;
}

.itxaronIragarkia .iragarkibox {
	width: 320px;
	height: 67px;
	float: none;
	margin: auto;
}

.btnmenu {
	transition: 1s;
	cursor: pointer;
	float: left;
	width: 33.3%;
}

.btnmenu:hover {
	color: #85ba4b;
}

#resultagentbusq {
	height: 100px;
	border: 1px solid #CCCCCC;
	padding: 10px;
}

#busqpordni .kalkutekla {
	font-size: 20px;
}

#btnmovil {
	font-size: 40px !important;
	text-align: right !important;
	padding: 10px !important;
	color: white !important;
	display: none !important;
	padding: 10px;
	width: 25px;
	float: right;
	margin-right: 30px;
}

#barraSuperior #spbtn {
	display: flex;
	padding-top: 21px;
	flex-wrap: wrap;
}

@media(max-width:750px) {
	#barraSuperior #btnmovil {
		display: flex !important;
		background-color: var(--colorInteraccion) !important;
		color: white;
		margin-right: 0px;
		width: 60px;
		height: 60px;
		border-radius: 100%;
		align-content: center;
		justify-content: center;
		margin-top: 25px;
		margin-bottom: 10px;
		cursor: pointer;
		display: none;
	}

	.noMenu {
		display: none !important;
	}

	.mzkerabil {
		width: 100%;
	}

	#mezblkuikusi {
		width: 100%;
		margin-left: 0%;
	}
}

.btnmovil {
	font-size: 25px;
	border-bottom: 1px solid #CCCCCC;

}

.btnmovil:hover {
	color: white;
	background-color: #85ba4b;
}

.pantinf_barracnt {
	background-color: #85ba4b;
	transition: 5s;
	height: 30px;
	width: 0px;
}

.msgwriter {
	margin-right: 100px;
}

.colxestados {
	height: 250px;
}

.colxestados:hover {
	overflow: auto;
}

.sellanglehio {
	padding: 5px;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
	border-bottom: 1px solid #CCCCCC;
}

.sellanglehio:hover {
	background-color: var(--colorInteraccion);
}

.eskalatu75 {
	-ms-zoom: 0.75;
	-moz-transform: scale(0.75);
	-moz-transform-origin: 0 0;
	-o-transform: scale(0.75);
	-o-transform-origin: 0 0;
	-webkit-transform: scale(0.75);
	-webkit-transform-origin: 0 0;
}

.eskalatu50 {
	-ms-zoom: 0.50;
	-moz-transform: scale(0.50);
	-moz-transform-origin: 0 0;
	-o-transform: scale(0.50);
	-o-transform-origin: 0 0;
	-webkit-transform: scale(0.50);
	-webkit-transform-origin: 0 0;
}

.eskalatu33 {
	-ms-zoom: 0.33;
	-moz-transform: scale(0.33);
	-moz-transform-origin: 0 0;
	-o-transform: scale(0.33);
	-o-transform-origin: 0 0;
	-webkit-transform: scale(0.33);
	-webkit-transform-origin: 0 0;
}

.eskalatu20 {
	-ms-zoom: 0.2;
	-moz-transform: scale(0.2);
	-moz-transform-origin: 0 0;
	-o-transform: scale(0.2);
	-o-transform-origin: 0 0;
	-webkit-transform: scale(0.2);
	-webkit-transform-origin: 0 0;
}

#menuAtala {
	height: 100vh;
	position: fixed;
	z-index: 500;
	overflow: hidden;
}

#menuAtalain {
	height: 100vh;
}

#menucover {
	background-color: rgba(255, 255, 255, 0);
	height: 100vh;
	width: calc(100vw - 250px);
	margin-left: 250px;
}

.parpaconf {
	color: #333250;
}

.parpadea {
	animation-name: parpadeo;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-name: parpadeo;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	background-color: "#FFFFFF";
}

.onhovred:hover {
	color: red;
	cursor: pointer;
}

#savingicon {
	position: fixed;
	bottom: 0px;
	left: 0px;
	padding: 10px;
	background-color: #383C48;
	text-align: center;
	height: 60px;
	width: 60px;
	font-size: 8px;
	z-index: 99;
	overflow: hidden;
	color: #333333;
	display: none;
	transition: 1s;
}

#savingicon i {
	font-size: 25px;
}

.input-group-addon:first-child {
	border-radius: 0px !important;
}

.taulanbilatubtn {
	border: 1px solid var(--borde);
	background-color: var(--colorFondoClaro);
	color: var(--colorTexto);
	height: 36px;
}

.ikninterf {
	font-size: 30px;
	margin-bottom: 15px;
	color: var(--colorTexto);
}

.btninttxu:hover .ikninterf {
	color: var(--colorFondo);
}

.marginboot {
	margin-left: 0px !important;
	margin-right: 0px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

#menusuptbl-cntsb {
	height: 35px;
	font-size: 18px;
	color: var(--colorTexto);
	;
	overflow: hidden;
}

.submenuErrMovil {
	margin-left: 35px;
	margin-right: 35px;
	background-color: var(--colorFondoClaro);
	;
	padding: 10px;
	cursor: pointer;
	border: 1px solid var(--borde);
	border-top: 0px solid var(--colorFondoClaro);
	;
}

#menufrmmovil {
	display: none;
}

.taskctabs {
	position: relative;
	height: 21px;
	font-size: var(--p-2);
	text-align: right;
	display: flex;
	align-items: center;
}

.hilabFlexbot {
	display: flex;
	margin-bottom: -5px;
	margin-right: -5px;
	margin-left: -5px;
	padding: 0px 5px;
	border-top: 1px solid var(--borde);
	background: var(--colorFondo);
}

#cnt-tabla-cnt {
	background-color: var(--colorFondoClaro);
	margin-left: 35px;
	margin-right: 35px;
	overflow: hidden;
	box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
}

.sellatmen {
	border-right: 5px solid var(--colorFondoClaro);
	;
	;
}

.mn-blq-lvl2 .sellatmen {
	border-right: 5px solid var(--borde);
}

#menustetsbIcon {
	float: right;
	width: 20px;
	height: 20px;
	font-size: 20px;
	font-size: 18px;
	margin-top: -34px;
	margin-right: 9px;
}

#scrumbread {
	color: var(--colorTexto);
	font-size: 13px;
	height: auto;
}

#cont-prin {
	height: 100vh;
	color: var(--colorTexto);
	transition: .3s;
	width: 100%;
}

#scrumbread i {
	color: var(--colorPrincipal);
	margin-left: 5px;
	margin-right: 5px;
}

.separaLaburpen {
	color: var(--borde);
}

.avatarIcon {
	float: left;
	width: 28px;
	height: 28px;
	padding: 2.5px;
	border: 2px solid #333;
	border-radius: 100%;
	text-align: center;
	margin-right: 4px;
	background: rgb(200, 200, 200.8);
	font-size: 16px;
	color: white;
}

#pdfdoksalk div {
	box-sizing: content-box !important;
	overflow: hidden;
}

.input-group input[type="color"] {
	height: 28px;
}

.elipsis_1 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.elipsis_2 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.elipsis_3 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.elipsis_4 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.elipsis_5 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.menutpIkon {
	font-size: 19px;
	margin-left: 10px;
	margin-right: 10px;
	transition: 0.3s;
	cursor: pointer;
	position: relative;
	color: var(--colorTexto);
	opacity: .8;
}

.menutpIkon:hover {
	color: var(--colorInteraccion);
	opacity: 1;
}

.dts_loading {
	font-size: 75px;
	color: var(--colorSecundario);
	margin-bottom: 50px;
	padding-top: 50px;
	margin-top: 50px;
}

.ezdagorecds p {
	margin-bottom: 20px;
}

.ezdagorecds {
	text-align: center;
	max-width: 90vw;
	width: 450px;
	margin: auto;
	margin-top: 100px;
	margin-bottom: 150px;
}

.ezdagorecds .api_cargaSynDts_barra {
	max-width: 100%;
}

.ezdagorecds div>i {
	color: var(--colorPrincipal)
}

#cnt-tabla .ezdagorecds h3,
.ezdagorecds h3 {
	color: var(--colorTexto) !important;
}

.blqkclasgoi {
	width: 250px;
	padding: 0px 10px 0px 10px;
	height: 45px;
}

.blqkclasgoi.frm_input_group select {
	margin-bottom: 0px;
	;
}

.slectag19 {
	padding: 3px;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	font-size: 12px;
	display: inline-block;
	max-height: 32px;
	overflow: hidden;
	font-size: 11px;
	padding-left: 15px !important;
}

.slectag19::after {
	content: '';
	background-color: var(--colorFondo);
	height: calc(100% + 6px);
	width: calc(100% + 6px);
	position: absolute;
	opacity: .15;
	top: 0px;
	left: 0px;
}

.slectag19.sltag19_gris {
	border: 1px solid transparent;
	color: var(--colorTextoClaro);
}

.slectag19.sltag19_normal {

	color: var(--colorSecundario);
}

.slectag19.sltag19_secuncol {

	color: var(--colorSecundario);
}

.slectag19.sltag19_secuncol::before {
	background-color: var(--colorSecundario);
	content: "";
	width: 10px;
	display: inline-block;
	height: 10px;
	margin-right: 3px;

	border-radius: 100%;
	position: absolute;
	left: 3px;
}

.slectag19.sltag19_secuncol::after {
	background-color: var(--colorSecundario);
}

.slectag19.sltag19_secuncol_b {

	color: var(--colorPrincipal);
}

.slectag19.sltag19_secuncol_b>.fnd19 {
	background-color: var(--colorPrincipal);
	height: 100%;
	width: 100%;
	position: absolute;

}

.slectag19.sltag19_secuncol_b::after {
	display: none;
}

.slectag19.sltag19_roj {

	color: var(--colorError);
}

.slectag19.sltag19_roj::after {
	background-color: var(--colorError);
}

.slectag19.sltag19_gris {

	color: var(--colorFondo);
}

.slectag19.sltag19_gris::after {
	display: none;
}

.slectag19.sltag19_gris::before {
	background-color: var(--colorFondo);
	content: "";
	width: 10px;
	display: inline-block;
	height: 10px;
	margin-right: 3px;

	border-radius: 100%;
	position: absolute;
	left: 3px;
}

.slectag19.sltag19_naran {

	color: rgba(227, 106, 25);
}

.slectag19.sltag19_naran::after {
	background-color: rgba(227, 106, 25);
}

.slectag19.sltag19_naran::before {
	background-color: rgba(227, 106, 25);
	content: "";
	width: 10px;
	display: inline-block;
	height: 10px;
	margin-right: 3px;

	border-radius: 100%;
	position: absolute;
	left: 3px;
}

.slectag19.sltag19_amari {

	color: #BB8800;
}

.slectag19.sltag19_amari::after {
	background-color: var(--colorWarning);
}

.slectag19.sltag19_amari::before {
	background-color: #BB8800;
	content: "";
	width: 10px;
	display: inline-block;
	height: 10px;
	margin-right: 3px;

	border-radius: 100%;
	position: absolute;
	left: 3px;
}

.slectag19.sltag19_pista {

	color: var(--colorSucess);
}

.slectag19.sltag19_pista::after {
	background-color: rgba(189, 235, 52);
}

.slectag19.sltag19_verde {


	color: var(--colorSucess);
}

.slectag19.sltag19_pista::before {
	background-color: var(--colorSucess);
	content: "";
	width: 10px;
	display: inline-block;
	height: 10px;
	margin-right: 3px;

	border-radius: 100%;
	position: absolute;
	left: 3px;
}

.slectag19.sltag19_verde::after {
	background-color: var(--colorSucess);
}

.slectag19.sltag19_verde::before {
	background-color: var(--colorSucess);
	content: "";
	width: 10px;
	display: inline-block;
	height: 10px;
	margin-right: 3px;

	border-radius: 100%;
	position: absolute;
	left: 3px;
}

.slectag19.sltag19_roj::before {
	background-color: var(--colorError);
	content: "";
	width: 10px;
	display: inline-block;
	height: 10px;
	margin-right: 3px;

	border-radius: 100%;
	position: absolute;
	left: 3px;
}

.slectag19.sltag19_naran::before {
	background-color: rgba(227, 106, 25);
	content: "";
	width: 10px;
	display: inline-block;
	height: 10px;
	margin-right: 3px;

	border-radius: 100%;
	position: absolute;
	left: 3px;
}


.slectag19.sltag19_amari::before {
	background-color: var(--colorWarning);
	content: "";
	width: 10px;
	display: inline-block;
	height: 10px;
	margin-right: 3px;

	border-radius: 100%;
	position: absolute;
	left: 3px;
}


.slectag19.sltag19_pista::before {
	background-color: rgba(189, 235, 52);
	content: "";
	width: 10px;
	display: inline-block;
	height: 10px;
	margin-right: 3px;

	border-radius: 100%;
	position: absolute;
	left: 3px;
}

.slectag19.sltag19_verde::before {
	background-color: var(--colorSucess);
	content: "";
	width: 10px;
	display: inline-block;
	height: 10px;
	margin-right: 3px;

	border-radius: 100%;
	position: absolute;
	left: 3px;
}

.slectag19.sltag19_azul {

	color: var(--colorInfo);
}

.slectag19.sltag19_azul::before {
	background-color: var(--colorInfo);
	content: "";
	width: 10px;
	display: inline-block;
	height: 10px;
	margin-right: 3px;

	border-radius: 100%;
	position: absolute;
	left: 3px;
}

.slectag19.sltag19_azul::after {
	background-color: var(--colorInfo);
}

.slectag19.sltag19_0::after {
	opacity: 0;
}

.slectag19.sltag19_10::after {
	opacity: .03;
}

.slectag19.sltag19_20::after {
	opacity: .06;
}

.slectag19.sltag19_30::after {
	opacity: .09;
}

.slectag19.sltag19_40::after {
	opacity: .12;
}

.slectag19.sltag19_50::after {
	opacity: .15;
}

.slectag19.sltag19_60::after {
	opacity: .18;
}

.slectag19.sltag19_70::after {
	opacity: .21;
}

.slectag19.sltag19_80::after {
	opacity: .24;
}

.slectag19.sltag19_90::after {
	opacity: .27;
}

.slectag19.sltag19_100::after {
	opacity: .3;
}

.slectag19.sltag19_selc.sltag19s_0 {

	color: #c70039;
}

.slectag19.sltag19_selc.sltag19s_0::after {
	background-color: #c70039;
}


.slectag19.sltag19_selc.sltag19s_1 {

	color: #ff5733;
}

.slectag19.sltag19_selc.sltag19s_1::after {
	background-color: #ff5733;
}

.slectag19.sltag19_selc.sltag19s_2 {

	color: #ff8d1a;
}

.slectag19.sltag19_selc.sltag19s_2::after {
	background-color: #ff8d1a;
}

.slectag19.sltag19_selc.sltag19s_3 {

	color: #ffc300;
}

.slectag19.sltag19_selc.sltag19s_3::after {
	background-color: #ffc300;
}

.slectag19.sltag19_selc.sltag19s_4 {

	color: #eddd53;
}

.slectag19.sltag19_selc.sltag19s_4::after {
	background-color: #eddd53;
}

.slectag19.sltag19_selc.sltag19s_5 {

	color: #add45c;
}

.slectag19.sltag19_selc.sltag19s_5::after {
	background-color: #add45c;
}

.slectag19.sltag19_selc.sltag19s_6 {

	color: #57c785;
}

.slectag19.sltag19_selc.sltag19s_6::after {
	background-color: #57c785;
}

.slectag19.sltag19_selc.sltag19s_7 {

	color: #00baad;
}

.slectag19.sltag19_selc.sltag19s_7::after {
	background-color: #00baad;
}

.slectag19.sltag19_selc.sltag19s_8 {

	color: #00baad;
}

.slectag19.sltag19_selc.sltag19s_8::after {
	background-color: #00baad;
}

.slectag19.sltag19_selc.sltag19s_9 {

	color: #2a7b9b;
}

.slectag19.sltag19_selc.sltag19s_9::after {
	background-color: #2a7b9b;
}

.slectag19.sltag19_selc.sltag19s_10 {

	color: #3d3d6b;
}

.slectag19.sltag19_selc.sltag19s_10::after {
	background-color: #3d3d6b;
}

.slectag19.sltag19_selc.sltag19s_11 {

	color: #511849;
}

.slectag19.sltag19_selc.sltag19s_11::after {
	background-color: #511849;
}

.slectag19.sltag19_selc.sltag19s_12 {

	color: #900c3f;
}

.slectag19.sltag19_selc.sltag19s_12::after {
	background-color: #900c3f;
}


.slectag19.sltag19_selc.sltag19s_0::before {
	background-color: #c70039;
	content: "";
	width: 10px;
	display: inline-block;
	height: 10px;
	margin-right: 3px;

	border-radius: 100%;
	position: absolute;
	left: 3px;
}

.slectag19.sltag19_selc.sltag19s_1::before {
	background-color: #ff5733;
	content: "";
	width: 10px;
	display: inline-block;
	height: 10px;
	margin-right: 3px;

	border-radius: 100%;
	position: absolute;
	left: 3px;
}

.slectag19.sltag19_selc.sltag19s_2::before {
	background-color: #ff8d1a;
	content: "";
	width: 10px;
	display: inline-block;
	height: 10px;
	margin-right: 3px;

	border-radius: 100%;
	position: absolute;
	left: 3px;
}

.slectag19.sltag19_selc.sltag19s_3::before {
	background-color: #ffc300;
	content: "";
	width: 10px;
	display: inline-block;
	height: 10px;
	margin-right: 3px;

	border-radius: 100%;
	position: absolute;
	left: 3px;
}

.slectag19.sltag19_selc.sltag19s_4::before {
	background-color: #eddd53;
	content: "";
	width: 10px;
	display: inline-block;
	height: 10px;
	margin-right: 3px;

	border-radius: 100%;
	position: absolute;
	left: 3px;
}

.slectag19.sltag19_selc.sltag19s_5::before {
	background-color: #add45c;
	content: "";
	width: 10px;
	display: inline-block;
	height: 10px;
	margin-right: 3px;

	border-radius: 100%;
	position: absolute;
	left: 3px;
}

.slectag19.sltag19_selc.sltag19s_6::before {
	background-color: #57c785;
	content: "";
	width: 10px;
	display: inline-block;
	height: 10px;
	margin-right: 3px;

	border-radius: 100%;
	position: absolute;
	left: 3px;
}

.slectag19.sltag19_selc.sltag19s_7::before {
	background-color: #00baad;
	content: "";
	width: 10px;
	display: inline-block;
	height: 10px;
	margin-right: 3px;

	border-radius: 100%;
	position: absolute;
	left: 3px;
}

.slectag19.sltag19_selc.sltag19s_8::before {
	background-color: #00baad;
	content: "";
	width: 10px;
	display: inline-block;
	height: 10px;
	margin-right: 3px;

	border-radius: 100%;
	position: absolute;
	left: 3px;
}

.slectag19.sltag19_selc.sltag19s_9::before {
	background-color: #2a7b9b;
	content: "";
	width: 10px;
	display: inline-block;
	height: 10px;
	margin-right: 3px;

	border-radius: 100%;
	position: absolute;
	left: 3px;
}

.slectag19.sltag19_selc.sltag19s_10::before {
	background-color: #3d3d6b;
	content: "";
	width: 10px;
	display: inline-block;
	height: 10px;
	margin-right: 3px;

	border-radius: 100%;
	position: absolute;
	left: 3px;
}

.slectag19.sltag19_selc.sltag19s_11::before {
	background-color: #511849;
	content: "";
	width: 10px;
	display: inline-block;
	height: 10px;
	margin-right: 3px;

	border-radius: 100%;
	position: absolute;
	left: 3px;
}

.slectag19.sltag19_selc.sltag19s_12::before {
	background-color: #900c3f;
	content: "";
	width: 10px;
	display: inline-block;
	height: 10px;
	margin-right: 3px;

	border-radius: 100%;
	position: absolute;
	left: 3px;
}




#bilaGoibu .bilakGoibuInput {
	width: calc(100% - 130px)
}

#bilaGoibu .bilakGoibuInputBtn {
	width: 130px;
}

#bilaGoibu #botonBusqueda.boton.secundario {
	margin: 0px;
}

.filtrosLaterales {
	padding-left: 30px;
	padding-top: 20px;
}

.filtrosLaterales input,
.filtrosLaterales select {
	margin-bottom: 0px;
}

.filtrosLaterales .boton {
	margin-top: 0px;
}

.bloqueFiltros_filtros {
	width: 300px;
}

.bloqueFiltros_contenido {
	width: calc(100% - 300px);
}

@media(max-width:850px) {
	#bilaGoibu .bilakGoibuInput {
		width: 100%
	}

	#bilaGoibu .bilakGoibuInputBtn {
		width: 10%;
	}

	#bilaGoibu #botonBusqueda.boton.secundario {
		margin-left: auto;
		margin-right: 0px;
	}
}

@media(max-width:800px) {
	.bloqueFiltros_filtros {
		width: 100%;
	}

	.bloqueFiltros_contenido {
		width: 100%;
	}

	.filtrosLaterales {

		padding: 10px;
		padding-bottom: 20px;
		background-clip: padding-box;
		margin: 10px 0px 20px 0px;

		background-color: var(--colorFondoClaro);
		border: 1px solid var(--bordeClaro);
		border-radius: 10px;
		margin-left: 20px;
		margin-top: 10px;

		margin-right: 20px;
	}
}

@media(max-width:650px) {

	#barraSuperior.showBarraSupr {
		display: none
	}

	#menuEnMobile #rightInMobile .btn_pri_0 {
		margin-top: 0px;
		padding: 0px;
		height: 35px;
	}

	#menuEnMobile>div {
		padding-top: 6px;
	}

	#menuEnMobile #rightInMobile .btn_pri_0 span {
		font-size: var(--p-2);
		margin-left: 5px;
	}

	#menuEnMobile #rightInMobile .boton {
		margin-top: 0px;
		padding: 0px;
		height: 35px;
	}

	#barraSuperior {
		flex-direction: column-reverse;
		height: auto;
		display: none
	}

	#barraSuperior .alinder {
		flex-direction: row;
		height: auto;
	}

	#barraSuperior #spbtn {
		flex-direction: row;
	}

	#barraSuperior {
		display: none;
	}

	#barraSuperior #mentop .boton i,
	#barraSuperior #spbtn .boton i {
		margin: 0px;
	}

	.alinizq {
		height: auto !important;
	}

	#barraSuperior .boton,
	#barraSuperior .menutpIkon {
		margin: auto;
		margin-top: 10px !important;
		width: auto;
	}

	#barraSuperior #spbtn {
		margin-left: 0px;
		margin-top: 0px;
		padding-top: 0px;
	}

	#barraSuperior .menutpIkon {
		padding: 7.5px;
		background-color: #FFF;
		border: 1px solid var(--borde);
		border-radius: 100%;
		font-size: 20px;
		display: flex;
		align-content: center;
		justify-content: center;
		width: 40px;
		margin-right: 10px;
	}

	#barraSuperior .boton.terciario {
		padding: 7.5px;
		background-color: #FFF;
		border: 1px solid var(--colorInteraccion);
		border-radius: 100%;
		font-size: 20px;
		display: flex;
		align-content: center;
		justify-content: center;
		width: 40px;
		padding: 19px;
		height: 30px;
	}

	#barraSuperior #mentop {
		width: 57px;
		height: auto;
	}

	#barraSuperior {
		height: auto !important;
	}

	#contenido {
		margin-left: 0px;
		padding-top: 0px;
		top: 40px;
		box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0);
	}
}

@media(max-width:650px) {
	#barratitulos {
		height: auto;
		color: var(--colorSecundario);
		padding: 10px 10px 0px 10px;
	}

	.bloque.blqFormu {
		padding: 20px 5px 20px 5px;
	}

	.bloque.blqFormu {
		margin-left: 10px;
		margin-right: 10px;
		padding-bottom: 40px;
	}

	.deskribAukeFrm {
		display: inline;
		overflow: hidden;
	}

	#scrumbread {
		height: auto;
	}

	#app-nagusia {
		height: 100vh;
	}

}

#txtOpinionOnboard {
	border: 1px solid var(--borde);
	width: 100%;
	height: 250px;
}


#zendhaSplashPowered {
	color: white !important;
	font-size: 12px;
}

.menutpIkon .ntf {
	position: absolute;
	top: -3px;
	right: -3px;
	background-color: var(--colorInteraccion);
	font-size: 12px;
	width: 15px;
	text-align: center;
	height: 15px;
	padding-top: 1.5px;
	border-radius: 100%;
}

.tarPendi {
	width: 250px;
	height: 150px;
	margin-right: 20px;
	background: rgb(229, 0, 102);
	background: -moz-linear-gradient(140deg, rgba(229, 0, 102, 1) 0%, rgba(161, 0, 61, 1) 100%);
	background: -webkit-linear-gradient(140deg, rgba(229, 0, 102, 1) 0%, rgba(161, 0, 61, 1) 100%);
	background: linear-gradient(140deg, rgba(229, 0, 102, 1) 0%, rgba(161, 0, 61, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e50066", endColorstr="#a1003d", GradientType=1);
	color: white;
	border-radius: 10px;
}

.nxtSteps_home {

	height: 200px;
	width: 100%;
	overflow: hidden;
	overflow-y: hidden;
	margin-left: 15px;
	margin-top: 30px;
	margin-bottom: 30px;

}

.nxtSteps_home_tit {
	margin-left: 30px;
	margin-bottom: 20px;
}

.nxtSteps_home:hover {
	overflow-x: auto;
}

@media(max-width:1080px) {
	.nxtSteps_home {
		overflow-x: auto;
	}
}

.positHelbuk {
	position: relative;
}

.positHelbuk {
	position: relative;
	min-height: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}

#helburuChart {
	margin-top: 30px;
}

.positHelbuk_dts {
	text-align: center;
}

.percnt {
	font-size: var(--h2);
	color: var(--colorSecundario);
}

.percnt_alc {
	font-size: var(--p-2);
	color: var(--colorTextoClaro);
}

.zebakname {
	margin-bottom: 15px;
}

.positHelbuk_chart {
	position: absolute;
}

#api_cargaSynDts_barra {
	max-width: 450px;
	width: 70vw;
	height: 20px;
	border: 1px solid var(--borde);
	margin-top: 5px;
	overflow: hidden;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 10px;
	position: relative;
	border-radius: 10px;
	max-width: 100%;
}

#api_cargaSynDts_barra>#api_cargaSynDts_barra_int {
	height: 20px;
	transition: .5s;
	transition-delay: 0s;
	background-color: var(--colorInteraccion);
	border-radius: 10px;
	width: 0%;
}

#api_cargaSynDts_barra>#api_cargaSynDts_barra_prc {
	width: 100%;
	text-align: center;
	position: absolute;
	font-size: 12px;
	margin-top: 3px;
}

.posDotsTbl {
	position: absolute;
	display: flex;
	right: 20px;
}

.barraDotFinanzas {
	position: absolute;
	display: flex;
	right: 20px;
}

.tblDots {
	border-radius: 100%;
	height: 10px;
	width: 10px;
	margin-right: 5px;
	position: relative;
}

.etikekol {
	position: absolute;
	right: 2px;
	padding: 3px;
	font-size: 10px;
	border-radius: 3px;
	top: 2px;
	z-index: 600;
	display: none
}

.tblDots:hover .etikekol {
	display: block;
}

.tblDots .etikekol.alwayshow {
	display: block;
	top: -6px;
	right: -19px;
}

.tblFIlaMain {
	position: relative;
}

.polizaRec {
	display: flex;
	padding: 7px;
	background-color: var(--colorFondo);
	margin-bottom: 20px;
	border-radius: 10px;
}

.blqBoxPoliza {
	padding: 3px;
	border-radius: 7.5px;
	border: 1px solid var(--borde);
	background-color: var(--colorFondoClaro);
	margin-right: 5px;
	min-width: 70px;
}

#blqBoxPoliza_con {
	display: flex;
	margin-right: 5px;
	position: relative;
	overflow: hidden;
	cursor: pointer;

}

.polizaSimbol {
	font-size: 25px;
}

.poliz_ikonres {
	padding-top: 5px;
	padding-right: 5px;
}

.blqBoxPoliza_con_edit {
	position: absolute;
	background-color: rgb(255, 255, 255, 0.5);
	width: 100%;
	height: 100%;
	top: 0px;
	width: 100%;
	padding: 3px;
	display: none;
	left: 5px;
	border: 1px solid var(--borde);
	border-radius: 5px;
	overflow: hidden;
	color: var(--colorInteraccion);
}

#blqBoxPoliza_con:hover .blqBoxPoliza_con_edit {
	display: block;
}

.menutpIkon_helplab {
	display: none;
	position: absolute;
}

.menutpIkon_helplab_in {
	background-color: rgba(255, 255, 255, 0.5);
	/* display: none; */
	position: relative;
	font-size: 12px;
	min-width: 120px;
	border-radius: 5px;
	border: 1px solid var(--borde);
	top: 5px;
	padding: 3px;
	left: -9px;
}

.menutpIkon:hover .menutpIkon_helplab {
	display: block;
}

.task_Tutorial .menu_opt_lvl2_icn,
.task_Tutorial .menu_opt_lvl2_tit {
	color: #e50066 !important;
}

.task_importante .menu_opt_lvl2_icn,
.task_importante .menu_opt_lvl2_tit {
	color: var(--colorError) !important;
}

.task_recoom .menu_opt_lvl2_icn,
.task_recoom .menu_opt_lvl2_tit {
	color: var(--colorWarningOscuro) !important;
}

.task_suger .menu_opt_lvl2_icn,
.task_suger .menu_opt_lvl2_tit {
	color: var(--colorInfoOscuro) !important;
}

.task_monitor .menu_opt_lvl2_icn,
.task_monitor .menu_opt_lvl2_tit {
	color: var(--colorSucessOscuro) !important;

}

.row.datosSub {
	font-size: var(--p-2);
	color: var(--colorTextoClaro) !important;
	margin-top: 5px;
}

#pdf_content_list_inner_contenido>.row>div {
	width: 100%;
}

#pdf_content_list_inner_contenido>.row .fullOnPdf {
	width: 95% !important;
	margin: auto;
}

#pdf_content_list_inner_contenido .imgGoiFrm .FormuGoiburu {
	display: none
}

#bilak38_app_vst_bilakOrokor {
	margin: auto;
	font-size: 1.35em;
	height: 35px !important;
}

#icn_app_vst_bilakOrokor {
	height: 45px;
	font-size: 26px;
}

#icnSHowMoreapp_vst_bilakOrokor {
	height: 45px;
}

#blq_app_vst_bilakOrokor {
	padding-right: 0px;
	margin: 0px;
}

#bilak_strukapp_vst_bilakOrokor {
	z-index: 999;
	position: relative;
	padding: 0px;
	border: 0px solid transparent;
	border-top: 1px solid var(--borde);
	top: 5px;
	width: calc(100% - 63px);
	left: 34px;
	overflow: auto;
	z-index: 600;
}

.ficha_err38 label {
	display: block;
	margin-top: 19px;
	color: var(--colorTextoClaro);
}

.filaTabla {
	border-bottom: 1px solid var(--borde);
	background-color: var(--colorFondoClaro);
	padding: 5px;
	cursor: pointer;
	min-height: 20px;
}

.Formutaula .filaTabla {
	border-left: 0px solid transparent;
	border-right: 0px solid transparent;
	background: var(--colorFondo)
}

.filaTabla:nth-child(odd) {
	background: var(--colorFondoClaro)
}

.filaTabla .row .row>div {
	padding-bottom: 3px;
}

.filaTabla:hover {
	color: var(--colorInteraccion);
	background-color: var(--colorFondoOscuro);
}

#tiempo_espera {
	text-align: center;
}

#tiempo_espera i {
	color: var(--colorInteraccion)
}

#tosEnHone {
	font-size: 12px;
}

#tosEnHone p {
	font-size: 12px;
}

#tosEnHone span {
	font-weight: inherit;
}

.frm_input_group .filatblformu {
	border-bottom: 1px solid var(--borde);
	padding: 5px 10px 5px 10px;
}

.row.filatblformu .conSub40 {
	width: calc(100% - 10px);
	overflow: hidden;
}

#menu_path {
	text-transform: capitalize;
}

.circLang_con {
	position: relative;
}

.circLang {
	height: 20px;
	width: 20px;
	border: 1px solid var(--borde);
	border-radius: 100%;
	padding: 2px;
	text-align: center;
	font-size: 9px;
	padding-top: 4px;
	margin-top: -5px;
}

.circLang_lang {
	display: none;
	position: absolute;
	top: 28px;
	font-size: 10px;
	padding: 3px;
	background: var(--colorFondoClaro);
	border-radius: 5px;
	z-index: 99;
	min-width: 100px;
	text-align: left;
	padding-top: 6px;
}

.circLang_con:hover .circLang_lang {
	display: block;
	z-index: 99;
}

.langitblRow {
	display: flex;
	height: 20px;
}

.circLang_con {
	position: relative;
	height: 20px;
	width: 20px;
	margin-left: -5px;
	border: 1px solid var(--borde);
	border-radius: 100%;
	padding-top: 3px;
	text-align: center;
	font-size: 8px;
	background-color: var(--colorFondoClaro);
}

.menutpIkon_helplab_in i {
	margin-right: 5px;
}

.ConteSubTitu {
	width: calc(40vw - 93px);
	color: var(--colorPrincipal);
	font-size: var(--h2);
	font-family: 'Titulos1';
	padding-top: 5px;
	height: 70px;
}
.ConteSubTitu hitz {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.barsup_botonera {
	width: 50vw;
	justify-content: flex-end;
	display: flex;
}

#barraSuperior.showBarraSupr .ConteSubTitu {
	opacity: 0;
}

#barraSuperior.showBarraSupr.showBarraPrinted {
	background-color: var(--colorFondoClaro);
	height: 40px;
	top: 0px;
	padding-top: 10px;
	width: calc(100vw - 54px);
	left: -14px;
}

#barraSuperior.showBarraSupr.showBarraPrinted .ConteSubTitu {
	opacity: 1;
}

#barraSuperior.showBarraSupr.showBarraPrinted #spbtn {
	padding-top: 0px;
}

#barraSuperior.showBarraSupr.showBarraPrinted .alinder .boton {
	margin-top: -42px;
	margin-right: 59px;
}
.iskMenVista_3#barraSuperior #mentop.alinder .boton {	
	margin-right: 59px;
}
#barraSuperior.showBarraSupr #barraSuperior_subInn_headers {
	display: none;
}

#barraSuperior.showBarraSupr.showBarraPrinted #barraSuperior_subInn_headers {
	width: calc(100vw - 29px);
	overflow: hidden;
	margin-top: -40px;
	margin-left: -25px;
	background-color: var(--colorFondoClaro);
	display: block;
	padding-left: 27px;
	padding-right: 27px;
	padding-top: 20px;
	border-bottom: 1px solid var(--borde);
}

#barraSuperior.showBarraSupr.showBarraPrinted #barraSuperior_subInn_headers #menusuptbl-cntsb {
	height: auto;
	padding-left: 39px;
	padding-right: 39px;
}

#barraSuperior.showBarraSupr.showBarraPrinted #barraSuperior_subInn_headers #menusuptbl-cntsb .colencab {
	padding: 3px;
	height: auto;
	font-size: var(--p-2);
}

.conte_bilak_bex i {
	transition: .3s;
}




.conte_bilak_bex {
	width: 19px;
	transition: .3s;
	margin-top: 0px;
	overflow: hidden;
}

.conte_bilak_bex_int {
	width: 634px;
	display: flex;
	transition: .3s;

}

.conte_bilak_bex.hov_activ {
	width: 355px;

	height: 32px;
	margin-top: -7px;
	display: inline-block;
	display: flex;
	flex-wrap: wrap;

}

#bilakForm {
	padding: 7px;
	width: 244px;
}
.iskMenVista_3  .barsup_botonera{
	height: 32px;
}
#barraSuperior_inn .menutpIkon {
	width: auto;
	height:25px;

}
#barraSuperior #mentop.alinder #btn_pri_0.boton{
	margin-bottom: 0px;;
}
#barraSuperior_inn .menutpIkon .menutpIkon.hideIkonNav {
	width: 0px;
	display: none;
}

#barraSuperior .alinizq #spbtn .boton#botonBusqueda {
	padding: 3px !important;
	height: 31px;
	margin-top: 1px;
	margin-left: 6px;
}

#barraSuperior_inn .menutpIkon.hideIkonNav {
	width: 0px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}

#barraSuperior_inn .menutpIkon#btn_bilakIKon {
	width: auto;
	overflow: inherit;
}

.hov_activ .conte_bilak_bex_int {
	width: 248px;
	display: flex;

}

.conte_bilak_bex.hov_activ .conte_bilak_bex_int {
	background-color: var(--colorFondoClaro);
	border: 1px solid var(--borde);
	padding: 0px;
}

#barraSuperior .alinizq #spbtn .boton#botonBusqueda {
	display: none;
}

#barraSuperior .alinizq #spbtn .conte_bilak_bex.hov_activ .boton#botonBusqueda {
	display: block;
	padding-top: 7px !important;
	width: 100px;
}

.conte_bilak_bex.hov_activ .conte_bilak_bex_int i {
	margin: 6px;
}

#bilakForm {
	padding: 4px;
	width: 186px;
	margin-top: 0px;
}

#menusup-cntsb div {
	padding: 10px;
	padding-top: 9px;
	padding-left: 25px;
	padding-right: 25px;
	min-height: 41px;
	font-size: 18px;
	font-size: var(--h3);
	font-weight: bold;
	cursor: pointer;
	text-transform: capitalize;
	display: flex;
	align-items: end;
}

.iskvista_3 #menusup-sb {
	max-height: inherit;
	background-color: #e3e4e9;
	border: 1px solid var(--borde);
	border-radius: 5px;
	overflow: hidden;
	padding-left: 7px;
	padding-right: 7px;
	display: flex;
}

#menusup-cntsb div {
	font-size: 18px;
	font-size: var(--h3);
	font-weight: bold;
	cursor: pointer;
	text-transform: capitalize;
}

.iskvista_3 #menusup-cntsb div {
	padding-bottom: 10px;
	border-radius: 5px;
	font-size: 18px;
	font-size: var(--h3);
	font-weight: bold;
	cursor: pointer;
	text-transform: capitalize;
}

.iskMenVista_3 #barraSuperior_subInn_headers #menusup-cntsb {
	width: 100vw;
	max-width: 100%;
	margin: auto;
	display: flex;
	justify-content: center;
	font-size: var(--p-1);
}

.iskMenVista_3 #barraSuperior_subInn_headers #menusup-cntsb div {
	font-size: 15px;
	padding: 5px 15px 5px 15px;
	min-height: 22px;
	margin-top: -5px;
	margin-bottom: 5px;
}

.iskMenVista_3 #barraSuperior_subInn_headers #menusup-cntsb div.selected {
	color: #fff;
	background-color: var(--colorPrincipal);
	font-weight: inherit;
	border: 0 solid transparent;
	height: 25px;
	border-radius: 5px;
}

#listaTarPendientes .menu_opt_lvl2_tit {}

#listaTarPendientes .men_opt_lvl2 {

	flex-wrap: wrap;
}

#listaTarPendientes .tpMod {
	width: 100%;
	display: flex;
	justify-content: flex-end;
}

.emprePendientes {
	position: relative;
}

.MarckAsTarCheck {
	position: absolute;
	right: -150px;
	height: 24px;
	width: 150px;
	background-color: var(--colorFondo);
	bottom: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	transition: .3s;
	cursor: pointer;
	display: flex;
}

.emprePendientes:hover .MarckAsTarCheck {
	right: 0px;
}

.MarckAsTarCheck_flag {
	background-color: var(--colorInfo);
	color: var(--colorInfoOscuro);
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	transition: .3;
	opacity: 0.7;
	font-size: 20px;
}

.MarckAsTarCheck_flag:hover {
	opacity: 1;
	font-size: 25px;
}

.MarckAsTarCheck_suc {
	background-color: var(--colorSucessClaro);
	color: var(--colorSucessOscuro);
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	transition: .3;
	opacity: 0.7;
	font-size: 20px;
}

.MarckAsTarCheck_suc_err {

	background-color: var(--colorErrorClaro);
	color: var(--colorErrorOscuro);
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	transition: .3;
	opacity: 0.7;
	font-size: 20px;

}

.MarckAsTarCheck_suc_err:hover {
	opacity: 1;
	font-size: 25px;
}

.MarckAsTarCheck_suc:hover {
	opacity: 1;
	font-size: 25px;
}

.bilaEstat99 .hov_activ #bilak38_app_vst_bilakOrokor {
	font-size: 1em;
	height: 20px !important;
	margin: auto;
	font-size: 1.35em;
	height: 35px !important;
	margin-left: 20px;
	margin-right: 20px;
	width: 764px;
}

.hov_activ .conte_bilak_bex_int {
	width: 248px;
	display: flex;
	flex-wrap: wrap;
}

.bilaEstat99 .conte_bilak_bex.hov_activ {
	width: 508px;
	height: 32px;
	margin-top: -7px;
	display: inline-block;
	display: flex;
	flex-wrap: wrap;
	overflow: inherit;
}

#barraSuperior_inn .menutpIkon#btn_bilakIKon.bilaEstat99 {
	width: auto;
}

.bilaEstat99 #bilak_strukapp_vst_bilakOrokor {
	max-height: 350px;
	overflow: auto;
	font-size: var(--p-1);
	color: var(--colorTexto);
	top: 0px;
}

.bilaEstat99 .conte_bilak_bex.hov_activ .blq2iconbusca {
	background-color: var(--colorFondo);
	padding: 10px;
	font-size: 20px;
	margin: 0px;
	border-right: 1px solid var(--borde);
}

.bilaEstat99 .conte_bilak_bex.hov_activ #icnSHowMoreapp_vst_bilakOrokor {
	background-color: var(--colorFondo);
	padding: 10px;
	font-size: 20px;
	margin: 0px;
	border-left: 1px solid var(--borde);
}

#listadodeBuscaGeneral .men_opt_lvl2 {
	flex-wrap: wrap;
}

#listadodeBuscaGeneral .tpMod {
	display: flex;
	justify-content: flex-end;
	width: 100%;
}

#contenido.iskvista_updt .menusup-sb,
#contenido.iskvista_updt #menusup-sb {
	display: none;
}

#contenido.iskvista_updt #cont-prin {
	max-width: 1200px;
	width: 90vw;
	margin: auto;
}

@media(max-width:1000px) {
	.MarckAsTarCheck {
		right: 0px;
	}
}
.valioCanti {
	position: relative;
}
.valioCanti  .valioCanti_int {
	display: none;
	position: absolute;
	top:10px;
	left: -30px;
	font-size:10px;
	width:200px;
	background-color: var(--colorFondoClaro);
  	border: 1px solid var(--borde);
  	border-radius: 3px;
	text-align: left;
	padding: 3px;
}
.valioCanti:hover  .valioCanti_int{
	display: block;
}

.btn_check_init {
	padding: 7px;
	margin: 5px;
	background-color: var(--colorSucessClaro);
	color: var(--colorSucessOscuro);
	border: 1px solid var(--colorSucessOscuro);
	text-align: center;
	border-radius: 3px;
	cursor: pointer;
	transition: .3s;
}
.btn_check_final {
	padding: 7px;
	margin: 5px;
	background-color: var(--colorErrorClaro);
	color: var(--colorErrorOscuro);
	border: 1px solid var(--colorErrorOscuro);
	text-align: center;
	border-radius: 3px;
	transition: .3s;
	cursor: pointer;
}
.btn_check_final:hover, .btn_check_init:hover{
	opacity: 0.8;
}
.breadnotHideathov {
	display: none;
}
.hideBloq3points{
	display: inline-block;
}
#menu_path:hover .breadnotHideathov {
	display: inline-block;
}


#menu_path:hover .hideBloq3points {
	display: none;
}

.tabl_caret  {
	font-size: 12px;
	color: var(--colorTextoClaro);
	display: none;
	margin-left: 3px;
}
.colencab:hover .tabl_caret {
	display: inline-block;
	cursor: pointer;
}
.colencab:hover .tabl_caret:hover {
	color: var(--colorInteraccion);
  cursor: pointer
}
#box2searchscv_box{
	width: 100%;
  padding: 5px;
    padding-right: 5px;
  border: 1px solid var(--borde);
  margin-bottom: 7.5px;
  width: calc(100% - 40px);
  padding-right: 30px;
  font-family: "Cuerpo" !important;
  min-height: 23px;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  font-size: var(--p-1);
  color: var(--colorTexto);
  background-color: var(--colorFondoClaro);
  border-radius: 5px;
  margin-top: 3px;
  max-width: calc(100% - 40px);
  width:190px;
  border-radius: 3px 0px 0px 3px;
  border-right: 0px solid transparent;
  margin-bottom: 0px;
  max-height: 22px;
  overflow: hidden;
}
.csvmarkvalue {
	font-size: 12px;
	background-color: var(--colorFondoClaro);
	padding: 3px;
	border-bottom: 1px solid var(--borde);
}
.listadoCsvCampos{
	border: 1px solid var(--borde);
}
.csvmarkvalue:hover {
	color: var(--colorInteraccion);
	cursor: pointer;
}
.iconShowMore_csv{
	width: 31px;
  background-color: var(--colorFondo);
  font-size: var(--p-2);
  padding: 5px;
    padding-top: 5px;
  text-align: center;
  padding-top: 9px;
  border: 1px solid var(--borde);
  margin-top: 3px;
  height: 35px;

}
.optSclted {
	font-size: 9px;
	padding-top: 9px;
	min-height: 19px;
}
.tprsVentaBotonera .menuswlopt {
	width: 100px;
	height: 77px;
	border: 1px solid var(--borde);
	padding: 10px;
	margin: 10px;
	font-size: var(--p-2);
}
.tprsVentaBotonera .menuswlopt i {
	font-size: 20px;
	margin-bottom: 10px;
}

#contentTpvResum h2 {
	margin-top: 30px;
}
#contentTpvResum h3 {
	color:var(--colorTextoOscuro);
	font-size: var(--h4);
}
#saldok_resumen{
	padding-left: 10px;
  padding-right: 10px;
}
.menuswlopt.selectbtn{
	background-color: var(--colorFondo);
	color: var(--colorPrincipal);
}
.menuswlopt.selectbtn:hover{
	color: var(--colorInteraccion);
}
#stp_deskrAviso{
	color:var(--colorError)
}
.menuswlopt.docInhab {
	opacity: 0.3;
	cursor: not-allowed;
}
.dts_boxUniqueInfo {
	background-color: var(--colorFondo);
	color: var(--colorTextoClaro);
	border: 1px solid var(--borde);
	width: 50px;
	top: -5px;
  	right: -14px;
	position: relative;
	z-index: 50;
	margin-left: 5px;
}
.dts_boxUniqueInfo_cont_hov {
	display: none;
	position: absolute;
	width:200px;

}
.dts_boxUniqueInfo:hover .dts_boxUniqueInfo_cont_hov {
	display: block;
	right: 0px;
	top: 17px;
	background-color: var(--colorFondo);
	padding: 3px;
	border: 1px solid var(--borde);
	width: auto;
	text-align: right;
}
.dts_boxUniqueInfo_cont_hov div{
	display: flex
}
.dts_boxUniqueInfo.alwayshow {
	display: block;
}
.checktest {
	width: 20px;
	border: 1px solid var(--borde);
	height: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	cursor: pointer;
}
.checktest_txt{
	width: calc(100% - 70px);
}
.checktest_int {
	text-align: center;
	transform: rotate(45deg);
	font-size: 24px;
	margin-top: -3px;
	opacity: 0;
	transition: .3s;
	cursor: pointer;
}
.tarpenrespSlct .checktest_int{
	opacity: 1;
}

/*.barVarCesaEsp:hover .barVarOutHov{
	display: none;
}
.barVarCesaEsp:hover .barVarOnHov{
	display: block;
}*/
.tblFIlaMain.selectedRecord {
	background-color: var(--borde);
	color: var(--colorInteraccion);
}
.sun-editor{
	max-width: 100%;
  	width: 100%;
	min-width: 100%;
}