mirror of
https://github.com/tenrok/vue-ganttastic.git
synced 2026-06-16 19:40:32 +03:00
1 line
47 KiB
CSS
1 line
47 KiB
CSS
.g-gantt-chart{position:relative;overflow:auto;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding-bottom:34px;border:1px solid #eaeaea;box-sizing:border-box;background:#fff;flex:1;font-family:Roboto,Verdana}.g-gantt-timeaxis,.g-gantt-timeaxis__day,.g-gantt-timeaxis__day>div,.g-gantt-timeaxis__days{display:flex}.g-gantt-timeaxis{position:sticky;top:0;background:#fff;z-index:4;box-shadow:0 1px 3px 2px rgba(50,50,50,.5)}.g-gantt-timeaxis__empty-space{min-height:100%;background:#e0e0e0;z-index:5;left:0;position:sticky}.g-gantt-timeaxis__days{position:relative;height:100%}.g-gantt-timeaxis__day{height:100%;flex-direction:column;color:#404040}.g-gantt-timeaxis__day:nth-child(2n){background:#e0e0e0}.g-gantt-timeaxis__day:nth-child(odd){background:#eee}.g-gantt-timeaxis__day>div:first-child{justify-content:space-around;font-weight:700;align-items:center}.g-gantt-timeaxis__days{align-items:flex-end;justify-content:space-between;background:#f5f5f5;color:#404040}.g-gantt-timeaxis__hour{display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column;opacity:.5;color:#404040}.g-gantt-timeaxis__hour:nth-child(2n){background:#e0e0e0}.g-gantt-timeaxis__hour:nth-child(odd){background:#eee}.g-gantt-timeaxis__hour-pin{width:1px;height:5px;background:#404040}.g-gantt-timeaxis__marker{position:absolute;left:0;bottom:0;height:5px;width:3px;background:#000}.g-gantt-rows-container{position:relative}.g-gantt-grid{position:absolute;top:0;bottom:0;overflow:hidden}.g-gantt-grid__line{height:100%;border:1px solid transparent;border-left:1px solid #eaeaea;box-sizing:border-box;display:inline-block}.g-gantt-grid-line-last{border-right:1px solid #eaeaea}.g-gantt-grid-line-highlighted{background:#dcefff}.g-gantt-row{display:flex;width:100%;height:40px;transition:background-color .2s;position:relative}.g-gantt-row-highlighted{background-color:rgba(204,216,219,.5)}.g-gantt-row__label{display:flex;align-items:center;background:#f5f5f5;color:#404040;font-size:.9em;z-index:3;font-weight:700;left:0;position:sticky;padding:0 10px;box-sizing:border-box;border-top:1px solid #eaeaea;border-bottom:1px solid #eaeaea}.g-gantt-row__label>*{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.g-gantt-row__bars-container{position:relative;border-top:1px solid #eaeaea;border-bottom:1px solid #eaeaea;flex:1}.g-gantt-bar{position:absolute;top:2px;left:30px;display:flex;justify-content:space-between;align-items:center;color:#fff;width:300px;height:34px;border-radius:15px;background:#79869c;overflow:hidden;cursor:move}.g-gantt-bar-immobile{cursor:unset}.g-gantt-bar__label{width:100%;height:100%;box-sizing:border-box;padding:0 4px 0 4px;display:flex;justify-content:center;align-items:center}.g-gantt-bar__label img{pointer-events:none}.g-gantt-bar__label>*{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.g-gantt-bar-resizable .g-gantt-bar__label{padding:0 14px 0 14px}.g-gantt-bar__handle-left,.g-gantt-bar__handle-right{position:absolute;width:10px;height:100%;background:#fff;opacity:.7;border-radius:40px}.g-gantt-bar__handle-left{left:0;cursor:w-resize}.g-gantt-bar__handle-right{right:0;cursor:e-resize}.g-gantt-bar__tooltip{position:absolute;background:#000;color:#fff;z-index:3;font-size:.7em;padding:3px;border-radius:3px;transition:opacity .2s;display:flex;align-items:center}.g-gantt-bar__tooltip:before{content:"";position:absolute;top:0;left:10%;width:0;height:0;border:10px solid transparent;border-bottom-color:#000;border-top:0;margin-left:-5px;margin-top:-5px}.g-gantt-bar__tooltip>.color-indicator{width:8px;height:8px;border-radius:100%;margin-right:4px}[data-theme]{display:flex;flex-direction:column}[data-theme=creamy] .g-gantt-chart{position:relative;overflow:auto;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding-bottom:34px;border:1px solid #eaeaea;box-sizing:border-box;background:#fff;flex:1;font-family:Roboto,Verdana}[data-theme=creamy] .g-gantt-timeaxis,[data-theme=creamy] .g-gantt-timeaxis__day,[data-theme=creamy] .g-gantt-timeaxis__day>div,[data-theme=creamy] .g-gantt-timeaxis__days{display:flex}[data-theme=creamy] .g-gantt-timeaxis{position:sticky;top:0;background:#fff;z-index:4;box-shadow:0 1px 3px 2px rgba(50,50,50,.5)}[data-theme=creamy] .g-gantt-timeaxis__empty-space{min-height:100%;background:#fcdcc5;z-index:5;left:0;position:sticky}[data-theme=creamy] .g-gantt-timeaxis__days{position:relative;height:100%}[data-theme=creamy] .g-gantt-timeaxis__day{height:100%;flex-direction:column;color:#542d05}[data-theme=creamy] .g-gantt-timeaxis__day:nth-child(2n){background:#fcdcc5}[data-theme=creamy] .g-gantt-timeaxis__day:nth-child(odd){background:#ffe8d9}[data-theme=creamy] .g-gantt-timeaxis__day>div:first-child{justify-content:space-around;font-weight:700;align-items:center}[data-theme=creamy] .g-gantt-timeaxis__days{align-items:flex-end;justify-content:space-between;background:#fff6f0;color:#542d05}[data-theme=creamy] .g-gantt-timeaxis__hour{display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column;opacity:.5;color:#542d05}[data-theme=creamy] .g-gantt-timeaxis__hour:nth-child(2n){background:#fcdcc5}[data-theme=creamy] .g-gantt-timeaxis__hour:nth-child(odd){background:#ffe8d9}[data-theme=creamy] .g-gantt-timeaxis__hour-pin{width:1px;height:5px;background:#542d05}[data-theme=creamy] .g-gantt-timeaxis__marker{position:absolute;left:0;bottom:0;height:5px;width:3px;background:#000}[data-theme=creamy] .g-gantt-rows-container{position:relative}[data-theme=creamy] .g-gantt-grid{position:absolute;top:0;bottom:0;overflow:hidden}[data-theme=creamy] .g-gantt-grid__line{height:100%;border:1px solid transparent;border-left:1px solid #eaeaea;box-sizing:border-box;display:inline-block}[data-theme=creamy] .g-gantt-grid-line-last{border-right:1px solid #eaeaea}[data-theme=creamy] .g-gantt-grid-line-highlighted{background:#dcefff}[data-theme=creamy] .g-gantt-row{display:flex;width:100%;height:40px;transition:background-color .2s;position:relative}[data-theme=creamy] .g-gantt-row-highlighted{background-color:hsla(41,36%,85%,.5)}[data-theme=creamy] .g-gantt-row__label{display:flex;align-items:center;background:#fff6f0;color:#542d05;font-size:.9em;z-index:3;font-weight:700;left:0;position:sticky;padding:0 10px;box-sizing:border-box;border-top:1px solid #f7efe9;border-bottom:1px solid #f7efe9}[data-theme=creamy] .g-gantt-row__label>*{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}[data-theme=creamy] .g-gantt-row__bars-container{position:relative;border-top:1px solid #eaeaea;border-bottom:1px solid #eaeaea;flex:1}[data-theme=creamy] .g-gantt-bar{position:absolute;top:2px;left:30px;display:flex;justify-content:space-between;align-items:center;color:#fff;width:300px;height:34px;border-radius:15px;background:#79869c;overflow:hidden;cursor:move}[data-theme=creamy] .g-gantt-bar-immobile{cursor:unset}[data-theme=creamy] .g-gantt-bar__label{width:100%;height:100%;box-sizing:border-box;padding:0 4px 0 4px;display:flex;justify-content:center;align-items:center}[data-theme=creamy] .g-gantt-bar__label img{pointer-events:none}[data-theme=creamy] .g-gantt-bar__label>*{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}[data-theme=creamy] .g-gantt-bar-resizable .g-gantt-bar__label{padding:0 14px 0 14px}[data-theme=creamy] .g-gantt-bar__handle-left,[data-theme=creamy] .g-gantt-bar__handle-right{position:absolute;width:10px;height:100%;background:#fff;opacity:.7;border-radius:40px}[data-theme=creamy] .g-gantt-bar__handle-left{left:0;cursor:w-resize}[data-theme=creamy] .g-gantt-bar__handle-right{right:0;cursor:e-resize}[data-theme=creamy] .g-gantt-bar__tooltip{position:absolute;background:#000;color:#fff;z-index:3;font-size:.7em;padding:3px;border-radius:3px;transition:opacity .2s;display:flex;align-items:center}[data-theme=creamy] .g-gantt-bar__tooltip:before{content:"";position:absolute;top:0;left:10%;width:0;height:0;border:10px solid transparent;border-bottom-color:#000;border-top:0;margin-left:-5px;margin-top:-5px}[data-theme=creamy] .g-gantt-bar__tooltip>.color-indicator{width:8px;height:8px;border-radius:100%;margin-right:4px}[data-theme=crimson] .g-gantt-chart{position:relative;overflow:auto;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding-bottom:34px;border:1px solid #eaeaea;box-sizing:border-box;background:#fff;flex:1;font-family:Roboto,Verdana}[data-theme=crimson] .g-gantt-timeaxis,[data-theme=crimson] .g-gantt-timeaxis__day,[data-theme=crimson] .g-gantt-timeaxis__day>div,[data-theme=crimson] .g-gantt-timeaxis__days{display:flex}[data-theme=crimson] .g-gantt-timeaxis{position:sticky;top:0;background:#fff;z-index:4;box-shadow:0 1px 3px 2px rgba(50,50,50,.5)}[data-theme=crimson] .g-gantt-timeaxis__empty-space{min-height:100%;background:#c41238;z-index:5;left:0;position:sticky}[data-theme=crimson] .g-gantt-timeaxis__days{position:relative;height:100%}[data-theme=crimson] .g-gantt-timeaxis__day{height:100%;flex-direction:column;color:#fff}[data-theme=crimson] .g-gantt-timeaxis__day:nth-child(2n){background:#c41238}[data-theme=crimson] .g-gantt-timeaxis__day:nth-child(odd){background:#a82039}[data-theme=crimson] .g-gantt-timeaxis__day>div:first-child{justify-content:space-around;font-weight:700;align-items:center}[data-theme=crimson] .g-gantt-timeaxis__days{align-items:flex-end;justify-content:space-between;background:#db4f56;color:#fff}[data-theme=crimson] .g-gantt-timeaxis__hour{display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column;opacity:.5;color:#fff}[data-theme=crimson] .g-gantt-timeaxis__hour:nth-child(2n){background:#c41238}[data-theme=crimson] .g-gantt-timeaxis__hour:nth-child(odd){background:#a82039}[data-theme=crimson] .g-gantt-timeaxis__hour-pin{width:1px;height:5px;background:#fff}[data-theme=crimson] .g-gantt-timeaxis__marker{position:absolute;left:0;bottom:0;height:5px;width:3px;background:#000}[data-theme=crimson] .g-gantt-rows-container{position:relative}[data-theme=crimson] .g-gantt-grid{position:absolute;top:0;bottom:0;overflow:hidden}[data-theme=crimson] .g-gantt-grid__line{height:100%;border:1px solid transparent;border-left:1px solid #eaeaea;box-sizing:border-box;display:inline-block}[data-theme=crimson] .g-gantt-grid-line-last{border-right:1px solid #eaeaea}[data-theme=crimson] .g-gantt-grid-line-highlighted{background:#dcefff}[data-theme=crimson] .g-gantt-row{display:flex;width:100%;height:40px;transition:background-color .2s;position:relative}[data-theme=crimson] .g-gantt-row-highlighted{background-color:hsla(0,32%,66%,.5)}[data-theme=crimson] .g-gantt-row__label{display:flex;align-items:center;background:#db4f56;color:#fff;font-size:.9em;z-index:3;font-weight:700;left:0;position:sticky;padding:0 10px;box-sizing:border-box;border-top:1px solid #e6535a;border-bottom:1px solid #e6535a}[data-theme=crimson] .g-gantt-row__label>*{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}[data-theme=crimson] .g-gantt-row__bars-container{position:relative;border-top:1px solid #eaeaea;border-bottom:1px solid #eaeaea;flex:1}[data-theme=crimson] .g-gantt-bar{position:absolute;top:2px;left:30px;display:flex;justify-content:space-between;align-items:center;color:#fff;width:300px;height:34px;border-radius:15px;background:#79869c;overflow:hidden;cursor:move}[data-theme=crimson] .g-gantt-bar-immobile{cursor:unset}[data-theme=crimson] .g-gantt-bar__label{width:100%;height:100%;box-sizing:border-box;padding:0 4px 0 4px;display:flex;justify-content:center;align-items:center}[data-theme=crimson] .g-gantt-bar__label img{pointer-events:none}[data-theme=crimson] .g-gantt-bar__label>*{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}[data-theme=crimson] .g-gantt-bar-resizable .g-gantt-bar__label{padding:0 14px 0 14px}[data-theme=crimson] .g-gantt-bar__handle-left,[data-theme=crimson] .g-gantt-bar__handle-right{position:absolute;width:10px;height:100%;background:#fff;opacity:.7;border-radius:40px}[data-theme=crimson] .g-gantt-bar__handle-left{left:0;cursor:w-resize}[data-theme=crimson] .g-gantt-bar__handle-right{right:0;cursor:e-resize}[data-theme=crimson] .g-gantt-bar__tooltip{position:absolute;background:#000;color:#fff;z-index:3;font-size:.7em;padding:3px;border-radius:3px;transition:opacity .2s;display:flex;align-items:center}[data-theme=crimson] .g-gantt-bar__tooltip:before{content:"";position:absolute;top:0;left:10%;width:0;height:0;border:10px solid transparent;border-bottom-color:#000;border-top:0;margin-left:-5px;margin-top:-5px}[data-theme=crimson] .g-gantt-bar__tooltip>.color-indicator{width:8px;height:8px;border-radius:100%;margin-right:4px}[data-theme=dark] .g-gantt-chart{position:relative;overflow:auto;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding-bottom:34px;border:1px solid #444;box-sizing:border-box;background:#525252;flex:1;font-family:Roboto,Verdana}[data-theme=dark] .g-gantt-timeaxis,[data-theme=dark] .g-gantt-timeaxis__day,[data-theme=dark] .g-gantt-timeaxis__day>div,[data-theme=dark] .g-gantt-timeaxis__days{display:flex}[data-theme=dark] .g-gantt-timeaxis{position:sticky;top:0;background:#fff;z-index:4;box-shadow:0 1px 3px 2px rgba(50,50,50,.5)}[data-theme=dark] .g-gantt-timeaxis__empty-space{min-height:100%;background:#303030;z-index:5;left:0;position:sticky}[data-theme=dark] .g-gantt-timeaxis__days{position:relative;height:100%}[data-theme=dark] .g-gantt-timeaxis__day{height:100%;flex-direction:column;color:#adb5bd}[data-theme=dark] .g-gantt-timeaxis__day:nth-child(2n){background:#303030}[data-theme=dark] .g-gantt-timeaxis__day:nth-child(odd){background:#404040}[data-theme=dark] .g-gantt-timeaxis__day>div:first-child{justify-content:space-around;font-weight:700;align-items:center}[data-theme=dark] .g-gantt-timeaxis__days{align-items:flex-end;justify-content:space-between;background:#353535;color:#adb5bd}[data-theme=dark] .g-gantt-timeaxis__hour{display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column;opacity:.5;color:#adb5bd}[data-theme=dark] .g-gantt-timeaxis__hour:nth-child(2n){background:#303030}[data-theme=dark] .g-gantt-timeaxis__hour:nth-child(odd){background:#404040}[data-theme=dark] .g-gantt-timeaxis__hour-pin{width:1px;height:5px;background:#adb5bd}[data-theme=dark] .g-gantt-timeaxis__marker{position:absolute;left:0;bottom:0;height:5px;width:3px;background:#666}[data-theme=dark] .g-gantt-rows-container{position:relative}[data-theme=dark] .g-gantt-grid{position:absolute;top:0;bottom:0;overflow:hidden}[data-theme=dark] .g-gantt-grid__line{height:100%;border:1px solid transparent;border-left:1px solid #444;box-sizing:border-box;display:inline-block}[data-theme=dark] .g-gantt-grid-line-last{border-right:1px solid #444}[data-theme=dark] .g-gantt-grid-line-highlighted{background:#7e7e7e}[data-theme=dark] .g-gantt-row{display:flex;width:100%;height:40px;transition:background-color .2s;position:relative}[data-theme=dark] .g-gantt-row-highlighted{background-color:hsla(210,1%,63%,.5)}[data-theme=dark] .g-gantt-row__label{display:flex;align-items:center;background:#353535;color:#adb5bd;font-size:.9em;z-index:3;font-weight:700;left:0;position:sticky;padding:0 10px;box-sizing:border-box;border-top:1px solid #444;border-bottom:1px solid #444}[data-theme=dark] .g-gantt-row__label>*{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}[data-theme=dark] .g-gantt-row__bars-container{position:relative;border-top:1px solid #444;border-bottom:1px solid #444;flex:1}[data-theme=dark] .g-gantt-bar{position:absolute;top:2px;left:30px;display:flex;justify-content:space-between;align-items:center;color:#fff;width:300px;height:34px;border-radius:15px;background:#79869c;overflow:hidden;cursor:move}[data-theme=dark] .g-gantt-bar-immobile{cursor:unset}[data-theme=dark] .g-gantt-bar__label{width:100%;height:100%;box-sizing:border-box;padding:0 4px 0 4px;display:flex;justify-content:center;align-items:center}[data-theme=dark] .g-gantt-bar__label img{pointer-events:none}[data-theme=dark] .g-gantt-bar__label>*{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}[data-theme=dark] .g-gantt-bar-resizable .g-gantt-bar__label{padding:0 14px 0 14px}[data-theme=dark] .g-gantt-bar__handle-left,[data-theme=dark] .g-gantt-bar__handle-right{position:absolute;width:10px;height:100%;background:#fff;opacity:.7;border-radius:40px}[data-theme=dark] .g-gantt-bar__handle-left{left:0;cursor:w-resize}[data-theme=dark] .g-gantt-bar__handle-right{right:0;cursor:e-resize}[data-theme=dark] .g-gantt-bar__tooltip{position:absolute;background:#000;color:#fff;z-index:3;font-size:.7em;padding:3px;border-radius:3px;transition:opacity .2s;display:flex;align-items:center}[data-theme=dark] .g-gantt-bar__tooltip:before{content:"";position:absolute;top:0;left:10%;width:0;height:0;border:10px solid transparent;border-bottom-color:#000;border-top:0;margin-left:-5px;margin-top:-5px}[data-theme=dark] .g-gantt-bar__tooltip>.color-indicator{width:8px;height:8px;border-radius:100%;margin-right:4px}[data-theme=flare] .g-gantt-chart{position:relative;overflow:auto;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding-bottom:34px;border:1px solid #eaeaea;box-sizing:border-box;background:#fff;flex:1;font-family:Roboto,Verdana}[data-theme=flare] .g-gantt-timeaxis,[data-theme=flare] .g-gantt-timeaxis__day,[data-theme=flare] .g-gantt-timeaxis__day>div,[data-theme=flare] .g-gantt-timeaxis__days{display:flex}[data-theme=flare] .g-gantt-timeaxis{position:sticky;top:0;background:#fff;z-index:4;box-shadow:0 1px 3px 2px rgba(50,50,50,.5)}[data-theme=flare] .g-gantt-timeaxis__empty-space{min-height:100%;background:#e67912;z-index:5;left:0;position:sticky}[data-theme=flare] .g-gantt-timeaxis__days{position:relative;height:100%}[data-theme=flare] .g-gantt-timeaxis__day{height:100%;flex-direction:column;color:#fff}[data-theme=flare] .g-gantt-timeaxis__day:nth-child(2n){background:#e67912}[data-theme=flare] .g-gantt-timeaxis__day:nth-child(odd){background:#e08a38}[data-theme=flare] .g-gantt-timeaxis__day>div:first-child{justify-content:space-around;font-weight:700;align-items:center}[data-theme=flare] .g-gantt-timeaxis__days{align-items:flex-end;justify-content:space-between;background:#5e5145;color:#fff}[data-theme=flare] .g-gantt-timeaxis__hour{display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column;opacity:.5;color:#fff}[data-theme=flare] .g-gantt-timeaxis__hour:nth-child(2n){background:#e67912}[data-theme=flare] .g-gantt-timeaxis__hour:nth-child(odd){background:#e08a38}[data-theme=flare] .g-gantt-timeaxis__hour-pin{width:1px;height:5px;background:#fff}[data-theme=flare] .g-gantt-timeaxis__marker{position:absolute;left:0;bottom:0;height:5px;width:3px;background:#000}[data-theme=flare] .g-gantt-rows-container{position:relative}[data-theme=flare] .g-gantt-grid{position:absolute;top:0;bottom:0;overflow:hidden}[data-theme=flare] .g-gantt-grid__line{height:100%;border:1px solid transparent;border-left:1px solid #eaeaea;box-sizing:border-box;display:inline-block}[data-theme=flare] .g-gantt-grid-line-last{border-right:1px solid #eaeaea}[data-theme=flare] .g-gantt-grid-line-highlighted{background:#dcefff}[data-theme=flare] .g-gantt-row{display:flex;width:100%;height:40px;transition:background-color .2s;position:relative}[data-theme=flare] .g-gantt-row-highlighted{background-color:hsla(0,32%,66%,.5)}[data-theme=flare] .g-gantt-row__label{display:flex;align-items:center;background:#5e5145;color:#fff;font-size:.9em;z-index:3;font-weight:700;left:0;position:sticky;padding:0 10px;box-sizing:border-box;border-top:1px solid #6b5c4e;border-bottom:1px solid #6b5c4e}[data-theme=flare] .g-gantt-row__label>*{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}[data-theme=flare] .g-gantt-row__bars-container{position:relative;border-top:1px solid #eaeaea;border-bottom:1px solid #eaeaea;flex:1}[data-theme=flare] .g-gantt-bar{position:absolute;top:2px;left:30px;display:flex;justify-content:space-between;align-items:center;color:#fff;width:300px;height:34px;border-radius:15px;background:#79869c;overflow:hidden;cursor:move}[data-theme=flare] .g-gantt-bar-immobile{cursor:unset}[data-theme=flare] .g-gantt-bar__label{width:100%;height:100%;box-sizing:border-box;padding:0 4px 0 4px;display:flex;justify-content:center;align-items:center}[data-theme=flare] .g-gantt-bar__label img{pointer-events:none}[data-theme=flare] .g-gantt-bar__label>*{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}[data-theme=flare] .g-gantt-bar-resizable .g-gantt-bar__label{padding:0 14px 0 14px}[data-theme=flare] .g-gantt-bar__handle-left,[data-theme=flare] .g-gantt-bar__handle-right{position:absolute;width:10px;height:100%;background:#fff;opacity:.7;border-radius:40px}[data-theme=flare] .g-gantt-bar__handle-left{left:0;cursor:w-resize}[data-theme=flare] .g-gantt-bar__handle-right{right:0;cursor:e-resize}[data-theme=flare] .g-gantt-bar__tooltip{position:absolute;background:#000;color:#fff;z-index:3;font-size:.7em;padding:3px;border-radius:3px;transition:opacity .2s;display:flex;align-items:center}[data-theme=flare] .g-gantt-bar__tooltip:before{content:"";position:absolute;top:0;left:10%;width:0;height:0;border:10px solid transparent;border-bottom-color:#000;border-top:0;margin-left:-5px;margin-top:-5px}[data-theme=flare] .g-gantt-bar__tooltip>.color-indicator{width:8px;height:8px;border-radius:100%;margin-right:4px}[data-theme=fuchsia] .g-gantt-chart{position:relative;overflow:auto;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding-bottom:34px;border:1px solid #eaeaea;box-sizing:border-box;background:#fff;flex:1;font-family:Roboto,Verdana}[data-theme=fuchsia] .g-gantt-timeaxis,[data-theme=fuchsia] .g-gantt-timeaxis__day,[data-theme=fuchsia] .g-gantt-timeaxis__day>div,[data-theme=fuchsia] .g-gantt-timeaxis__days{display:flex}[data-theme=fuchsia] .g-gantt-timeaxis{position:sticky;top:0;background:#fff;z-index:4;box-shadow:0 1px 3px 2px rgba(50,50,50,.5)}[data-theme=fuchsia] .g-gantt-timeaxis__empty-space{min-height:100%;background:#b50b41;z-index:5;left:0;position:sticky}[data-theme=fuchsia] .g-gantt-timeaxis__days{position:relative;height:100%}[data-theme=fuchsia] .g-gantt-timeaxis__day{height:100%;flex-direction:column;color:#fff}[data-theme=fuchsia] .g-gantt-timeaxis__day:nth-child(2n){background:#b50b41}[data-theme=fuchsia] .g-gantt-timeaxis__day:nth-child(odd){background:#de1d5a}[data-theme=fuchsia] .g-gantt-timeaxis__day>div:first-child{justify-content:space-around;font-weight:700;align-items:center}[data-theme=fuchsia] .g-gantt-timeaxis__days{align-items:flex-end;justify-content:space-between;background:#ff7da6;color:#fff}[data-theme=fuchsia] .g-gantt-timeaxis__hour{display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column;opacity:.5;color:#fff}[data-theme=fuchsia] .g-gantt-timeaxis__hour:nth-child(2n){background:#b50b41}[data-theme=fuchsia] .g-gantt-timeaxis__hour:nth-child(odd){background:#de1d5a}[data-theme=fuchsia] .g-gantt-timeaxis__hour-pin{width:1px;height:5px;background:#fff}[data-theme=fuchsia] .g-gantt-timeaxis__marker{position:absolute;left:0;bottom:0;height:5px;width:3px;background:#000}[data-theme=fuchsia] .g-gantt-rows-container{position:relative}[data-theme=fuchsia] .g-gantt-grid{position:absolute;top:0;bottom:0;overflow:hidden}[data-theme=fuchsia] .g-gantt-grid__line{height:100%;border:1px solid transparent;border-left:1px solid #eaeaea;box-sizing:border-box;display:inline-block}[data-theme=fuchsia] .g-gantt-grid-line-last{border-right:1px solid #eaeaea}[data-theme=fuchsia] .g-gantt-grid-line-highlighted{background:#dcefff}[data-theme=fuchsia] .g-gantt-row{display:flex;width:100%;height:40px;transition:background-color .2s;position:relative}[data-theme=fuchsia] .g-gantt-row-highlighted{background-color:hsla(0,32%,66%,.5)}[data-theme=fuchsia] .g-gantt-row__label{display:flex;align-items:center;background:#ff7da6;color:#fff;font-size:.9em;z-index:3;font-weight:700;left:0;position:sticky;padding:0 10px;box-sizing:border-box;border-top:1px solid #f2779e;border-bottom:1px solid #f2779e}[data-theme=fuchsia] .g-gantt-row__label>*{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}[data-theme=fuchsia] .g-gantt-row__bars-container{position:relative;border-top:1px solid #eaeaea;border-bottom:1px solid #eaeaea;flex:1}[data-theme=fuchsia] .g-gantt-bar{position:absolute;top:2px;left:30px;display:flex;justify-content:space-between;align-items:center;color:#fff;width:300px;height:34px;border-radius:15px;background:#79869c;overflow:hidden;cursor:move}[data-theme=fuchsia] .g-gantt-bar-immobile{cursor:unset}[data-theme=fuchsia] .g-gantt-bar__label{width:100%;height:100%;box-sizing:border-box;padding:0 4px 0 4px;display:flex;justify-content:center;align-items:center}[data-theme=fuchsia] .g-gantt-bar__label img{pointer-events:none}[data-theme=fuchsia] .g-gantt-bar__label>*{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}[data-theme=fuchsia] .g-gantt-bar-resizable .g-gantt-bar__label{padding:0 14px 0 14px}[data-theme=fuchsia] .g-gantt-bar__handle-left,[data-theme=fuchsia] .g-gantt-bar__handle-right{position:absolute;width:10px;height:100%;background:#fff;opacity:.7;border-radius:40px}[data-theme=fuchsia] .g-gantt-bar__handle-left{left:0;cursor:w-resize}[data-theme=fuchsia] .g-gantt-bar__handle-right{right:0;cursor:e-resize}[data-theme=fuchsia] .g-gantt-bar__tooltip{position:absolute;background:#de1d5a;color:#fff;z-index:3;font-size:.7em;padding:3px;border-radius:3px;transition:opacity .2s;display:flex;align-items:center}[data-theme=fuchsia] .g-gantt-bar__tooltip:before{content:"";position:absolute;top:0;left:10%;width:0;height:0;border:10px solid transparent;border-bottom-color:#de1d5a;border-top:0;margin-left:-5px;margin-top:-5px}[data-theme=fuchsia] .g-gantt-bar__tooltip>.color-indicator{width:8px;height:8px;border-radius:100%;margin-right:4px}[data-theme=grove] .g-gantt-chart{position:relative;overflow:auto;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding-bottom:34px;border:1px solid #eaeaea;box-sizing:border-box;background:#fff;flex:1;font-family:Roboto,Verdana}[data-theme=grove] .g-gantt-timeaxis,[data-theme=grove] .g-gantt-timeaxis__day,[data-theme=grove] .g-gantt-timeaxis__day>div,[data-theme=grove] .g-gantt-timeaxis__days{display:flex}[data-theme=grove] .g-gantt-timeaxis{position:sticky;top:0;background:#fff;z-index:4;box-shadow:0 1px 3px 2px rgba(50,50,50,.5)}[data-theme=grove] .g-gantt-timeaxis__empty-space{min-height:100%;background:#288542;z-index:5;left:0;position:sticky}[data-theme=grove] .g-gantt-timeaxis__days{position:relative;height:100%}[data-theme=grove] .g-gantt-timeaxis__day{height:100%;flex-direction:column;color:#fff}[data-theme=grove] .g-gantt-timeaxis__day:nth-child(2n){background:#288542}[data-theme=grove] .g-gantt-timeaxis__day:nth-child(odd){background:#3d9960}[data-theme=grove] .g-gantt-timeaxis__day>div:first-child{justify-content:space-around;font-weight:700;align-items:center}[data-theme=grove] .g-gantt-timeaxis__days{align-items:flex-end;justify-content:space-between;background:#72b585;color:#fff}[data-theme=grove] .g-gantt-timeaxis__hour{display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column;opacity:.5;color:#fff}[data-theme=grove] .g-gantt-timeaxis__hour:nth-child(2n){background:#288542}[data-theme=grove] .g-gantt-timeaxis__hour:nth-child(odd){background:#3d9960}[data-theme=grove] .g-gantt-timeaxis__hour-pin{width:1px;height:5px;background:#fff}[data-theme=grove] .g-gantt-timeaxis__marker{position:absolute;left:0;bottom:0;height:5px;width:3px;background:#000}[data-theme=grove] .g-gantt-rows-container{position:relative}[data-theme=grove] .g-gantt-grid{position:absolute;top:0;bottom:0;overflow:hidden}[data-theme=grove] .g-gantt-grid__line{height:100%;border:1px solid transparent;border-left:1px solid #eaeaea;box-sizing:border-box;display:inline-block}[data-theme=grove] .g-gantt-grid-line-last{border-right:1px solid #eaeaea}[data-theme=grove] .g-gantt-grid-line-highlighted{background:#dcefff}[data-theme=grove] .g-gantt-row{display:flex;width:100%;height:40px;transition:background-color .2s;position:relative}[data-theme=grove] .g-gantt-row-highlighted{background-color:rgba(160,219,171,.5)}[data-theme=grove] .g-gantt-row__label{display:flex;align-items:center;background:#72b585;color:#fff;font-size:.9em;z-index:3;font-weight:700;left:0;position:sticky;padding:0 10px;box-sizing:border-box;border-top:1px solid #73bd88;border-bottom:1px solid #73bd88}[data-theme=grove] .g-gantt-row__label>*{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}[data-theme=grove] .g-gantt-row__bars-container{position:relative;border-top:1px solid #eaeaea;border-bottom:1px solid #eaeaea;flex:1}[data-theme=grove] .g-gantt-bar{position:absolute;top:2px;left:30px;display:flex;justify-content:space-between;align-items:center;color:#fff;width:300px;height:34px;border-radius:15px;background:#79869c;overflow:hidden;cursor:move}[data-theme=grove] .g-gantt-bar-immobile{cursor:unset}[data-theme=grove] .g-gantt-bar__label{width:100%;height:100%;box-sizing:border-box;padding:0 4px 0 4px;display:flex;justify-content:center;align-items:center}[data-theme=grove] .g-gantt-bar__label img{pointer-events:none}[data-theme=grove] .g-gantt-bar__label>*{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}[data-theme=grove] .g-gantt-bar-resizable .g-gantt-bar__label{padding:0 14px 0 14px}[data-theme=grove] .g-gantt-bar__handle-left,[data-theme=grove] .g-gantt-bar__handle-right{position:absolute;width:10px;height:100%;background:#fff;opacity:.7;border-radius:40px}[data-theme=grove] .g-gantt-bar__handle-left{left:0;cursor:w-resize}[data-theme=grove] .g-gantt-bar__handle-right{right:0;cursor:e-resize}[data-theme=grove] .g-gantt-bar__tooltip{position:absolute;background:#000;color:#fff;z-index:3;font-size:.7em;padding:3px;border-radius:3px;transition:opacity .2s;display:flex;align-items:center}[data-theme=grove] .g-gantt-bar__tooltip:before{content:"";position:absolute;top:0;left:10%;width:0;height:0;border:10px solid transparent;border-bottom-color:#000;border-top:0;margin-left:-5px;margin-top:-5px}[data-theme=grove] .g-gantt-bar__tooltip>.color-indicator{width:8px;height:8px;border-radius:100%;margin-right:4px}[data-theme=material-blue] .g-gantt-chart{position:relative;overflow:auto;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding-bottom:34px;border:1px solid #eaeaea;box-sizing:border-box;background:#fff;flex:1;font-family:Roboto,Verdana}[data-theme=material-blue] .g-gantt-timeaxis,[data-theme=material-blue] .g-gantt-timeaxis__day,[data-theme=material-blue] .g-gantt-timeaxis__day>div,[data-theme=material-blue] .g-gantt-timeaxis__days{display:flex}[data-theme=material-blue] .g-gantt-timeaxis{position:sticky;top:0;background:#fff;z-index:4;box-shadow:0 1px 3px 2px rgba(50,50,50,.5)}[data-theme=material-blue] .g-gantt-timeaxis__empty-space{min-height:100%;background:#1565c0;z-index:5;left:0;position:sticky}[data-theme=material-blue] .g-gantt-timeaxis__days{position:relative;height:100%}[data-theme=material-blue] .g-gantt-timeaxis__day{height:100%;flex-direction:column;color:#fff}[data-theme=material-blue] .g-gantt-timeaxis__day:nth-child(2n){background:#1565c0}[data-theme=material-blue] .g-gantt-timeaxis__day:nth-child(odd){background:#0d47a1}[data-theme=material-blue] .g-gantt-timeaxis__day>div:first-child{justify-content:space-around;font-weight:700;align-items:center}[data-theme=material-blue] .g-gantt-timeaxis__days{align-items:flex-end;justify-content:space-between;background:#42a5f5;color:#fff}[data-theme=material-blue] .g-gantt-timeaxis__hour{display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column;opacity:.5;color:#fff}[data-theme=material-blue] .g-gantt-timeaxis__hour:nth-child(2n){background:#1565c0}[data-theme=material-blue] .g-gantt-timeaxis__hour:nth-child(odd){background:#0d47a1}[data-theme=material-blue] .g-gantt-timeaxis__hour-pin{width:1px;height:5px;background:#fff}[data-theme=material-blue] .g-gantt-timeaxis__marker{position:absolute;left:0;bottom:0;height:5px;width:3px;background:#000}[data-theme=material-blue] .g-gantt-rows-container{position:relative}[data-theme=material-blue] .g-gantt-grid{position:absolute;top:0;bottom:0;overflow:hidden}[data-theme=material-blue] .g-gantt-grid__line{height:100%;border:1px solid transparent;border-left:1px solid #eaeaea;box-sizing:border-box;display:inline-block}[data-theme=material-blue] .g-gantt-grid-line-last{border-right:1px solid #eaeaea}[data-theme=material-blue] .g-gantt-grid-line-highlighted{background:#dcefff}[data-theme=material-blue] .g-gantt-row{display:flex;width:100%;height:40px;transition:background-color .2s;position:relative}[data-theme=material-blue] .g-gantt-row-highlighted{background-color:rgba(110,165,196,.5)}[data-theme=material-blue] .g-gantt-row__label{display:flex;align-items:center;background:#42a5f5;color:#fff;font-size:.9em;z-index:3;font-weight:700;left:0;position:sticky;padding:0 10px;box-sizing:border-box;border-top:1px solid #45abff;border-bottom:1px solid #45abff}[data-theme=material-blue] .g-gantt-row__label>*{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}[data-theme=material-blue] .g-gantt-row__bars-container{position:relative;border-top:1px solid #eaeaea;border-bottom:1px solid #eaeaea;flex:1}[data-theme=material-blue] .g-gantt-bar{position:absolute;top:2px;left:30px;display:flex;justify-content:space-between;align-items:center;color:#fff;width:300px;height:34px;border-radius:15px;background:#79869c;overflow:hidden;cursor:move}[data-theme=material-blue] .g-gantt-bar-immobile{cursor:unset}[data-theme=material-blue] .g-gantt-bar__label{width:100%;height:100%;box-sizing:border-box;padding:0 4px 0 4px;display:flex;justify-content:center;align-items:center}[data-theme=material-blue] .g-gantt-bar__label img{pointer-events:none}[data-theme=material-blue] .g-gantt-bar__label>*{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}[data-theme=material-blue] .g-gantt-bar-resizable .g-gantt-bar__label{padding:0 14px 0 14px}[data-theme=material-blue] .g-gantt-bar__handle-left,[data-theme=material-blue] .g-gantt-bar__handle-right{position:absolute;width:10px;height:100%;background:#fff;opacity:.7;border-radius:40px}[data-theme=material-blue] .g-gantt-bar__handle-left{left:0;cursor:w-resize}[data-theme=material-blue] .g-gantt-bar__handle-right{right:0;cursor:e-resize}[data-theme=material-blue] .g-gantt-bar__tooltip{position:absolute;background:#000;color:#fff;z-index:3;font-size:.7em;padding:3px;border-radius:3px;transition:opacity .2s;display:flex;align-items:center}[data-theme=material-blue] .g-gantt-bar__tooltip:before{content:"";position:absolute;top:0;left:10%;width:0;height:0;border:10px solid transparent;border-bottom-color:#000;border-top:0;margin-left:-5px;margin-top:-5px}[data-theme=material-blue] .g-gantt-bar__tooltip>.color-indicator{width:8px;height:8px;border-radius:100%;margin-right:4px}[data-theme=sky] .g-gantt-chart{position:relative;overflow:auto;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding-bottom:34px;border:1px solid #eaeaea;box-sizing:border-box;background:#fff;flex:1;font-family:Roboto,Verdana}[data-theme=sky] .g-gantt-timeaxis,[data-theme=sky] .g-gantt-timeaxis__day,[data-theme=sky] .g-gantt-timeaxis__day>div,[data-theme=sky] .g-gantt-timeaxis__days{display:flex}[data-theme=sky] .g-gantt-timeaxis{position:sticky;top:0;background:#fff;z-index:4;box-shadow:0 1px 3px 2px rgba(50,50,50,.5)}[data-theme=sky] .g-gantt-timeaxis__empty-space{min-height:100%;background:#a1d6f7;z-index:5;left:0;position:sticky}[data-theme=sky] .g-gantt-timeaxis__days{position:relative;height:100%}[data-theme=sky] .g-gantt-timeaxis__day{height:100%;flex-direction:column;color:#022c47}[data-theme=sky] .g-gantt-timeaxis__day:nth-child(2n){background:#a1d6f7}[data-theme=sky] .g-gantt-timeaxis__day:nth-child(odd){background:#b5e3ff}[data-theme=sky] .g-gantt-timeaxis__day>div:first-child{justify-content:space-around;font-weight:700;align-items:center}[data-theme=sky] .g-gantt-timeaxis__days{align-items:flex-end;justify-content:space-between;background:#d6f7ff;color:#022c47}[data-theme=sky] .g-gantt-timeaxis__hour{display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column;opacity:.5;color:#022c47}[data-theme=sky] .g-gantt-timeaxis__hour:nth-child(2n){background:#a1d6f7}[data-theme=sky] .g-gantt-timeaxis__hour:nth-child(odd){background:#b5e3ff}[data-theme=sky] .g-gantt-timeaxis__hour-pin{width:1px;height:5px;background:#022c47}[data-theme=sky] .g-gantt-timeaxis__marker{position:absolute;left:0;bottom:0;height:5px;width:3px;background:#000}[data-theme=sky] .g-gantt-rows-container{position:relative}[data-theme=sky] .g-gantt-grid{position:absolute;top:0;bottom:0;overflow:hidden}[data-theme=sky] .g-gantt-grid__line{height:100%;border:1px solid transparent;border-left:1px solid #eaeaea;box-sizing:border-box;display:inline-block}[data-theme=sky] .g-gantt-grid-line-last{border-right:1px solid #eaeaea}[data-theme=sky] .g-gantt-grid-line-highlighted{background:#dcefff}[data-theme=sky] .g-gantt-row{display:flex;width:100%;height:40px;transition:background-color .2s;position:relative}[data-theme=sky] .g-gantt-row-highlighted{background-color:rgba(193,202,214,.5)}[data-theme=sky] .g-gantt-row__label{display:flex;align-items:center;background:#d6f7ff;color:#022c47;font-size:.9em;z-index:3;font-weight:700;left:0;position:sticky;padding:0 10px;box-sizing:border-box;border-top:1px solid #cbf4fe;border-bottom:1px solid #cbf4fe}[data-theme=sky] .g-gantt-row__label>*{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}[data-theme=sky] .g-gantt-row__bars-container{position:relative;border-top:1px solid #eaeaea;border-bottom:1px solid #eaeaea;flex:1}[data-theme=sky] .g-gantt-bar{position:absolute;top:2px;left:30px;display:flex;justify-content:space-between;align-items:center;color:#fff;width:300px;height:34px;border-radius:15px;background:#79869c;overflow:hidden;cursor:move}[data-theme=sky] .g-gantt-bar-immobile{cursor:unset}[data-theme=sky] .g-gantt-bar__label{width:100%;height:100%;box-sizing:border-box;padding:0 4px 0 4px;display:flex;justify-content:center;align-items:center}[data-theme=sky] .g-gantt-bar__label img{pointer-events:none}[data-theme=sky] .g-gantt-bar__label>*{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}[data-theme=sky] .g-gantt-bar-resizable .g-gantt-bar__label{padding:0 14px 0 14px}[data-theme=sky] .g-gantt-bar__handle-left,[data-theme=sky] .g-gantt-bar__handle-right{position:absolute;width:10px;height:100%;background:#fff;opacity:.7;border-radius:40px}[data-theme=sky] .g-gantt-bar__handle-left{left:0;cursor:w-resize}[data-theme=sky] .g-gantt-bar__handle-right{right:0;cursor:e-resize}[data-theme=sky] .g-gantt-bar__tooltip{position:absolute;background:#000;color:#fff;z-index:3;font-size:.7em;padding:3px;border-radius:3px;transition:opacity .2s;display:flex;align-items:center}[data-theme=sky] .g-gantt-bar__tooltip:before{content:"";position:absolute;top:0;left:10%;width:0;height:0;border:10px solid transparent;border-bottom-color:#000;border-top:0;margin-left:-5px;margin-top:-5px}[data-theme=sky] .g-gantt-bar__tooltip>.color-indicator{width:8px;height:8px;border-radius:100%;margin-right:4px}[data-theme=slumber] .g-gantt-chart{position:relative;overflow:auto;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding-bottom:34px;border:1px solid #444;box-sizing:border-box;background:#38383b;flex:1;font-family:Roboto,Verdana}[data-theme=slumber] .g-gantt-timeaxis,[data-theme=slumber] .g-gantt-timeaxis__day,[data-theme=slumber] .g-gantt-timeaxis__day>div,[data-theme=slumber] .g-gantt-timeaxis__days{display:flex}[data-theme=slumber] .g-gantt-timeaxis{position:sticky;top:0;background:#fff;z-index:4;box-shadow:0 1px 3px 2px rgba(50,50,50,.5)}[data-theme=slumber] .g-gantt-timeaxis__empty-space{min-height:100%;background:#2f3447;z-index:5;left:0;position:sticky}[data-theme=slumber] .g-gantt-timeaxis__days{position:relative;height:100%}[data-theme=slumber] .g-gantt-timeaxis__day{height:100%;flex-direction:column;color:#ffe0b3}[data-theme=slumber] .g-gantt-timeaxis__day:nth-child(2n){background:#2f3447}[data-theme=slumber] .g-gantt-timeaxis__day:nth-child(odd){background:#2c2e36}[data-theme=slumber] .g-gantt-timeaxis__day>div:first-child{justify-content:space-around;font-weight:700;align-items:center}[data-theme=slumber] .g-gantt-timeaxis__days{align-items:flex-end;justify-content:space-between;background:#35394d;color:#ffe0b3}[data-theme=slumber] .g-gantt-timeaxis__hour{display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column;opacity:.5;color:#ffe0b3}[data-theme=slumber] .g-gantt-timeaxis__hour:nth-child(2n){background:#2f3447}[data-theme=slumber] .g-gantt-timeaxis__hour:nth-child(odd){background:#2c2e36}[data-theme=slumber] .g-gantt-timeaxis__hour-pin{width:1px;height:5px;background:#ffe0b3}[data-theme=slumber] .g-gantt-timeaxis__marker{position:absolute;left:0;bottom:0;height:5px;width:3px;background:#666}[data-theme=slumber] .g-gantt-rows-container{position:relative}[data-theme=slumber] .g-gantt-grid{position:absolute;top:0;bottom:0;overflow:hidden}[data-theme=slumber] .g-gantt-grid__line{height:100%;border:1px solid transparent;border-left:1px solid #444;box-sizing:border-box;display:inline-block}[data-theme=slumber] .g-gantt-grid-line-last{border-right:1px solid #444}[data-theme=slumber] .g-gantt-grid-line-highlighted{background:#7e7e7e}[data-theme=slumber] .g-gantt-row{display:flex;width:100%;height:40px;transition:background-color .2s;position:relative}[data-theme=slumber] .g-gantt-row-highlighted{background-color:hsla(40,25%,60%,.5)}[data-theme=slumber] .g-gantt-row__label{display:flex;align-items:center;background:#35394d;color:#ffe0b3;font-size:.9em;z-index:3;font-weight:700;left:0;position:sticky;padding:0 10px;box-sizing:border-box;border-top:1px solid #444;border-bottom:1px solid #444}[data-theme=slumber] .g-gantt-row__label>*{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}[data-theme=slumber] .g-gantt-row__bars-container{position:relative;border-top:1px solid #444;border-bottom:1px solid #444;flex:1}[data-theme=slumber] .g-gantt-bar{position:absolute;top:2px;left:30px;display:flex;justify-content:space-between;align-items:center;color:#fff;width:300px;height:34px;border-radius:15px;background:#79869c;overflow:hidden;cursor:move}[data-theme=slumber] .g-gantt-bar-immobile{cursor:unset}[data-theme=slumber] .g-gantt-bar__label{width:100%;height:100%;box-sizing:border-box;padding:0 4px 0 4px;display:flex;justify-content:center;align-items:center}[data-theme=slumber] .g-gantt-bar__label img{pointer-events:none}[data-theme=slumber] .g-gantt-bar__label>*{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}[data-theme=slumber] .g-gantt-bar-resizable .g-gantt-bar__label{padding:0 14px 0 14px}[data-theme=slumber] .g-gantt-bar__handle-left,[data-theme=slumber] .g-gantt-bar__handle-right{position:absolute;width:10px;height:100%;background:#fff;opacity:.7;border-radius:40px}[data-theme=slumber] .g-gantt-bar__handle-left{left:0;cursor:w-resize}[data-theme=slumber] .g-gantt-bar__handle-right{right:0;cursor:e-resize}[data-theme=slumber] .g-gantt-bar__tooltip{position:absolute;background:#000;color:#fff;z-index:3;font-size:.7em;padding:3px;border-radius:3px;transition:opacity .2s;display:flex;align-items:center}[data-theme=slumber] .g-gantt-bar__tooltip:before{content:"";position:absolute;top:0;left:10%;width:0;height:0;border:10px solid transparent;border-bottom-color:#000;border-top:0;margin-left:-5px;margin-top:-5px}[data-theme=slumber] .g-gantt-bar__tooltip>.color-indicator{width:8px;height:8px;border-radius:100%;margin-right:4px}[data-theme=vue] .g-gantt-chart{position:relative;overflow:auto;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding-bottom:34px;border:1px solid #eaeaea;box-sizing:border-box;background:#fff;flex:1;font-family:Roboto,Verdana}[data-theme=vue] .g-gantt-timeaxis,[data-theme=vue] .g-gantt-timeaxis__day,[data-theme=vue] .g-gantt-timeaxis__day>div,[data-theme=vue] .g-gantt-timeaxis__days{display:flex}[data-theme=vue] .g-gantt-timeaxis{position:sticky;top:0;background:#fff;z-index:4;box-shadow:0 1px 3px 2px rgba(50,50,50,.5)}[data-theme=vue] .g-gantt-timeaxis__empty-space{min-height:100%;background:#41b883;z-index:5;left:0;position:sticky}[data-theme=vue] .g-gantt-timeaxis__days{position:relative;height:100%}[data-theme=vue] .g-gantt-timeaxis__day{height:100%;flex-direction:column;color:#fff}[data-theme=vue] .g-gantt-timeaxis__day:nth-child(2n){background:#41b883}[data-theme=vue] .g-gantt-timeaxis__day:nth-child(odd){background:#258a5d}[data-theme=vue] .g-gantt-timeaxis__day>div:first-child{justify-content:space-around;font-weight:700;align-items:center}[data-theme=vue] .g-gantt-timeaxis__days{align-items:flex-end;justify-content:space-between;background:#35495e;color:#fff}[data-theme=vue] .g-gantt-timeaxis__hour{display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column;opacity:.5;color:#fff}[data-theme=vue] .g-gantt-timeaxis__hour:nth-child(2n){background:#41b883}[data-theme=vue] .g-gantt-timeaxis__hour:nth-child(odd){background:#258a5d}[data-theme=vue] .g-gantt-timeaxis__hour-pin{width:1px;height:5px;background:#fff}[data-theme=vue] .g-gantt-timeaxis__marker{position:absolute;left:0;bottom:0;height:5px;width:3px;background:#000}[data-theme=vue] .g-gantt-rows-container{position:relative}[data-theme=vue] .g-gantt-grid{position:absolute;top:0;bottom:0;overflow:hidden}[data-theme=vue] .g-gantt-grid__line{height:100%;border:1px solid transparent;border-left:1px solid #eaeaea;box-sizing:border-box;display:inline-block}[data-theme=vue] .g-gantt-grid-line-last{border-right:1px solid #eaeaea}[data-theme=vue] .g-gantt-grid-line-highlighted{background:#dcefff}[data-theme=vue] .g-gantt-row{display:flex;width:100%;height:40px;transition:background-color .2s;position:relative}[data-theme=vue] .g-gantt-row-highlighted{background-color:rgba(160,219,171,.5)}[data-theme=vue] .g-gantt-row__label{display:flex;align-items:center;background:#35495e;color:#fff;font-size:.9em;z-index:3;font-weight:700;left:0;position:sticky;padding:0 10px;box-sizing:border-box;border-top:1px solid #384d63;border-bottom:1px solid #384d63}[data-theme=vue] .g-gantt-row__label>*{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}[data-theme=vue] .g-gantt-row__bars-container{position:relative;border-top:1px solid #eaeaea;border-bottom:1px solid #eaeaea;flex:1}[data-theme=vue] .g-gantt-bar{position:absolute;top:2px;left:30px;display:flex;justify-content:space-between;align-items:center;color:#fff;width:300px;height:34px;border-radius:15px;background:#79869c;overflow:hidden;cursor:move}[data-theme=vue] .g-gantt-bar-immobile{cursor:unset}[data-theme=vue] .g-gantt-bar__label{width:100%;height:100%;box-sizing:border-box;padding:0 4px 0 4px;display:flex;justify-content:center;align-items:center}[data-theme=vue] .g-gantt-bar__label img{pointer-events:none}[data-theme=vue] .g-gantt-bar__label>*{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}[data-theme=vue] .g-gantt-bar-resizable .g-gantt-bar__label{padding:0 14px 0 14px}[data-theme=vue] .g-gantt-bar__handle-left,[data-theme=vue] .g-gantt-bar__handle-right{position:absolute;width:10px;height:100%;background:#fff;opacity:.7;border-radius:40px}[data-theme=vue] .g-gantt-bar__handle-left{left:0;cursor:w-resize}[data-theme=vue] .g-gantt-bar__handle-right{right:0;cursor:e-resize}[data-theme=vue] .g-gantt-bar__tooltip{position:absolute;background:#000;color:#fff;z-index:3;font-size:.7em;padding:3px;border-radius:3px;transition:opacity .2s;display:flex;align-items:center}[data-theme=vue] .g-gantt-bar__tooltip:before{content:"";position:absolute;top:0;left:10%;width:0;height:0;border:10px solid transparent;border-bottom-color:#000;border-top:0;margin-left:-5px;margin-top:-5px}[data-theme=vue] .g-gantt-bar__tooltip>.color-indicator{width:8px;height:8px;border-radius:100%;margin-right:4px}.fade-enter-active{animation:fade-in .3s}.fade-leave-active{animation:fade-in .3s reverse}@keyframes fade-in{0%{opacity:0}to{opacity:1}} |