@font-face {
 font-family:'Glyphicons Halflings';
 src:url(//netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.eot);
 src:url(//netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),
 url(//netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.woff) format('woff'),
 url(//netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.ttf) format('truetype'),
 url(//netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular) format('svg')
}
.leaflet-bar-timecontrol {
 background-color: rgba(9,40,71,.6);
 width: 100%;
 color:white;
  height: 60px;
}
.leaflet-bar-timecontrol * {
 box-sizing:border-box
}
.leaflet-bar-timecontrol .leaflet-control-timecontrol {
 float:left;
 height:26px;
 line-height:26px;
}
.leaflet-bar-timecontrol .leaflet-control-timecontrol:first-child {
}
.leaflet-bar-timecontrol .leaflet-control-timecontrol:last-child {
}
.leaflet-bar-timecontrol .leaflet-control-timecontrol:before {
 font-family:"Glyphicons Halflings";
 display:block
}
.leaflet-bar-timecontrol .timecontrol-slider {
 position:relative;
 width:auto;
 cursor:auto
}
.leaflet-bar-timecontrol a.timecontrol-date,
.leaflet-bar-timecontrol a.timecontrol-date:hover {
 position:relative;
 min-width:150px;
 width:auto;
 padding:0 10px 0 20px;
 white-space:nowrap;
}
.leaflet-bar-timecontrol a.timecontrol-date.utc,
.leaflet-bar-timecontrol a.timecontrol-date.utc:hover {
 min-width:185px
}
.leaflet-bar-timecontrol a.timecontrol-date.loading,
.leaflet-bar-timecontrol a.timecontrol-date.loading:hover {
 background-color:red
}
.leaflet-bar-timecontrol .timecontrol-dateslider .slider {
 width:400px;
}
.leaflet-bar-timecontrol .timecontrol-speed {
 white-space:nowrap;
 cursor:auto
}
.leaflet-bar-timecontrol .timecontrol-speed .slider {
 width:55px;
 display:inline-block
}
.leaflet-bar-timecontrol .timecontrol-speed .speed {
 width:55px;
 display:inline-block;
 float:left;
 text-align:right
}
.leaflet-bar-timecontrol .timecontrol-play,
.leaflet-bar-timecontrol .timecontrol-play:hover {
 position:relative
}
.leaflet-bar-timecontrol .timecontrol-play span {
 font-size:10px
}
.leaflet-bar-timecontrol a.timecontrol-play.loading {
 background-color:#ffefa4
}
.timecontrol-slider .slider {
 position:relative;
 height:6px;
 margin:12px 5px;
 border:1px solid #a5a5a5;
 cursor:pointer;
 border-radius: 6px;
 background-color: rgba(200,200,200,.5);
}
.timecontrol-slider .slider.has-limits {
 margin-left:15px;
 margin-right:15px;
 background-color:#ddd
}
.timecontrol-slider .slider.has-limits .range {
 position:absolute;
 height:10px;
 background-color:#fff
}
.timecontrol-slider .knob {
 position:absolute;
 width:12px;
 height:12px;
 background-color:#1183c2;
 border-radius:2px;
 /*! border:1px solid #a5a5a5; */
 margin-top:-4px;
 margin-left:-4px;
 cursor:ew-resize;
 cursor:-webkit-grab;
 cursor:-moz-grabbing;
 border-radius: 12px;
}
.timecontrol-slider .knob:after {
 content:' ';
 display:block;
 position:absolute;
 width:20px;
 top:-5px;
 height:32px;
 left:-7px
}
.timecontrol-slider .knob.lower,
.timecontrol-slider .knob.upper {
 width:11px;
 height:20px;
 border:none;
 background-color:transparent
}
.timecontrol-slider .knob.upper {
 margin-top:-5px;
 margin-left:-1px
}
.timecontrol-slider .knob.lower {
 margin-top:-5px;
 margin-left:-10px
}
.timecontrol-slider .knob.lower:after {
 right:0;
 left:initial
}
.timecontrol-slider .knob.upper:after {
 left:0
}
.timecontrol-slider .knob.lower:before,
.timecontrol-slider .knob.upper:before {
 display:block;
 content:'';
 position:relative;
 top:2px;
 width:0;
 height:0;
 border-style:solid
}
.timecontrol-slider .knob.upper:before {
 border-width:16px 0 0 10px;
 border-color:transparent transparent transparent #a5a5a5
}
.timecontrol-slider .knob.lower:before {
 border-width:0 0 16px 10px;
 border-color:transparent transparent #a5a5a5
}
.timecontrol-slider .dragging .knob,
.timecontrol-slider .knob.leaflet-drag-target,
.timecontrol-slider .slider.dragging {
 cursor:ew-resize;
 cursor:grabbing;
 cursor:-webkit-grabbing;
 cursor:-moz-grabbing
}
@-webkit-keyframes icon-rotation {
 from {
  -webkit-transform:rotate(0);
  transform:rotate(0)
 }
 to {
  -webkit-transform:rotate(360deg);
  transform:rotate(360deg)
 }
}
@keyframes icon-rotation {
 from {
  -webkit-transform:rotate(0);
  transform:rotate(0)
 }
 to {
  -webkit-transform:rotate(360deg);
  transform:rotate(360deg)
 }
}
.timecontrol-loop.looped,
.timecontrol-loop.looped:hover {
 background-color:#ddd;
 color:#094f8e
}
.timecontrol-backward:before,
.timecontrol-forward:before,
.timecontrol-loop:before,
.timecontrol-play:before,
.timecontrol-stop:before {
 width:100%;
 text-align:center
}
.timecontrol-play:before {
 content:"\e072"
}
.timecontrol-play.reverse:before {
 content:"\e072";
 -ms-transform:scaleX(-1);
 -webkit-transform:scaleX(-1);
 transform:scaleX(-1)
}
.timecontrol-play.pause:before {
 content:"\e073"
}
.timecontrol-play.reverse.pause:before {
 -ms-transform:none;
 -webkit-transform:none;
 transform:none
}
a.timecontrol-play.loading:before {
 color:white;
 content:"\e031";
 -webkit-animation:icon-rotation 6s infinite linear;
 animation:icon-rotation 6s infinite linear
}
.timecontrol-date.loading:before {
 left:5px;
 position:absolute;
 -webkit-animation:icon-rotation 6s infinite linear;
 animation:icon-rotation 6s infinite linear
}
.timecontrol-speed:before {
  
 content:"\e141";
 position:absolute;
 left:7px
}
.timecontrol-stop:before {
 content:"\e074"
}
.timecontrol-forward:before {
 content:"\e080";
}
.timecontrol-backward:before {
 content:"\e079";
}
.timecontrol-loop:before {
 content:"\e030"
}
@media (max-width:767px) {
 .leaflet-bar-timecontrol .timecontrol-date,
 .leaflet-bar-timecontrol .timecontrol-slider {
  clear:both;
  float:none;
  border-right:none
 }
}
.leaflet-touch .leaflet-bar-timecontrol .leaflet-control-timecontrol {
 /*height:30px;
 line-height:30px*/
}
.leaflet-touch .timecontrol-slider .slider {

}
