body {
  font-family: Arial, Helvetica, sans-serif;
}

p {
  font-size: 14px;
  font-weight: 400;
}

a:link {
  text-decoration: none;
  color : #FF0000;
}
a:visited {
  text-decoration: none;
  color : #FF0000;
}
a:active {
  text-decoration: none;
  color : #FF0000;
}
a:hover {
  text-decoration: underline;
  color : #FF0000;
}

/* ***************************
 * Google Map Styles
 * *************************** */
#map-canvas {
  height: 100%;
  width: 100%;
  z-index: 1;
  padding-bottom: 30px;
}

/* Bootstrap modal dialog */
.modal {
  top: 100px !important;
}

/* ***************************
 * Footer Styles
 * *************************** */
#footer {
  float: bottom;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 30px;
  /* background-color: #dcdcdc; */
  font-size: 10px;
  color: #000;
  overflow-y: hidden;
  z-index: 5;
  background-color: #3f51b5;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.footer_text {
  color: white;
  text-align: center;
  font-size: 10px;
  padding-top: 5px;
}

#LastUpdate {
  font-family: "Arial";
  font-size: 0.6em;
  color: #000000;
}

.feedback-link {
  color: white !important;
}


/* ***************************
 * Loading Screen
 * *************************** */
#loading-background {
  display: block;
  opacity: 0.5;
  filter: alpha(opacity=50);
  background-color: black;
  position: absolute;
  z-index: 997;
  right: 0;
  bottom: 0;
  top: 0px;
  width: 100%;
}

#loading-message {
  display: none;
  filter: alpha(opacity=90);
  height: 100%;
  vertical-align: middle;
  width: 75px;
  height: 75px;
  left: 334px;
  top: 45%;
  background-color: white;
  position: absolute;
  z-index: 998;
  border-radius: 6px;
  padding: 10px;
  color: #0d5cab;
  text-align: center;
  /* margin: 10px; */
  font-weight: bold;
  font-family: "Arial";
  left: 50%;
  font-size: 13px;
}

.ui-widget {
  font-size: 0.8em;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 0.85em;
  border-top: 0;
  overflow: auto;
  zoom: 1;
}

.rms-navbar {
  background-color: #f5f5f5;
  z-index: 9000;
  top: 0;
  right: 0;
  left: 0;
  position: fixed;
  padding: 0.25rem;
  display: flex;
  flex-direction: row;
  align-items: center
}

.content_container {
  position: fixed;
  top: calc(75px + 3px);
  height: calc(100% - 75px - 3px);
  width: 100%;
  overflow: hidden;
}

.input {
  width: 130px;
  height: 13px;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  position: relative;
  top: -1px;
  overflow: hidden;
}

.header_seperator {
  top: 75px;
  position: fixed;
  width: 100%;
  height: 3px;
  background-color: #3f51b5;
  /* z-index: 9999; */
}

.buttonContainer {
  position: absolute;
  left: -55px;
  display: inline-block;
  width: 55px;
}

.legendButton {
  width: 55px;
  height: 55px;
  background-color: #096;
  border: none;
  outline: 0;
  border-radius: 0;
  padding: 0 !important;
  pointer-events: all;
  box-shadow: 0 1px 2px rgb(0 0 0 / 25%);
}

.layer-icon {
  width: 36px;
  height: 36px;
}

.svg-container {
  display: inline-block !important;
  overflow: hidden !important;
  vertical-align: top !important;
}

.legendText {
  display: inline-block;
  line-height: normal;
  font-weight: 700;
  font-size: 11pt;
}

.legendContent {
  position: relative;
  right: 0;
  display: block !important;
  width: 100%;
  height: 100%;
  float: right;
}

.legendRow {
  cursor: pointer;
}

/* input[type="checkbox"]:checked {
  background: #ff4081;
  color: white;
}

input[type="checkbox" i] {
  background: #ff4081;
  color: white;
} */

.legendBar {
  width: 330px;
  position: absolute;
  top: 0;
  height: 100%;
  /* transition: all ease .5s;
    pointer-events: none; */
  right: 0;
  z-index: 1000;
}

.display-legend {
  position: absolute;
  right: 0;
  z-index: 1000;
}

.legend-main {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.legend-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

#legendContent {
  width: 15rem;
}

#legendHeader {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  height: 55px;
  line-height: 55px;
  color: #fff;
  background-color: #018753;
  text-align: center;
  pointer-events: all;
}

#legendItems {
  overflow: auto;
  max-height: 80%;
  position: fixed;
  padding: 10px;
  width: 18rem;
  color: black;
  background-color: #fbfdfd;
}

.legendPanel {
  display: grid;
  width: 20px;
  height: 20px;
  margin-left: 15px;
}

.feedback-link {
  color: white;
}

.logo-img {
  height: 3rem;
  padding-left: 1rem;
}

#pageTitle {
  color: #3063a5 !important;
  padding-left: 2rem;
  padding-top: 1rem;
  height: 3.8rem;
  display: flex;
  width: 95%;
  align-items: center;
  white-space: nowrap;
}

.map-help-icon {
  margin-right: 1%;
  display: flex;
  white-space: nowrap;
}

.navbar-item {
  cursor: pointer;
}

#reset-map-button {
  position: absolute;
  right: 0.5rem;
  bottom: 60px;
  display: inline-block;
  z-index: 1000;
  width: 198px;
  line-height: 36px;
  background-color: #018753;
  color: #ffffff;
  border-radius: 5px;
  cursor: pointer;
  outline: none;
  border: none;
  padding: 0 2rem;
}

#reset-map-button .reset-map-button-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;

  white-space: nowrap;
  text-decoration: none;
  vertical-align: baseline;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

#reset-map-button .reset-map-button-wrapper img {
  margin-left: 0.25rem;
  width: 0.75rem;
  height: 0.75rem;
}

#lls-search-input {
  min-width: 170px;
  height: 20px;
  width: 100%;
}

.help-info {
  position: absolute;
  left: 40px;
  top: 10px;
  font-family: "Arial", sans-serif;
  padding-right: 15px;
}

.iconItemRow {
  width: 18px;
  height: 18px;
}

.legendItemRow {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 0.73rem;
}

.legendTitle {
  padding-top: 1rem; 
  padding-bottom: 1rem;
  font-weight: bold;                
  font-size: 12px;
}

.checkboxItemRow {
  padding-left: 15px;
  font-size: 0.75rem;
  padding-top:4px;
}

.noTitleStuff .ui-dialog-titlebar {
  display: none
}

.entry {
  display: block;
  z-index: 1000;
}


/* popup modal dialog */
.ui-dialog-title {
  font-size: .8em;
  margin-left: .5em;
}

.ui-widget-header {
  margin: 3px;
  border: 1px solid #aed0ea;
  height: 2rem;
  border-radius: 6px;
  background: #deedf7 url(images/ui-bg_highlight-soft_100_deedf7_1x100.png) 50% 50% repeat-x;
  color: #222222;
  font-weight: bold;
}

.alert-icon {
  font-size: 45px !important;
  width: 100px;
  position: absolute;
  top: 5px;
  left: 20px;
  color: red;
}

.dialog-body {
  margin-top: 10px;    
  font-weight: bold;
}

.modal-dialog-content {
   padding: 3px;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
  left: 100%;
  overflow: auto;
  position: static; 
}

.popup-button {
  border: 1px solid #aed0ea;
  background: #d7ebf9 url(images/ui-bg_glass_80_d7ebf9_1x400.png) 50% 50% repeat-x;
  color: #2779aa;
  float: left;
  border-radius: 5px;
}

/* end popup modal dialog */

/* Toast messages */
.toast-container {
  z-index: 1000;
  margin-top: 100px;
  margin-left: 15px;
}

.toast-error {
  border: 1px solid red !important;
  background: lightpink !important;
  color: black !important;
}

.toast-error.toast-header {
  background: red !important;
  color: white !important;
}

/* end Toast messages */

ul {
  list-style-type: none;
}

/* Handlebars popup tweaks */
.rms-infowindow-footer{
  margin-top: 15px;
  border-top: 1px solid #e9e9e9;
  padding-top: 10px;
  font-size: 12px;
}

.esri-popup__header, .esri-popup__header-container--button:hover {
  background-color: #018753;
}

.esri-popup__header {
  border-bottom: 1px solid #e9e9e9;
}

.esri-popup__header-title, .esri-popup__button {
  color: #fff;
}

.esri-popup__collapse-icon {
  display: none;
}

.esri-popup__navigation .esri-popup__button {
  color: #727272;
}

/* end Handlebars popup tweaks */

#searchDiv {
  width: 400px;
}

/* Tweak zoom button to match height of basemap toggle */
.esri-zoom {
  height: 70px;
}

.disclaimer-inner p, .disclaimer-inner ul {
  font-size: 10px;
}

.disclaimer-inner h4 {
  font-size: 12px;
}

/* Force popup pagination to the bottom of the popup */
.esri-popup__footer {
  order: 1;
}

.tooltipCloseButton {
  position: absolute;
  right: 10px;
  top: 10px;
}

.tooltipText {
  font-size: 12px;
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

.esri-attribution__link, .esri-attribution__link:visited {
  color: rgb(50, 50, 50) !important;
}

#street-map-button {
  position: absolute;
  bottom: 61px;
  right: 210px;
  display: inline-block;
  z-index: 1000;
  width: 34px;
  border-radius: 4px;
  height: 34px;
  background-color: #fff;
  cursor: pointer;
}

.streetViewImg {
  width: 30px;
  height: 30px;
  padding: 2px;
}

#street-map-button-selected {
  position: absolute;
  bottom: 61px;
  right: 210px;
  display: inline-block;
  z-index: 1000;
  width: 34px;
  border-radius: 4px;
  background-color: #fff;
  border: 2px;
  border-color: #0d5cab;
  height: 34px;
  cursor: pointer;
}