.navbar .nav-item:not(:last-child) {
  margin-right: 35px;
}

.dropdown-toggle::after {
   transition: transform 0.15s linear; 
}

.show.dropdown .dropdown-toggle::after {
  transform: translateY(3px);
}

.dropdown-menu {
    margin-top: 0;
}

li.nav-item:last-child > .dropdown-menu  {
    margin-left: -100px;
}

.autocomplete-suggestions {
  border: 1px solid #e4e4e4;
  background: #F4F4F4;
  cursor: default;
  overflow: auto;
}
.autocomplete-suggestion {
  padding: 2px 5px;
  font-size: 1em;
  white-space: nowrap;
  overflow: hidden;
}
.autocomplete-selected {
  background: #f0f0f0;
}
.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399ff;
  font-weight: bolder;
}

.row1 {background: #FFFFFF; }
.row2 {background: #EFEFEF; }

#mapid {height: 900px;}
.tooltip01 {background-color: #D0D0D0 !important;}
.tooltip02 {background-color: #0CF !important;}

.tb th,
.tb td,
.tb {
  font-size: small;
  padding: 0.4rem;
}

.mypadding button,
.mypadding h4,
.mypadding {
  padding: 0.3rem;
}

.nonfield {
  display: none;
}

.helptext {
  font-family: sans-serif, "Lucida Sans Unicode", "Lucida Grande";
  font-size: 11px;
  letter-spacing: 2px;
  word-spacing: 2px;
  color: #000000;
  font-weight: 700;
  font-style: italic;
}

ul {
    list-style-type: none;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: white;
}