/*********************************************************************************

GLOBAL VARIABLES

**********************************************************************************/
/*********************************************************************************

GLOBAL

**********************************************************************************/
html, body {
  position: fixed;
  overflow: hidden; }

.clearfix {
  clear: both; }

/*********************************************************************************

BOOTSTRAP OVERRIDES

**********************************************************************************/
.btn {
  width: 60px;
  height: 30px;
  padding: 5px;
  text-align: center;
  font-weight: bold; }
  .btn.download-button {
    width: 80px;
    margin-left: 330px;
    margin-top: -70px; }
  .btn a {
    color: white;
    text-decoration: none; }
    .btn a:hover {
      color: white;
      text-decoration: none; }

.navbar-inverse {
  background-color: #36516a;
  border-color: #36516a; }

.navbar-nav > li > a {
  color: white !important; }

.navbar-inverse:hover {
  background-color: #36516a !important;
  border-color: #36516a !important; }

.navbar-inverse:active {
  background-color: #36516a !important;
  border-color: #36516a !important; }

.navbar-inverse .navbar-toggle {
  border-color: #FFFFFF; }

.dropdown-toggle {
  color: #FFFFFF !important; }

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #36516a !important; }

.add-on .input-group-btn > .btn {
  border-left-width: 0;
  left: -2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  height: 34px; }

.add-on .form-control:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  border-color: #cccccc; }

.navbar-form {
  border-top: none !important;
  border-bottom: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.panel-heading {
  background-color: #52697f !important;
  color: white !important;
  text-shadow: 1px 1px 1px #969696;
  font-size: 1.2em !important; }

.panel-heading a:-webkit-any-link {
  text-decoration: none !important; }

.panel-title {
  font-size: 1.2em !important; }

.modal-header {
  background-color: #36516a !important;
  color: white;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.modal-footer {
  /*background-color: $footer-background-color !important;*/ }

/*********************************************************************************

FRAME

**********************************************************************************/
header {
  background-color: lightgray; }

.logo {
  display: block;
  float: left;
  padding: 13px 15px 5px 0px;
  font-size: 1.4em;
  color: white;
  font-family: 'Segoe UI',Tahoma,Geneva,Verdana,sans-serif,Helvetica;
  text-shadow: 1px 1px 1px #969696; }

.doh-logo {
  display: block;
  float: left;
  padding: 1px 20px 5px 15px;
  font-size: 2em;
  color: white; }
  .doh-logo img {
    height: 40px; }

.app-toolbar {
  float: right; }
  .app-toolbar .btn {
    width: 90px;
    border-radius: 0px;
    margin-left: 0px; }
  .app-toolbar .btn-group .btn {
    width: 100px; }
  .app-toolbar .btn-saved-query {
    width: 105px; }

.menu {
  float: left; }

/*********************************************************************************

ESRI

**********************************************************************************/
.esri-popup__header {
  color: white !important;
  background-color: #52697f !important; }

.esri-popup__footer {
  display: none !important; }

.esri-popup__icon, .esri-popup__icon:hover {
  color: white !important;
  /*color: #bfbfbf;*/ }

.esri-popup-renderer__text.esri-popup-renderer__content-element {
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

.esri-popup__header-title {
  padding: 5px 5px 0px 14px !important; }

.esri-popup__button {
  padding: 5px 5px 0px 14px !important; }

.esri-ui-inner-container, .esri-ui-corner-container {
  margin-left: 16px; }

/*********************************************************************************

MAP

**********************************************************************************/
.section.top-section {
  top: 50px;
  height: calc(100vh - 50px);
  width: calc(100vw);
  position: absolute; }

/*********************************************************************************

Bottom Navigation / Menu

**********************************************************************************/
.tray {
  position: absolute;
  bottom: 68px;
  text-align: center;
  z-index: 1;
  width: 100%; }

.tray-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  z-index: 95;
  background: #52697f;
  width: 300px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  box-shadow: 0 0 3px black;
  overflow-y: scroll;
  /*overflow-x:scroll;*/
  height: 200px; }

@media (max-width: 768px), (max-height: 300px) {
  .tray-item {
    min-height: 89px; } }

@media (min-width: 768px) and (min-height: 300px) {
  .tray-item {
    min-height: 94px; } }

.tray-title-container {
  min-width: 80px;
  display: table; }

.tray-title-sub-container {
  height: 40px;
  display: table-cell;
  vertical-align: middle; }

.tray-item, .tray-item:focus, .tray-item:visited {
  background: #52697f;
  color: #bfbfbf;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 33%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  z-index: 95; }

.btn.tray-item:hover, .btn.tray-item:focus, .btn.tray-item:visited {
  color: #FFF !important; }

.tray-item.selected, .tray-item.selected:focus, .tray-item.selected:visited {
  color: #FFF !important; }

.badge-notification {
  background-color: #dd3030;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
  z-index: 210; }

.group i + span.badge {
  position: relative;
  right: 15px; }

.group {
  min-width: 50px; }

.tray-badge-notification {
  background-color: #0eb52d;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
  z-index: 210; }

@media (max-width: 768px) {
  .group i + span.badge {
    top: -18px; }
  .group i + span.tray-badge {
    top: -2px; } }

@media (min-width: 768px) {
  .group i + span.badge {
    top: -24px; }
  .group i + span.tray-badge {
    top: -5px; } }

@media (max-width: 350px) {
  .group {
    margin-left: 8px; } }

@media (min-width: 350px) {
  .group {
    margin-left: 15px; } }

@media (min-width: 400px) {
  .group {
    margin-left: 20px; } }

@media (min-width: 470px) {
  .group {
    margin-left: 22px; } }

.dock {
  position: absolute;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;
  z-index: 100; }

@media (max-width: 768px), (max-height: 300px) {
  .dock-item {
    min-height: 70px;
    min-width: 60px;
    width: 20%; }
  .dock-icon {
    font-size: 1.5em !important;
    /*font-size: 2.5em !important;*/ }
  .btn-group {
    min-width: 250px; }
  .tray-grouping {
    margin-left: 25px; } }

@media (min-width: 768px) and (min-height: 300px) {
  .dock-item {
    min-height: 70px;
    min-width: 80px;
    width: 20%; }
  .dock-icon {
    font-size: 1.5em !important;
    /*font-size: 3em !important;*/ }
  .btn-group {
    max-width: 450px; }
  .tray-grouping {
    margin-left: 22px; } }

.dock-item.selected {
  color: #FFF !important;
  background: #36516a !important; }

.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  background: #36516a; }

.btn.dock-item:hover {
  color: #FFF !important; }

.btn.dock-item {
  background: #36516a;
  border: 1px solid #36516a;
  color: #bfbfbf;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dock-item.disabled {
  color: #181819 !important; }

.btn span {
  white-space: normal !important; }

tray-small {
  font-size: .8em !important; }

tray-icon-small {
  font-size: .8em !important; }

/*********************************************************************************

ANIMATIONS

**********************************************************************************/
.slide-up {
  transition: 0.5s ease all;
  position: relative; }

.slide-up.ng-enter {
  opacity: 0;
  bottom: -100px; }

.slide-up.ng-enter.ng-enter-active {
  opacity: 1;
  bottom: 0px; }

.slide-up.ng-leave {
  opacity: 1;
  bottom: 0px; }

.slide-up.ng-leave.ng-leave-active {
  opacity: 0;
  bottom: -100px; }

/*********************************************************************************

NOTES

**********************************************************************************/
.notes-overlay {
  position: absolute;
  top: 20px;
  bottom: 100px;
  left: 20px;
  right: 20px;
  z-index: 50;
  background-color: transparent;
  overflow: auto; }

.note-text {
  /*overflow: auto;
    max-height: 300px;*/ }

/*********************************************************************************

Legend

**********************************************************************************/
.legend-overlay {
  position: absolute;
  left: 32px;
  top: 15px;
  /*border-radius: 8px;*/
  background-color: white;
  padding: 4px 8px; }

.legend-container {
  padding-top: 1px;
  padding-bottom: 1px; }

.legend-item {
  height: 20px;
  width: 20px;
  color: black;
  vertical-align: middle;
  border: 1px solid black;
  float: left;
  margin-right: 4px; }

.legend-horizontal-offset {
  margin-left: 40px; }

.legend-vertical-offset {
  margin-top: 42px; }

.feature-item-text {
  display: inline-block;
  padding-top: 1px;
  padding-left: 3px; }

.feature-item-image {
  float: left;
  padding-right: 2px; }

.rotate-90 {
  /* Safari */
  -webkit-transform: rotate(90deg);
  /* Firefox */
  -moz-transform: rotate(90deg);
  /* IE */
  -ms-transform: rotate(90deg);
  /* Opera */
  -o-transform: rotate(90deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }

/*********************************************************************************

map search

**********************************************************************************/
.map-search-open {
  position: absolute;
  left: 0px;
  top: 15px;
  height: 32px;
  width: 30px;
  background-color: white;
  padding: 8px; }
  .map-search-open:hover {
    background-color: #f2f2f2; }

.map-search-close {
  position: absolute;
  margin-left: 272px;
  top: 15px;
  height: 32px;
  width: 30px;
  background-color: white;
  padding: 8px; }
  .map-search-close:hover {
    background-color: #f2f2f2; }

/*********************************************************************************

Browser Support

**********************************************************************************/
.browser-not-supported {
  /*position: absolute;*/
  padding: 70px 10px 10px 10px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  background-color: white;
  overflow-y: auto;
  display: inline-block; }

.browser-container {
  width: 120px;
  float: left;
  padding: 5px;
  text-align: center;
  height: 150px; }

/*********************************************************************************

Application Introduction

**********************************************************************************/
.application-intro-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(106, 147, 181, 0.1);
  z-index: 1001; }

@media (max-width: 550px) {
  .application-intro {
    width: 90% !important; } }

@media (min-width: 550px) {
  .application-intro {
    width: 550px; } }

.application-intro {
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 10px auto;
  border-radius: 10px;
  background-color: rgba(44, 66, 84, 0.93);
  box-shadow: 2px 3px 13px 2px rgba(55, 56, 58, 0.96);
  -moz-box-shadow: 2px 3px 13px 2px rgba(55, 56, 58, 0.96);
  -webkit-box-shadow: 2px 3px 13px 2px rgba(55, 56, 58, 0.96);
  padding-bottom: 40px; }

.application-intro-contents {
  padding: 0 4px 4px 4px;
  color: white;
  height: 90%; }

.application-intro-contents h3 {
  padding-top: 4px; }

.application-intro-close-button {
  margin-right: 20px;
  z-index: 1005; }

.blue-button {
  display: inline-block;
  -moz-border-radius: .25em;
  border-radius: .25em;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0.2);
  background-color: #276195;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#3c88cc), to(#276195));
  background-image: -moz-linear-gradient(#3c88cc, #276195);
  background-image: -ms-linear-gradient(#3c88cc, #276195);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3c88cc), color-stop(100%, #276195));
  background-image: -webkit-linear-gradient(#3c88cc, #276195);
  background-image: -o-linear-gradient(#3c88cc, #276195);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c88cc',endColorstr='#276195',GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c88cc', endColorstr='#276195', GradientType=0)";
  background-image: linear-gradient(#3c88cc, #276195);
  border: 0;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  padding: 0 20px;
  height: 35px;
  line-height: 35px;
  min-width: 100px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
  font-family: Arial, Tahoma, sans-serif;
  -webkit-transition: all linear .2s;
  -moz-transition: all linear .2s;
  -o-transition: all linear .2s;
  -ms-transition: all linear .2s;
  transition: all linear .2s; }

.blue-button:hover, .blue-button:focus {
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0.3), inset 0 12px 20px 2px #3089d8;
  -moz-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0.3), inset 0 12px 20px 2px #3089d8;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0.3), inset 0 12px 20px 2px #3089d8; }

.blue-button:active {
  -webkit-box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.2), inset 0 12px 20px 6px rgba(0, 0, 0, 0.2), inset 0 0 2px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.2), inset 0 12px 20px 6px rgba(0, 0, 0, 0.2), inset 0 0 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.2), inset 0 12px 20px 6px rgba(0, 0, 0, 0.2), inset 0 0 2px 2px rgba(0, 0, 0, 0.3); }

.intro-bottom-buttons {
  text-align: center;
  padding-right: 20px; }

.intro-body {
  font-size: 1.3em;
  text-align: left;
  padding: 0 30px; }

.application-intro-header {
  font-weight: bold; }

.application-intro-indent {
  padding-left: 65px; }

.center-contents {
  text-align: center; }
