@import 'sprites.css';
@import '../../../esri/themes/light/main.css';
@import 'calcite-maps-bootstrap.min-v0.3.css';
@import 'calcite-maps-arcgis-4.x.min-v0.3.css';
/*custom calcite background color*/
.calcite-bgcolor-dark-gray {
  background-color: #1f1f1f !important;
}
/*override default calcite themed dropdown toggle color and height*/
.calcite-dropdown-toggle span {
  height: 3px;
  background-color: #fff f !important;
}
/*'dark' style for hamburger button in certain scenarios*/
.calcite-dropdown-toggle-dark span {
  height: 3px;
  background-color: #000 !important;
}
/*list group items*/
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  z-index: 2;
  background-color: rgba(255,255,255,0.15);
  border-color: rgba(255,255,255,0.15);
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.app-loading-indicator {
  position: relative;
  top: 0;
  left: 6px;
  color: #fff;
  font-size: 12px;
  animation-name: rotate !important;
  animation-duration: 2s !important;
  animation-iteration-count: infinite !important;
  animation-timing-function: linear !important;
}
.btn {
  line-height: 2.5;
  text-align: left;
  padding-left: 6px;
}
.btn-primary,
.btn-primary:focus {
  color: #2e2e2e;
  background-color: #ddd;
  border-color: #2e2e2e;
  font-weight: bold;
}
.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open>.btn-primary.dropdown-toggle {
  color: #2e2e2e;
  background-color: #ddd;
  border-color: #2e2e2e;
  font-weight: bold;
}
.calcite-panels .panel-body button,
.calcite-panels .panel-body input,
.calcite-panels .panel-body select,
.calcite-panels .panel-body textarea {
  font-size: 15px;
}
ol,
ul {
  margin: 10px;
}
table {
  width: 100%;
}
td {
  border: 1px solid #000;
  border-collapse: collapse;
  white-space: nowrap;
}
.esri-widget table tr th {
  border: 1px solid #000 !important;
  background-color: #d3d3d3;
}
.esri-widget table tr:nth-child(odd) {
  background-color: #fff !important;
}
.esri-widget table tr:nth-child(even) {
  background-color: #d3d3d3 !important;
}
.esri-legend__layer-caption {
  display: none !important;
}
#compassDiv {
  position: absolute;
  top: 212px;
  left: 15px;
  height: 30px;
  width: 30px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.3);
  display: none;
}
.esri-compass__icon {
  line-height: 30px;
}
.offsite-full-view {
  position: absolute;
  top: 181px;
  left: 23px;
  font-size: 15px;
  z-index: 1;
  color: #6e6e6e;
  visibility: hidden;
}
#esri-globe {
  position: absolute;
  top: 174px;
  left: 15px;
  height: 30px;
  width: 30px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.3);
  display: none;
}
.esri-view-width-xlarge .esri-popup__main-container {
  width: 475px;
}
@-moz-keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
