html, body, #map-canvas {
  height: 100%;
  margin: 0px;
  padding: 0px;
}

cards {
  display: none;
}

.nav>li li:hover>ul {
  margin-right: 1px;
  right: 100%;
  left: -100%;
  top: -1px;
}

navcard ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  opacity: .9;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

navcard>ul li {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white;
  float: left;
  width: 200px;
  height: 40px;
  background-color: #000000;
  opacity: .85;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
}

.nav-label {
  text-decoration: none;
  color: white;
  display: block;
}

.UpgradeList>li {
  cursor: pointer;
  border: 2px solid transparent;
}

.UpgradeList>li:hover {
  border: 2px solid #4d90fe;
}

.UpgradeDiv {
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: bold;
}

navcard ul li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0
}

navcard ul li.current-menu-item {
  background: #4d90fe
}

navcard ul li:hover {
  background: #4d90fe
}

navcard ul li:focus {
  background: #4d90fe
}

.activeLayer {
  background: #4d90fe;
}

navcard ul ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #000000;
  padding: 0
}

.layers {
  text-align: center;
}

.layerInput {
  text-align: center;
  margin: 5px;
}

.activeLayer:hover {
  background: #000000;
}

.activeLayer:focus {
  background: #000000;
}

.inactiveLayer {
  background: #000000;
}

.inactiveLayer:hover {
  background: #4d90fe;
}

.inactiveLayer:focus {
  background: #4d90fe;
}

.agencyLI {
  pointer-events: unset;
}

navcard ul ul li {
  float: none;
  width: 200px
}

navcad ul ul a {
  line-height: 120%;
  padding: 10px 15px
}

navcard ul ul ul {
  top: 0;
  left: -100%
}

navcard ul ul {
  display: none;
}

navcard ul ul :hover>ul {
  -webkit-animation: slide-down .3s ease-out;
  -moz-animation: slide-down .3s ease-out;
  display: block;
}

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes slide-down {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

.IncidentIframe {
  width: 1000px !important;
  height: 700px !important;
}

.PointUpgradeIframe {
  width: 1000px !important;
  height: 162px !important;
}

.ToolBar.Search {
  list-style-position: inside;
}

.unit {
  font-size: 12px;
  font-weight: bold;
  text-align: left;
}

.unit.curS_w {
  color: #000000;
  text-shadow: 0 0 5px 15px RGB(255, 255, 255);
}

.unit.curS_b {
  color: #00a8a8;
  text-shadow: 0 0 5px 15px RGB(0, 255, 255);
}

.unit.curS_r {
  color: #d00909;
  text-shadow: 0 0 5px 15px RGB(255, 0, 0);
}

.unit.curS_g {
  color: #2a8028;
  text-shadow: 0 0 5px 15px RGB(0, 128, 0);
}

.unit.curS_y {
  color: #876c00;
  text-shadow: 0 0 5px 15px RGB(255, 255, 0);
}

button.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */

button.accordion.active, button.accordion:hover {
  background-color: #ddd;
}

/* Style the accordion panel. Note: hidden by default */

div.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
}

button.accordion:after {
  content: "\02795";
  /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

button.accordion.active:after {
  content: "\2796";
  /* Unicode character for "minus" sign (-) */
}

#info-box {
  background-color: white;
  border: 1px solid black;
  bottom: 10px;
  height: 15px;
  width: 100px;
  padding: 1px;
  position: absolute;
  left: 100px;
}

#map-marker-label {
  position: absolute;
}

.call_list1 {
  background-color: rgba(182, 212, 255, 1);
  border: 1px solid black;
  color: black;
}

.call_link {
  color: black;
}

#description {
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
}

#infowindow-content.title {
  font-weight: bold;
}

#infowindow-content {
  display: none;
}

#map #infowindow-content {
  display: inline;
}

.ui-dialog .ui-dialog-content {
  padding: 0 !important;
  margin: 0;
}

.ui-dialog .ui-dialog-titlebar {
  background-color: #4d90fe !important;
  padding: 0 !important;
}

.ui-dialog .ui-dialog-title {
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  padding: 6px 12px !important;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.card {
  width: 300px;
  height: 80px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  font-family: Roboto;
}

.container {}

#search-container {
  padding-bottom: 12px;
  margin-right: 12px;
}

.search-controls {
  display: inline-block;
  padding: 5px 11px;
}

.search-controls label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}

#search-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 250px;
}

#search-input:focus {
  border-color: #4d90fe;
}

.card-title {
  display: none;
  cursor: pointer;
  color: #fff;
  background-color: #4d90fe;
  font-size: 18px;
  font-weight: 500;
  padding: 6px 12px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

#title {
  color: #fff;
  background-color: #4d90fe;
  font-size: 18px;
  font-weight: 500;
  padding: 6px 12px;
}