.direction-map{
  position: relative !important;
  outline: 2px solid #375385;
}
footer{
  background: transparent !important;
  padding: 0 !important;
}
footer.lp {
  position: absolute;
  right: 0;
  left: 50%;
  bottom: -20px;
  z-index: 999;
  transform: translate(-50%, -50%);
}
.lp .transport {
  margin: 0 auto;
  width:100%;
}
.lp .navbar {
  margin-bottom: 0;
}
.lp .navbar-inner {
  padding-right: 0;
  padding-left: 0;
}
.lp #play-pause {
  width: 18px;
  padding: 11px 20px 8px 10px;
}
.lp #speed-btn {
  width: 100%;
  text-align: center;
}
.lp .ui-slider {
  margin: 13px 5px 0 5px;
}
.lp #time-slider {
  width:80%;
}
.lp #calendar {
  margin: 5px;
}
.leaflet-control-layers-list {
  margin-bottom: 0;
}
.lp .speed-menu {
  min-width: 60px;
}
.lp .dropdown-menu {
  padding: 5px;
  text-align: center;
}
.lp #speed-slider {
  margin-left: auto;
  margin-right: auto;
}
.lp .navbar .btn,
.lp .navbar .btn-group {
  margin-top: 0;
  padding: 0;
}
.lp .navbar .nav > li > a.clock {
  padding: 0 3px 0 3px;
  text-align: center;
  margin-left:4px;
  margin-right:4px;
}
.lp li.ctrl {
  background-color: #F5F5F5;
  background-color: #E6E6E6;
  background-image: -ms-linear-gradient(top, #FFFFFF, #E6E6E6);
  background-image: -webkit-linear-gradient(top, #FFFFFF, #E6E6E6);
  background-image: -o-linear-gradient(top, #FFFFFF, #E6E6E6);
  background-image: linear-gradient(top, #FFFFFF, #E6E6E6);
  background-image: -moz-linear-gradient(top, #FFFFFF, #E6E6E6);
  background-repeat: repeat-x;
  border-right: 1px solid #D4D4D4;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.lp .pull-right li.ctrl {
  border-right: 0;
  border-left: 1px solid #D4D4D4;
}
.lp li.ctrl:hover {
  color: #333333;
  text-decoration: none;
  background-color: #E6E6E6;
  background-color: #D9D9D9;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
      -ms-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}
.lp li.ctrl:active {
  background-color: #E6E6E6;
  background-color: #D9D9D9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
input {
  vertical-align: baseline;
}
label {
  font-weight: bold;
}
.navbar .nav { margin: 0; }
.navbar .nav > li > .dropdown-menu:before,
.bootstrap-timepicker-widget.dropdown-menu:before {
  top: auto;
  bottom: -7px;
  border-top: 7px solid #ccc;
  border-bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.2);
}
.navbar .nav > li > .dropdown-menu:after,
.bootstrap-timepicker-widget.dropdown-menu:after {
  top: auto;
  bottom: -6px;
  border-top: 6px solid #FFFFFF;
  border-bottom: 0;
}
.navbar .nav>li>a{
  padding: 10px;
}
.navbar-inner{
  position: relative;
  width: 100%;
  display: flex;
}
.nav.pull-right{
  flex: 1;
  display: flex;
}
.nav.pull-right li:first-child{
  flex: 1;
}
.lp #time-slider{
  width: 90%;
  margin: 0px auto;
  height: 0;
  top: 50%;
}
.leaflet-bottom.leaflet-right{
  display: none !important;
}
.ui-slider-handle.ui-state-default.ui-corner-all{
  border-radius: 50%;
  cursor: pointer;
  background: #375385;
}
.ui-slider-horizontal .ui-slider-handle.ui-state-default.ui-corner-all{
  top: -6px !important;
}
#play-pause-icon, #cursor-date, #cursor-time{
  color: #375385;
}
#speed-btn{
  color:#0b99cb;
}