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

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

.header-bar {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  background-color:#f9f9f9;
  box-sizing:border-box;
  border-top:3px solid #2196f3;
  height:55px;
  min-width:auto;
  box-shadow:0 1px 0 rgba(12,13,14,0.1), 0 1px 6px rgba(59,64,69,0.1)
}

.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-logo img {
  max-height: 25px;
}

.header-logo p {
  font-size: 15;
  color: #5d5d5d;
  margin:0 0 0 18;
}

.header-buttons button {
  margin-left: 15;
}

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

.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);
}

.footer-bar {
  position:fixed;
  bottom:0;
  left:0;
  width:100%;
  background-color:#f9f9f9;
  box-sizing:border-box;
  border-top:3px solid #2196f3;
  height:50px;
  min-width:auto;
  box-shadow:0 1px 0 rgba(12,13,14,0.1), 0 1px 6px rgba(59,64,69,0.1)
}

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

.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;
}

.fa-user-circle {
  color: white;
  font-size: 2.5em;
}

.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;
}
