/******************************************************************************/
/* k2go Timeline for JQuery Plugin                                            */
/* version 1.8.0                                                              */
/* author  Inoue Computer Service.                                            */
/* Copyright (c) k2go. All rights reserved.                                   */
/* See License.txt for the license information.                               */
/******************************************************************************/
.k2go-timeline-main { position:absolute; left:0px; bottom: 0px; width:100%; height:90px; }
.k2go-timeline-bar  { position:absolute; left:0px; top   : 0px; width:100%; height:45px; cursor:pointer; overflow:hidden; }
.k2go-timeline-rail { position:absolute; left:0px; top   :60px; width:100%; height:10px; cursor:pointer; background:#000; box-shadow:0 1px 0 #777; border-radius:5px; }

.k2go-timeline-scale   { position:absolute; top:0px; width:1px; height:3px; background:#cbcbcb; pointer-events:none; }
.k2go-timeline-scale-l { height:10px; }
.k2go-timeline-label   { position:absolute; top:10px; color:#8a8a8a; font-size:12px; text-align:center; white-space:nowrap; }

.k2go-timeline-range        { display:none; }
.k2go-timeline-range-show   { display:flex; position:absolute; top:0px; height:11px; background:#fc3; border-radius:4px; }
.k2go-timeline-range-left   { flex:0 0 40px; height:40px; margin:-14px   0px 0px -20px; cursor:w-resize; }
.k2go-timeline-range-right  { flex:0 0 40px; height:40px; margin:-14px -20px 0px   0px; cursor:e-resize; }
.k2go-timeline-range-center { flex:auto;     height:40px; margin:-14px   0px 0px   0px; cursor:move; }

.k2go-timeline-pick      { position:absolute; left: 0px; bottom:-15px; width:41px; height:40px; }
.k2go-timeline-pick-line { display: none; }
.k2go-timeline-pick-knob { position:absolute; left: 0px; bottom:  4px; width:30px; height:30px; background: #fff; border-radius: 50%; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3); }
