body {
  padding-top: 70px;
}
.select2-container .select2-choice {
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}
.ui-select-highlight {
  font-weight: inherit;
  text-decoration: underline;
}
.ruler > div {
  float: left;
  border: 1px dashed #ccc;
  border-left-width: 0px;
  border-top-width: 0px;
  box-sizing: border-box;
  text-align: center;
  border-bottom-width: 1px;
  color: #888;
  margin-top: -20px;
  margin-bottom: 20px;
}
.ruler > div:first-child {
  border-left-width: 1px;
}
.ruler.ruler-time > div {
  width: 4.16667%;
}
.panel.panel-home .panel-heading {
  color: #fff;
}
.panel.panel-home .panel-heading h4 {
  opacity: 0.7;
}
.panel.panel-home .panel-heading > div {
  min-height: 100px;
  margin: -10px -15px;
  padding: 10px 15px;
}
.panel.panel-home.panel-success .panel-heading {
  background-image: -webkit-linear-gradient(top, #5cb85c 0, #419641 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0, #419641 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
  background-image: linear-gradient(to bottom, #5cb85c 0, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.panel.panel-home.panel-success .panel-heading > div {
  background: url('../images/icon_driver-opacity.png') no-repeat left bottom;
}
.panel.panel-home.panel-info .panel-heading {
  background-image: -webkit-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
  background-image: linear-gradient(to bottom, #5bc0de 0, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.panel.panel-home.panel-info .panel-heading > div {
  background: url('../images/icon_car-opacity.png') no-repeat left bottom;
}
.panel.panel-home.panel-warning .panel-heading {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
  background-image: linear-gradient(to bottom, #f0ad4e 0, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.panel.panel-home.panel-warning .panel-heading > div {
  background: url('../images/icon_today-opacity.png') no-repeat left bottom;
}
.panel.panel-home.panel-danger .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9534f 0, #c12e2a 100%);
  background-image: -o-linear-gradient(top, #d9534f 0, #c12e2a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
  background-image: linear-gradient(to bottom, #d9534f 0, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.panel.panel-home.panel-danger .panel-heading > div {
  background: url('../images/icon_alarm-opacity.png') no-repeat left bottom;
}
@media (max-width: 991px) {
  .ruler.ruler-time > div {
    display: none;
  }
  .ruler.ruler-time > div:nth-child(4n+1) {
    display: block;
    width: 16.66667%;
  }
}
.legend .legendLabel {
  max-width: 200px;
  line-height: 12px;
  padding: 3px 5px;
}
.flot-pie-hidelabel .pieLabel {
  display: none;
}
.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 50px;
}
.navbar-brand img {
  height: 30px;
  display: inline-block;
  margin-right: 10px;
}
