/* ie10+ */
@media (min-width: 768px) {
  .app-align-center {
    display: flex;
    align-items: center;
  }
}

/* general inverse overrides */
.block-inverse .text-muted {
  color: rgba(255, 255, 255, .7) !important;
}
.block-inverse .block-bg-img {
  background-color: transparent;
}

.block-inverse {
    background-color: #242426;
}

.map-height { 
    min-height: calc(100vh - 50px);
}

.map-height-demo { 
    min-height: 50vh;
    height: 50vh;
}

.map-button {
  z-index: 1000;
  position: absolute;
  bottom: 0px;
  left: 0px;
  margin-left: 10px;
  margin-bottom: 10px;
  pointer-events: auto;
  color: #2595FF
}

#map { 
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;

  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  border-radius: 5px;
}

.sidebar {
  /* background-color: #00ff00; */
  padding-top: 5px;
  padding-bottom: 5px;
}

.dropdown-resize {
  height: 1rem;
}

.input-group .awesomplete .form-control {
    border-radius: 0px;
}
/* reinstitute .border-radius squaring within form groups */
.input-group .awesomplete:first-child .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group .awesomplete:not(:first-child) .form-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group .awesomplete:not(:first-child):not(:last-child) .form-control {
    border-radius: 0;
}

.info {
  padding: 6px 8px;
  max-width: 300px;
  font: 14px/16px Arial, Helvetica, sans-serif;
  background: white;
  background: rgba(255,255,255,0.8);
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  border-radius: 5px;
}
.info h4 {
  margin: 0 0 5px;
  color: #777;
}

.ctrl {
  padding: 6px 8px;
  font: 14px/16px Arial, Helvetica, sans-serif;
  background: white;
  background: rgba(255,255,255,0.8);
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  border-radius: 5px;
}
.ctrl h4 {
  margin: 0 0 5px;
  color: #777;
}
.legend {
    line-height: 18px;
    color: #555;
}
.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}

#chart .c3-bar {
  stroke: rgb(0,0,0);
  stroke-width: 1px;
}