@import url("https://api.mapbox.com/mapbox-gl-js/v0.53.0/mapbox-gl.css");
@import url("https://api.mapbox.com/mapbox-gl-js/plugins/mapbox-gl-draw/v1.0.9/mapbox-gl-draw.css");

#BreadCrumbTrailTop,
#BreadCrumbTrailBottom,
#leftArticle,
#rightArticle,
#TreeViewContainer,
.exportToExcel,
#coords {
  display: none;
}

.btn-danger, .btn-success, .filterBtn, .btn-warning {
  background-color: #efefef;
  color: #333333;
  border-color: #333333;
}

.btn-danger:hover, .btn-success:hover, .filterBtn:hover, .btn-warning:hover {
  background-color: #333333;
  color: #efefef;
  border-color: #333333;
}

.mobilemapBtn {
  display:none;
  background-color: #B10000 ;
  color: #ffffff;
  border-color: #B10000;
}


.mobilemapBtn:hover {
  background-color: #ffffff;
  color: #B10000;
  border-color: #B10000;
}


#mobileMenu {
  display: none;
}

.popup-overlay {
  z-index: -100;
}

#centerMain {
  width: 100%;
}

#SearchBox {
  display: none;
}

#viewMapBtn {
  display: none;
}

#mapSelect {
  display: none;
}

.trailbtn {
  display: none;
}

#ElabSubmit {
  display: none;
}

body {
  margin-left: 0;
  margin-right: 0;
}

h1 {
  font-size: 2em;
}

h3 {
  margin-top: 3px;
  font-size: 18px;
}

#map {
  margin-top: 50px;
  width: 100%;
}

.coordinates {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  position: absolute;
  bottom: 70px;
  left: 10px;
  padding: 5px 10px;
  margin: 0;
  font-size: 11px;
  line-height: 18px;
  border-radius: 3px;
  display: none;
}

.mapboxgl-popup-content {
  max-width: 600px;
  width: 90%;
  max-height: 600px;
  padding: 30px;
  border: 1px solid #000;
  overflow: auto;
  background-color: #e7e7e7;
  color: #000;
}

.mapboxgl-popup-content strong {
  font-size: 16px;
}

.mapboxgl-popup-content .pop h2 {
  font-size: 16px;
  margin: 3px 0px;
}

.mapboxgl-popup-content .pop strong {
  font-size: 16px;
}

.mapboxgl-popup-content .pop p {
  font-size: 16px;
  margin: 3px 0px;
}

.mapboxgl-popup-content .pop p img {
  max-width: 100%;
  width:100%;
  padding:3px 0px;
}

.mapboxgl-popup-content .pop a {
  font-weight: bold;
}

.mapboxgl-popup-content .pop {
  line-height: auto;
  padding: 12px;
  max-width: 300px;
  max-height: 300px;
}

.mapboxgl-popup-tip {
  border-top-color: #000 !important;
  border-bottom-color: #000 !important;
}

.mapboxgl-popup-close-button {
  background-color: rgba(0, 0, 0, 0.1);
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 3px;
}

#mapMenu {
  padding: 6px;
  border: 1px solid #a1a1a1;
  background-color: #f1f1f1;
  overflow: hidden;
}

.btnMenu,
#smenu {
  /* background: #fff; */
  border-radius: 3px;
  font-family: "Open Sans", sans-serif;
  margin: 0px auto;
}

#slmenu {
  border-radius: 3px;
  font-family: "Open Sans", sans-serif;
  margin: 0px auto;
}

.btnMenu a,
#smenu a,
#slmenu a {
  font-size: 13px;
  color: #404040;
  display: inline;
  margin: 1px 3px;
  padding: 3px;
  text-decoration: none;
  border: 3px solid rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  text-align: center;
  background-color: #ffffff;
  min-width: 90px;
}

#slmenu a {
  border: 3px solid rgba(0, 0, 0, 0.25);
  border-radius: 6px;
}

.btnMenu a:hover,
#smenu a:hover {
  background-color: #f8f8f8;
  color: #404040;
}

.btnMenu a.active,
#smenu a.active {
  /* background-color: #3887be; */
  background-color: #1F34FF;
  color: #ffffff;
}

.btnMenu a.active:hover,
#smenu a.active:hover {
  background: #3074a4;
}

#mapMenu H4 {
  width: 100%;
  overflow: hidden;
  padding: 6px 6px 6px 3px;
  font-weight: 500;
  font-size: 1.25em;
}

.mapbox-gl-draw_combine,
.mapbox-gl-draw_uncombine,
.mapboxgl-ctrl-compass {
  display: none !important;
}

.laymen {
  float: left;
  border-width: thick;
}

.searchTitle {
  background-color: #ffffee;
  width:100%;
  overflow: hidden;
}

.mapbtn2 {
  margin: 6px;
}


#offers {
  width:100%;
  overflow: hidden;
  text-align: center;
  background-color: #c2f3f2;
  color:#221d1d
}

.offerTitle {
  font-weight: bold;
  font-size:24px;
}

#offers h2 {
  font-weight: bold;
  font-size:26px;
  border-top: #221d1d 2px solid;
}

#offers p {
  font-size:1.25em;
  width:100% !important;
  
}

#OfferDesc {
  width:100%;
  overflow: hidden;
  text-align: center;
  background-color: #c2f3f2;
  color:#221d1d;
  border: solid 1px #024746;
  margin-bottom: 6px;
}


#OfferDesc h2 {
  font-weight: bold;
  font-size:26px;
}



#dataDesc {
  overflow: auto;
  height: 800px;
  width: 100%;
  word-break: break-word;
  padding: 12px;
  border: 1px solid #303030;
  margin-top: 60px;
  display: none;
}

#dataDesc img {
  width: 100%;
  height: auto;
  padding: 3px 0px;
  overflow: hidden;
}

.dataDescBtns {
  width:100%;
  margin-bottom: 6px;
  overflow:hidden;
}

#close,
.closeBtn,
#reset {
  float: right;
  padding: 3px;
  border: 1px solid #000;
  background-color: #3e0af8;
  cursor: pointer;
  color: #fff;
}

.nearBtn {
  float: left;
  padding: 3px;
  border: 1px solid #000;
  background-color: #3e0af8;
  cursor: pointer;
  color: #fff;
}

#mapFilter {
  display: none;
}

#mapSearch {
  display: none;
}

.locBtns {
  margin-top: 12px;
}

.locBtns .filterBtn {
  background-color: #fefefe;
  font-weight: 500;
}

#mapMenu h2 {
  margin-top: 32px;
}

fieldset {
  background: #ddd;
  border: none;
  padding: 10px;
  margin: 0;
}

input {
  display: block;
  border: none;
  width: 100%;
  border-radius: 3px;
  padding: 10px;
  margin: 0;
}

.listing {
  overflow: auto;
  max-height: 600px;
  background-color: #d1d1d1;
}

.listing>* {
  display: block;
  padding: 5px 10px;
  margin: 0;
}

.listing P {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #404;
  text-decoration: none;
}

.listing P:last-child {
  border: none;
}

.listing P:hover {
  background: #f0f0f0;
}

#smenu label {
  display: inline-block;
}

#smenu input[type="radio"] {
  display: inline-block;
  width: auto;
  margin: 3px 12px 3px 3px;
}

.collapse .in {
  display: block;
}

.collapse {
  display: none;
}

#feature-search-listing .panel-collapse {
  width: 100%;
  overflow: hidden;
}

#feature-search-listing p {
  width: 90%;
  float: left;
  overflow: hidden;
  cursor: pointer;
  margin: 6px 0px;
}

#feature-search-listing button {
  float: left;
  border: none;
  background-color: transparent;
  padding: 0px;
  margin: 2px;
}

#feature-listing p {
  width: 90%;
  float: left;
  overflow: hidden;
  cursor: pointer;
  padding: 0px;
  margin: 6px 0px;
}

#feature-listing button {
  float: left;
  border: none;
  background-color: transparent;
  padding: 0px;
  margin: 2px;
}

.cwgDate {
  font-size: 2em;
  margin-top: 20px;
}

.cwgTime {
  font-size: 1.5em;
  margin-top: 0px;
  margin-bottom: 18px;
}


@media (max-width: 1460px) {
  #feature-search-listing p {
    width: 85%;
  }
}

@media (max-width: 1060px) {
  #feature-search-listing p {
    width: 80%;
  }
}

@media (max-width: 870px) {
  #feature-search-listing p {
    width: 70%;
  }
}

@media only screen and (max-width: 768px) {



  
  #smenu a {
    font-size: 11px;
    margin: 2px 1px;
    padding: 3px;
    border: 2px solid rgba(0, 0, 0, 0.25);
    border-radius: 10px;
  }

  .btnMenu a
  {
    font-size: 11px;
    margin: 6px 6px;
    padding: 6px;
    border: 2px solid rgba(0, 0, 0, 1);
    border-radius: 10px;
  }



  #viewMapBtn {
    display: block;
    padding-left: 15px;
    font-size: 1.5em;
    font-weight: bold;
    margin: 12px 0px;
  }

  #dataDesc {
    position: fixed;
    top: 60px;
    width: 95%;
    margin: 3px auto;
    z-index: 100;
    background-color: #f1f1f1;
    max-height: 65%;
    border: 2px solid #000000;

  }

  #dataDesc h2 {
    margin-top:6px;
    margin-bottom: 3px;
    font-size: 22px;
  }

  #dataDesc br {
    display:none;
  }
 

  #map {
    width: 95%;
  }

  #feature-search-listing p {
    width: 90%;
    padding:3px;
  }


  #mobileMenu {
    display: block;
    text-align: center;
  }

  .mapbtnMobile .filterBtn {
    padding: 6px;
    margin: 6px;
  }


  #viewMapBtn a {
    color: red;
  }


  #mapTitle H1 {
    font-weight: bold;
    text-align: center;
  }


  #mapTitleDesc {
    display: none;
  }

  #viewMapBtn {
    display: none;
  }

  #mapSearch {
    display: none !important;
  }

  #mapMenu {
    display: none !important;
  }

  .mapbtn2 {
    display: none !important;
  }



  #mapMenu H4 {
    font-size: 1em;
    font-weight: bold;
    padding: 3px;
    background-color: #444;
    color: #fff;
    text-align: center;
    margin-top: 6px;
  }

  #mapMenu {
    width: 90%;
    margin: 12px auto;
  }

  .btnMenu {
    overflow: hidden;
  }

  #feature-search-listing {
    width: 85%;
    margin: 12px auto;
  }

  #feature-search-listing button {
    display: inline-block;
    margin: 0px;
  }

  #map {
    width: 80%;
    margin: 12px auto;
  }

  .mobilemapBtn {
    
    width: 70%;
    padding: 12px !important;
    margin: 12px auto !important;
  }

}