"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TimelineStyle = void 0; const lit_element_1 = require("lit-element"); exports.TimelineStyle = lit_element_1.css `*{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif;font-size:16px;font-weight:400}div{box-sizing:border-box}.jc-timeline-content,.jc-timeline-header{width:100%;position:relative;display:flex;flex-direction:row;height:max-content;align-items:stretch}.jc-timeline-rows-title,.jc-timeline-rows>tr>td{padding:8px;min-width:40px;box-sizing:border-box}.jc-timeline-rows>tr>td{max-width:calc(var(--width) - 8px);padding:0;vertical-align:top}.jc-timeline-rows>tr.empty>td{padding:6px 0 4px 8px}i.jc-spacer{display:inline-block;width:1rem;height:1rem;position:relative;box-sizing:border-box}i.jc-spacer:after{content:" ";position:absolute;background-repeat:no-repeat;background-size:1.05rem;width:1.05rem;height:1.05rem}.jc-spacer.collapse,.jc-spacer.extend{cursor:pointer}i.jc-spacer.extend:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iYmxhY2siIHdpZHRoPSIxOHB4IiBoZWlnaHQ9IjE4cHgiPjxwYXRoIGQ9Ik0wIDBoMjR2MjRIMFYweiIgZmlsbD0ibm9uZSIvPjxwYXRoIGQ9Ik0xOSAzSDVjLTEuMTEgMC0yIC45LTIgMnYxNGMwIDEuMS44OSAyIDIgMmgxNGMxLjEgMCAyLS45IDItMlY1YzAtMS4xLS45LTItMi0yem0wIDE2SDVWNWgxNHYxNHptLTgtMmgydi00aDR2LTJoLTRWN2gtMnY0SDd2Mmg0eiIvPjwvc3ZnPg==)}i.jc-spacer.collapse:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0Ij48cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+PHBhdGggZD0iTTE5IDNINWMtMS4xIDAtMiAuOS0yIDJ2MTRjMCAxLjEuOSAyIDIgMmgxNGMxLjEgMCAyLS45IDItMlY1YzAtMS4xLS45LTItMi0yem0wIDE2SDVWNWgxNHYxNHpNNyAxMWgxMHYySDd6Ii8+PC9zdmc+)}.jc-timeline-rows>tr{box-sizing:border-box;white-space:nowrap;border:1px solid grey;border-style:solid none}.jc-timeline-rows,.jc-timeline-rows-title{height:inherit;width:var(--width,200px);overflow:hidden;border-collapse:collapse}.jc-timeline-grid-container,.jc-timeline-grid-title-container{position:relative;width:600px;display:block;overflow:hidden}.jc-timeline-grid-container{overflow-x:auto}.jc-timeline-grid-container table,.jc-timeline-grid-title-container table{width:100%;table-layout:fixed;border-collapse:collapse;box-sizing:border-box}.jc-timeline-grid-title-container{white-space:nowrap;cursor:grab;user-select:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none}.jc-timeline-grid-title:first-child>th{border-top:0;border-left-color:#ffff;border-right-color:#ffff}.jc-timeline-grid-title:first-child>th:before,.jc-timeline-grid-title:first-child>th:last-child:after{content:" ";display:block;position:absolute;left:-1px;bottom:0;height:8px;border-left:1px solid #d3d3d3;z-index:2}.jc-timeline-grid-title:first-child>th:last-child:after{left:auto;right:-1px}.jc-timeline-grid-title:first-child:last-child>th{padding:8px 0}.jc-timeline-grid-title:last-child>th{border-bottom:none}.jc-slot,.jc-timeline-grid-title>th{height:100%;border:solid 1px #d3d3d3;border-left-style:dotted;border-right:0;text-align:center;position:relative;box-sizing:border-box}.jc-slot:last-child,.jc-timeline-grid-title>th:last-child{border-right:solid 1px #d3d3d3}.jc-major-slot,.jc-timeline-grid-title>th{border-left-style:solid}.jc-timeslots{position:absolute;top:0;left:0;bottom:0;overflow:hidden}.jc-timeslot{position:absolute;background-color:var(--default-background);color:#fff;border-radius:3px;margin:2px 0;z-index:1;cursor:grab}.jc-timeslot-title{font-size:14px;font-weight:600;padding:4px;white-space:nowrap;overflow-x:hidden}.jc-timeslot.empty{height:5px;padding:2px 2px;margin:0;cursor:pointer}.jc-timeslot.moving{opacity:.7;cursor:grabbing}.jc-timeslot.selected:before{border:solid 2px #000;border-radius:3px;position:absolute;top:0;bottom:0;left:0;right:0;content:" "}.jc-timeslot-resizer-end,.jc-timeslot-resizer-start{position:absolute;top:0;bottom:0;width:4px;min-width:4px;display:block;cursor:ew-resize}.jc-timeslot-resizer-end,.jc-timeslot-resizer-start{display:block}.jc-timeslot-resizer-start{left:0}.jc-timeslot-resizer-end{right:0}.jc-timeline-rows>tr>td{height:100%}.jc-ressource{padding-top:2px;height:calc(100% - 8px)}.jc-ressource>span{pointer-events:none}.jc-ressource.target{background-color:#d3d3d3}.jc-ressource-selected{border:1px solid var(--default-background,#4682b4);border-right:0;border-left:0;background-color:#4682b46b}.jc-ressource-above{height:4px}.jc-ressource-above.target{margin-left:calc(var(--depth) * 16px);background-color:var(--default-background,#4682b4);border-radius:0 0 0 4px}.jc-ressource-below{height:4px}.jc-ressource-below.target{margin-left:calc(var(--depth) * 16px);background-color:var(--default-background,#4682b4);border-radius:4px 0 0 0} `; //# sourceMappingURL=Timeline.style.js.map