/*FONTS*/
/*@import url('https://fonts.googleapis.com/css?family=Hind');*/
/*@import url('https://fonts.googleapis.com/css?family=Montserrat');*/

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');
@import url('/img/Fonts/office_code_pro/stylesheet.css');

/*@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=figtree&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;800&display=swap');

:root {

	--bg-Ntransp: #02000d90;

	--clr-neutro-10: hsl(0, 0%, 100%);
	--clr-neutro-9: hsl(0, 0%, 90%);
	--clr-neutro-8: hsl(0, 0%, 80%);
	--clr-neutro-7: hsl(0, 0%, 70%);
	--clr-neutro-6: hsl(0, 0%, 60%);
	--clr-neutro-5: hsl(0, 0%, 50%);
	--clr-neutro-4: hsl(0, 0%, 40%);
	--clr-neutro-3: hsl(0, 0%, 30%);
	--clr-neutro-2: hsl(0, 0%, 20%);
	--clr-neutro-1b: hsl(0, 0%, 15%);
	--clr-neutro-1: hsl(0, 0%, 10%);
	--clr-neutro-0: hsl(0, 0%, 7.5%);
	--clr-neutro-00: hsl(0, 0%, 5%);
	--clr-neutro-000: hsl(0, 0%, 2.5%);

	--sat5: 50%;
	--sat8: 80%;
	--sat10: 100%;

	--clr-princ: 195deg;
	--clr-princ-6: hsl(var(--clr-princ), var(--sat10), 90%);
    	--clr-princ-5: hsl(var(--clr-princ), var(--sat8), 80%);
    	--clr-princ-4: hsl(var(--clr-princ), var(--sat8), 60%);
    	--clr-princ-3: hsl(var(--clr-princ), var(--sat8), 50%);
   	--clr-princ-2: hsl(var(--clr-princ), var(--sat10), 40%);
    	--clr-princ-1: hsl(var(--clr-princ), var(--sat10), 30%);
    	--clr-princ-0: hsl(var(--clr-princ), var(--sat10), 25%);
    	--clr-princ-00: hsl(var(--clr-princ), var(--sat10), 20%);
    	--clr-princ-000: hsl(var(--clr-princ), var(--sat10), 10%);

	/*--clr-resal-5: hwb(272 60% 20%);
	--clr-resal-4: hwb(272 50% 20%);
	--clr-resal-3: hwb(272 40% 20%);
	--clr-resal-2: hwb(272 30% 20%);
	--clr-resal-1: hwb(272 20% 40%);
	--clr-resal-0: hwb(271 10% 58%);*/

	--clr-resal: 0.33deg;
	--clr-resal-4b: hsl(var(--clr-resal) 80% 70%);
	--clr-resal-4c: hsl(var(--clr-resal) 80% 55%);
	--clr-resal-4a: hsl(var(--clr-resal) 70% 30%);
	
	--clr-osc-3: hsl(var(--clr-resal) 30% 13.14%);
    	--clr-osc-1: hsl(var(--clr-resal) 30% 6.27%);
    	--clr-osc-2: hsl(var(--clr-resal) 50% 4.31%);

	--clr-resal-b9: hwb(27 80% 0%);
	--clr-resal-b8: hwb(27 60% 0%);
	--clr-resal-b7: hwb(27 40% 0%);
	--clr-resal-b6: hwb(27 27% 0%);
	--clr-resal-b5: hwb(27 0% 0%);
	--clr-resal-b4: hwb(27 0% 20%);
	--clr-resal-b3: hwb(27 0% 40%);
	--clr-resal-b2: hwb(27 0% 60%);
	--clr-resal-b1: hwb(27 0% 80%);
	--clr-resal-b0: hwb(27 0% 90%);

	/*degradado suave*/ 
	--clr-10: #4488c3;
	--clr-9: #22a1cc;
	--clr-8: #11b2d4;
	--clr-7: #08c3d4;
	--clr-6: #08ccdd;
	--clr-5: #11d4dd;
	--clr-4: #5de5e5;
	--clr-3: #99e5eb;
	--clr-2: #b8eeee;
	--clr-1: #c3eeee;
	--clr-0: #d7f8f8;

	--clr-barraInf: rgb(0, 0, 0);

	--clr-select: #cccccc;

	--altoCol-1: 515px;

	--altoHeader: 80px;
	--margenVentTop: 16px;

	--sector-sat: 74%;
	--sector-lum: 54%;

	--alto_celda: 75px;
	--posY1: -100px;
	--posY2: -70px;
	--posY3: 16px;



	--col01: #cc3333;
	--col02: #cc5433;
	--col03: #cc7633;
	--col04: #cc9733;
	--col05: #ccb933;
	--col06: #becc33;
	--col07: #9dcc33;
	--col08: #7bcc33;
	--col09: #5acc33;
	--col10: #38cc33;
	--col11: #33cc4f;
	--col12: #33cc70;
	--col13: #33cc92;
	--col14: #33ccb3;
	--col15: #33c3cc;
	--col16: #33a2cc;
	--col17: #3381cc;
	--col18: #335fcc;
	--col19: #333ecc;
	--col20: #4a33cc;
	--col21: #6b33cc;
	--col22: #8d33cc;
	--col23: #ae33cc;
	--col24: #cc33c9;
	--col25: #cc33a7;
	--col26: #cc3386;
	--col27: #cc3364;
	--col28: #cc3343;
	--col29: #d93f3f;
	--col30: #d9613f;
	--col31: #d9833f;
	--col32: #d9a43f;
	--col33: #d9c63f;
	--col34: #cbd93f;
	--col35: #a9d93f;
	--col36: #88d93f;
	--col37: #66d93f;
	--col38: #45d93f;
	--col39: #3fd95c;
	--col40: #3fd97d;
	--col41: #3fd99f;
	--col42: #3fd9c0;
	--col43: #3fd0d9;
	--col44: #3fafd9;
	--col45: #3f8dd9;
	--col46: #3f6cd9;
	--col47: #3f4ad9;
	--col48: #563fd9;
	--col49: #783fd9;
	--col50: #993fd9;
	--col51: #bb3fd9;
	--col52: #d93fd6;
	--col53: #d93fb4;
	--col54: #d93f93;
	--col55: #d93f71;
	--col56: #d93f50;
	--col57: #ee5d5d;
	--col58: #ee7d5d;
	--col59: #ee9d5d;
	--col60: #eebc5d;
	--col61: #eedc5d;
	--col62: #e1ee5d;
	--col63: #c1ee5d;
	--col64: #a2ee5d;
	--col65: #82ee5d;
	--col66: #63ee5d;
	--col67: #5dee78;
	--col68: #5dee98;
	--col69: #5deeb7;
	--col70: #5deed7;
	--col71: #5de6ee;
	--col72: #5dc6ee;
	--col73: #5da7ee;
	--col74: #5d87ee;
	--col75: #5d68ee;
	--col76: #735dee;
	--col77: #925dee;
	--col78: #b25dee;
	--col79: #d25dee;
	--col80: #ee5deb;
	--col81: #ee5dcb;
	--col82: #ee5dac;
	--col83: #ee5d8c;
	--col84: #ee5d6d;
	--col85: #1009898;
	--col86: #100af98;
	--col87: #100c598;
	--col88: #100dc98;
	--col89: #100f398;
	--col90: #f610098;
	--col91: #e010098;
	--col92: #c910098;
	--col93: #b210098;
	--col94: #9c10098;
	--col95: #98100ab;
	--col96: #98100c2;
	--col97: #98100d8;
	--col98: #98100ef;
	--col99: #98fa100;
	--col100: #98e3100;
	--col101: #98cd100;
	--col102: #98b6100;
	--col103: #989f100;
	--col104: #a798100;
	--col105: #be98100;
	--col106: #d598100;
	--col107: #ec98100;
	--col108: #10098fe;
	--col109: #10098e7;
	--col110: #10098d0;
	--col111: #10098ba;
	--col112: #10098a3;

	--celeste: #3B9EBD;
	--verde: #8CB845;
	--vrd-1: color-mix(in srgb, var(--verde), #ffffff 86%);
	--vrd-2: color-mix(in srgb, var(--verde), #ffffff 60%);
	--vrd-3: color-mix(in srgb, var(--verde), #ffffff 40%);
	--vrd-4: color-mix(in srgb, var(--verde), #ffffff 20%);
	--vrd-5: color-mix(in srgb, var(--verde), #ffffff 0%);
	--vrd-6: color-mix(in srgb, var(--verde), #000000 10%);
	--vrd-7: color-mix(in srgb, var(--verde), #000000 20%);
	--vrd-8: color-mix(in srgb, var(--verde), #000000 55%);
	--vrd-9: color-mix(in srgb, var(--verde), #000000 70%);

	--cel-1: color-mix(in srgb, var(--celeste), #ffffff 86%);
	--cel-2: color-mix(in srgb, var(--celeste), #ffffff 60%);
	--cel-3: color-mix(in srgb, var(--celeste), #ffffff 40%);
	--cel-4: color-mix(in srgb, var(--celeste), #ffffff 20%);
	--cel-5: color-mix(in srgb, var(--celeste), #ffffff 0%);
	--cel-6: color-mix(in srgb, var(--celeste), #000000 10%);
	--cel-7: color-mix(in srgb, var(--celeste), #000000 40%);
	--cel-8: color-mix(in srgb, var(--celeste), #000000 55%);
	--cel-9: color-mix(in srgb, var(--celeste), #000000 80%);




	--clr-vent: rgb(2 17 31 / 90%);

	--clr_celda: hsl(210, 50%, 30%, 0.7);
	--clr_celdaH: hsl(190, 10%, 18%);

	--clr-gris-1: hsl(190, 10%, 15%);
	--clr-gris-2: hsl(190, 10%, 20%);
	--clr-gris-3: hsl(190, 10%, 30%);
	--clr-gris-5: hsl(0, 0%, 50%);
	--clr-gris-6: hsl(0, 0%, 60%);

	---color: #00a5d9;
	--clr-1: oklch(from var(---color) calc(l - 50) c h);
	--clr-2: oklch(from var(---color) calc(l - 40) c h);
	--clr-3: oklch(from var(---color) calc(l - 20) c h);
	/*--clr-4: oklch(from var(---color) calc(l - 10) c h);*/
	--clr-5: var(---color);
	--clr-6: oklch(from var(---color) calc(l + 10) c h);
	--clr-7: oklch(from var(---color) calc(l + 20) c h);

	---dest: #8ac335;
	--clr-d1: oklch(from var(---dest) calc(l - 50) c h);
	--clr-d2: oklch(from var(--base-dest) calc(l - 40) c h);
	--clr-d3: oklch(from var(--base-dest) calc(l - 20) c h);
	--clr-d4: oklch(from var(--base-dest) calc(l - 10) c h);
	--clr-d5: var(--base-dest);
	--clr-d6: oklch(from var(--base-dest) calc(l + 10) c h);
	--clr-d7: oklch(from var(--base-dest) calc(l + 20) c h);

	--alto_celda: 75px;




	--checked: #249d29;
	--none: #888;
	--alert: red;
	--blc10: #fff1;

	--gap: 10px;
	--anchoColapsado: 700px;
	--superior-alto: 30px;
}


html {
	height: 100%;
	background: var(--clr-osc-1);
	font-family: 'Open Sans', sans-serif !important;
	font-size: 14px;
	background-color: #000;
	scroll-behavior: smooth;
}

h1, h2, h3, h4, h5 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}

thead {
	z-index: 10;
	
	& th {
		font-size: 0.9rem;
		font-weight: 600;
		background: #1b1b1b;
		padding: 12px 8px;
	}
	& tr {
		&:nth-child(odd) {
			background: #0b0e1a;
		}
		&.topic {
			background: #101010;
		}
	} 
}

dl, ol, ul {
    margin-left: 2rem;
}

#o_bg_video_iframe_3 {
    opacity: .4; /* trasnparentar video home */
}

.cache_algo .to_activate {
	background-color: #7d857f;
}

.cache_algo .activated {
	background-color: #28a745 !important;
}




.datos-fila {
	& .datos-txt:before {
		font-weight: 600;
		color: white;
		margin-right: 4px;
	}

	&.indicator_1 .datos-txt:before {
		content: 'Indicador 1: ';
	}

	&.indicator_2 .datos-txt:before {
		content: 'Indicador 2: ';
	}

	&.indicator_3 .datos-txt:before {
		content: 'Indicador 3: ';
	}

	&.scale .datos-txt:before {
		content: 'Scale: ';
	}

	&.period .datos-txt:before {
		content: 'Period: ';
	}

	&.cache_date .datos-txt:before {
		content: 'Date: ';
	}

	&.cache_date_wh .datos-txt:before {
		content: 'Date WH: ';
	}

	&.cache_date_map .datos-txt:before {
		content: 'Date MAP: ';
	}

	&.cache_size .datos-txt:before {
		content: 'Size: ';
	}

	&.uuid .datos-txt:before {
		content: 'UUID: ';
	}

	&.slug .datos-txt:before {
		content: 'Slug: ';
	}

	&.cache_status .datos-txt:before {
		content: 'Cache: ';
	}

	&.cache_algo .datos-txt:before {
		content: 'Título: ';
	}
}







.footer {
	font-size: 11px;
}


.footer .nav-link.gea-fg {
	color: #888;
}

.group-estadísticas>label {
	display: none;
}

.available {
	font-weight: bold;
}

.unavailable {
	font-weight: normal;
	opacity: .6;
	/*cursor: auto !important;*/
}

li.indicator:not(.unavailable):hover {
	color: var(--clr-princ-6);
}

.w600 {
	font-weight: 600;
}

rect {
	transition: filter .4s ease;
}

rect:hover {
	filter: brightness(1.2);
}


.bar {
	/*fill: steelblue;*/
}

.bar:hover {
	/*fill: brown;*/
}

.tooltip.show {
	z-index: 100000 !important;
	font-size: 18px !important;
	padding: 18px !important;
}

.report_action.btn {
	padding: 0px;
}

.report_action_left.btn {
	text-align: left;
	width: 90%;
}

.report_action_right.btn {
	text-align: right;
}

.report-secciones {
	font-size: .9rem;
	position: fixed;
	width: 170px;
	top: 90px;
	left: 0px;
	background:#5f5f5faa; 
	color: white; 
	padding: 10px; 
	border-radius: 0 10px 10px 0;
	line-height: 30px;
	filter: drop-shadow(5px 5px 2px #0002);
	z-index: 10;
	transform: translateX(calc(-100% + 10px));
    	transition: transform .3s cubic-bezier(0.71, 0.02, 0.24, 0.98);

	&:hover {
		transform: translateX(0);
	}

	& ul {
		list-style: none;
		padding-left: 0;
		margin: 0;
	}

	& li {
		border-radius: 10px;
		line-height: 1.1rem;
        	padding: 4px;
        	border-radius: 6px;
		
		&:hover {
			background: #fff3 !important;
		}
	}
	& a:hover {
		text-decoration: none;
	}
}

.report-tools {
	position: fixed; 
	top: 90px;
	right: 0px;
	background: #777777aa; 
	color: white; 
	padding: 6px; 
	border-radius: 10px 0 0 10px;
	line-height: 40px;
	filter: drop-shadow(5px 5px 2px #0002);
	z-index: 10;

	&:hover {
		transform: translateX(0px);
	}
	& ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	& li {
		position: relative;
		padding: 2px 10px;
		width: 3rem;
        	height: 3rem;
		cursor: pointer;
		
		&:hover {
			background: #fff3;
    			border-radius: 50%;
		}
		&:hover span.tools-titulo {
			right: 30px;
			opacity: 1;
		}
	}
	& span.tools-titulo {
		position: absolute; 
		right: 16px; 
		top: 50%; 
		transform: translate(-25%, -50%); 
		background: #777777aa; 
		border-radius: 20px; 
		padding: 0.6rem 1rem; 
		pointer-events: none; 
		line-height: 1; 
		opacity: 0;
		transition: opacity .3s ease, right .3s ease;
	}
}

[contenteditable="true"]:hover {
    color: var(--clr-princ-1) !important;
    background: var(--clr-princ-6);
    box-shadow: 0 0 0px 6px var(--clr-princ-6);
    border-radius: 4px;
    outline: none;
  }

:focus-visible {
    outline: none;
}

.axis--x path {
	/*display: none;*/
}

#geoecon_interactions * {
	color: white;
}

#geoecon_interactions h5 {
	margin-top: 15px;
}

#as_indicators {
	overflow-y: scroll;
	max-height: 200px;
	cursor: pointer;
	position: absolute;
	transform: translate3d(1px, 35px, 0px);
	top: auto !important;
	left: auto !important;
	will-change: transform;
}

#advanced_search .dropdown-menu {
	overflow-y: scroll;
	max-height: 200px;
	cursor: pointer;
}



#profile .nav-item {
	font-size: 14px;
	height: 48px;
}

#profile_form {
	padding: 7px;
	color: black;
	background-color: white;
}

#profile_form h5 {
	color: black;
}

#profile_form h5 {
	margin-top: 35px;
	margin-left: 5px;
}

.hidden {
	display: none !important;
}

.ol-hidden {
	display: none !important;
}

.ol-popup-content {
	max-width: 480px;
}


.ol-popup.ol-fixed {
	right: 50px !important;
}

.ol-popupfeature h1 {
	font-size: 20px;
	font-weight: bold;
	/*font-family: Roboto;*/
}

.ol-popupfeature * {
	font-size: 12px;
	/*font-family: Roboto;*/
}

.ol-popupfeature tr,
.ol-popupfeature td {
	margin: 0px;
	padding: 5px;
}


.ol-popupfeature tr>td:first {
	font-weight: bold !important;
}

.ol-autocomplete ul {
	position: absolute;
	display: block;
	overflow-y: scroll;
	height: 300px;
	background-color: white;
	border: solid 1px black;
	top: 38px;
}

.ol-autocomplete li {
	/*color: white;*/
}

.ol-control.ol-legend {
	position: absolute;
	top: 0px;
	left: 80px;
	bottom: auto;
	height: auto;
}

.sidebar {
	/*width: 400px;*/
}

.sidebar-pane-content {
	padding-top: 15px;
	height: 100%;
}

.sidebar,
.sidebar-content {
	background-color: rgba(255, 255, 255, 0.85) !important;
}

.sidebar-left .sidebar-close {
	float: left;
}

.sidebar-right .sidebar-close {
	float: right;
}




#nav-profile-tab {
	/*display: block;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 20px;
	height: 20px;
	z-index: 21000;*/
	background-image: url("/img/iconos2022/Profile.");
	background-position: 0px 0px;
	background-size: 32px 32px;
	background-repeat: no-repeat;
	cursor: pointer;
	padding-left: 40px;
	font-size: 14px;
}

#nav-profile-reports-tab {
	/*display: block;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 20px;
	height: 20px;
	z-index: 21000;*/
	background-image: url("/img/iconos2022/Barras.");
	background-position: 0px 0px;
	background-size: 32px 32px;
	background-repeat: no-repeat;
	cursor: pointer;
	padding-left: 40px;
	font-size: 14px;
}


#nav-profile-data-tab {
	/*display: block;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 20px;
	height: 20px;
	z-index: 21000;*/
	background-image: url("/img/iconos2022/Data.");
	background-position: 0px 0px;
	background-size: 32px 32px;
	background-repeat: no-repeat;
	cursor: pointer;
	padding-left: 40px;
	font-size: 14px;
}

.nav-tabs .nav-link {
	border: 1px solid #0091c1ff;
}

#nav-profile-jobs-tab {
	display: none !important;
	/*display: block;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 20px;
	height: 20px;
	z-index: 21000;*/
	background-image: url("/img/iconos2022/Jobs.");
	background-position: 0px 0px;
	background-size: 32px 32px;
	background-repeat: no-repeat;
	cursor: pointer;
	padding-left: 40px;
	font-size: 14px;
}

.fa-logo-geoecon {
	/*background-image: url("/img/Logos2022/Favicon3.png");*/
	/*<img src="/web/image/website/1/logo/GeoEcon%20-%20La%20geograf%C3%ADa%20econ%C3%B3mica%20-%20mapa%20industrial%20de%20am%C3%A9rica%20latina%20y%20el%20caribe?unique=df48f8f" class="img img-fluid" style="height: 50px;" alt="GeoEcon - La geografía económica - mapa industrial de américa latina y el caribe" loading="lazy">*/
	/*background-image: url('https://www.geoecon.info/web/image/website/1/logo/GeoEcon%20-%20La%20geograf%C3%ADa%20econ%C3%B3mica%20-%20mapa%20industrial%20de%20am%C3%A9rica%20latina%20y%20el%20caribe?unique=df48f8f');*/
	background-image: url(/img/Logos2023/logo.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-size: contain;
	width: 64px;
	height: 40px;
}

.logo img {
	height: 4rem !important;
}

.bg-info {
	background-color: #0091c1 !important;
}

#vinfo {
	background-color: #FFFFFF !important;
}

#botbar {
	display: block;
	position: fixed;
	left: 2%;
	margin-left: 0%;
	width: 50%;
	min-width: 500px;
	bottom: 15px;
	height: 40px;
	color: white;
	z-index: 1999;
	background-color: rgba(0, 0, 0, 0.5);
}

.navbar-brand {
	margin: 0px;
	padding: 0px;
	font-size: auto;
	line-height: 0;
}

#ge_layout {
	display: flex;
	flex-direction: column;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #eee;
	padding-bottom: 20px;
	/*pointer-events: none;*/
}

#ge_layout_menu.navbar {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0.5rem 2rem;
	gap: 30px
}

.gedi .navbar-dark {
	background: rgb(255, 255, 255);
	background:
		linear-gradient(90deg, rgba(200, 200, 200, 1) 0%, rgba(0, 188, 255, 0.0) 65%, rgba(120, 125, 255, 0.0) 100%),
		url("/img/Logos/fondo_geoecon3day.png?i=1");
	background-size: cover;
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link {
	color: #000 !important;
}

.geni .navbar-dark,
.geni .navbar-dark .bg-dark {
	background: rgb(250, 250, 250, 1.0) !important;
	/*
	background:
		linear-gradient(90deg, rgba(0,5,150,1) 0%, rgba(0,188,255,0.0) 65%, rgba(200,200,200,0.0) 100%),
		url("/img/Logos/fondo_geoecon3.png?i=1");
	background-size: cover;
  */
}

.navbar-dark a {
	/*color: rgba(255,255,255,1.0) !important;*/
	/*color: rgba(255,255,255,1.0);*/
	color: #000;
}

#ge_layout_menu .nav-item {
	color: #000 !important;
}

#ge_layout_contents {
	width: 100%;
	background-color: transparent;
	flex-grow: 1;
	/*pointer-events: none;*/
	display: flex;
	flex-direction: row;
}

#ge_layout_menu .nav-item,
#ge_layout_menu .nav-item a,
#ge_layout_menu .nav-item .nav-link,
#ge_layout_menu .nav-item .nav-link a {
	/*width: auto;
	padding: 15px;
	padding-left: 50px;
  padding-right: 50px;
	font-weight: bold;*/
	/*color: #90ffff !important;*/
	color: #90CCCC;
}

#ge_layout_menu .dropdown-item {
	/*color: black !important;*/
}

.dropdown-divider {
	opacity: 0.2;
}

#ge_layout_menu .dropdown-item .title {
	opacity: 0.9;
}

#ge_layout_menu .dropdown-item .descripcion {
	font-size: 12px;
	width: 100% !important;
	word-wrap: normal;
	display: block;
	text-transform: none;
	white-space: normal !important;
	margin-top: 8px;
	opacity: 0.9;
}

.gea-app-name {
	display: none;
	position: absolute;
	font-size: 9px !important;
	bottom: -3px;
	left: 10px;
}

#ge_layout_signinstatus {
	flex-grow: 0;
	background-color: #CCC;
	color: #777;
}

.signedin {
	display: none;
}


#ge_layout_leftcolumn {
	width: 20%;
	flex-grow: 0;
	position: relative;
	transition: width 1s;
	display: flex;
	flex-direction: column;

}

#ge_layout_leftcolumnX {
	width: 390px;
	margin-left: 10px;
	margin-top: 10px;
	height: 65%;
	background-color: #000000ab;
	flex-grow: 0;
	position: absolute;
	transition: width 1s;
	display: flex;
	flex-direction: column;
	z-index: 10;
	border: solid 1px rgba(255, 255, 255, 0.5);
	transition: height .3s;

}

#ge_layout_leftcolumnX.layers_collapsed {
	height: 42px !important;

	overflow: hidden;
}

#cuadroCapas.layers_collapsed {
	height: 40px !important;

	overflow: hidden;
}

.btnBase.item.prospect-gen i {
    transform: rotate(90deg) scaleX(-1.0);
}

.add-gen {
	background-color: var(--clr-princ-2) !important;
}

.agregar_capa {
	/*float: right;
	right: 12px;
	position: absolute;*/
}

#ge_layout_leftcolumn .nav-item {
	width: 100%;
	/*border-bottom: solid 1px gray;*/
	border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

.navbar .nav-link {
	background-color: transparent;
	/*border-bottom: solid 4px rgba(0,0,0,0);*/
}

.gedi .navbar .nav-link:hover {
	background-color: transparent;
	border-bottom: solid 1px rgba(0, 0, 0, 0.8);
}

*/ .geni .navbar .nav-link:hover {
	background-color: transparent;
	border-bottom: solid 1px #FFF;
}

.nav-link.active {
	/*background-color: #AAA !important;*/
	/*color: black !important;*/
	/*border-bottom: solid 4px white;*/
	border-left: solid 1px white;
}

.nav-link.active:hover {
	/*background-color: #FFF;*/
}

.flexfix1 {
	flex-grow: 0;
}

.flexgrow1 {
	flex-grow: 1;
	overflow-y: scroll;
	overflow-x: hidden;
}


/*::-webkit-scrollbar {
  width:2px;
}
.geni ::-webkit-scrollbar-track {

}
.geni ::-webkit-scrollbar-thumb {
  background: #0091c1;
}*/

#ge_layout_leftcolumn_layers,
#ge_layout_leftcolumn_search,
#ge_layout_leftcolumn_filters {
	/*width: 300px;*/
	height: 100%;
	/*background-color: #EEE;*/
	flex-grow: 0;
	position: relative;
	overflow: visible;
	padding-left: 15px;
	display: none;
	transition: width 1s;
	padding: 10px 10px 10px 30px;
	max-width: 390px;
}

.collapse-arrow {
	display: block;
	position: absolute;
	right: -20px;
	/*top: 50%;*/
	top: 3%;
	/*margin-top: -20px;*/
	margin-top: -15px;
	width: 20px;
	height: 35px;
	/*background-color: #FFF;*/
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 4px;
	z-index: 10000;
	cursor: pointer;
	opacity: 0.75;

	/*
	border-radius: 0px 8px 8px 0px;
  border-right: solid 1px #CCC;
	*/
}

.collapse-arrow-left {
	right: auto;
	left: -20px;
	top: 3%;
	border-radius: 8px 0px 0px 8px;
	margin-top: -15px;
	padding-left: 8px;
}

.collapse-plus {
	/*right: auto; */
	display: block;
	float: right;
	right: 9px;
	width: 35px;
	cursor: pointer;
	text-align: center;

	/*
	border-radius: 6px 6px 6px 6px;
	border: solid 2px #17a617;
	*/
}

.collapse-close {
	/*right: auto; */
	right: 25px;
	/* left: -20px; */
	top: 10px;
	margin-top: 0px;
	width: 35px;
	/* border-color: #4fd64f; */
	padding-left: 9px;
	cursor: pointer;
	position: absolute;
	/* font-size: 22px; */
	font-weight: normal !important;
	opacity: 0.75;

	/*
	border-radius: 6px 6px 6px 6px;
  border: solid 2px #17a617;
*/
}

/* .gedi .collapse-arrow {
	background-color: transparent !important;
}
.gedi .collapse-arrow i.fa {
	color : lightgray;
	background-color: transparent;
} */

#ge_layout_centercolumn {
	flex-grow: 1;
	background-color: transparent;
	position: relative;
	transition: width 1s;

}

.ventana {
	min-height: 620px;
	margin: var(--margenVentTop) auto 4px auto;
	padding: 20px;
	box-sizing: border-box;
	color: var(--clr-neutro-9);
	background-color: #0a0918db !important;
	border-radius: 1rem !important;
    	box-shadow: 5px 5px 12px 0px rgba(0 0 0 / 0.4), -1px -1px 2px 0px #72a7bb44, 1px 1px 2px 0px #000c;
}


#ge_layout_bottomstatus {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 200px;
	height: 40px;
	background-color: #CCC;
	color: #777;
	transition: width 1s;
}

#ge_layout_floatingcolumn_search {
	display: flex;
	flex-direction: column;
	position: absolute;
	left: 2px;
	height: calc(100% - 20px);
	transition: width .5s ease;
	border-radius: 8px 8px 8px 8px;
	z-index: 15;
	overflow: hidden;
	gap: 8px;
	
	&.expanded-column-mode.expanded-mode {
		width: calc(100% - 4px);
	}
	&.expanded-mode .sinfo-body-col2 .info_cluster_card {
		width: 100%;
	}
	&.expanded-mode .sinfo-body-col2 .info_shape_card {
		display: none;
	}
	&.expanded-mode .sinfo-body-col3 .info_shape_card {
		display: block;
	}
}



.collapsed-column-mode .sinfo-header,
.collapsed-column-mode .sinfo-body,
.collapsed-column-mode .sinfo-footer {
	/*display: none;*/
	opacity: 0;
	transition: opacity 1s;
}

.winfo-header,
.linfo-header {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	flex-grow: 0;
	height: 40px;
	margin-bottom: 10px;
	border-bottom: solid 1px rgba(255, 255, 255, 0.15);
}

.winfo-title,
.sinfo-title,
.linfo-title {
	display: block;
	flex-grow: 1;
	text-align: left;
	padding: 5px 0;
}

.tematica .title img {
	margin-right: 10px;
}

.winfo-buttons,
.sinfo-buttons,
.linfo-buttons {
	display: block;
	flex-grow: 0;
	text-align: right;
}

.sinfo-body,
.winfo-body {
	gap: 10px;
	display: flex;
	flex-grow: 1;
	flex-direction: row;
	/*padding: 10px;*/
	padding: 0px;
	/*overflow-y: scroll;*/
	overflow-y: hidden;
	overflow-x: hidden;
	/*background-color: #FFF;*/
}

.linfo-body {
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	padding: 10px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.tematica_back {
	padding: 0.075rem 0.075rem;
}

.seleccion_pais {
	margin-left: 15px;
}

.seleccion_pais_select {
	/*margin-left: 15px;
	font-size: 14px;
	padding: 5px;
	background-color: rgba(0,0,0,0.5);
	color: #FFF;*/
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	/*display: inline-block;*/
	width: 200px;
	cursor: pointer;
	padding: 6px 14px;
	height: 32px;
	outline: 0;
	border: 0;
	border-radius: 0 6px 6px 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	font-weight: 400;
	color: var(--clr-neutro-9);
	background-color: #ffffff22;
	text-transform: uppercase;
	position: relative;
	transition: background-color 0.25s ease;
}

.tematica_back i::before {
	width: 32px;
	height: 32px;
	font-size: 32px;
	color: #CCC;
}

.sinfo-body-col1,
.winfo-body-col1 {
	height: 100%;
	width: 30%;
	flex-grow: 0;
	padding: 0px;
	/*background-color: #FCC;*/
}

.collapsed-mode .coll-hidden {
	width: 0%;
	display: none;
}

.sinfo-body-col2,
.winfo-body-col2 {
	/*height: 100%;*/
	width: 50%;
	min-width: 500px;
	flex-grow: 1;
	padding: 0px;
	/*background-color: #CFC;*/
	/*overflow-y: scroll;*/
	/*overflow-y: hidden;
	overflow-x: hidden;*/
}

/* .geni > * {
	scrollbar-color: #CFC #000;
} */

/* .gedi > * {
	scrollbar-color: #000 #FFF;
} */

.winfo-body-col2 #overlayer {
	/*overflow-y: scroll;
	overflow-x: hidden;*/
}

.collapsed-mode .coll-hidden {
	width: 0%;
	display: none;
}


.sinfo-body-col3,
.winfo-body-col3 {
	height: 100%;
	width: 30%;
	flex-grow: 1;
	padding: 0px;

	/*background-color: #CCF;*/
}

.sinfo-body-col3 {
	overflow-y: scroll;
	padding: 20px;
	text-align: justify;
}

.sinfo-footer,
.winfo-footer {
	display: flex;
	flex-direction: row;
	flex-grow: 0;
	height: 40px;
	color: #777;
	padding: 10px;

	padding: 8px 10px 0 10px;
	border-top: solid 1px #dddddd50;
	/*margin-top: 10px;*/
}

#ge_layout_legendinfo {
	display: flex;
	flex-direction: column;
	position: absolute;
	right: 8%;
	top: 15px;
	/* background-color: rgba( 255,255,255,1.0); */
	z-index: 50000;
	/* min-width: 300px; */
	transition: width 1s;
	z-index: 1;
	max-width: 600px;

	/*
  border-radius: 8px 8px 8px 8px;
  border: solid 1px #AAA;
	*/

}

#ge_layout_legendinfo.expanded-mode {
	width: 360px;
	/* right: 10%; */
	min-height: 80px;
	max-height: 400px;
	overflow: hidden;
	/* margin-left: -300px;*/
	display: flex;
}

.collapsed-column-mode .winfo-header,
.collapsed-column-mode .winfo-body,
.collapsed-column-mode .winfo-footer {
	/*display: none;*/
	opacity: 0;
	transition: opacity 1s;
}

.btn_cargar {
	display: block;
	/*position: absolute;*/
	float: right;
}

.group-fondos .layer,
.group-fondos .layer .content_input,
.group-fondos .layer .labelLayer {
	height: 40px;
	padding-top: 0px;
}

.group-fondos ul {
	margin-top: 0px;
	padding-top: 0px !important;
}

.group-fondos .layer {
	border-top: solid 1px rgba(255, 255, 255, 0.3);
}



.group-políticos>label,
.group-físicos>label {
	display: none;
}

#ge_layout_leftcolumn.expanded-column-mode {
	width: 22%;
	min-width: 380px;
}


.bar-info {
	display: block;
	position: relative;
	float: left;
	clear: none;
	width: 150px;
	height: 40px;
}

#mouseinfo {
	width: 700px;
}


.bar-info-label {
	font-size: 12px;
	font-weight: bold;
	/*color: white;*/
	/*font-family: Roboto;*/
	width: 150px;

	display: block;
	clear: left;
	float: left;
}

.bar-info-val {
	font-size: 12px;
	/*color: white;*/
	/*font-family: Roboto;*/

	display: block;
	clear: right;
	float: left;
	padding-left: 5px;
}


#modbar {
	display: none;
	position: fixed;
	left: 50%;
	margin-left: -25%;
	width: 50%;
	top: 15px;
	/*height: 40px;*/

	z-index: 1999;
	background-color: #0091c1 !important;
}

#modbar ul {}


.sidebar-tabs .badge {
	display: block;
	position: absolute;
	right: 6px;
	font-size: 8px;
	padding: 4px;
}

.mouseposition-control {
	font-size: 14px;
	/*color: white;*/
	/*font-family: Roboto;*/
}

#listfeatures {
	display: inline-block;
	position: relative;
}

.list-item {
	/*color: black;*/
	font-size: 14px;
	display: block;
	clear: both;
	margin-top: 15px;
	border-bottom: solid 0px #FFFFFF88;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
}

.list-item h4 {
	border-bottom: solid 0px #FFFFFF55;
	padding-bottom: 5px;

}

.bar-info-title {
	font-size: 14px;
}

.bar-info-content {
	display: none;

}

.sidebar-pane {
	padding: 10px !important;
	/*background-color: rgba(0,0,0,0.75) !important;*/
	background-color: rgba(255, 255, 255, 1.0) !important;
}

.sidebar-header {
	background-color: #0091c1 !important;
}

.sidebar-tabs {
	background-color: #0091c1 !important;
}

#home.sidebar-pane {
	background-color: white !important;
}

.o_carousel_product_card {
    background-color: #3d9eca !important;
}

.o_carousel_product_card_body .card-title {
    font-size: .9rem;
    font-weight: 800;
    color: white;
    text-align: center;
}

/*@media (min-width: 1200px)*/

@media (min-width: 768px) {
	.sidebar {
		width: 400px;
	}
}

@media (min-width: 1200px) {
	.sidebar {
		width: 580px;
	}
}


.header_counter {
	font-size: 20px;
	display: inline-block;
	left: 5px;
	margin: 0px;
	top: 0px;
	position: absolute;
	padding-right: 3px;
	border: solid 0px #0091c1;
	border-radius: 0px 0px 5px 0px;
	color: #0091c1;
}

.en_conflicto {
	background-color: red;
	color: red;
	display: inline-block;
	width: 10px;
	height: 12px;
	position: relative;
}

.has-error .form-control {
	border: solid 3px #A00000 !important;
}

/********************************/
body,
span,
i,
li,
a,
div,
text {
	/*font-family: 'Source Sans Pro', sans-serif;*/
	font-family: 'Open Sans', sans-serif;
}

.navbar-nav * {
	text-transform: uppercase;
	/*font-family:  'Office Code Pro', monospace;*/
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

.navbar-nav .dropdown-item div,
.navbar-nav .dropdown-item span {
	/*font-family: 'Source Sans Pro', sans-serif !important;*/
	font-family: 'Open Sans', sans-serif;
}

.navbar-nav i {
	font-family: 'Font Awesome 5 Free';
	color: lightgray !important;
}

.navbar-nav i.fa-info-circle {
	font-size: 12px;
}

text {
	/*text-transform: uppercase;*/
}

.tooltip .tooltip-inner {
	font-size: 13px !important;
	font-family: 'Source Sans Pro', sans-serif !important;
	min-width: 300px !important;
}

body {
	padding: 0px !important;
	margin: 0px !important;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

a,
a:hover,
a:focus,
a:visited,
a:active {
	color: #fff;
	outline: none !important;
}

button,
input {
	outline: none !important;
}

progress {
	display: block;
	background-color: #333;
	color: #0F0;
	border: 0px;
	width: 100%;
	height: 9px;
}

.nav-item a:hover {
	color: #010101;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus {
	color: #fff;
	background-color: #0091c1;
	border-color: #109496;
}

.btn-default,
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
	color: #000;
	background-color: #fff;
}

.input-group {
	margin-bottom: 7px;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
	/*border-radius:0 !important;*/
	border-radius: 0px 7px 7px 0px;
	font-size: 12px;
}

.dropdown-toggle {
	/*max-height:33px !important;*/
}

#navigator {
	background-color: rgba(20, 20, 20, 0.8);
	border: 1px solid #333;
	border-radius: 0px 2px 2px 0px !important;
	margin-left: 0px;
	padding: 40px 0 5px 0 !important;
	width: auto;
	min-width: 55px;
	max-width: 400px;
	max-height: 99.9vh;
	height: 99.9vh;
	float: left;
	position: relative;
	top: 0;
	left: -15px;
	overflow-y: auto;
	overflow-x: hidden;
}

.scroll::-webkit-scrollbar {
	width: 10px;
}

.scroll::-webkit-scrollbar-track {
	/*background:#eee;*/
}

.scroll::-webkit-scrollbar-thumb {
	/*background:#0091c1;*/
}

.toggleloginout,
.toggleloginout:hover,
.toggleloginout:focus {
	display: block !important;
	position: absolute !important;
	top: 0px;
	right: 10px;
	height: 30px;
	font-weight: bold;
	float: auto !important;
	clear: auto !important;
	line-height: .4em;
	z-index: 10000 !important;
	width: 38px;
	height: 38px;
	background-color: #0091c1 !important;
	color: white !important;
}

#loginwindow {
	background-color: rgba(0, 0, 0, 0.75);
}

.togglenavigator,
.togglenavigator:hover,
.togglenavigator:focus {
	display: block !important;
	position: absolute !important;
	top: 50%;
	right: 10px;
	width: auto;
	height: 30px;
	font-weight: bold;
	font-size: 24px;
	float: auto !important;
	clear: auto !important;
	line-height: .4em;
	z-index: 20000 !important;
}

.toggleoverlay,
.toggleoverlay:hover,
.toggleoverlay:focus {
	float: left;
	margin-right: 5px;
	line-height: .4em;
	font-size: 24px;
	font-weight: bold;
	height: 30px;
}

#tab_navigator {
	background-color: transparent;
}

#navigator .tab-pane {
	position: relative !important;
	max-height: 300px;
	overflow-y: scroll;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	color: #fff !important;
	background: #0091c1 !important;
	border-color: transparent !important;
}

.nav-tabs {
	/*border-bottom:3px solid #0091c1 !important;*/
}

#tab_navigatorContent {
	background-color: transparent;
	min-height: 120px;
	display: none;
}

#layertab {
	/*border-top:3px #0091c1 solid;*/
	border-radius: 6px;
	background-color: var(--clr-neutro-000);
	margin-top: 4px;
	height: 100%;
	position: relative;
}

.content_input {
	background: rgba(100, 100, 100, 0.5);
	height: 120px;
	padding-top: 40px;
	text-align: center;
}

#agregar_capas {
	color: #fff;
	font-weight: bold;
	margin-left: 5px;
}

#asearch {
	position: relative;
	float: left;
	width: auto;
	clear: both;
}

#ex1Slider .slider-selection {
	background: #BABABA;
}

#layer_controls:before {
	content: "Opacity";
	color: #FFF;
}

#layer_controls {
	display: none;
	position: fixed;
	top: 90px !important;
	left: 300px !important;
	z-index: 30000;
	background-color: rgba(0, 0, 0, 0.5);
	width: auto !important;
	height: auto !important;
	padding: 10px;
	border-radius: 10px;
}

#eulac_search {
	margin-top: 0px;
	margin-left: 7px;
	border-radius: 5px;
	margin-bottom: 0px;
	display: none;
}

.input_search_area {
	display: block;
	position: relative;
	float: left;
	clear: both;
	width: 310px;
}

.group_eulac_search {
	/*display: block;*/
	position: relative;
	min-width: 250px;
	/*width: 80%;*/
	width: 100%;
	float: left;
	clear: none;
	/*padding-left: 8px;*/
	padding: 6px;
	margin: 0;
	& input {
		border-radius: 3px !important;
	}
}

.group_button_clear {
	display: block;
	position: relative;
	width: auto;
	min-width: 40px;
	float: left;
	clear: right;
}

#advanced_search {
	background-color: transparent;
	padding: 5px 5px;
}

#advanced_search div.btn-group {
	float: left !important;
	position: relative !important;
	clear: left !important;
	min-width: 335px;
}

#ei_clusterDraw {
	/*background-color: rgba(0,0,0,0.5);*/
	display: block;
	position: relative;
	float: left;
}

#ei_imgcluster {
	display: block;
	float: left;
	width: 360;
	height: 360;
}

#ei_shapeDraw {
	/*background-color: rgba(0,0,0,0.5);*/
	display: block;
	position: relative;
	float: left;
}


.btn-group-xs>.btn,
.btn-xs {
	border-radius: 0;
}

.dropdown-as-categories {
	padding-left: 15px !important;
	padding-right: 15px !important;
	padding-bottom: 5px !important;
	padding-top: 5px !important;
	text-align: left;
	min-width: 250px;
	border-radius: 7px 0px 0px 7px !important;
}

#advanced_search * {
	font-size: 14px !important;
	margin: 1px !important;
}

.as_label {
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 140px;
	height: 16px;
	display: inline-block;
}

#as_level_label {
	max-width: 90px !important;
}

#as_sectors_label {
	max-width: 160px !important;
}

.as_pre_label {
	font-weight: normal !important;
}

.dropdown-as-categories .caret {
	padding-bottom: 4px;
}

#share_description {
	min-height: 90px;
}

#tabicons {
	display: block;
	padding: 5px;
	bottom: 0px;
}

.searchrow {
	display: table;
	margin: 0px;
	width: 370px;
}

.btn-text {
	font-size: 14px;
}

.dropdown-menu.show {
	z-index: 20000;
}

#search {
	position: relative;
	/*float: left;*/
	padding-right: 5px;
	/*max-width: 370px;*/
	clear: both;
	/*display: none;*/
}

#search .input-group {
	width: 100% !important;
}

#search_shortcuts {
	display: block;
	position: relative;
	float: left;
	clear: left;
	width: 100%;
	padding-top: 5px;
}

#search_shortcuts .btn-group {
	width: 50%;
	overflow: hidden;
	background-color: transparent;
}

#search_shortcuts .btn-group>button {
	border-top-width: 2px;
}

#button_clear {
	font-weight: bold !important;
	font-size: 11px !important;
	display: block !important;
	width: 35px !important;
	height: 30px;
	margin-left: 10px;
	border-radius: 33% !important;
}

#search_buttons {
	display: block !important;
	width: auto !important;
	min-width: 232px;
}

/*PIES and BARS*/
.p0_title,
.p1_title {
	font-size: 20px !important;
}

.bar_hint {
	/*font-size: 11px !important;*/
}

#search_containers {
	margin: 0 !important;
}

#menu {
	top: 90px !important;
	min-height: 30px !important;
}

#menu li>a {
	padding-top: 2px !important;
	padding-bottom: 2px !important;
}

.tick text {
	font-size: 13px;
}

.modal-keywords {
	margin-top: 5px;
}

#logos {
	top: 0px !important;
	right: 2px;
	top: 0px;
	width: auto;
	height: 90px;
	z-index: 32000;
}

#logos li>a {
	padding: 10px !important;
}

#logos .navbar-brand {
	font-size: 28px;
	/*margin-top: 20px;
	line-height: 28px;*/
}

.go_chapters h3 {
	cursor: pointer;
	cursor: hand;
	text-decoration: underline;
}

.go_chapters h2 {
	font-size: 16px;
	float: left;
	width: auto;
}

.go_chapters ul {
	list-style: none;
}

.go_chapters li {
	clear: both;
}

.go_chapters a {
	float: right;
}

.modal {
	z-index: 70000 !important;
}

#dialogModal_success.modal,
#dialogModal_warning.modal,
#dialogModal_wait_message.modal,
#dialogModal_error.modal {
	z-index: 90000 !important;
}

#newreportform.modal {
	z-index: 80000 !important;
}

#newreportform .modal-dialog {
	max-width: 800px;
	min-height: 500px;
	height: 100% !important;

}

.modal-footer a {
	color: #000;
}

.object_report_group_cb .form-control {
	max-width: 22px !important;
	margin: 5px !important;
	;
}

.object_report_group_cb .input-group-text {
	background-color: white;
}

.object_map_cb.input_group {}


#previewreportform.modal {
	z-index: 81000 !important;
}

#previewreportform .modal-dialog {
	max-width: 1280px;
	min-height: 500px;
	height: 100% !important;

}

#preview_report_form {
	overflow-y: scroll;
	overflow-x: scroll;
	max-height: 400px;
	border: solid 2px #4d9de0;
}

#upload_report_form {
	overflow-y: scroll;
	overflow-x: scroll;
	max-height: 400px;
	border: solid 2px #4d9de0;
}

#profile_data_reports img {
	max-width: 128px;
	max-height: 128px;
}

.modal-open .modal {
	overflow-y: hidden !important;
}

.resumen_texto {
	overflow-y: hidden;
	max-height: 200px;
}

#resumen_texto .resumen_texto {
	overflow-y: hidden;
	max-height: 500px;
}

.level_nacion,
.type_pais,
.cluster_municipio .type_pais,
.cluster_municipio .type_provincia,
.level_municipio.type_provincia {
	fill: none !important;
}

.object_report_render {
	padding: 18px;
	font-size: 18px;
}

.object_report_render text {
	font-size: 12px;
}

.object_report_table {
	margin-left: 0px;
	border-collapse: collapse;
	border: 2px solid black;
	max-height: 400px;
	overflow-y: scroll;
	display: block;
}

.object_report_table td,
.object_report_table th {
	padding: 15px;
}

.object_report_table th {
	letter-spacing: 2px;
}

.object_report_m::before {
	display: block;
	position: absolute;
	font-size: 16px;
	color: white;
	background-color: #4d9de0 !important;
	float: right;
	right: -40px;
	top: 40px;
	transform: rotate(270deg);
	padding: 5px 20px 5px 20px;
	font-weight: bold;
	letter-spacing: 4px;
	border-radius: 20px 0px 0px 0px;
}

.graph::before {
	content: "Grafico";
}

.text::before {
	content: "Texto";
}

.resumen_map::before {
	content: "Mapa resumen";
}

.detmap::before {
	content: "Mapa detallado";
}

.heatmap::before {
	content: "Mapa de calor";
}

.tabla::before {
	content: "Tabla";
}


.modal-dialog {
	width: 80% !important;
}

.error .modal-title {
	color: #F66;
	font-weight: bold;
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.error .modal-body {
	color: #600;
	font-weight: italic;
	width: 100%;
	overflow: hidden;
}

.error .modal-body textarea {
	width: 100%;
	overflow-y: scroll;
	max-height: 300px;
	min-height: 200px;
}

#sectorselector_dlg .modal-dialog,
#depselectordlg .modal-dialog,
#aglomeracion_dlg .modal-dialog {
	max-width: none;
}

.input_sector {
	font-size: 12px;
}

.minimizable .modal-dialog {
	width: 100% ! important;
	margin-top: 4px !important;
	transition-property: width;
	transition-duration: 1s;
}

.minimizable.max {
	transition-property: width;
	transition-duration: 1s;
}

.minimizable.min {
	bottom: auto !important;
	width: 20% !important;
	left: 400px;
	top: 35px;
	transition-property: width;
	transition-duration: 1s;

}

.minimizable.min .modalMinimize {
	display: none;
}

.minimizable.min .modalMaximize {
	display: block;
}

.minimizable.max .modalMinimize {
	display: block;
}

.minimizable.max .modalMaximize {
	display: none;
}

.minimizable.min .modal-header {
	display: block;
}

.minimizable.min .modal-body {
	display: none;
}

.minimizable.min .modal-footer {
	display: none;
}

.minimizable.max .modal-body {
	display: block;
}

.variation {
	font-size: 12px;
	font-weight: normal;
}

.col-stat {
	min-width: 450px;
}

.bar_back_text {
	opacity: 0.5;
}

#map {
	width: 100%;
	height: 100%;
	padding: 0px !important;
	margin: 0px !important;
	cursor: pointer;
	cursor: hand;
	/*position: fixed;*/
}

#table_info {
	display: none;
	position: fixed;
	left: 50%;
	margin-left: -300px;
	top: 100px;
	width: 600px;
	height: 500px;
	text-align: center;
	z-index: 20000;
	background-color: rgba(255, 255, 255, 0.85);
	border: solid 1px #000;
	border-radius: 20px;
	opacity: 0.8;
}

.percent {
	stroke: #fff;
	fill: #fff;
	font-size: 20px;
}

#table_info_close,
#table_info_toggle_pie,
#table_info_toggle_table,
#table_info_previous_pie,
#table_info_next_pie {
	display: block;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 20px;
	height: 20px;
	z-index: 21000;
	background-image: url(/img/btn/close7.svg);
	background-position: 0px 0px;
	background-size: 20px 20px;
	cursor: hand;
	cursor: pointer;
}

.show_charts_button {
	display: display;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 30px;
	height: 30px;
	z-index: 21000;
	background-image: url(/img/btn/spreadsheet1.svg);
	background-position: 0px 0px;
	background-size: 30px 30px;
	cursor: hand;
	cursor: pointer;
}

#table_info_toggle_table {
	right: 50px;
	background-image: url(/img/btn/spreadsheet1.svg);
	opacity: 1.0;
}

#table_info_toggle_pie {
	right: 80px;
	background-image: url(/img/btn/browser12.svg);
	opacity: 0.5;
}

.show_table #table_info_previous_pie,
.show_table #table_info_next_pie {
	display: none !important;
}

#table_info_previous_pie {
	right: 80px;
	top: 50px;
	background-image: url(/img/btn/back36.svg);
	opacity: 1.0;
}

#table_info_next_pie {
	right: 50px;
	top: 50px;
	background-image: url(/img/btn/right133.svg);
	opacity: 1.0;
}

.show_table #table_info_toggle_table {
	opacity: 0.5 !important;
}

.show_table #table_info_toggle_pie {
	opacity: 1.0 !important;
}

#table_info_data>table {
	display: none;
	position: relative;
	transition: all 1s;
	height: auto;
	margin-top: 0px;
	left: 0px;
	overflow: hidden;
	border: 0px;
}

table td {
	padding: 10px 7px;
	font-size: .8rem;
	/*font-family: Tahoma;*/
	color: #cccccc;
	font-weight: normal;
	letter-spacing: 1.2px;
}

table td.t_header {
	background-color: rgba(0, 0, 107, 1.0);
	/*color: #FFF;*/
	font-size: 18px;
	font-weight: normal;
	font-variant: small-caps;
	padding-top: 4px;
	padding-bottom: 4px;
}

table td.t_description {
	font-size: 16px;
	border-left: 0px;
	border-right: 0px;
}

table td.t_label {
	font-size: 14px;
	border-left: 0px;
	border-right: 0px;
}

table td.t_value {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	border-left: 0px;
	border-right: 0px;
}

.show_table>#table_info_data>table {
	display: block !important;
	margin: 40px;
	height: auto;
	margin-top: 0px;
	transition: all 1s;
	overflow: hidden;
}

#table_info_data {
	overflow-y: auto;
	overflow-x: auto;
	margin-top: 5%;
	margin-bottom: 5%;
	height: 90%;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}

#table_info_label {
	display: block;
	margin-top: 10px;
	color: #000;
	font-size: 18px;
	letter-spacing: 2px;
	font-weight: normal;
}

#ge_layout svg {
	display: block;
	position: relative;
	/*float: left;*/
	clear: none;
	transition: all .8s ease;
    	transition-delay: 0.4s;
	/*height: auto;*/
}

svg.legend {
	min-height: 24px;
}

.winfo-body-col2 svg.legend {
	margin-top: 12px !important;
}

.show_table svg {
	display: none !important;
	transition: all 1s;
	height: 0px !important;
}

/**
path {
  stroke-width: 1.0px;
}
path:hover {
  fill: blue;
  fill-opacity: 1.0;
}*/
#ag_clusterDraw path.type_pais,
#ei_clusterDraw path.type_pais {
	stroke-width: 0.8px;
	stroke: #777;
	fill: transparent;
	/*fill-opacity: 0.0;*/
}

#ag_clusterDraw path.type_provincia,
#ei_clusterDraw path.type_provincia {
	stroke-width: 0.6px;
	stroke: #333;
	fill: transparent;
	/*fill-opacity: 0.0;*/
}

#ag_clusterDraw path.type_municipio,
#ei_clusterDraw path.type_municipio {
	stroke-width: 0.5px;
	stroke: #777;
	fill: #5F5;
}

#ag_clusterDraw path.type_municipio:hover,
#ei_clusterDraw path.type_municipio:hover {
	stroke-width: 1px;
	stroke: #000;
	fill: #0F0;
}

h5.dlg_label {
	/*color: white;*/
	/*font-family: Arial;*/
	text-transform: capitalize;
	font-size: 13px;
	/*background-color: #0091c1;*/
	border-radius: 5px 5px 0px 0px;
	padding: 8px;
	float: none;
	display: block;
	clear: both;
	border-bottom: solid 1px grey;
}

#ei_similares {
	display: block;
	overflow-x: hidden;
	overflow-y: scroll;
	min-height: 80px;
	max-height: 130px;
	cursor: pointer;
	cursor: hand;
}

#ei_complementarios {
	display: block;
	overflow-x: hidden;
	overflow-y: scroll;
	min-height: 80px;
	max-height: 130px;
	cursor: pointer;
	cursor: hand;
}

path {
	cursor: pointer;
}

#ag_shapeDraw_img {
	min-height: 200px;
}

#ag_shapeDraw_data {
	display: block;
	overflow-x: hidden;
	overflow-y: scroll;
	min-height: 80px;
	max-height: 130px;
	cursor: pointer;
	cursor: hand;
}

#ag_shapeDraw_img {
	background-color: #000;
	width: 100%;
	display: block;
	float: left;
	border-radius: 20px;
	border: solid #0091c1 8px;
}

.bar-chart {
	background-color: transparent;
	fill: #0091c1;
}

#filters {
	display: block;
	position: fixed;
	width: 100%;
	top: 0px;
	height: 80px;
	background-color: rgba(255, 255, 255, 0.5);
}

#filters2 {
	display: block;
	position: fixed;
	width: 300px;
	top: 80px;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.95);
	overflow: hidden;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
	z-index: 10000;
}

#categories {
	display: block;
	position: fixed;
	width: 100%;
	bottom: 0px;
	height: 50px;
	background-color: rgba(255, 255, 255, 0.5);
}

#tree {
	display: block;
	position: absolute;
	float: left;
	clear: none;
	width: 260px;
	top: 0px;
	left: 40px;
	padding: 0px;
	overflow-y: auto;
	overflow-x: hidden;
	height: 100%;
}

#tree_head {
	display: block;
	position: absolute;
	left: 70px;
	top: 0px;
	height: 60px;
}

#tree_head>input {
	display: block;
	border-radius: 5px;
	width: 200px;
	margin-left: 7px;
	margin-top: 7px;
}

#tree>ul>li>div.button {
	font-size: 15px !important;
}

#tree>ul>li {
	background-image: url(/img/btn/keyboard53.svg);
	background-size: 20px 20px;
	background-position: 6px 6px;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

#tree>ul>li.expanded {
	background-image: url(/img/btn/keyboard53rotate.svg);
	background-size: 20px 20px;
	background-position: 6px 6px;
	background-repeat: no-repeat;
}

#tree>ul>li>ul>li>div.button {
	font-size: 13px !important;
}

#tree>ul>li>ul>li {
	background-image: url(/img/btn/keyboard53.svg);
	background-size: 16px 16px;
	background-position: 12px 6px;
	background-repeat: no-repeat;
}

#tree>ul>li>ul>li.expanded {
	background-image: url(/img/btn/keyboard53rotate.svg);
	background-size: 16px 16px;
	background-position: 12px 6px;
	background-repeat: no-repeat;
}

#tree>ul>li>ul>li>ul>li>div.button {
	font-size: 12px !important;
}

#filters_tree {
	display: block;
	position: relative;
	float: left;
	clear: none;
	width: 100%;
	padding: 0px;
	height: auto;
	margin-top: 0px;
}

#filters_tree ul,
#filters_tree li {
	width: 100%;
	padding: 0px;
}

.separator {
	background: none !important;
	margin: 0px;
	margin-bottom: 20px !important;
	margin-left: 20px !important;
	line-height: 20px !important;
	color: #AAA;
	letter-spacing: 2px;
}

.separator hr {
	margin: 0px;
}

#filters>div,
#categories>div,
#categories>button {
	display: block;
	float: left;
	clear: none;
	margin: 0px;
}

.button {
	display: block;
	width: 100%;
	border: solid 0px #000;
	text-align: center;
	background: linear-gradient(to bottom, rgba(158, 183, 255, 0.54) 0%, rgba(229, 229, 229, 0.47) 19%, rgba(229, 229, 229, 0.16) 100%);
	cursor: pointer;
	cursor: hand;
	border-radius: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
	font-size: 13px;
	letter-spacing: 1.5px;
}

.description {
	padding: 10px;
	color: #555;
}

.button:hover {
	background-color: rgba(180, 255, 255, 0.5);
	color: #000 !important;
}

.button:active {
	background-color: rgba(0, 255, 255, 0.5);
}

.delete_search {
	width: 30px;
	height: 33px;
	border: 0;
}

#regions,
#countries {
	float: right !important;
}

.ol-zoom {
	position: fixed;
	left: auto !important;
	right: 10px !important;
	top: auto !important;
	z-index: 10000;
	width: auto;
	height: auto;
	bottom: 44px !important;
}

.ol-attribution {
	display: none;
}

.filter_groups {
	width: 50%;
}

.filter_groups>button {
	margin: 10px;
	float: left;
	clear: none;
}

label {
	font-size: 12px;
	line-height: 13px;
	/*color: #fff;*/
	font-weight: bold;
}

.filter_selected,
li.expanded>div.filter_button {
	background-color: rgba(0, 0, 107, 0.4);
	color: #FFF !important;
}

.filter_subgroups {
	width: 100%;
	display: none;
	position: relative;
	float: left;
	clear: both;
	left: 0px;
}

.filter_subgroups>button {
	display: block;
	float: left;
	clear: none;
	transform: scale(0.8);
	width: 200px;
}

#flags {
	display: block;
	float: left;
	clear: none;
	height: 100%;
	width: 40px;
	border-right: 1px solid #888;
	background-color: #FFF;
}

div.filter_country {
	display: block;
	position: relative;
	float: left;
	clear: both;
	width: 32px;
	height: 24px;
	margin-top: 5px;
	cursor: pointer;
	cursor: hand;
	opacity: 0.05;
	background-size: 32px 24px;
}

div.filter_country_loaded {
	display: block;
	position: relative;
	float: left;
	clear: both;
	width: 32px;
	height: 24px;
	margin-top: 5px;
	opacity: 1.0;
}

div.filter_country_hidden {
	opacity: 0.5;
}

#app_header {
	display: block;
	position: fixed;
	float: left;
	width: 100%;
	height: 80px;
	background: linear-gradient(to right, rgba(0, 0, 107, 1) 0%, rgba(0, 0, 102, 0.55) 48%, rgba(0, 0, 101, 0.06) 79%, rgba(0, 0, 100, 0.0) 100%);
	z-index: 30000;
}

#app_header label {
	display: block;
	position: relative;
	height: auto;
	margin-top: 35px;
	margin-left: 30px;
	font-size: 23px;
	letter-spacing: 2px;
	color: #FFF;
	font-weight: normal;
}

#logo_eulac {
	display: block;
	float: left;
	clear: none;
	background-image: url('/img/Logos/Logo_EULAC_alpha.png');
	background-position: center center;
	background-size: 100% 100%;
	width: 70px;
	height: 70px;
	opacity: 1.0;
	cursor: pointer;
	cursor: hand;
}

#logo_fop {
	display: block;
	float: left;
	clear: none;
	background-image: url('/img/Logos/Logo_FOP_alpha.png');
	background-position: center center;
	background-size: 100% 100%;
	width: 106px;
	height: 70px;
	opacity: 1.0;
	cursor: pointer;
	cursor: hand;
}

#logo_unibo {
	display: block;
	float: left;
	clear: none;
	background-image: url('/img/Logos/Logo_UNIBO_alpha.png');
	background-position: center center;
	background-size: 100% 100%;
	width: 75px;
	height: 70px;
	opacity: 1.0;
	cursor: pointer;
	cursor: hand;
}

.filters2 ul,
.filters2 li {
	display: block;
	padding: 0px;
	margin: 0px;
	float: left;
	clear: both;
	list-style-type: none;
}



.layer-switcher {
	display: block !important;
	position: fixed !important;
	top: auto !important;
	right: 44px !important;
	bottom: 40px !important;
}

#info {
	background-color: rgba(255, 255, 255, 0.62);
	border: 2px solid #999;
	border-radius: 0 0px 20px 0;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
	display: block;
	height: auto;
	left: -400px;
	min-height: 300px;
	padding-bottom: 20px;
	padding-top: 0px;
	position: fixed;
	top: 78px;
	transition: all 1s ease 0s;
	width: 380px;
	z-index: 1;
}

#info.expanded {
	left: 300px;
}

#info.expanded_full #filter_info {
	height: 800px;
}

#region_info {
	background-color: rgba(255, 255, 255, 0.62);
	border: 2px solid #999;
	border-radius: 20px 0 0 20px;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
	display: block;
	max-height: 300px;
	min-height: 300px;
	overflow-y: auto;
	padding-bottom: 20px;
	padding-top: 10px;
	position: fixed;
	right: -350px;
	top: 330px;
	transition: all 1s ease 0s;
	width: 350px;
}

#region_info.expanded {
	right: 0px;
}

#region_info table {
	margin: 0px auto;
	font-size: 18px;
}

#region_info td.number {
	text-align: right;
}

.info_data {
	display: none;
}

.info_country {
	display: block;
	position: absolute;
	width: auto;
	height: auto;
	background-color: #000;
	color: #FFF;
	font-size: 12px;
	/*font-family: Arial;*/
	z-index: 40000;
	top: 40px;
}

.info_data li {
	color: #000;
}

#filter_info .description *,
.info_data .description * {
	color: #000;
}

.info_hint {
	display: block !important;
}

.info_label {
	display: none;
}

#filters_tree div.description {
	display: none;
}

#filter_info {
	position: relative;
	left: 0px;
	top: 0px;
	overflow: hidden;
	max-height: 300px;
}

#filter_info>div.description {
	display: block;
	position: relative;
	width: 90%;
	left: 5%;
	margin-top: 5px;
	max-height: 244px;
	overflow-y: auto;
	padding: 0px;
}

.expanded_full #filter_info>div.description {
	max-height: 500px;
}

#filter_info .filter_button,
#region_info .info_hint .head {
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	background-color: rgba(0, 128, 200, 0.75);
	color: #FFF !important;
	text-transform: uppercase;
	font-size: 15px !important;
	font-weight: normal !important;
	border-top: solid 0px;
	letter-spacing: 2px;
}

.control {
	display: inline-block;
	background-color: rgba(0, 60, 136, 0.5);
	border: medium none;
	border-radius: 2px;
	color: #fff;
	display: block;
	font-size: 1.14em;
	font-weight: 700;
	height: 1.375em;
	line-height: 0.4em;
	margin: 1px;
	padding: 0;
	text-align: center;
	text-decoration: none;
	width: 1.375em;
	border: solid 1px rgba(255, 255, 255, 0.0);
	transition: all 1s;
}

.control:hover,
.control:hover {
	background-color: rgba(0, 60, 136, 0.7);
	text-decoration: none;
	border: solid 1px rgba(255, 255, 255, 1.0);
}

#info .control {
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 20000;
}

#region_info .control {
	position: absolute;
	left: 5px;
	top: 5px;
	z-index: 20000;
}

#info .button {
	background: none;
	background-color: rgba(0, 0, 107, 0.75);
	padding: 5%;
	width: 90%;
}

#region_info .info_hint .head {
	background-color: rgba(0, 0, 107, 1);
	position: absolute;
	width: 100%;
}

#region_info .info_hint .head h1 {
	letter-spacing: 2px;
	font-size: 20px !important;
	font-weight: normal !important;
	padding-left: 20px;
	color: #FFF !important;
	text-align: center;
}

#region_info .info_hint {
	padding-top: 30px;
}

#filter_info div.description table {
	display: none;
	position: fixed;
	width: 40%;
	height: auto;
	background-color: rgba(255, 255, 255, 0.8);
	margin-left: -20%;
	left: 50%;
	top: 10%;
	z-index: 10000;
}

#filter_info div.description table tr th {
	background-color: rgba(0, 128, 200, 1.0);
	color: rgba(255, 255, 255, 1.0);
	padding: 10px;
	font-size: 15px;
	line-height: 14px;
}

#filter_info div.description table tr td {
	padding: 10px;
	font-size: 12px;
	line-height: 10px;
}

#region_info h1 {
	font-size: 20px;
	color: #555;
	margin: 0px;
	padding: 0px;
}

#overlay_content {
	/*border-top: 3px solid rgb(0, 153, 154);*/
	padding-top: 5px;
	/*float: left;*/
}

#overlay_content_sectors {
	float: left;
	display: none;
}

#overlay_content_sectors img {
	width: 42px;
	height: 42px;
	/*opacity: 0.3;   */
	animation: opacity;
}

#overlay_content_sectors img.active {
	/*opacity: 1.0;*/
	border-right: 2px solid;
}

#overlayer h2,
.overlay h2 {
	font-size: 18px;
	margin: 5px 0 0 0;
	text-transform: uppercase;
	padding-bottom: 5px;
	height: 40px;
}

#overlayer h2 span,
.overlay h2 span {
	float: left;
	font-weight: bold;
}

.slideInfo {
	width: 45% !important;
	float: left;
	margin: 4px 0 0 10px;
	-webkit-appearance: none;
	appearance: none;
	height: 10px;
	background: #ddd;
	outline: none;
	opacity: 0.8;
	-webkit-transition: .2s;
	transition: opacity .2s;
	margin-right: 10px;
}

.slideInfo:hover {
	opacity: 1;
}

.slideInfo::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 20px;
	height: 20px;
	background: #0091c1;
	cursor: pointer;
	border-radius: 50%;
	outline: none !important;
}

.slideInfo::-moz-range-thumb {
	width: 20px;
	height: 20px;
	background: #0091c1;
	cursor: pointer;
	border-radius: 50%;
	outline: none !important;
}

.infoPerfil {
	margin-left: 10px;
	font-size: 12px;
	padding: 5px;
}

.dragger {
	float: right;
	background: #444;
	opacity: 0.8;
	border-radius: 50%;
	width: 15px;
	height: 15px;
}

.dragger:hover {
	cursor: move;
	cursor: grab;
	cursor: -moz-grab;
	cursor: -webkit-grab;
}

#overlayer h3,
.overlay h3 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
}

#overlayer h4,
.overlay h4 {
	font-size: 16px;
	margin: 12px 0;
	font-style: oblique;
}

#overlayer .cmap,
.overlay .cmap {
	width: 50%;
	float: left;
	padding: 0 5px;
	margin-bottom: 10px;
}

#overlayer .cmap div,
.overlay .cmap div {
	min-height: 0px;
	height: auto;
}

#overlayer .cmap .type,
.overlay .cmap .type {
	/*height: 30px;*/
	/*overflow-x: hidden;
	overflow-y: scroll;*/
	display: block;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 1px;
}

.bdash {
	border-right: 1px dashed #eee;
}

#overlayer,
.overlay {
	margin: 0px;
	z-index: 9999;
	/*background-color: rgba(20,20,20,0.8);*/
	/*color:#fff;*/
	/*border: 1px solid #333;*/
	/*padding: 0 10px 5px 10px;*/
	width: auto;
	overflow: hidden;
}

#overlayer {
	/*position:fixed;*/
	top: 0;
	right: 0;
	/*height:100%;*/
	display: none;

}

.overlay {
	position: absolute;
	min-width: 256px;
}

.busqueda_municipio {
	/*background-color: #000;*/
}


#overlaypopup {
	/*background-color: rgba(0, 0, 0, 0.5);*/
}

.overlay_info {
	position: absolute;
}

.overlay_info .popover {
	min-width: 210px;
	min-height: 50px;
	/*background-color: rgb(28 28 28 / 80%);*/
	background: var(--clr-vent);
    	backdrop-filter: blur(4px);
	box-shadow: 12px 10px 8px rgb(0 10 35 / 50%);
	border-radius: 6px;
	border: 1px solid #000000;
	animation: fadein .5s ease;
	
	&>.arrow::after {
		border-left-color: #000000;
	        border-right-color: #000000;
	} 
	& .popover-header {
		border-bottom: 1px solid #373737;
		background-color: initial;
	}
	& .popover-body {
		background-color: rgba(0, 0, 0, 0.0);

		&:before {
			content: "";
			position: absolute;
			width: calc(100% - 1.5rem);
			height: 1px;
			background: #0bf8;
			bottom: 8px;
			opacity: 0;
		}
		/*&:has(.section-cluster > *):before {
			animation: ensanchar .5s cubic-bezier(0.69, 0.02, 1, 1) forwards;
		}
		&:has(.section-cluster-more > *):before {
			animation: ensanchar 1s cubic-bezier(0.69, 0.02, 1, 1) forwards;
		}*/
		&:has(.section-cluster-extras > *):before {
			animation: ensanchar 2s cubic-bezier(0.69, 0.02, 1, 1) forwards;
		}
	} 
}

@keyframes ensanchar {
	0% {
		transform: scaleX(0);
		opacity: 1;
		visibility: visible;
	}
	90% {
		opacity: 1;
		visibility: visible;
	}
	100% {
		transform: scaleX(1);
		opacity: 0;
		visibility: hidden;
	}
}


/*RESPOSIVE*/
@media (min-width: 300px) {
	#overlay_content_sectors {
		width: 0px;
	}

	#clusterDraw,
	.clusterDraw {
		display: block;
		overflow: hidden;
		float: left;
		width: 100%;
        	height: auto;
	}
}

@media (min-width: 768px) {
	#overlay_content_sectors {
		width: 42px;
	}
}

@media (min-width: 1192px) {

	#overlayer .cmap div,
	.overlay .cmap div {
		height: auto;
	}

	#overlay_content_sectors {
		width: 42px;
	}
}

/*FIN-RESPONSIVE*/
#layertablist li.group {
	background-color: transparent;
}

#filter_legend {
	display: block;
	position: relative;
	float: left;
	clear: none;
	width: 90%;
	left: 5%;
	height: auto;
	overflow-y: auto;
	max-height: 300px;
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#filter_legend.expanded {
	border: solid 1px #777;
}

.cluster_definition {
	display: block;
	width: 100%;
	position: relative;
	float: left;
	clear: both;
	margin-top: 5px;
}

.cluster_color {
	display: block;
	position: relative;
	float: left;
	clear: none;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	margin-left: 20px;
	border: solid 1px #000;
}

.cluster_name {
	display: none;
	position: relative;
	float: left;
	clear: none;
	font-size: 12px;
	/*font-family: Tahoma;*/
	letter-spacing: 1px;
	color: #555;
	width: 70%;
	font-weight: bold;
}

.cluster_hint {
	display: block;
	position: relative;
	float: left;
	clear: none;
	font-size: 12px;
	letter-spacing: 1px;
	/*font-family: Tahoma;*/
	color: #555;
	width: 70%;
	font-weight: bold;
}

.cluster_hint * {
	padding: 0px;
	margin: 0px;
	line-height: 11px;
}

.cluster_hint h1 {
	color: #555;
	/*font-family: Helvetica;*/
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 5px;
	width: 80%;
}

.cluster_hint .description {
	display: none;
}

.cluster_related {
	display: none;
	width: 86%;
	height: auto;
	margin-left: 20px;
	margin-bottom: 5px;
	cursor: pointer;
	cursor: hand;
	float: left;
	clear: both;
}

.cluster_related .cluster_filter {
	display: block;
	width: 100%;
	float: left;
	clear: both !important;
	color: #000;
}

.cluster_related .cluster_color {
	display: block;
	float: left;
	clear: none;
	margin-right: 5px;
}

.cluster_related .cluster_hint {
	width: 80%;
	margin-top: 5px !important;
}

.cluster_related .cluster_hint h1 {
	font-size: 13px !important;
	line-height: 13px;
	font-weight: normal;
	color: #000 !important;
	text-decoration: underline;
}

#id_search_response {
	z-index: 1000;
	overflow-y: hidden;
	width: 100%;
	height: 100%;
	/*max-height: 385px;*/
	margin-top: 5px;
	/*min-height: 630px;*/
	background-color: transparent;
	display: block;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;

}

#id_search_municipio_full_response,
#id_search_municipio_response {
	display: block;
	position: absolute;

	z-index: 1000;
	overflow-y: auto;
	width: 95%;
	height: auto;
	max-height: 485px;
	margin-top: 45px;
	background-color: transparent;
}

#id_search_municipio_full_response>button,
#id_search_municipio_response>button {
	font-size: 12px;
	float: left;
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px !important;
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
	border-radius: 0px !important;
	text-align: left;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: #FFF;
	border-color: transparent;
}

#id_search_municipio_full_response>button.provincia,
#id_search_municipio_full_response>button.pais {
	background-color: #FAFAFA;
	border-color: #CCC;
	border-left: 0px;
	border-right: 0px;
	border-top: solid 2px;
	border-bottom: solid 1px;

}

#id_search_municipio_full_response>button>h6,
#id_search_municipio_response>button>h6 {
	font-size: 12px;
	margin-top: 2px;
	margin-bottom: 2px;
}

#id_search_municipio_full_response>button>h5,
#id_search_municipio_response>button>h5 {
	font-size: 13px;
}

#id_search_municipio_full_response>button>h4,
#id_search_municipio_response>button>h4 {
	font-size: 14px;
	margin-top: 2px;
	margin-bottom: 2px;
}

#id_search_municipio_full_response>button>h3,
#id_search_municipio_response>button>h3 {
	font-size: 15px;
}

#id_search_municipio_full_response>button>h2,
#id_search_municipio_response>button>h2 {
	font-size: 16px;
}

#id_search_municipio_full_response>button>h1,
#id_search_municipio_response>button>h1 {
	font-size: 17px;
}

#id_search_response>button {
	font-size: 12px;
	float: left;
	clear: none;
	margin-top: 2px;
	margin-bottom: 4px !important;
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
	border-radius: 6px !important;
	text-align: left;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: #FFF;
	min-height: 144px;
	max-height: none !important;
	height: 48px;
}

#content_clusters {
	background-color: rgba(255, 255, 255, 0.8);
}

.cluster_info button.close {
	padding: 12px;
}

.iframe_pdf {
	width: 100%;
	min-height: 300px;
	height: 600px;
	max-height: 700px;
}

#search {
	margin-left: 10px !important;
	height: 100%;
}

#id_search_response_loader {
	display: block;
	position: absolute;
	top: -36px;
	left: -17px;
}

#search_response_loader {
	display: block !important;
	position: absolute !important;
	top: -36px !important;
	left: 300px !important;
}

button.eulac-key .glyphicon-refresh {
	display: block !important;
	position: absolute !important;
	top: 8px !important;
	left: 337px !important;
}

.glyphicon-refresh-animate {
	-animation: spin .7s infinite linear;
	-ms-animation: spin .7s infinite linear;
	-webkit-animation: spinw .7s infinite linear;
	-moz-animation: spinm .7s infinite linear;
}

@keyframes spin {
	from {
		transform: scale(1) rotate(0deg);
	}

	to {
		transform: scale(1) rotate(360deg);
	}
}

@-webkit-keyframes spinw {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes spinm {
	from {
		-moz-transform: rotate(0deg);
	}

	to {
		-moz-transform: rotate(360deg);
	}
}

#region_containers {
	display: block;
	position: fixed;
	top: 100%;
	margin-top: -40px;
	left: 0px;
	width: 100%;
	transition: all 1s;
	height: 80%;
	z-index: 40000;
	background-color: rgba(255, 255, 255, 0.75);
}

#region_containers.expanded {
	top: 0%;
	margin-top: 120px;
	transition: all 1s;
	height: 100%;
}

#region_tabs {
	height: 40px !important;
	text-overflow: ellipsis;
}

#region_tabs li {
	padding: 5px 20px !important;
	cursor: pointer;
	cursor: hand;
}

#region_tabs li.object_content {
	padding: 10px !important;
	display: table-data;
	overflow: hidden;
	height: 40px !important;
}

#region_contents {
	position: fixed;
	overflow-y: scroll;
	height: 90%;
	top: 100%;
	width: 100%;
	margin-top: 0px;
	transition: all 1s;
}

.expanded #region_contents {
	top: 0%;
	margin-top: 160px;
	transition: all 1s;
	width: 100%;
}

@media (max-width: 1000px) {
	.nav-logos {
		display: none;
	}
}

.stats .field {
	font-size: 18px;
	font-weight: normal;
	max-width: 500px;
	text-align: left;
	padding: 10px 5px;
	/*color: #000;*/
	letter-spacing: 0px;
	float: left;
	width: 100%;
}

.list-group-item {
	background-color: transparent !important;
	color: inherit !important;
}

.field_label {
	max-width: 180px;
	display: block;
	float: left;
}

.stats .value {
	min-width: 100px;
	max-width: 150px;
	float: right;
	letter-spacing: 0.5px;
}

.stats .badge {
	font-size: 24px;
}

.wait_message {
	display: block;
	position: fixed;
	width: 30% !important;
	height: 100px !important;
	margin-left: -35%;
	left: 50%;
	overflow-y: hidden !important;
}

.wait_message .modal-dialog,
.wait_message .modal-content,
.wait_message .modal-body {
	width: 100% !important;
	height: auto;
	margin: 0px !important;
	padding: 0px !important;
	background-color: transparent !important;
}

.wait_message .modal-header {
	text-align: center;
}

.wait_message .modal-title {
	color: #EEE;
	position: fixed;
	width: 100%;
	left: 0%;
	margin-left: 0%;
	text-align: center;
	margin-top: 10px;
	padding: 14px;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 12px;
}

.modal-backdrop {
	background-color: rgba(0, 0, 0, 0.6) !important;
}

.wait_message .modal-header .close {
	display: none;

	background-color: white !important;
	padding: 7px 14px 7px 14px;
	border-radius: 14px;
	margin-top: 140px;
	position: fixed;
	z-index: 50000;
	right: 15px;
	top: 0px;
	opacity: 0.7;
	font-size: 50px;
}

.wait_message .modal-content {
	background-color: transparent !important;
}

.wait_message .modal-header {
	height: 120px !important;
}

.wait_message .modal-footer {
	display: none !important;
}

.wait_message i {
	margin-top: 80px;
	width: 100%;
	text-align: center;
	font-size: 20em;
}

.badge {
	font-size: 12px;
}

.nvar {
	display: block;
	position: absolute;
	float: right;
	color: #777;
	bottom: 0px;
	right: 20px;
	font-size: 13px;
}

.shape {
	font-size: 12px;
	background-color: #7A7A82;
	padding: .2em .6em .3em;
	color: white;
}

.cluster {
	font-size: 9px;
	background-color: #7A7A82;
	padding: .2em .6em .3em;
	color: white;
}

.click_color {
	display: block;
	position: relative;
	float: left;
	margin-right: 5px;
}

.shapes-clusters {
	margin-top: 5px;
	min-height: 35px;
	max-height: 70px;
	overflow-y: auto;
}

.object_shape {
	cursor: pointer;
	cursor: hand;
	border: solid 1px #000;
	border-radius: 4px;
	background-color: #FFF;
	font-weight: normal;
	color: #000;
	margin-right: 8px;
	margin-top: 8px;
	float: left;
}

.object_shape.object_loaded {
	color: #FFF !important;
	font-weight: bold;
	border: solid 1px #CCC;
	background-color: #777 !important;
}

.btn-twitter {
	background: #00acee;
	border-radius: 0;
	color: #fff
}

.btn-twitter:link,
.btn-twitter:visited {
	color: #fff
}

.btn-twitter:active,
.btn-twitter:hover {
	background: #0087bd;
	color: #fff
}

.btn-facebook {
	background: #3b5998;
	border-radius: 0;
	color: #fff
}

.btn-facebook:link,
.btn-facebook:visited {
	color: #fff
}

.btn-facebook:active,
.btn-facebook:hover {
	background: #30477a;
	color: #fff
}

.btn-googleplus {
	background: #e93f2e;
	border-radius: 0;
	color: #fff
}

.btn-googleplus:link,
.btn-googleplus:visited {
	color: #fff
}

.btn-googleplus:active,
.btn-googleplus:hover {
	background: #ba3225;
	color: #fff
}

.btn-stumbleupon {
	background: #f74425;
	border-radius: 0;
	color: #fff
}

.btn-stumbleupon:link,
.btn-stumbleupon:visited {
	color: #fff
}

.btn-stumbleupon:active,
.btn-stumbleupon:hover {
	background: #c7371e;
	color: #fff
}

.btn-linkedin {
	background: #0e76a8;
	border-radius: 0;
	color: #fff
}

.btn-linkedin:link,
.btn-linkedin:visited {
	color: #fff
}

.btn-linkedin:active,
.btn-linkedin:hover {
	background: #0b6087;
	color: #fff
}

#advanced_search a.label {
	display: block !important;
	color: black !important;
	float: left !important;
	clear: none !important;
	padding-left: 30px !important;
}

#advanced_search a.help {
	display: block !important;
	color: lightblue !important;
	float: none !important;
	width: 5px !important;
	position: absolute;
	padding-left: 9px !important;
	cursor: pointer;
	cursor: hand;
}

#advanced_search li {
	position: relative;
	display: block;
	float: left;
	clear: both;
}


#scaleline .ol-scale-line {
    background: rgb(0 0 0 / 32%);
    border-radius: 4px;
    padding: 2px;
    padding-left: 6px;
    bottom: inherit;
    left: inherit;
    position: relative;
	& .ol-scale-line-inner {
		border:none;
	}
}


/*BUTTONS Tab CAPAS*/
#layer_tools {
	height: 120px;
	width: 30px;
	text-align: center;
	float: right;
	background: rgba(100, 100, 100, 0.5);
	opacity: 0.1;
	transition: all 0.5s;
}

.layer:hover #layer_tools,
#layer_tools:hover {
	opacity: 1.0;
}

#bdel {
	color: red !important;
}

#bdel,
#bperfil,
#bzoom,
#bconopa {
	color: #fff;
	text-decoration: none;
	padding: 2px 8px;
	display: inline-block;
	position: relative;
	border: transparent;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
	transition: all 0.5s;
	opacity: 0.9;
	outline: none;
	background: transparent;
	border-bottom: 1px solid #222;
	width: 100%;
	height: 25%;
}

#bzoomx {
	color: #fff;
	display: inline-block;
	padding: 2px 8px;
	outline: none;
	border: transparent;
	background: transparent;
}

.bhideopa {
	color: #fff;
	text-decoration: none;
	padding: 2px 8px;
	display: inline-block;
	float: left;
	background: transparent;
	border: 0 solid;
	height: 100%;
}

.bcolorpick,
.bpatternpick {
	color: #fff;
	text-decoration: none;
	padding: 4px 10px 2px 10px;
	display: inline-block;
	float: left;
	background: transparent;
	border: 0 solid;
	height: 100%;
	border-left: 1px solid #222;
	transition: all 0.5s;
}

.bcolorpick:hover,
.bpatternpick:hover {
	color: #0091c1;
	background: #222;
	transition: all 0.5s;
}

.bcolorpick span {
	margin: 6px;
}

input[type="color"] {
	display: none;
}

#bperfil_info {
	width: auto !important;
	margin-left: 10px;
}

#bdel:hover,
#bperfil:hover,
#bzoom:hover,
#bconopa:hover {
	opacity: 1;
}

#bdel:active {
	background: #E35252;
	outline: none;
	opacity: 1;
}

#bperfil:active,
#bzoom:active,
#bconopa:active {
	background: #bbb;
	outline: none;
	opacity: 1;
}

/*ALERTS*/
#warning_cluster {
	padding: 8px !important;
	margin: 10px !important;
	display: none;
}

/*SLIDER Tab CAPAS*/
.conopa {
	height: 30px;
	width: 0;
	background: #333;
	position: absolute;
	overflow: hidden;
	right: 0;
	bottom: 5px;
	transition: all 1s;
}

#bopa {
	-webkit-appearance: none;
    	width: 100%;
    	height: 10px;
    	background: #ffffff22;
	outline: none;
	opacity: 0.75;
	-webkit-transition: all .2s;
	transition: all .2s;
	margin: 4px;
	float: left;
}

#bopa:hover {
	opacity: 1;
}

#bopa::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 20px;
	height: 20px;
	background: #0091c1;
	cursor: pointer;
	border-radius: 50%;
	outline: none !important;
}

#bopa::-moz-range-thumb {
	width: 20px;
	height: 20px;
	background: #0091c1;
	cursor: pointer;
	border-radius: 50%;
	outline: none !important;
}

.shapes_list.box,
.shapes_list {
	display: none;
	/*overflow-y: auto;
  overflow-x: hidden;*/
	width: 200px;
	padding: 4px 8px;
	font-size: .9rem;
	height: 480px;
}

.shapes_list .scroll {
	display: block !important;
	max-height: 500px !important;
}

.listaShapes {
	width: 200px;
	height: 400px;
	padding: 4px 8px;
	font-size: .9rem;
	background-color: var(--clr-resal-b9);
}

.shapes_list span:hover {
	background-color: var(--clr-princ-1);
	cursor: pointer;
}

.shapes_list span {
	width: 100%;
	display: block;
	margin-bottom: 2px;
	padding: 3px 6px;
	font-size: .9rem;
	/* border-radius: 3px; */
	transition: background-color 0.3s ease;
	background-color: var(--clr-neutro-1);
}



.shapes_list .selected {
	background-color: #333;
	color: white;
}



.expanded-mode .shapes_list,
.expanded-mode .shapes_list.box {
	display: flex;
}


/*CLUSTER DRAWER*/

#clusterDraw path {
	fill-opacity: 1.0;
	stroke-width: 0.3px;
	stroke-opacity: 1;
}

.infoClus #clusterDraw path {
	fill-opacity: 1.0;
	stroke-width: 0.3px;
	stroke-opacity: 1;
}

.infoClus #clusterDraw.shape .type_pais,
.infoClus #clusterDraw.key_municipio .type_pais,
.infoClus #clusterDraw.key_provincia .type_pais {
	fill: none !important;
	stroke: #FFF;
	stroke-opacity: 0.7;
}

.infoClus #clusterDraw.shape .type_provincia,
.infoClus #clusterDraw.key_municipio .type_provincia {
	fill: none !important;
	stroke: #FFF;
	stroke-opacity: 0.8;
}

circle.type_cluster {
	/*fill: rgba(0, 0, 0, 1);*/
	stroke:rgba(0, 0, 0, 0);
}


#clusterDraw.shape .type_pais,
#clusterDraw.key_municipio .type_pais,
#clusterDraw.key_provincia .type_pais {
	fill: none !important;
	stroke: #fff;
	stroke-opacity: 0.7;
}

#clusterDraw.shape .type_provincia,
#clusterDraw.key_municipio .type_provincia {
	fill: none !important;
	stroke: #fff;
	stroke-opacity: 0.8;
}

/* .gedi #clusterDraw.shape .type_pais,
.gedi #clusterDraw.key_municipio .type_pais,
.gedi #clusterDraw.key_provincia .type_pais {
  fill: none !important;
	stroke: #000;
	stroke-opacity: 0.5;
}
.gedi #clusterDraw.shape .type_provincia,
.gedi #clusterDraw.key_municipio .type_provincia {
  fill: none !important;
	stroke: #000;
	stroke-opacity: 0.5;
} */

.shapeDraw {
	/* float: left; */
	width: 100%;
	/*flex: 1;
	display: flex;
    	justify-content: center;
	align-items: center;
	display: block;*/
}

.winfo-body-col2 .shapeDraw {
	float: none !important;
}

#shapeDraw path {
	transform: scale(50%) translate(50%, 40%);
	/*fill-opacity: 0.95;
	stroke: #ffffff75 !important;
	stroke-width: 1px;
	animation: pulsar 1s infinite;*/
}

#shapeDraw path.type_area {
	fill-opacity: 0.5;
	fill:  #00CCCC;
}

.winfo-title h5 {
	display: inline-block;
}

.winfo-title h6 {
	display: inline-block;
}

.winfo-title h7 {
	display: inline-block;
}

.infoClus {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	/* margin: 10px auto;
	border: solid 1px #888;
	border-radius: 3px;
	float: left;
	position: relative; */
}

.infoClus p {
	margin: 0 0 5px !important;
	padding: 5px;
	border-bottom: 1px solid #888;
	font-size: 16px;
}

.infoClus .no-border {
	border-bottom: 0px solid #888;
}

.info_cluster_card,
.info_shape_card {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 4px;

	&>label {
		padding: 5px 20px 8px 74px;
		/*display: block;*/
	}
}

.centrar_mapa {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	animation: fadein .5s ease-out;
}

g.axisLabelSector circle {
    /*r: 14;*/
    transition: r .2s ease, stroke-width .2s ease, fill-opacity .2s ease;
}

.especializacion_base_ocupados {
	/*min-height: 540px;
	min-width: 540px;*/
}


/*.info_shape_card > label {
	padding: 8px;
	display: block;
}*/

/*resumen stats ventana info flotantes sobre cluster*/
.info_cluster_card .stats-info-brief {
	display: block;
	/* position: absolute;
	bottom: 0px;
	right: 0px;
	left: auto; */
}


.expanded-mode .info_cluster_card .stats-info-brief {
	display: none;
}

.collapsed-mode .info_cluster_card {
	display: block;
	height: 400px;
}

.sector_dashboard {
	display: flex;
	float: left;
	clear: left;
	margin-top: 15px;
	margin-left: 0px;
	margin-bottom: 10px;
}

.structure_dash {
	clear: left;
}

.sector_dashboard.row>div,
.structure_dash.row>div>.row>div {
	overflow: hidden;
	padding: 8px;
}

.sector_dashboard .title_treemap {
	font-size: 12px;
}

.sector_dashboard .sub_title_treemap {
	font-size: 11px;
}

.treemap text {
	color: white !important;
	fill: white;
	text-shadow: 1px 1px 2px black;
	font-size: 9px;
	pointer-events: none;
}


.sector_dashboard .report_ocupados {
	display: none;
}

.sector_dashboard .report_espe {
	display: none;
}

#sobesp .sector_coded,
#subesp .sector_coded {
	font-size: 13px;
	overflow: hidden;
	height: 32px;
	float: left;
	cursor: pointer;
	cursor: hand;
	opacity: 1;
	margin: 4px 4px 0;
}

/* .gedi .sector_coded img {
	filter: invert();
} */


.btn-info {
	width: 100%;
	background-color: #000f2163;

	&:last-child {
		border-radius: 0 0 0 20px;
	}
}

.cmap .btn-secondary {
	background-color: transparent;
	border-color: transparent;
}

button.btn-secondary {
	font-size: .9rem;
}

.objField {
	font-size: 13px;
	width: 20%;
	overflow: hidden;
	display: inline-block;
	text-overflow: ellipsis;
}



button.objField {
	padding: 0px;
	min-width: 50px;
	/*background-color: #DDD;*/
}

button.objData {
	min-width: 50px;
	font-weight: normal;
}

.objData {
	width: 80%;
	font-weight: bold;
	border-radius: 5px;
	display: inline-block;
	text-align: right;
	float: right;
	overflow: hidden;
	text-overflow: ellipsis;
	letter-spacing: 2px;
}


.list_info_extra {
	display: block;
	position: relative;
	width: 100%;
}

#object_shape_stats {
	display: block;
	position: relative;

	width: 96% !important;

	margin-left: 2% !important;
	margin-right: 2% !important;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
}

#object_shape_stats.header {
	border-radius: 6px 0px;
	margin-top: 15px;
}

.list_info_stats {
	display: table !important;
	width: 100%;
}

table.list_info_stats tr:nth-child(odd) {
	filter: brightness(1.1);
}


.list_info_stats tr {
	/*border-radius: 0px;*/
	display: table-row !important;
}

.list_info_stats .labelx {
	text-align: left !important;
	font-size: 12px;
	/*font-family: 'Source Sans Pro', sans-serif !important;*/
	font-weight: normal;
	/*border-radius: 0px;*/
	border-left: solid 0px #777;
	border-right: solid 0px #777;
	border-top: solid 1px #777;
	border-bottom: solid 0px #777;
	/*overflow: hidden;*/
	background-color: #555 !important;
	/*height: 48px;*/
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 1px;

	display: table-cell !important;
	color: #fff !important;
	min-width: 140px;
}

.list_info_stats .data {

	font-size: 14px;
	/*font-family: 'Source Sans Pro', sans-serif !important;*/
	font-weight: bold;
	/*color: #f0f0f0;*/
	text-align: right;

	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 3px;
	padding-right: 3px;

	display: table-cell !important;
}

.list_info_extra div {
	display: block;
	position: relative;
	float: left;
	width: auto;
	height: 30px;
	background-color: rgba(80, 160, 180, 0.5);
	color: #EFF;
	padding: 8px;
	margin: 4px;
}

.list_clusters {
	width: 48.5% !important;
	float: left;
}

.list_shapes {
	margin-left: 1.5%;
	width: 48.5% !important;
	overflow-x: hidden;
	overflow-y: scroll;
	float: left;
}


.list_cluster div {
	width: 400px !important;
}

.list_shapes div {
	display: block;
	position: relative;
	float: left;
	clear: none !important;
	cursor: hand;
	cursor: pointer;
}


svg path.country-disabled {
	fill: #fcfcfc;
	stroke: #999 !important;
	stroke-width: 0.2 !important;
}

svg path.country-active {
	fill: #30d0ed;
	stroke: #333 !important;
	stroke-width: 0.2 !important;
}

svg path.country-active:hover {
	fill: #40e0fd;
}

#id3_world_map svg circle,
#id2_world_map svg circle {
	fill: rgba(0, 0, 0, 0.0);
}

#id3_world_map svg path.country-disabled,
#id2_world_map svg path.country-disabled,
#id3_world_map svg path.country-active,
#id2_world_map svg path.country-active {
	fill: rgba(0, 0, 0, 0.0);
}

svg path.country-select {
	fill: #30d0ed;
}

svg path.country-select:hover {
	fill: #40e0fd;
}

#id3_world_map svg path.country-select,
#id2_world_map svg path.country-select {
	fill: #30d0ed;
}

.world_map_globe {
	stroke: #888;
	stroke-width: 0.7;
}


.level_nacion,
.type_pais,
.cluster_municipio .type_pais,
.cluster_municipio .type_provincia {
	fill: none !important;
}

.svg_resumen_map {
	height: 532px;
	/*width: 100%;*/
	/*margin-top: -50px;*/
}

.svg_resumen_map_wi {
	height: 532px;
	/*height: 410px;*/
}

#newwizardform .modal-dialog {
	width: 100% !important;
	max-width: none !important;
	margin: 0px !important;
	position: fixed;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
}

#newwizardform .modal-content {
	/*flex-direction: row;*/
	margin-top: 56px;
	height: 80% !important;
	width: 80% !important;
	margin-left: 10%;
}

#newwizardform .modal-body {
	overflow-y: scroll;
}

.btn-checked {
	border: solid 3px #000 !important;
	background-color: #FFF;
	color: #000;
}

.steps {
	user-select: none;
	/* 1 */
	list-style: none;
	/* 2 */
	counter-reset: 1;
	/* 3 */
	overflow: hidden;
	/* 4 */
	padding: 0;
	/* 5 */
	margin: 0px 0px 10px 0px;
	/* 6 */
}

.steps__item {
	float: left;
	/* 1 */
	position: relative;
	/* 2 */
	counter-increment: 1;
	/* 3 */
	border-top: 10px;
	/* 4 */
	border-bottom: 10px;
	/* 4 */
	white-space: nowrap;
	/* 5 */
	background: #c4d1ef;
	padding: 3px;
	width: 30%;
	text-align: left;
	padding-left: 20px;
	/**
   * Changing the cursor on disabled items
   * to something a bit more explicit
   */
}

.steps__item[disabled] {
	cursor: not-allowed;
}

.steps__item--hidden {
	display: none !important;
}

.steps__item--done {
	background-color: #3872af;
	color: white;
}

.steps__item--active {
	background: #7ca52f !important;
	font-weight: bold;
}

.steps__item:after {
	/*
    $sqrt-2: if(function-exists('sqrt') == true, sqrt(2), 1.4142135623730951);
    $step-height: ($step-baseline * 3)  + ($step-baseline * 2) + (1/16 * 1em * 2);
    $step-arrow-size: $step-height * $sqrt-2 / 2;
    $top-offset: 1 / $sqrt-2 / 2;
*/
	content: '';
	width: 20px;
	/* 1 */
	height: 20px;
	/* 1 */
	position: absolute;
	left: 100%;
	/* 2 */
	margin-left: -10px;
	/* 3 */
	top: 5px;
	/* 4 */
	transform: rotate(45deg);
	/* 5 */
	z-index: 2;
	/* 6 */
	background: inherit;
	border-right: 5px;
	/* 7 */
	border-top: 5px;
	/* 7 */

}

.sidebar.collapsed {
	width: 46px;
}

.steps__link {
	overflow: hidden;
}



/*NOCHE*/

.geni .gea-color {
	/*background-color: #343a40;*/
	background-color: transparent;
	color: #FFF;
}

.geni .gea-color-i {
	background-color: #FFF;
	color: #000;
}

.geni .gea-bg {
	/*background-color: #343a40;*/
	/*background-color: transparent;*/
	/*background-color: rgba( 0,0,0,0.7);*/
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(10px);
	/*color: white;*/
}

.geni .gea-fg {

	color: #FFF;
}

.geni .navbar-dark *,
.geni .navbar-dark a {
	/*color: white !important;*/
	color: black !important;
}

li.nav-item a {
	display: inline-block;
	text-decoration: none;
	position: relative !important;
	color: var(--clr-neutro-2) !important;
	text-align: center;
	transition: 0.15s ease-in-out;
	position: relative;
	text-transform: uppercase;
}

.geni .btn-secondary {
	color: #FFF;
}


/* WIZARD / Paso 2 / Datos del pais */

.datosPais {
	display: grid;
    	grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
	grid-template-rows: min-content;
	justify-content: space-around;
	align-content: space-around;
	gap: 10px;
	scroll-snap-type: y mandatory;
	color: var(--clr-resal-4c);
	
	& .scroll {
		overflow-y: inherit;
	}
	& .grafica {
		display: flex;
		flex-direction: column;
		background: #1a872617;
	    	border-radius: 8px;
		padding: 16px;
		scroll-snap-align: start;
		height: min-content;
		background-image: repeating-linear-gradient(-45deg, #ffffff02 0, #ffffff02 4px, transparent 4px, transparent 12px);

		& div:nth-child(3) {text-shadow: 0 0 5px #a6ed5a;}
	}
	
	.grafTit {
		overflow: hidden;
		white-space: nowrap;
		height: 32px;
		margin-bottom: 4px;
		border-bottom: 1px solid var(--clr-resal-4a);
		font-family: "Open Sans", sans-serif;
	}
}

.gedi .gea-color,
.gea-color {
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	background-color: #0300143a;
	color: #fff;
}

/* .gedi .gea-color-i, */
.gea-color-i {
	background-color: #343a40;
	color: #FFF;
}

/* .gedi .gea-bg {
	background: #ffffff3a;
}

.gedi .navbar-dark *,
.gedi .navbar-dark a {
	color: black !important;
}

.gedi .btn-secondary {
	color: #000;
}

.gedi .gea-bg {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background: #0300143a;
    background-clip: padding-box;
    border: solid 1px #ffffff40;
    border-color: rgba(255, 255, 255, 0.4) rgba(126, 126, 126, 0.4) rgba(0, 0, 0, 0.4);
    border-radius: 10px;
} */


#cesiumContainer {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	max-height: 1000px;
	/*max-width: 1300px;*/
}

.cesium-viewer-toolbar {
	display: none !important;
}

.to2Dmode {
	display: none !important;
}

.ge3d .to3Dmode {
	display: none !important;
}

.ge3d .to2Dmode {
	display: block !important;
}


/******************/
/******************/
/***          *****/
/*** AL RUBIO *****/
/***          *****/
/******************/
/******************/



h0,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: 400;
}

.h0 {
	font-size: 2.6rem;
}

.h1,
h1 {
	font-size: 2.4rem;
}

h2 {
	font-size: 2rem;
}

h3 {
	/*font-size: 1.5rem;*/
	font-size: 1.2rem;
}

h4,
.h4 {
	font-size: 1rem;
	font-weight: 600;
}

h5,
.h5 {
	font-size: .83rem !important;
}

h6,
.h6 {
	font-size: .6rem !important;
}

.box {
	/*background-color: var(--bg-Ntransp);*/
	border-radius: 6px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	height: 100%;
	padding: 10px;
	gap: 10px;
}


.columnas {
	/* opacity: 1; */
	animation: moveAnimation 1.5s ease;
}

.columnas {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-content: flex-start;
	gap: 10px;
	max-width: 1440px;
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
	height: 100%;
	align-items: flex-start;
	justify-content: center;
}





@keyframes moverTexto {

	0% {
		transform: translateX(0);
	}

	80% {
		transform: translateX(calc(-100% + var(--ancho-contenedor)));
	}

	100% {
		transform: translateX(0);
	}
}

.grafTit h2:hover {
	display: inline-block;
	animation: moverTexto 4s ease infinite;
	/*text-transform: uppercase;*/
}

.grafSub {
	font-size: .9rem;
	line-height: 1rem;
	filter: brightness(0.6);
	height: 20px;
}

.fuenteDato {
	overflow: hidden;
	white-space: nowrap;
	font-size: .7rem;
}


.color1b {
	/*color: var(--clr-resal-4b);*/
	filter: brightness(1.6);
}


#columna1 {
	width: 500px;
	transition: width .5s ease;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}



.color1 {
	color: var(--clr-princ-3);
}

#columna1 {
	height: calc(100% - 30px) !important;
}

#columna2 {
	height: 550px;
	transition: width 0.5s ease, opacity 0.5s ease;
}

#columna2 {
	width: calc(100vw - 238px) !important;
	height: 100%;
}

#columna3 {
	height: 100%;
}


#overlay_table,
#overlay_tr,
#overlay_content {
	display: flex;
	flex-direction: column;
	height: 100%;
}



.btnBase h4 {
	font-size: 14px;
}

.btnBase {
	background-color: var(--clr-princ-2);
	border-radius: 5px;
	border: 0;
	color: var(--clr-neutro-10);
	padding: 4px 10px;
	cursor: pointer;
	transition: background-color .2s ease, filter .2s ease;
	display: flex;
	justify-content: center;
	flex-direction: row;
	gap: 8px;
	align-items: center;
	z-index: 10;

	&:hover {
		filter: brightness(1.4);
		animation: none;
	}

	&.agregarCapa {
		width: 100%;
		max-width: 20rem;
		margin: 3rem auto;
		animation: pulsar 3s infinite;
		
		&::before {
			content: 'Agregar Capa';
		}
		&::after {
			content: url('/img/layer-plus.svg');
			width: 20px;
			height: 20px;
			padding-top: 3px;
		}
	}
}
.capasHeader .btnBase,
.margenCapas .btnBase {
	background-color: var(--clr-neutro-3);
	box-shadow: -2px -2px 1px rgba(0, 0, 0, 0.2), 1px 1px 1px rgb(255 255 255 / 20%);
	&:hover {
		background-color: var(--clr-princ-2) !important;
        	filter: brightness(1.2) !important;
		box-shadow: -2px -2px 1px rgba(0, 0, 0, 0), 1px 1px 1px rgb(255 255 255 / 0%);
	}
}


@keyframes pulsar {
	0% {
		box-shadow: 0 0 9px 2px var(--clr-princ-4)
	}

	20% {
		box-shadow: 0 0 9px 2px #00000000;
	}

	80% {
		box-shadow: 0 0 9px 2px #00000000;
	}

	100% {
		box-shadow: 0 0 9px 2px var(--clr-princ-4)
	}
}

.resaltar {
	animation: pulsar 3s infinite;
}

.resaltarIn {
	animation: pulsar .5s 3;
}

.adaptable {
	max-width: 100% !important;
}

.aCompletar {
	/* width: 300px; */
	height: 32px;
	border-radius: 6px;
	background-color: #ffffff0f;
	display: flex;
	align-items: center;
	padding-left: 12px;
	color: white;
	user-select: none;
}

.centrarFlex {
	display: flex;
	align-items: center;
	justify-content: center;
}

.centrarFlex .unit {
	font-size: 15px;
	padding: 10px;
}


.miniDato {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	padding: 3px 0;
	width: 100%;
}

#ge_layout_menu .navbar-nav {
	padding-left: 40px;
}

.indicator_list_menu,
.zonaTop .sector {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	width: calc(100% - 40px);
}

.selector {
	flex: 1;
	max-width: 300px;
	/* width: 330px; */
	height: 32px;
	position: relative;
	display: flex;
	flex-direction: row;
	padding-left: 0;
}

.selector .volver {
	width: 18px;
	height: 100%;
	background-color: var(--clr-princ-00);
	border-radius: 6px 0 0 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background-color .2s ease;
}

.selector .volver:hover {
	background: var(--clr-princ-2);
}

.selector select:hover {
	background: #ffffff44;
}

.selector select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	display: inline-block;
	width: 100%;
	cursor: pointer;
	padding: 8px 14px;
	height: 32px;
	outline: 0;
	border: 0;
	border-radius: 0 6px 6px 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	font-weight: 400;
	color: var(--clr-neutro-9);
	background-color: #ffffff22;
	/*text-transform: uppercase;*/
	position: relative;
	transition: background-color 0.25s ease;
}

select {
	border: 0 !important;
	position: relative;
	
	background: var(--clr-neutro-5);
	flex-grow: 1;
	padding: 0 0.8em;
	color: var(--clr-neutro-0);
	cursor: pointer;
	height: 2em;
	font-size: 1em;
	line-height: 1.2em;
	font-family: 'Open Sans', sans-serif;
	border-radius: 5px;

	&#admin_level_select {
		background: var(--clr-neutro-8);
	}
}

#id3_world_map {
	width: 330px;
	height: 330px;
}


.x-axis .tick {
	display: none
}

.x-axis .tick:first-of-type,
.x-axis .tick:last-of-type {
	display: block;
}








.separator {
	width: 100%;
	height: 10px;
	display: block;
	position: relative;
	background-color: #FFF !important;
	float: left;
    clear: both;
}

.datosGeneral {
	/*padding-right: 6px;
	width: 40%;
	padding-top: 25px;*/
	
	&.datosGeneral.aglo_datosgeneral .item {
		padding: 8px 12px;
		display: flex;
	        flex-direction: column;
		text-shadow: 1px 1px 1px #000b;
	}
}

.espacioV {
	display: flex;
	flex-direction: column;
	gap: 10px;
	flex-wrap: nowrap;
}

.itemClic {
	/* no borrar! lo usa js */
	background-color: var(--clr-resal-4c) !important;
}

.tabla .item {
	/* height: 29px; */
	width: 100%;
	line-height: 1rem;
	padding: 6px 8px;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 14px;
}

.truncar-texto {
	overflow: hidden;
	display: -webkit-box;
	/* Número de lí­neas a mostrar */
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}




/* ##### TABLAS ##########################################################################*/

table {
	width: 100%;
	padding: 4px;
	border-collapse: separate;
	border-spacing: 2px;
}

#list_info table {
	width: 100%;
	border-spacing: 1px;

	& td {
		padding: 10px 8px;
		font-size: 0.9rem;
		transition: background 0.3s ease;
	}

	& thead {
		position: sticky;
		top: 0;
		z-index: 1;

		& th {
			font-size: 0.9rem;
			font-weight: 600;
			background: var(--clr-neutro-0);
			padding: 12px 8px;
		}
	}

	& tbody {
		& tr {
			background: var(--clr-neutro-2);
			border-bottom: 1px solid #0005;

			&.topic {
				background: var(--clr-neutro-1b);

				& td {
					color: white;
					padding: 3px 8px;
				}
			}

			&:not(.topic):hover {
				filter: brightness(1.1);
			}

			& td:not(:first-child) {
				text-align: right;
			}
		}
	}

	& thead tr:first-child>th:first-child {
		border-radius: 10px 0 0 0;
	}

	& thead tr:first-child>th:last-child {
		border-radius: 0 10px 0 0;
	}

	& tbody tr:last-child>td:first-child {
		border-radius: 0 0 0 10px;
	}

	& tbody tr:last-child>td:last-child {
		border-radius: 0 0 10px 0;
	}
}


#clusterDraw svg path.level_nacion,
.infoClus #clusterDraw path.type_country {
	fill: transparent;
}

.aglo_clusterDraw svg path.level_nacion {
	fill: transparent;
}



@keyframes moveGradient {
	0% {
		background-position: 20% 50%;
	}

	50% {
		background-position: 80% 50%;
	}

	100% {
		background-position: 20% 50%;
	}
}

@keyframes animGradient {
	0% {
		background-size: calc(100%/3) 100%, calc(100%/3) 100%, calc(100%/3) 100%;
	}
	25% {
		background-size: calc(100%/3) 0%, calc(100%/3) 100%, calc(100%/3) 100%;
	}

	50% {
		background-size: calc(100%/3) 100%, calc(100%/3) 0%, calc(100%/3) 100%;
	}

	75% {
		background-size: calc(100%/3) 100%, calc(100%/3) 100%, calc(100%/3) 0%;
	}
	100% {
		background-size: calc(100%/3) 100%, calc(100%/3) 100%, calc(100%/3) 100%;
	}
}

@keyframes escalaFondo {
	0% {
		background-size: 100%;
	}

	100% {
		background-size: 105%;
	}
}

.gradient {
	/*filter: blur(1px);
  height: 2px;
  width: 90%;
  margin: 10px auto;
  border-radius: 100%;
  background: linear-gradient(90deg, rgba(255, 0, 0, 0.0),rgba(255, 0, 0, 0.0), rgba(255, 0, 0, 0.0),rgba(255, 0, 0, 0.0), rgba(255, 0, 0, 0.0), #ffffff, rgba(255, 0, 0, 0.0), rgba(255, 0, 0, 0.0), rgba(255, 0, 0, 0.0), rgba(255, 0, 0, 0.0), rgba(255, 0, 0, 0.0) );
  animation: moveGradient 1.0s ease-in-out infinite;
  background-size: 200% 100%;*/

	margin: 5px auto;
	width: 40px;
	aspect-ratio: 5;
	--_g: no-repeat radial-gradient(circle closest-side, #8888 90%, #0000);
	background:
		var(--_g) 0% 50%,
		var(--_g) 50% 50%,
		var(--_g) 100% 50%;
	background-size: calc(100%/3) 100%;
	animation: animGradient .8s infinite linear;
}



.collapsed-mode .pop_info {
	display: none !important;
}

html {
	background: #333;
}

.pop_info>div {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 8px;
	justify-content: space-between;
	/*background: #ffffffcc;*/
	border-radius: 6px;
	padding: 24px 18px;
	box-sizing: border-box;
	width: 300px;
	margin: 0 10px;
	/*color: #111;*/
	color: #999;
	border-top: 1px solid #ffffff50;
	font-size: 0.8rem;
	list-style-type: none;
	text-wrap: balance;
	font-family: "open sans", sans serif;
	user-select: none;
	opacity: 1;
	transition: transform .8s ease, opacity .8s ease-out;
}

/* PARTE SUPERIOR */
.pop_info i:nth-child(1) {
	/* Parte Inferior: icono */
	position: absolute;
	top: 8px;
	right: 14px;

	font-size: 1.2rem;
	z-index: 1;
}

#icoCerrar::after {
	/* Parte Inferior: círclo del icono */
	content: "";
	position: absolute;
	transform: translateX(-50%);
	padding: 6px;
	top: -2px;
	left: 6px;
	border-radius: 50%;
	width: 12px;
	height: 12px;
	background: #aaa;
	z-index: -1;
}

.pop_info li:nth-child(1) {
	/* Superior: titulo principal */
	font-size: 1.5rem;
	font-weight: 800;
	line-height: 1.5rem;
	margin-bottom: 6px;
}

.pop_info>div li:nth-child(2)::before {
	/* Superior: Texto 1 */
	content: "Número de Matriculados: ";
	font-weight: 600;
}

.pop_info>div li:nth-child(2) {
	/* Superior: Texto 1 NUMERO */
	font-size: 1rem;
	font-weight: 800;
}

.pop_info>div li:nth-child(3)::before {
	/* Superior: Texto 2 */
	content: "Jurisdicción: ";
	font-weight: 400;
}

.pop_info>div li:nth-child(3) {
	margin-bottom: 20px;
	font-weight: 600;
}

/* PARTE INFERIOR */
.pop_info>div hr {
	/* Inferior: línea */
	border: 1x solid #bbb;
	margin: 6px 0;
}

.pop_info>div li:nth-child(5)::before {
	content: "Datos";
	font-weight: 600;
}

.pop_info>div li:nth-child(6)::before {
	content: "Dirección: ";
}

.pop_info>div li:nth-child(7)::before {
	content: "Localidad: ";
}

.pop_info>div li:nth-child(8)::before {
	content: "CP: ";
}

.pop_info>div li:nth-child(9)::before {
	content: "Teléfono: ";
}

/*-------------------------*/
.pop_info {
	display: block;
}

.pop_info.cerrado .fa-caret-right {
	transform: scaleX(-1);
}

.pop_info.cerrado div {
	transform: translateX(300px);
	opacity: 0;
	transition: transform .4s ease, opacity .4s ease-in;
}

/*----- Sobre el mapa: botones para delimitar zonas, etc.. -----*/

.ol-control.ol-bar {
	left: 394px;
	top: 40px;
	border-radius: 0px 8px 8px 0px;
	background-color: #0007;
	
	& .ol-editbar {
		display: flex;
		flex-direction: column;
		gap: 14px;
	}
}

.ol-control.ol-bar .ol-control button {
	background: grey;
	color: white;
	transition: background-color .2s ease;
	
	&:hover {
		background-color: #00AAFF;
	}
}

.ol-control {
	padding: 12px;
}

.ol-control button {
	transform: scale(1.5);
}

.ol-unselectable.ol-control.ol-bar.ol-option-bar {
	margin: 12px 0;
}

/*----- LOGIN -----*/
.modal-dialog {
	display: flex;
	align-items: flex-start;
	margin-top: 10%;
}

.modal-content {
	border-radius: 14px;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}

.logout_form h1 {}

.modal-footer .btn {
	color: #fff;
	padding: 0.375rem 0.75rem;
	background: var(--clr-9);
	user-select: none;
	border: 1px solid transparent;
	border-radius: 6px;
	min-height: 20px;
	font-size: 1rem;
	line-height: 1.5;
	transition: background 0.2s ease;

	&:hover {
		background: var(--clr-8);
		cursor: pointer;
	}
}

@keyframes anim {

	0%,
	100% {
		box-shadow: 0 0 8px 2px transparent;
	}

	50% {
		box-shadow: 0 0 8px 2px var(--button-shadow-color);
	}
}


/*---Elementos varios---*/

.esquinas {
	border-radius: 10px;
}

/*---@ media---*/

@media (max-height: 750px) {
	.elemento-info {
		/* height: max-content !important;*/
	}

	.ventana {
		height: auto;
	}
}

@media (max-width: 1000px) {
	.elemento-info {
		/* height: max-content !important; */
		/*height: 300px !important;*/
	}

	.ventana {
		min-height: calc(100% - 30px);
		height: auto;
	}

	#columnas.abierto {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: calc(var(--superior-alto)) repeat(3, 2fr);
		grid-template-areas:
			"superior superior"
			"c1f1 c2f1"
			"c1f2 c2f2"
			"c3f1 c3f2";
	}
}

@media (max-width: 700px) {
	#columnas.abierto {
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: 40px repeat(6, 1fr);
		grid-template-areas:
			"superior"
			"c1f1"
			"c1f2"
			"c2f1"
			"c2f2"
			"c3f1"
			"c3f2";
	}
}

/*---Temporal---*/

#c2f1XXXXX {
	background: #ff000084;
	min-height: 100px;
}

#c3f1XXXXX {
	background: #ff00ff7e;

	&>div:nth-child(1) {
		background: #fff700a4;
	}

	&>div:nth-child(2) {
		background: #07f7ff97;
	}
}

/*#######################################################*/

/*#######################################################*/

/*#####3########## repetidas del otro css ###############*/



#columnas .columna {
	flex: 1;
	min-width: 300px;
	height: 100%;
	padding: 14px;
	background: rgba(0, 0, 0, 0.25);
	user-select: none;
	overflow: hidden;
}

#columnas .columna>div {
	display: flex;
	flex-direction: column;
	gap: 12px;
	height: 100%;
}

#columnas .columna .tit,
#columnas .celda-info.tit {
	font-size: 1.1rem;
	font-weight: 600 !important;
	padding-left: 8px;
}

.lista {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	align-self: stretch;
	min-height: var(--alto_celda);
	max-height: 290px;
	background: #00000022;
}

.lista> :first-child {
	border-radius: 10px 10px 0 0;
}

.lista> :last-child {
	border-radius: 0 0 10px 10px;
}

.lista .celda {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: row;
	align-self: stretch;
	justify-content: space-between;
	gap: 20px;
	min-height: var(--alto_celda);
	padding: 8px 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	background: var(--clr-2);
	position: relative;
}

.lista .celda:hover {
	filter: brightness(1.2);
	transition: filter 0.3s ease;
}

/*------------ SCROLL -------------*/

.scroll {
	overflow-y: auto !important;
	overflow-x: auto !important;
	padding: 0 2px;
	height: 100%;
	width: 100%;

	&::-webkit-scrollbar {
		width: 8px;
		height: 8px;
		background: #ffffff0f !important;
		border-radius: 3px;
	}

	&::-webkit-scrollbar {
		width: 8px;
		height: 8px;
		background: #ffffff0f !important;
		border-radius: 3px;
	}

	&::-webkit-scrollbar-thumb {
		background-color: #88888830;
		border-radius: 6px;
	}

	&::-webkit-scrollbar-thumb:hover {
		background-image: url("/img/rayas.png");
		background-position: center;
		background-repeat: no-repeat;
		background-color: var(--clr-neutro-4);
	}

	&.scrollV {
		overflow-x: hidden !important;
	}
}

@keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadein2 {
	from {
		transform: scale(.6);
		opacity: 0;
	}

	to {
		transform: scale(1);
		opacity: 1;
	}
}
@keyframes animScaleY {
	from {
		transform: scaleY(0);
	}

	to {
		transform: scaleY(1);
	}
}

@keyframes animAncho {
	from {
		opacity: 1;
		width: 0%;
    		height: 100%;
	}
	to {
		opacity: 1;
		width: 100%;
    		height: 100%;
	}
}

/*------ Media Q -------*/

@media (max-width: 350px) {
	body {
		overflow-x: auto;
	}
}
