@import url(./base.css);

html {
	overflow: hidden;
}

html,
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	overflow: hidden;
}

body {
	color: var(--black-2);
	background-color: var(--white);
}

body * {
	font-family: var(--fontfamily-overpass) !important;
	font-size: 12px;
	font-weight: 600;
}

/* templates */
.container {
	padding: 5px;
}

.container input[type="submit"] {
	font-weight: normal;
}

.container input[type="submit"]:hover {
	font-weight: bold;
	cursor: pointer;
}

.container h1 {
	font-size: 2em !important;
	color: var(--blue-dark-header);
}

.container h2 {
	font-size: 1.5em !important;
}

.container th,
.container td,
.container label,
.container input,
.container a,
.container p,
.container ul > li {
	font-size: 1.05em;
}

.tbl-profile-layers {
	border-collapse: collapse;
}

.tbl-profile-layers td {
	padding: 2px;
}

.tbl-profile-layers th {
	height: 22px;
	background-color: var(--blue-dark-header);
	color: var(--white); 
}

.tbl-profile-layers tr:nth-child(odd) {
	background-color: var(--bgcolor-3);
}

.tbl-profile-layers tr:nth-child(even) {
	background-color: var(--white);
}

select {
	background-color: var(--white);
	border: 1px solid var(--black-1);
}

/* #syncOp {
	display: none !important;
}

#syncOp:hover {
	border-bottom: none !important;
} */

#header-container {
	height: 102px;
	background-image: url(img/divi-header-img-bg-grafcan-30-opacity-grises-1.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-blend-mode: soft-light;
	background-color: var(--blue-dark-header);
}

#header {
	position: relative;
	border: none;
	width: auto;
	height: 80px;
}

#header div {
	display: inline-block;
}

.header-right {
	float: right;
	text-align: right;
	padding-right: 20px;
	padding-top: 5px;
}

.header-logo-left {
	object-position: left top;
	margin: 10px 0 0 15px;
}

.header-logo-right {
	height: 64px;
	margin: 4px 0 1px 0;
}

#hLogo_left, #hLogo_right {
	display: none;
}

#hLogo_left > img {
	float: right;
	margin: 18px 0 1px 20px;
	height: 50px;
}

#hLogo_right > img {
	margin: 1px 0 1px 0;
	height: 69px;
}

#titulo {
	width: 100%;
	position: relative;
	height: 21px;
	background-color: var(--blue-sky-header);
	padding-top: 3px;
}

#titulo > div {
	display: inline-block;
	/* font-family: var(--fontfamily-overpass) !important; */
	/* color: var(--blue-dark-menubar); */
	color: var(--white);
	padding-top: 2px;
}

.titulo-title {
	/* width: 50%; */
	padding-left: 6px;
	font-size: 1.2em;
	padding-right: 20px;
}

.titulo-lang {
	float: right;
}

.titulo-link {
	float: right;
	white-space: nowrap;
	padding: 0px 20px 0px 20px;
	font-weight: 700;
}

.titulo-link > a:link,
.titulo-link > a:visited,
.titulo-link > a:active {
	text-decoration: none;
	font-style: normal;
	color: var(--white);
	font-weight: 600;
	font-size: 1.2em;
}

.titulo-link > a:hover {
	font-weight: bold;
	color: var(--blue-dark-menubar);
}

#content {
	position: relative;
}

#map1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}

#map2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}

#map2:after {
	border-left: 1px solid var(--border-color-1);
	width: 0%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
}

#map-wrapper {
	position: relative;
	height: 100%;
	clear: both;
}

/* coordenadas */
#map_coord {
	width: 100%;
}

#map_coord * td {
	color: var(--white);
}

#map_coord>div {
	padding: 2px 2px 2px 4px;
	width: 100%;
	height: 100%;
	color: var(--white);
	border-color: var(--border-color-1);
	background-color: var(--bgcolor-2);
	border-radius: 4px;
}

#coordBox {
	position: absolute;
	z-index: 1;
	left: 2px;
	top: 2px;
	width: auto;
	height: 50px;
}

/* escala */
#scale {
	position: absolute;
	bottom: 2px;
	display: none;
	left: 50%;
	width: 170px;
	margin: 0 0 0 -85px;
	text-align: center;
	z-index: 1;
}

#scale_ {
	width: 160px;
	height: 13px;
	padding: 2px;
	margin: 0 auto;
	color: var(--white);
	border-color: var(--border-color-1);
	border-radius: 4px;
	background-color: var(--bgcolor-2);
}

.ol-scale-line {
	/* display: none; */
	background: var(--bgcolor-2) !important;
	color: var(--white) !important;
	bottom: 2px !important;
	left: 2px !important;
}

.ol-scale-line-inner {
	color: var(--white) !important;
    border: 1px solid var(--white) !important;
    border-top: none !important;
}

/* panel derecho */
#content-panel {
	height: 100%;
	width: 100%;
	margin: 0px;
	overflow: hidden;
	background-color: var(--white);
}

#sidebar {
	position: absolute;
	top: 0;
	width: 290px;
	height: 100%;
	overflow: none;
	border: 1px solid var(--border-color-1);
	background-color: var(--bgcolor-1);
}

#sidebar ul#sidebar-list li a {
	border: 1px solid var(--border-color-2);
	background: var(--bgcolor-3);
	color: var(--black-3);
}

#sidebar ul#sidebar-list li.current a {
	border: 1px solid var(--black-3);
}

#sidebar ul#sidebar-list li a:hover {
	background: var(--white);
	color: var(--black-4);
}

#sidebar-panel {
	min-width: 290px;
}

#resultados-div {
	margin: 10px;
	padding: 0px;
	text-align: left;
}

#resultados-div ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#resultados-div ul li {
	padding-bottom: 5px;
}

#resultados-div a {
	color: var(--href-color-1);
}

#resultados-div a:hover {
	font-weight: bold;
}

/* panel de contenidos (ocultación) */
body.sidebar-right #map-wrapper {
	margin-right: 300px;
}

body.sidebar-right #sidebar {
	right: 0;
}

body.sidebar-left #map-wrapper {
	margin-left: 6px;
	margin-right: 292px;
}

body.sidebar-left #sidebar {
	left: 0;
}

body.nosidebar #map-wrapper {
	margin: 0;
}

body.nosidebar-left #map-wrapper {
	margin-left: -292px;
}

body.nosidebar #sidebar {
	display: none;
}

body.nosidebar-left #sidebar {
	display: none;
}

body.geocoder-idle #sidebar #address-search #working {
	display: none;
}

body.geocoder-busy #sidebar #address-search input {
	visibility: hidden;
	color: var(--white);
}

/* rutas */
#route-from,
#route-to {
	width: 60px;
}

#txtOrigen,
#txtDestino {
	width: 95%;
}

/**/
#toolbar {
	padding-top: 17px;
	padding-left: 5px;
	position: relative;
	height: 34px;
}

#toolbar a {
	margin-left: 4px;
}

#toolbar ul#sidebar-controls {
	position: absolute;
	bottom: 0px;
	right: 20px;
}

#toolbar ul li a {
	padding: 3px 6px;
	text-decoration: none;
	color: var(--black-3);
}

#toolbar > * {
	display: inline-block;
}

#toolbar ul li a:hover {
	color: var(--href-color-1);
}

/* #botonera > div {
	display: inline-block;
} */
#botonera div {
	display: inline-block;
}

#botonera a {
	padding-right: 3px;
}

#botonera > div:hover {
	border-bottom: 2px solid var(--blue-dark-menubar);
}

#doubleWindow-menu {
	width: 70px !important;
}
#doubleWindow-menu .x-btn-mc {
	text-align: left;
}

/* logo toolbar */
#logoToolBar {
	float: right;
	margin-right: 10px;
	position: absolute;
	right: 2px;
	bottom: -1px;
}

/* ayuda */
.ventanaBordes {
	background-color: var(--bgcolor-1);
	border-left-color: var(--border-color-1);
	border-right-color: var(--border-color-1);
	border-left-width: 1px;
	border-left-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-width: 1px;
}

.ventanaBordeInf {
	background-color: var(--white);
	border-bottom-color: var(--border-color-1);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
}

.ventanaBordeIzq {
	background-color: var(--bgcolor-1);
	border-left-color: var(--border-color-1);
	border-right-color: var(--bgcolor-1);
}

.mBold {
	font-size: 1em;
	font-weight: bold;
}

.appLinks {
	text-decoration: none;
	color: var(--black-1);
}

A.appLinks:hover {
	color: var(--href-color-2);
}

.aplicacion {
	font-size: 1.5em;
	background-attachment: fixed;
	color: var(--black-2);
}

.ayuda {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}

.ayudap {
	margin-top: 3px;
	margin-bottom: 7px;
	text-align: justify;
}

.ayuda br {
	line-height: 7px;
}

a {
	text-decoration: none;
	color: var(--href-color-1);
}

a:hover {
	font-weight: bold;
	color: var(--href-color-1);
}

.collapse {
	background: url(img/collapse-right.gif) no-repeat left !important;
}

.expand {
	background: url(img/expand-left.gif) no-repeat left !important;
}

.collapse-top {
	background: url(img/expand_less-wh.png) no-repeat left !important;
}

.expand-bottom {
	background: url(img/expand_more-wh.png) no-repeat left !important;
}

.view-all {
	background: url(img/view-all.png) no-repeat left !important;
}

.delete-all {
	background: url(img/delete-all.png) no-repeat left !important;
}

.sincronizado {
	background-image: url(img/sincronizado.gif) !important;
}

.extendido {
	background-image: url(img/extendido.gif) !important;
}

.mapaizda {
	background-image: url(img/mapaizda.gif) !important;
}

.mapadcha {
	background-image: url(img/mapadcha.gif) !important;
}

.folder-add {
	background-image: url(img/folder_add.png) !important;
}

/* toponimia */
.topo-row {
	color: var(--blue-dark-header);
	font-weight: normal;
	font-size: 0.95em;
	padding-left: 5px;
}
.topo-row-title {
	color: var(--blue-dark-header);
	font-weight: bold;
	font-size: 1.126em;
}
#tblToponimia {
	border-spacing: 1px;
	border-collapse: separate;
}

#tblToponimia td {
	color: var(--blue-dark-header);
	font-weight: normal;
	font-size: 0.95em;
	padding-bottom: 5px;
}

#tblToponimia td > span:first-child {
	font-size: 1.126em;
	font-weight: bold;
}

#tblToponimia tr:hover {
	background-color: var(--white);
	cursor: pointer;
}

.toponimia-search-time {
	font-size: 0.8em;
	font-style: italic;
}

.ta-center {
	text-align: center;
}

.toponimia-paginacion {
	margin-left: auto;
	margin-right: auto;
	border-spacing: 1px;
	border-collapse: separate;
}

.toponimia-paginacion td:hover {
	cursor: pointer;
	text-align: center;
}

.toponimia-paginacion button {
	cursor: pointer;
	border-radius: 8px;
	font-weight: bold;
	background-color: var(--blue-dark-header);
	color: var(--white);
	font-weight: bold;
	height: 20px;
	width: 45px;
}

.toponimia-paginacion button:hover {
	color: var(--blue-sky-header);
}

/* botón redondeado (mensaje cookies) */
.rnd-button {
	margin: 3px 25px 0px 0px;
	text-decoration: none;
	font: bold Tahoma, Arial, Helvetica;
	display: inline-block;
	text-align: center;
	color: var(--white);
	/* border: 1px solid #9c9c9c; */
	border: 1px solid var(--border-color-3);
	text-shadow: 0 1px 0 var(--bgcolor-8);
	box-shadow: 0 0 .05em var(--bgcolor-8);
	-moz-box-shadow: 0 0 .05em var(--bgcolor-8);
	-webkit-box-shadow: 0 0 .05em var(--bgcolor-8);
}

.rnd-button,
.rnd-button span {
	-moz-border-radius: .3em;
	border-radius: .3em;
}

.rnd-button span {
	border-top: 1px solid var(--white);
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	display: block;
	padding: 0.25em 1em;
}

/*.rnd-button:hover
{
    box-shadow: 0 0 .1em var(--bgcolor-8);
    -moz-box-shadow: 0 0 .1em var(--bgcolor-8);
    -webkit-box-shadow: 0 0 .1em var(--bgcolor-8);
}
.rnd-button:active
{
    position: relative;
    top: 1px;
}*/
.rnd-button-blue {
	background: #4477a1;
	background: -webkit-gradient(linear, left top, left bottom, from(#81a8cb), to(#4477a1));
	background: -moz-linear-gradient(-90deg, #81a8cb, #4477a1);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#81a8cb', endColorstr='#4477a1');
}

.rnd-button-blue:hover {
	color: yellow;
	background: #81a8cb;
	background: -webkit-gradient(linear, left top, left bottom, from(#4477a1), to(#81a8cb));
	background: -moz-linear-gradient(-90deg, #4477a1, #81a8cb);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#4477a1', endColorstr='#81a8cb');
}

/*.rnd-button-blue:active
{
    background: #4477a1;
}*/
#pegman {
	position: absolute;
	right: -8px;
	top: 5px;
	background-repeat: no-repeat;
	width: 32px;
	height: 40px;
	background-image: url(img/pegman.png);
	background-position: -9px -102px;
	/* */
	visibility: hidden;
	animation: 3s fadeIn;
  	animation-fill-mode: forwards;
}

#pegman-close {
	width: 32px;
	height: 32px;
	background-image: url(img/cancel_icon.png);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	right: 50px;
	top: 8px;
	display: none;
	cursor: pointer;
	z-index: 9999;
}

/* iconos drawing */
.iconPicker {
	/* tamaño icono botón picker */
	background-size: auto 32px;
}

.cellCenter {
	text-align: center;
}

.add {
	background: url(img/add.png) no-repeat left !important;
}

.draw-delete {
	background: url(img/trash.png) no-repeat left !important;
}

.draw-edit {
	background: url(img/pencil.png) no-repeat left !important;
}

.draw-select {
	background: url(img/cursor.png) no-repeat left !important;
}

.arrow_undo {
	background: url(img/undo.png) no-repeat left !important;
}

.draw-move {
	background: url(img/move.png) no-repeat left !important;
}

.draw-style {
	background: url(img/style.png) no-repeat left !important;
}

.html-add-image {
	background: url(img/image_add.png) no-repeat left !important;
}

/**/
.refcat_moreinfo {
	/* botón info refcat */
	background: url(img/info.png) no-repeat center !important;
}

/* arbol de contenidos */
#hrefAyuda {
	/* vínculo nodo servicio */
	color: var(--helpnode-color);
	font-size: 0.9em;
}
#hrefAyuda:hover {
	font-weight: 800;
	text-decoration: underline;
	cursor: pointer;
}

.btnContenido {
	/* botones contenido */
	font-size: 1.03em !important;
	font-weight: 600 !important;
	/* font-style: normal !important;
	font-weight: normal !important; */
}

.Service_new,
.treeNode a span {
	color: var(--black-3);
}

.searchService {
	/* clic relación servicios buscados */
	background-color: var(--search-service-color) !important;
	font-style: italic !important;
}

.iconGroup {
	background-image: url(../shared/icons/fam/user.gif) !important;
}

.leaf {
	background-image: url(img/leaf.gif) !important;
}

.Service_0 {
	background-image: url(img/check_off.png) !important;
	display: inline-block !important;
}

.Service_1 {
	background-image: url(img/check_on.png) !important;
	display: inline-block !important;
}

.Service_2 {
	background-image: url(img/check_qua.png) !important;
	display: inline-block !important;
}

.Service_new a span {
	font-style: normal;
}

.Layer_0 {
	background-image: url(img/check_off.png) !important;
}

.Layer_1 {
	background-image: url(img/check_on.png) !important;
}

/**/
/* ExtJS */
/* default font-size:11px */
.x-window-header * {
	/* cabecera */
	font-size: 1.063em;
}

.x-window-body {
	/* texto Ext.Window */
	font-size: 1.063em;
}

.x-panel-body {
	background-color: var(--bgcolor-1);
	font-size: 1.063em;
}

.x-tree-node span {
	font-size: 1.1em;
}

.x-tree-node-leaf .x-tree-node-icon {
	/* hacemos que los grupos vacíos muestren una carpeta como icono */
	background-image: url(img/folder.gif);
}

.x-grid3-dirty-cell {
	/* no muestra la imagen "dirty cell" en columnas modificadas de los grids */
	background-image: none;
}

.x-grid3-cell-inner,
.x-grid3-hd-inner {
	/* celdas de grid en varias líneas */
	white-space: normal;
}

.x-menu * {
	font-size: 1em;
}

.x-toolbar {
	background: none;
	border: none;
	padding: 0;
}

.xtb-text * {
	font-size: 1.063em !important;
}

#prn-button * {
	font-size: 1em !important;
}

.x-box-item {
	font-size: 1em;
}

.x-form-item {
	overflow: hidden !important;
	/*IEEdge*/
}

.x-trigger-noedit {
	font-size: 1em;
}

.x-btn {
	font-size: 1.063em;
}

.x-btn BUTTON {
	font-size: 1em;
	font-weight: 600;
}

/* búsquedas y localización */
/* no left, right, top y bottom */
#search-panel .x-btn-tl,
#search-panel .x-btn-tc,
#search-panel .x-btn-tr,
#search-panel .x-btn-ml,
#search-panel .x-btn-mc,
#search-panel .x-btn-mr,
#search-panel .x-btn-bl,
#search-panel .x-btn-bc,
#search-panel .x-btn-br {
	background: none;
}
#search-box {
	background-color: var(--blue-dark-header-opacity-light);
	color: var(--white);
	border-radius: 12px 0 0 12px;
	font-size: 1.1em !important;
	text-indent: 4px;
	border: none;
}
#search-box-button .x-btn-tl,
#search-box-button .x-btn-tc,
#search-box-button .x-btn-tr,
#search-box-button .x-btn-bl,
#search-box-button .x-btn-bc,
#search-box-button .x-btn-br,
#search-box-button .x-btn-ml,
#search-box-button .x-btn-mr {
	display: none;
}
#search-box-button .x-btn-mc {
	background-color: var(--blue-dark-header-opacity-dark);
}
#search-options-button .x-btn-tl,
#search-options-button .x-btn-tc,
#search-options-button .x-btn-tr,
#search-options-button .x-btn-bl,
#search-options-button .x-btn-bc,
#search-options-button .x-btn-br,
#search-options-button .x-btn-ml,
#search-options-button .x-btn-mr {
	display: none;
}
#search-options-button .x-btn-mc {
	background-color: var(--blue-dark-header-opacity-dark);
	border-bottom-right-radius: 12px;
	border-top-right-radius: 12px;
}

#search-panel .x-panel-body {
	background-color: transparent !important;
}

#search-panel input {
	color: var(--white);
	height: 28px;
}

#search-panel button {
	color: var(--white);
	height: 30px;
}

#search-panel button:hover {
	color: var(--blue-sky-header);
}

#search-panel * {
	font-family: var(--fontfamily-overpass);
	font-size: 1.01em;
}

#search-panel {
	position: absolute;
	top: 12px;
	right: 8px; /* búsquedas a la derecha */
}

select,
input {
	border-radius: 6px;
	border-width: 1px;
	outline: none;
}

#toolbar .x-form-focus,
#toolbar textarea.x-form-focus,
#toolbar .x-form-empty-field {
	border: none;
}

.x-form-text, textarea.x-form-field {
    padding: 1px 3px;
	background: repeat;
}

.x-form-field-wrap .x-form-clear-trigger {
	height: 25px !important;
	background-image: url(img/clear-trigger.gif);
	background-position: 0 0;
}

/* panel de contenidos */
#sidebar .x-tab-panel-header {
	height: 30px;
	background-color: var(--blue-dark-header);
}
#sidebar ul.x-tab-strip,
#sidebar ul.x-tab-strip-top {
	background: none;
	border-bottom: none;
}
#sidebar .x-tab-strip-top .x-tab-right,
#sidebar .x-tab-strip-top .x-tab-left,
#sidebar .x-tab-strip-top .x-tab-strip-inner {
    background: none;
}
#sidebar .x-tab-strip-text {
	color: var(--white) !important;
	font-size: 1.2em !important;
}
#sidebar .x-tab-strip-over span {
	color: var(--blue-sky-header) !important;
}
#sidebar .x-tab-strip-active span {
	color: var(--blue-sky-header) !important;
}
#sidebar .x-tab-strip-over img {
	content: url(img/content-search-over.png);
}
#sidebar .x-tab-strip span.x-tab-strip-text {
    padding: 8px 0;
}

.content-search {
	/* icono búsqueda en el panel de contenidos */
	content: url(img/content-search.png);
	vertical-align: middle;
}

/* info window */
#info-tab_map1 .x-tab-panel-header,
#info-tab_map2 .x-tab-panel-header {
	background-color: var(--blue-dark-header);
}
#info-layer-tab .x-tab-panel-header {
	background-color: var(--blue-sky-header) !important;
}
#info-tab_map1 ul.x-tab-strip,
#info-tab_map1 ul.x-tab-strip-top,
#info-tab_map2 ul.x-tab-strip,
#info-tab_map2 ul.x-tab-strip-top,
#info-layer-tab ul.x-tab-strip,
#info-layer-tab ul.x-tab-strip-top {
	background: none;
	border-bottom: none;
}
#info-tab_map1 .x-tab-strip-top .x-tab-right,
#info-tab_map1 .x-tab-strip-top .x-tab-left,
#info-tab_map1 .x-tab-strip-top .x-tab-strip-inner,
#info-tab_map2 .x-tab-strip-top .x-tab-right,
#info-tab_map2 .x-tab-strip-top .x-tab-left,
#info-tab_map2 .x-tab-strip-top .x-tab-strip-inner,
#info-layer-tab .x-tab-strip-top .x-tab-right,
#info-layer-tab .x-tab-strip-top .x-tab-left,
#info-layer-tab .x-tab-strip-top .x-tab-strip-inner {
    background: none;
}
#info-tab_map1 .x-tab-strip-text,
#info-tab_map1 .x-tab-strip-text,
#info-layer-tab .x-tab-strip-text {
	color: var(--white) !important;
	font-size: 1.1em;
}
#info-tab_map1 .x-tab-strip-over span,
#info-tab_map2 .x-tab-strip-over span {
	color: var(--blue-sky-header) !important;
}
#info-layer-tab .x-tab-strip-over span {
	color: var(--blue-dark-header) !important;
}
#info-tab_map1 .x-tab-strip-active span,
#info-tab_map2 .x-tab-strip-active span {
	color: var(--blue-sky-header) !important;
}
#info-layer-tab .x-tab-strip-active span {
	color: var(--blue-dark-header) !important;
}

.x-tab-panel-header, .x-tab-panel-footer {
    border: none !important;
}

#tabContent .x-toolbar-left .x-btn-tl,
#tabContent .x-toolbar-left .x-btn-tc,
#tabContent .x-toolbar-left .x-btn-tr,
#tabContent .x-toolbar-left .x-btn-ml,
#tabContent .x-toolbar-left .x-btn-mc,
#tabContent .x-toolbar-left .x-btn-mr,
#tabContent .x-toolbar-left .x-btn-bl,
#tabContent .x-toolbar-left .x-btn-bc,
#tabContent .x-toolbar-left .x-btn-br {
	background: none;
}
#tabContent .x-btn-over .x-btn-tl,
#tabContent .x-btn-over .x-btn-tc,
#tabContent .x-btn-over .x-btn-tr,
#tabContent .x-btn-over .x-btn-ml,
#tabContent .x-btn-over .x-btn-mc div,
#tabContent .x-btn-over .x-btn-mr,
#tabContent .x-btn-over .x-btn-bl,
#tabContent .x-btn-over .x-btn-bc,
#tabContent .x-btn-over .x-btn-br {
	color: var(--blue-dark-menubar);
	cursor: pointer;
}
#tabContent .x-btn-pressed button {
	color: var(--blue-dark-menubar);
}
#tabContent .x-toolbar .x-toolbar-cell {
	height: 24px;
}
#content-panel-toolbar .x-toolbar-left {
    width: 100%;
    background-color: var(--blue-sky-header);
}
#content-panel-toolbar .x-toolbar-left * {
	color: var(--white);
}
#content-panel-toolbar .x-toolbar-left button:hover {
    color: var(--blue-dark-header);
}

/* panel capas */
#tabCosas .x-toolbar-left .x-btn-tl,
#tabCosas .x-toolbar-left .x-btn-tc,
#tabCosas .x-toolbar-left .x-btn-tr,
#tabCosas .x-toolbar-left .x-btn-ml,
#tabCosas .x-toolbar-left .x-btn-mc,
#tabCosas .x-toolbar-left .x-btn-mr,
#tabCosas .x-toolbar-left .x-btn-bl,
#tabCosas .x-toolbar-left .x-btn-bc,
#tabCosas .x-toolbar-left .x-btn-br {
	background: none;
}
#tabCosas .x-btn-over .x-btn-tl,
#tabCosas .x-btn-over .x-btn-tc,
#tabCosas .x-btn-over .x-btn-tr,
#tabCosas .x-btn-over .x-btn-ml,
#tabCosas .x-btn-over .x-btn-mc button,
#tabCosas .x-btn-over .x-btn-mr,
#tabCosas .x-btn-over .x-btn-bl,
#tabCosas .x-btn-over .x-btn-bc,
#tabCosas .x-btn-over .x-btn-br {
	color: var(--blue-dark-menubar);
	cursor: pointer;
}
#treeGrid-toolbar .x-toolbar-left {
    width: 100%;
    background-color: var(--blue-sky-header);
}
#treeGrid-toolbar .x-toolbar-left * {
	color: var(--white);
}

.x-toolbar-more-icon {
    background: url(img/collapse-right.gif) no-repeat left !important;
}

/* FileUploadField component styles */
.x-form-file-wrap {
	position: relative;
	height: 22px;
}

.x-form-file-wrap .x-form-file {
	position: absolute;
	right: 0;
	opacity: 0;
	-moz-opacity: 0;
	filter: opacity(0);
	z-index: 2;
	height: 22px;
}

.x-form-file-wrap .x-form-file-btn {
	position: absolute;
	right: 0;
	z-index: 1;
}

.x-form-file-wrap .x-form-file-text {
	position: absolute;
	left: 0;
	z-index: 3;
	color: var(--black-5);
}

.x-table-layout td {
	/* table layout */
	vertical-align: top;
	padding-right: 5px;
}

.ext-mb-content {
	/* texto Ext.MessageBox */
	font-size: 1.063em;
}

/* OpenLayers3 */
.ol-zoom {
	/* control zoom invisible */
	display: none;
}

.ol-rotate {
	/* botón rotación */
	margin-right: 25px;
}

.ol-attribution {
	background-color: var(--bgcolor-2) !important;
	border-radius: 4px !important;
	/* inferior derecha */
	/* bottom: 2px !important;
	right: 2px !important; */
	/* inferior izquierda */
	right: unset !important;
	left: 2px !important;
	bottom: 2px !important;
	flex-flow: row !important;
	/* superior derecha */
	/* bottom: unset !important;
	right: 28px !important;
	top: 5px !important; */
}

.ol-attribution * {
	color: var(--white);
}

.ol-attribution button {
	background-color: var(--blue-dark-header) !important;
}

.ol-attribution button > span:hover {
	color: var(--blue-sky-header) !important;
}

.ol-attribution a {
	text-decoration: underline !important;
	color: var(--white) !important;
	font-weight: normal;
}

.ol-attribution a:hover {
	color: var(--blue-sky-header) !important;
	/* font-weight: 700; */
}

/* etiquetas KML */
#labelInfo {
	position: absolute;
	height: 1px;
	width: 1px;
	z-index: 100;
}

.tooltip.in {
	opacity: 1;
	filter: opacity(100%);
}

.tooltip.top .tooltip-arrow {
	border-top-color: var(--white);
}

.tooltip-inner {
	border: 2px solid var(--white);
}

/* fin etiquetas KML */
/* opacidad mask ExtJS (fondo cuando ventana modal) */
.ext-el-mask {
	opacity: .70;
	filter: opacity(70%);
	background-color: var(--black-1);
}

.ext-el-mask-msg div {
	font-size: 1em !important;
}

.x-mask-loading div {
	font-size: 1em !important;
}

/* iconos TreeGrid */
.feature_point {
	background-image: url(img/feature_point.png) !important;
}

.feature_line {
	background-image: url(img/feature_line.png) !important;
}

.feature_polygon {
	background-image: url(img/feature_polygon.png) !important;
}

.feature_image {
	background-image: url(img/feature_image.png) !important;
}

/* iconos TreeGrid fincas registrales */
.freg_2 {
	height: 10px !important;
	width: 14px !important;
	vertical-align: middle !important;
	background-repeat: no-repeat !important;
	background-image: url(img/blank.png) !important;
	border: 1px solid var(--freg2-border-color) !important;
	background-color: var(--freg2-bg-color) !important;
}

.freg_1 {
	height: 10px !important;
	width: 14px !important;
	vertical-align: middle !important;
	background-repeat: no-repeat !important;
	background-image: url(img/blank.png) !important;
	border: 1px solid var(--freg1-border-color) !important;
	background-color: var(--freg1-bg-color) !important;
}

.freg_0 {
	height: 10px !important;
	width: 14px !important;
	vertical-align: middle !important;
	background-repeat: no-repeat !important;
	background-image: url(img/blank.png) !important;
	border: 1px solid var(--freg0-border-color) !important;
	background-color: var(--freg0-bg-color) !important;
}

/* menu items sin espacio iconos (antes y después) */
.x-menu-item-no-icon {
	padding-left: 5px !important;
	padding-right: 5px !important;
}

/* iconos menús */
.feature-move-front {
	background: url(img/shape_move_front.png) no-repeat left !important;
}

.feature-move-back {
	background: url(img/shape_move_back.png) no-repeat left !important;
}

.feature-export {
	background: url(img/application_go.png) no-repeat left !important;
}

.feature-edit-name {
	background: url(img/textfield_rename.png) no-repeat left !important;
}

.feature-edit-desc {
	background: url(img/note_edit.png) no-repeat left !important;
}

.feature-delete {
	background: url(img/trash.png) no-repeat left !important;
}

.feature-sel-type {
	background: url(img/select.png) no-repeat left !important;
}

.feature-sel-all {
	background: url(img/select_all.png) no-repeat left !important;
}

.feature-cancel {
	background: url(img/cancel.png) no-repeat left !important;
}

.layer-exchange {
	background: url(img/exchange.png) no-repeat left !important;
}

.layer-layer {
	background: url(img/layers.png) no-repeat left !important;
}

.layer-undo {
	background: url(img/undo.png) no-repeat left !important;
}

/* popup anotaciones */
.ol-popup {
	position: absolute;
	background-color: var(--white);
	-webkit-filter: drop-shadow(0 1px 4px var(--bgcolor-7));
	filter: drop-shadow(0 1px 4px var(--bgcolor-7));
	padding: 15px;
	border-radius: 0 10px 10px 10px;
	min-width: 160px;
	max-width: 480px;
	min-height: 25px;
	overflow: hidden;
	/*si hidden no muestra punto anclaje*/
}

.ol-popup:after,
.ol-popup:before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.ol-popup:after {
	border-top-color: var(--white);
	border-width: 10px;
	left: 48px;
	margin-left: -10px;
}

.ol-popup:before {
	border-width: 11px;
	left: 48px;
	margin-left: -11px;
}

.ol-popup-closer {
	text-decoration: none;
	position: absolute;
	top: 2px;
	right: 6px;
}

.ol-popup-closer:after {
	content: url(img/delete.png);
}

.ol-popup-closer:hover {
	top: 1px;
	right: 5px;
}

.ol-popup-editor {
	text-decoration: none;
	position: absolute;
	top: 2px;
	right: 24px;
}

.ol-popup-editor:after {
	content: url(img/note_edit.png);
}

.ol-popup-editor:hover {
	top: 1px;
	right: 23px;
}

.ol-popup-resizer {
	position: absolute;
	width: 16px;
	height: 16px;
	right: 0;
	bottom: 0;
	background-image: url(img/resize.gif);
	cursor: nw-resize;
}

/* planeamiento */
.planea-planos-texto {
	font-style: italic;
}

.planea-planos-img {
	content: url(img/flechaPlanos.png);
}

#window-entidades iframe {
	width: 100%;
	height: 100%;
	border: none;
	background-color: var(--bgcolor-sitcan-members);
}

.x-tree-elbow-end-plus {
    background-image: url(img/expand_more.png) !important;
}

.x-tree-elbow-end-minus {
    background-image: url(img/expand_less.png) !important;
}

.x-tree-elbow-plus {
	background-image: url(img/expand_more.png) !important;
}

.x-tree-elbow-minus {
    background-image: url(img/expand_less.png) !important;
}

.x-tree-arrows .x-tree-elbow-minus,
.x-tree-arrows .x-tree-elbow-plus {
    background: none;
}

.x-tree-node-el, .x-tree-node-el * {
	cursor: pointer;
}

.x-tree-node-expanded .x-tree-node-icon {
    /* background-image: url(img/folder_open.png); */
	display: none;
}

.x-tree-node-collapsed .x-tree-node-icon {
    /* background-image: url(img/folder_close.png); */
	display: none;
}

/* no líneas continuidad nodos árbol */
/* .x-tree-lines .x-tree-elbow-line {
	background-image: none;
}
.x-tree-lines .x-tree-elbow {
    background-image: none;
}
.x-tree-lines .x-tree-elbow-end {
    background-image: none;
} */

.x-tool {
	background-image: none;
	background-position: unset;
}

.x-tool-toggle {
	background-image: url(img/expand_less.png);
	opacity: 60%;
}
.x-tool-toggle-over {
	opacity: 100%;
}
.x-panel-collapsed .x-tool-toggle {
	background-image: url(img/expand_more.png);
	background-position: unset;
	opacity: 60%;
}

.x-tool-close {
	background-image: url(img/close.png);
	opacity: 60%;
}
.x-tool-close-over {
	opacity: 100%;
}

.x-tool-maximize {
	background-image: url(img/maximize.png);
	opacity: 60%;
}

.x-tool-maximize-over {
	background-position: unset;
	opacity: 100%;
}

.x-tool-restore {
	background-image: url(img/restore.png);
	opacity: 60%;
}

.x-tool-restore-over {
	opacity: 100%;
}

.x-grid3-check-col-on {
    background-image: url(img/check_on.png);
}

.x-grid3-check-col {
    background-image: url(img/check_off.png);
}

/* color de fondo edición celdas grid */
/* evita visualizar debajo la celda mientras se edita */
.x-layer {
	background-color: var(--bgcolor-3);
}

.x-tree-arrows .x-tree-elbow-end-minus,
.x-tree-arrows .x-tree-elbow-end-plus {
    background: unset;
}

.x-tree-arrows .x-tree-elbow-end-plus {
    background-image: url(img/expand_more.png);
}

.x-tree-arrows .x-tree-elbow-end-minus {
    background-image: url(img/expand_less.png);
}

.x-tree-node-leaf .x-tree-node-icon {
    background-image: url(img/folder_close.png);
}

.x-tree-node a span {
	font-weight: 500;
}

.groupNode > a > span {
	color: var(--text-blue);
	font-weight: 700;
}

#tdLang select {
	font-size: 1.1em;
	font-weight: 700;
	cursor: pointer;
	border: none;
	color: var(--white);
	margin-bottom: 4px;
	background-color: var(--blue-sky-header);
}
#tdLang select:hover {
	color: var(--blue-dark-header);
}
#tdLang option {
	font-size: 1em;
}

/* tooltips */
.x-tip * {
	background: none !important;
	/* white-space: nowrap !important; */
}
.x-shadow {
	display: none !important;
}
.x-tip-mc {
	border-radius: 4px;
	padding: 10px;
	background-color: var(--blue-dark-header) !important;
}
.x-tip-body {
	color: var(--white) !important;
}
.x-tip-header {
	/* if padding(-top|-bottom) > 0, header is displayed even it's empty */
	/* padding: 2px; */
	padding-left: 2px;
	background-color: var(--blue-sky-header) !important;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

#sidebar-collapse {
	background-color: var(--blue-dark-header);
	border-radius: 15px 0px 0px 15px;
	border: 1px solid var(--text-gray);
	right: -8px;
	width: 30px;
	height: 85px;
	color: var(--white);
	writing-mode: vertical-rl;
	text-orientation: mixed;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	transition: 0.3s;
	width: 15px;
	font-size: 0.8em;
	padding-right: 4px;
	font-weight: normal;
	visibility: hidden;
	animation: 3s fadeIn;
  	animation-fill-mode: forwards;
}
#sidebar-collapse:hover {
	font-weight: 700;
	color: var(--blue-sky-header);
	width: 30px;
	text-align: center;
	font-size: 1.1em;
	padding-right: 10px;
}
@keyframes fadeIn {
  99% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}

/* Overlay rumbo en medición */
/*.ol-tooltip {
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 4px;
	color: white;
	padding: 4px 8px;
	opacity: 0.7;
	white-space: nowrap;
	font-size: 12px;
	cursor: default;
	user-select: none;
}
.ol-tooltip-measure {
	opacity: 1;
	font-weight: bold;
}*/
