@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,900&subset=cyrillic,cyrillic-ext,latin-ext');

html, body, #viewDiv {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
}

#viewDiv {
  /*position: absolute;*/
  right: 0;
  left: 0;
  top: 0;
  bottom: 60px;
}

.topMenu {
  /*position: absolute;*/
  bottom: 0;
  /*height: 60px;*/
  width: 100%;
  font-family: "Roboto",sans-serif;
}
.page-link {
  height: auto;
}

.visible-layer {
  /* color: #fff;
  background-color: #0075BB; */
  background-color: #F1F1F1;
  color: #0075BB;
  text-decoration: none;
  border-bottom: 0.4rem solid #0075BB;
  padding-bottom: 0.6rem;
}

#infoDiv {
background-color: white;
color: black;
padding: 6px;
width: 400px;
}

#results {
  font-weight: bolder;
  padding-top: 10px;
}
.slider {
  width: 100%;
  height: 60px;
}
#drop-downs {
  padding-bottom: 15px;
}

.dropbtn {
    /* background-color:whitesmoke; */
    color: rgb(15, 15, 15);
    padding: 16px;
    font-size: 16px;
    border: none;
    font-family: "Roboto";
  }

.dropdown {
  margin-left: 70;
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgb(255, 255, 255);
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content div:hover {
  background-color: #0075BB;
  color: white;
}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {
  background-color: #0075BB;
  color: white;
}

.circle {
  height: 25px;
  width: 25px;
  background-color: #555;
  /*border-radius: 50%;*/
  display: inline-block;
  vertical-align: bottom;
  margin-left: 10px;
  border-color: #555;
  border-width: 2px !important;
  border: solid;
}

.imgIcon
{
  height: 25px;
  width: 25px;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 10px;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

.layer-map {
  float: right;
  font-size: 0.9em;
  margin-top: 0.25rem;
  /*width: 100%;*/
}

@media (min-width: 768px) {
  .layer-map {
    /*width: 500px;*/
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
.cds-header .cds-logo {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
}
/*
@media (max-width: 400px) {
  .page-link {
    font-size: 60%;
    font-weight: bolder;
  }
}*/

.layer-map span{
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.pagination {
  flex-wrap: wrap;
  /*flex-direction: column;*/
}

.footer-con-info{
  flex-wrap: wrap;
  flex-direction: row;
}
.footer-map-fonts{
  font-size: 1.5rem;
  margin-top: 0.5rem !important;
}


.sidenav {
  width: 100%;
  /*width: 0;*/
  position: fixed;
  z-index: 1;
  bottom: 0;
  left: 0;
  background-color: #d9d9d9;
  /*overflow-x: hidden;*/
  transition: 0.5s;
  /*padding-top: 60px;*/
}

.sidenav a {
  /*padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;*/
  display: block;
  transition: 0.3s;
}

.media-body a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: -14;
  right: 25px;
  font-size: 36px;
  cursor:pointer;
  color: inherit;
  /*margin-left: 50px;*/
}
.sidenav .openbtn {
  position: absolute;
  top: -3;
  right: 25px;
  font-size: 20px;
  cursor:pointer
  /*margin-left: 50px;*/
}
.con-info-text{
  position: relative;
  left: 20;
  top: 6;
}
@media screen and (max-width: 992px) {
  .row{flex-direction: column;}
  .col-sm-6{max-width: 100%;}
  .second{
    position: relative;
    top: 10;
  }
}
@media screen and (min-width: 992px) {
  .sidenav .closebtn{ display: none !important;}
  .sidenav .openbtn{ display: none !important;}
  .footer-main-right{
    position: absolute;
    top: -18;
    flex-wrap: wrap;
  flex-direction: row;
  }
  .footer-social-links a{
    height: 1.5em;
  }
  .fa{
    font: normal normal normal 14px/.7 FontAwesome;
    font-size: inherit;
  }
  .new-icon{
    position: relative;
    bottom: 5px;
  }
  .con-info-text{
    position: relative;
    left: 20;
    top: 6;
  }
  .sidenav{height: 50px !important;}
  /*.second{
    position: relative;
    top: 6;
  }*/
}

  .left-pane
    {
      margin: 5px;
      margin-top: 0px;
      padding:2px 2px 2px 0px;
      background-color:white;
      color:#3f3f3f;
      /*border: solid 2px #224a54;*/
      width:25%;
      border-right: outset;
      margin-right: 0;
      overflow-y: auto;
   }

   .sidePaneTitle{
     color: white;
    width: 100%;
    border-bottom-style: groove;
    background: linear-gradient(0deg, #0075BB, rgb(40, 161, 231));
    padding-left: 10px;
   }

   #introText{
    padding: 10;
    font-size: initial;
   }

   .site-trust-seal {
     padding-bottom: 5px;
     padding-top: 5px;
    /*width: 100%;*/
    /*width: 0;*/
   /* position: fixed;*/
    z-index: 3;
   /* bottom: 0;
    left: 0;*/
    /*background-color: #d9d9d9;*/
    /*overflow-x: hidden;*/
    /*transition: 0.5s;*/
    /*padding-top: 60px;*/
  }

.esri-feature a {
  color: #0075BB !important;
  text-decoration: none;
}
.esri-feature ul {
  padding: 0 0 0 2rem !important;
}

a:hover {
  color: #00456f !important;
  text-decoration: underline !important;
}

.esri-popup__main-container {
  width: 600px !important;
}

.trapezoid {
	border-bottom: 10px solid rgb(0, 146, 231);
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	height: 0;
  width: 10px;
  position: relative;
  bottom: 12px;
  right: 5;
}
.trapezoid2 {
	border-bottom: 10px solid rgb(6, 170, 6);
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	height: 0;
  width: 10px;
  position: relative;
  bottom: 12px;
  right: 5;
}
.trapezoid3 {
	border-bottom: 10px solid rgb(148, 148, 148);
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	height: 0;
  width: 10px;
  position: relative;
  bottom: 12px;
  right: 5;
}
.trapezoid4 {
	border-bottom: 10px solid rgb(230, 152, 0);
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	height: 0;
  width: 10px;
  position: relative;
  bottom: 12px;
  right: 5;
}

.dot {
  height: 10px;
  width: 10px;
  background-color: rgb(221, 5, 5);
  border-radius: 50%;
  display: inline-block;
  position: relative;
  right: 5;
}

.square {
  height: 10px;
  width: 10px;
  background-color: rgb(255, 230, 0);
  border-radius: 0%;
  display: inline-block;
  position: relative;
  right: 5;
}

.esri-popup__content {
  line-height: 1.5;
  font-size: 15px;
}

.esri-popup__content div{
  margin-bottom: 10;
}


.popupList{
  border: 1px solid rgb(177, 177, 177);
  padding: 7px;
  background-color: rgb(255, 255, 255);
  color: #3f3f3f;
}
.popupList:hover {
  background-color: lightgray;
}


.esri-popup--is-docked-top-left .esri-popup__main-container, .esri-popup--is-docked-top-right .esri-popup__main-container, .esri-popup--is-docked-bottom-left .esri-popup__main-container, .esri-popup--is-docked-bottom-right .esri-popup__main-container{
  max-height: 50vh;
}

.icon-pos{
  position: relative;
  left: 3px;
  top: 3px;
  padding-right: 18px;
}


.esri-search--show-suggestions .esri-search__suggestions-menu, .esri-search--sources .esri-search__sources-menu {
  max-height: 350px;
}

@media (min-width: 1270px){
  .cds-header .cds-navbar {
    max-width: 1265px;
  }
  .cds-header .cds-logo {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .layer-map {
    margin-top: 3rem;
    margin-bottom: 1rem;
  }
}

.icon-projects{
    position: relative;
    top: -1px;
    left: -3px;
    font-size: 16px;
}

.footer-contact{
  position: relative;
  top: 4px;
}

.trust-seal-flag {
  height: 24px;
}