/*!
 * Timeline application
 * Copyright 2020, Koodikulma, Mikael Sauren. All rights reserved.
 */

 /* * - - - - - - - - - * * - RESET & GENERAL * * - - - - - - - - - * */ body{position:relative;margin:0;padding:0;font-family:"Ubuntu", sans-serif}.app{width:100%;height:100%;padding:0;margin:0}:root,:root .UIDark{--dim-text:#666;--tone-full:#eee;--tone-very-high:#ccc;--tone-high:#aaa;--tone-mid:#888;--tone-low:#555;--tone-very-low:#333;--tone-back:#111;--tone-full-back:rgba(0,0,0,1);--tone-full-front:rgba(255,255,255,1);--tone-full-back-half:rgba(0,0,0,.4);--tone-full-front-half:rgba(255,255,255,.4)}:root .UILight{--dim-text:#999;--tone-full:#111;--tone-very-high:#333;--tone-high:#555;--tone-mid:#888;--tone-low:#aaa;--tone-very-low:#ccc;--tone-back:#eee;--tone-full-back:rgba(255,255,255,1);--tone-full-front:rgba(0,0,0,1);--tone-full-back-half:rgba(255,255,255,.4);--tone-full-front-half:rgba(0,0,0,.4)}.grabbable{cursor:move;cursor:grab;cursor:-moz-grab;cursor:-webkit-grab}.grabbable:active{cursor:grabbing;cursor:-moz-grabbing;cursor:-webkit-grabbing}.no-select{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.no-pointer{pointer-events:none}.UIIcon svg{pointer-events:none}.UIButton > .UIIcon, .UIButton > .UIText{pointer-events:none}.UITable{display:table}.UITableRow{display:table-row}.UITableCell{display:table-cell}.UILowerCase{text-transform:lowercase}.UIUpperCase{text-transform:uppercase}.UIElement.UIHalfDim{opacity:0.6}.UIOneLine{display:inline;vertical-align:middle}.UIInlineMiddle{display:inline-block;vertical-align:middle}.AppUI{font-size:15px}.AppUI.UIPrintMode{display:flex;justify-content:center;align-items:center;background:#fff;height:auto !important;width:auto !important;-webkit-print-color-adjust:exact;print-color-adjust:exact}.AppUI.UIPrintMode .UIViewport{left:auto !important;right:auto !important}.AppUI.UIPrintMode.UIPrintA4 .UIViewport{max-width:700px;max-height:1050px}.AppUI.UIPrintMode.UIPrintA4.UIPrintLayout .UIViewport{max-width:1050px;max-height:700px}.AppUI.UIPrintMode.UIPrintA3 .UIViewport{max-width:1050px;max-height:1400px}.AppUI.UIPrintMode.UIPrintA3.UIPrintLayout .UIViewport{max-width:1400px;max-height:1050px}.UIPrintMode .UINoPrint{display:none !important}.UIPrintMode .UIPrintThrough{opacity:0;pointer-events:none}.UIPrintMode .UIPageBreakBefore{page-break-before:always}.UIPrintMode .UICalendarGroup{page-break-before:auto}.UIPrintMode .UICalendarSection{page-break-before:always}@media print{.UIPageBreakBefore{page-break-before:always}.UICalendarGroup{page-break-before:auto}.UICalendarSection{page-break-before:always}}.UIScrollLine{z-index:15;cursor:pointer;border-radius:3px;position:absolute;cursor:pointer;bottom:10px;left:22px;right:22px;margin-left:160px}.UIScrollLine.UIHorizontal{height:8px}.UIScrollLine.UIVertical{width:8px}.UIScrollBar{position:absolute;border-radius:3px;opacity:.6}.UIScrollBar:hover{opacity:1}.UIScrollLine.UIHorizontal .UIScrollBar{height:100%}.UIScrollLine.UIVertical .UIScrollBar{width:100%}.UIScrollLine{background-color:var(--tone-full-back-half)}.UIScrollLine:hover{background-color:var(--tone-full-back)}.UIScrollBar{background-color:var(--tone-low)}/* * - - - - - - - - - * * - - - LOGIN - - - * * - - - - - - - - - * */ .UILogin{display:flex;color:#aaa;height:100%;align-items:center;justify-content:center;margin:0;padding:0}.UILogin.UIAppPanel{padding:0}.UILogin .UIAppPanelContent{border:1px solid #333;background-color:#0a0a0a;border-radius:5px;padding:5px 10px}.UILogin .UILoginTitle{position:absolute;margin-top:-35px;color:#555;font-style:italic;font-size:100%}.UILogin .UILoginIcon{width:20px;height:20px}.UILogin .UIAppButton{margin:5px;padding:2px 7px 4px}.UILogin .UIAppButton:active{outline:1px solid #aac}.UILoginRow{margin:5px}.UILoginRow > .UIDescription{color:#555}.UILoginRow > input.UIInput{letter-spacing:1.5px;color:#aac;max-width:150px;border:none;border-bottom:1px solid #555;margin:0 10px;padding:2px;background-color:transparent}.UILoginRow.UILoginName > input.UIInput{font-size:100%}.UILoginRow.UILoginPass > input.UIInput{font-size:90%}.UILoginRow > input.UIInput:active{outline:1px solid #aac}.UILogin input.UIInput{transition:2s background-color ease-in}.UILogin input.UIInput.UIAlarmed{background-color:#412;transition:0.05s background-color ease-in}.UILogin .UIForgotPassword{font-size:90%;font-style:italic}.UIElement .UIInstructions{font-size:90%;font-style:italic;margin-bottom:10px;max-width:300px}.UIDark .UIInstructions{color:#777}.UILight .UIInstructions{color:#888}/* * - - - - - - - - - * * - DATE PICKER - * * - - - - - - - - - * */ .UIDatePickerCycle{position:relative;font-size:14px;width:100%;align-items:center}.UIDatePickerBtn{cursor:pointer;width:18px;height:18px;text-align:center;font-size:12px}.UIDatePickerBtn .UIIcon{position:relative;width:100%;height:100%;padding:2px;box-sizing:border-box}.UIDatePickerDay.UIDay{position:relative;text-align:center;cursor:pointer;max-width:18px;height:18px;width:20%;font-size:13px;border-radius:3px}.UIDatePicker.UIShowWeekEnds .UIDatePickerDay{width:14.28%}.UIDatePickerDay.UIDay.UIDayEmpty{pointer-events:none}.UIDatePicker .UIDatePickerDay.UIDay:hover{z-index:10;opacity:1}.UIDatePicker .UIDatePickerDay.UIDay:hover:after{font-size:12px;padding:3px 5px}.UIDatePickerWeekEnd{opacity:.5}.UIDatePickerBottom{justify-content:center}.UIDatePickerBottom .UIButton{font-size:90%;padding:3px 5px;margin:3px}.UIDatePickerBottom .UIButton .UIIcon{height:15px;width:15px}/* * - - - - - - - - - * * - - TOP BAR - - * * - - - - - - - - - * */ .AppUI > .UIViewport{display:flex;flex-direction:column}.AppUI .UIAppPanel{position:relative;flex-grow:1}.AppUI .UIScrollVertical{position:relative;overflow-y:auto;overflow-x:hidden;flex-grow:1}.UIAppTopBar{position:relative;border-bottom:1px solid}.UIAppTopBar > .UIDouble{}.UIAppTopBar .UIAppButton{margin:0 14px}.UIAppTopBar .UICenterButtons .UIDivider{margin:0 7px;border-left-style:dotted;border-width:3px}.UIAppTopBar .UITopCorner{padding:0 20px;width:200px}.UIAppTopBar .UILogo{opacity:.6}.UIAppTopBar .UITopCorner.UIRight{justify-content:flex-end}.UIAppTopBar .UIUser{display:flex;flex-direction:row;align-items:center;justify-content:flex-end}.UIAppTopBar .UIMainBar{height:60px;transition:height .2s ease-in-out}.UIAppTopBar.UISqueezed .UIMainBar{height:40px}.UIAppTopBar .UIMiniBar{height:0px;transition:height .2s ease-in-out}.UIAppTopBar .UIMiniBar{height:30px;border-top:1px solid transparent;transition:height .2s ease-in-out}.UIAppTopBar.UISqueezed .UIMiniBar{height:30px}.UIPopUp, .UIMiniPopUp{z-index:500}.UIPopUp .UIOverlay{opacity:.9}.UIPopUp.UIPopUpPrompt .UIOverlay{opacity:1.0}.UIPopUp.UIPromptHalf .UIOverlay{opacity:.6}.UIPopUpTemp{z-index:600}.UIPopUpTemp:not(.UIPopUpPrompt){pointer-events:none}.UIPopUpTemp.UIPopOff{transition:opacity 1s ease-in;opacity:0}.UIPopUpTemp .UIHeadline{font-size:120%;font-style:italic}.UIPopUpTemp > .UIDouble{position:relative;pointer-events:initial;cursor:default;border-radius:3px;padding:5px 15px}.UIMiniPopUp .UIPopUpTopLine{width:100%;border-bottom:1px solid transparent;padding-bottom:10px;margin-bottom:5px}.UIMiniPopUp .UIPopUpButtons > .UIButton:not(:first-child){margin-left:3px}.UIMiniPopUp .UIPopUpButtons > .UIButton:not(:last-child){margin-right:3px}.UIMiniPopUp .UIPopUpTitle{flex-grow:1}.UIMiniPopUp .UIPopUpTitle .UIText{padding:0 7px}.UIInlinePopup{position:absolute;z-index:1}.UISetting .UIInlinePopup{left:0;right:0;margin-top:20px;display:flex;justify-content:center;align-items:center}.UISetting .UIInlinePopup > .UIDouble{position:relative;padding:5px;border:1px solid transparent;border-radius:3px}.UIButton.UIDisabled, .UIButton.UIDisabled:hover, .UIButton.UIDisabled:active{cursor:default;opacity:.35 !important}/*	.UIButton.UIDisabled:hover{opacity:.35}*/ /* * - - - - - - - - - * * - - GENERAL - - * * - - - - - - - - - * */ .UIHidden{display:none !important}.UIInvisible{opacity:0;pointer-events:none}.UINoPointer{pointer-events:none}.UIElement.UICursorDefault{cursor:default}.UIFlexColumn{display:flex;flex-direction:column}.UIFlexRow{display:flex;flex-direction:row}.UICenterAlign{display:flex;align-items:center}.UICenterJustify{display:flex;justify-content:center}.UICenterStretch{display:flex;justify-content:space-between}.UIFlexGrow{flex-grow:1}.UIFlexShrink{flex-shrink:1}/* .UIFlexNoGrow{flex-grow:0}*/ .UIFullWidth{width:100%}.UIFullHeight{height:100%}.UIDimmed{opacity:.4}.UISmall{font-size:80%;opacity:.8}.UIItemList{display:flex;flex-direction:column;align-content:center}.UIListItem{}.UIListItem{display:flex;flex-direction:row;align-items:center;justify-content:flex-start}.UIListItem .UIListItemComponent{margin:5px 4px}.UIListItemComponent.UIEdit{margin:5px 8px}.UIListItemComponent.UITick{}.UIListItemComponent.UIText{justify-content:flex-start}.UIListItemComponent.UIChosenTaskList{font-size:90%;font-style:italic;min-width:150px;flex-grow:1;justify-content:flex-start}.UIListItemComponent.UIDataLink{flex-shrink:0;justify-content:flex-start;width:200px;flex-grow:1}.UIListItemComponent.UIUserName{width:auto !important;min-width:180px;font-style:italic}.UIListItemComponent.UIPoolName{width:auto !important;min-width:180px}.UIListItemComponent.UIListName{width:auto !important;min-width:180px;flex-grow:1}.UIListItem .UIDriverClass{border-radius:3px;padding:2px 3px;margin:0 5px}.UISortableList .UISortableItem{margin:3px}.UISortableList.UISorting .UISortableItem{cursor:ns-resize}.UISortableList .UISortableComponent{margin:0 3px}.UISortableList .UISortAnchor{opacity:.6;cursor:ns-resize}.UISortableList .UISortableItem.UISorting .UISortAnchor{opacity:1}.UISortableList .UITaskTypeName{flex-grow:1;min-width:300px}.UIListItem .UIDescriptionMini{display:inline-block;min-width:120px}.UISubSettings{margin:5px 0 10px}.UIDark .UIListItem .UIDescription, .UIDark .UIListItemComponent.UIChosenTaskList, .UIDark .UIListItemComponent.UIUserName{color:#777}.UILight .UIListItem .UIDescription, .UILight .UIListItemComponent.UIChosenTaskList, .UILight .UIListItemComponent.UIUserName{color:#888}.UIDark .UIListItem .UIDriverClass{color:#111;background-color:var(--tone-high)}.UILight .UIListItem .UIDriverClass{color:#eee;background-color:var(--tone-high)}button.UIButton{font-size:100%;display:block;padding:0;margin:0;color:currentColor;background-color:transparent;border:none;box-shadow:none;outline:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.UIButtonList .UIButton{width:100%;text-align:left}.UIDropDown .UIButtonList{align-self:flex-start;left:-1px;right:-1px;border:1px solid;border-radius:3px;z-index:15}.UIDayTimeline .UIDropDown .UIButtonList{margin-top:25px}.UIDatePicker .UIDropDown .UIButtonList{margin-top:20px}.UIDark .UIDropDown .UIButtonList{box-shadow:0 0 15px 5px rgba(0,0,0,.2);border-color:#272727;background-color:#0a0a0a}.UILight .UIDropDown .UIButtonList{box-shadow:0 0 10px 5px rgba(255,255,255,.2);border-color:#c8c8c8;background-color:#f8f8f8}/*	.UIButton.UIDropDown:hover{opacity:1}*/ .UIElement .UIButtonOff, .UIElement .UIButtonOff.UIButtonOffKeep{opacity:.4}.UIElement .UIButtonHalfOff{opacity:.55}.UIElement .UIModeButton{opacity:.55}.UIElement .UIClose{opacity:.4}.UIButton:hover{opacity:.7}.UIButton:active{opacity:.85}.UIButtonOff.UIPlaceholder, .UIButtonOff.UIAlarmed, .UIButtonOff.UIDanger, .UIButtonOff.UISpecial{opacity:1.0}.UIButton.UIDropDownOn{opacity:1.0}.UIElement.UIButton.UIInvisible{opacity:0}/*	.UIButton{opacity:1.0}*/ .UIAppPropsPanel{padding:10px;border:1px solid;border-radius:5px;min-width:200px;max-height:90%}.UIPanelSemi{min-width:400px}.UIPanelWide{min-width:580px}/*	.UIAppPropsPanel .UIHeadline{margin:3px 0}*/	.UIAppPropsPanel .UISetting{margin:3px 0;min-height:22px;align-items:center}.UIAppPropsPanel > .UIScrollArea{overflow-x:overlay;overflow-y:auto;max-height:100%;margin-top:0px;min-height:calc(100% - 20px);padding:0 7px}.UIAppPropsPanel .UIButton.UIButtonMini{padding:3px;margin-right:7px}.UIAppPropsPanel .UIButtonMini .UIIcon{width:13px;height:13px}.UIAppPropsPanel .UISetting .UIMiniDescription{font-style:italic;text-align:left;margin-right:30px;display:flex;align-items:center}.UIMiniDescription .UIEnumsText{margin-left:5px}.UIMiniPopUp > .UIDouble{}.UIMiniPopUp .UIMovable{cursor:move;user-select:none;-moz-user-select:none;-webkit-user-select:none}/*	.UIMiniPopUp .UIClose, .UIMiniPopUp .UILockOverlay, .UIMiniPopUp .UIRemoveOverlay{position:absolute;height:1.2em;width:1.2em;margin:8px}.UIMiniPopUp .UIRemoveOverlay{margin-left:34px}*/ .UICloseBtnOverlay{position:absolute;top:10px;right:10px}.UIRemoveBtnOverlay{position:absolute;top:10px;left:10px}.UIAppButton{cursor:pointer}.UIAppButton{padding:0 5px}button.UIButtonBack, button.UIButtonFront{font-family:"Verdana", sans-serif;font-size:95%;border-radius:3px;padding:1px 5px 2px}.UIAppButton.UIButtonBack, .UIAppButton.UIButtonFront{padding:2px 7px 3px}.UIBottomButtons{padding-top:10px;padding-bottom:5px}.UIBottomButtons > .UIButton{margin:0 10px}.UIIcon, .UIAppButton > .UIIcon{height:20px;width:20px}.UIIcon.UIMiniIcon{height:12px;width:12px;min-height:12px;min-width:12px}.UIAppHoverHeadline > .UIText:nth-child(2), .UIAppButton > .UIText:nth-child(2){margin-left:5px}.UIVerticalLines{position:absolute;width:100%;height:100%;box-sizing:border-box}.UICalendar > .UIVerticalLines{left:20px;right:20px;width:auto}.UIVerticalLines .UIGridLines{position:relative;height:100%;z-index:1}.UIGridLines, .UIGridSpans{pointer-events:none}.UICalendarRow .UIBlocksContainer{z-index:2}.UICalendarSection .UISideBar{z-index:2}.UIVerticalLines.UIHighlightGrid{z-index:10}.UIVerticalLines.UIBackgroundGrid{top:0px;bottom:0px}.UIVerticalSpan{box-sizing:border-box}/*	.UIVerticalSpanEditable > *{pointer-events:all}.UIVerticalSpanMid{position:absolute;left:0;right:0;cursor:pointer}.UIVerticalSpanStart{position:absolute;left:-5px;width:10px;cursor:ew-resize}.UIVerticalSpanEnd{position:absolute;right:-5px;width:10px;cursor:ew-resize}*/	.UIHoverTip{position:absolute;pointer-events:none;font-size:12px;padding:3px 6px;border-radius:3px;border:1px solid currentColor;z-index:510;overflow-x:hidden;overflow-y:auto}.UIHoverTip .UIControlHighlight{display:inline-block}.AppUI > .UIViewport{box-sizing:border-box;display:flex;flex-direction:column}.UIAppPanel{overflow:hidden}.UIAppPanelContent{display:flex;box-sizing:border-box;flex-direction:column;align-items:center;position:relative}/*	.UICalendarTopBar{border-bottom:2px solid transparent}*/ /* .UISortableList{justify-content:center;align-items:center}*/ .UIElement.UIFilterLine{height:24px;overflow:hidden;transition:height 0.2s ease-in-out}.UIElement.UIFilterLineComponent{margin:2px 4px}.UIElement.UIFilterLineComponent.UIButtonCollapsable{overflow:hidden;transition:margin .2s ease-in-out, width .2s ease-in-out}.UIElement.UIFilterLineComponent.UIButtonCollapsed{margin-left:0px;margin-right:0px;width:0px}.UIFilterLineComponent .UIIcon{min-width:18px;width:18px;height:18px}input.UIFilterLineComponent{width:100px;flex-grow:1;font-size:90%}input.UIFilterLineComponent.UIReadOnly{text-decoration:line-through;opacity:.5}.UIInput .UIPlaceholder{font-size:14px;font-family:"Ubuntu", sans-serif}.UIDropDown .UIButtonList.UIScrollable{max-height:220px;overflow:auto}.UIInputFlags{min-width:240px;max-width:260px;opacity:1;font-size:95%}.UIInputFlags .UIScrollable{overflow-y:auto;overflow-x:hidden;max-height:calc(70vh - 200px)}.UIInputFlags .UIButton.UIDisabled > .UIText{text-decoration:line-through}.UIDataProperties .UIInputFlags .UIScrollable{max-height:250px}.UIDataProperties .UIDateInputButton .UIText{}.UIDataProperties .UIDatePicker{border-radius:3px;padding:3px;margin:5px;width:140px;position:absolute;margin-top:22px;right:0;z-index:1}.UIInputFlags .UIInputSelectable{width:100%;border-radius:5px;padding:1px 3px;margin:2px 0;height:20px;transition:height .2s ease-in-out, margin .2s ease-in-out, padding .2s ease-in-out;overflow:hidden;flex-shrink:0;box-sizing:border-box}.UIInputFlags .UIInputSelectable.UIPlaceholder{padding:1px 0px;margin:1px 0}.UIInputFlags .UIPlaceholder{text-align:right}.UIInputFlags.UIReadOnly{cursor:default}.UIInputFlags.UIEditable.UIReadOnly{cursor:pointer}.UIInputFlags.UIReadOnly .UIInputSelectable{pointer-events:none}.UIInputFlags.UIReadOnly > .UIFilterLine{height:0px}.UIInputFlags.UIReadOnly > .UIInputContents > .UIButtonOff, .UIInputFlags.UIReadOnly > .UIInputContents > .UIPlaceholder, .UIInputFlags .UIInputSelectable.UIFilteredOut, .UIInputFlags .UIInputSelectable.UIPooledOut{margin:0px;padding:0px 3px;height:0px}.UIInputFlags .UIInputSelectable .UIText{}.UIInputFlags .UIInputSelectable.UIButtonOff{opacity:1}.UIInputFlags.UIReadOnly .UIButton.UIInputSelectable > span{flex-grow:0}.UIInputFlags.UIReadOnly .UIButton.UIInputSelectable > .UIExtra{display:none}.UIInputSwatch:not(.UIEditable){pointer-events:none}.UISwatchSelector .UISelectableTick.UIDefault > .UIDouble{/* border-style:double;border-width:4px;*/ border-width:3px}.UIButton.UIInputEnum, .UIButton.UIInputBoolean{width:50px;opacity:1}.UIInputEnum > .UIElement, .UIInputBoolean > .UIElement{position:absolute;top:50%;width:50px}.UIInputBoolean .UILine, .UIInputEnum .UILine{margin-top:-5px;height:10px;border-radius:5px}.UIInputBoolean .UICircle, .UIInputEnum .UICircle{margin-left:-7px;margin-top:-7px;height:14px;width:14px;border-radius:7px;border:2px solid transparent;box-sizing:border-box}textarea.UIInput{border:none;background-color:transparent;color:currentColor;font-family:inherit;font-size:90%;max-width:240px;padding:2px 7px 3px;resize:none;overflow:auto;text-align:left;height:39px;min-height:39px}textarea.UIInput[readonly]{outline:none}textarea.UIInput[readonly].UIEditable{cursor:pointer}input.UIInput{border:none;background-color:transparent;color:currentColor;font-family:inherit;font-size:100%}input.UIInputText{max-width:240px}input.UIInputNumber{max-width:70px}input.UIInput[readonly]{outline:none}input.UIInput[readonly]{background-color:transparent}input.UIInput[readonly].UIEditable{cursor:pointer}input.UIInputNumber{text-align:left}input.UIInputNumber[readonly]{text-align:right}input.UIInputNumber[readonly]::-webkit-outer-spin-button, input.UIInputNumber[readonly]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input.UIInputNumber[readonly][type=number]{-moz-appearance:textfield}.UITextPage{font-size:.95em;font-family:"Ubuntu", sans-serif;display:flex;padding:20px;align-items:center}.UITextPage > .UIDouble{max-width:600px}.UITextPage h1{font-family:"Roboto", sans-serif;font-weight:normal;text-align:center;margin:30px 0 30px}.UITextPage h2{font-weight:normal;margin:30px 0 30px}.UITextPage ul{padding:0 0 10px}.UITextPage li{padding-left:10px;margin:10px 0 10px 20px;list-style-position:outside}.UILight .UITextPage{color:#777}.UIDark .UITextPage{color:#888}/* * - - - - - - - - - * * - - FINDER - - - * * - - - - - - - - - * */ .UIFinder{}.UIFinder.UIDisabled .UIButton{opacity:.2}.UIFinder .UIInput{max-width:140px;font-size:14px;border-bottom:1px solid transparent}.UIFinder.UIDisabled .UIInput{text-decoration:line-through}.UIDark .UIFinder .UIInput{border-color:#444}.UILight .UIFinder .UIInput{border-color:#bbb}.UIDark .UIFinder .UIInput.UIDim{color:#777}.UILight .UIFinder .UIInput.UIDim{color:#888}.UICalendarGroup, .UIMainRow, .UICalendarMiniRow, .UISourceRow, .UIEmptySourceRow{}.UIExtraContainer{}.UICalendarGroup.UIOutOfFinder, .UICalendarDrawRow.UIOutOfFinder, .UIMainRow.UIOutOfFinder, .UICalendarMiniRow.UIOutOfFinder, .UISourceRow.UIOutOfFinder, .UIEmptySourceRow.UIOutOfFinder, .UIExtraContainer.UIOutOfFinder{display:none !important;/* max-height:0;border-top-width:0px !important;border-bottom-width:0px !important;margin-top:0 !important;margin-bottom:0 !important;padding-top:0 !important;padding-bottom:0 !important;*/}.UICalendarGroup.UIOutOfFinder{display:none}.UICalendarBlockBase.UIOutOfFinder{opacity:.28 !important}.UISourceRow.UIHalfOutOfFinder, .UIEmptySourceRow.UIHalfOutOfFinder{opacity:.4 !important}.UIHoverRow.UIHalfOutOfFinder{opacity:.55 !important}/*	.UIMainRow.UIHalfOutOfFinder{opacity:0 !important}.UIMainRow.UIHalfOutOfFinder *{pointer-events:none !important}*/ /* .UIDark .UISourceRow.UIInFinder, .UIDark .UIEmptySourceRow.UIInFinder{color:#5b89b3}.UILight .UISourceRow.UIInFinder, .UILight .UIEmptySourceRow.UIInFinder{color:#3e96e8}*/ /* * - - - - - - - - - * * - - CALENDAR - - * * - - - - - - - - - * */ .UIMarginSmallBox{margin:2px}.UIMarginMidBox{margin:5px}.UIMarginMidLeft{margin-left:5px}.UIMarginWideBox{margin:2px 5px}.UIElement.UIMarginXSmall{margin-left:2px;margin-right:2px}.UIElement.UIMarginXMid{margin-left:5px;margin-right:5px}.UIElement .UITick{box-sizing:border-box;background-color:currentColor;width:12px;height:12px;border-radius:3px}.UINonSetting{justify-content:center}.UINonInput{display:flex;justify-content:center;align-items:center}.UIInputSelectable .UIText{align-items:center;text-align:left;width:100%}.UIInputSelectable .UIText span{margin:0 5px;flex-grow:1;display:inline-block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.UIInputSelectable .UIIcon{width:12px;height:12px}.UIInputSelectable .UIIcon.UIMidIcon{width:14px;height:14px}.UIInputFlags .UIInputSelectable.UICostPool{cursor:pointer}.UIInputSelectable.UICostPool, .UIInputSelectable.UICostPool:active{opacity:1 !important}.UIInputSelectable.UICostPool.UIIsOff{opacity:.5 !important}.UIInputSelectable.UICostPool:hover{opacity:.7 !important}.UIInputSelectable.UICostPool .UIText{width:100%;text-align:center;font-style:italic}/*.UIInputSelectable.UIButton{opacity:1 !important}*/ .UIInputSelectable.UIButton.UICostPool > .UIText{text-decoration:none !important}.UIInputSelectable.UIButton.UICostPool:not(.UIIsOff) > .UIText{text-decoration:underline !important}.UISelectableTick{padding:2px}.UISelectableTick .UITick{width:15px;height:15px}.UIHoverTip .UITick{width:10px;height:10px}.UISelectableTick .UITick{border:2px solid transparent}.UIHistoryButton > .UITick{width:10px;min-width:10px;height:10px;margin:6px}.UIHistoryButton > .UIText{align-items:flex-start;width:100%;margin:2px 0;padding:1px 8px;font-size:95%;border-radius:3px}.UIHistoryButton{flex-grow:1}.UIHistoryButton .UIModLine{margin:1px 0;text-align:left}.UIIcon.UIHistoryIcon{display:inline-block;width:14px;height:14px;margin-right:5px}.UIHistoryList > .UIHeadline{width:100%}.UIHistoryList > .UIHeadline .UIText{flex-grow:1}.UIHistoryItem{justify-content:flex-start;align-items:center}.UIHistoryItem .UIExtraButton{width:20px;height:20px;margin:0 5px}.UISaveTrail .UITreeBranch{min-width:20px;width:20px;height:20px;margin-right:10px}.UISaveTrail .UITreeBranch{color:var(--tone-low)}.UILogItem{display:flex;justify-content:space-between;align-items:center;margin:2px 0}.UILogItem .UIMain{min-width:200px;max-width:200px;font-size:90%}.UILogItem .UIDetails{margin:0 5px 0 8px}.UILogItem .UIWhen{width:150px}.UILogItem .UIWho{justify-content:flex-end;width:120px}.UILogItem .UIWho .UIUserName{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.UILogItem .UIMain .UIText{text-align:left;display:inline-block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:200px}.UILogItem .UIWhen, .UILogItem .UIWho{font-size:90%;color:var(--dim-text)}.UILogItem .UIWho .UITick{width:10px;min-width:10px;height:10px}.UIHoverTip .UITableCell{padding:1px 5px}.UIHoverTip .UITableCell.UIDescriptionCell{padding-left:0px;padding-right:8px}.UIHoverTip .UIHoverTipWide{min-width:300px}.UIMiniBunch{border-top:1px solid transparent}.UIMiniBunch:first-child{border-top:none}.UIMiniExtra{font-size:110%;font-style:italic}.UIDark .UIMiniBunch, .UIDark .UIMiniBunchSeamless{border-color:#333}.UILight .UIMiniBunch, .UILight .UIMiniBunchSeamless{border-color:#bbb}.UIMiniPoolTitle{font-size:115%;text-decoration:underline;margin:4px 0 7px;text-align:center}.UIMiniMainTitle{font-size:110%;text-align:center;font-style:italic;margin:6px 0 2px}.UIMiniSubs{margin:5px 0}.UIMiniSub{margin:5px 0}.UIMiniTitle{font-size:110%;text-decoration:underline;margin:3px 0}.UIMiniInfo{font-size:95%}.UIMiniDim{opacity:.6}.UIMiniContent{margin-left:10px}/*	.UICalendarSectionBindTools .UIDivider{height:20px}.UICalendarSectionBindTools .UIEditButtons{align-items:center}*/ .UICalcSpanOn .UIShowMore{visibility:hidden;pointer-events:none}.UIMiniDisplay{display:flex;flex-direction:column;align-items:flex-start;font-size:90%;font-family:"Ubuntu", sans-serif}.UIMiniDisplayRow{width:150px;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;overflow:hidden}.UIMiniDisplay.UINoneSelected .UIMiniDisplayRow{justify-content:center}.UIMiniDisplayRow span{flex-shrink:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.UIMiniDisplayRow{letter-spacing:normal;text-transform:none}.UIMiniDisplayRow .UIIcon{width:12px;height:12px;margin-right:5px}.UIMiniDisplayRow .UITick{flex-shrink:0;width:10px;height:10px;margin-right:5px;background-color:currentColor}.UITick.UITickEdge, .UIMiniDisplay.UINoneSelected .UITick, .UIMiniDisplay.UIMultiSelected .UITick{background-color:transparent;border:2px solid currentColor}.UITick.UITickEdge.UITickEmpty{border:1px solid currentColor}.UIDark .UIMiniDisplay.UINoneSelected, .UIDark .UIMiniDisplay.UIMultiSelected{color:#777}.UILight .UIMiniDisplay.UINoneSelected, .UILight .UIMiniDisplay.UIMultiSelected{color:#888}.UIDark .UIHistoryButton .UIText{background-color:#1a1a1a;background-color:#161616}.UILight .UIHistoryButton .UIText{background-color:#1a1a1a;background-color:#ddd}.UIDark .UIHistoryButton span{color:#aaa}.UILight .UIHistoryButton span{color:#555}.UIDark .UIHistoryCurrent > .UITick{background-color:#dbac61}.UIDark .UIHistoryPast > .UITick{background-color:#666}.UIDark .UIHistoryFuture > .UITick{background-color:#000}.UIDark .UIHistorySaved > .UITick{background-color:#5b89b3}.UIDark .UIHistorySaved.UIHistoryFuture > .UITick{background-color:#3b5983}.UILight .UIHistoryCurrent > .UITick{background-color:#c89b4b}.UILight .UIHistoryPast > .UITick{background-color:#999}.UILight .UIHistoryFuture > .UITick{background-color:#000}.UILight .UIHistorySaved > .UITick{background-color:#3e96e8}.UILight .UIHistorySaved.UIHistoryFuture > .UITick{background-color:#6ec6f8}.UIContainer{position:relative}.UICalendar .UIShowMore{margin:7px 3px}/*	.UICalendarSection.UILastSection .UILastSubSection .UIShowMore{bottom:-34px;align-self:center;position:absolute}*/ .UIGroupsContainer{position:relative;display:flex;flex-direction:column}.UICalendarGroup{font-family:"Roboto", sans-serif}.UICalendarGroup, .UICalendarCalcRow{display:flex;flex-direction:row;align-items:center;pointer-events:none;user-select:none;-moz-user-select:none;-webkit-user-select:none;position:relative}.UICalendarSection .UISideBar{align-self:stretch;justify-content:center}.UICalendarSection.UIManager .UISourceBar{justify-content:flex-start}.UISelectionCell{box-sizing:border-box;height:100%}.UICalendarSumRow{height:20px;position:relative;width:100%;z-index:1;border-top:1px solid transparent}.UICalendarSumRow .UICalendarWeeklySum{position:absolute;height:100%;line-height:20px;box-sizing:border-box;border-left:1px solid transparent;font-size:80%;text-align:right;z-index:2}/*	.UICalendarSumRow .UICalendarWeeklySum > span{position:relative;z-index:2}*/ .UICalendarSumRow .UICalendarWeeklySum .UIMoneyUnit{opacity:.6;padding:0 4px}/*.UICalendarCalcRow{height:13px}*/ .UICalendarRow{pointer-events:none}/*	.UICalendarExtraRow, .UICalendarExtraRow .UICalendarDayBlock{pointer-events:none}*/ .UICalendarSection.UIEditModeSelect .UICalendarRow, .UICalendarSection.UIEditModePaint .UICalendarRow{pointer-events:all}.UICalendarMiniRow{border-top:1px solid transparent;box-sizing:border-box}.UICalendarDrawRow{border-top:1px solid transparent;box-sizing:border-box}.UICalendarGroup .UIGroupTitle, .UICalendarGroup .UIGroupTitle .UIOverlay{height:36px}.UICalendarGroup .UIGroupTitle .UIOverlay{position:absolute;width:100%;z-index:1;box-sizing:border-box;border-bottom:1px solid transparent}.UICalendarGroup .UIGroupTitle .UITitlelement{position:relative;z-index:2}.UICalendarGroup .UIGroupTitle .UITitle{margin:0 10px;font-style:italic}.UIGroupTitle .UIDrawingDates{margin:0 10px}.UIGroupTitle .UIDrawingDates span{display:inline-block;margin:0 5px}.UIGroupTitle .UIDataLink{pointer-events:auto;margin:0 5px;font-size:90%}.UIGroupTitle .UIDataLink .UIText{align-items:center}.UIGroupTitle .UIDataLink .UITick{width:10px;height:10px;margin:0 3px}/*	.UICalendarExtraRow:first-child{border-top:1px solid transparent;box-sizing:border-box}*/ .UICalendarCalcRow{display:flex}.UICalendarCalcRow > .UISideBar{pointer-events:all}.UICalendarCalcRow .UISideBar .UIModeButton{padding:0 5px 1px;margin:0 3px}.UICalendarCalcRow .UISideBar .UICalcInfoButtons{flex-grow:1;justify-content:flex-end}.UICalendarCalcRow .UIContainer{flex-grow:1;overflow:hidden;height:100%}.UICalendarCalcRow .UIContainer > .UIDouble{position:absolute;width:100%;height:100%;display:flex;flex-direction:column;align-content:flex-start}.UICalendarCalcRow .UICalendarCalcLine{height:20px;position:relative;width:100%;z-index:1}.UICalcContainer .UICalendarCalcLine:not(:last-child){border-bottom-width:1px;border-bottom-style:solid}.UICalcContainer .UICalendarCalcLine > .UIText{font-size:80%;text-align:center;border-left:1px solid transparent}.UICalendarCalcLine .UIText{border-left:1px solid transparent}.UICalendarCalcLine .UIText:last-child{border-right:1px solid transparent}/*	.UICalendarCalcRow .UISideBar .UICalendarCalcLine{pointer-events:none}*/ .UICalendarCalcRow .UISideBar .UICalendarCalcLine .UIText{font-size:85%;border:0px}.UICalendarCalcRow .UISideBar .UICalendarCalcLine .UIIcon{height:12px;width:12px;margin:3px 5px}.UIVerticalSpan{border-left:1px solid transparent;border-right:1px solid transparent;box-sizing:border-box}.UIVerticalSpan.UIWeekEnd{border-left:0px;border-right:0px}.UISpanTexts .UISpanLine{text-align:center;font-style:italic;white-space:nowrap;font-size:95%;width:100%;min-width:110px}/*	.UIVerticalSpan.UILimitedRightFull{margin-left:-1px}.UIVerticalSpan.UILimitedRight .UISpanLine{left:auto}.UIVerticalSpan .UISpanLineTime{font-size:90%;min-width:85px}.UIVerticalSpan .UISpanLine.UISpanLineStart{margin-top:0;padding-left:3px;text-align:left}.UIVerticalSpan .UISpanLine.UISpanLineEnd{margin-top:20px;padding-right:3px;text-align:right}*/ .UISpanTexts .UICalcSpanRow{height:20px;display:flex;flex-direction:row;align-items:center;justify-content:center}.UISpanTexts .UICalcSpanRow .UIIcon{height:14px;width:14px;min-height:14px;min-width:14px;margin-right:5px}.UICalendarGroup .UISideBar{pointer-events:all}.UICalendarGroup .UISideBar > .UIElement{}.UICalendarGroup .UISideBar .UIDescription{text-align:left}.UICalendarGroup .UISideBar .UISourceRow{box-sizing:border-box;font-size:95%}.UICalendarSection .UIEmptySourceRow{width:100%}.UICalendarGroup .UISourceRow .UIExtraButton{margin:0 5px}/*	.UICalendarSection.UIManagerResources .UICalendarGroup{margin-bottom:20px}*/ /*	.UICalendarSection .UICalendarExtraRow{padding-bottom:10px}.UICalendarSection .UICalendarExtraRow:last-child{padding-bottom:20px}*/ .UICalendarSection .UICalendarExtraRow{padding-bottom:10px}.UICalendarSection.UICeo .UIExtraContainer{padding-bottom:5px}.UICalendarSection.UIManagerResources .UIExtraContainer{border-top-width:1px;border-top-style:solid;padding-bottom:20px}.UICalendarSection.UIManager .UISourceRow{}/*	.UICalendarGroup .UISourceRow.UIMiniMode:nth-child(2){border-top-width:1px;border-top-style:solid}*/ .UICalendarSection .UIEmptySourceRow, .UICalendarSection .UISourceRow.UIDefaultRow{border-top-width:1px;border-top-style:solid}.UICalendarGroup .UISideBar .UISourceRow.UIMiniMode{font-size:90%}.UICalendarGroup .UISideBar .UISourceRow.UIMiniMode .UITick{width:10px;height:10px}.UICalendarGroup .UISideBar .UISourceRow.UIMiniMode .UITick.UIMarginMidBox{margin:6px}.UICalendarGroup .UISideBar .UISourceRow.UIMiniMode.UIDefaultRow{}.UICalendarGroup .UISideBar .UISourceRow.UIMiniMode.UIExtraRow{opacity:.5}/*	.UICalendarGroup:nth-child(2){border-top:2px solid}*/	.UICalendarCalcRow{border-top:2px solid transparent}.UICalendarGroup:not(:nth-child(2)){border-top:2px solid transparent}.UICalendarRow > .UIScrollable{}.UIGroupsContainer{border:2px solid;margin-bottom:10px}.UICalendarSection .UISideBar{border-right:1px solid transparent}.UICalendarGroup .UIVerticalLines{pointer-events:all}.UICalendarRow:not(.UIEditEnabled) .UICalendarBlock{}.UICalendarRow{}/*	.UICalendarSection .UICalendarGroup .UIScrollable{pointer-events:none}.UICalendarSection.UIEditEnabled .UICalendarGroup .UIScrollable{pointer-events:all}*/ .UIAccountPanel, .UIAdminPanel{min-width:500px;margin-bottom:20px}.UIPanelInfo > .UIHeadline{padding:20px}.UIPanelInfo .UIPanelButtons{padding:10px}/*	.UIPanelInfo .UIButtonsContainer{margin:7px}.UIPanelInfo .UIButtonsContainer:not(:first-child){margin-top:10px}*/	.UIPanelInfo .UIHeadline{font-size:1.5em;letter-spacing:.1em;text-transform:uppercase}.UIHeadlineBigger .UIText{font-size:1.15em;letter-spacing:.05em}.UIAppPropsPanel .UIPropsList{margin:10px 0}/* .UIAppPropsPanel .UIButtons{margin:5px 0}*/ .UIAppPropsPanel .UIHeadline{font-style:italic;letter-spacing:.02em;font-size:105%}.UIPanelInfo .UIHeadline .UIIcon{width:1.0em;height:1.0em}.UIHistoryList{max-height:calc(70vh - 100px);overflow-y:auto;min-width:400px;max-width:500px}.UIPanelButtons .UIButtonsContainer .UITitle{width:50px;padding-right:10px;font-style:italic;opacity:.5;text-align:right}.UIPanelButtons .UIButton .UIIcon{width:1.5em;height:1.5em}.UIButtonsContainer .UIAppButton{margin:0 10px}.UIHeadline > .UIElement{margin:5px 10px}.UISettingsGroup{margin:5px 0}.UICalendarSection{width:100%;margin-top:10px;padding:0 20px;box-sizing:border-box}.UICalendarSectionInfo{display:flex;flex-direction:row;align-items:center;justify-content:center;position:relative;position:relative;box-sizing:border-box;margin-bottom:5px}.UICalendarSectionInfo .UISectionInfoTop{width:100%;font-size:1.4em;align-items:center;justify-content:flex-start}.UICalendarSectionInfo .UIBackButtons, .UICalendarSubSectionInfo .UIBackButtons{z-index:15}.UIBackButtons, .UIFrontButtons{border-radius:3px;padding:3px 6px;margin:0 10px}.UIBackButtons > .UIElement, .UIFrontButtons > .UIElement, .UISubButtons > .UIElement{margin:5px}.UIBackButtons > .UISubButtons, .UIFrontButtons > .UISubButtons{margin:0}.UIBackButtons .UIDivider, .UIFrontButtons .UIDivider{width:0px;height:20px;margin:0 5px;border-right:2px dotted}.UISideButtonsTop{border-top-left-radius:0;border-top-right-radius:0}/* .UICalendarSectionInfo .UISectionInfoBottom{width:100%}.UICalendarSectionInfo .UISectionInfoBottom > .UIIcon{height:18px;width:18px}*/ /* .UICalendarSubSectionInfo .UITitle, .UICalendarSectionInfo .UITitle{width:160px}*/ .UICalendarSectionInfo .UIText{font-size:.85em;letter-spacing:.1em;text-transform:uppercase}/* .UICalendarSection .UICalendarSectionBindTools{position:absolute}*/ /* .UICalendarSectionBindTools .UIEditButtons .UIIcon{width:22px;height:22px}.UICalendarSectionBindTools .UIEditButtons .UIButton{margin:0 8px}*/	.UICalendarSubSection{}.UICalendarSubSectionInfo{margin:5px 0px;align-items:center}.UICalendarSubSectionInfo > .UITitle{font-size:110%;font-style:italic;margin-right:10px}.UICalendarSubSectionInfo > .UIButton{margin:3px}/*	.UICalendarSectionInfo .UIAppButton .UIIcon{width:.8em;height:.8em}*/ .UIScrollContainer{display:flex;align-items:flex-start;flex-direction:column;width:100%;height:100%;position:relative}.UISideBar{position:relative;box-sizing:border-box;width:160px}.UIDayTimeline{flex-grow:1;border-bottom:2px solid transparent}.UIDayTimeline .UISideBar{z-index:50;width:180px;flex-shrink:0;box-sizing:border-box}.UICalendar .UIPanelInfo > .UIHeadline{padding-top:60px;padding-bottom:10px}.UICalendar .UICalendarTopButtons{position:relative;z-index:15}.UICalendar .UICalendarTopButtons > .UIDouble{position:absolute;width:100%;display:flex;flex-direction:row;justify-content:center;align-items:flex-start;pointer-events:none}.UICalendarTopButtons .UIButtonsContainer{pointer-events:auto}.UICalendarTopButtons .UIMainButton .UIIcon{width:22px;height:22px}.UIDayTimeline .UITimeRuler{cursor:pointer;margin-right:20px;border-right:1px solid transparent}/* .UISideOffset{margin-left:160px}.UISideOffsetBack{margin-right:160px}*/ .UISideOffset{padding-left:160px}.UIDayTimeline > .UISideBar > .UIElement{margin:2px 0}.UIDayTimeline > .UISideBar > .UIDatePicker{margin:0}.UIDayTimeline .UIButtonList > .UIButton{padding:2px}.UIDayTimeline > .UIScrollable{overflow:hidden}.UIDayTimelineCycleMenu{min-width:50px}/*	.UIDayTimelineCycleMenu .UIDropDown{top:0}*/ .UIDayTimelineCycleBtn{margin:0 4px;width:16px;height:16px}.UIDayTimelineCycleBtn svg{position:relative;width:100%;height:100%}.UICalendar .UICalendarPanelContent > .UISpace{position:relative}.UICalendar .UICalendarPanelContent > .UISpacePre{height:5px}.UICalendar .UICalendarPanelContent > .UISpacePost{height:30px}/*	.UIVerticalLines.UIMainLines .UIVerticalLimiter, .UIViewport > .UIAppPanel > .UIAppPanelContent{padding-bottom:40px}*/	.UIVerticalLimiter{position:relative;height:100%;width:100%;overflow:hidden;box-sizing:border-box}.UICalendar .UIScrollable{position:relative;flex-grow:1;overflow:hidden}.UIScrollable > .UIDouble{position:relative}.UIDayTimeline .UIDayTimelineCycleMenu, .UIDayTimeline .UIDayTimelineCycleBtn{font-size:14px}.UIDayTimeline .UIDayTimelineCycleBtn{max-width:16px;height:16px;margin:0 7px}.UIDayTimeline .UIDatePick{font-size:14px;font-style:italic}.UIDayTimeline .UIDatePicker{position:absolute;width:100%;z-index:50;top:0;border:1px solid;border-radius:5px}.UIDays, .UIWeeks, .UIMonths{height:25px}.UIDays.UIShowWeekDays{height:40px}.UIDay, .UIWeek, .UIMonth{overflow:hidden}.UIDays .UIDay:last-child{border-right:1px solid}.UIDays .UIDay{border-left-style:solid;border-left-width:1px}.UIDay.UICalendarSplitWeek, .UIDay.UICalendarSplitMonth, .UIWeek.UICalendarSplitWeek, .UIMonth.UICalendarSplitMonth{border-left-style:solid;border-left-width:1px}.UIWeek > span{opacity:.6}.UIDay.UIWeekEnd span{}.UIDayTimeLine.UIUseBorders .UIMonths, .UIDayTimeLine.UIUseBorders .UIDays{border-bottom-style:solid;border-bottom-width:1px}.UICalendar .UIDays{}.UICalendar.UITimelineNarrow .UIDays{height:0px;border-bottom-width:0px}.UICalendar.UITimelineNarrow .UIWeeks, .UICalendar.UITimelineNarrow .UIMonths{height:38px}.UIDays .UIDay{font-size:.8em}.UIDay .UIWeekDay{padding-top:.25em;opacity:.5}.UIDays.UIHoverWeekDays:hover .UIDay:before{position:absolute;display:flex;justify-content:center;align-items:center;left:1px;right:1px;top:0;bottom:0;content:attr(weekday);z-index:1;color:currentColor;pointer-events:none}.UIDay.UIWeekEnd span{}.UIDark .UIDay.UIWeekEnd{background-color:#191919}.UILight .UIDay.UIWeekEnd{background-color:#e2e2e2}.UIDay.UIHoliday .UIDate{font-weight:600}.UILight .UIDay.UIHoliday{background-color:#d78;color:#fff}.UIDark .UIDay.UIHoliday{background-color:#44222c;color:#aaa}.UIDark .UIDayEmpty.UIHoliday, .UILight .UIDayEmpty.UIHoliday{background-color:transparent}.UIDay.UIHoliday:hover{overflow:visible}.UIDay.UIHoliday:hover:after{z-index:200;font-size:1.1em;position:absolute;margin-top:30px;border:1px solid;padding:3px 5px;content:attr(holiday);text-align:center;pointer-events:none}/*	.UIDay.UIHoliday:first-child:hover:after{left:0}.UIDay.UIHoliday:last-child:hover:after{right:0}*/ .UIDay.UIHoliday.UIDayLeft:hover:after{left:0}.UIDay.UIHoliday.UIDayright:hover:after{right:0}.UIDark .UIDay.UICurrentDay{background-color:#653;color:#fff}.UILight .UIDay.UICurrentDay{background-color:#db8;color:#fff}.UIMonth{font-size:.95em}.UIMonth:hover{content:attr(year)}.UIMonth:hover:before{position:absolute;display:flex;justify-content:center;align-items:center;left:1px;right:1px;top:0;bottom:0;content:attr(year);z-index:1;color:currentColor;pointer-events:none}.UIWeek{font-size:90%}.UICalendarGroup{}/*	.UICalendarRow{padding:1px 0}*/	.UICalendarRow .UIBlocksContainer{position:relative;width:100%;height:100%}.UISourceRow{height:36px}.UISourceRow.UIMiniMode{height:21px}.UICalendarRow[heightMode="2"], .UISourceRow[heightMode="2"]{height:52px}.UICalendarRow[heightMode="1"], .UISourceRow[heightMode="1"]{height:36px}.UICalendarRow[heightMode="0"], .UISourceRow[heightMode="0"]{height:21px}.UICalendarDayBlock{position:absolute;height:100%;padding:2px;box-sizing:border-box}.UICalendarDayBlock > .UIDouble{width:100%;height:100%;background-color:currentColor;border-radius:3px;border-width:2px;border-style:solid;box-sizing:border-box}.UICalendarDayBlock.UIBorrowed > .UIDouble{background-color:transparent;border-color:currentColor}.UICalendarBlock > .UIDouble{box-sizing:border-box;border-radius:3px;background-color:currentColor}.UIInsetBlocks .UICalendarBlock > .UIDouble{border:2px inset currentColor}.UIOutsetBlocks .UICalendarBlock > .UIDouble{border:2px outset currentColor}.UIInsetBlocks .UICalendarDayBlock > .UIDouble{border:2px inset currentColor}.UIOutsetBlocks .UICalendarDayBlock > .UIDouble{border:2px outset currentColor}.UICalendarBlock.UICalendarSkipped > .UIDouble{border:none}.UICalendarBlock .UIMiniText{pointer-events:none;position:absolute;left:8px;right:8px;top:0;bottom:0;font-size:12px;min-width:0;display:flex;overflow:hidden;flex-direction:column;align-items:center;justify-content:center}.UICalendarBlock .UIMiniText .UITextBlock{position:relative;width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;max-width:150px}.UICalendarBlock.UITightRow .UIMiniText{flex-direction:row}.UICalendarBlock.UITightRow .UIMiniText .UITextBlock{width:50%;max-width:none}.UICalendarBlock.UITightRow .UITextBlock:first-child{justify-content:end;padding-right:10px}.UICalendarBlock.UIOnlyOne .UIMiniText .UITextBlock{justify-content:center;padding-right:10px}.UICalendarBlock .UIMiniText .UIIcon{display:inline-block;min-width:13px;width:15px;height:15px}.UICalendarBlock .UIMiniText .UIIcon.UICostPool svg{width:12px;height:12px}.UICalendarBlock .UIMiniText .UIIcon:first-child{padding-right:8px}.UICalendarBlock .UIMiniText .UIIcon:last-child:not(:first-child){padding-left:8px}.UICalendarBlock .UIMiniText span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.UICalendarBlock .UIMiniText{font-weight:bold}.UICalendarDayBlock > .UIDouble{display:flex;flex-direction:row;position:relative}.UICalendarDayBlock .UITextBlock{display:flex;flex-direction:row;align-items:center;justify-content:center;overflow:hidden;width:100%}.UICalendarDayBlock .UITextBlock.UIMulti{justify-content:space-between}.UICalendarDayBlock .UITextBlock span{display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:75%}.UICalendarDayBlock .UITextBlock .UIIcon{flex-shrink:0;flex-grow:0;width:12px;height:12px;padding-right:8px}/* .UIEdgeBlocks .UICalendarBlock .UIMiniText{font-weight:normal}*/ .UIEdgeBlocks .UICalendarBlock > .UIDouble{border:2px solid currentColor;box-sizing:border-box;background-color:transparent}.UICalendarBlock.UIBlockSketch > .UIDouble, .UICalendarBlock.UIBlockConfirmed > .UIDouble, .UICalendarBlock.UIBlockEdged > .UIDouble{border:2px solid currentColor;box-sizing:border-box;background-color:transparent}.UICalendarBlock.UIBlockGhost > .UIDouble{border:1px dashed currentColor;box-sizing:border-box;background-color:transparent}.UICalendarBlock.UIBlockMissing > .UIDouble{border:1px solid currentColor}.UICalendarBlock.UIBlockSketch{}.UICalendarBlock.UIBlockSketch > .UIDouble{border:2px dotted currentColor}.UICalendarBlock.UIBlockConfirmed > .UIDouble{border:2px dotted currentColor}.UIEdgeBlocks .UICalendarBlockBase.UIBlockGhost > .UIDouble{border-width:1px;border-style:dashed}.UIEdgeBlocks .UICalendarBlock.UIBlockSketch > .UIDouble, .UIEdgeBlocks .UICalendarBlock.UIBlockConfirmed > .UIDouble, .UIEdgeBlocks .UICalendarBlock.UIBlockSpecial > .UIDouble{background-color:currentColor}.UICalendarBlock.UIBlockEmpty > .UIDouble{border:1px dashed currentColor}/*	.UIEdgeBlocks .UICalendarBlock.UIBlockEmpty > .UIDouble{border-style:dashed}*/ .UICalendarDayBlock.UIBlockGhost > .UIDouble{border-width:1px;border-style:dashed}.UICalendarDayBlock.UIBlockMissing > .UIDouble{border:1px solid currentColor}.UICalendarBlock.UISelected, .UICalendarBlock.UIHovered, .UICalendarDayBlock.UISelected, .UICalendarDayBlock.UIHovered{border:1px solid;box-sizing:border-box}/*.UICalendarExtraRow .UICalendarDayBlock.UIHovered{border:0px solid}*/ .UICalendarExtraRow{border-top:1px solid transparent}.UICalendarDayBlock.UIBlockEdged > .UIDouble{}/*	.UICalendarBlock.UIBlockGhost .UIMiniText{color:currentColor}*/ /*	.UICalendar.UIDimBlocks .UICalendarBlock.UIBlockHalf > .UIDouble, .UICalendar.UIEditEnabled .UICalendarBlock.UIBlockHalf > .UIDouble{opacity:.4}*/ .UICalendar.UIDimBlocks .UIEditEnabled .UIBlockHalf{opacity:.6}.UICalendar.UIFinderOn .UIEditEnabled .UIBlockHalf{opacity:1}.UICalendar .UIBlockHalf > .UIDouble{border-style:solid}.UICalendar .UIOutsetBlocks .UIBlockHalf > .UIDouble{border-style:inset}.UIHoverTitle{font-size:120%;font-weight:bold}.UIHoverTable{display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start}.UIHoverRow{display:flex;flex-direction:row;align-items:center}.UIHoverColumn{display:flex;flex-direction:column}.UIHoverNotes{margin:5px 0 2px;padding:0 2px 2px;font-size:100%;font-style:italic;border-radius:3px}.UICalendarBlockResizer{position:absolute;width:10px;max-width:40%;height:100%;z-index:2;box-sizing:border-box;cursor:ew-resize;opacity:.5}/*	.UIBindEditable.UIEditing .UICalendarBlockResizer, .UICalendarBlockResizer.UIActive, .UIAllowEditUnselected .UICalendarBlockResizer:hover, .UIBindEditable.UISelected .UICalendarBlockResizer:hover{opacity:1}*/ /*	.UIBindEditable.UIMoving, .UIBindEditable.UIHovered{opacity:1}*/ .UICalendarBlockResizer{pointer-events:none}.UIBindEditable.UISelected .UICalendarBlockResizer, .UIAllowEditUnselected .UICalendarBlockResizer{pointer-events:all}.UICalendarBlockResizer.UIResizerStart{left:0;cursor:w-resize;border-left:1px solid transparent}.UICalendarBlockResizer.UIResizerEnd{right:0;cursor:e-resize;border-right:1px solid transparent}.UICalendarBlock{z-index:1;box-sizing:border-box;padding:2px}.UICalendarBlock, .UICalendarDayBlock{pointer-events:all;cursor:pointer}.UIPaintSelectSource .UICalendarBlock, .UIPaintSelectSource .UICalendarDayBlock, .UIPaintSelectSource .UICalendarRow{cursor:cell}.UICalendarBlock > .UIElement, .UICalendarDayBlock > .UIElement{pointer-events:none}.UICalendarBlock.UICalendarSkipped{padding:5px;border-radius:1px}.UICalendarBlock > .UIBlockResizer{cursor:ew-resize;position:absolute;top:0;bottom:0;max-width:10px;width:25%;pointer-events:all}.UIBlockResizer.UIResizerStart{left:0}.UIBlockResizer.UIResizerEnd{right:0}.UITimelineNarrow .UICalendarBlock.UICalendarSkipped{padding:4px 2px}.UICalendarRow .UIRowWeekLine{position:absolute;top:0;bottom:0;border-left-width:2px;border-left-style:solid}/*	.UICalendarRow.UIFullBlocks{padding:2px 0}.UICalendarRow.UIFullBlocks .UICalendarBlock{padding-top:0px;padding-bottom:0px}*/ .UICalendarBlock.UICalendarSkipped > .UIDouble{opacity:.3;background-color:currentColor}.UICalendarBlock.UICalendarSkipped > .UIDouble.UISkipSoft{border:2px solid currentColor;box-sizing:border-box;background-color:transparent}.UICalendarBlock.UICalendarSkipped > .UIDouble.UISkipNoAvailable{position:absolute;border-radius:50%;top:50%;left:50%;opacity:.7;margin-top:-3px;margin-left:-3px;width:6px !important;height:6px !important}.UITimelineNarrow .UICalendarBlock.UICalendarSkipped > .UIDouble.UISkipNoAvailable{margin-top:-2px;margin-left:-2px;width:4px !important;height:4px !important}/*	background-color:transparent;box-sizing:border-box;border:1px solid currentColor;*/ /* .UILight .UICalendarBlock .UIDouble{box-shadow:0px 0px 5px 2px rgba(255,255,255,.5)}.UIDark .UICalendarBlock .UIDouble{box-shadow:0px 0px 5px 5px rgba(0,0,0,.5)}.UICalendarBlock.UICalendarSkipped .UIDouble{box-shadow:none}*/ @media screen and (max-width:1150px){.UICalendar .UICalendarPanelContent > .UISpace{height:45px}}@media screen and (max-width:700px){.UICalendar .UIFinder{display:none}}/* @media screen and (max-width:900px){.UICalendar .UISectionInfoTop{justify-content:flex-end;margin-top:45px}}*/ /* @media screen and (max-width:800px){.UICalendar .UICalendarSectionInfo{margin-bottom:0}.UICalendar .UISectionInfoTop{position:relative;margin-top:0;margin-bottom:10px;justify-content:center}}*/ @media screen and (max-width:700px){.UIAppTopBar .UIMainBar{justify-content:center}.UIAppTopBar .UIMainBar .UITopCorner{display:none !important}}/* .UICalendarSection .UICalendarSectionBindTools{position:relative;margin:10px 0}*/ .UIViewport{color:var(--tone-high)}.UIViewport.UILight{background-color:#eee}.UIViewport.UIDark{background-color:#111}.UILight .UIMiniPopUp{background-color:rgba(0,0,0,.3)}.UILight .UIPopUp .UIOverlay{background-color:#fff}.UIDark .UIMiniPopUp{background-color:rgba(0,0,0,.3)}.UIDark .UIPopUp .UIOverlay{background-color:#111}.UIDark .UIMiniPopUp .UIPopUpTopLine{border-color:#333}.UILight .UIMiniPopUp .UIPopUpTopLine{border-color:#aaa}.UILight .UIDayTimeLine{color:#777}.UIDark .UIDayTimeLine{color:#777}/*	.UIDark .UIPopUp.UISpecial > .UIDouble, .UIDark .UIMiniPopUp.UISpecial > .UIDouble{background-color:#20222a}.UILight .UIPopUp.UISpecial > .UIDouble, .UILight .UIMiniPopUp.UISpecial > .UIDouble{background-color:#d0d2da}*/ .AppUI.UILogModeOn .UIDark.UIViewport, .AppUI.UILogModeOn .UIDark .UIAppTopBar{background-color:#10121a}.AppUI.UILogModeOn .UILight.UIViewport, .AppUI.UILogModeOn .UILight .UIAppTopBar{background-color:#e0e2ea}/*	.UILight .UICalendarSectionInfo, .UILight .UIPanelInfo .UIHeadline{color:#666;border-color:#555}.UIDark .UICalendarSectionInfo, .UIDark .UIPanelInfo .UIHeadline{color:#666;border-color:#555}*/ .UILight .UICalendarGroup .UIGroupTitle .UIOverlay, .UILight .UICalendarCalcLine, .UILight .UICalendarCalcLine .UIText, .UILight .UICalendarSection .UISourceRow, .UILight .UICalendarSection .UIEmptySourceRow, .UILight .UIExtraContainer, .UILight .UICalendarMiniRow, .UILight .UICalendarDrawRow{border-color:#d6d6d6}.UILight .UIDay, .UILight .UIWeek, .UILight .UIMonths, .UILight .UIMonth, .UILight .UIDays, .UILight .UIRowWeekLine, .UILight .UIDayTimeLine, .UILight .UICalendar > .UIPanelInfo, .UILight .UITimeRuler, .UILight .UICalendarGroup, .UILight .UICalendarSection .UISideBar, .UILight .UICalendarCalcRow, .UILight .UICalendarCalcLine .UIText.UIEmphasis, .UILight .UIGroupsContainer, .UILight .UICalendarSection, .UILight .UIAppTopBar{border-color:#c8c8c8}.UILight .UICalendarGroup{}.UIDark .UICalendarGroup .UIGroupTitle .UIOverlay, .UIDark .UICalendarCalcLine, .UIDark .UICalendarCalcLine .UIText, .UIDark .UICalendarSection .UISourceRow, .UIDark .UICalendarSection .UIEmptySourceRow, .UIDark .UIExtraContainer, .UIDark .UICalendarMiniRow, .UIDark .UICalendarDrawRow{border-color:#1a1a1a}.UIDark .UIDay, .UIDark .UIWeek, .UIDark .UIMonths, .UIDark .UIMonth, .UIDark .UIDays, .UIDark .UIRowWeekLine, .UIDark .UIDayTimeLine, .UIDark .UICalendar > .UIPanelInfo, .UIDark .UITimeRuler, .UIDark .UICalendarGroup, .UIDark .UICalendarSection .UISideBar, .UIDark .UICalendarCalcRow, .UIDark .UICalendarCalcLine .UIText.UIEmphasis, .UIDark .UIGroupsContainer, .UIDark .UICalendarSection, .UIDark .UIAppTopBar{border-color:#272727}.UIDark .UICalendarGroup{}.UILight .UICalendarSumRow, .UILight .UICalendarSumRow .UICalendarWeeklySum{border-color:#c8c8c8;border-top-color:#d6d6d6}.UIDark .UICalendarSumRow, .UIDark .UICalendarSumRow .UICalendarWeeklySum{border-color:#272727;border-top-color:#1a1a1a}.UILight .UICalendarGroup .UIGroupTitle .UIOverlay, .UILight .UIGroupsContainer{background-color:#f8f8f8}.UILight .UIAppTopBar{background-color:#eee}.UIDark .UICalendarGroup .UIGroupTitle .UIOverlay, .UIDark .UIGroupsContainer{background-color:#0a0a0a}.UIDark .UIAppTopBar{background-color:#0a0a0a}.UILight .UIDayTimeLine, .UILight .UICalendarCalcLine .UIText{background-color:#f8f8f8}.UIDark .UIDayTimeLine, .UIDark .UICalendarCalcLine .UIText{background-color:#0a0a0a}.UILight .UICalcContainer .UIText, .UILight .UIEditEnabled .UIEmptyRow, .UILight .UICalendarSumRow, .UILight .UIEditEnabled .UIExtraContainer{background-color:#eee}.UIDark .UICalcContainer .UIText, .UIDark .UIEditEnabled .UIEmptyRow, .UIDark .UICalendarSumRow, .UIDark .UIEditEnabled .UIExtraContainer{background-color:#111}.UILight .UICalcContainer .UIText.UIDanger{background-color:#f0d0d0}.UIDark .UICalcContainer .UIText.UIDanger{background-color:#1a1113}.UILight .UISelectionCell{background-color:rgba(170,180,200,.4)}.UIDark .UISelectionCell{background-color:rgba(50,60,80,.4)}/*	.UIAppPanelContent{border-color:transparent !important;background-color:transparent !important}*/ .UIDark .UICalendarDayBlock.UIBorrowed > .UIDouble, .UIDark .UIEdgeBlocks .UICalendarBlock > .UIDouble, .UIDark .UICalendarBlock.UIBlockSketch > .UIDouble, .UIDark .UICalendarBlock.UIBlockConfirmed > .UIDouble, .UIDark .UICalendarBlock.UIBlockEdged > .UIDouble, .UIDark .UICalendarBlock.UIBlockGhost > .UIDouble, .UIDark .UICalendarBlock.UIBlockEdged > .UIDouble, .UIDark .UICalendarDayBlock.UIBlockEdged > .UIDouble{background-color:#000}.UILight .UICalendarDayBlock.UIBorrowed > .UIDouble, .UILight .UIEdgeBlocks .UICalendarBlock > .UIDouble, .UILight .UICalendarBlock.UIBlockSketch > .UIDouble, .UILight .UICalendarBlock.UIBlockConfirmed > .UIDouble, .UILight .UICalendarBlock.UIBlockEdged > .UIDouble, .UILight .UICalendarBlock.UIBlockGhost > .UIDouble, .UILight .UICalendarBlock.UIBlockEdged > .UIDouble, .UILight .UICalendarDayBlock.UIBlockEdged > .UIDouble{background-color:#fff}.UILight .UICalendarDayBlock.UIBlockEdged > .UIDouble, .UILight .UICalendarBlock.UIBlockEdged > .UIDouble{background-color:#fff}.UIDark .UICalendarDayBlock.UIBlockEdged.UIBlockSpecial > .UIDouble, .UIDark .UICalendarBlock.UIBlockEdged.UIBlockSpecial > .UIDouble{background-color:#141414}.UILight .UICalendarDayBlock.UIBlockEdged.UIBlockSpecial > .UIDouble, .UILight .UICalendarBlock.UIBlockEdged.UIBlockSpecial > .UIDouble{background-color:#e6e6e6}.UIDark .UICalendarBlockBase.UIBlockGhost > .UIDouble{border-color:#666}.UILight .UICalendarBlockBase.UIBlockGhost > .UIDouble{border-color:#999}.UILight .UICalendarBlock.UISelected, .UILight .UICalendarDayBlock.UISelected{border-color:rgba(0,0,0,.25)}.UIDark .UICalendarBlock.UISelected, .UIDark .UICalendarDayBlock.UISelected{border-color:rgba(255,255,255,.25)}.UILight .UICalendarCalcLine .UIText, .UILight .UICalendarSumRow .UICalendarWeeklySum{color:#777}.UIDark .UICalendarCalcLine .UIText, .UIDark .UICalendarSumRow .UICalendarWeeklySum{color:#888}.UILight .UITick{color:#999}.UIDark .UITick{color:#666}.UILight .UIElement.UICalendarBlock.UIBlockCompleted, .UILight .UIElement.UICalendarBlock.UIBlockCompleted > .UIDouble{border-color:#999 !important;color:#999 !important}.UIDark .UIElement.UICalendarBlock.UIBlockCompleted, .UIDark .UIElement.UICalendarBlock.UIBlockCompleted > .UIDouble{border-color:#666 !important;color:#666 !important}.UILight .UICalendarBlock .UIMiniText{color:#000}.UILight .UICalendarBlock.UISelected.UIBlockHalf .UIMiniText, .UILight .UICalendarBlock.UISelected .UIMiniText{color:#eee}.UILight .UICalendarExtraRow .UICalendarDayBlock .UITextBlock{color:#000}.UIDark .UICalendarBlock .UIMiniText{color:#000}.UIDark .UICalendarBlock.UISelected.UIBlockHalf .UIMiniText, .UIDark .UICalendarBlock.UISelected .UIMiniText{color:#eee}.UIDark .UICalendarExtraRow .UICalendarDayBlock .UITextBlock{color:#000}.UILight .UICalendarBlock .UIIcon.UICostPool{color:#000}.UIDark .UICalendarBlock .UIIcon.UICostPool{color:#eee}.UILight .UICalendarMiniRow .UICalendarDayBlock .UIIcon.UICostPool{color:#333}.UIDark .UICalendarMiniRow .UICalendarDayBlock .UIIcon.UICostPool{color:#aaa}.UILight .UICalendarBlock.UIBlockEmpty > .UIDouble{color:#aaa}.UIDark .UICalendarBlock.UIBlockEmpty > .UIDouble{color:#555}.UILight .UIEdgeBlocks .UICalendarBlock .UIMiniText{color:#444}.UILight .UIEdgeBlocks .UICalendarRow.UIStrengthRow .UICalendarBlock .UIMiniText{color:#888}.UIDark .UIEdgeBlocks .UICalendarBlock .UIMiniText{color:#bbb}.UIDark .UIEdgeBlocks .UICalendarRow.UIStrengthRow .UICalendarBlock .UIMiniText{color:#777}.UIElement.UICalendarBlock.UIBlockSketch .UIMiniText, .UIElement.UICalendarBlock.UIBlockConfirmed .UIMiniText, .UIElement.UICalendarBlock.UIBlockGhost .UIMiniText, .UIElement.UICalendarBlock.UIBlockEdged .UIMiniText{color:currentColor}/* .UILight .UICalendar{color:#333}.UIDark .UICalendar{color:#aaa}*/ /*	.UILight .UIAppButton{color:#444}.UIDark .UIAppButton{color:#bbb}*/ /*	.UILight .UICalendarBlock .UIMiniText{color:#555}.UIDark .UICalendarBlock .UIMiniText{color:#aaa}*/ .UIDark .UISelectableTick .UITick{border-color:#000}.UILight .UISelectableTick .UITick{border-color:#fff}.UIDark .UISelectableTick.UIDefault > .UIDouble{border-color:#333}.UILight .UISelectableTick.UIDefault > .UIDouble{border-color:#ccc}.UIDark .UISelectableTick.UISelected .UITick, .UIDark .UISelectableTick.UISelected .UITick > .UIDouble{border-color:#aaa}.UILight .UISelectableTick.UISelected .UITick, .UILight .UISelectableTick.UISelected .UITick > .UIDouble{border-color:#000}.UIDark .UISetting .UIInlinePopup > .UIDouble{background-color:#000;border-color:#555;box-shadow:0 0 15px 5px rgba(0,0,0,.2)}.UILight .UISetting .UIInlinePopup > .UIDouble{background-color:#fff;border-color:#aaa;box-shadow:0 0 10px 5px rgba(255,255,255,.2)}/*	.UIDark input.UIInput{background-color:#000}.UILight input.UIInput{background-color:#fff}*/ .UIDark input.UIInput.UIEditable{color:#ccc;background-color:#161616}.UILight input.UIInput.UIEditable{color:#333;background-color:#ddd}.UIDark input.UIInput.UIEditing:focus{background-color:#111}.UILight input.UIInput.UIEditing:focus{background-color:#fff}.UIDark textarea.UIInput{background-color:#1a1a1a}.UILight textarea.UIInput{background-color:#e0e0e0}.UIDark textarea.UIInput.UIEditable{color:#ccc;background-color:#161616}.UILight textarea.UIInput.UIEditable{color:#333;background-color:#ddd}.UIDark textarea.UIInput.UIEditing:focus{background-color:#111}.UILight textarea.UIInput.UIEditing:focus{background-color:#fff}.UILight .UIInput .UILine{background-color:#aaa}.UILight .UIInputEnum .UILineOn, .UILight .UIInputBoolean.UIButtonOn .UILine{background-color:#5b6}.UILight .UIInputEnum:focus .UILine, .UILight .UIInputBoolean:focus .UILine{background-color:#888}.UILight .UIInputEnum:focus .UILineOn, .UILight .UIInputBoolean.UIButtonOn:focus .UILine{background-color:#394}.UILight .UIInput .UICircle{background-color:#555}.UILight .UIInput.UIButtonOn .UICircle{border-color:#555;background-color:#fff}.UIDark .UIInput .UILine{background-color:#555}.UIDark .UIInputEnum .UILineOn, .UIDark .UIInputBoolean.UIButtonOn .UILine{background-color:#394}.UIDark .UIInputEnum:focus .UILine, .UIDark .UIInputBoolean:focus .UILine{background-color:#777}.UIDark .UIInputEnum:focus .UILineOn, .UIDark .UIInputBoolean.UIButtonOn:focus .UILine{background-color:#5b6}.UIDark .UIInput .UICircle{background-color:#aaa}/*	.UIDark .UIInput.UIButtonOn .UICircle{border-color:#555;background-color:#fff}*/ /*	.UIDark .UIInput.UIButtonOn .UICircle{border-color:#aaa;background-color:#000}*/ .UIInputEnum.UIReadOnly, .UIInputBoolean.UIReadOnly{opacity:.4;cursor:default}.UIInput.UIBackTransition{transition:2s background-color ease-in}.UIInput.UIBackTransition.UIAlarmed{transition:0.05s background-color ease-in}.UILight .UIInput.UIAlarmed{background-color:#c84b4b !important}.UIDark .UIInput.UIAlarmed{background-color:#bb5c61 !important}/*	.UILight .UIDayTimeline .UIDatePicker, .UILight .UIDayTimeline .UISideBar{background-color:#f8f8f8;border-color:#c8c8c8}.UIDark .UIDayTimeline .UIDatePicker, .UIDark .UIDayTimeline .UISideBar{background-color:#0a0a0a;border-color:#272727}*/ .UILight .UIDatePicker, .UILight .UIDayTimeline .UISideBar{background-color:#f8f8f8;border-color:#c8c8c8}.UIDark .UIDatePicker, .UIDark .UIDayTimeline .UISideBar{background-color:#0a0a0a;border-color:#272727}.UIDark .UIDatePickerDay.UIDay:hover{color:#eee}.UILight .UIDatePickerDay.UIDay:hover{color:#111}.UIDark .UIDatePickerDay.UIDay.UIHoliday:hover{color:#d9a}.UILight .UIDatePickerDay.UIDay.UIHoliday:hover{color:#923}.UIDark .UIDatePickerDay.UIDayPicked:not(.UIDayEmpty){background-color:#ccc;color:#111}.UILight .UIDatePickerDay.UIDayPicked:not(.UIDayEmpty){background-color:#333;color:#eee}.UIDark .UIDatePickerDay.UIDayPicked:not(.UIDayEmpty):hover{background-color:#eee;color:#111}.UILight .UIDatePickerDay.UIDayPicked:not(.UIDayEmpty):hover{background-color:#111;color:#eee}.UILight .UIAppButton{color:#111}.UIDark .UIAppButton{color:#eee}.UILight .UIDimModes .UIAppButton{color:#a55}.UIDark .UIDimModes .UIAppButton{color:#a55}.UILight .UICalendarSkipped{color:#aaa}.UIDark .UICalendarSkipped{color:#555}.UILight .UICalendarHoliday{color:#c56}.UIDark .UICalendarHoliday{color:#a67}.UILight .UISkipProjectSpecial{}.UIDark .UISkipProjectSpecial{}.UILight .UISkipNoAvailable{color:#777}.UIDark .UISkipNoAvailable{color:#888}.UILight .UISkipOffResource{}.UIDark .UISkipOffResource{}.UILight .UIPanelInfo, .UILight .UICalendarSectionInfo, .UILight .UIPanelInfo, .UILight .UICalendarSubSectionInfo{color:#777}.UIDark .UIPanelInfo, .UIDark .UICalendarSectionInfo, .UIDark .UIPanelInfo, .UIDark .UICalendarSubSectionInfo{color:#888}.UILight .UIDivider{border-color:#c8c8c8}.UIDark .UIDivider{border-color:#272727}.UILight .UIDays.UIHoverWeekDays:hover .UIDay:before{background-color:#eee}.UIDark .UIDays.UIHoverWeekDays:hover .UIDay:before{background-color:#111}.UILight .UIDays.UIHoverWeekDays:hover .UIDay.UIHoliday:before{background-color:#d78}.UIDark .UIDays.UIHoverWeekDays:hover .UIDay.UIHoliday:before{background-color:#44222c}.UILight .UIDays.UIHoverWeekDays:hover .UIDay.UICurrentDay:before{background-color:#db8}.UIDark .UIDays.UIHoverWeekDays:hover .UIDay.UICurrentDay:before{background-color:#653}.UILight .UIDay.UIHoliday:hover:after{background-color:#ccc;border-color:#888;color:#555}.UIDark .UIDay.UIHoliday:hover:after{background-color:#111;border-color:#555;color:#aaa}.UILight .UIMonth:hover:before{background-color:#eee}.UIDark .UIMonth:hover:before{background-color:#111}.UILight .UIAppPropsPanel{border-color:#c8c8c8;background-color:#eee;box-shadow:0 0 15px 15px rgba(100,100,100,.1)}.UIDark .UIAppPropsPanel{border-color:#272727;background-color:#222;box-shadow:0 0 15px 15px rgba(0,0,0,.15)}.UILight .UIMiniPopUp .UIPopUpTitle, .UILight .UIMiniDescription{color:#888}.UIDark .UIMiniPopUp .UIPopUpTitle, .UIDark .UIMiniDescription{color:#777}.UILight .UIEditable .UIMiniDescription.UIRequired{color:#555}.UIDark .UIEditable .UIMiniDescription.UIRequired{color:#aaa}.UIDark .UIMiniDescription .UIEnumsText{color:#555}.UILight .UIMiniDescription .UIEnumsText{color:#aaa}.UIDark .UIMiniDescription .UISelected{color:#ccc}.UILight .UIMiniDescription .UISelected{color:#333}.UILight .UIAppPropsPanel .UIHeadline{color:#999}.UIDark .UIAppPropsPanel .UIHeadline{color:#666}.UILight .UIPlaceholder{color:#999}.UIDark .UIPlaceholder{color:#666}.UILight .UIInputFlags.UINegative .UIInputSelectable.UIButtonOn, .UILight .UIInputFlags .UIInputSelectable.UIButtonOff{background-color:#ddd;color:#666}.UILight .UIInputFlags .UIInputSelectable.UIDisabled{background-color:#aaa;color:#888}.UIDark .UIInputFlags.UINegative .UIInputSelectable.UIButtonOn, .UIDark .UIInputFlags .UIInputSelectable.UIButtonOff{background-color:#444;color:#aaa}.UIDark .UIInputFlags .UIInputSelectable.UIDisabled{background-color:#333;color:#777}.UILight .UIInputFlags.UINegative .UIInputSelectable.UIButtonOff, .UILight .UIInputFlags .UIInputSelectable.UIButtonOn{background-color:#fff;color:#111}.UILight .UIInputFlags.UIReadOnly .UIInputSelectable.UIButton{color:#555}.UIDark .UIInputFlags.UINegative .UIInputSelectable.UIButtonOff, .UIDark .UIInputFlags .UIInputSelectable.UIButtonOn{background-color:#111;color:#ddd}.UIDark .UIInputFlags.UIReadOnly .UIInputSelectable.UIButton{color:#aaa}/*	.UILight .UIInputSelectable .UITick.UITickEdge{background-color:#fff}.UIDark .UIInputSelectable .UITick.UITickEdge{background-color:#000}*/ .UIInputFlags .UIInputSelectable.UIButtonOn{background-color:currentColor}.UIInputFlags.UINegative .UIInputSelectable.UIButtonOff{background-color:currentColor}.UIInputFlags.UINegative .UIInputSelectable.UIButtonOff{background-color:transparent}.UIInputFlags.UIReadOnly .UIButton.UIInputSelectable{background-color:transparent}.UIInputFlags.UIReadOnly .UIInputSelectable.UIButtonOn{background-color:transparent}.UIDark .UIInputFlags.UIReadOnly .UIInputSelectable.UIButtonOn{background-color:#2a2a2a}.UILight .UIInputFlags.UIReadOnly .UIInputSelectable.UIButtonOn{background-color:#c4c4c4}.UIDark .UIInputFlags .UIInputSelectable.UICostPool{background-color:transparent;color:#888}.UILight .UIInputFlags .UIInputSelectable.UICostPool{background-color:transparent;color:#666}.UILight .UIButton.UIGrey, .UILight span.UIGrey, .UILight div.UIGrey{color:#888}.UIDark .UIButton.UIGrey, .UIDark span.UIGrey, .UIDark div.UIGrey{color:#777}.UILight .UIButton.UISpecial, .UILight span.UISpecial, .UILight div.UISpecial, .UILight b.UISpecial, .UILight .UIInputSelectable .UIIcon.UISpecial{color:#3e96e8}.UIDark .UIButton.UISpecial, .UIDark span.UISpecial, .UIDark div.UISpecial, .UIDark b.UISpecial, .UIDark .UIInputSelectable .UIIcon.UISpecial{color:#5b89b3}.UILight .UIInputSelectable.UIButtonOn .UIIcon.UISpecial{color:#5b6}.UIDark .UIInputSelectable.UIButtonOn .UIIcon.UISpecial{color:#394}.UILight button.UIButton:focus, .UILight button.UIButton:focus > .UIIcon, .UILight button.UIButton:focus > .UIText, .UILight button.UIButton:focus > .UIIcon svg, .UILight button.UIButton:focus .UIMiniDisplay{opacity:1.0;color:#5e7698}.UIDark button.UIButton:focus, .UIDark button.UIButton:focus > .UIIcon, .UIDark button.UIButton:focus > .UIText, .UIDark button.UIButton:focus > .UIIcon svg, .UIDark button.UIButton:focus .UIMiniDisplay{opacity:1.0;color:#abb9c3}button.UIButton.UIButtonFront:focus, button.UIButton.UIButtonFront:focus > .UIIcon, button.UIButton.UIButtonFront:focus > .UIIcon svg, button.UIButton.UIButtonFront:focus > .UIText, button.UIButton.UIButtonBack:focus, button.UIButton.UIButtonBack:focus > .UIIcon, button.UIButton.UIButtonBack:focus > .UIIcon svg, button.UIButton.UIButtonBack:focus > .UIText{opacity:1.0;color:#2e66b8}.UILight .UIButton.UIAlarmed, .UILight span.UIAlarmed, .UILight div.UIAlarmed{color:#c89b4b}.UIDark .UIButton.UIAlarmed, .UIDark span.UIAlarmed, .UIDark div.UIAlarmed{color:#dbac61}.UILight .UIButton.UIButtonOff.UIAlarmed{color:#867b2b}.UIDark .UIButton.UIButtonOff.UIAlarmed{color:#9b6c41}.UILight .UIButton.UIDanger, .UILight span.UIDanger, .UILight div.UIDanger, .UILight svg.UIDanger{color:#c84b4b}.UIDark .UIButton.UIDanger, .UIDark span.UIDanger, .UIDark div.UIDanger, .UIDark svg.UIDanger{color:#bb5c61}.UIDark .UIHoverTip{box-shadow:0 0 10px 5px rgba(0,0,0,.2);background-color:rgba(0,0,0,1);color:#aaa}.UILight .UIHoverTip{box-shadow:0 0 10px 5px rgba(100,100,100,.2);background-color:rgba(255,255,255,1);color:#555}.UIDark .UIHoverTip .UIControlHighlight{color:#55a}.UILight .UIHoverTip .UIControlHighlight{color:#55a}.UIDark .UIHoverNotes{background-color:#222}.UILight .UIHoverNotes{background-color:#ddd}.UIDark .UIVerticalLine{border-left:1px solid #fff}.UILight .UIVerticalLine{border-left:1px solid #000}.UIDark .UIBackgroundGrid .UIVerticalLine{border-left:1px solid #272727}.UILight .UIBackgroundGrid .UIVerticalLine{border-left:1px solid #c8c8c8}.UIDark .UIBackgroundGrid .UIVerticalLine.UIDayLine{border-left:1px solid #191919}.UILight .UIBackgroundGrid .UIVerticalLine.UIDayLine{border-left:1px solid #e2e2e2}/*	.UIDark .UICalcContainer .UICalendarCalcLine{border-color:#191919}.UILight .UICalcContainer .UICalendarCalcLine{border-color:#e2e2e2}*/ .UIDark .UIVerticalSpan{border-color:rgba(150,160,170,.3);background-color:rgba(150,160,170,.15)}.UILight .UIVerticalSpan{border-color:rgba(80,95,110,.3);background-color:rgba(80,95,110,.15)}.UIDark .UISelectedSpan{border-left:1px dashed rgba(100,150,200,.2);border-right:1px dashed rgba(100,150,200,.2);background-color:rgba(100,150,200,.05)}.UILight .UISelectedSpan{border-left:1px dashed rgba(50,100,150,.2);border-right:1px dashed rgba(50,100,150,.2);background-color:rgba(50,100,150,.05)}.UIDark .UIVerticalSpan.UIWeekEnd{background-color:#111;border-color:#222}.UILight .UIVerticalSpan.UIWeekEnd{background-color:#eee;border-color:#ddd}.UIVerticalSpan.UICurrentDay{z-index:2}.UIDark .UIVerticalSpan.UICurrentDay{border-color:rgba(90,80,65,.7);background-color:rgba(90,80,65,.25)}.UILight .UIVerticalSpan.UICurrentDay{border-color:rgba(230, 210, 175,.7);background-color:rgba(230, 210, 175, 0.25)}.UIVerticalSpan.UIHoliday{z-index:2}.UIDark .UIVerticalSpan.UIHoliday{border-color:rgba(90,50,55,.35);background-color:rgba(90,50,55,.15)}.UILight .UIVerticalSpan.UIHoliday{border-color:rgba(220, 180, 185, 0.35);background-color:rgba(220, 180, 185, 0.15)}.UIDark .UIVerticalSpan .UISpanLineTime{color:#777}.UILight .UIVerticalSpan .UISpanLineTime{color:#888}.UIDark .UIBackButtons, .UIDark .UIButtonBack{color:#aaa;background-color:#161616}.UILight .UIBackButtons, .UILight .UIButtonBack{color:#555;background-color:#ddd}.UIDark .UIFrontButtons, .UIDark .UIButtonFront{background-color:#aaa;color:#111}.UILight .UIFrontButtons, .UILight .UIButtonFront{background-color:#555;color:#eee}.UIDark .UIButtonBack.UIButtonRed .UIIcon{color:#a45}.UIDark .UIButtonFront.UIButtonRed{background-color:#a45}.UIDark .UIButtonBack.UIButtonBlue .UIIcon{color:#78c}.UIDark .UIButtonFront.UIButtonBlue{background-color:#78c}.UILight .UIButtonBack.UIButtonRed .UIIcon{color:#c56}.UILight .UIButtonFront.UIButtonRed{background-color:#c56}.UILight .UIButtonBack.UIButtonBlue .UIIcon{color:#78c}.UILight .UIButtonFront.UIButtonBlue{background-color:#78c}.UIDark .UIButtonBack:hover{opacity:1.0;color:#ddd;background-color:#000}.UIDark .UIButtonBack:active{opacity:1.0;color:#eee;background-color:#444}.UILight .UIButtonBack:hover{opacity:1.0;color:#111;background-color:#fff}.UILight .UIButtonBack:active{opacity:1.0;color:#111;background-color:#aaa}.UIDark .UIPopUpTemp > .UIDouble{color:#444;background-color:#eee}.UILight .UIPopUpTemp > .UIDouble{color:#aaa;background-color:#111}.UIDark .UIPopUpTemp.UIGrey > .UIDouble{color:#eee;background-color:#444}.UILight .UIPopUpTemp.UIGrey > .UIDouble{color:#111;background-color:#bbb}.UIDark .UIPopUpTemp.UISuccess > .UIDouble{color:#eee;background-color:#394}.UILight .UIPopUpTemp.UISuccess > .UIDouble{color:#111;background-color:#5b6}.UIPopUpTemp.UIFail > .UIDouble, .UIDark .UIPopUpTemp.UIFail > .UIDouble{color:#eee;background-color:#934}.UILight .UIPopUpTemp.UIFail > .UIDouble{color:#111;background-color:#b56}/*	.UILight .UICalendarBlock .UIMiniText .UIIcon{color:rgba(255,255,255,.5)}.UIDark .UICalendarBlock .UIMiniText .UIIcon{color:rgba(0,0,0,.5)}*/ .UIDark .UIAlarmAnim{animation-name:UIWarningAnimDark;animation-duration:2s;animation-iteration-count:infinite}.UILight .UIAlarmAnim{animation-name:UIWarningAnimLight;animation-duration:2s;animation-iteration-count:infinite}@keyframes UIWarningAnimLight{0%{}5%{opacity:1;box-shadow:rgba(0,0,0,.3) 0px 0px 4px 2px}20%{opacity:1;box-shadow:rgba(0,0,0,.3) 0px 0px 4px 2px}100%{}}@keyframes UIWarningAnimDark{0%{}5%{opacity:1;box-shadow:rgba(255,255,255,.3) 0px 0px 4px 2px}20%{opacity:1;box-shadow:rgba(255,255,255,.3) 0px 0px 4px 2px}100%{}}/* 5%{color:#f57;transform:scale(1.1,1.2)}20%{color:#f57;transform:scale(1.1,1.2)}*/ 

