
@font-face {
  font-family: "AvenirNextLTPro";
  src: url("fonts/AvenirNextLTPro-Thin.ttf") format('truetype');
  font-weight: 300;
}

@font-face {
  font-family: "AvenirNextLTPro";
  src: url("fonts/AvenirNextLTPro-Regular.ttf") format('truetype');
  font-weight: 400;
}

@font-face {
  font-family: "AvenirNextLTPro";
  src: url("fonts/AvenirNextLTPro-Bold.ttf") format('truetype');
  font-weight: 600;
}

body {
  font-family: "AvenirNextLTPro", sans-serif;
}


#map {
  position: fixed;
  top: 0;
  left:0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.map-console {
    left: 0px;
 transition: left 1s;
  top: 0px;
 height:100%;
  position: fixed;
  width: 300px;
  background-color:#fff;
  color:#5b6772;
padding:0px 25px 0px 25px
}





h1{

  font-size:18px;
    margin-bottom:0px;
    margin-top:20px;

}

h2{

margin-bottom:8px;
margin-top:30px;
  font-size:18px;

}

h3{
font-size:12px !important;
  font-weight:500!important;
    margin-bottom:0px;
    margin-top:0px;

}

#title{

  font-size:15px;
  font-weight:800;
}
.label-drop{
   margin-bottom:3px;
  margin-top:12px;
  text-transform:uppercase;
  font-size:12px;
  font-weight:500;
}

option{
  padding:10px !important;
    font-size:14px;
color:#6b747d;
 background-color:#ffffff;
}
.optext{
 font-size:13px; 
}

#download{
height:40px;
  font-weight:700;
border-radius:2px;
  font-size:11px;
color:#999999;
 background-color:#e8e8e8;
  width:50%;
  border:none;
}

#download:hover{
  color:#3a3a3a;
   background-color:#bdbcbc;
}

#mySelect1{
  height:40px;
border-radius:2px;
  font-size:11px;
color:#999999;
 background-color:#e8e8e8;
  width:100%;
}

#text{
 
 
  font-size:13px;
  font-weight:normal;
  color:#8d8e99;
margin-bottom:20px;
}

select{
   font-family: "AvenirNextLTPro", sans-serif;
   font-weight:bold;
   font-size:18px;
 
  width:200px;
  height:60px;
  background-color:#353745;
  color:#f75c2e;
  border-width:0px;
  padding:10px;
}

#title{
  margin-top:0px;
}


#logo{
  margin-top:10px;
   
  padding:0px;
  height:80px;
}



.popupT{


}



.popup>.mapboxgl-popup-content{
  background-color:#fff;
  padding:30px 20px 30px 20px;
  font-family: "AvenirNextLTPro", sans-serif;
    overflow-y: scroll;
  overflow-x: hidden;
min-width:270px;
  border-radius:0px;
  height:400px;
}

.popupT> .mapboxgl-popup-content{
  background-color:#fff;
  padding:30px 20px 30px 20px;
  font-family: "AvenirNextLTPro", sans-serif;
width:400px;;
  border-radius:0px;
height:400px;
  overflow-y:scroll
}


#box-country{
  position: fixed;
   left: 50%;

 
  width:50%;
  height:100%;
  background-color:#fff;
  color:#5b6772;

}



.country-console{
   width:100%; 
 line-height:17px;
  font-weight:400;
     font-size:13px;
  color:#000;
}

#close-button{
  float:right;

  font-weight:700;
     font-size:17px;
  color:#646464;
  background-color:#fff;
  border:none;
}

#c1{
  margin-top:2%;
margin-bottom:10%;
 height:10%;



}

#c2{
width:100%;
 overflow-x:auto;
   overflow-y:auto;
  height:80%;
}

.propPopA{
  font-size:11px;
text-transform:uppercase;
line-height:15px;
  color: #8D8E99;
}

.propPopB{
   margin-bottom:3px;
  margin-top:0px;
  font-size:14px;
  font-weight:500;
}

.propPopBox{
 float:left;

 
  padding:5px;
 width:100px;
}

table {
    font-family: "AvenirNextLTPro", sans-serif;
  font-family: arial, sans-serif;
  border-collapse: collapse;
line-height:14px;

}

td, th {
   font-family: "AvenirNextLTPro", sans-serif;
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;

  
  
}

td{
   font-size:12px;
line-height:15px;
}

th{
   
  color: #8D8E99;
  font-weight:400;
   font-size:12px;
text-transform:uppercase;
line-height:15px;
}

tr:nth-child(even) {
   font-family: "AvenirNextLTPro", sans-serif;
  background-color: #f4f4f4;
  
}

.multiselect-dropdown-list{
  font-size:13px;
}

.mapboxgl-popup-anchor-top .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip {
  border-bottom-color: #fff0;
}
.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {
  border-top-color: #fff0;
}
.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
  border-right-color: #fff0;
}
.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
  border-left-color: #fff0;
}



.mapboxgl-popup-close-button {
  color: #474747;
  font-size: 30px !important;
  padding-top: 10px;
  padding-right: 15px;
}

.popupT .mapboxgl-popup-close-button {
  display:none;
}



/* width */
::-webkit-scrollbar {
  width: 7px;


}

/* Track */
::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 0px;
 

}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #e8e8e8;

  border-radius: 0px;
}



.slider-label{
 
 margin-top:0px;
  font-size:28px;
     color:#f75c2e;
   z-index:1000

}

.slider {
 
  bottom:100px;
  width:340px;
  -webkit-appearance: none;
    height: 25px;
  background: #383a48;
  outline: none;
  opacity: 1;
  -webkit-transition: .2s;
  transition: opacity .2s;
   z-index:1000
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #f75c2e;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #f75c2e;
  cursor: pointer;
}

#photo{
  position:absolute;
  bottom:0px;
  left:0px;
  width:100%
}


.map-console-extra{
  padding:20px;
  position:absolute;
  width:240px;
  height:260px;
  right:20px;
  background-color:#fff;
  bottom:40px;
  border-radius:0px;

}


#pano {
 left:25px;
  height: 200px;;
  width: 340px;
}



.widget-scene-canvas {
    position: absolute;
    width: 340px!important;
    top: 0;
    background-color: black;
}

.legend-grad {
  position: relative;
  padding:0px 10px 0px 10px;
  top: 10px;
 
  width: 100%;
  margin-bottom: 28px;
}



.row {
  height: 20px;
  display: block;
  border-radius: 2px;
}

.labels>.label {
  margin-top: 5px;
  padding: 2px;
  width: 50%;
  display: inline-block;
  text-align: left;
  font-size: 12px;
  color: #b7b7b7;
  font-weight: bold;
  border-radius: 0px;
}

.labels>.l2 {
  float: right;
  text-align: right;
}

#filters{

  margin-top:40px;
margin-bottom:40px;
}

.multibuttons{
  width:100%;
  background: #ffffff;
  margin-bottom:20px;
 
}

.button {
  background: #f1f1f1;
  border: 0px;
  width:32%;
  height:35px;
  padding: 0px;
  margin:0px 2px 0px 0px;
  color: #adadad;
  font-weight: normal;
  font-size: 10px;
  text-transform: uppercase;
  border-radius: 5px;
  cursor: pointer;
}

.button.active {
   background: #c1c1c1;
  color: #6c6c6c;
}

#multi-1 >.button{
   width:24%;
   padding: 0px;
   height:45px;
  
}

#multi-1 >[id="0"] {
  
padding-bottom:10px;
   
}

#table{

  margin-right:0px;
  height:360px;
  overflow-y:auto
}

h4{
  font-weight: normal;
  margin-top:0px; 
  margin-bottom:2px; 
}

.table0{
    color: #484848;
   font-weight: 600;
    font-size: 11px;
  text-transform: uppercase;
 
}

.table1{
  color: #979797;
    font-size: 12px;
  text-transform:unset;
  font-weight: 400;
}

.table2{
  color: #979797;
    font-size: 12px;
 text-transform:unset;
   margin-bottom:20px; 
   font-weight: 200;
}

.multiselect-dropdown{
  width:100% !important;
border:none!important;
border-radius:2px!important;
background-color:#e8e8e8!important;
  height:30px;

}
.placeholder{
  color:#999!important;
   font-size:12px;
  font-weight:700 !important;
  margin-left:8px;

}

#arrow-mobile{
 position:absolute;
 width:30px;
 height:40px;
 top:10px;;
   left: 300px;
 z-index:9000;
   font-size:19px;
 font-weight:800;
  background-color:#ffffff;
  color:#7d7d7d;
 cursor:pointer;
padding:5px 0px 0px 5px;
border-radius:0px 10px 10px 0px;
}

@media only screen and (max-width: 500px) {

#box-country{
  position: fixed;
   left:4%;
z-index:8900;
 top:2%;
  width:92%;
 height:45%;
 
border-radius:10px;
  color:#5b6772;
padding:15px 20px 45px 20px 
}

.map-console {
 position:absolute;

    left: 0px;
  top: 80%;

  width: 100%;

padding:0px 44px 0px 30px
}

 #title{
  margin-top:20px;
 }


#arrow-mobile{

  left:91%;; 
}

}