@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto|Lobster|Blinker|Open+Sans+Condensed:300&display=swap");
* {
  font-family: 'fa5-proxima-nova', sans-serif;
  /* Track */
  /* Handle */
  /* Handle on hover */
}

* ::-webkit-scrollbar-track {
  background: #f1f1f1;
}

* ::-webkit-scrollbar-thumb {
  background: #323232;
}

* ::-webkit-scrollbar-thumb:hover {
  background: #b23;
}

body {
  background-color: #fff;
  padding: 0;
  margin: 0;
  display: block;
  color: #fff;
  min-width: 100vw;
  height: 100vh;
  overflow: hidden;
  /* Use vh as a fallback for browsers that do not support Custom Properties */
  /* height: calc(var(--vh, 1vh) * 100); */
}

.loader {
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0;
  z-index: 99999999;
  padding: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100vh;
  width: 100vw;
}

.loader img {
  margin: 0 auto;
  width: 100%;
  max-width: 100px;
  animation: rotateAnim 1s infinite linear;
}

@keyframes rotateAnim {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.container {
  width: 100vw;
  overflow: hidden;
  min-height: 94.5%;
  position: relative;
  padding: 0;
  margin: 0;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
  margin-top:5px;
}


.thePanes {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
 display: flex; 
}

#leftPane {
  height: 100%;
  width: 20%;
  
  border-top: 1px solid #888888;
  overflow-y: auto;
  /* margin: 20px auto; */
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
  margin-right: 5px;
}
@media screen and (max-width: 700px)
{
  #leftPane {
    height: 40%;
    width: 100%;
    position: absolute;
    /* top: 0px; */
    bottom: 0;
  } 
  #viewDiv{
    padding: 5px;
    position: absolute;
    height: 60%;
    margin: 0;
    width: 100%!important;
    right: 0;
    z-index: 1;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
  }
  .sugetion{
    width:100%
  }
   #toggleSatellite {
    width: 50px !important;
    height: 50px !important;
    overflow: hidden;
    cursor: pointer;
    background: #fff;
    padding: 4px;
    z-index: 1;
    display: flex;
    border-radius: 6px;
    justify-content: center;
    align-content: center;
  }
}


#viewDiv {
  padding: 10px;
  margin: 0;
  right: 0;
  z-index: 1;
   
  /* height: 100vh; */
  /* height: calc(var(--vh, 1vh) * 100); */
  background: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}








.viewDiv0 {
  width: 0 !important;
}

.viewDiv80 {
  width: 80% !important;
}

.viewDiv100 {
  width: 100% !important;
}

img[alt*="www.000webhost.com"] {
  display: none;
}


.esri-component.esri-search.esri-widget {
  position: absolute !important;
  left: 40px !important;
}

#dialog {
  top: 10px;
  right: 10px;
  position: absolute;
  padding: 5px;
  width: 350px;
  background-color: #ffffff;
  border-radius: 5px;
  margin: 5px;
  box-shadow: 0px 1px 3px #888;
}

#radioButton {
  padding: 2px;
}

.panel-result {
  list-style: none;
  font-size: .9em;
  box-sizing: border-box;
  border-bottom: 2px solid #ccc;
  /* max-width: calc(100% - 20px); */
  padding: 10px;
  margin: 0 0 2px 0;
  box-shadow: 0px 3px 6px #cfcfcf;
}

.panel-result:hover {
  border-bottom: 2px solid #1a97c9;
  margin-bottom: 2px;
  transition: .4s;
}

#helpDiv ul {
  padding: 0;
  font-family: 'fa5-proxima-nova', sans-serif;
}

#helpDiv li {
  list-style: none;
  width: 100%;
  padding: 7px;
  box-sizing: border-box;
  margin: 10px auto;
  color: #323232;
  box-shadow: 0px 3px 6px #cfcfcf;
}

#helpDiv h2 {
  font-size: 1.2em;
  margin: 0;
  padding: 15px;
  text-decoration: none;
  background: #333;
  color: #fff;
  width: 100% !important;
}

#helpDiv .ac {
  padding: 0;
  margin: 10px auto;
  width: 100%;
  display: none;
  overflow: hidden;
}

#helpDiv .jumbotron {
  color: #323232;
  padding: 0 10px;
  margin: 0 auto;
  box-shadow: 0px 3px 6px #cfcfcf;
  box-sizing: border-box;
}

#helpDiv .list-unstyled a {
  display: block;
}

#helpDiv .jumbotron > ul > li {
  border: 1px solid #566;
  padding: 0 10px;
  box-sizing: border-box;
}

#helpDiv .jumbotron > ul > li .details li {
  box-shadow: none;
}

#helpDiv .jumbotron > ul > li > h2 {
  font-size: 1.1em;
  margin: 0 0 0 -10px;
  padding: 7px 15px;
  text-decoration: none;
  background: #333;
  color: #fff;
  width: calc(100% + 20px) !important;
  font-weight: 600;
}

#helpDiv .jumbotron > ul > li > h2 i {
  padding: 1px 10px;
  box-sizing: border-box;
  box-shadow: 0px 0px 7px #de2996;
  color: #fff;
}

.youtube-help-video {
  width: 100%;
  max-height: 100%;
}

.relative {
  position: relative;
}

.vertical-align {
  vertical-align: middle;
}
.alertError {
  padding: 0;
  width: 100vw;
  height: 100vh;
  top: 50%;
  left: 50%;
  position: absolute;
  z-index: 10000;
  transform: translate(-50%, -50%);
}

.alertError .row {
  padding: 0;
  background: #bb2233cc;
  max-width: 400px;
  min-width: 200px;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.alertError .errorBody {
  background: #fff;
  color: #000;
  box-shadow: 0 2px 4px #7f7575;
}

@media only screen and (max-width: 600px) {
  .alertError .row {
    max-width: 300px;
  }
}

@media only screen and (max-width: 480px) {
  .alertError .row {
    max-width: calc(100vw - 50px);
  }
}

@media only screen and (max-width: 300px) {
  .alertError .row {
    max-width: calc(100vw - 50px);
    min-width: 90vw;
  }
}

.poiIcons {
  background: #E5454C;
  padding: 20px;
  color: #fff;
  border-radius: 50%;
}

.esri-ui-bottom-right {
  flex-flow: column-reverse;
}

.esri-icon {
  font-weight: bold;
  font-size: 1.2em;
  color: #323232 !important;
}

.esri-widget--button {
  border-radius: 10px;
  margin: 1px 0;
}

.esri-ui-bottom-right .esri-component {
  margin-left: 10px;
  border-radius: 10px;
  margin-top: 10px;
  background: #fff;
}

.toggleAnimation {
  transition: .5s;
}

#sideBar {
  width: 410px;
  background: whitesmoke;
  max-height: 100vh;
  position: relative;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
  z-index: 51;
  border-radius: 0px 0 10px 0px;
}

.searchBox {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
  border-radius: 8px;
  margin: 10px;
  width: calc(100% - 40px);
  background: #fff;
  position: relative;
  color: #323232;
  z-index: 99;
}

.searchBox i {
  font-size: 20px;
}

.searchBox i.fa-directions {
  color: #4487f3;
}

.widget-Poi {
  padding-bottom: 1px;
  display: none;
  margin-bottom: 12px;
}

.widget-Poi .nearPoi {
  justify-content: space-between;
  padding: 5px 10px 5px 0;
  max-width: calc(100vw - 20px);
  overflow: hidden;
  max-height: 95px;
  display: block;
  text-align: center;
}

.widget-Poi .nearPoi i {
  font-size: 1.5em;
}

.widget-Poi ul[extended-list='true'] {
  max-height: 290px !important;
  overflow-y: auto;
}

@media only screen and (min-height: 900px) {
  .widget-Poi ul[extended-list='true'] {
    max-height: 100% !important;
    overflow-y: auto;
  }
}

.widget-Poi ul[extended-list="false"] {
  max-height: 95px !important;
  overflow-y: hidden;
}

.widget-Poi .widget-poi-icon {
  margin: 5px 10px 5px 18px;
  border-radius: 50%;
  background: #E5454C;
  width: 50px;
  height: 50px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.widget-Poi .poi-widget-text {
  color: #323232;
  margin-top: 5px;
  text-align: center;
  height: 35px;
  padding: 0;
  margin: 0;
  font-size: .9em;
  width: 85px;
}

.widget-Poi li.list-poi {
  margin: 0 5px;
  text-align: center;
  display: inline-block;
  vertical-align: bottom;
  cursor: pointer;
}

.searchQueryInput {
  position: relative !important;
  padding: 0;
  border: none;
  margin: -8px 0;
  font-size: 15px;
}

.searchQueryInput input:focus {
  outline-style: none;
}

.searchQueryInput:focus {
  outline-style: none;
}

.searchQueryInput .esri-search__submit-button.esri-widget--button {
  border: none;
  border-radius: none;
  font-size: 1.1em;
  border-right: 2px solid #ccc;
  border-radius: 0;
  margin-right: 5px;
}

.searchQueryInput .esri-search__submit-button.esri-widget--button:hover {
  background: none;
}

.searchQueryInput .esri-search__submit-button.esri-widget--button:focus {
  outline: none;
}

#downBar-dragger {
  padding: 0 0 10px 0;
  border-left: 1px solid #D4D4D4;
  left: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
}

#downBar-dragger .downSlider {
  cursor: pointer;
  text-align: center;
  padding: 0;
}

#downBar-dragger .downSlider i {
  color: #323232;
  text-align: center;
  font-size: 20px;
}

#sideBar-dragger {
  width: 23px;
  height: 50px;
  cursor: pointer;
  background: white;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
  right: 170px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 10px;
  z-index: 1000;
  display:none;
}

#sideBar-dragger .sideSlider {
  text-align: center;
}

#sideBar-dragger .sideSlider i {
  color: #323232;
  text-align: center;
  font-size: 20px;
}

.side-dragger-button-close {
  right: -23px !important;
}

.showSideBar {
  transition: .3s;
  transform: translateX(-100%);
}

.searchBtn {
  background: transparent;
  color: #bababa;
  border: none;
}

.searchBtn:focus {
  outline: none;
}

.tool-tip {
  color: #fff;
  background: #000;
  padding: 5px 10px;
  box-sizing: border-box;
  position: absolute;
  top: 100%;
  z-index: 565464;
  left: 50%;
  transform: translate(-50%);
  border-radius: 10px;
  font-size: .9em;
}

.menuBar {
  color: #323232;
  position: absolute;
  background: #fff;
  z-index: 123;
  top: 0;
  left: 0;
  width: 320px;
  height: 100vh;
  max-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
  transform: translateX(-320px);
  transition: .35s;
}

*::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

*::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #F5F5F5;
}

*::-webkit-scrollbar-thumb {
  background-color: #F90;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}

.overlay {
  position: absolute;
  z-index: 101;
  width: 100vw;
  height: 100vh;
  background: #000;
  top: 0;
  left: 0;
  opacity: .5;
}

.border-bottom {
  border-bottom: 1px solid #ccc;
}

.showMenuBar {
  transition: .5s;
  transform: translateX(0);
}

.magical-border {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
}

.border-bottom-ccc {
  border-bottom: 1px solid #ccc;
}

.logo-image,
.toggleMenu {
  display: inline-block;
  vertical-align: middle;
}

.logo-image {
  display: flex;
  align-items: center;
}

.logo-image img {
  max-height: 100px;
  max-width: 100%;
}

.logo-image .logoName {
  margin: 0 10px 0 20px;
}

.toggleMenu {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  margin-right: 10px;
}

.toggleMenu i {
  color: #c5baba;
  font-size: 1.1em;
}

#navigationDiv {
  background: #fff;
  position: absolute;
  z-index: 101;
  top: 63px;
  left: 0;
  border: 1px solid #ccc;
  display: none;
  max-height: calc(100% - 63px);
  overflow: auto;
}

.fullHeight {
  height: 100vh;
  transition: .45s;
}

*[hover-tooltip] {
  z-index: 123;
}

#poiResults {
  position: absolute;
  z-index: 2;
  top: 70px;
  left: 0;
  width: 100%;
  height: calc(100vh - 70px);
  background: #fff;
  max-height: calc(100vh - 70px);
  overflow-y: auto;
}

.poi-result {
  margin-bottom: 10px;
  display: flex;
  padding: 10px;
  cursor: pointer;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
}

.poi-result:first-child {
  border-top: 1px solid #ccc;
}

.poi-result .poi-detail {
  flex: 4;
  padding: 10px;
  box-sizing: border-box;
}

.poi-result .poi-image {
  max-height: 70px;
  text-align: center;
  flex: 1;
}

.poi-image-height {
  max-height: 40vh;
  max-width: 100%;
  object-fit: cover;
}

#closeResults,
#closeAddEdit {
  position: absolute;
  top: 6px;
  right: 15px;
  z-index: 12;
}

#singlePoi {
  position: absolute;
  z-index: 3;
  top: 70px;
  left: 0;
  width: 100%;
  height: calc(100vh - 70px);
  max-height: calc(100vh - 70px);
  overflow-y: auto;
  background: #fff;
}

.fade-seprator {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

#tempDiv {
  display: none;
}

/* The slider itself */
.rangeSlider {
  -webkit-appearance: none;
  /* Override default CSS styles */
  appearance: none;
  min-width: 80%;
  /* Full-width */
  height: 25px;
  /* Specified height */
  background: #da4251;
  /* Grey background */
  outline: none;
  /* Remove outline */
  opacity: 1;
  /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s;
  /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.rangeSlider:hover {
  opacity: .8;
  /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.rangeSlider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 40px;
  height: 40px;
  border: 0;
  background: url("../images/gps-yellow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
}

.rangeSlider::-moz-range-thumb {
  width: 40px;
  height: 40px;
  border: 0;
  background: url("../images/gps.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
}

.rangeSlider:after {
  content: attr(poi-range);
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
}

.x-times-close {
  background: #bb2234;
  color: #fff;
  padding: 5px 7px;
  border-radius: 50%;
}

#busExpDiv {
  top: 100px;
  position: absolute;
  padding: 20px 0;
  background: #fff;
  max-height: calc(100vh - 95px);
  overflow: auto;
}

#busExpDiv .panel-result:hover {
  border: none;
}

.actualImages .text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.actualImages .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.actualImages .dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.actualImages .active,
.actualImages .dot:hover {
  background-color: #717171;
}

.actualImages .fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: .4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: .4;
  }
  to {
    opacity: 1;
  }
}

@media only screen and (max-width: 300px) {
  .actualImages .prev,
  .actualImages .next,
  .actualImages .text {
    font-size: 11px;
  }
}

:root {
  --star-size: 25px;
  --star-color: #fff;
  --star-background: #fc0;
}

.rating-stars {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: var(--star-size);
  font-family: Times;
  line-height: 1;
  zoom: .8;
}

.rating-stars::before {
  content: '★★★★★';
  letter-spacing: 1px;
  background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#toggleSatellite {
  width: 90px;
  height: 90px;
  overflow: hidden;
  cursor: pointer;
  background: #fff;
  padding: 4px;
  z-index: 1;
  display: flex;
  border-radius: 6px;
  justify-content: center;
  align-content: center;
}

#toggleSatellite #basemap-toggle {
  background: url("../images/satellite.jpg");
  width: 100%;
  height: 100%;
}

/* 
#gmdaTitle {
  position: fixed;
  z-index: 9;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  color: #323232;
  
  span {
      color: #fff;
      -webkit-text-stroke-color: #adaaaa;
      -webkit-text-stroke-width: 1px;
      letter-spacing: 7px;
      font-size: 20px;
      font-weight: bold;

      @media (max-width: 768px) {
           /* Media query for smaller screens, adjust as needed  */
            /*Adjust the font size for smaller screens */
          /* Add any other styles you need for the span on smaller screens  */
      /* }
  /* }  */
 /* } */


#gmdaTitle {
  position: fixed;
  z-index: 9;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  color: #323232;
  @media (max-width: 768px) {
    display: none; 
  }
}

#gmdaTitle  span {
  color: #fff;
  -webkit-text-stroke-color: #adaaaa;
  -webkit-text-stroke-width: 1px;
  letter-spacing: 7px;
  font-size: 20px;
  font-weight: bold; 

  
    
}

#undefinedLocation {
  position: absolute;
  box-sizing: border-box;
  bottom: 20px;
  left: 50%;
  height: 10vh;
  background: #fff;
  z-index: 10;
  border-radius: 10px;
  border: 1px solid #fff;
  transform: translateX(-50%);
  color: #000;
  min-width: 300px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  box-shadow: 0 2px 4px #737271;
  align-items: center;
  overflow: hidden;
}

#undefinedLocation #close-undefined {
  position: absolute;
  z-index: 12;
  right: 10px;
  top: 2px;
}

#undefinedLocation #undefinedLeftPanel {
  height: 100%;
  align-items: center;
  display: flex;
  background: #f5f5f5;
  width: 20%;
  max-width: 70px;
}

#undefinedLocation #undefinedLeftPanel img {
  min-width: 70px;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
}

#undefinedLocation #undefinedMiddelPanel {
  height: 100%;
  display: flex;
  font-size: .8em;
  flex: auto;
  flex-direction: column;
  justify-content: center;
  font-weight: bold;
  padding: 4px 6px;
  padding: 0 10px 0 20px;
  width: 60%;
}

#undefinedLocation #navigationButton {
  width: 20%;
  max-width: 60px;
  height: 100%;
  align-items: center;
  display: flex;
  padding: 4px 7px 4px 4px;
}

#undefinedLocation #navigationButton .navigationButton {
  font-size: 1.5em;
  color: #4487f3;
  cursor: pointer;
}

.esri-component.esri-popup.esri-popup--aligned-top-center.esri-popup--shadow {
  max-width: 400px;
  width: unset !important;
}

.diff-mix-blend {
  mix-blend-mode: difference;
}

.lumi-mix-blend {
  object-fit: cover;
  mix-blend-mode: luminosity;
}

.dataTables_wrapper .dataTables_filter {
  margin-right: 50px !important;
}

#formDiv {
  width: 100%;
}

.esri-item-list__scroller {
  overflow-y: visible;
}

.editArea-container {
  background: #fff;
  line-height: 1.5em;
  overflow: auto;
  padding: 12px 15px;
  width: 300px;
}

.list-heading {
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #323232;
}

.or-wrap {
  background-color: #e0e0e0;
  height: 1px;
  margin: 2em 0;
  overflow: visible;
}

.or-text {
  background: #fff;
  line-height: 0;
  padding: 0 1em;
  position: relative;
  bottom: 0.75em;
}

/* override default styles */
.esri-feature-form {
  background: #fff;
}

.esri-feature-templates {
  width: 256px;
}

.esri-feature-templates__section-header {
  display: none;
}

.esri-feature-templates__section {
  box-shadow: none;
}

.esri-feature-templates__scroller {
  max-height: 200px;
}

#addEditPanel {
  width: 100%;
  position: absolute;
  max-height: calc(100vh - 60px);
  overflow-y: auto;
  min-height: 100px;
  background: #fff;
  z-index: 4;
  top: 60px;
  left: 0;
  padding: 20px 2px;
}

#form_id select,
#form_id input,
#addEditPanel select,
#addEditPanel input {
  padding: 6px 4px;
  border: none;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: 0 1px 2px #cabfbf;
}

.poi-phone {
  font-weight: bold;
  margin: 5px 0;
  font-size: .9em;
  color: #b23;
}

.poi-phone i {
  margin-right: 5px;
  transform: rotateZ(90deg);
}

#changeMyLoc {
  position: absolute;
  z-index: 2;
  top: -39px;
  right: 1px;
  color: #323232;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 2px 4px #9E9E9E;
  cursor: grab;
}

.esri-popup__content table {
  color: #333;
  background: #fff;
  padding: 10px;
  width: 100%;
  display: block;
  padding: 0;
}

.esri-popup__content table tbody {
  padding: 0;
  width: 100%;
  display: block;
}

.esri-popup__content table tbody tr {
  padding: 0;
  display: flex;
  width: 100%;
}

.esri-popup__content table tbody tr td {
  width: 50%;
  padding: 5px 10px;
}

.esri-popup__content table tbody tr td:first-child {
  border-right: 2px solid rgba(76, 76, 76, 0.2);
}

.esri-popup__content table tbody tr:nth-child(odd) {
  background: rgba(76, 76, 76, 0.1);
}

.selectBoxDiv {
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 4px 8px #eee;
  color: #000;
  width: 100%;
  padding: 10px 10px 20px 10px;
}

.selectBoxDiv h2 {
  padding: 0 10px;
  margin: 5px auto;
}

.selectBoxDiv select {
  width: 100%;
  margin-top: 10px;
  padding: 4px 10px;
  border-radius: 5px;
}

.selectBoxDiv select option {
  padding: 4px auto;
}

.esri-popup__header-title {
  color: #b23;
  font-size: 1.5em;
}

#site-header {
  padding: 0;
  margin: 0;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
  height: 5%;
}

#site-header .container-fluid {
  padding: 0;
  color: #323232;
}

#site-header .container-fluid .header {
  padding: 10px;
  background-color: #fff;
}

#site-header .container-fluid .header img {
  float: left;
  width: 50px;
  margin-left: 10px;
}

#site-header .container-fluid .header h1 {
  text-align: center;
  margin: 0 0 0 60px;
}

.card-box {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  float: left;
  margin-bottom: 20px;
  padding: 25px;
  width: 100%;
}

.card-box p,
.card-box h1,
.card-box h2,
.card-box h3,
.card-box h4 {
  padding: 10px;
  margin: 0;
}

.form-level{
  padding: 0px!important;
  color:black;
}
.select-group{
  padding: 0px!important;
  margin:0px!important;
}
.form-select{
  padding: 0px!important;
}
.attr-table{
	margin-bottom:5px!important;
	cursor:pointer;
}
.attr-list{
	list-style: none;
}
.attr-list li{
	margin-left:-39px;
	cursor: pointer;
}
.esri-search__submit-button{
	border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    width: 28px;
}
.esri-search__sources-button{
	border-radius:0px;
	display:none;
}
.esri-search__input-container {
    border: 1px solid #ddd;
    margin-top: 1px;
}
.esri-menu__header{
	display:none!important;
}
.esri-menu__list-item {
    border-bottom: solid 1px rgba(110, 110,110, 0.3);
}

