[v-cloak] {
  display: none;
}

.page-login {
  width: 100%;
  height: 100%;
  vertical-align: center;
}

.navbar-inverse {
  background-color: #221e20 !important;
}

.navbar-inverse .icon-bar {
  background-color: #fff !important;
}

#overlay {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  float: left;
  vertical-align: middle;
  text-align: center;
  display: none;
  padding-top: 25%;
  background: rgba(0, 0, 0, 0.5);
  color: #ddd;
}

#overlay i {
  margin: auto;
  padding: auto;
  vertical-align: middle;
  text-align: center;
}

.spin-big {
  font-size: 40px;
  color: #ddd;
  height: 40px;
  width: 40px;
}

label:not(.MuiFormControlLabel-root) {
  margin-top: 5px;
  margin-bottom: 0px;
  font-weight: bold;
}

h3 {
  margin-top: 0px !important;
}

.no-margin-top {
  margin-top: 0px !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-margin-sides {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.no-margin {
  margin-top: 0px !important;
  margin-bottom: 0 !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-10-all-around {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.no-padding-sides {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.no-padding-top-bottom {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.no-padding {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.padding-10-all-around {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.padding-top-15 {
  padding-top: 15px !important;
}

.bg-light {
  background-color: #dddddd !important;
}

.panel-default > .panel-heading {
  background-color: #eeeeee;
  padding: 3px !important;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #555;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #555;
}

.navbar-inverse .navbar-nav > li > a {
  color: #aaa;
}

.nav-tabs > li > a {
  color: #555555;
  background-color: #cccccc;
  border: 2px solid #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  font-weight: bold;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.googlemaps_label {
  width: 50px;
  height: 20px;
  border: 1px solid #eb3a44;
  border-radius: 5px;
  background: #fee1d7;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  font-size: 14px;
  color: #eb3a44;
}

.layer-btn {
  height: 100%;
  width: 100%;
  padding: 10px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  margin-bottom: 15px;
}

.layer-btn:focus {
  outline: none;
}

.btn-fluid {
  width: 100%;
}

.datepicker .datepicker-days .day.disabled {
  color: #ccc !important;
}

.datepicker {
  z-index: 9999 !important;
}

.layer-btn.active {
  background: #e0e0e0;
  box-shadow: inset 2px 2px 6px 0px rgba(0, 0, 0, 0.5);
}

.modal-lg {
  width: 95%;
  height: 95%;
}

@media only screen and (min-width: 768px) {
  .col-fixed-200 {
    width: 200px;
    background: #f0f0f0;
    position: absolute;
    height: 100%;
    z-index: 1;
  }

  .col-offset-200 {
    padding-left: 205px;
    padding-right: 0px;
    z-index: 0;
  }
}

@media only screen and (max-width: 767px) {
  .col-fixed-200 {
    padding-top: 10px;
    width: 100%;
    background: #f0f0f0;
    z-index: 1;
  }

  .col-offset-200 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
    z-index: 0;
  }
}

.col-offset-200::before,
.col-offset-200::after {
  content: " ";
  display: table;
}

.col-offset-200::after {
  clear: both;
}

.tool-module {
  height: 600px;
}

.navbar-shadow {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.navbar {
  box-shadow: 0 8px 6px -6px #999;
  /* the rest of your styling */
}

.highlight {
  box-shadow: inset 2px 2px 6px 0px rgba(0, 0, 0, 0.5);
}

.btn-menu {
  width: 100%;
}

.ban-style {
  color: #dd0000;
  font-size: 15px;
  vertical-align: -1px;
}

.trash-style {
  background-color: #dd0000;
  color: #fff;
}

.trash-style:hover {
  background-color: #aa0000;
  color: #fff;
}

.fa-default-style {
  font-size: 15px;
  vertical-align: -1px;
}

.fa-header-style {
  font-size: 15px;
  vertical-align: 2px;
}

.fa-title-style {
  font-size: 16px;
  color: gray;
  padding-left: 5px;
  padding-right: 5px;
}

.fa-large-button {
  font-size: 18px;
  vertical-align: -1px;
}

.online-green {
  color: #00bb00;
}

.offline-red {
  color: #dd0000;
}

.textcolor-warning {
  color: red;
}

/**
.input-group {
    border: 2px;
    background-color: #fafafa;
    padding-left: 5px;
}

.form-control {

}*/

.graph-container {
  height: 300px;
  position: relative;
}

#alarms-filter {
  flex: 1 1 auto;
  display: flex;
  flex-flow: column;
  padding: 1em;
}

#dashboard,
#section-dashboard,
#export-dashboard {
  flex: 1 1 auto;
  display: flex;
  flex-flow: column;
  padding: 1em;
}

:target {
  background: #fcdb32;
}

.containerBreadcrumb {
  margin-left: 15px;
}

.titlePresentaionText {
  font-size: 1.2em;
}

.chartContainer {
  width: 100%;
  padding: 20px;
}

