html, body{
  height:100%;
  width:100%;
  overflow-x: hidden;
}

.layer{

  width:100%;
  padding:20px 10px 10px 10px ;
  margin-left:2%;
  box-sizing: border-box;
  font-size:12px;


}

#ly1{
  margin-left:0px;
}

#ly2{
  margin-left:15px;
}

#ly3{
  margin-left:15px;
}

 /* Tooltip container */
.tt {
  position: relative;
  display: inline-block;
  /*border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tt .tt_2 {
  visibility: hidden;
  width: 250px;
  background-color: #ffffff;
  color: #000000;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0%;
  margin-left: 0px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}


/* Tooltip arrow */

/* Show the tooltip text when you mouse over the tooltip container */
.tt:hover .tt_2 {
  visibility: visible;
  opacity: 1;
} 

.navbar{
  background-color:#FFFFFF;
  padding:1% 0;
  font-size:12px;

}

.navbar-brand{
  min-height:55px;
  padding:0 20px 5px;
  font-size: 20px

}
.padding{
  margin:120px 20px 0px 20px;

}

#logo{
  height:50px;
  width:50px;
  margin: 10px 20px 20px 20px;
  display:inline-block;
}


.navbar-default .navbar-nav li a {
  color:#707b7c;
}

#navbar-collapse-main{
  margin-right: 100px;
  margin-left: 100px;
}



.col-md-4{
  margin-top:20px;
}
.col-md-8{
  margin-top:20px;
}

#definition{
  text-align: left;
  height:300px;
  width:100%;
  padding:20px;

}

iframe{
  border:none;
}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

#map {
  width: 100%;
  height: 600px;
  position: relative;
  margin:0;
  padding:0; 
  border: 1px solid #eee;
  border-radius: 5px;
}

.result {
  width:100%;

}


table {
            
            font-family: Arial, sans-serif;
            border: 1px solid lightgrey;
            border-collapse: collapse;
            color:black;
}
 
th {
            font-size: 10px;
            background-color: lightgrey;
            padding: 0px;
}
 
td {
            font-size:10px;
            border: 1px solid lightgrey;
            padding: 0px;
}


.leaflet-tooltip.label{
  background-color: transparent;
  border: transparent;
  color:#565656;
  opacity:0.8;
  box-shadow: none;
  font-size: 0.8em;
  text-shadow:1px  1px 1px white,
              1px -1px 1px white,
              -1px  1px 1px white,
              -1px -1px 1px white;
  
}



ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav li {
  border-bottom: 1px solid #eee;

}

.nav li a {
  font-size: 15px;
  border: 1px solid #eee;
  border-radius: 5px;
}

#accordionMenu {
  max-width: 750px;
}

.panel-body {
  padding: 0;
}

.panel-group .panel+.panel {
  margin-top: 0;
  border-top: 0;
}

.panel-group .panel {
  border-radius: 0;
}

.panel-default>.panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-default>.panel-heading a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  font-size: 14px;
  font-weight:bold;
}

.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
  background-color: #eee;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\e113";
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\e114";
}


.panel-default>.panel-collapse a{
  font-size: 13px;
  font-color:lightgrey;
}


#footer{
  margin:50px 50px 50px 50px;
  padding:1px;
  background-color: #eee;
}

.div{
  border-style: solid;
  border-color: grey;
}

/* SISSI */
.vega-embed {
  padding-right: 0;
}

.vega-embed > canvas {
  width: 100% !important;
}

.header{
  padding-bottom: 0px;
}

#header{
  font-size:15px;
  font-weight:bold;
}

#header_content{
  padding-bottom:25%;
}


a{
  color:#44444C;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  font-weight:bold;  
 } 

 .nav > li > a:focus, .nav > li > a:hover {
    font-weight:bold;
    color:black;  
 } 


.nav > li > a:focus{
      font-weight:bold;  
 } 

 #inter{
  color:blue;
 }


.modal-content{
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0);
    -moz-box-shadow: 0 5px 15px rgba(0,0,0,0);
    -o-box-shadow: 0 5px 15px rgba(0,0,0,0);
    box-shadow: 0 5px 15px rgba(0,0,0,0);
}

.modal-fade{
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0);
    -moz-box-shadow: 0 5px 15px rgba(0,0,0,0);
    -o-box-shadow: 0 5px 15px rgba(0,0,0,0);
    box-shadow: 0 5px 15px rgba(0,0,0,0);
}

.modal-dialog{
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0);
    -moz-box-shadow: 0 5px 15px rgba(0,0,0,0);
    -o-box-shadow: 0 5px 15px rgba(0,0,0,0);
    box-shadow: 0 5px 15px rgba(0,0,0,0);
}

.modal-title{
  font-weight:bold;
}

#submenu{
   font-weight:bold;
   
}