@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i');

html {
  box-sizing: border-box;
  -moz-box-sizing:border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

body {
  background-color: white;
  color: black;
  font-family: 'Roboto', sans-serif;
  font-size: 16pt;
}

#pageDiv {
  height: 100%;
  width: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

#loaderDiv {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 32px;
  height: 32px;
  padding: 0px;
  z-index: 999;
  background-image: url("ajax-loader.gif");
  background-position: center;
  background-repeat: no-repeat;
}

#splashDiv {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: auto;
  height: auto;
  padding: 10px;
  z-index: 999;
  background-color: #cde;
  border: 1px solid black;
}

#appDiv {
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  visibility: hidden;
}

#topPane {
  background-color: #406080;
  border-bottom: 1px solid #203040;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  height: 44px;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 999;
}
#logoDiv {
  margin: 1px 0 0 5px;
  margin-top: 1px;
  float: left;
  vertical-align: middle;
}
#titleDiv {
  width: auto;
  float: left;
  overflow: hidden;
  margin: 0 0 0 5px;
  padding: 0;
}
#titleText {
  color: white;
  font-size: 12pt;
  margin: 2px 0 0 0;
  padding: 0;
}
#subtitleText {
  color: white;
  font-size: 10pt;
  margin: 0;
  padding: 0;
}

.esriSimpleSlider div {
  font-weight: bold;
}

#mapSearchDiv {
  position: absolute;
  top: 20px;
  left: 74px;
  z-index: 99;
}

#mapHomeDiv {
  position: absolute;
  top: 95px;
  left: 20px;
  z-index: 99;
}
.HomeButton .home {
  background-color: #fff;
  background-image: url("../img/home.png");
  border: 1px solid #57585A;
}
.HomeButton .home:hover {
  background-color: #eee;
}

#mapPopupDiv {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 99;
}

#mapPane, #mapDiv {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

