html,
body {
  height: 100%;
}
#outerContainer {
  min-height: 100%;
  height: 100%;
  position: relative;
}
#footer,
#push {
  bottom: 0;
  height: 60px;
  width: 100%;
  z-index: 20;
}
#footer .container,
#push .container {
  padding-top: 20px;
}
#footer {
  background-color: #e5e5e5;
}
#viewContainer {
  padding-top: 50px;
}
/* Lastly, apply responsive CSS fixes as necessary */

@media (max-width: 767px) {
  #footer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.form-boxed {
  max-width: 450px;
  padding: 19px 29px 29px;
  margin: 0 auto 0;
  background-color: whitesmoke;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.form-boxed .heading,
.form-boxed .checkbox {
  margin-bottom: 10px;
}
.form-boxed input[type="text"],
.form-boxed input[type="password"] {
  font-size: 16px;
  height: auto;
  margin-bottom: 15px;
  padding: 7px 9px;
}
.form-boxed button {
  margin: 8px 0;
}
.form-boxed .alert {
  margin-bottom: 0;
}
.circle {
  width: 10px;
  height: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.ui-datepicker {
  z-index: 9999 !important;
}
.ui-slider-handle {
  text-align: center;
}
a.menu:after,
.dropdown-toggle:after {
  content: none;
}
ul.nav li.dropdown:hover > ul.dropdown-menu {
  display: block;
}
.dustbtn {
  width: 174px;
  height: 40px;
}
.roadList {
  list-style-type: none;
  margin: 0;
  cursor: pointer;
  font-size: 9pt;
}
.roadList :hover,
.roadList li:nth-child(odd):hover {
  background-color: #eeeeee;
}
.roadList li {
  padding: 4px 0 4px 8px;
}
.roadList li:nth-child(odd) {
  background-color: whitesmoke;
}
.roadList .selected,
.roadList .selected > div:hover {
  background-color: #17a2b8 !important;
}
.roadList .close {
  margin-right: 8px;
}
.drawingBar {
  display: none;
}
.dataFilter {
  top: 40px;
  height: 22px;
  z-index: 1000;
  padding: 4px 8px;
  position: absolute;
  background-color: #faf7f5;
  color: #5077bb;
  vertical-align: top;
  line-height: 22px;
}
.dataFilter a,
.dataFilter input,
.dataFilter span,
.dataFilter img,
.dataFilter div {
  vertical-align: top;
  color: #5077bb;
}
.dataFilter input,
.dataFilter img {
  padding-top: 4px;
}
.viewerFilter {
  right: 470px;
}
.lowerDataFilter {
  top: 95px;
}
.archiveMessage {
  top: 70px;
  background-color: #ffff99;
}
.errorMessage {
  top: 70px;
  background-color: #ffb2b2;
}
.infoBox {
  right: 0px;
  top: 72px;
  height: 24px;
  z-index: 10;
  padding: 4px 8px;
  position: absolute;
  background-color: #faf7f5;
  color: #5077bb;
}
/* css for timepicker */

.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px;
}
.ui-timepicker-div dl {
  text-align: left;
}
.ui-timepicker-div dl dt {
  height: 25px;
  margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
  margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
  font-size: 90%;
}
.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
.ui-timepicker-rtl {
  direction: rtl;
}
.ui-timepicker-rtl dl {
  text-align: right;
}
.ui-timepicker-rtl dl dd {
  margin: 0 65px 10px 10px;
}
#selectedRoad_chzn {
  width: 100% !important;
}
.noDataFilter {
  top: 41px;
}
.brand .logo {
  height: 25px;
  margin-top: -4px;
  margin-bottom: -4px;
}
fieldset h2 {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
  line-height: 20px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  font-weight: bold;
  font-size: 14px;
}
.progress .bar {
  color: black;
}
#outerRoadPanel {
  position: absolute;
  top: 41px;
  bottom: 60px;
  width: 246px;
}
#outerRoadPanel #roadPanel,
#outerRoadPanel #roadGroupPanel {
  overflow-y: auto;
  height: 50%;
}
#outerRoadPanel #roadPanel h2,
#outerRoadPanel #roadGroupPanel h2 {
  font-size: 26px;
  padding-left: 4px;
}
#outerRoadPanel #roadPanel h2 button,
#outerRoadPanel #roadGroupPanel h2 button {
  float: right;
  margin-top: 8px;
  margin-right: 4px;
}
#outerRoadPanel #editGroupPanel {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#outerRoadPanel #editGroupPanel h2 {
  font-size: 20px;
}
#outerRoadPanel #editGroupPanel #panelHeader {
  margin: 0 8px;
}
#outerRoadPanel #editGroupPanel #panelHeader #roadHelp {
  font-size: 10px;
  color: #888888;
}
#outerRoadPanel #editGroupPanel #roadsList {
  flex: 1;
  overflow-y: auto;
  border-top: #cccccc solid 1px;
  border-bottom: #cccccc solid 1px;
}
#outerRoadPanel #editGroupPanel #panelFooter {
  text-align: right;
  margin: 4px 8px;
}
.vehicleStatuses {
  color: #555555;
  font-weight: bold;
}
.vehicleStatuses table {
  width: 100%;
}
.vehicleStatuses thead {
  border-bottom: 1px solid #cccccc;
}
.vehicleStatuses th {
  font-size: 16px;
  color: #aaaaaa;
  font-weight: bold;
  font-variant: small-caps;
  text-align: left;
  padding-right: 8px;
}
.vehicleStatuses th:last-child {
  padding-right: 0;
}
.vehicleStatuses td.MIA {
  color: red;
}
.vehicleStatuses td.Offline {
  color: #fac31f;
}
.vehicleStatuses td.Idle {
  color: #93d051;
}
.vehicleStatuses td.Online {
  color: #207602;
}
#mapAndDataHolder.mobile {
  display: flex;
  flex-direction: row;
}
#mapAndDataHolder.mobile #mapHolder {
  flex: 1;
}
#mapAndDataHolder.mobile #mapHolder #map {
  height: 100%;
}
#mapAndDataHolder.mobile #mapHolder #map .layer-switcher,
#mapAndDataHolder.mobile #mapHolder #map .ol-zoom,
#mapAndDataHolder.mobile #mapHolder #map .ol-rotate,
#mapAndDataHolder.mobile #mapHolder #map .ol-logout,
#mapAndDataHolder.mobile #mapHolder #map .ol-geolocate,
#mapAndDataHolder.mobile #mapHolder #map .ol-fullscreen {
  margin-top: 36px;
}
#mapAndDataHolder {
  display: flex;
  flex-direction: row;
}
#mapAndDataHolder #mapHolder {
  flex: 1;
}
#mapAndDataHolder #mapHolder #map {
  height: 100%;
}
#mapAndDataHolder #mapHolder #map .layer-switcher,
#mapAndDataHolder #mapHolder #map .ol-zoom,
#mapAndDataHolder #mapHolder #map .ol-rotate,
#mapAndDataHolder #mapHolder #map .ol-logout,
#mapAndDataHolder #mapHolder #map .ol-geolocate,
#mapAndDataHolder #mapHolder #map .ol-fullscreen {
  margin-top: 36px;
}
#mapAndDataHolder #mapDataFrame {
  display: flex;
  flex-direction: column;
  background-color: #e5e5e5;
  padding: 10px;
  z-index: 10;
}
#mapAndDataHolder #mapDataFrame div {
  border-bottom: 1px solid #cccccc;
}
#mapAndDataHolder #mapDataFrame #pitScore {
  font-size: 36px;
  height: 30px;
  line-height: 30px;
  color: #555555;
  margin-top: 18px;
}
#mapAndDataHolder #mapDataFrame #pitScore #pitScoreLabel {
  font-size: 16px;
  color: #aaaaaa;
  font-weight: bold;
  font-variant: small-caps;
}
#mapAndDataHolder #mapDataFrame #pitScore #pitScoreUnits {
  font-size: 20px;
  color: #888888;
  font-weight: bold;
  font-variant: small-caps;
}
#mapAndDataHolder #mapDataFrame #legend {
  padding: 10px;
  background-color: transparent;
  text-align: center;
}
#mapAndDataHolder #mapDataFrame #vehicleStatuses {
  overflow-y: auto;
}
#mapAndDataHolder #mapDataFrame #totalPanel {
  color: #555555;
  font-weight: bold;
}
#mapAndDataHolder #mapDataFrame #totalPanel .progress {
  margin: 0;
}
#mapAndDataHolder #mapDataFrame #totalPanel table {
  width: 100%;
}
#mapAndDataHolder #mapDataFrame #totalPanel tfoot {
  border-top: 1px solid #cccccc;
}
#mapAndDataHolder #mapDataFrame #totalPanel tfoot .heading {
  font-size: 14px;
  color: #999999;
  font-weight: bold;
  font-variant: small-caps;
  white-space: nowrap;
  text-align: left;
}
#mapAndDataHolder #mapDataFrame #totalPanel tfoot td {
  text-align: right;
  min-width: 30px;
}
.ol-logout {
  top: 7px;
  left: 3.5em;
  height: 28px;
}
.ol-logout a {
  background-color: rgba(0, 60, 136, 0.7);
  color: white;
  padding: 2px 4px;
  font-size: 14pt;
  margin: 2px;
  top: 4px;
  position: relative;
}
.ol-fullscreen {
  top: 7px;
  left: 0.5em;
  height: 28px;
}
.ol-fullscreen a {
  background-color: rgba(0, 60, 136, 0.7);
  color: white;
  padding: 2px 4px;
  font-size: 14pt;
  margin: 2px;
  top: 4px;
  position: relative;
}
.ol-loading {
  top: 7px;
  left: 0.5em;
  height: 28px;
}
.ol-loading span {
  background-color: rgba(0, 60, 136, 0.7);
  color: white;
  padding: 2px 4px;
  font-size: 14pt;
  font-style: italic;
  margin: 2px;
  top: 4px;
  position: relative;
}
.ol-geolocate.ol-control {
  top: 150px;
  right: .5em;
}
.ol-geolocate.ol-control button {
  width: 38px;
  height: 38px;
}
.ol-geolocate.ol-control button img {
  width: 1.2em;
}
.ol-zoom.ol-control button,
.ol-rotate.ol-control button {
  height: 22px;
  width: 22px;
}
