@font-face {
  font-family: "Gravity";
  src: url("https://storage.googleapis.com/web-static-content/admin/dev/static/fonts/gravity-light-webfont.ttf")
}

html {
  font-size: 100%;
}

body {
  font-family: 'Gravity', sans-serif;
}

#alerts {
  z-index: 9999;
  position: absolute;
  top: 50;
  left: 50%;
  margin-left: -150px;
  width: 300px;
}

.content {
  display:flex;
  height:100%;
  flex-direction:column;
}

.alert-icon {
  font-size: 16px;
  padding-right: .75rem;
}

.header-bar {
    top : 0;
    background-color:#4c4c4c;
    box-sizing:border-box;
    height:40px;
    min-width:auto;
    display: table;
    width:100%;
}

.header-container {
  height:100%;
  margin: 0 15 0 15;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}

.header-section-left {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    padding-left: 25px;
}

.header-section-right {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  padding-right: 30px;
}

.header-section-left a {
  font-size: 20;
  color: #fff;
  text-decoration: none;
  padding-left: 20px;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y:center;
  font-weight: bold;
}

.header-section-right a {
  font-size: 18px;
  padding: 0px 10px;
  display: inline-block;
  word-wrap: normal;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.header-button {
  background-color: #2196f3;
  border: none;
  color: white;
  padding: 6px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
}

#map {
  flex: 1;
}

.footer-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  width:100%;
  background-color:#4c4c4c;
  height:30px;
  min-width:auto;
}

.footer-section {
  color: #fff;
  font-size: 15px;
}

.footer-section span, .footer-section a {
  font-size: 13px;
  padding: 0px 2px;
  display: inline-block;
  word-wrap: normal;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}

.marker-station{
  background: #FFBC6B;
}

.marker {
  border-radius: 50%;
  border-width: 1px;
  border-color: black;
  border-style: solid;
}

.marker-open{
  background: #23d817;
}

.marker-closed{
  background: #d81717;
}

.marker-cluster {
  background-color: #74b8e5;
  border-radius: 50%;
  border-width: 1px;
  border-color: black;
  border-style: solid;
}

.cluster-count {
  margin-left: 2 !important;
  margin-top: 2 !important;
}

.easy-button-button .button-state {
  display: initial !important;
}

.easy-button-button, .leaflet-control-zoom-in, .leaflet-control-zoom-out {
  width: 26 !important;
  height: 26 !important;
  line-height: 26px !important;
}
.leaflet-control-zoom-in, .leaflet-control-zoom-out {
  font-size: 22px !important;
}

#location-state-wrapper {
  min-width: 100px;
}

.floating-panel {
  position: absolute;
  top: 50px;
  right: 10px;
  width: 250px;
  z-index: 999;
  font-family: 'Gravity','sans-serif';
  line-height: 30px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-color: #bbb;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.floating-panel-header {
  color: #ffffff !important;
  background-color: #337ab7 !important;
  border-color: #bbbbbb !important;
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.floating-panel-header-title {
  font-weight: bold !important;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}

.floating-panel-body {
  padding: 10px;
}

.floating-panel-body > p {
  margin: 0;
}

.login-content, .register-content, .reset-content{
  margin-top: 150px;
}

@media (max-width: 767px){
  .login-content {
      margin-top: 10px;
  }
}
/*
@media screen and (max-width:400px){
  .floating-panel{
    width:50%;
  }
}
@media screen and (min-width:401px) and (max-width:600px){
  .floating-panel{
    width:25%;
  }
}
*/
.panel {
  border-color: #bbb;
}

.panel-heading {
  color: #ffffff !important;
  background-color: #337ab7 !important;
  border-color: #bbbbbb !important;
}

.panel-title {
  font-weight: bold !important;
}

.location-info-window {
  display: flex;
  flex-direction: column;
}
.location-info-window-item {
  font-family: 'Gravity';
  height: 20px;
}

.location-info-window-item u {
  text-decoration-color: #9E9E9E;
}

.info-title {
  font-size: 15px;
  font-weight: bold;
  flex: 1;
}

.info-body {
  font-size: 14px;
  flex: 1;
}

.error-background {
  background: url('../img/map.png') fixed;
  background-size: cover;
  height: 100%;
}

.error-content {
  width: 650px;
    height: 500px;
    border-radius: 5px;
    background-color: #f9f9f9c4;
    position: fixed;
    top: 60px;
    left: 32%;
    box-shadow: 0 1px 0 rgba(12,13,14,0.1), 0 1px 6px rgba(59,64,69,0.1);
}

.col-lg-3 {
    width: 20% !important;
}

.logo {
    font-family:"Gravity Light",sans-serif !important;
    font-size: 25px !important;
    text-align: start !important;
}

.bg-wrap {
    background: url('../img/flood_bg.png') fixed;
    background-size: cover;
    height: 100%;
}

.user-panel .info {
    line-height: .6 !important;
}

.content-wrapper {
    overflow: auto;
}

.search-form {
    margin-top: 8px;
}

.nav > li {
        border-top-color: green;
}

.nav .open > a {
    border-bottom-color: transparent !important;
}

.nav-tabs .dropdown-menu {
    border-color: #7a7a7a;
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important;
}

.pagination {
    float: right;
}

.pagination > ul {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > ul > li {
    display: inline;
}

.pagination > ul > li > a,
.pagination > ul > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > ul > li:first-child > a,
.pagination > ul > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > ul > li:last-child > a,
.pagination > ul > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > ul > li > a:hover,
.pagination > ul > li > span:hover,
.pagination > ul > li > a:focus,
.pagination > ul > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > ul > .active > a,
.pagination > ul > .active > span,
.pagination > ul > .active > a:hover,
.pagination > ul > .active > span:hover,
.pagination > ul > .active > a:focus,
.pagination > ul > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > ul > .disabled > span,
.pagination > ul > .disabled > span:hover,
.pagination > ul > .disabled > span:focus,
.pagination > ul > .disabled > a,
.pagination > ul > .disabled > a:hover,
.pagination > ul > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.control-label
{
    text-align: inherit !important;
}

.admin-form {
    width: 50%;
    padding-left: 15px;
}

fieldset {
    padding-top: 10px !important;
    padding-left: 15px !important;
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    margin-bottom: 20px !important;
    width: 75%;
    box-shadow: 0 0 1px rgba(91,91,91,1);
}

.controls {
    width: 98%;
}

.select2-container, .controls input[type=text],input[type=email] {
    width: 350px !important;
}

.btn-new-key {
    margin-bottom: 10px !important;
    margin-left: 122px;
}

.field-separator {
    width: 90%;
    margin-top: 25px;
}

label {
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
}

.form-ctl {
    border-color: #d2d6de;
    display: block;
    width: 100%;
    height: auto;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

input[type=checkbox].form-ctl {
  height: 15px;
  width: 15px;
  box-shadow: none;
}

.select2-container.form-ctl {
    background: 0 0;
    box-shadow: none;
    border: none;
    display: block;
    margin: 0;
    padding: 0;
}

.submit-row {
  margin-left: 0px !important;
}

.icon-button {
  /*margin-left:5;*/
  cursor: pointer;
}

#location-bookmark-button {
  /**/
}

.leaflet-popup-content {
  min-width: 315px;
}