﻿#dtco-attention.well-attention {
  height: 280px;
  left: 50%;
  margin-left: -350px;
  margin-top: -150px;
  position: absolute;
  top: 50%;
  width: 700px;
}
.timeline {
  height: 100%;
  position: relative;
  z-index: 0;
}
.timeline .timeline-hos-drivers {
  font-size: 12px;
}
.timeline .navigation-button {
  display: block;
  position: absolute;
  width: 34px;
  height: 47px;
  top: 0px;
  overflow: hidden;
  text-indent: -9999px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.8;
  background-repeat: no-repeat;
  z-index: 6;
}
.timeline .navigation-button:hover {
  opacity: 1;
}
.timeline .navigation-button.forward {
  right: 0;
  background-image: url('../img/timeline-arrow-right.png');
}
.timeline .navigation-button.back {
  left: 0;
  background-image: url('../img/timeline-arrow-left.png');
}
.timeline .timeline-content .canvas-container {
  position: relative;
}
.timeline .timeline-content .canvas-container .timeline-canvas {
  display: block;
  width: 100%;
}
.timeline .timeline-content .canvas-container .canvas-icon-container {
  cursor: pointer;
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  margin-top: -4px;
  white-space: nowrap;
  text-align: center;
}
.timeline .timeline-content .canvas-container .canvas-icon-container .counter {
  display: inline-block;
  margin-right: 4px;
  font-size: 10px;
  font-weight: bold;
  line-height: 14px;
  width: 14px;
  background-color: #b1000d;
  color: #ffffff;
  border-radius: 7px;
  margin-top: 2px;
}
.timeline .timeline-content .canvas-container .dropdown-menu {
  text-align: left;
}
.timeline .current-date {
  position: relative;
  z-index: 7;
}
.timeline .current-date .buttons {
  position: absolute;
  top: 3px;
  right: 0px;
  width: 165px;
}
.timeline .current-date .buttons i {
	margin-top:2px	
}
.timeline .current-date .text {
  display: block;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  padding: 6px 0 6px 0;
  background-color: #ececec;
  border-top: solid 1px #f6f6f6;
  border-bottom: solid 1px #dbdbdb;
  box-shadow: rgba(0, 0, 0, 0.05) 0 1px 1px;
}
.timeline .current-date .indicator-arrow {
  display: block;
  height: 8px;
  background-image: url('../img/timeline-indicator.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  position: relative;
  top: -1px;
}
.timeline .time-axis {
  background-color: #ffffff;
  height: 19px;
  overflow: hidden;
  position: relative;
}
.timeline .time-axis.orientation-top {
  padding-top: 16px;
}
.timeline .time-axis.orientation-top.no-labels {
  padding-top: 0;
}
.timeline .time-axis.orientation-top .date-label {
  top: 0;
}
.timeline .time-axis.orientation-bottom {
  padding-bottom: 16px;
}
.timeline .time-axis.orientation-bottom.no-labels {
  padding-bottom: 0;
}
.timeline .time-axis.orientation-bottom .date-label {
  bottom: 0;
}
.timeline .time-axis .date-label {
  position: absolute;
  left: 0;
  line-height: 18px;
  width: 100px;
  margin-left: -50px;
  text-align: center;
  z-index: 4;
}
.timeline .time-axis .date-label.midnight {
  color: #000000;
  font-weight: bold;
  font-size: 14px;
}
.timeline .time-axis .date-label.midday {
  color: #909090;
}
.timeline .time-axis .date-label.hour {
  font-size: 12px;
  color: #909090;
}
.timeline .time-axis .date-label.minute {
  font-size: 12px;
  color: #909090;
}
.timeline .time-axis .date-label.second {
  font-size: 10px;
  color: #909090;
}
.timeline .time-axis .axis-canvas {
  width: 100%;
  height: 19px;
}
.timeline .query-line {
  width: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 5;
}
.timeline .query-line .time {
  position: absolute;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0.4);
  top: 42px;
  color: #ffffff;
  font-size: 10px;
  padding: 4px 8px;
  border-radius: 4px;
}
.timeline .query-line .time.left {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  left: 10px;
}
.timeline .query-line .time.right {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  right: 10px;
}
.timeline .query-line .background {
  width: 4px;
  margin-left: 6px;
  margin-right: 6px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.timeline .query-indicator {
  position: absolute;
  /* we render using a linear gradient so we can "cut out" the middle section of the background to prevent alpha multiplication  */
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.4) 4px, transparent 4px, transparent 8px, rgba(0, 0, 0, 0.4) 8px, rgba(0, 0, 0, 0.4) 12px);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.4) 4px, transparent 4px, transparent 8px, rgba(0, 0, 0, 0.4) 8px, rgba(0, 0, 0, 0.4) 12px);
  width: 12px;
  height: 12px;
  border-radius: 6px;
  margin-top: -6px;
  margin-left: -6px;
  z-index: 6;
}
.timeline .scrubber {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #fbfbfb;
  z-index: 999;
  height: 41px;
}
.timeline .scrubber .overview,
.timeline .scrubber .selection {
  bottom: 0;
  position: absolute;
  height: 32px;
}
.timeline .scrubber .overview {
  opacity: 0.2;
  border-bottom: solid 9px #d0d0d0;
  width: 100%;
}
.timeline .scrubber .selection {
  background-color: #f5f5f5;
  border-bottom: solid 9px #d0d0d0;
  box-shadow: #ffffff 0 -1px 0 inset;
}
.timeline .scrubber .grabber {
  position: absolute;
  bottom: 45px;
}
.timeline .scrubber .grabber .content {
  position: relative;
  width: 23px;
  background-image: url('../img/grabber.png');
  background-repeat: no-repeat;
  height: 39px;
}
.timeline .simple-scrubber {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 999;
  height: 16px;
}
.timeline .simple-scrubber .overview,
.timeline .simple-scrubber .selection {
  bottom: 0;
  position: absolute;
  height: 16px;
}
.timeline .simple-scrubber .overview {
  opacity: 0.2;
  background-color: #d0d0d0;
  width: 100%;
}
.timeline .simple-scrubber .selection {
  background-color: #d0d0d0;
}
.timeline .simple-scrubber .grabber {
  position: absolute;
  bottom: 20px;
}
.timeline .simple-scrubber .grabber .content {
  position: relative;
  width: 23px;
  background-image: url('../img/grabber.png');
  background-repeat: no-repeat;
  height: 39px;
}
.timeline-tooltip {
  text-align: left;
  white-space: nowrap;
  z-index: -9999;
}
.timeline-tooltip.in {
  opacity: 1;
  z-index: 1000;
}
.timeline-tooltip .no-driver {
  color: #000000;
  background: #EBEBEB;
  font-weight: bold;
  border-bottom: solid 1px #D2D2D2;
  margin-left: -8px;
  margin-right: -8px;
  margin-top: -3px;
  padding-left: 8px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.timeline-tooltip.right .tooltip-arrow {
  border-right-color: #FEFEFE;
  left: 1px;
}
.timeline-tooltip.left .tooltip-arrow {
  border-left-color: #FEFEFE;
  right: 1px;
}
.timeline-tooltip .tooltip-inner {
  max-width: none;
  white-space: nowrap;
  padding: 3px 8px;
  color: #000000;
  background: #FEFEFE;
  text-align: left;
  text-decoration: none;
  border: 1px solid #D2D2D2;
  box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 1px 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.timeline-well {
  top: 40px;
  border: none;
  border-top: solid 1px #ddd;
}
.trip-timeline .trip .series-container {
  background-color: #f5f5f5;
  border-top: solid 4px #cccccc;
  border-bottom: solid 4px #cccccc;
  position: relative;
}
.trip-timeline .trip .series-container .timeline-canvas {
  height: 84px;
  cursor: default;
}
.trip-timeline .trip .series-container .navigation-button {
  top: -47px;
}
.trip-timeline .trip .tacho-availability-series {
  border-top: solid 1px #cdcdcd;
  background-color: #ffffff;
  position: relative;
}
.trip-timeline .trip .tacho-availability-series::-moz-selection,
.trip-timeline .trip .tacho-availability-series::selection {
  background: transparent;
}
.trip-timeline .trip .tacho-availability-series .series-label {
  white-space: nowrap;
  position: absolute;
  line-height: 20px;
  padding-left: 15px;
  padding-right: 30px;
  color: #000000;
  font-weight: bold;
  width: 200px;
  background-image: -webkit-linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 4;
}
.trip-timeline .trip .tacho-availability-series .canvas-container {
  border-bottom: solid 1px #cccccc;
}
.trip-timeline .trip .tacho-availability-series .canvas-container .timeline-canvas {
  cursor: default;
  height: 20px;
}
.trip-timeline .trip .tacho-availability-series .series-label {
  color: rgba(0, 0, 0, 0.5);
  font-size: 10px;
  font-weight: normal;
}
.trip-timeline .events {
  border-bottom: solid 1px #cccccc;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 200px;
}
.trip-timeline .events::-moz-selection,
.trip-timeline .events::selection {
  background: transparent;
}
.trip-timeline .events .items .series-container {
  background-color: #ffffff;
  position: relative;
}
.trip-timeline .events .items .series-container.selected {
  background-color: #dff0d8;
}
.trip-timeline .events .items .series-container.selected .event-series .series-label {
  background-image: -webkit-linear-gradient(0deg, #e9f0d8 0%, rgba(233, 240, 216, 0) 100%);
  background-image: linear-gradient(90deg, #e9f0d8 0%, rgba(233, 240, 216, 0) 100%);
}
.trip-timeline .events .items .series-container .event-series {
  position: relative;
}
.trip-timeline .events .items .series-container .event-series::-moz-selection,
.trip-timeline .events .items .series-container .event-series::selection {
  background: transparent;
}
.trip-timeline .events .items .series-container .event-series .series-label {
  white-space: nowrap;
  position: absolute;
  line-height: 35px;
  padding-left: 15px;
  padding-right: 30px;
  color: #000000;
  font-weight: bold;
  width: 200px;
  background-image: -webkit-linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 4;
}
.trip-timeline .events .items .series-container .event-series .canvas-container {
  border-bottom: solid 1px #cccccc;
}
.trip-timeline .events .items .series-container .event-series .canvas-container .timeline-canvas {
  cursor: default;
  height: 35px;
}
.trip-timeline .events .spacer {
  cursor: default;
}
.hos-timeline .hos .us-hos-series-container {
  background-color: #f5f5f5;
  border-top: solid 4px #cccccc;
  position: relative;
}
.hos-timeline .hos .us-hos-series-container .timeline-canvas {
  cursor: default;
}
.hos-timeline .hos .us-hos-series-container .navigation-button {
  top: -50px;
}
.hos-timeline .hos .eu-hos-series-container {
  background-color: #f5f5f5;
  border-top: solid 4px #cccccc;
  position: relative;
}
.hos-timeline .hos .eu-hos-series-container .timeline-canvas {
	height: 80px;
  cursor: default;
}
.hos-timeline .hos .eu-hos-series-container .navigation-button {
  top: -50px;
}
.hos-timeline .hos .trip-series-container {
  background-color: #f5f5f5;
  border-bottom: solid 4px #cccccc;
  position: relative;
}
.hos-timeline .hos .trip-series-container .timeline-canvas {
  height: 34px;
  cursor: default;
}
.hos-timeline .hos .trip-series-container .navigation-button {
  top: -155px;
}
.hos-timeline .hos .tacho-availability-series {
  border-top: solid 1px #cdcdcd;
  background-color: #ffffff;
  position: relative;
}
.hos-timeline .hos .tacho-availability-series::-moz-selection,
.hos-timeline .hos .tacho-availability-series::selection {
  background: transparent;
}
.hos-timeline .hos .tacho-availability-series .series-label {
  white-space: nowrap;
  position: absolute;
  line-height: 20px;
  padding-left: 15px;
  padding-right: 30px;
  color: #000000;
  font-weight: bold;
  width: 200px;
  background-image: -webkit-linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 4;
}
.hos-timeline .hos .tacho-availability-series .canvas-container {
  border-bottom: solid 1px #cccccc;
}
.hos-timeline .hos .tacho-availability-series .canvas-container .timeline-canvas {
  cursor: default;
  height: 20px;
}
.hos-timeline .hos .tacho-availability-series .series-label {
  color: rgba(0, 0, 0, 0.5);
  font-size: 10px;
  font-weight: normal;
}
.hos-timeline .events {
  border-bottom: solid 1px #cccccc;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 200px;
}
.hos-timeline .events::-moz-selection,
.hos-timeline .events::selection {
  background: transparent;
}
.hos-timeline .events .items .series-container {
  background-color: #ffffff;
  position: relative;
}
.hos-timeline .events .items .series-container.selected {
  background-color: #dff0d8;
}
.hos-timeline .events .items .series-container.selected .event-series .series-label {
  background-image: -webkit-linear-gradient(0deg, #e9f0d8 0%, rgba(233, 240, 216, 0) 100%);
  background-image: linear-gradient(90deg, #e9f0d8 0%, rgba(233, 240, 216, 0) 100%);
}
.hos-timeline .events .items .series-container .event-series {
  position: relative;
}
.hos-timeline .events .items .series-container .event-series::-moz-selection,
.hos-timeline .events .items .series-container .event-series::selection {
  background: transparent;
}
.hos-timeline .events .items .series-container .event-series .series-label {
  white-space: nowrap;
  position: absolute;
  line-height: 35px;
  padding-left: 15px;
  padding-right: 30px;
  color: #000000;
  font-weight: bold;
  width: 200px;
  background-image: -webkit-linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 4;
}
.hos-timeline .events .items .series-container .event-series .canvas-container {
  border-bottom: solid 1px #cccccc;
}
.hos-timeline .events .items .series-container .event-series .canvas-container .timeline-canvas {
  cursor: default;
  height: 35px;
}
.hos-timeline .events .spacer {
  cursor: default;
}
.timeline-tacho-well {
  top: 40px;
  border: none;
  border-top: solid 1px #dbdbdb;
  overflow-x: hidden;
}
.expandableList {
  position: absolute;
}
.tacho-timeline .current-date {
  z-index: 1032;
}
.tacho-timeline .current-date .line-selector {
  overflow: hidden;
  background-color: #f5f5f5;
  border-bottom: solid 1px #e3e3e3;
  box-shadow: rgba(0, 0, 0, 0.05) 0 1px 1px;
}
.tacho-timeline .current-date .line-selector .content {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
}
.tacho-timeline .current-date .line-selector.overlay {
  position: absolute;
  width: 100%;
  display: none;
}
.tacho-timeline .current-date .line-selector.overlay.expanded {
  display: block;
}
.tacho-timeline .tacho {
  margin-top: -8px;
  overflow: hidden;
}
.tacho-timeline .tacho .series-container {
  border-bottom: solid 4px #cccccc;
  position: relative;
}
.tacho-timeline .tacho .series-container .value-axis {
  position: absolute;
  top: 0px;
  height: 256px;
  background-color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
}
.tacho-timeline .tacho .series-container .value-axis .axis-canvas {
  width: 8px;
  height: 256px;
}
.tacho-timeline .tacho .series-container .value-axis .unit-label {
  display: block;
  position: absolute;
  text-align: center;
  top: 0;
  height: 256px;
  width: 16px;
}
.tacho-timeline .tacho .series-container .value-axis .unit-label .text {
  display: block;
  position: absolute;
  line-height: 14px;
  top: 256px;
  width: 256px;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.tacho-timeline .tacho .series-container .value-axis .value-label {
  display: block;
  position: absolute;
  margin-top: -7px;
  font-size: 11px;
  line-height: 14px;
  width: 76px;
}
.tacho-timeline .tacho .series-container .value-axis .threshold-label {
  display: block;
  position: absolute;
  font-size: 10px;
  opacity: 0.7;
  line-height: 16px;
  white-space: nowrap;
}
.tacho-timeline .tacho .series-container .value-axis.orientation-left {
  padding-left: 80px;
  border-right: solid 1px #cccccc;
}
.tacho-timeline .tacho .series-container .value-axis.orientation-left .unit-label {
  left: 16px;
}
.tacho-timeline .tacho .series-container .value-axis.orientation-left .value-label {
  text-align: right;
  left: 0;
  padding-right: 4px;
}
.tacho-timeline .tacho .series-container .value-axis.orientation-right {
  padding-right: 80px;
  border-left: solid 1px #cccccc;
}
.tacho-timeline .tacho .series-container .value-axis.orientation-right .unit-label {
  right: 16px;
}
.tacho-timeline .tacho .series-container .value-axis.orientation-right .value-label {
  text-align: left;
  right: 0;
  padding-left: 4px;
}
.tacho-timeline .tacho .series-container .position-0 .value-axis {
  left: 0px;
}
.tacho-timeline .tacho .series-container .position-0 .value-axis .threshold-label {
  margin-top: -16px;
  left: 97px;
}
.tacho-timeline .tacho .series-container .position-0.has-sibling .threshold-label {
  left: 186px;
}
.tacho-timeline .tacho .series-container .position-1 .value-axis {
  right: 0px;
}
.tacho-timeline .tacho .series-container .position-1 .value-axis .threshold-label {
  margin-top: -16px;
  right: 97px;
}
.tacho-timeline .tacho .series-container .position-1.has-sibling {
  right: 186px;
}
.tacho-timeline .tacho .series-container .position-2 .value-axis {
  left: 89px;
}
.tacho-timeline .tacho .series-container .position-2 .value-axis .threshold-label {
  left: 97px;
}
.tacho-timeline .tacho .series-container .position-3 .value-axis {
  right: 89px;
}
.tacho-timeline .tacho .series-container .position-3 .value-axis .threshold-label {
  right: 97px;
}
.tacho-timeline .tacho .series-container .timeline-canvas {
  height: 256px;
  cursor: default;
}
.tacho-timeline .tacho .series-container .navigation-button {
  top: 8px;
}
.tacho-timeline .events {
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #e6e6e6;
  overflow-y: scroll;
  overflow-x: hidden;
}
.tacho-timeline .events::-moz-selection,
.tacho-timeline .events::selection {
  background: transparent;
}
.tacho-timeline .events .items .series-container {
  background-color: #ffffff;
  position: relative;
}
.tacho-timeline .events .items .series-container.selected {
  background-color: #dff0d8;
}
.tacho-timeline .events .items .series-container.selected .series-label {
  background-image: -webkit-linear-gradient(0deg, #e9f0d8 0%, rgba(233, 240, 216, 0) 100%);
  background-image: linear-gradient(90deg, #e9f0d8 0%, rgba(233, 240, 216, 0) 100%);
}
.tacho-timeline .events .items .series-container .event-series {
  position: relative;
}
.tacho-timeline .events .items .series-container .event-series::-moz-selection,
.tacho-timeline .events .items .series-container .event-series::selection {
  background: transparent;
}
.tacho-timeline .events .items .series-container .event-series .series-label {
  white-space: nowrap;
  position: absolute;
  line-height: 35px;
  padding-left: 15px;
  padding-right: 30px;
  color: #000000;
  font-weight: bold;
  width: 200px;
  background-image: -webkit-linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 4;
}
.tacho-timeline .events .items .series-container .event-series .canvas-container {
  border-bottom: solid 1px #cccccc;
}
.tacho-timeline .events .items .series-container .event-series .canvas-container .timeline-canvas {
  cursor: default;
  height: 35px;
}
.tacho-timeline .events .spacer {
  cursor: default;
}
.tacho-tooltip {
  white-space: nowrap;
  padding: 1px 8px 1px 8px;
  height: 20px;
  border-bottom: solid 1px #e4e4e4;
  margin-left: -8px;
  margin-right: -8px;
}
.tacho-tooltip.last {
  border-bottom: none;
}
.tacho-tooltip .color-indicator,
.tacho-tooltip .entry-value {
  display: block;
  line-height: 20px;
  height: 20px;
  float: left;
}
.tacho-tooltip .color-indicator {
  display: block;
  width: 8px;
  height: 8px;
  position: relative;
  top: 6px;
  clear: left;
}
.tacho-tooltip .entry-value {
  padding-left: 8px;
}
.multi-trip-timeline .trip {
  border-top: solid 4px #cccccc;
  border-bottom: solid 4px #cccccc;
}
.multi-trip-timeline .trip .series-container {
  position: relative;
}
.multi-trip-timeline .trip .series-container .navigation-button {
  top: -48px;
}
.multi-trip-timeline .trip .series-container .item-list {
  overflow-y: scroll;
  overflow-x: hidden;
}
.multi-trip-timeline .trip .series-container .item-list .trip-container {
  position: relative;
  background-color: #ffffff;
}
.multi-trip-timeline .trip .series-container .item-list .trip-container::-moz-selection,
.multi-trip-timeline .trip .series-container .item-list .trip-container::selection {
  background: transparent;
}
.multi-trip-timeline .trip .series-container .item-list .trip-container .series-label {
  white-space: nowrap;
  position: absolute;
  line-height: 54px;
  padding-left: 15px;
  padding-right: 30px;
  color: #000000;
  font-weight: bold;
  width: 200px;
  background-image: -webkit-linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 4;
}
.multi-trip-timeline .trip .series-container .item-list .trip-container .canvas-container {
  border-bottom: solid 1px #cccccc;
}
.multi-trip-timeline .trip .series-container .item-list .trip-container .canvas-container .timeline-canvas {
  cursor: default;
  height: 54px;
}
.multi-trip-timeline .trip .series-container .item-list .trip-container.selected {
  background-color: #dff0d8;
}
.multi-trip-timeline .trip .series-container .item-list .trip-container.selected .series-label {
  background-image: -webkit-linear-gradient(0deg, #e9f0d8 0%, rgba(233, 240, 216, 0) 100%);
  background-image: linear-gradient(90deg, #e9f0d8 0%, rgba(233, 240, 216, 0) 100%);
}
.multi-trip-timeline .trip .series-container .item-list .trip-container .trip-series {
  position: relative;
}
#logData, #driverStatusModal, #removeDriverFromAssetModal {
	position: absolute;
	left: 50%;
	width: 610px !important;
	margin-left: -300px;
}

#statusMap {
	width: 900px !important;
	max-width: 900px !important;
	margin-left: -450px !important;
}

#statusMap .modal-body .well {
	max-height:620px;
	overflow-y:auto !important;
}

#statusMapCrudForm {
	min-height: 365px;
}

#statusMap ul {
	width: 440px !important;
	max-height: 77px;
	overflow-y: auto;
	overflow-x: hidden;
}

.status-map-container {
	height: 350px !important;
}

.status-map {
	position: absolute;
}

.status-map #map {
		width: 425px !important;
		height: 350px !important;
}

.hos-substatus-map {
	max-height: 800px !important;
}

.hos-substatus-confirm {
	max-height: 800px !important;
	max-width: 800px !important;
}

/*base mixim for the label and value axis*/
.us-hos-workstate-label-axis {
  position: absolute;
  top: 0;
  height: 84px;
}
.us-hos-workstate-value-axis {
  position: absolute;
  top: 0;
  height: 84px;
  right: 0;
  min-width: 150px;
}
.eu-hos-workstate-label-axis {
  position: absolute;
  top: 0;
  height: 80px;
}
.eu-hos-workstate-value-axis {
  position: absolute;
  top: 0;
  height: 80px;
  right: 0;
  min-width: 150px;
}
/*base mixim for the label and value axis individual text blocks*/
.hos-workstate-text-block {
  display: block;
  position: absolute;
  font-size: 11px;
  font-weight: bold;
}
.hos-workstate-label {
  display: block;
  position: absolute;
  font-size: 11px;
  font-weight: bold;
  background-image: -webkit-linear-gradient(0deg, #ffffff 0%, rgba(233, 240, 216, 0) 100%);
  background-image: linear-gradient(90deg, #ffffff 0%, rgba(233, 240, 216, 0) 100%);
  width: 150px;
  padding-left: 10px;
}
.hos-workstate-value {
  display: block;
  position: absolute;
  font-size: 11px;
  font-weight: bold;
  background-image: -webkit-linear-gradient(0deg, rgba(233, 240, 216, 0) 0%, #ffffff 100%);
  background-image: linear-gradient(90deg, rgba(233, 240, 216, 0) 0%, #ffffff 100%);
  text-align: right;
  width: 140px;
  padding-right: 10px;
}
#logDataStart input {
  width: 217px;
}
#logDataEnd input {
  width: 217px;
}
.driverAutoComplete .autocomplete-textbox ul.dropdown-menu {
  display: block;
  width: 348px !important;
  max-height: 104px;
  overflow-y: auto;
}
.logDataDriverAutoComplete .autocomplete-textbox ul.dropdown-menu {
  display: block;
  width: 528px !important;
  max-height: 208px;
  overflow-y: auto;
}
.driverStatusAutoComplete ul.dropdown-menu {
  display: block;
  width: 258px !important;
  max-height: 165px;
  overflow-y: auto;
}
.page-header .close.tripInfo {
  position: relative;
  top: 0px;
  right: 0px;
  line-height: 20px;
}
#popoverdiv label.pull-left {
  margin-right: 10px;
}
#popoverdivHos label.pull-left {
  margin-right: 10px;
}
#hosSettingsModal.modal-mini,
#logDataConfirm.modal-mini,
#statusDataConfirm.modal-mini {
  position: fixed;
  left: 50%;
  width: 350px !important;
  margin: 0 0 0 -230px;
}
.bottom-panel-open {
  display: block;
  position: absolute;
  z-index: 1039;
  bottom: 0;
  height: 0;
  background: #FFF;
}
.toggle-btn-vertical-closed {
  border-radius: 30px 30px 0 0;
  display: block;
  padding: 2px 14px 0px 14px;
  position: absolute;
  left: 47.7%;
  bottom: 0;
  z-index: 1039;
}
.no-wrap {
  white-space: nowrap;
}
#statusMap .well {
  padding: 0px;
  border: 0px;
}
.canvas-marker {
  width: 4px;
  height: 4px;
  border: solid 2px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  color: white;
  position: absolute;
  margin-top: -4px;
  margin-left: -4px;
  cursor: pointer;
}
.events-modal-container {
  height: 370px !important;
}