.header{z-index:999;background:#fff;justify-content:space-between;height:3rem;display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 0 .5rem #00000040}.header__logo{width:auto;height:100%}.header__logo-link{height:3rem;padding:.75rem;transition:background .1s;display:inline-block}.header__logo-link:hover{background:#e0e0e0}.nav{height:100%}.nav__items{flex-direction:column;height:100%;margin:0;padding:0;list-style:none;display:flex}.nav__item:last-child{margin-top:auto}.nav__link{width:100%;color:inherit;cursor:pointer;text-align:left;font-size:inherit;font-family:inherit;line-height:inherit;background:#fff;border:none;padding:.5rem .75rem;text-decoration:none;transition:background .1s;display:block}.nav__link:hover{background:#e0e0e0}.nav__link--active{font-weight:700}.nav__separator{text-transform:uppercase;border-top:1px solid #bdbdbd;margin-top:1rem;padding:.5rem 0 .5rem .75rem;font-size:.8rem;font-weight:700}.sidepanel{z-index:100;background:#fff;border-right:1px solid #bdbdbd;width:12rem;position:fixed;top:3rem;bottom:0;left:0;overflow:auto}.section--split{gap:1rem;margin:1rem 0;display:flex}.section--half{flex-grow:1}.section--login{max-width:20rem;margin:1rem auto}.section--narrow{max-width:45rem;margin:1rem auto}.section--top{background:#fff;border:1px solid #bdbdbd;border-radius:4px;justify-content:space-between;margin-bottom:1rem;padding:.5rem 1rem .5rem .5rem;display:flex}.section--sticky{z-index:100;width:calc(100vw - 14.75rem);position:sticky;left:13rem}table{border-spacing:0;border-collapse:separate;background:#fff;border:1px solid #bdbdbd;border-radius:4px;width:100%;overflow:clip}td,th{text-align:left;white-space:nowrap;border-bottom:1px solid #bdbdbd;padding:.5rem}th{z-index:99;background:#fff;transition:background .1s;position:sticky;top:3rem}#data-table th{cursor:pointer}#data-table th:hover{background:#eee}th[data-sort-dir]:after{content:"v";opacity:.5;margin-left:.25rem;display:inline-block}th[data-sort-dir=desc]:after{transform:rotate(180deg)}td a{color:inherit;text-decoration:none}td a:hover:not([class]){text-decoration:none}td a:after{content:"";display:block;position:absolute;inset:0}tbody tr{transition:background .1s;position:relative}tbody tr:hover{background:#eee}tbody tr:last-child td{border-bottom:none}tfoot td{z-index:99;background:#fff;border-top:1px solid #bdbdbd;border-bottom:none;position:sticky;bottom:0}tfoot input{width:100%}tfoot input:not([value=""]),tfoot input:not(:placeholder-shown){background:#ffffe0;border-color:#000;font-weight:700}.form--login{flex-direction:column;display:flex}.form--search{padding:.4rem .75rem}.form--popover{flex-direction:column;height:100%;display:flex}.form__section{flex-wrap:wrap;gap:1rem;margin-top:1rem;display:flex}.form__section:first-child{margin-top:0}.form__section-heading{width:100%;margin:0 0 -.25rem;font-size:1.25rem;line-height:1}.form__block{flex-direction:column;display:flex}.form__block--full{width:100%}input,textarea,select{background:#fafafa;border:1px solid #e0e0e0;border-radius:2px;padding:.35rem;font-family:inherit;font-size:1rem}input:hover,textarea:hover,select:hover{border-color:#bdbdbd}input:focus,textarea:focus,select:focus{border-color:#000;outline:none}textarea{resize:vertical;width:100%;min-height:5rem}.card{background:#fff;border:1px solid #bdbdbd;border-radius:4px;padding:1rem}.card__heading{margin:0 0 1rem;font-size:1.25rem;line-height:1.25rem}.btn{color:#fff;cursor:pointer;text-align:center;background:#262626;border:1px solid #262626;border-radius:2px;padding:.65rem 1rem;font-family:inherit;font-size:1rem;line-height:1rem;text-decoration:none;transition:background .1s,color .1s,border-color .1s;display:inline-block}.btn:hover{color:#fff;background:#424242;border-color:#424242}.btn--alt{color:#000;background:#fff}.btn--submit{margin-top:1rem}.btn--popover{margin-top:auto}.btn--delete{color:red;background:#fff;border-color:red}.btn--delete:hover{color:#fff;background:red;border-color:red}.btn-group{flex-wrap:wrap;gap:.5rem;margin:1rem 0;display:flex}.btn-group--inline{margin:0}@keyframes slide-in{0%{opacity:0;transform:translateY(-1rem)}to{opacity:1;transform:translateY(0)}}.messages{z-index:999;flex-direction:column;gap:1rem;max-width:30rem;margin:1rem auto;animation:.2s forwards slide-in;display:flex;position:fixed;top:3rem;left:0;right:0}.message{cursor:pointer;background:#fff;border:1px solid #000;border-left-width:4px;border-radius:2px;margin:0;padding:.75rem 1rem;position:relative;box-shadow:0 0 1rem #00000020}.message:after{content:"x";padding:.75rem;position:absolute;top:0;bottom:0;right:0}.message--notice{cursor:auto;box-shadow:none}.message--notice:after{display:none}.message--success{border-color:green}.message--error{border-color:red}.top__heading{margin:0;line-height:1.75rem}.top__description{margin:0}.top__right{align-items:center;display:flex}[popover]{border:none;width:100%;max-width:30rem;height:100%;margin:0 0 0 auto;padding:1rem;overflow-y:auto;box-shadow:0 0 1rem #00000040}[popover]::backdrop{background:#00000020}[popover] h3{margin:0}[popover] label{cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-user-drag:element;border-radius:2px;padding:.25rem;line-height:1;transition:background .1s}[popover] label:hover{background:#eee}[popover] label:last-of-type{margin-bottom:1rem}[popover] label:before{opacity:0;content:"";cursor:grab;vertical-align:-.2rem;background-image:url(/assets/img/drag.svg);background-position:50%;background-repeat:no-repeat;width:1rem;height:1.65rem;margin:-.25rem .25rem -.25rem -.25rem;transition:opacity .1s;display:inline-block}[popover] label:hover:before{opacity:.5}[popover] input{cursor:pointer;vertical-align:-.05rem}.status{vertical-align:bottom;background:#e0e0e0;border:1px solid #bdbdbd;border-radius:10rem;padding:.35rem .65rem;font-family:Open Sans,sans-serif;font-size:.9rem;font-weight:700;line-height:1;display:inline-block}.status--planning{background:#fcfdce;border-color:#c9cc00}.status--digging{background:#dec7ba;border-color:#cc4b00}.status--welding{background:#cdf;border-color:#04c}.status--installation{background:#ccf6ff;border-color:#00a7cc}.status--invoicing{background:#a2ff99;border-color:green}.status--active{background:#fff;border-color:#bdbdbd}.status--paused{background:#d0ffcc;border-color:green}.status--ready{background:#ffa600be;border-color:orange}.status--in-progress{background:#9ff781;border-color:#3c0}.status--transferred,.status--refunded,.status--not_implemented,.status--ended{background:#ffe5e5;border-color:red}*,:before,:after{box-sizing:border-box}html{width:fit-content;height:100%;font-family:Open Sans,sans-serif;font-size:100%;line-height:1.5}html.login-page{width:auto}body{background:#eee;min-height:calc(100% - 3rem);margin:0}.main{margin-top:3rem;margin-left:12rem;padding:1rem;display:block}.main--login{margin-left:0}h1,h2,h3,h4,h5,h6{font-family:Asap,sans-serif}h1{margin:0;font-size:1.75rem}h1:not(:first-child){margin-top:1rem}hr{border:none;border-top:1px solid #bdbdbd;margin:1.5rem 0}summary{cursor:pointer;border-radius:4px;padding:.25rem;transition:background .1s}summary:hover{background:#bdbdbd}.text--center{text-align:center}.text--left{text-align:left}.text--right{text-align:right}.drop-target{border-top:1px dashed #000}.drag-target{opacity:.5}a:not([class]){color:inherit;text-decoration:none}a:not([class]):hover{text-decoration:underline}[hidden]{display:none}