{"version":3,"sources":["/source/timeline.less","/source/background.less","/source/content.less"],"names":[],"mappings":"AAAA,iBACA,yBACC,MAAA,KAGD,iBACC,iBAAA,QACA,WAAA,KACA,WAAA,OACA,YAAA,OACA,SAAA,SACA,OAAA,KAEA,4BACC,sBAAA,eACA,oBAAA,eACA,iBAAA,eACA,gBAAA,eACA,YAAA,eACA,OAAA,KAdF,6BCJC,OAAA,KACA,SAAA,SDGD,qCCAE,YAAA,IAAA,OAAA,KACA,eAAA,IACA,OAAA,KACA,QAAA,aACA,WAAA,WAEA,2CACC,kBAAA,MDPH,4CCWG,SAAA,SACA,OAAA,EACA,YAAA,KACA,UAAA,KACA,QAAA,GDfH,0BEJC,QAAA,EACA,SAAA,SACA,QAAA,IAAA,EACA,cAAA,IACA,eAAA,IFAD,qCEIG,OAAA,OFJH,uCEQG,QAAA,aACA,SAAA,SACA,OAAA,QAEA,yCACC,eAAA,IAIA,2DAAS,4DAEP,WAAA,EAAA,EAAA,IAAA,KACA,QAAA,GAKH,qDACC,OAAA,OAEA,4DACC,OAAA,IAAA,MAAA,KAIF,8CACC,YAAA,MADD,sDAIE,OAAA,IAAA,MAAA,KACA,QAAA,aACA,MAAA,IACA,OAAA,IACA,cAAA,KACA,OAAA,KAAA,EF1CL,+CE+CI,WAAA,WACA,QAAA,GFhDJ,8CEoDI,QAAA,aACA,QAAA,EAAA,IACA,YAAA,IFjCJ,yBACC,iBAAA,KACA,SAAA,MACA,QAAA,KACA,OAAA,IAAA,MAAA,KACA,QAAA,IACA,cAAA,IACA,WAAA,EAAA,IAAA,IAAA,EAAA,KAPD,gCAUE,QAAA,IAAA,KAVF,kCAcE,iBAAA,KACA,QAAA","file":"timeline.min.css","sourcesContent":[".jquery-timeline,\n.jquery-timeline-tooltip {\n\tcolor: #333;\n}\n\n.jquery-timeline {\n\tbackground-color: #F7F7F7;\n\toverflow-x: auto;\n\toverflow-y: hidden;\n\twhite-space: nowrap;\n\tposition: relative;\n\tcursor: move;\n\n\t&.dragging * {\n\t\t-webkit-touch-callout: none !important;\n\t\t-webkit-user-select: none !important;\n\t\t-moz-user-select: none !important;\n\t\t-ms-user-select: none !important;\n\t\tuser-select: none !important;\n\t\tcursor: move;\n\t}\n\n\t@import \"background\";\n\t@import \"content\";\n}\n\n.jquery-timeline-tooltip {\n\tbackground-color: #EEE;\n\tposition: fixed;\n\tdisplay: none;\n\tborder: 1px solid #CCC;\n\tz-index: 100;\n\tborder-radius: 1px;\n\tbox-shadow: 0 1px 1px 0 #AAA;\n\n\t.title {\n\t\tpadding: 7px 10px;\n\t}\n\n\t.content {\n\t\tbackground-color: #FFF;\n\t\tpadding: 10px;\n\t}\n}\n","> .background {\n\theight: 100%;\n\tposition: absolute;\n\n\t.period {\n\t\tborder-left: 1px dashed #CCCCCC;\n\t\tvertical-align: top;\n\t\theight: 100%;\n\t\tdisplay: inline-block;\n\t\tbox-sizing: border-box;\n\n\t\t&.solid {\n\t\t\tborder-left-style: solid;\n\t\t}\n\n\t\t.label {\n\t\t\tposition: absolute;\n\t\t\tbottom: 0;\n\t\t\tline-height: 100%;\n\t\t\tfont-size: .9em;\n\t\t\topacity: .7;\n\t\t}\n\t}\n}\n","> .content {\n\tz-index: 1;\n\tposition: relative;\n\tpadding: 1em 0;\n\tmargin-bottom: 1em;\n\tvertical-align: top;\n\n\t.line {\n\t\t.row {\n\t\t\theight: 3.75em;\n\t\t}\n\n\t\t.event {\n\t\t\tdisplay: inline-block;\n\t\t\tposition: absolute;\n\t\t\tcursor: pointer;\n\n\t\t\t& > * {\n\t\t\t\tvertical-align: top;\n\t\t\t}\n\n\t\t\t&:hover {\n\t\t\t\t&.range, &.single {\n\t\t\t\t\t.marker {\n\t\t\t\t\t\tbox-shadow: 0 0 1px #000;\n\t\t\t\t\t\topacity: .9;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t&.range .marker {\n\t\t\t\theight: 1.75em;\n\n\t\t\t\t&.border {\n\t\t\t\t\tborder: 1px solid #000;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t&.single {\n\t\t\t\tmargin-left: -.5em;\n\n\t\t\t\t.marker {\n\t\t\t\t\tborder: 1px solid #000;\n\t\t\t\t\tdisplay: inline-block;\n\t\t\t\t\twidth: 1em;\n\t\t\t\t\theight: 1em;\n\t\t\t\t\tborder-radius: 100%;\n\t\t\t\t\tmargin: .5em 0;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t.marker {\n\t\t\t\tbox-sizing: border-box;\n\t\t\t\topacity: .8;\n\t\t\t}\n\n\t\t\t.label {\n\t\t\t\tdisplay: inline-block;\n\t\t\t\tpadding: 0 5px;\n\t\t\t\tline-height: 2em;\n\t\t\t}\n\t\t}\n\t}\n}\n"],"sourceRoot":"."}