@CHARSET "UTF-8";

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    overflow: hidden;
    font-size: 12px;
    font-family: Fira Sans !important;
}

#map {
	width: 100%;
	height: 100%;
	z-index:0;
}
.checkbox{
    left:15px;

}
.tooltip {
    position: fixed;
}
.rightMenu {
	position: relative;
	float: right;
}

.right-caret {
	border-bottom: 4px solid transparent;
	border-top: 4px solid transparent;
	border-left: 4px solid #000000;
	display: inline-block;
	height: 0;
	opacity: 1;
	vertical-align: top;
	width: 0;
}

.right {
	float: right;
}

#map-wrapper {
	height: 86%;
	width: 100%;
	position: relative;
	border: 1px solid black;
	
}
#footer-wrapper {
	height: 12%;
	width: 100%;
	background:#0a202e;
    position:absolute;
	
}

.map-wrapper1 {

	overflow-y:scroll;
    overflow-x:hidden;
}

.buttoncollapse {
	position: absolute;
	top: 100px;
	width: 2%;
	left:10px;
	z-index :1000;
}

#measurediv {
	
	position: absolute;
	top: 20%;
	left:20%;
	background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.4);
    font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

#basemapDivToolbar{
	
	position: relative;
	
	height: 91% !important;
	padding:5px
}

#windowDivToolbar{
	
	position: absolute;
	top: 10% !important;
	left:10% !important;
	display:none;
}

.accordion-size{
	  height: 200px !important; 
  overflow-y: scroll;
}



.button-wrapper1 {
    position: absolute !important;
    top: 0px;
    width: 100% !important;
    margin-top: -12px;
    overflow-y: scroll;
    overflow-x: hidden;
    background :white;
}
.button-wrapper2 {
    width: 30%;
    z-index: 80000 !important;
    left: 10px;
   bottom:0px;
    background: white;
    position:absolute;
}

#button-wrapper {
	position: absolute;
	top: 130px;
	left:10px;
	z-index:1000;
}


.btn-link {
    width: 26px;
    background-color: white;
    color:black;
}

.btn-link:focus{
	background: #ccc !important;
}

.btn-link:hover{
	background: #ccc !important;
}

.dropdown-menu-right {
    right: 0;
    left: 30px;
    top: -3px;
}

.dropdown-menu-ex {

box-shadow: none !important;
border: none !important;

}

.btn-group-vertical{
	background: white;
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
    border-radius: 4px;
    width: 26px;
}

.icon-wrapper{
	padding: 4px 4px !important;
	border-bottom: 1px solid #ccc;
	font-size: 1.2em;
	
}
.icon-wrapper-ppal{
	padding: 3px 4px !important;
    box-shadow: 0 1px 5px rgba(0,0,0,0.65);
    border-radius: 4px;
    height: 26px;
	
}
.icon-wrapper-first{
	border-top-left-radius: 4px;
    border-top-right-radius: 4px;
	
}
.icon-wrapper-last{
	border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: none;
}

.icon-item{
	padding-right: 10px;
}




.panelfloat{
  display:none;
  border-radius: 9px;
}

.contentPanel{
	
	padding: 10px;
	
}

.success{
	
	background-color: green;
}



.info-label-contenido{
	right:50px;
	top:20px;
}
.info-label-herramientas{
	    left: 40px;
    top: 105px;
}

.label-arrow {
	position: absolute;
	font-size: 100%;
	background-color: #FFF;
	color:black;
	box-shadow: 5px 5px 5px #888888;
}

.label-arrow-right {
    border-top-right-radius:0;
    border-bottom-right-radius:0;
    margin-right:10px;
}
  
.label-arrow-right:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
    border-left-color:#555;
	border-width: 10px;
    border-bottom-width: 9px;
	margin-top: -10px;
    
}

.label-arrow-left {
    border-top-left-radius:0;
    border-bottom-left-radius:0;
    margin-left:10px;
}

.label-arrow-left:before {
    right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
    border-right-color:#999;
	border-width: 10px;
    border-bottom-width: 9px;
	margin-top: -10px;
    
}

.label-primary.label-arrow:after {
    border-left-color:#428bca;
}
.label-primary.label-arrow:before {
    border-right-color:#428bca;
}
.label-primary.banner-left:before,.label-primary.banner-right:after {
    border-color:#428bca;
}

.label-success.label-arrow:after {
    border-left-color:#5cb85c;
}
.label-success.label-arrow:before {
    border-right-color:#5cb85c;
}

.label-warning.label-arrow:after {
    border-left-color:#f0ad4e;
}
.label-warning.label-arrow:before {
    border-right-color:#f0ad4e;
}

.label-danger.label-arrow:after {
    border-left-color:#d9534f;               
} 
.label-danger.label-arrow:before {
    border-right-color:#d9534f;               
} 

.label-info.label-arrow:after {
  
} 
.label-info.label-arrow:before {
    border-right-color: #555;
}

.banner-left:before {
  border: 10px solid #999;
  border-left: 10px solid transparent !important;
  border-bottom-width: 9px;
  left:-18px;
  position: absolute;
  top: 0;
  height:0;
  content: " ";
}
    
.banner-right:after {
  border: 10px solid #999;
  border-right: 10px solid transparent !important;
  border-bottom-width: 9px;
  right:-18px;
  position: absolute;
  top: 0;
  height:0;
  content: " ";
}

h1 .label-arrow-right {
    margin-right:22px;
}
h1 .label-arrow-left {
    margin-left:22px;
} 
h1 .label-arrow-right:after, h1 .label-arrow-left:before {
	border-width: 22px;
	margin-top: -22px;
}
h1 .banner-left:before {
    border-width: 24px;
	border-left-width:24px;
    right:-10px;
    border-bottom-width:21px;
}


.legend {
    text-align: left;
    line-height: 18px;
    color: #555;
    width: 180px;
    margin-right: 50px !important;
}
.divlegend {


    height: 20px;
}
.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 10px ;
    opacity: 1;
}


.info {

    padding: 6px 8px;

    font: 14px/16px Arial, Helvetica, sans-serif;

    background: white;

    background: rgba(255,255,255,0.8);

    box-shadow: 0 0 15px rgba(0,0,0,0.2);

    border-radius: 5px;

}

.icon-bar {
    width: 35px;
    background-color: #fff;
    top: 10px;
    right: 10px;
    position: absolute;
    border-radius: 4px;
}

.icon-bar-tools {
    width: 35px;
    background-color: #fff;
    top: 40px;
    right: 10px;
    position: absolute;
    border-radius: 4px;
}
.icon-bar-tools a {
    display: block;
    text-align: center;
    padding: 0px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
}

    .icon-bar-tools a:hover {
        background-color: #fff !important;
    }

.icon-bar a {
    display: block;
    text-align: center;
    padding: 0px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
}

    .icon-bar a:hover {
        background-color: #fff !important;
    }

.active {
    background-color: #c4171f  !important;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 60px;
    right: 0;
    background-color: #c4171f ;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 8px;
    text-decoration: none;
    font-size: 25px;
    color: #eee;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #ddd;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 0px;
    font-size: 36px;
    margin-left: 50px;
}

#map-wrapper {
    transition: padding-right .5s;
    
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 35px;}
  .sidenav a {font-size: 18px;}
}

.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 60px;
    left: 0;
   
    background-color: rgba(255,255,255, 1);
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #000;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #aaaaaa;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    color: #c4171f
}


    @media screen and (max-height: 450px) {
        .overlay {
            overflow-y: auto;
        }

            .overlay a {
                font-size: 20px
            }

            .overlay .closebtn {
                font-size: 40px;
                top: 15px;
                right: 35px;
            }
    }

    .chart-container {
  position: relative;
  margin: auto;
  height: 70vh;
  width: 70vw;
  top: 50px;
}

canvas{
			-moz-user-select: none;
			-webkit-user-select: none;
			-ms-user-select: none;
		}
		#chartjs-tooltip {
			opacity: 1;
			position: absolute;
			background: rgba(0, 0, 0, .7);
			color: white;
			border-radius: 3px;
			-webkit-transition: all .1s ease;
			transition: all .1s ease;
			pointer-events: none;
			-webkit-transform: translate(-50%, 0);
			transform: translate(-50%, 0);
		}

		.chartjs-tooltip-key {
			display: inline-block;
		
			margin-right: 10px;
		}

.jsPanel-theme-danger {
    background-color: #c4171f !important;
    border-radius: 12px !important;
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
}

.jsPanel {
    border-radius: 12px !important;
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
}

     .jsPanel-content {
        overflow: scroll !important;
    }   

.overlayproy {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 3000;
    top: 60px;
    left: 0;
 
    background-color: rgba(255,255,255, 1);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-contentproy {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlayproy a {
    padding: 8px;
    text-decoration: none;
    font-size: 16px;
    color: white !important;
    display: block;
    transition: 0.3s;
}

.overlayproy a:hover, .overlayproy a:focus {
    color: #f1f1f1;
}

.overlayproy .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    color:#666666 !important;
}

 .closebtnfilter {
    position: absolute;
    top: 0px;
    right: 45px;
    display:none;
    font-size: 22px;
    color: #666666 !important;
}

.overlayproy .printbtn {
    position: absolute;
    top: 20px;
    right: 85px;
    font-size: 30px;
    color: #666666 !important;
}

.overlayproy .title {
    position: absolute;
    top: 30px;
    right: 42%; 
    font-size: 30px;
    color: #666666 !important;
}

@media screen and (max-height: 450px) {
  .overlayproy a {font-size: 20px}
  .overlayproy .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

.panel-body2{
    padding-left: 80px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff !important ;
}

.panel-blue {
    color: #fff !important;
    background-color: #575756!important;
    border: 1px solid transparent;
    border-radius: 4px;
}


.panel-gray {
    color: #fff !important;
    background-color: #687074 !important;
    border: 1px solid transparent;
    border-radius: 4px;
}
.panel-red{
    
    color: #fff !important ;
    background-color:#c4171f !important ;
}

/* CSS Method for adding Font Awesome Chevron Icons */
.accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'FontAwesome';
    content: "\f146";
    float: right;
    color: inherit;
}

.panel-heading.collapsed .accordion-toggle:after {
    /* symbol for "collapsed" panels */
    content: "\f0fe";
}

.containerNavProy {
    border-radius: 5px;
    background-color: #fff;
    padding-left: 200px;
    padding-right: 200px;
    padding-top: 60px;
    padding-bottom: 20px;
}
.col-25 {
    float: left;
    width: 25%;
    margin-top: 6px;
}

.col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
}

.col-50{
    float: left;
    width: 50%;
    margin-top: 6px;
}



.panel-filter {
    background: #c4171f !important;
}

.panel-filter a {
    color: white !important;
}
.panel-heading-active {
   
    background-color: #c4171f !important;
    color:white;
}

.panel-heading-active a {
    color: white !important;
}

.selectHover:hover {
    background: #c4171f !important;
    color:white;
}



.leaflet-popup-content {

    margin:0 !important;

}

.celdaQueryGeneral {
    border-style: solid;
    border-color: #666666;
    border-width: 1px;
    padding: 8px;
    margin-bottom: 4px;
}

.text2QueryGeneral {

    color:#9d9c9c;
}
.modalFilter {
    display: none;
    position: absolute;
    z-index: 9000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, 0.4) url('../images/loader.gif') 50% 50% no-repeat;
}

.modalMap{
    display: none;
    position: fixed;
    z-index: 9000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, 0.4 ) url('../images/loader.gif') 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}

    /* Anytime the body has the loading class, our
   modal element will be visible */
    body.loading .modalMap {
        display: block;
    }
.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid blue;
    border-right: 16px solid green;
    border-bottom: 16px solid red;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.leaflet-bar a,
.leaflet-bar a:hover {
    background-color: #c4171f !important;
    border-bottom: 1px solid #ccc;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff !important;
    
}

    .leaflet-bar a:hover {
        background-color: #fff !important;
        color: #c4171f !important;
    }

.btnFilter {
    width: 18%;
    margin: 0px 10px 0px;
    display: block;
    height: 35px;
    z-index: 4000 !important;
    position:absolute;
}