html,
body {
  height: 100%;
}

body {
  background-color: #e9ebee;
  font-family: 'Lato';
}

.fa-btn {
  margin-right: 6px;
}

a,
.pointer {
  cursor: pointer;
}

.panel-default > .panel-heading {
  color: #fff;
  background-color: #ea0649;
  border-color: #ddd;
}

.btn-primary {
  color: #fff;
  background-color: #003548;
  border-color: #003548;
}

.btn-danger {
  color: #fff;
  background-color: #ea0649;
  border-color: #ea0649;
}

.btn-danger:hover {
  color: white;
  background-color: #bb063c;
  border-color: #bb063c;
}

.margin-bottom-5 {
  margin-bottom: 5px;
}

.navbar-default {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: white;
  background-color: #003548;
  border-color: #003548;
  border-radius: 0;
  z-index: 1001;
}

.navbar-main {
  height: 100%;
}

.navbar-brand img {
  height: 35px;
  width: 35px;
  margin-top: -8px;
}

.navbar-nav {
  line-height: normal;
  margin-left: 6px;
}

.navbar-toggle {
  margin-top: 6px;
  line-height: normal;
}

.menu-toggle {
  display: block;
  float: left;
  width: 36px;
  height: 36px;
  padding: 10px;
  margin-top: 6px;
  margin-left: 6px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: transparent;
  text-align: center;
  cursor: pointer;
}

.menu-toggle .glyphicon {
  display: block;
}

.clearfix {
  clear: both;
}

.google_map {
  width: 100%;
  min-height: 600px;
}

.red {
  color: red;
}

.light-green {
  color: #dff0d8;
}

.green {
  color: green;
}

.add-new-section-button {
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
}

.CRITICAL {
  color: #c40f0f;
}

.HIGH {
  color: #ef731a;
}

.MEDIUM {
  color: #d8a71e;
}

.LOW {
  color: #339117;
}

.SAFE {
  color: #135b8e;
}

.required {
  color: red;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tag-spinner {
  font-size: 20px;
  margin-left: -30px;
}

.width-100 {
  width: 100% !important;
}

