/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: FLATTY - Free Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 */

/*
body {
  background-color: white;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: black;

  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}
*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani');
@import url('https://fonts.googleapis.com/css?family=KoHo');

body { padding-top: 60px; }

/* Titles */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Rajdhani';
  font-weight: 300;
  color: #333;
}

h1 {
  color: darkred;
  font-
  font-size: 40px;
}

h3 {
  color: darkred;
  font-family: 'KoHo';
  font-weight: 400;
}

h4 {
  color: darkred;
  font-weight: 400;
  font-size: 20px;
}

/* Paragraph & Typographic */
p {
  line-height: 28px;
  margin-bottom: 25px;
  font-size: 16px;
  color: black;
}

.centered {
  text-align: center;
}
.img-responsive {
  margin: 0 auto;
}
/* Links */
a {
  font-family: 'Rajdhani';
  color: darkblue;
  word-wrap: break-word;

  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
  color: #7b7b7b;
  text-decoration: none;
  outline: 0;
}

a:before,
a:after {
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
.navbar-default {
  background-color: #3498db;
  border-color: transparent;
}
*/

.navbar-default .navbar-brand {
  color: darkblue;
  font-family: 'Rajdhani';
}

.navbar-default .navbar-nav > li > a {
  color: darkred;
}

@media (max-width: 750px) {
  .navbar-brand {
    width:85%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
  }
}

@media (max-width: 640px) {
  .navbar-brand {
    width:80%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
  }
}

/* Helpers */

.mt {
  margin-top: 40px;
  margin-bottom: 40px;
}

.form-control {
  height: 42px;
  font-size: 18px;
  width: 280px;
}


/* HeaderWrap */
#headerwrap {
  /* background: url(../img/bg01.jpg) no-repeat center top; */
  background-color: #3498db;
  margin-top: -20px;
  padding-top: 50px;
  background-position: center center;
  min-height: 400px;
  width: 100%;

  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#headerwrap h1 {
  margin-top: 60px;
  margin-bottom: 15px;
  color: white;
  font-size: 45px;
  font-weight: 300;
  letter-spacing: 1px;
}

.dropdown-menu {
  max-height: 600px;
  overflow: hidden;
  overflow-y: auto;
}

.ol-zoom {
  top: 2.0em;
  right: 1.0em;
  left: auto;
}

.ol-zoom-out.ol-has-tooltip:hover [role=tooltip] {
  left: -6.2em;
}

.block-of-text {
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 20pt;
  margin-right: 20pt;
  color: black;
}

.list-group-item {
  border: 0px;
  padding: 2px 5px;
  word-break: normal;
}

.list-group-item-link {
  display: block;
  border: 0px;
  padding: 2px 5px;
  word-break: break-all;
}
.col-center-block {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.leaflet-simple-slider {
  right: 30px;
  top: -30px;
  background:#fff;
  z-index:1000;
  width:160px;
  border-radius: 8px;
  height:4px !important;
  background : cornflowerblue;
}

.leaflet-simple-slider-thumb {
  -webkit-appearance: none !important;
  position: absolute;
  /*  left: -4px; */
  top: -14px;
  z-index: 10000 !important;
  height: 30px !important;
  width: 30px !important;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border: 1px solid dimgray;
  /*  background: #808080; */
  background: snow;
}
.ol-zoom {
  left: unset;
  right: 8px;
}
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 20000;
  top: 0;
  left: 0;
  background-color: rgba(255,250,250, 1.0);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 5%;
  width: 100%;
  text-align: left;
  font-size: 18px;
  color: white;
  margin-top: 30px;
}


.overlay .closebtn {
  position: absolute;
  top: 10px;
  right: 45px;
  font-size: 40px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
.leaflet-control-wms-legend
{
  display: block;
  padding: 3px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.65);
  cursor: auto;
  text-align: left;
  background-color: #FFFFFF;
}
ul.leaflet-control-wms-legend, li.leaflet-control-wms-legend {
  list-style: none;
  margin: 4px;
  padding: 4px;
  text-align: left;
  border: none;
  box-shadow: 0 0 0;
}
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 20000;
  top: 0;
  left: 0;
  background-color: rgba(255, 250, 250, 1.0);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 5%;
  width: 80%;
  text-align: left;
  font-size: 18px;
  color: white;
  margin-top: 30px;
}

.overlay .closebtn {
  position: absolute;
  top: 10px;
  right: 45px;
  font-size: 40px;
}

.modal-dialog {
  width: 80%;
  height: 80%;
}
.closeChart {
  font-size: 26px !important;
  position: absolute;
  border: none;
  background-color: white;
  font-weight: bold;
  right: 10px;
  outline: none;
  top: 10px;
  color: #0384ce;
}

.population-small {
  background-color: white;
  border-radius: 5px;
  color: black;
  border-color: black;
  border-width: 2px;
}

.population-medium {
  background-color: yellow;
  border-radius: 10px;
  color: black;
  border-color: black;
  border-width: 2px;
}

.population-large {
  background-color: orange;
  border-radius: 15px;
  color: black;
  border-color: black;
  border-width: 2px;
}

.population-xlarge {
  background-color: red;
  border-radius: 20px;
  color: black;
  border-color: black;
  border-width: 2px;
}
