@font-face {
	src: url("../fonts/HelveticaNeueLTCom-Lt.ttf");
	fontFamily: HelvecticaLight;
	embedAsCFF: true;
}
@font-face {
	src: url("../fonts/HelveticaNeueLTCom-LtCn.ttf");
	fontFamily: HelvecticaLightCondensed;
	embedAsCFF: true;
}
@font-face {
	src: url("../fonts/HelveticaNeueLTCom-Cn.ttf");
	fontFamily: HelvecticaCondensed;
	embedAsCFF: true;
}
@font-face {
	src: url("../fonts/HelveticaNeueLTCom-BdCn.ttf");
	fontFamily: HelveticaBoldCondensed;
	embedAsCFF: true;
}
@font-face {
	src: url("../fonts/HelveticaNeueLTCom-MdCn.ttf");
	fontFamily: HelveticaMediumCondensed;
	embedAsCFF: true;
}
@font-face {
	src: url("../fonts/HelveticaNeueLTCom-Roman.ttf");
	fontFamily: HelveticaRoman;
	embedAsCFF: true;
}

.d-flex {
	display: flex;
}

.justify-content-center {
	justify-content: center;
}

.flex-direction-column {
	flex-direction: column;
}

.align-items-center {
	align-items: center;
}

.txt-pags-show{
	font-size: 11px;
	margin-right: -10px;
	padding: 0px;
	margin-left: 13px;
}
.txt-pags-pag{
	padding: 0px;
	width: 100%;
	min-width: 25px;
	text-align: center;
	font-size: 10px;
}

.processing{
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	position:absolute;
	top:0%;
	left:0%;
	z-index:10;
}

.processing .progress{
	width:80%;
	height:25px;
	position:absolute;
	top:50%;
	left:10%;
	z-index:11;
	margin-top:-15%;
}

.map .tooltip {
	opacity:1 !important;
}
/*----------------------------------------------
    COMMON  STYLES    
------------------------------------------------*/
body {
    font-family: 'Open Sans Condensed', sans-serif;;
}
.modal-body {
    position: relative;
    padding: 20px;
    /*padding-bottom: 0px;*/
}
.modal:not(#introModal):not(.modal-static-loading) .modal-dialog {
    max-width: 95vw;
}
.modal:not(#introModal):not(.modal-static-loading) .modal-content {
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 40px);
}
.modal:not(#introModal):not(.modal-static-loading) .modal-body {
    flex: 1 1 auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.modal:not(#introModal):not(.modal-static-loading) .modal-header,
.modal:not(#introModal):not(.modal-static-loading) .modal-footer {
    flex: 0 0 auto;
}
@media (max-width: 767px) {
    .modal.modal-xs.modal-xs .modal-dialog,
    .modal.modal-md .modal-dialog,
    .modal:not(#introModal):not(.modal-static-loading) .modal-dialog {
        margin: 10px;
        max-width: calc(100vw - 20px);
    }
}
.table-advance{
	font-size:9px;
}

.txt-num-registers, .txt-pags-registers{
	font-size:10px;
	color:#fff;
	
}

.text-primary{
	color:#1e5689;
	
}
.modal-static-loading { 
    position: fixed;
    top: 50% !important; 
    left: 50% !important; 
    margin-top: -100px;  
    margin-left: -100px; 
    overflow: visible !important;
	z-index:9999999999999999999999999;
}
.modal-static-loading,
.modal-static-loading .modal-dialog,
.modal-static-loading .modal-content {
    width: 200px; 
    height: 200px; 
}
.modal-static-loading .modal-dialog,
.modal-static-loading .modal-content {
    padding: 0 !important; 
    margin: 0 !important;
}
.modal-static-loading .modal-content .icon {
}


#btn_show_filters{
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	cursor:pointer;
}

.rotated {
    -webkit-transform: rotate(-180deg);  /* Chrome, Safari 3.1+ */
    -moz-transform: rotate(-180deg);  /* Firefox 3.5-15 */
    -ms-transform: rotate(-180deg);  /* IE 9 */
    -o-transform: rotate(-180deg);  /* Opera 10.50-12.00 */
    transform: rotate(-180deg);  /* Firefox 16+, IE 10+, Opera 12.10+ */
}

.cities-filter{
	height:auto;
	max-height:200px;
	overflow-y:auto;
}

.bingLogo-lg{ display:none !important; }
#date-from, #date-to, #close-date-from, #close-date-to{
	background:#fff;
	border-radius: 5px;
}

.checkbox-group{
	width:90%;
	margin-left:5%;
	background:#fff;
	border:1px solid #000;
	overflow-x:hidden;
	overflow-y:scroll;
	position:relative;
	height:auto;
	max-height:100px;
	padding-left:10px;
	padding-right:10px;
}

.modal.modal-xs.modal-xs .modal-dialog{
  width: 300px;
}

.modal.modal-md .modal-dialog{
  width: 500px;
}

.panel .panel-heading, .panel .panel-footer{
	padding: 3px;
	border:none;
}

.panel-success{
	border-color: #1dff1b;
}

.panel-default{
	border-color: #1dff1b;
}


.panel-success .panel-heading, .panel-success .panel-footer{
	padding: 3px;
	border:none;
	background:#deffcd;
}

.panel-success .panel-body{
	background:#d6ffb7;
}

.pane-table-data{
	padding-top: 0px;
	padding-bottom:0px;
}

.pane-table-data .row{
	margin-top:0px;
	margin-bottom:0px;
}

.pane-table-data .table-body{
	height:200px;
	overflow-y:scroll;
}

.tipologia_template{
	overflow-y: scroll;
    height: 50px;
}

.pane-table-data .row table{
	margin-bottom: 0;
}

.pane-table-data .row table thead{
	background: -webkit-linear-gradient(#619ecc, #20588b); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#619ecc, #20588b); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#619ecc, #20588b); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#619ecc, #20588b); /* Standard syntax */
	color:#fff;
}

.pane-table-data .row table thead tr th{
	border-right:1px solid #99c1c7;
}

.pane-table-data .row table tbody{
	height: 230px;
	overflow-y: auto;
	width: 100%;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #d1eee0;
}

.btn-circle {
  width: 49px;
  height: 49px;
  text-align: center;
  padding: 5px 0;
  font-size: 20px;
  line-height: 2.00;
  border-radius: 30px;
}

.btn-circle-micro {
  width: 19px;
  height: 19px;
  text-align: center;
  padding: 1px 0;
  font-size: 13px;
  line-height: 0.1;
  border-radius: 30px;
}

.btn-circle-sm {
  width: 35px;
  height: 35px;
  text-align: center;
  padding: 2px 0;
  font-size: 20px;
  line-height: 1.65;
  border-radius: 30px;
}

.btn-circle-lg {
  width: 79px;
  height: 79px;
  text-align: center;
  padding: 13px 0;
  font-size: 30px;
  line-height: 2.00;
  border-radius: 70px;
}

.btn-icon {
    height: 3.3rem;
    width: 4rem;
	background-size: 2.5rem;
    background-position: center;
    background-repeat: no-repeat;
}

.loader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99999999;
	background:#1d5589;
}
.loader-container {
	width: 40%;
	overflow:hidden;
	position: absolute;
	top:40%;
	margin-top:-20px;
	left: 30%;
}
.preloader-container {
	width: 100%;
	height: 40px;
	overflow:hidden;
	margin-top:10px;
	padding:10px;
	border:1px solid #000;
	background:#fff;
	border-radius: 5px;
}

.img-icn{
	width:16px;
	height:16px;
}

.modal-filter
{
    overflow: hidden;
	z-index:999;
}

.modal-filter .modal-header
{
    background: #1d5589 url("../../images/modal-header.jpg") repeat-x left top;
	color:#fff;
	padding:5px;
}

.modal-filter .modal-header h4
{
    padding:0px;
}

.modal-step-indicator {
    font-size: 12px;
    color: #e1ecf7;
    margin-top: 2px;
}

.modal-filter .modal-header img
{
    margin-top: -5px;
}

.modal-filter .modal-footer
{
	background: #1d5589 url("../../images/modal-footer.jpg") repeat-x left bottom;
	padding:5px;
}

.modal-filter .modal-dialog {
	transition: none !important;
	transform: none !important;
}

#page-wrapper{
		  
		position: relative;
		height: 100%;

	
}

#main-menu{
	width:90%;
	margin-left:5%;
	font-size:10px;
	font-weight:strong;
}

.text-default{
	color:#fff;
	padding-top:6px;
}

.main-menu-top{
	margin-bottom:20px;
}

.nav-main-items{
	margin-bottom:10px;
}

.main-menu-top li{
	float:left;
	width:48%;
}

.main-filter{
	margin-top:20px;
}

.main-menu-top li:first-child{
	margin-right:4%;
}

.txtLeyenda1{
	border-top:2px solid #fff;
	color:#fff;
	font-size:10px;
	font-weight:normal;
	line-height:12px;
	padding:5px;
	width:90%;
	margin-left:5%;
	margin-bottom:30px;
	padding-top:30px;
}

@media(min-width:768px) {
	.sidebar-bottom{
		width: 240px;
		border-top:2px solid #fff;
		color:#fff;
		font-size:10px;
		font-weight:normal;
		line-height:12px;
		padding-top:10px;
		position:absolute;
		left:10px;
		bottom:0px;
	}
}

@media(max-width:768px) {
	.sidebar-bottom{
		display:none;
	}
}

#main-menu li button, #main-menu li label{
	width: 100%;
	color:#fff;
	text-align:left;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	border-radius: 5px;
	margin-bottom:5px;
	
	border:1px solid #294b6a;
	background-image: linear-gradient(bottom, #2d6191 50%, #43719c 50%);
	background-image: -o-linear-gradient(bottom, #2d6191 50%, #43719c 50%);
	background-image: -moz-linear-gradient(bottom, #2d6191 50%, #43719c 50%);
	background-image: -webkit-linear-gradient(bottom, #2d6191 50%, #43719c 50%);
	background-image: -ms-linear-gradient(bottom, #2d6191 50%, #43719c 50%);
}

#main-menu li button:hover, #main-menu li label:hover{
	padding-top:5px;
	padding-bottom:5px;
	border-radius: 5px;
	margin-bottom:5px;
	
	border:1px solid #4a647c;
	background-image: linear-gradient(bottom, #5b84aa 50%, #7194b5 50%);
	background-image: -o-linear-gradient(bottom, #5b84aa 50%, #7194b5 50%);
	background-image: -moz-linear-gradient(bottom, #5b84aa 50%, #7194b5 50%);
	background-image: -webkit-linear-gradient(bottom, #5b84aa 50%, #7194b5 50%);
	background-image: -ms-linear-gradient(bottom, #5b84aa 50%, #7194b5 50%);
}

#main-menu li button[disabled], #main-menu li.disabled label{
	color:#7b8b9d;
	padding-top:5px;
	padding-bottom:5px;
	border-radius: 5px;
	margin-bottom:5px;
	
	border:1px solid #306493;
	background-image: linear-gradient(bottom, #2c6090 50%, #44729d 50%);
	background-image: -o-linear-gradient(bottom, #2c6090 50%, #44729d 50%);
	background-image: -moz-linear-gradient(bottom, #2c6090 50%, #44729d 50%);
	background-image: -webkit-linear-gradient(bottom, #2c6090 50%, #44729d 50%);
	background-image: -ms-linear-gradient(bottom, #2c6090 50%, #44729d 50%);
}

#main-menu li button.active, #main-menu li label.active{
	padding-top:5px;
	padding-bottom:5px;
	border-radius: 5px;
	margin-bottom:5px;
	
	border:1px solid #4b813c;
	background-image: linear-gradient(bottom, #6fc05a 50%, #61c945 50%);
	background-image: -o-linear-gradient(bottom, #6fc05a 50%, #61c945 50%);
	background-image: -moz-linear-gradient(bottom, #6fc05a 50%, #61c945 50%);
	background-image: -webkit-linear-gradient(bottom, #6fc05a 50%, #61c945 50%);
	background-image: -ms-linear-gradient(bottom, #6fc05a 50%, #61c945 50%);
}

#main-menu li button.active:hover, #main-menu li label.active:hover{
	padding-top:5px;
	padding-bottom:5px;
	border-radius: 5px;
	margin-bottom:5px;
	
	border:1px solid #658e5a;
	background-image: linear-gradient(bottom, #93d083 50%, #84d46f 50%);
	background-image: -o-linear-gradient(bottom, #93d083 50%, #84d46f 50%);
	background-image: -moz-linear-gradient(bottom, #93d083 50%, #84d46f 50%);
	background-image: -webkit-linear-gradient(bottom, #93d083 50%, #84d46f 50%);
	background-image: -ms-linear-gradient(bottom, #93d083 50%, #84d46f 50%);
}

#main-menu li.disabled button:hover, #main-menu li.disabled label:hover{
	color:#7b8b9d;
	padding-top:5px;
	padding-bottom:5px;
	border-radius: 5px;
	margin-bottom:5px;
	
	border:1px solid #306493;
	background-image: linear-gradient(bottom, #2c6090 50%, #44729d 50%);
	background-image: -o-linear-gradient(bottom, #2c6090 50%, #44729d 50%);
	background-image: -moz-linear-gradient(bottom, #2c6090 50%, #44729d 50%);
	background-image: -webkit-linear-gradient(bottom, #2c6090 50%, #44729d 50%);
	background-image: -ms-linear-gradient(bottom, #2c6090 50%, #44729d 50%);
}

.topbar-sea{
	color:#fff;
	top:15px;
	font-size:20px;
	position: relative;
}


 html, body, .map-container, #map {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
  }
  

 #wrapper {
    width: 100%;
    background:#1e5689;
	height: 100%;
}

#page-wrapper {
    background:#E5EBF2;
   
}
#page-inner {
    width:100%;
    margin:10px 20px 10px 0px;
    background-color:transparent;
    padding:10px;
    min-height:1200px;
}

.text-center {
    text-align:center;
}
.no-boder {
    border:1px solid #f3f3f3;
}

h1, .h1, h2, .h2, h3, .h3 {
margin-top: 7px;
margin-bottom: -5px;
}
h2 {
    color: #000;
}
h4 {
    padding-top:10px;
}
.square-btn-adjust {
    border: 0px solid transparent; 
   -webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;

}
p {
    font-size:16px;
    line-height:25px;
}
/*----------------------------------------------
   DASHBOARD STYLES    
------------------------------------------------*/
.page-header {
padding-bottom: 9px;
margin: 10px 0 45px;
border-bottom: 1px solid #C7D1DD;
}
.panel-back {
    background-color:#fff;

}
.panel-default > .panel-heading {
color: #000;
background-color: #FFFFFF;
border-color: #ddd;
font-weight:bold;
}
.jumbotron, .well{
background:#fff;
}
   .noti-box {
min-height: 100px;
padding: 20px;
}

    .noti-box .icon-box {
display: block;
float: left;
margin: 0 15px 10px 0;
width: 70px;
height: 70px;
line-height: 75px;
vertical-align: middle;
text-align: center;
font-size: 40px;
}
.text-box p{
    margin: 0 0 3px;
}
.main-text {
    font-size: 25px;
    font-weight:600;
}
.set-icon {
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;

}
    .bg-color-green {
background-color: #fff;
color: #5cb85c;
}
 .bg-color-blue {
background-color: #fff;
color: #4CB1CF
}
  .bg-color-red {
background-color: #fff;
color:#F0433D;
}
  .bg-color-brown {
background-color: #fff;
color:#f0ad4e;
}
.back-footer-green {
background-color: #5cb85c;
color:#fff;
border-top: 0px solid #fff;
}
 .back-footer-red {
background-color: #F0433D;
color:#fff;
border-top: 0px solid #fff;
}
 .back-footer-blue {
background-color: #4CB1CF;
color:#fff;
border-top: 0px solid #fff;
}
 .back-footer-brown {
background-color: #f0ad4e;
color:#fff;
border-top: 0px solid #fff;
}
 .icon-box-right {
display: block;
float: right;
margin: 0 15px 10px 0;
width: 70px;
height: 70px;
line-height: 75px;
vertical-align: middle;
text-align: center;
font-size: 40px;
}

 .main-temp-back {
background: #8702A8;
color: #FFFFFF;
font-size: 16px;
font-weight: 300;
text-align: center;
}
 .main-temp-back .text-temp {
font-size: 40px;
}
.back-dash {
    padding:20px;
    font-size:20px;
    font-weight:500;
  -webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
background-color:#2EA7EB;
color:#fff;
}
    .back-dash p {
        padding-top:16px;
        font-size:13px;
        color:#fff;
        line-height:25px;
        text-align:justify;
    }

     .color-bottom-txt {
   color: #000;
font-size: 16px;
line-height: 30px;
}
     /*CHAT PANEL*/
 .chat-panel .panel-body {
height: 450px;
overflow-y: scroll;
}
 .chat-box {
margin: 0;
padding: 0;
list-style: none;
}
 .chat-box li {
margin-bottom: 15px;
padding-bottom: 5px;
border-bottom: 1px dotted #808080;
}
 .chat-box li.left .chat-body {
margin-left: 90px;
}
 .chat-box li .chat-body p {
margin: 0;
color: #8d8888;
}
.chat-img>img {
    margin-left:20px;
}
footer p{
font-size: 14px;
}
/*----------------------------------------------
    MENU STYLES    
------------------------------------------------*/


.user-image {
    margin: 25px auto;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
max-height:170px;
max-width:170px;
}
.top-navbar{
margin:0px;
}
.top-navbar .navbar-brand img{
	width: 40px;
	height:auto;
	margin-right: 5px;
	margin-top: -10px;
}
.top-navbar .navbar-brand {
color: #fff;
width: 260px;
text-align: left;
height: 60px;
font-size: 30px;
font-weight: 700;
text-transform: uppercase;
line-height: 30px;
}
.top-navbar .nav > li {
position: relative;
display: inline-block;
}
.top-navbar .nav > li > button {
position: relative;
display: block;
padding: 19px 15px;
color: #77C0FD;
}
.top-navbar .nav > li > button:hover, .top-navbar .nav > li > button:focus {
text-decoration: none;
background-color: #225081;
color: #fff;
}
.top-navbar .dropdown-menu{
min-width: 230px;
border-radius: 0 0 4px 4px;
}
.top-navbar .dropdown-menu > li > a:hover, .top-navbar .dropdown-menu > li > a:focus{
color: #225081;
background:none;
}

@media(min-width:768px) {
	 
	.top-navbar{
	margin:0px;
	}
	.top-navbar .navbar-brand img{
		width: 40px;
		height:auto;
		margin-right: 5px;
		margin-top: -10px;
	}
	.top-navbar .navbar-brand {
	color: #fff;
	width: 160px;
	text-align: left;
	height: 60px;
	font-size: 45px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 30px;
	}
	.top-navbar .nav > li {
	position: relative;
	display: inline-block;
	}
	.top-navbar .nav li button img {
	max-height:24px;
	}
	.top-navbar .nav > li > button {
	border: none;
	position: relative;
	display: block;
	padding: 5px 15px;
	color: #fff;
	border-radius:4px;
	margin-top:10px;
	height:36px;
	
	
	background: rgba(248,80,50,1);
	background: -moz-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(81,177,55,1) 1%, rgba(88,198,59,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,80,50,1)), color-stop(1%, rgba(81,177,55,1)), color-stop(100%, rgba(88,198,59,1)));
	background: -webkit-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(81,177,55,1) 1%, rgba(88,198,59,1) 100%);
	background: -o-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(81,177,55,1) 1%, rgba(88,198,59,1) 100%);
	background: -ms-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(81,177,55,1) 1%, rgba(88,198,59,1) 100%);
	background: linear-gradient(to bottom, rgba(248,80,50,1) 0%, rgba(81,177,55,1) 1%, rgba(88,198,59,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#58c63b', GradientType=0 );

	}
	.top-navbar .nav > li > button:hover, .top-navbar .nav > li > button:focus {
	text-decoration: none;
	color: #fff;
	
	}
	.top-navbar .nav > li > button[disabled] {
	text-decoration: none;
	color: #fff;
	opacity: 0.65;
	cursor: not-allowed;
	}
	.top-navbar .nav > li.nav-measurement {
	margin-right:10px;
	}
	.top-navbar .nav > li.nav-distance {
	margin-right:30px;
	}
	.top-navbar .nav > li.nav-star {
	margin-left:30px;
	margin-right:30px;
	}
}

.dropdown-tasks{
width: 255px;
}
.dropdown-tasks .progress {
height: 8px;
margin-bottom: 8px;
overflow: hidden;
background-color: #f5f5f5;
border-radius: 0px;
}
.dropdown-tasks > li > a { 
padding: 0px 15px;
}
.dropdown-tasks p {
font-size: 13px;
line-height: 21px;
padding-top: 4px;
}
.active-menu {
    background-color:#225081!important;
}

.arrow {
    float: right;
}

.fa.arrow:before {
    content: "\f104";
}

.active > a > .fa.arrow:before {
    content: "\f107";
}


.nav-second-level li,
.nav-third-level li {
    border-bottom: none !important;
}

.nav-second-level li a {
    padding-left: 37px;
}

.nav-third-level li a {
    padding-left: 55px;
}
.sidebar-collapse , .sidebar-collapse .nav{
	background:none;
}
.sidebar-collapse .nav {
	padding:0;
}
.sidebar-collapse .nav > li > a {
	color:#fff;
	background:transparent;
	text-shadow:none;
	
}
.sidebar-collapse > .nav > li > a {
	padding:15px 10px;
}
.sidebar-collapse > .nav > li {
	border-bottom: 1px solid rgba(107, 108, 109, 0.19);
}
ul.nav.nav-second-level.collapse.in {
background: #172D44;
}
.sidebar-collapse .nav > li > a:hover,
.sidebar-collapse .nav > li > a:focus {
	 
	outline:0;
}
 
.navbar-side {
	border:none;
	background-color: transparent;
	
}
.top-navbar {
	background:#1e5689;
	border-bottom:none;
	
}
.top-navbar .nav > li > button > i {
margin-right: 2px;
}
.top-navbar .navbar-brand:hover { 
color:#fff;

}
.dropdown-user li {
margin: 8px 0;
}
.navbar-default {
border:0px solid black;
     
}
.navbar-header {
    background: #1e5689;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
background-color: #B40101;
}
.navbar-default .navbar-toggle {
border-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
background-color: #FFF;
}
.nav > li > a > i {
    margin-right:10px;
}
/*----------------------------------------------
    UI ELEMENTS STYLES     
------------------------------------------------*/
/*----------------------------------------------
    MEDIA QUERIES     
------------------------------------------------*/
 
 @media(min-width:768px) {
     #page-wrapper{
              
			margin: 0 0 0 0px;
			position: relative;
		    height: calc(100% - 60px);

		
    }
	
	
    .navbar-side {
        z-index: 1;
        position: absolute;
        width: 260px;
    }

   .navbar {
 border-radius: 0px; 
}
   
}
 
 @media(max-width:480px) {
.page-header small {
display: block;
padding-top: 14px;
font-size: 19px;
}
}

.claro .dijitSliderIncrementIconV{
	background-position: 0px 0%;
	height: 25px;
    margin-left: auto;
    margin-right: auto;
    width: 25px;
    border-radius: 100px;
    background-size: cover;
	background-image: url("/analisisTerritorial/images/zoom-in.png");
}

.claro .dijitSliderDecrementIconV{
	background-position: 0px 0%;
	height: 25px;
    margin-left: auto;
    margin-right: auto;
    width: 25px;
    border-radius: 100px;
    background-size: cover;
	background-image: url("/analisisTerritorial/images/zoom-out.png");
}

.claro .dijitSliderButtonContainerV{
	width:30px;
	height: 30px;
}

#introModal {
  text-align: center;
  padding: 0!important;
}

#introModal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

#introModal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  max-width: 560px;
  width: 90%;
}

#introModal .modal-dialog .modal-content {
	width: 100%;
	border-radius: 12px;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
	overflow: hidden;
	border-top: 6px solid #2f6e3a;
}

#introModal .modal-body {
	background: #ffffff;
	padding: 18px 22px 20px;
}

#introModal .modal-body p {
	color: #2f3b2f;
	font-size: 13px;
	line-height: 1.5;
	margin-bottom: 14px;
}

.intro-title {
	margin: 0 0 8px;
	font-weight: 700;
	font-size: 15px;
	color: #1f3b27;
}

.intro-text {
	margin-bottom: 14px;
}

.intro-subtitle {
	margin-bottom: 6px;
}

.intro-radio-panel {
	border: 1px solid #d0e4c5;
	background: #f8fcf4;
	border-radius: 12px;
	padding: 10px 12px;
	width: 100%;
}

#formIngreso {
	font-size: 1.1em;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

#formIngreso > div {
	margin-bottom: 0.5rem;
}

#formIngreso-text {
	display: inline-block;
	vertical-align: top;
	margin-right: 1rem;
	font-weight: 600;
	color: #2f3b2f;
}

#radiosIngreso {
	display: grid;
	grid-template-columns: repeat(3, minmax(140px, 1fr));
	gap: 8px 12px;
	width: 100%;
}

#radiosIngreso .radio:first-child {
	margin-top: 0;
}

#radiosIngreso .radio {
	background: #f7fbf3;
	border: 1px solid #d0e4c5;
	border-radius: 10px;
	padding: 8px 10px;
	margin: 0;
	transition: border-color 0.15s ease, background 0.15s ease;
}

#radiosIngreso .radio label {
	display: flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	margin: 0;
	font-weight: 600;
	color: #2b3a2a;
}

#radiosIngreso .radio label input[type="radio"] {
	order: 0;
	margin-left: 0;
}

#radiosIngreso .radio:hover {
	border-color: #2f6e3a;
	background: #eef8e6;
}

#radiosIngreso input[type="radio"] {
	-webkit-appearance: none;
	appearance: none;
	width: 16px;
	height: 16px;
	border: 2px solid #2f6e3a;
	border-radius: 4px;
	background: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

#radiosIngreso input[type="radio"]:checked {
	background: #2f6e3a;
	border-color: #2f6e3a;
}

#radiosIngreso input[type="radio"]:checked::after {
	content: "✓";
	color: #fff;
	font-size: 12px;
	line-height: 1;
}

#introModal .btn.btn-default {
	background: #2f6e3a;
	border-color: #2f6e3a;
	color: #fff;
	font-weight: 600;
	padding: 6px 18px;
	border-radius: 8px;
}

#introModal .btn.btn-default:hover,
#introModal .btn.btn-default:focus {
	background: #24552d;
	border-color: #24552d;
}

#list_filters{
	margin:0px !important;
	padding:0px !important;
	width:100%;
	max-height:50px;
}

::-webkit-scrollbar {
background: transparent;
	overflow: visible;
	width: 17px;
}

::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.2);
	border: solid #fff;
}

::-webkit-scrollbar-thumb:hover {
	background: rgba(0, 0, 0, 0.8);
}

::-webkit-scrollbar-thumb:horizontal {
	border-width: 4px 6px;
	min-width: 40px;
}

::-webkit-scrollbar-thumb:vertical {
	border-width: 6px 4px;
	min-height: 40px;
}

::-webkit-scrollbar-track-piece {
	background-color: #fff;
}

::-webkit-scrollbar-corner {
	background: transparent;
}

::-webkit-scrollbar-thumb {
	background-color: #ADADAD;
	-webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,0.10),inset 0 -1px 0 rgba(0,0,0,0.07);
}

::-webkit-scrollbar-thumb:hover {
	background-color: #999;
}


.divA {
    width: 0px;
    height: 150px;
    background-color: #1e5689;
    -webkit-transition: width 2s; /* For Safari 3.1 to 6.0 */
    transition: width 2s;
    position:absolute; 
	/*right:10px; 
	width:30%;
	*/
	top:55%; 
	z-Index:2;
	border-radius: 0px 10px 10px 0px;
    -moz-border-radius: 0px 10px 10px 0px;
    -webkit-border-radius: 0px 10px 10px 0px;
    border: 1px solid #000000;
}

.divRA {
	width: 150px;
    height: auto;
    min-height: 220px;
    padding-bottom: 0;
    -webkit-transition: width 1s;
    transition: width 1s;
    position: absolute;
    border-radius: 0px 10px 10px 0px;
    -moz-border-radius: 0px 10px 10px 0px;
    -webkit-border-radius: 0px 10px 10px 0px;
    /*border: 1px solid #ffff;*/
    top: 0;
    background: #1d5589 url("../../images/modal-herramienta.png") repeat-x left top;
    background-size: contain;
    box-shadow: 1px 0px 7px 1px #56585a94;
}

.divPrueba {
	width: 170px;
    height: 93px;
    min-height: 0;
    padding-bottom: 0;
    background: url("../../images/modal-herramienta.png") repeat-x left top;
    -webkit-transition: width 1s;
    transition: width 1s;
    position: absolute;
    top: 45%;
    z-Index: 2;
    border-radius: 0px 10px 10px 0px;
    -moz-border-radius: 0px 10px 10px 0px;
    -webkit-border-radius: 0px 10px 10px 0px;
    box-shadow: 1px 0px 7px 1px #56585a94;
    /* border: 1px solid #000000; */

}

.botonHerramienta{
    cursor: pointer;
    float: right;
    width: 20px;
    height: 20px;
    /* float: right; */
    /* position: unset; */
    /* top: 50%; */
    margin-left: 83%;
    margin-top: 10px;
    margin-right: 10px
}

.botonHerramienta2{
	cursor: pointer;
    width: 30px;
    height: 30px;
    float: right;
    margin-left: 83%;
    margin-top: 24px;
    margin-right: 3px;
}

.diivContenedorBotonHerramienta{
	background-color: #13d213;
    height: 35px;
    width: 35px;
    margin-left: 13%;
    margin-top: 3px;
    /* margin-right: 11px; */
    border-radius: 0px 10px 10px 0px;
    -moz-border-radius: 0px 10px 10px 0px;
    -webkit-border-radius: 10px 10px 10px 10px;
    /* border: 1px solid #ffff; */
    transition: width 10000ms cubic-bezier(0.4, 0, 1, 1) 10s;
}

.labelHerramientas {
	font-family: 'Open Sans Condensed', sans-serif;
    /* font-style: oblique; */
    color: white;
    margin-left: 20px;
    font-size: 13px;
    margin-top: 5px;
    transition: width 10000ms cubic-bezier(0, -0.37, 0.92, 0.37) 10s;
}

.imgBotonHerramienta{
	cursor: pointer;
    /* float: inherit; */
    width: 20px;
    height: 20px;
    /* float: right; */
    /* position: unset; */
    /* top: 50%; */
    margin-left: 23%;
    margin-top: 15%;
    margin-right: 10px;
}

.imgBotonHerramientaClear {
    border: 1px solid #ffffff;
    border-radius: 8px;
    padding: 3px;
    background: transparent;
}

.divEvaluacionArea{
	margin-top: 10px;
    margin-right: 3px;
    margin-left: 4px;
    background-color: #fff;
    border: 1px solid #68da00;
    border-radius: 12px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    background: #d6ffb7;
    height: 200px;
	padding: 10px;
	/* font-size: 20px; */

}

.divBtnEvaluacionArea{
	border: 1px solid #0b2fe2;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    background: #73b73f;
    height: 43px;
    width: 478px;
    cursor: pointer;
    text-align: center;
}

.imgEvaluacionArea {
    cursor: pointer;
    margin-top: 5px;
}

.labelEvaluacionArea {
	color: white;
    margin-left: 10px;cursor: pointer;
}

.imgFlechaEvaluacionArea {
	width: 8px;
    height: 8px;
    /* margin-left: 175px; */
    cursor: pointer;
    float: right;
    margin-top: 16px;
    margin-right: 6px;
}

.inputCoordenadas {
	margin-left: 5px;
    width: 450px;
    height: 165px;
    border: 1px solid #68da00;
    border-radius: 6px;
}

.btnValidarCoordenadas{
	margin-top: 10px;
    margin-left: 144px;
    border: 1px solid #68da00;
    border-radius: 6px;
    background: #7be62b;
    color: white;
}

.btnAyudaCoordenadas{
	width: 20px;
    height: 20px;
    cursor: pointer;
    margin-left: 10px;
}

.divContenedorCoordenadas{
	margin-top: 10px;
    margin-right: 3px;
    margin-left: 4px;
    background-color: #fff;
    border: 1px solid #68da00;
    border-radius: 12px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    background: #d6ffb7;
    height: 375px;    margin-bottom: 7px;
}

.ai-chapters-container {
    margin: 8px 4px 0;
    padding: 12px 12px;
    border: 1px solid #cfd8c7;
    border-radius: 10px;
    background: #f3ffe8;
    color: #2b3a2a;
}

.ai-chapters-container h5 {
    margin: 0 0 6px;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.2px;
}

.ai-chapters-container p {
    margin: 0 0 6px;
    font-size: 11px;
    color: #40523f;
}

.ai-chapters-container label {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    padding: 4px 6px;
    border-radius: 6px;
    font-weight: normal;
    font-size: 12px;
}

.ai-chapters-list {
    max-height: 180px;
    overflow-y: auto;
    border: 1px solid #d7e6c9;
    background: #fff;
    border-radius: 6px;
    padding: 6px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 4px;
}

.pdf-legal-note {
    margin: 6px 4px 0;
    font-size: 11px;
    color: #555;
}

.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.table-wrapper-scroll-y {
  display: block;
  max-height: 200px;
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}


.table-fixed{
  width: 100%;
  background-color: #f3f3f3;
  tbody{
    height:200px;
    overflow-y:auto;
    width: 100%;
    }
  thead,tbody,tr,td,th{
    display:block;
  }
  tbody{
    td{
      float:left;
    }
  }
  thead {
    tr{
      th{
        float:left;
       background-color: #f39c12;
       border-color:#e67e22;
      }
    }
  }
}

.highlighted { 
    background: red; 
} 
.nonhighlighted { 
    background: white; 
} 

.selected { 
    background-color: #68da00; 
}

.resultado-table-scroll thead th {
    position: sticky;
    top: 0;
    z-index: 2;
    background-color: #576dbb;
}

.acordeon-control {
	cursor: pointer;
}
.acordeon-control::before {
	content: '▶';
	margin-right: 0.25rem;
}
.acordeon-control.open::before {
	content: '▼';
}
.div-acordeon {
	display: none;
}

#btnExportarPdf {
	background-image: url('../../images/export-pdf-50.png');
}

#btnExportarXls {
	background-image: url('../../images/export-excel-50.png');
}

#btnExportarCsv {
	background-image: url('../../images/export-csv-50.png');
}

#btnExportarShape {
	background-image: url('../../images/zip-white.svg');
}

#btnExportarGeojson {
	background-image: url('../../images/geojson-white.svg');
}

#btnExportarKml {
	background-image: url('../../images/kmz.png');
}

#quickExportNotice {
	display: block;
	font-weight: 600;
	color: #2b3a2a;
	background: #f3ffe8;
	border: 1px solid #cfd8c7;
	padding: 6px 10px;
	border-radius: 8px;
	margin-top: 6px;
}

.grecaptcha-badge { visibility: hidden; }

#evaluacionAreaControlModal .modal-dialog {
	background: #fff;
}
#evaluacionAreaControlModal .modal-content {
	background: #fff;
}
#evaluacionAreaControlModal .modal-header {
	margin-bottom: 0;
}

#ImprimirResultadoModal .modal-footer {
	padding-top: 7px;
	padding-bottom: 7px;
}

#ImprimirResultadoModal .modal-body.no-scroll {
	overflow-y: hidden;
	max-height: none;
}

#ImprimirResultadoModal .modal-body.ai-scroll {
	overflow-y: auto;
	max-height: calc(100vh - 260px);
}

#SuccessModal .modal-body {
	overflow-y: hidden;
	max-height: none;
}

#SuccessModal .modal-content {
	overflow: hidden;
	max-height: none;
}

#SuccessModal .panel-body {
	overflow: hidden;
}

#ImprimirResultadoModal .pdf-loading {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	margin: 8px 0 0;
}

#ImprimirResultadoModal .pdf-loading-spinner {
	border: 6px solid #f3f3f3;
	border-radius: 50%;
	border-top: 6px solid #3498db;
	width: 48px;
	height: 48px;
	animation: spin 1s linear infinite;
}

#ImprimirResultadoModal .pdf-loading-text {
	font-size: 12px;
	color: #4a4a4a;
}
#evaluacionAreaControlModal .modal-body {
	padding-top: 0;
	margin-top: -6px;
}

.layer-loading {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 4px 0;
	color: #1d5589;
}

.spinner-layer {
	width: 14px;
	height: 14px;
	border: 2px solid #cbd3dc;
	border-top-color: #1d5589;
	border-radius: 50%;
	animation: spin-layer 1s linear infinite;
}

@keyframes spin-layer {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}
.layer-global-actions {
    margin: 8px 24px 0;
    font-size: 12px;
    text-align: right;
    color: #2b3a2a;
}

.layer-global-actions-left {
    text-align: left;
}

.layer-action-inline {
    display: block;
    margin: 6px 0 4px;
    font-size: 12px;
    text-align: left;
    color: #2b3a2a;
    width: 100%;
    padding-left: 6px;
    box-sizing: border-box;
}


.layer-action-inline .layer-action,
.layer-action-inline .layer-action-sep {
    margin: 2px;
    font-weight: normal;
    cursor: pointer;
    background: transparent;
    border: 0;
    padding: 0;
}

.layer-global-actions .layer-action {
    cursor: pointer;
    font-weight: 600;
}

.layer-global-actions .layer-action-sep {
    margin: 0 6px;
    font-weight: 600;
}

.ia-processing-toggle {
    font-weight: 700;
    color: #1f2a44;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 8px;
    border-radius: 12px;
    background: #eef2ff;
    border: 1px solid #c7d2fe;
}

.ia-processing-toggle input {
    margin: 0;
}

.ia-processing-text {
    font-weight: 700;
    letter-spacing: 0.2px;
}
