.m-getfeatureinfobylayers-container {
	top: 10px;
	left: 50px;
	margin-top: -4px;
}

.m-getfeatureinfobylayers-container.activated>button {
	top: 10px;
	left: 50px;
	opacity: 1 !important;
	color: white !important;
	background-color: #8294af !important;
}

.m-popup table.mapea-table td.header {
	text-align: center;
	padding-top: 10px;
	border-bottom: 1px ridge #6C6C6C
}

.m-popup {
	position: absolute;
	background-color: #e5eaec;
	padding: 15px 27px 15px 15px;
	border: 1px solid #ccc;
	bottom: 12px;
	width: 200px;
	border-radius: 12px;
	opacity: 0.95;
	box-shadow: 2px 2px 8px -4px rgba(0, 0, 0, .53);
}

.m-popup:after {
	border-top-color: #e5eaec;
	border-width: 10px;
	left: 48px;
	margin-left: -10px;
}

.m-popup>div.m-content>div.m-body {
	max-height: 40vh;
	width: calc(100% + 15px);
	overflow-y: hidden !important;
	overflow-x: hidden !important;
}

/* Style the tab */
div.tab {
	display: inline-flex;
	border: 1px solid #ccc;
	background-color: #f1f1f1;
	min-height: fit-content;
	margin-bottom: -14px;
}

div.tabs {
	overflow-x: scroll;
	border: 1px solid #ccc;
	min-height: fit-content;
}

/* Style the tab */
div.tablinks {
	float: left;
}

/* Style the buttons inside the tab */
div.tab button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 10px 12px;
	transition: 0.3s;
	width: 180px;
	min-height: 64px;
}

/* Change background color of buttons on hover */
div.tab button:hover {
	background-color: #ddd;
}

/* Create an active/current tablink class */
div.tab button.active {
	background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
	-webkit-animation: fadeEffect 1s;
	animation: fadeEffect 1s; /* Fading effect takes 1 second */
	display: none;
	padding: 6px 12.6px;
	border-top: none;
	overflow: auto;
	position: absolute;
	height: 65%;
	width: 96.3%;
	font-family: Arial;
	font-size: small;
}

@
-webkit-keyframes fadeEffect {
	from {opacity: 0;
}

to {
	opacity: 1;
}

}
@
keyframes fadeEffect {
	from {opacity: 0;
}

to {
	opacity: 1;
}

}

/***************
       PANEL
***************/
.m-areas>div.m-area>div.m-panel.m-getfeatureinfobylayers {
	order: 3;
	border-top-right-radius: 0px;
}

.m-areas>div.m-area>div.m-panel.m-getfeatureinfobylayers.opened {
	border-top-left-radius: 0px;
}

.m-areas>div.m-area>div.m-panel.m-getfeatureinfobylayers.collapsed {
	order: -98;
	border-top-right-radius: 20px;
}

.m-areas>div.m-area>div.m-panel.m-getfeatureinfobylayers>button.m-panel-btn
	{
	background-color: #e7338c;
	float: right;
	color: #fff;
	z-index: 999999;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
}

@media only screen and (max-width: 768px) {
	.m-areas>div.m-area>div.m-panel.m-getfeatureinfobylayers.opened>button.m-panel-btn
		{
		background-color: transparent;
		right: 0;
		float: right;
		color: #e7338c;
		z-index: 999999;
		box-shadow: none;
	}
}

.m-areas>div.m-area>div.m-panel.m-getfeatureinfobylayers.collapsed>button.m-panel-btn
	{
	color: #e7338c;
	position: inherit;
	right: 0;
	box-shadow: none;
}

/* ANIMATIONS */
.m-areas>div.m-area>div.m-panel.m-getfeatureinfobylayers {
	-webkit-transition: max-height .33s ease-in-out 0s;
	transition: max-height .33s ease-in-out 0s;
	max-height: 100vh;
}

.m-areas>div.m-area>div.m-panel.m-getfeatureinfobylayers.collapsed {
	-webkit-transition: max-height .33s ease-in-out 0s;
	transition: max-height .33s ease-in-out 0s;
	max-height: 40px;
}

.m-areas>div.m-area>div.m-panel.m-getfeatureinfobylayers>div.m-panel-controls
	{
	-webkit-transition: max-width .5s ease 0s, opacity .44s ease 0s;
	transition: max-width .5s ease 0s, opacity .44s ease 0s;
	background: white;
}

.m-getfeatureinfobylayers-container>.results-panel>div.results {
	-webkit-transition: max-height .33s ease-in-out 0s;
	transition: max-height .33s ease-in-out 0s;
}

.m-areas>div.m-area>div.m-panel.m-getfeatureinfobylayers {
	order: -98;
}

@media only screen and (max-width: 768px) {
	.m-areas>div.m-area>div.m-panel.m-getfeatureinfobylayers.opened {
		margin-left: 0;
		width: 100vw;
		height: 100vh;
		position: fixed;
		top: 0;
		left: 0;
		margin: 0;
		z-index: 10000;
		overflow: auto;
	}
}

/* Skin for Simple Dialog Box Plugin */
.dialog-box-getFeatureInfoByLayers {
    background-color: white !important;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    -mz-box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    position: absolute;
    margin-top: 0px;
    margin-left: 0px;
    z-index: 9999;
    color: #666;
    visibility: hidden;
    opacity: 0;
	border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

.dialog-box-getFeatureInfoByLayers .fixed-dialog-box-getFeatureInfoByLayers {
    position: fixed !important;
    position: absolute;
    border-bottom: 3px ridge lightgray;
}

 .dialog-title-getFeatureInfoByLayers {
    margin: 0;
    padding: 0;
    font-family: Arial;
    color: white;	
    font-size: smaller;
    font-weight: bold;
    line-height: 2em;
    overflow: hidden;
    padding: 0 .8em;
    background-color: lightslategray;
    cursor: move;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    margin-top: -10px;
}

.dialog-box-getFeatureInfoByLayers .dialog-content-getFeatureInfoByLayers {
	top: 2em;
	right: 0;
	bottom: 3em;
	left: 0;
}

.dialog-box .dialog-content iframe {
	display: block;
	border: none;
	background: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

.dialog-box-getFeatureInfoByLayers .dialog-content-getFeatureInfoByLayers::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	background-color: #f5f5f5;
	border-left: 1px solid #ccc;
}

.dialog-box-getFeatureInfoByLayers .dialog-content-getFeatureInfoByLayers::-webkit-scrollbar-thumb {
	background-color: #666;
	border: none;
}

.dialog-box-getFeatureInfoByLayers .dialog-content-getFeatureInfoByLayers::-webkit-scrollbar-thumb:hover {
	background-color: #555
}

.dialog-box-getFeatureInfoByLayers .dialog-content-getFeatureInfoByLayers::-webkit-scrollbar-thumb:active {
	background-color: #444
}

.dialog-box .dialog-action {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 2em;
	padding: .5em;
	background-color: #eee;
	border-top: 1px solid #ccc;
	text-align: right;
	visibility: hidden;
}

.dialog-box .dialog-action .btn {
	text-decoration: none;
	border: none;
	outline: none;
	color: inherit;
	font-weight: bold;
	background-color: white;
	border: 1px solid #ccc;
	-webkit-border-radius: .2em;
	-moz-border-radius: .2em;
	border-radius: .2em;
	padding: .4em 1em;
	margin-left: .2em;
	line-height: 2em;
	cursor: pointer;
}

.dialog-box-getFeatureInfoByLayers .dialog-close-getFeatureInfoByLayers {
	border: none;
	outline: none;
	background: none;
	font: inherit;
	font-family: Arial, Sans-Serif;
	font-style: normal;
	font-weight: bold;
	font-size: 120%;
	line-height: 1.4em;
	color: white;
	text-decoration: none;
	position: absolute;
	top: 0;
	right: .3em;
	text-align: center;
	cursor: pointer;
	margin-top: -10px;
}

.dialog-box-getFeatureInfoByLayers .dialog-minimize-getFeatureInfoByLayers {
	border: none;
	outline: none;
	background: none;
	font: inherit;
	font-family: Arial, Sans-Serif;
	font-style: normal;
	font-weight: bold;
	font-size: 120%;
	line-height: 1.4em;
	color: white;
	text-decoration: none;
	position: absolute;
	top: 0;
	right: 1.5em;
	text-align: center;
	cursor: pointer;
	margin-top: -10px;
}

.dialog-box .dialog-close:focus, .dialog-box .dialog-action .btn:focus {
	border-width: 0;
	outline: none;
}

.dialog-box .dialog-action .btn:hover {
	border-color: #bbb
}

.dialog-box .dialog-action .btn:focus {
	border-color: #aaa;
	border-width: 1px;
}

.dialog-box .dialog-action .btn:active {
	border-color: #aaa;
	background-color: #f5f5f5;
}

.dialog-box+.dialog-box-overlay {
	background-color: black;
	opacity: .2;
	filter: alpha(opacity = 20);
	position: fixed !important;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9997;
	display: none;
}

.dialog-box.fixed-dialog-box {
	position: fixed !important;
	position: absolute;
	border-bottom: 3px ridge lightgray;
}

a#expediente-identify-captacion{
    font: 600 14.3333px Arial;
    color: dimgrey;
    text-decoration: none;
}


#expediente-identify-captacion {
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,.4);
    font-size: 15px;
    line-height: 25px;
    cursor: pointer;
    opacity: .75;
    -webkit-transition: opacity .25s ease 0s;
    transition: opacity .25s ease 0s;
    color: #404040;
    width: 100%;
    margin: inherit;
}

/***************
     SPINNER
***************/

.identify-spinner {
  margin: 50vh auto 0;
  width: 70px;
  text-align: center;
}

.identify-spinner > div {
  width: 18px;
  height: 18px;
  background-color: #fefdf7;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.identify-spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.identify-spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}