:root{--fs-scale:1;--space-scale: 1;--color-bg: #fff;--color-bg-muted: #f8f8f8;--color-bg-subtle:#fafafa;--color-border: #eee;--color-border-strong:#ccc;--color-text: #333;--color-text-muted: #666;--color-text-soft:#555;--color-text-dim: #888;--color-heading:#333;--color-heading-1:#000;--color-link: #3288c6;--color-link-hover: #1f5a86;--color-accent: #26a3c9;--color-success:#1c7a3e;--color-success-bg: #e6f4ea;--color-info: #3288c6;--color-info-bg:#e3f1f9;--color-warning:#c08a00;--color-warning-bg: #fff4d6;--color-error:#b00000;--color-error-bg: #fde8e8;--fs-h1:calc(24px * var(--fs-scale));--fs-h2:calc(20px * var(--fs-scale));--fs-h3:calc(17px * var(--fs-scale));--fs-h4:calc(15px * var(--fs-scale));--fs-h5:calc(13px * var(--fs-scale));--fs-h6:calc(12px * var(--fs-scale));--fs-body:calc(14px * var(--fs-scale));--fs-small: calc(12px * var(--fs-scale));--fw-regular:400;--fw-semibold: 600;--fw-bold: 700;--font-family-base:Arial, Helvetica, sans-serif;--font-family-display: 'erperium', Arial, Helvetica, sans-serif;--font-family-mono:'SFMono-Regular', Menlo, Consolas, 'Courier New', monospace;--lh-tight: 1.25;--lh-normal:1.5;--lh-loose: 1.75;--ls-wide:0.5px;--space-xs:calc(4px* var(--space-scale));--space-sm:calc(6px* var(--space-scale));--space-md:calc(10px * var(--space-scale));--space-lg:calc(15px * var(--space-scale));--space-xl:calc(20px * var(--space-scale));--space-2xl: calc(30px * var(--space-scale));--list-gap:calc(6px * var(--space-scale));--list-indent: 1.5em;--radius-sm: 3px;--radius-md: 4px;--radius-lg: 8px;--radius-pill: 999px;--border-width:1px;--border-base: 1px solid var(--color-border);--border-strong: 1px solid var(--color-border-strong);--border-error:1px solid var(--color-error);--focus-ring: 0 0 0 3px rgba(50, 136, 198, 0.35);--opacity-disabled: 0.5;--opacity-muted:0.6;--opacity-hover:0.85;--icon-xs: 12px;--icon-sm: 16px;--icon-md: 24px;--icon-lg: 32px;--icon-xl: 48px;--shadow-sm:0 1px 2px rgba(0,0,0,0.05);--shadow-card:2px 2px 5px 0 rgba(217,217,217,1);--shadow-md:0 4px 12px rgba(0,0,0,0.10);--shadow-lg:0 8px 24px rgba(0,0,0,0.15);--transition-fast: 100ms ease-out;--transition-base: 200ms ease-out;--transition-slow: 500ms ease-out;--z-base:1;--z-sticky:10;--z-overlay: 100;--z-modal: 1000;--z-tooltip: 2000;}.accordion{border: var(--border-base);border-radius: var(--radius-md);padding: var(--space-sm) var(--space-md);margin-bottom: var(--space-sm);background: var(--color-bg);}.accordion summary{cursor: pointer;font-weight: var(--fw-semibold);color: var(--color-text);padding: var(--space-xs) 0;}.accordion[open] summary{margin-bottom: var(--space-sm);border-bottom: var(--border-base);}.accordionAlt{border: var(--border-base);border-radius: var(--radius-md);margin-bottom: var(--space-sm);background: var(--color-bg);overflow: hidden;}.accordionAltTitle{display: block;padding: var(--space-md) var(--space-lg);cursor: pointer;font-weight: var(--fw-semibold);background: var(--color-bg-subtle);position: relative;}.accordionAltTitle::after{content: '+';position: absolute;right: var(--space-lg);top: var(--space-sm);font-size: 18px;color: var(--color-text-dim);}.accordionAlt input:checked ~ .accordionAltTitle::after{content: '−';}.accordionAltBody{max-height: 0;overflow: hidden;transition: max-height var(--transition-base), padding var(--transition-base);padding: 0 var(--space-lg);}.accordionAlt input:checked ~ .accordionAltBody{max-height: 500px;padding: var(--space-md) var(--space-lg);}.addressZipCompat{display: none;}.addressPostcode{text-transform: uppercase;}form:has(select.addrCountry option:checked:is([value*="ederland"],[value*="elgi"])):not(:has(input.addrPostcode:not(:placeholder-shown):valid)) [class^="cl-"]:has(input.addrReveal){display: none;}form:has(select.addrCountryVisit option:checked:is([value*="ederland"],[value*="elgi"])):not(:has(input.addrPostcodeVisit:not(:placeholder-shown):valid)) [class^="cl-"]:has(input.addrRevealVisit){display: none;}.alert{padding: var(--space-md) var(--space-lg);border-radius: var(--radius-md);margin: var(--space-sm) 0;border-left: 4px solid;}.alertSuccess{ background: var(--color-success-bg); border-color: var(--color-success); color: var(--color-success); }.alertInfo{background: var(--color-info-bg);border-color: var(--color-info);color: var(--color-link-hover); }.alertWarning{ background: var(--color-warning-bg); border-color: var(--color-warning); color: #6b4900; }.alertError{ background: var(--color-error-bg); border-color: var(--color-error); color: var(--color-error); }.autosaveHint{display: flex;align-items: center;gap: var(--space-md);margin-bottom: var(--space-md);padding: var(--space-sm) var(--space-md);background: var(--color-warning-bg);border: 1px solid var(--color-warning);border-radius: var(--radius-md);color: var(--color-text);font-size: var(--fs-body);}.autosaveUndo{margin-left: auto;background: none;border: none;padding: 0;color: var(--color-info);cursor: pointer;text-decoration: underline;font: inherit;}.badge{display: inline-block;padding: 2px 9px;border-radius: var(--radius-pill);font-size: var(--fs-small);font-weight: var(--fw-semibold);line-height: 1.6;vertical-align: middle;}.badgeNeutral{ background: var(--color-border); color: var(--color-text-soft); }.badgeSuccess{ background: var(--color-success);color: var(--color-bg); }.badgeInfo{background: var(--color-info); color: var(--color-bg); }.badgeWarning{ background: var(--color-warning);color: var(--color-bg); }.badgeError{ background: var(--color-error);color: var(--color-bg); }.breadcrumb ol{list-style: none;padding: 0;margin: var(--space-sm) 0;display: flex;flex-wrap: wrap;gap: var(--space-xs);}.breadcrumb li{color: var(--color-text-soft);}.breadcrumb li:not(:first-child)::before{content: '›';margin-right: var(--space-sm);color: var(--color-text-dim);}.breadcrumb a{color: var(--color-link);text-decoration: none;}.breadcrumb a:hover{text-decoration: underline;}.breadcrumb [aria-current='page']{color: var(--color-text);font-weight: 500;}.columnSettings [class^="cl-"]{display: flex;align-items: center;width: 100%;float: none;padding: var(--space-sm) 0;}.columnSettings [class^="cl-"] label{order: 1;flex: 1 1 auto;margin: 0;cursor: pointer;}.columnSettings [class^="cl-"] input[type='checkbox']{order: 2;flex: 0 0 auto;margin: 0 0 0 var(--space-sm);}.columnSettings [class^="cl-"] input[type='checkbox']:disabled{cursor: not-allowed;}.columnSettings [class^="cl-"] input[type='checkbox']:checked:disabled{background-color: var(--color-link);}@keyframes beautyBar{0% {width: 0%;}50% {width: 10%;}100% {}}@-moz-keyframes beautyBar{0% {width: 0%;}50% {width: 10%;}100% {}}@-webkit-keyframes beautyBar{0% {width: 0%;}50% {width: 10%;}100% {}}@-ms-keyframes beautyBar{0% {width: 0%;}50% {width: 10%;}100% {}}.bundelInfo, .bundelLeganda{width: 100%;margin: 10px auto;}.bundel{width: 100%;height: 20px;background-color: #eee;overflow: hidden;}.bundelAlert{width: 100%;height: auto;margin: 20px auto;padding: var(--space-md);overflow: auto;background-color: #ffd150;}.bundelPlan{width: 100%;margin: 10px auto 0;}.bundelUpgrade{width: 100%;height: auto;margin: var(--space-md) auto;padding: var(--space-md);overflow: auto;background-color: var(--color-info-bg);border-radius: var(--radius-md);}.bundelUpgradeBtn{display: inline-block;margin-top: var(--space-sm);padding: var(--space-xs) var(--space-md);border: var(--border-width) solid var(--color-link);border-radius: var(--radius-sm);color: var(--color-link);font-weight: var(--fw-semibold);text-decoration: none;}.bundelUpgradeBtn:hover{color: var(--color-link-hover);border-color: var(--color-link-hover);}.bundel div{height: 20px;float: left;-webkit-animation: beautyBar 1s linear;-moz-animation: beautyBar 1s linear;-ms-animation: beautyBar 1s linear;animation: beautyBar 1s linear;}.bundelContracts{background-color: #6f1111;}.bundelEmail{background-color: #aff1ba;}.bundelInvoices{background-color: var(--color-link);}.bundelOrders{background-color: #e6b7b7;}.bundelPurchase{background-color: #384052;}.bundelQr{background-color: #ff9e65;}.bundelRecordings{background-color: #c5e2db;}.bundelRelations{background-color: #d3c5e2;}.bundelSignatures{background-color: #c5d9e2;}.bundelWebshop{background-color: #f36d6d;}.bundelLeganda div{width: 50%;margin-bottom: var(--space-md);float: left;background-color: transparent;}.bundelLeganda div:before{content: "";width: 10px;height: 10px;padding-left: var(--space-lg);margin-right: var(--space-md);}.bundelContracts:before{background-color: #6f1111;}.bundelEmail:before{background-color: #aff1ba;}.bundelInvoices:before{background-color: var(--color-link);}.bundelOrders:before{background-color: #e6b7b7;}.bundelPurchase:before{background-color: #384052;}.bundelQr:before{background-color: #ff9e65;}.bundelRecordings:before{background-color: #c5e2db;}.bundelRelations:before{background-color: #d3c5e2;}.bundelSignatures:before{background-color: #c5d9e2;}.bundelWebshop:before{background-color: #f36d6d;}.edit:checked + form{width: 100%;height: 100%;min-height: 100%;padding: 25px;border-left: 1px solid #adadad;}.edit + form h1{width: 100%;height: auto;margin-bottom: var(--space-md);overflow: auto;}.edit{display: none;}label.editModule{width: 20px;height: 20px;background-color: transparent;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23999' d='M20.71,7.04C21.1,6.65 21.1,6 20.71,5.63L18.37,3.29C18,2.9 17.35,2.9 16.96,3.29L15.12,5.12L18.87,8.87M3,17.25V21H6.75L17.81,9.93L14.06,6.18L3,17.25Z'/%3E%3C/svg%3E");background-size: 20px;background-repeat: no-repeat;background-position: center center;-webkit-transition: background-color 500ms ease;-moz-transition: background-color 500ms;-ms-transition: background-color 500ms;-o-transition: background-color 500ms;transition: background-color 500ms;float: right;}label.editModule:hover{background-color: #eee;}label.newEditModule{width: 30%;max-width: 250px;height: 40px;margin-top: 50px;background-color: #eee;border-bottom: 3px solid #a9a9a9;color: #000;line-height: 40px;text-align: center;font-weight: bold;display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}.overlay{position: fixed;top: 0;left: 0;height: 100%;width: 100%;background: rgba(0, 0, 0, 0.5);display: none;z-index: 10001;}.edit:checked ~ .overlay{display: block;}.editMenu{position: fixed;top: 0;right: -520px;width: 500px;height: 100%;min-height: 200px;background: var(--color-bg);box-shadow: -4px 0 12px rgba(0, 0, 0, 0.2);transition: right 0.4s ease-in-out;z-index: 10002;display: table;}.menuContent{display: table-cell;vertical-align: middle;padding: var(--space-xl);}.close{position: absolute;top: 10px;right: 15px;font-size: 28px;color: var(--color-text);text-decoration: none;line-height: 1;cursor: pointer;}.dropdown:checked + div{display: block;}@media all and (min-width: 760px) and (orientation: portrait), (min-width: 760px) and (orientation: landscape){.edit + form{max-width: 400px;}}.cmsContent{width: 100%;height: 100%;overflow: hidden;}.cmsHeader{width: 100%;height: 50px;padding: 0px 5px;overflow: hidden;}#toDomain{width: 100%;height: auto;overflow: auto;margin-top: 8px;}.cl-domainCompanyId, .cl-domainPath, .cl-domainSearch{float: left;}.cl-domainCompanyId label, .cl-domainPath label, .cl-domainSearch label{display: none;}.cl-domainCompanyId{max-width: 165px;margin-right: var(--space-sm);}.cl-domainPath{width: calc(100% - 225px);width: -moz-calc(100% - 225px);width: -webkit-calc(100% - 225px);width: -o-calc(100% - 225px);}.cl-domainSearch{width: 50px;margin-left: var(--space-sm);}.cl-domainSearch input[type='submit']{height: 40px;margin-top: 0;padding: 3px;border-bottom: 1px solid #c9c9c9;text-align: center;color: #384052;}.cmsEditor{width: 100%;height: 90%;height: calc(100% - 50px);height: -moz-calc(100% - 50px);height: -webkit-calc(100% - 50px);height: -o-calc(100% - 50px);padding: var(--space-sm);overflow: hidden;position: relative;}.iframeLayout, #cms{width: 90%;width: calc(100% - 10px);width: -moz-calc(100% - 10px);width: -webkit-calc(100% - 10px);width: -o-calc(100% - 10px);height: 90%;height: calc(100% - 10px);height: -moz-calc(100% - 10px);height: -webkit-calc(100% - 10px);height: -o-calc(100% - 10px);top: 5px;left: 5px;position: absolute;}#cmsUrl{width: 50%;max-width: 300px;height: auto;float: left;}#cmsPage{width: 50%;max-width: 300px;height: auto;float: left;}#cmsEditTool{width: 0;height: auto;overflow: auto;background-color: rgb(238, 238, 238);-webkit-transition: all 500ms linear;-moz-transition: all 500ms linear;-o-transition: all 500ms linear;-ms-transition: all 500ms linear;transition: all 500ms linear;-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}#edit:checked + form#editContent{width: 100%;height: 100%;min-height: 100%;padding: 1%;border-left: 1px solid #adadad;}form#editContent h1,form#editContent p,form#uploadImage h1,form#uploadImage p{width: 100%;float: left;}form#editContent h1,form#uploadImage h1{margin-top: var(--space-xl);}form#editContent p,form#editContent h1{text-align: justify;font-style: italic;}@media all and (min-width: 760px) and (orientation: portrait), (min-width: 760px) and (orientation: landscape){.cl-domainCompanyId{max-width: 250px;}.cl-domainPath{width: calc(100% - 310px);width: -moz-calc(100% - 310px);width: -webkit-calc(100% - 310px);width: -o-calc(100% - 310px);}}.formToggleTarget{height: auto;max-height: 0;overflow: hidden;-webkit-transition: max-height 500ms;-moz-transition: max-height 500ms;-ms-transition: max-height 500ms;-o-transition: max-height 500ms;transition: max-height 500ms;}[class^="cl-"]:has(input.formToggle:checked) + .formToggleTarget{max-height: 800px;}.hidden:checked + .generalNoteBg .generalNotification{opacity: 1;top: 0px;-webkit-transition: opacity 500ms ease-out 0s, top 500ms ease-out 0s;-moz-transition: opacity 500ms ease-out 0s, top 500ms ease-out 0s;-ms-transition: opacity 500ms ease-out 0s, top 500ms ease-out 0s;-o-transition: opacity 500ms ease-out 0s, top 500ms ease-out 0s;transition: opacity 500ms ease-out 0s, top 500ms ease-out 0s;}.hidden:checked + .generalNoteBg{opacity: 1;-webkit-transition: opacity 500ms ease-out 0s;-moz-transition: opacity 500ms ease-out 0s;-ms-transition: opacity 500ms ease-out 0s;-o-transition: opacity 500ms ease-out 0s;transition: opacity 500ms ease-out 0s;z-index: 99;}.generalNoteBg{width: 100%;height: 100%;padding: 1%;background: rgba(0, 0, 0, 0.40);position: absolute;top: 0;left: 0;z-index: -99;opacity: 0;-webkit-transition: opacity 500ms ease-out 0s, z-index 0ms ease-out 500ms;-moz-transition: opacity 500ms ease-out 0s, z-index 0ms ease-out 500ms;-ms-transition: opacity 500ms ease-out 0s, z-index 0ms ease-out 500ms;-o-transition: opacity 500ms ease-out 0s, z-index 0ms ease-out 500ms;transition: opacity 500ms ease-out 0s, z-index 0ms ease-out 500ms;}.generalNotification, .generalNotificationTime{width: 100%;max-width: 550px;height: auto;margin: auto;padding: var(--space-md);top: -1000px;opacity: 0;position: relative;z-index: 100;background-color: rgba(50, 136, 198, 0.8);-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);border-radius: 4px 4px;-moz-border-radius: 4px 4px;-webkit-border-radius: 4px 4px;-webkit-transition: opacity 500ms ease-out 0s, top 500ms ease-out 0s;-moz-transition: opacity 500ms ease-out 0s, top 500ms ease-out 0s;-ms-transition: opacity 500ms ease-out 0s, top 500ms ease-out 0s;-o-transition: opacity 500ms ease-out 0s, top 500ms ease-out 0s;transition: opacity 500ms ease-out 0s, top 500ms ease-out 0s;}#removeClass{display: none;}.generalNotificationTime{position: absolute;z-index: 99;top: 1%;left: 0;right: 0;margin: auto;-webkit-animation: generalNotification 2s linear 1;-moz-animation: generalNotification 2s linear 1;-ms-animation: generalNotification 2s linear 1;animation: generalNotification 2s linear 1;}.generalNoteInner{width: 100%;min-height: 150px;height: auto;background-color: rgb(238, 238, 238);overflow: auto;}.generalNotificationTime .generalNoteInner{min-height: 50px;}.generalNoteInner h2{background-color: var(--color-bg);padding: var(--space-lg);text-align: left;font-weight: bold;-webkit-box-shadow: 1px 1px 1px 0px rgba(186,186,186,0.5);-moz-box-shadow: 1px 1px 1px 0px rgba(186,186,186,0.5);box-shadow: 1px 1px 1px 0px rgba(186,186,186,0.5);}.confirm{padding: var(--space-lg);}.generalNoteInner label{line-height: 23px;margin: 0px 20px 0px 0px;float: left;}.generalNoteInner p, .confirm{width: 100%;height: auto;text-align: left;}.generalRun{width: 100%;max-width: 200px;padding: 0px 15px 15px 15px;float: right;}.generalRun div, .generalRun label{width: 50%;}.generalRun div.clLayer{width: 100%;}.generalRun input[type='submit'], .generalRun label{margin: 0;padding: 3px 3px 3px 3px;text-align: center;line-height: 40px;}.viewer{max-width: 100%;max-height: 100%;margin: auto;overflow: auto;display: block;}label.fileDelete{width: 50px;height: 50px;background-color: transparent;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23999' d='M19,4H15.5L14.5,3H9.5L8.5,4H5V6H19M6,19A2,2 0 0,0 8,21H16A2,2 0 0,0 18,19V7H6V19Z'/%3E%3C/svg%3E");background-repeat: no-repeat;background-position: center;position: absolute;bottom: 50px;right: 50px;}.acceptDelete{display: none;}.hidden:checked + .acceptDelete{width: 100%;max-width: 400px;height: 250px;background-color: var(--color-bg);position: absolute;right: 50px;bottom: 100px;display: block;}.moduleGrid{width: 100%;display: -webkit-flex;display: -moz-flex;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-align-items: flex-start;-moz-align-items: flex-start;-ms-flex-align: start;align-items: flex-start;}.moduleGrid-cell{width: 100%;padding: var(--space-xl);padding-top: 0;min-width: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}.moduleGrid-cell:last-child{padding-bottom: 0;}.moduleGrid-cell:first-child{padding-top: var(--space-xl);}.moduleCell{padding: var(--space-lg);overflow: auto;background-color: var(--color-bg);-webkit-box-shadow: 2px 2px 5px 0px rgba(217,217,217,1);-moz-box-shadow: 2px 2px 5px 0px rgba(217,217,217,1);box-shadow: 2px 2px 5px 0px rgba(217,217,217,1);-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}.moduleGrid-row{width: 100%;display: -webkit-flex;display: -moz-flex;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;}.moduleGrid:last-child{padding-bottom: var(--space-xl);}.moduleGrid-cell .moduleCell + .moduleCell{margin-top: var(--space-xl);}.moduleGrid-row > .moduleGrid-cell{width: 100%;}@media all and (min-width: 480px) and (orientation: portrait), (min-width: 480px) and (orientation: landscape){}@media all and (min-width: 760px) and (orientation: portrait), (min-width: 760px) and (orientation: landscape){.moduleGrid-cell{width: 33.333%;padding: var(--space-md);}.moduleGrid-cell:nth-child(-n+3){padding-top: var(--space-xl);}.moduleGrid-cell:nth-child(3n+1){padding-left: var(--space-xl);}.moduleGrid-cell:nth-child(3n+3){padding-left: var(--space-md);padding-right: var(--space-xl);}.moduleGrid-100 > .moduleGrid-cell{width: 100%;padding-left: var(--space-xl);padding-right: var(--space-xl);}.moduleGrid-50-50 > .moduleGrid-cell{ width: 50%; padding: var(--space-md); }.moduleGrid-50-50 > .moduleGrid-cell:nth-child(2n+1){ padding-left: var(--space-xl); }.moduleGrid-50-50 > .moduleGrid-cell:nth-child(2n){ padding-right: var(--space-xl); }.moduleGrid-50-50 > .moduleGrid-cell:nth-child(-n+2){ padding-top: var(--space-xl); }.moduleGrid-60-40 > .moduleGrid-cell:first-child{ width: 60%; padding-left: var(--space-xl); }.moduleGrid-60-40 > .moduleGrid-cell:last-child{ width: 40%; padding-right: var(--space-xl); }.moduleGrid-40-60 > .moduleGrid-cell:first-child{ width: 40%; padding-left: var(--space-xl); }.moduleGrid-40-60 > .moduleGrid-cell:last-child{ width: 60%; padding-right: var(--space-xl); }.moduleGrid-75-25 > .moduleGrid-cell:first-child{ width: 75%; padding-left: var(--space-xl); }.moduleGrid-75-25 > .moduleGrid-cell:last-child{ width: 25%; padding-right: var(--space-xl); }.moduleGrid-25-75 > .moduleGrid-cell:first-child{ width: 25%; padding-left: var(--space-xl); }.moduleGrid-25-75 > .moduleGrid-cell:last-child{ width: 75%; padding-right: var(--space-xl); }.moduleGrid-80-20 > .moduleGrid-cell:first-child{ width: 80%; padding-left: var(--space-xl); }.moduleGrid-80-20 > .moduleGrid-cell:last-child{ width: 20%; padding-right: var(--space-xl); }.moduleGrid-20-80 > .moduleGrid-cell:first-child{ width: 20%; padding-left: var(--space-xl); }.moduleGrid-20-80 > .moduleGrid-cell:last-child{ width: 80%; padding-right: var(--space-xl); }.moduleGrid-33-33-33 > .moduleGrid-cell{ width: 33.333%; }.moduleGrid-33-33-33 > .moduleGrid-cell:nth-child(3n+1){ padding-left: var(--space-xl); }.moduleGrid-33-33-33 > .moduleGrid-cell:nth-child(3n+3){ padding-right: var(--space-xl); }.moduleGrid-25-25-25-25 > .moduleGrid-cell{ width: 25%; padding: var(--space-md); }.moduleGrid-25-25-25-25 > .moduleGrid-cell:nth-child(4n+1){ padding-left: var(--space-xl); }.moduleGrid-25-25-25-25 > .moduleGrid-cell:nth-child(4n+4){ padding-right: var(--space-xl); }.moduleGrid-25-25-25-25 > .moduleGrid-cell:nth-child(-n+4){ padding-top: var(--space-xl); }}@supports (grid-template-rows: masonry){@media all and (min-width: 760px) and (orientation: portrait), (min-width: 760px) and (orientation: landscape){.moduleGrid{display: grid;grid-template-columns: repeat(3, 1fr);grid-template-rows: masonry;gap: 20px;padding: var(--space-xl);}.moduleGrid-cell{width: auto;padding: 0;}.moduleGrid-50-50{ grid-template-columns: 1fr 1fr; }.moduleGrid-60-40{ grid-template-columns: 3fr 2fr; }.moduleGrid-40-60{ grid-template-columns: 2fr 3fr; }.moduleGrid-75-25{ grid-template-columns: 3fr 1fr; }.moduleGrid-25-75{ grid-template-columns: 1fr 3fr; }.moduleGrid-80-20{ grid-template-columns: 4fr 1fr; }.moduleGrid-20-80{ grid-template-columns: 1fr 4fr; }.moduleGrid-33-33-33{ grid-template-columns: repeat(3, 1fr); }.moduleGrid-25-25-25-25{ grid-template-columns: repeat(4, 1fr); }.moduleGrid-100{ grid-template-columns: 1fr; }}}@media all and (min-width: 1366px) and (orientation: landscape), (min-width: 1366px) and (orientation: portrait){}.progress{width: 100%;background: var(--color-border);border-radius: var(--radius-sm);overflow: hidden;margin: var(--space-sm) 0;height: 18px;}.progressFill{height: 100%;background: var(--color-link);color: var(--color-bg);font-size: var(--fs-small);text-align: center;line-height: 18px;white-space: nowrap;transition: width var(--transition-slow);}.progressEmpty{ background: var(--color-border-strong); color: transparent; }.progressLow{ background: var(--color-error); }.progressMid{ background: var(--color-warning); }.progressHigh{background: var(--color-link); }.progressFull{background: var(--color-success); }.segmentButtons{display: flex;flex-wrap: wrap;width: 100%;margin: var(--space-md) 0;border-radius: var(--radius-md);overflow: hidden;}.segmentButtons label{flex: 1 1 0;min-width: 0;padding: var(--space-md);text-align: center;border: var(--border-strong);border-right: 0;background-color: var(--color-bg-muted);color: var(--color-text-soft);cursor: pointer;-webkit-transition: background-color var(--transition-fast), color var(--transition-fast), border-color var(--transition-fast);-moz-transition:background-color var(--transition-fast), color var(--transition-fast), border-color var(--transition-fast);-ms-transition: background-color var(--transition-fast), color var(--transition-fast), border-color var(--transition-fast);transition: background-color var(--transition-fast), color var(--transition-fast), border-color var(--transition-fast);}.segmentButtons label:last-of-type{border-right: var(--border-strong);}.segmentButtons label:hover{background-color: var(--color-border);}.segmentRadio{position: absolute;opacity: 0;pointer-events: none;width: 1px;height: 1px;overflow: hidden;}.segmentRadio:checked + label{background-color: var(--color-link);color: var(--color-bg);border-color: var(--color-link);}.segmentRadio:focus-visible + label{box-shadow: var(--focus-ring);}.gridModules{width: 100%;height: auto;overflow: auto;}.gridModules .infoLabel{width: 100%;height: auto;margin: 5px auto 5px auto;font-weight: bold;border-bottom: 1px solid #c1c1c1;padding-bottom: 8px;}.grid1, .grid2{width: 100%;height: auto;padding: var(--space-sm);float: left;overflow: auto;}@media all and (min-width: 760px) and (orientation: portrait), (min-width: 760px) and (orientation: landscape){.grid1, .grid2{width: 50%;}}.moduleHeaderInfo{width: 100%;height: auto;overflow: auto;}.leftInformation, .rightInformation{width: 50%;font-weight: bold;height: 40px;line-height: 40px;font-weight: bold;float: left;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;float: left;}.moduleHeaderAlign{width: 100%;max-width: 400px;float: right;text-align: right;}.split60, .split40{width: 100%;min-height: 50px;padding: 1%;overflow: auto;background-color: var(--color-bg);-webkit-box-shadow: 2px 2px 3px -2px rgba(190,190,190,1);-moz-box-shadow: 2px 2px 3px -2px rgba(190,190,190,1);box-shadow: 2px 2px 3px -2px rgba(190,190,190,1);position: relative;}.split40{margin-top: 50px;padding: 1% 1% 1% 0%;padding-bottom: 70px;background-color: #f8f8f8;}@media all and (min-width: 480px) and (orientation: portrait), (min-width: 480px) and (orientation: landscape){}@media all and (min-width: 760px) and (orientation: portrait), (min-width: 760px) and (orientation: landscape){.split60, .split40{height: 99%;height: calc(99.6% - 65px);height: -moz-calc(99.6% - 65px);height: -webkit-calc(99.6% - 65px);height: -o-calc(99.6% - 65px);float: left;}.split60{width: 59%;}.split40{width: 40%;margin-top: 0px;margin-left: 1%;padding-bottom: 1%;}}@media all and (min-width: 1366px) and (orientation: portrait), (min-width: 1366px) and (orientation: landscape){}.sessionOverlay{position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.5);display: none;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;padding: var(--space-lg);z-index: 10050;}.sessionModal{width: 100%;max-width: 420px;background: var(--color-bg);border-radius: var(--radius-lg);box-shadow: var(--shadow-lg);padding: var(--space-xl);text-align: center;}.sessionModalTitle{margin: 0 0 var(--space-md) 0;font-size: var(--fs-h2);font-weight: var(--fw-bold);color: var(--color-heading);}.sessionModalText{margin: 0 0 var(--space-xl) 0;font-size: var(--fs-body);line-height: var(--lh-normal);color: var(--color-text);}.sessionCountdown{font-weight: var(--fw-bold);color: var(--color-accent);}.sessionModalActions{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-ms-flex-wrap: wrap;flex-wrap: wrap;gap: var(--space-md);}.sessionExtendBtn,.sessionLogoutBtn{min-height: 44px;padding: var(--space-sm) var(--space-lg);border: var(--border-strong);border-radius: var(--radius-md);font-size: var(--fs-body);font-weight: var(--fw-semibold);cursor: pointer;-webkit-transition: background-color var(--transition-base);transition: background-color var(--transition-base);}.sessionExtendBtn{background: var(--color-accent);border-color: var(--color-accent);color: var(--color-bg);}.sessionExtendBtn:hover{background: var(--color-link-hover);border-color: var(--color-link-hover);}.sessionLogoutBtn{background: var(--color-bg);color: var(--color-text);}.sessionLogoutBtn:hover{background: var(--color-bg-muted);}.tabber{width: 100%;height: auto;overflow: auto;float: left;}.tabberMenu{display: flex;flex-wrap: wrap;width: 100%;height: auto;overflow: auto;}.tabberMenu label{flex: 1 1 0;min-width: 0;height: auto;text-align: center;line-height: 45px;display: block;border-top: 5px solid var(--color-border-strong);cursor: pointer;-webkit-transition: border-top-color var(--transition-fast), color var(--transition-fast);-moz-transition:border-top-color var(--transition-fast), color var(--transition-fast);-ms-transition: border-top-color var(--transition-fast), color var(--transition-fast);transition: border-top-color var(--transition-fast), color var(--transition-fast);}.tabberContent{width: 100%;height: auto;overflow: auto;}.tabber > .tabberContent > .tabs{width: 100%;height: auto;overflow: auto;display: none;}.hidden:checked + .tabberMenu > label:nth-last-child(1),.hidden:checked + .hidden + .tabberMenu > label:nth-last-child(2),.hidden:checked + .hidden + .hidden + .tabberMenu > label:nth-last-child(3),.hidden:checked + .hidden + .hidden + .hidden + .tabberMenu > label:nth-last-child(4),.hidden:checked + .hidden + .hidden + .hidden + .hidden + .tabberMenu > label:nth-last-child(5),.hidden:checked + .hidden + .hidden + .hidden + .hidden + .hidden + .tabberMenu > label:nth-last-child(6),.hidden:checked + .hidden + .hidden + .hidden + .hidden + .hidden + .hidden + .tabberMenu > label:nth-last-child(7),.hidden:checked + .hidden + .hidden + .hidden + .hidden + .hidden + .hidden + .hidden + .tabberMenu > label:nth-last-child(8),.hidden:checked + .hidden + .hidden + .hidden + .hidden + .hidden + .hidden + .hidden + .hidden + .tabberMenu > label:nth-last-child(9),.hidden:checked + .hidden + .hidden + .hidden + .hidden + .hidden + .hidden + .hidden + .hidden + .hidden + .tabberMenu > label:nth-last-child(10){border-top-color: var(--color-link);font-weight: var(--fw-bold);}.hidden:checked + .tabberMenu + .tabberContent > .tabs:nth-last-child(1),.hidden:checked + .hidden + .tabberMenu + .tabberContent > .tabs:nth-last-child(2),.hidden:checked + .hidden + .hidden + .tabberMenu + .tabberContent > .tabs:nth-last-child(3),.hidden:checked + .hidden + .hidden + .hidden + .tabberMenu + .tabberContent > .tabs:nth-last-child(4),.hidden:checked + .hidden + .hidden + .hidden + .hidden + .tabberMenu + .tabberContent > .tabs:nth-last-child(5),.hidden:checked + .hidden + .hidden + .hidden + .hidden + .hidden + .tabberMenu + .tabberContent > .tabs:nth-last-child(6),.hidden:checked + .hidden + .hidden + .hidden + .hidden + .hidden + .hidden + .tabberMenu + .tabberContent > .tabs:nth-last-child(7),.hidden:checked + .hidden + .hidden + .hidden + .hidden + .hidden + .hidden + .hidden + .tabberMenu + .tabberContent > .tabs:nth-last-child(8),.hidden:checked + .hidden + .hidden + .hidden + .hidden + .hidden + .hidden + .hidden + .hidden + .tabberMenu + .tabberContent > .tabs:nth-last-child(9),.hidden:checked + .hidden + .hidden + .hidden + .hidden + .hidden + .hidden + .hidden + .hidden + .hidden + .tabberMenu + .tabberContent > .tabs:nth-last-child(10){display: block;}.hidden:focus-visible + .tabberMenu > label,.hidden:focus-visible + .hidden + .tabberMenu > label,.hidden:focus-visible + .hidden + .hidden + .tabberMenu > label{}@media all and (min-width: 760px) and (orientation: portrait), (min-width: 760px) and (orientation: landscape){}.titleRow{display: flex;align-items: center;gap: var(--space-md);width: 100%;}.titleRow > :first-child{flex: 1 1 auto;margin-top: 0;margin-bottom: 0;}.titleRow > :first-child + *,.titleRow > .titleActions{flex: 0 0 auto;}.titleActions{display: flex;gap: var(--space-sm);}.personalImageViewer form{margin-right: 1%;float: left;position: relative;background-color: rgb(238, 238, 238);}.cl-uploadFile{float: left;position: relative;cursor: pointer;}.customerImageBg, .customerImageBg1, .cl-uploadFile{width: 115px;height: 85px;margin-right: 1%;border: 1px solid #bbbbbb;position: relative;text-align: center;display: inline-block;vertical-align: top;position: relative;overflow: hidden;border-radius: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px;}label.uploadLabel, .cl-uploadFile input[type="file"], .uploadLoader{width: 100%;height: 100%;top: 0;left: 0;position: absolute;cursor: pointer;margin: 0;text-align: center;}label.uploadLabel{padding-top: 55px;display: inline-block;overflow: hidden;text-overflow: ellipsis;font-size: 10px;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23F44336' d='M19.35,10.04C18.67,6.59 15.64,4 12,4C9.11,4 6.6,5.64 5.35,8.04C2.34,8.36 0,10.91 0,14A6,6 0 0,0 6,20H19A5,5 0 0,0 24,15C24,12.36 21.95,10.22 19.35,10.04M14,13V17H10V13H7L12,8L17,13H14Z'/%3E%3C/svg%3E");background-repeat: no-repeat;background-position: center;}.cl-uploadFile input[type="file"]{opacity: 0;height: 200%;top: -100%;}input[type="submit"].hidden{display: none;}@keyframes submitLoader{0%{ transform: rotate(0deg); }100%{ transform: rotate(360deg); }}@-moz-keyframes shake{0%{ -moz-transform: rotate(0deg); }100%{ -moz-transform: rotate(360deg); }}@-webkit-keyframes shake{0%{ -webkit-transform: rotate(0deg); }100%{ -webkit-transform: rotate(360deg); }}@-ms-keyframes shake{0%{ -ms-transform: rotate(0deg); }100%{ -ms-transform: rotate(360deg); }}.uploadLoader{width: 60px;height: 60px;margin: 20px 27px;border: 6px solid #f3f3f3;border-top: 6px solid #b00000;border-radius: 50%;background-color: rgb(238, 238, 238);-webkit-animation: submitLoader 2s linear infinite;-moz-animation: submitLoader 2s linear infinite;-ms-animation: submitLoader 2s linear infinite;animation: submitLoader 2s linear infinite;}.getPackage{width: 100%;height: auto;margin-top: var(--space-md);padding: 1%;float: left;overflow: hidden;background-color: var(--color-bg);-webkit-box-shadow: 2px 2px 3px -2px rgba(190,190,190,1);-moz-box-shadow: 2px 2px 3px -2px rgba(190,190,190,1);box-shadow: 2px 2px 3px -2px rgba(190,190,190,1);}.getPackage .infoLabel{margin-bottom: var(--space-xl);}.package1, .package2, .package3{width: 100%;height: auto;margin-bottom: var(--space-xl);padding: 1%;float: left;}.optionPack{width: 100%;max-width: 450px;height: auto;margin: auto;background-color: var(--color-bg);-webkit-box-shadow: 0px 0px 3px 0px rgba(190,190,190,1);-moz-box-shadow: 0px 0px 3px 0px rgba(190,190,190,1);box-shadow: 0px 0px 3px 0px rgba(190,190,190,1);overflow: hidden;}.pLicense h1{width: 100%;padding: 50px 0px 50px 0px;text-align: center;font-family: erperium;font-weight: bold;color: #fff;display: block;overflow: auto;}.pLicense strong{width: 80%;padding: 20px 0px 20px 0px;margin: auto;text-align: center;display: block;border-bottom: 1px solid #d6d6d6;overflow: auto;}.package1 h1{background-color: #6bc196;}.package2 h1{background-color: #b9567b;}.package3 h1{background-color: var(--color-link);}.pPrice{width: auto;max-width: 130px;height: auto;font-family: erperium;text-align: center;margin: 30px auto;display: block;overflow: auto;position: relative;}.pPrice strong{font-family: erperium;color: #616161;font-weight: normal;font-size: 60px;}span.coinSign, span.vatSign{position: absolute;margin-top: 12px;font-size: 10px;right: 0;top: 0;}span.coinSign{left: 10px;right: auto;font-size: var(--fs-body);font-weight: bold;color: #616161;}span.licenseDuration{width: 100%;height: auto;display: block;font-size: var(--fs-body);font-weight: bold;color: #616161;}.pDescription{margin-top: 50px;}.pDescription .odd{width: 100%;height: auto;padding: var(--space-xl);background-color: #f5f5f5;text-align: center;}.pDescription .even{width: 100%;height: auto;padding: var(--space-xl);border-top: 1px solid #e6e6e6;border-bottom: 1px solid rgba(230,230,230, 0.7);text-align: center;}.optionPack.currentPlan{outline: var(--border-width) solid var(--color-link);}.currentBadge{width: 100%;padding: var(--space-sm);background-color: var(--color-link);color: #fff;text-align: center;font-weight: var(--fw-semibold);}@media all and (min-width: 480px) and (orientation: portrait), (min-width: 480px) and (orientation: landscape){.bundelLeganda div{width: 33.33%;}}@media all and (min-width: 760px) and (orientation: portrait), (min-width: 760px) and (orientation: landscape){.bundelLeganda div{width: 25%;}.package1, .package2, .package3{width: 33%;margin-bottom: 0;}.package1 .optionPack{margin-right: 0;}.package3 .optionPack{margin-left: 0;}.package2{margin-left: 0.50%;margin-right: 0.50%;}}@media all and (min-width: 1366px) and (orientation: portrait), (min-width: 1366px) and (orientation: landscape){.bundelLeganda div{width: 10%;}}.productHeaderImage{width: 100%;height: 200px;margin-bottom: var(--space-xl);background-color: #f8f8f8;position: relative;}.imageLabelDesc{width: auto;height: auto;padding: 10px 10px 10px 40px;right: 10px;bottom: 10px;background-color: #eee;border-bottom: 1px solid #eee;color: #000;text-align: center;position: absolute;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23999' d='M21,3H3C2,3 1,4 1,5V19A2,2 0 0,0 3,21H21C22,21 23,20 23,19V5C23,4 22,3 21,3M5,17L8.5,12.5L11,15.5L14.5,11L19,17H5Z'/%3E%3C/svg%3E");background-repeat: no-repeat;background-position: 5px;}.imageOptions{position: absolute;z-index: 2;background-color: transparent;border-bottom: 1px solid transparent;-webkit-transition: background-color 500ms ease, border 500ms ease;-moz-transition: background-color 500ms, border 500ms ease;-ms-transition: background-color 500ms, border 500ms ease;-o-transition: background-color 500ms, border 500ms ease;transition: background-color 500ms, border 500ms ease;}.productHeaderImage:hover .imageOptions,.quarterDiv:hover .imageOptions{width: 40px;height: 41px;top: 10px;right: 10px;background-color: #eee;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23999' d='M12,8A4,4 0 0,1 16,12A4,4 0 0,1 12,16A4,4 0 0,1 8,12A4,4 0 0,1 12,8M12,10A2,2 0 0,0 10,12A2,2 0 0,0 12,14A2,2 0 0,0 14,12A2,2 0 0,0 12,10M10,22C9.75,22 9.54,21.82 9.5,21.58L9.13,18.93C8.5,18.68 7.96,18.34 7.44,17.94L4.95,18.95C4.73,19.03 4.46,18.95 4.34,18.73L2.34,15.27C2.21,15.05 2.27,14.78 2.46,14.63L4.57,12.97L4.5,12L4.57,11L2.46,9.37C2.27,9.22 2.21,8.95 2.34,8.73L4.34,5.27C4.46,5.05 4.73,4.96 4.95,5.05L7.44,6.05C7.96,5.66 8.5,5.32 9.13,5.07L9.5,2.42C9.54,2.18 9.75,2 10,2H14C14.25,2 14.46,2.18 14.5,2.42L14.87,5.07C15.5,5.32 16.04,5.66 16.56,6.05L19.05,5.05C19.27,4.96 19.54,5.05 19.66,5.27L21.66,8.73C21.79,8.95 21.73,9.22 21.54,9.37L19.43,11L19.5,12L19.43,12.97L21.54,14.63C21.73,14.78 21.79,15.05 21.66,15.27L19.66,18.73C19.54,18.95 19.27,19.04 19.05,18.95L16.56,17.94C16.04,18.34 15.5,18.68 14.87,18.93L14.5,21.58C14.46,21.82 14.25,22 14,22H10Z'/%3E%3C/svg%3E");background-repeat: no-repeat;background-position: center center;}.imageOptions:hover{border-bottom: 1px solid #cdcdcd;}#addForm{width: 100%;height: auto;overflow: auto;}#addForm .formTooltip{float: right;}.cl-formId{width: 80%;width: calc(100% - 150px);width: -moz-calc(100% - 150px);width: -webkit-calc(100% - 150px);width: -o-calc(100% - 150px);}.cl-formId label{display: none;}.cl-saveForm{width: 20%;width: calc(150px);width: -moz-calc(150px);width: -webkit-calc( 150px);width: -o-calc(150px);}.cl-saveForm input[type='submit']{height: 39px;margin-top: 0;}.personalDiv{position: relative;}.backgroundHeader{width: auto;height: 100%;margin: auto;display: block;position: relative;z-index: 0;}#uploadDynamicForm{width: 100%;height: auto;overflow: auto;}.cl-headerFile label{width: 100%;height: 100%;margin: 0;top: 0;left: 0;position: absolute;z-index: 1;}#headerFile, .cl-headerSize{display: none;}#uploadDynamicForm .fileValue{display: none;}.searchEnginePreview{margin: 30px auto;}.previewDomain{color: #4d5156;}.previewTitle{margin: 4px auto;color: #1a0dab;font-size: var(--fs-h2);font-weight: 400;line-height: 1.3;-webkit-tap-highlight-color: rgba(0,0,0,.1);}.previewDescription{color: #4d5156;}.previewKeywords{width: 100%;height: auto;margin-top: var(--space-md);font-size: 10px;color: #4d5156;}.previewKeyword{margin-right: var(--space-sm);display: inline-block;}.previewKeyword:hover{font-weight: bold;}#LadvancedSetup{width: 80%;width: calc(100% - 33px);width: -moz-calc(100% - 33px);width: -webkit-calc(100% - 33px);width: -o-calc(100% - 33px);margin-top: 25px;}#advancedSetup{float: left;margin: 22px 11px 0px auto;}.advancedOptions, #advancedPageUrl{display: none;}#advancedSetup:checked + .advancedOptions,#advancedPageUrl:checked + .cl-subPageUrl{display: block;}.advancedOptions .cl-pageUrl{width: 80%;width: calc(100% - 40px);width: -moz-calc(100% - 40px);width: -webkit-calc(100% - 40px);width: -o-calc(100% - 40px);}#LadvancedPageUrl{width: 20%;width: calc(40px);width: -moz-calc(40px);width: -webkit-calc(40px);width: -o-calc(40px);height: 40px;margin-top: 43px;background-color: #d4d4d4;border-bottom: 1px solid #c9c9c9;border-left: 1px solid #c9c9c9;text-align: center;padding-top: 12px;font-weight: bold;overflow: hidden;}.quarterPadding{width: 50%;height: auto;padding: var(--space-md);overflow: auto;position: relative;float: left;}.quarterDiv{width: 100%;overflow: hidden;float: left;position: relative;background-color: #f8f8f8;border: var(--border-base);-webkit-border-radius: 3px;-moz-border-radius: 3px;-o-border-radius: 3px;border-radius: 3px;}.quarterDiv:after{content: "";display: block;padding-bottom: 100%;}.quarterImage{width: 100%;height: auto;position: absolute;top: 0;left: 0;bottom: 0;right: 0;}.pdfDownloadPreview{margin-top: var(--space-xl);margin-bottom: var(--space-md);}.pdfDownloadPreview .line{margin-bottom: var(--space-md);transform: initial;}.downloadButton{width: auto;min-width: 200px;height: 40px;margin-top: var(--space-xl);padding: var(--space-md);background-color: #eee;display: inline-block;color: #000;text-decoration: none;}.fiftyViewer{width: 100%;height: auto;overflow: auto;}.fiftyVwImage,.fiftyVwText, .fiftyVwPreTitle,.fiftyVwTitle,.fiftyVwDescription,.fiftyVwUrl{width: 100%;height: auto;padding-top: var(--space-md);padding-bottom: var(--space-md);}.fiftyVwText{margin-bottom: var(--space-xl);border-bottom: 1px solid #eee;}.fiftyVwShift{width: 100%;height: 1px;margin: 20px auto;background-color: #eee;display: block;}.fiftyImage{width: 100px;height: 100px;padding: var(--space-md);background-color: #f8f8f8;border: var(--border-base);overflow: hidden;}.fiftyImage img{width: 100%;}.advancedUrl{display: none;}#addUrl:checked + .advancedUrl{display: block;}.faqInformation{width: 100%;height: auto;margin-top: var(--space-2xl);overflow: auto;}.faqQuestion{width: 100%;height: auto;padding: var(--space-md);background-color: #f8f8f8;border-left: 3px solid #eee;font-weight: bold;}.faqAnswer{padding: var(--space-md);}.faqKeywords{width: 100%;height: auto;padding: 5px 10px;overflow: auto}.faqKeyword{margin-right: var(--space-sm);font-size: 10px;color: #4d5156;display: inline-block;}.faqKeyword:hover{font-weight: bold;}#products h1, #products p, #imageTags h1, #imageTags p{width: 100%;float: left;}#products h1, #imageTags h1{margin-top: var(--space-xl);}#products p, #imageTags p{text-align: justify;font-style: italic;}#productUrl{text-transform: lowercase;}#uploadSpecs{width: 100%;height: auto;overflow: auto;padding-bottom: var(--space-md);}#uploadSpecs .cl-specOptionId, #uploadSpecs .cl-specDescription, #uploadSpecs .cl-save{width: 100%;}#uploadSpecs .cl-specOptionId input,#uploadSpecs .cl-specDescription input{background-color: var(--color-bg);}#uploadSpecs .cl-save input[type='submit']{height: 48px;padding-left: 0px;background-position: center center;}.specsName, .specsDesc, .specsDelete{width: 100%;height: auto;padding: 5px 0px;float: left;}#uploadSpecs .cl-specOptionId,#uploadSpecs .cl-specDescription{width: 100%;}#uploadSpecs .cl-save{width: 100%;}.specsName{font-weight: bold;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}.changerOrderLeft{width: 100%;float: left;}.changerOrderLeft .customerImageBg{margin-bottom: var(--space-md);}.changerOrderRight{width: 100%;float: left;}.cl-changeOrder{height: 95px;}.cl-fileId{display: none;}.measurements{width: 100%;height: auto;overflow: auto;float: left;}#createMeasurements{width: 100%;height: auto;overflow: auto;}#createMeasurements h2{width: 100%;text-align: left;float: left;font-weight: bold;margin: 30px auto;font-size: var(--fs-h3);}#createMeasurements div{width: 100%;}#createMeasurements .importantSpecs{width: 100%;}#createMeasurements input[type='text']{background: none #f2f2f2;background-color: #f2f2f2;}#LcheckLength, #LcheckWidth, #LcheckHeight{width: 100%;text-align: right;}#createMeasurements .hidden:checked + .optionalSpecs{display: block;width: 100%;padding: var(--space-md);border: 1px solid #bcbcbc;}#createMeasurements .hidden + .optionalSpecs{display: none;}#createMeasurements .formTooltip{padding-top: 0;}#createMeasurements select{height: 42px;}.table{width: 100%;overflow: auto;}.tr{width: 100%;padding: 10px 0;border-bottom: 1px solid #d7d7d7;overflow: auto;}.tr:first-child{display: none;}.th, .td{width: 100%;height: auto;padding: 4px 8px;float: left;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}.td:first-child{font-weight: bold;padding-bottom: 8px;}.td:not(:first-child){width: 50%;}.th{font-weight: bold;}.tagName{margin: 10px 0px;padding: var(--space-lg);display: inline-block;position: relative;background-color: #eee;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;}.tagName:hover{background-color: #dcdcdc;}.tagDelete{margin-left: var(--space-md);opacity: 0;visibility: hidden;-webkit-transition: opacity 0.3s ease, visibility 0.3s ease;-moz-transition: opacity 0.3s ease, visibility 0.3s ease;-ms-transition: opacity 0.3s ease, visibility 0.3s ease;-o-transition: opacity 0.3s ease, visibility 0.3s ease;transition: opacity 0.3s ease, visibility 0.3s ease;cursor: pointer;}.tagName:hover .tagDelete{opacity: 1;visibility: visible;}#tagId{background-color: transparent;}.addTag{width: 100%;height: auto;overflow: auto;}.addTag .cl-tagId{width: -webkit-calc(100% - 30px);width: -moz-calc(100% - 30px);width: -o-calc(100% - 30px);width: calc(100% - 30px);}.addTag .cl-save{width: 30px;}#addProductTags .cl-save input[type='submit']{height: 48px;padding-left: 0px;background-position: center center;}.tagGroup{margin-bottom: 0px;}.tagGroupTitle{font-weight: bold;margin: 20px 0px;float: left;}.tagRow{width: 100%;height: auto;overflow: auto;float: left;}.tr:hover{background-color: var(--color-bg);}.wildcard{font-size: var(--fs-small);font-style: italic;}.wildcardRow{margin-bottom: var(--space-xl);}.categoryHeader h2{margin: 40px auto 20px auto;padding-left: var(--space-sm);text-align: left;font-style: italic;font-weight: bold;}.purchaseModule{width: 100%;height: auto;overflow: auto;float: left;}.purchaseModule .infoLabel{border-bottom: 1px solid #c1c1c1;padding-bottom: 8px;}.purchaseRow{width: 100%;}.purchaseTd{width: 100%;float: left;padding: 5px 0;}@media all and (min-width: 760px) and (orientation: portrait), (min-width: 760px) and (orientation: landscape){.quarterPadding{width: 25%;}.purchaseTd{width: 25%;padding: 0;}.purchaseTd:first-child{width: -webkit-calc(100% - 520px);width: -moz-calc(100% - 520px);width: -o-calc(100% - 520px);width: calc(100% - 520px);}.purchaseTd:nth-child(2){width: 200px;}.purchaseTd:nth-child(3){width: 100px;}.purchaseTd:nth-child(4){width: 200px;}.purchaseTd:last-child{width: 20px;}.changerOrderLeft{width: 125px;}.changerOrderRight{width: -webkit-calc(99% - 240px);width: -moz-calc(99% - 240px);width: -o-calc(99% - 240px);width: calc(99% - 240px);}.specsName, .specsDesc{width: 33.33%;padding: 10px 0;}.specsName,#uploadSpecs .cl-specOptionId{width: 170px;}.specsDesc,#uploadSpecs .cl-specDescription{width: -webkit-calc(100% - 200px);width: -moz-calc(100% - 200px);width: -o-calc(100% - 200px);width: calc(100% - 200px);}.specsDelete,#uploadSpecs .cl-save{width: 30px;}#uploadSpecs .cl-specOptionId, #uploadSpecs .cl-specDescription, #uploadSpecs .cl-save{width: 33.33%;}#createMeasurements div{width: 50%;}.table{display: table;border-collapse: collapse;}.tr{display: table-row;padding: 0;}.tr:first-child{display: table-row;}.th, .td{width: auto;display: table-cell;float: none;padding: 8px;}.td:first-child{font-weight: normal;}.td:not(:first-child){width: auto;}}.secondMenu h1, .secondMenu p{width: 100%;float: left;}.secondMenu h1{margin-top: var(--space-xl);}.secondMenu p{text-align: justify;font-style: italic;border-bottom: 2px solid #fff;padding-bottom: var(--space-2xl);}.skipToHeader, .skipToParagraph{width: 100%;height: auto;margin-top: var(--space-sm);padding: 2%;display: block;background-color: var(--color-bg);-webkit-transition: background 500ms linear 1s;-moz-transition: background 500ms linear 1s;-o-transition: background 500ms linear 1s;-ms-transition: background 500ms linear 1s;transition: background 500ms linear 1s;float: left;}.skipToHeader:active, .skipToParagraph:active{background-color: #c7c7c7;-webkit-transition: background 10ms linear;-moz-transition: background 10ms linear;-o-transition: background 10ms linear;-ms-transition: background 10ms linear;transition: background 10ms linear;}.skipToParagraph{width: 92%;margin-left: 8%;background-color: transparent;}.contentA4Page{width: 100%;height: 100%;overflow: auto;float: left;}.a4{width: 96%;max-width: 1150px;min-height: 100%;height: auto;overflow: auto;margin: 2% auto 2% auto;padding: 2%;background-color: var(--color-bg);-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);line-height: 200%;}.manualText{margin-top: 7px;}.manualText .specialCharacters{width: 100%;position: absolute;top: 0;right: 0;-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);-webkit-transition: all 150ms linear;-moz-transition: all 150ms linear;-o-transition: all 150ms linear;-ms-transition: all 150ms linear;transition: all 150ms linear;}#textEditormanualText{max-height: 100%;border: 3px dashed #ddd;cursor: text;}#textEditormanualText:focus{outline:0;border: 3px dashed #c1c1c1;}.skipText{width: 100%;height: auto;overflow: auto;display: block;}.a4 h1, .a4 h2{width: 100%;text-align: left;color: var(--color-error);font-weight: bold;font-size: var(--fs-h2);float: left;}.a4 h2{font-size: 18px;}.MsoListParagraphCxSpMiddle, .MsoListParagraphCxSpFirst, .MsoListParagraphCxSpLast{margin: auto;text-indent: 0!important;}.smallImageUploader{margin-top: 50px;}.smallUploadedImage{width: 124px;height: 124px;margin: 10px 10px 10px 0px;background-color: #F5F5F5;border: 5px solid #eaeaea;display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;-webkit-flex-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;justify-content: center;box-shadow: 1px 1px 5px rgba(0,0,0,.7);-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;float: left;overflow: hidden;}.smallShowImage{width: 100%;max-width: 100%;height: auto;cursor: all-scroll;}.a4 .smallShowImage{max-width: 100%!important;}.balanceOverview, .balanceRow, .totalOverview{width: 100%;height: auto;overflow: auto;-webkit-transition: background 500ms ease-out 0s;-moz-transition: background 500ms ease-out 0s;-ms-transition: background 500ms ease-out 0s;-o-transition: background 500ms ease-out 0s;transition: background 500ms ease-out 0s;}.balanceOverview h3{margin-top: var(--space-xl);text-align: left;font-weight: bold;}.balanceRow:hover{background-color: #eee;}.balanceColumn{float: left;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}.balanceColumn:nth-child(1):nth-last-child(1){width: 100%;}.balanceColumn:nth-child(1):nth-last-child(2),.balanceColumn:nth-child(2):nth-last-child(1){width: 50%;}.balanceColumn:nth-child(1):nth-last-child(3),.balanceColumn:nth-child(2):nth-last-child(2),.balanceColumn:nth-child(3):nth-last-child(1){width: 33.33%;}.balanceColumn:last-child{text-align: right;}.totalOverview, .totalOverview0, .totalOverview1{margin: 50px auto;text-align: center;font-weight: bold;display: block;}.totalOverview1{background-color: #ddf5d8;}.totalOverview0{background-color: #f18282;color: #fff;}.numberRight{min-width: 60px;display: inline-block;}.hidden + .a4{max-height: 0;opacity: 0;margin: auto;padding: 0;overflow: hidden;-webkit-transition: opacity 2s ease-out 0s;-moz-transition: opacity 2s ease-out 0s;-ms-transition: opacity 2s ease-out 0s;-o-transition: opacity 2s ease-out 0s;transition: opacity 2s ease-out 0s;}.hidden:checked + .a4{opacity: 1;max-height: 100%;margin: 2% auto 2% auto;padding: 2%;-webkit-transition: opacity 2s ease-out 0s;-moz-transition: opacity 2s ease-out 0s;-ms-transition: opacity 2s ease-out 0s;-o-transition: opacity 2s ease-out 0s;transition: opacity 2s ease-out 0s;}@media all and (min-width: 760px) and (orientation: portrait), (min-width: 760px) and (orientation: landscape){.manualText .specialCharacters{width: calc(75% - 8px);width: -moz-calc(75% - 8px);width: -webkit-calc(75% - 8px);width: -o-calc(75% - 8px);right: 7px;display: table-cell;vertical-align: top;}.contentA4Page{width: auto;overflow: auto;float: none;}.totalOverview, .totalOverview0, .totalOverview1{margin: 50px auto auto auto;}}@media all and (min-width: 1366px) and (orientation: portrait), (min-width: 1366px) and (orientation: landscape){.manualText .specialCharacters{width: calc(80% - 1px);width: -moz-calc(80% - 1px);width: -webkit-calc(80% - 1px);width: -o-calc(80% - 1px);}}.settingsPage{width: 100%;}.settingsTitleRow{padding: var(--space-xl) var(--space-xl) 0 var(--space-xl);margin-bottom: var(--space-sm);}.settingsTitleRow h1{display: -webkit-flex;display: -moz-flex;display: -ms-flexbox;display: flex;-webkit-align-items: center;-moz-align-items: center;-ms-flex-align: center;align-items: center;gap: var(--space-sm);margin: 0;font-size: var(--fs-h1);font-weight: var(--fw-bold);color: var(--color-text);}.settingsTitleIcon{width: 28px;height: 28px;-webkit-flex: 0 0 auto;-moz-flex: 0 0 auto;-ms-flex: 0 0 auto;flex: 0 0 auto;}.settingsGroupTitle{padding: 0 var(--space-xl);margin-top: var(--space-xl);}.settingsGroupTitle h2{margin: 0;font-size: var(--fs-h5);font-weight: var(--fw-semibold);letter-spacing: 0.05em;text-transform: uppercase;color: var(--color-text-soft);}.settingTile{display: -webkit-flex;display: -moz-flex;display: -ms-flexbox;display: flex;-webkit-align-items: center;-moz-align-items: center;-ms-flex-align: center;align-items: center;width: 100%;min-height: 72px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;text-decoration: none;color: var(--color-text);}.settingTileIconWrap{-webkit-flex: 0 0 auto;-moz-flex: 0 0 auto;-ms-flex: 0 0 auto;flex: 0 0 auto;width: 44px;height: 44px;margin-right: var(--space-md);display: -webkit-flex;display: -moz-flex;display: -ms-flexbox;display: flex;-webkit-align-items: center;-moz-align-items: center;-ms-flex-align: center;align-items: center;-webkit-justify-content: center;-moz-justify-content: center;-ms-flex-pack: center;justify-content: center;background-color: var(--color-bg-muted);-webkit-border-radius: var(--radius-pill);-moz-border-radius: var(--radius-pill);border-radius: var(--radius-pill);}.settingTileIcon{width: var(--icon-md);height: var(--icon-md);display: block;}.settingTileBody{-webkit-flex: 1 1 auto;-moz-flex: 1 1 auto;-ms-flex: 1 1 auto;flex: 1 1 auto;min-width: 0;display: -webkit-flex;display: -moz-flex;display: -ms-flexbox;display: flex;-webkit-flex-direction: column;-moz-flex-direction: column;-ms-flex-direction: column;flex-direction: column;}.settingTileTitle{font-size: var(--fs-h4);font-weight: var(--fw-semibold);color: var(--color-text);line-height: var(--lh-tight);}.settingTileSummary{margin-top: 2px;font-size: var(--fs-small);color: var(--color-text-muted);line-height: var(--lh-normal);}.settingTileChevron{-webkit-flex: 0 0 auto;-moz-flex: 0 0 auto;-ms-flex: 0 0 auto;flex: 0 0 auto;margin-left: var(--space-md);display: -webkit-flex;display: -moz-flex;display: -ms-flexbox;display: flex;-webkit-align-items: center;-moz-align-items: center;-ms-flex-align: center;align-items: center;}.settingTileChevron .svgIcon{width: var(--icon-sm);height: var(--icon-sm);}.settingTileBadge{-webkit-flex: 0 0 auto;-moz-flex: 0 0 auto;-ms-flex: 0 0 auto;flex: 0 0 auto;margin-left: var(--space-md);}.settingTile-action{cursor: pointer;-webkit-transition: box-shadow var(--transition-base), -webkit-transform var(--transition-base);-moz-transition: box-shadow var(--transition-base), -moz-transform var(--transition-base);transition: box-shadow var(--transition-base), transform var(--transition-base);}.settingTile-action:hover{box-shadow: var(--shadow-lg);-webkit-transform: translateY(-2px);-moz-transform: translateY(-2px);-ms-transform: translateY(-2px);transform: translateY(-2px);}.settingTile-action:focus-visible{outline: var(--focus-ring);outline-offset: 2px;}.settingTile-soon{opacity: 0.7;cursor: default;}.huisstijlCurrentLogo{margin-bottom: var(--space-lg);}.huisstijlLogoLabel{display: block;margin-bottom: var(--space-xs);font-size: var(--fs-small);color: var(--color-text-muted);}.huisstijlCurrentLogo img{max-width: 180px;max-height: 90px;padding: var(--space-sm);background-color: var(--color-bg-muted);-webkit-border-radius: var(--radius-md);-moz-border-radius: var(--radius-md);border-radius: var(--radius-md);}.huisstijlNoLogo{font-size: var(--fs-small);color: var(--color-text-muted);}.socialSettingsIntro{color: var(--color-text-muted);font-size: var(--fs-small);margin-bottom: var(--space-md);}.socialConnRow{border: 1px solid var(--color-border);border-radius: var(--radius-md);padding: var(--space-md);margin-bottom: var(--space-md);}.socialConnHead{display: flex;align-items: center;gap: var(--space-sm);flex-wrap: wrap;margin-bottom: var(--space-xs);}.socialConnName{ font-weight: var(--fw-semibold); }.socialConnBadge{display: inline-block;padding: var(--space-xs) var(--space-sm);border-radius: var(--radius-pill);font-size: var(--fs-small);font-weight: var(--fw-semibold);}.socialConn-active{ background: var(--color-success-bg); color: var(--color-success); }.socialConn-reauth{ background: var(--color-warning-bg); color: var(--color-warning); }.socialConnExpiry{display: block;font-size: var(--fs-small);color: var(--color-text-muted);margin-bottom: var(--space-xs);}.socialAuthorList{margin: var(--space-xs) 0 var(--space-sm) var(--space-md);font-size: var(--fs-small);color: var(--color-text-soft);}.socialConnActions{display: flex;gap: var(--space-sm);align-items: center;flex-wrap: wrap;}.socialDisconnectForm{ display: inline; margin: 0; }.socialEmpty{color: var(--color-text-muted);margin-bottom: var(--space-md);}.socialConnectCtaWrap{ margin-top: var(--space-md); }.socialBtn{display: inline-block;padding: var(--space-sm) var(--space-md);border-radius: var(--radius-sm);border: 1px solid var(--color-border);background: var(--color-bg-muted);color: var(--color-text);font-weight: var(--fw-semibold);font-size: var(--fs-small);cursor: pointer;text-decoration: none;}.socialBtnPrimary{background: var(--color-info-bg);border-color: var(--color-info);color: var(--color-info);}.socialBtnDanger{background: var(--color-error-bg);border-color: var(--color-error);color: var(--color-error);}@media all and (min-width: 480px) and (orientation: portrait), (min-width: 480px) and (orientation: landscape){}@media all and (min-width: 760px) and (orientation: portrait), (min-width: 760px) and (orientation: landscape){}@media all and (min-width: 1366px) and (orientation: portrait), (min-width: 1366px) and (orientation: landscape){}#category h1, #category p{width: 100%;float: left;}#category h1{margin-top: var(--space-xl);}#category p{text-align: justify;font-style: italic;}.monitorDashboard{max-width: 1100px;margin: 0 auto;padding: var(--space-xl);}.monitorHeader{margin-bottom: var(--space-xl);}.monitorTitle{font-family: var(--font-family-display);font-size: var(--fs-h1);font-weight: var(--fw-bold);color: var(--color-heading-1);margin: 0 0 var(--space-xs) 0;}.monitorWelcome{font-size: var(--fs-body);color: var(--color-text-muted);margin: 0;}.monitorSectionTitle{display: flex;align-items: center;gap: var(--space-sm);font-size: var(--fs-small);font-weight: var(--fw-semibold);text-transform: uppercase;letter-spacing: var(--ls-wide);color: var(--color-text-muted);margin: 0 0 var(--space-md) 0;}.statusDot{display: inline-block;width: 8px;height: 8px;border-radius: var(--radius-pill);background: var(--color-success);}.hostStats{margin-bottom: var(--space-2xl);}.hostStatsGrid{display: grid;grid-template-columns: repeat(2, 1fr);gap: var(--space-lg);}.hostStatCard{background: var(--color-bg);border: var(--border-width) solid var(--color-border);border-radius: var(--radius-lg);box-shadow: var(--shadow-card);padding: var(--space-lg);}.hostStatLabel{font-size: var(--fs-small);font-weight: var(--fw-semibold);text-transform: uppercase;letter-spacing: var(--ls-wide);color: var(--color-text-dim);}.hostStatValue{font-size: calc(var(--fs-h1) * 1.6);font-weight: var(--fw-bold);line-height: var(--lh-tight);color: var(--color-heading-1);font-variant-numeric: tabular-nums;margin-top: var(--space-xs);}.hostStatSub{font-size: var(--fs-small);color: var(--color-text-muted);min-height: 1.2em;}.hostStatCard .serverBarFill{transition: width var(--transition-base);}.hostStats.isStale .hostStatsGrid{opacity: var(--opacity-muted);transition: opacity var(--transition-base);}.hostStatsStale{font-size: var(--fs-small);color: var(--color-warning);margin: var(--space-md) 0 0 0;}.monitorSection{margin-bottom: var(--space-2xl);}.monitorInfoCard{background: var(--color-bg);border: var(--border-width) solid var(--color-border);border-radius: var(--radius-lg);box-shadow: var(--shadow-card);padding: 0 var(--space-lg);}.monitorInfoRow{display: flex;justify-content: space-between;align-items: baseline;gap: var(--space-lg);padding: var(--space-md) 0;border-bottom: var(--border-base);}.monitorInfoRow:last-child{border-bottom: none;}.monitorInfoLabel{font-size: var(--fs-small);color: var(--color-text-muted);text-transform: uppercase;letter-spacing: var(--ls-wide);}.monitorInfoValue{font-family: var(--font-family-mono);font-size: var(--fs-body);color: var(--color-text);text-align: right;word-break: break-all;}.monitorInfoNa{color: var(--color-text-dim);font-style: italic;}.monitorCue{font-size: var(--fs-small);color: var(--color-text-muted);margin: var(--space-md) 0 0 0;}.monitorCueLink{color: var(--color-link);text-decoration: none;}.monitorCueLink:hover{text-decoration: underline;}.setupGrid{display: grid;grid-template-columns: 1fr;gap: var(--space-lg);}.setupPanel{background: var(--color-bg);border: var(--border-width) solid var(--color-border);border-radius: var(--radius-lg);box-shadow: var(--shadow-card);padding: var(--space-lg);}.setupPanelTitle{font-size: var(--fs-h4);font-weight: var(--fw-semibold);color: var(--color-heading);margin: 0 0 var(--space-md) 0;}.setupLinkGroup{margin-bottom: var(--space-md);}.setupLinkGroupTitle{font-size: var(--fs-small);font-weight: var(--fw-semibold);text-transform: uppercase;letter-spacing: var(--ls-wide);color: var(--color-text-dim);margin: 0 0 var(--space-xs) 0;}.setupLink{display: block;font-size: var(--fs-body);color: var(--color-link);text-decoration: none;padding: var(--space-xs) 0;}.setupLink:hover{text-decoration: underline;}.setupDomainRow{display: flex;justify-content: space-between;align-items: baseline;gap: var(--space-md);padding: var(--space-sm) 0;border-bottom: var(--border-base);}.setupDomainRow:last-child{border-bottom: none;}.setupDomainHost{font-weight: var(--fw-semibold);color: var(--color-link);text-decoration: none;}.setupDomainHost:hover{text-decoration: underline;}.setupDomainRole{font-size: var(--fs-small);color: var(--color-text-muted);text-align: right;}.statusDot-alert{background: var(--color-error);}.statusDot-muted{background: var(--color-border-strong);}.incidentBanner{border-radius: var(--radius-md);padding: var(--space-md) var(--space-lg);font-size: var(--fs-body);}.incidentBanner-ok{background: var(--color-success-bg);color: var(--color-success);}.incidentBanner-muted{background: var(--color-bg-muted);color: var(--color-text-muted);}.incidentList{display: flex;flex-direction: column;gap: var(--space-md);}.incidentRow{background: var(--color-error-bg);border: var(--border-width) solid var(--color-error);border-left-width: 3px;border-radius: var(--radius-md);padding: var(--space-md) var(--space-lg);}.incidentHead{display: flex;align-items: center;gap: var(--space-sm);}.incidentName{font-weight: var(--fw-semibold);color: var(--color-error);}.incidentBadge{font-size: var(--fs-small);background: var(--color-warning-bg);color: var(--color-warning);border-radius: var(--radius-pill);padding: 0 var(--space-sm);}.incidentCause{font-size: var(--fs-small);color: var(--color-text);margin-top: var(--space-xs);}.incidentTime{font-size: var(--fs-small);color: var(--color-text-muted);margin-top: var(--space-xs);}.uptimeOvGrid{display: grid;grid-template-columns: 1fr;gap: var(--space-lg);}.uptimeOvCol{background: var(--color-bg);border: var(--border-width) solid var(--color-border);border-radius: var(--radius-lg);box-shadow: var(--shadow-card);padding: var(--space-lg);}.uptimeOvColHead{display: flex;justify-content: space-between;align-items: baseline;margin-bottom: var(--space-sm);}.uptimeOvColTitle{font-size: var(--fs-h4);font-weight: var(--fw-semibold);color: var(--color-heading);margin: 0;}.uptimeOvSummary{font-size: var(--fs-small);color: var(--color-text-muted);}.uptimeOvSummary-ok{color: var(--color-success);font-weight: var(--fw-semibold);}.uptimeOvSummary-alert{color: var(--color-error);font-weight: var(--fw-semibold);}.uptimeOvColEmpty{font-size: var(--fs-small);color: var(--color-text-dim);font-style: italic;margin: 0;}.uptimeOvRow{display: flex;justify-content: space-between;align-items: center;gap: var(--space-md);padding: var(--space-sm) 0;border-bottom: var(--border-base);}.uptimeOvRow:last-child{border-bottom: none;}.uptimeOvName{color: var(--color-text);text-decoration: none;word-break: break-all;}a.uptimeOvName:hover{color: var(--color-link);text-decoration: underline;}.uptimeOvPill{font-size: var(--fs-small);font-weight: var(--fw-semibold);border-radius: var(--radius-pill);padding: var(--space-xs) var(--space-md);white-space: nowrap;}.uptimeOvPill-up{background: var(--color-success-bg);color: var(--color-success);}.uptimeOvPill-down{background: var(--color-error-bg);color: var(--color-error);}.errorsList{background: var(--color-bg);border: var(--border-width) solid var(--color-border);border-radius: var(--radius-lg);box-shadow: var(--shadow-card);padding: 0 var(--space-lg);}.errorsRow{display: flex;justify-content: space-between;align-items: baseline;gap: var(--space-md);padding: var(--space-md) 0;border-bottom: var(--border-base);}.errorsRow:last-child{border-bottom: none;}.errorsSource{font-weight: var(--fw-semibold);color: var(--color-link);text-decoration: none;word-break: break-all;}.errorsSource:hover{text-decoration: underline;}.errorsCount{font-size: var(--fs-small);color: var(--color-text-muted);white-space: nowrap;}.errorsMore{font-size: var(--fs-small);color: var(--color-text-dim);margin: var(--space-sm) 0 0 0;}.monitorNav{display: flex;flex-wrap: wrap;gap: var(--space-xl);margin-top: var(--space-xl);}.monitorNavLink{font-size: var(--fs-body);color: var(--color-link);text-decoration: none;}.monitorNavLink:hover{text-decoration: underline;}.monitorFooter{margin-top: var(--space-2xl);padding-top: var(--space-lg);border-top: var(--border-base);font-size: var(--fs-small);color: var(--color-text-dim);text-align: center;}@media all and (min-width: 760px) and (orientation: portrait), (min-width: 760px) and (orientation: landscape){.hostStatsGrid{grid-template-columns: repeat(4, 1fr);}.setupGrid{grid-template-columns: 1fr 1fr;}.uptimeOvGrid{grid-template-columns: 1fr 1fr;}}@keyframes breakDown{0% { transform: rotate(0deg); transform-origin: 0% 0%;}10% { transform: rotate(3deg); transform-origin: 0% 0%;}98% { transform: rotate(3deg); transform-origin: 0% 0%;}100% { transform: rotate(0deg); transform-origin: 0% 0%;}}@-moz-keyframes breakDown{0% { -moz-transform: rotate(0deg); -moz-transform-origin: 0% 0%;}10% { -moz-transform: rotate(3deg); -moz-transform-origin: 0% 0%;}98% { -moz-transform: rotate(3deg); -moz-transform-origin: 0% 0%;}100% { -moz-transform: rotate(0deg); -moz-transform-origin: 0% 0%;}}@-webkit-keyframes breakDown{0% { -webkit-transform: rotate(0deg); -webkit-transform-origin: 0% 0%;}10% { -webkit-transform: rotate(3deg); -webkit-transform-origin: 0% 0%;}98% { -webkit-transform: rotate(3deg); -webkit-transform-origin: 0% 0%;}100% { -webkit-transform: rotate(0deg); -webkit-transform-origin: 0% 0%;}}@-ms-keyframes breakDown{0% { -ms-transform: rotate(0deg); -ms-transform-origin: 0% 0%;}10% { -ms-transform: rotate(3deg); -ms-transform-origin: 0% 0%;}98% { -ms-transform: rotate(3deg); -ms-transform-origin: 0% 0%;}100% { -ms-transform: rotate(0deg); -ms-transform-origin: 0% 0%;}}@keyframes shift{0% { padding-left: auto; }20% { padding-left: 120px; }80% { padding-left: 120px; }85% { padding-left: 0px; }100% { padding-left: 0px; }}@-moz-keyframes shift{0% { padding-left: auto; }20% { padding-left: 120px; }80% { padding-left: 120px; }85% { padding-left: 0px; }100% { padding-left: 0px; }}@-webkit-keyframes shift{0% { padding-left: auto; }20% { padding-left: 120px; }80% { padding-left: 120px; }85% { padding-left: 0px; }100% { padding-left: 0px; }}@-ms-keyframes shift{0% { padding-left: auto; }20% { padding-left: 120px; }80% { padding-left: 120px; }85% { padding-left: 0px; }100% { padding-left: 0px; }}@keyframes robe{0% { height: 0px; }5% { transform: rotate(1deg); transform-origin: 0% 0%;}10% { transform: rotate(0deg); transform-origin: 0% 0%;}15% { transform: rotate(-2deg); transform-origin: 0% 0%;}30% { transform: rotate(-1deg); transform-origin: 0% 0%;}35% { transform: rotate(1deg); transform-origin: 0% 0%;}40% { height: 50%; transform: rotate(0deg); transform-origin: 0% 0%;}70% { height: 50%; }75% { transform: rotate(0deg); transform-origin: 0% 0%;}80% { height: 49%; transform: rotate(-2deg); transform-origin: 0% 0%;}85% { transform: rotate(-1deg); transform-origin: 0% 0%;}95% { height: 49%; transform: rotate(1deg); transform-origin: 0% 0%;}100% { height: 0px; }}@-moz-keyframes robe{0% { height: 0px; }5% { -moz-transform: rotate(1deg); -moz-transform-origin: 0% 0%;}10% { -moz-transform: rotate(0deg); -moz-transform-origin: 0% 0%;}15% { -moz-transform: rotate(-2deg); -moz-transform-origin: 0% 0%;}30% { -moz-transform: rotate(-1deg); -moz-transform-origin: 0% 0%;}35% { -moz-transform: rotate(1deg); -moz-transform-origin: 0% 0%;}40% { height: 50%; -moz-transform: rotate(0deg); -moz-transform-origin: 0% 0%;}70% { height: 50%; }75% { -moz-transform: rotate(0deg); -moz-transform-origin: 0% 0%;}80% { height: 60%; -moz-transform: rotate(-2deg); -moz-transform-origin: 0% 0%;}85% { -moz-transform: rotate(-1deg); -moz-transform-origin: 0% 0%;}95% { -moz-transform: rotate(1deg); -moz-transform-origin: 0% 0%;}100% { height: 0px; }}@-webkit-keyframes robe{0% { height: 0px; }5% { -webkit-transform: rotate(1deg); -webkit-transform-origin: 0% 0%;}10% { -webkit-transform: rotate(0deg); -webkit-transform-origin: 0% 0%;}15% { -webkit-transform: rotate(-2deg); -webkit-transform-origin: 0% 0%;}30% { -webkit-transform: rotate(-1deg); -webkit-transform-origin: 0% 0%;}35% { -webkit-transform: rotate(1deg); -webkit-transform-origin: 0% 0%;}40% { height: 50%; -webkit-transform: rotate(0deg); -webkit-transform-origin: 0% 0%;}70% { height: 50%; }75% { -webkit-transform: rotate(0deg); -webkit-transform-origin: 0% 0%;}80% { -webkit-transform: rotate(-2deg); -webkit-transform-origin: 0% 0%;}85% { -webkit-transform: rotate(-1deg); -webkit-transform-origin: 0% 0%;}95% { -webkit-transform: rotate(1deg); -webkit-transform-origin: 0% 0%;}100% { height: 0px; }}@-ms-keyframes robe{0% { height: 0px; }5% { -ms-transform: rotate(1deg); -ms-transform-origin: 0% 0%;}10% { -ms-transform: rotate(0deg); -ms-transform-origin: 0% 0%;}15% { -ms-transform: rotate(-2deg); -ms-transform-origin: 0% 0%;}30% { -ms-transform: rotate(-1deg); -ms-transform-origin: 0% 0%;}35% { -ms-transform: rotate(1deg); -ms-transform-origin: 0% 0%;}40% { height: 50%; -ms-transform: rotate(0deg); -ms-transform-origin: 0% 0%;}70% { height: 50%; }75% { -ms-transform: rotate(0deg); -ms-transform-origin: 0% 0%;}80% { -ms-transform: rotate(-2deg); -ms-transform-origin: 0% 0%;}85% { -ms-transform: rotate(-1deg); -ms-transform-origin: 0% 0%;}95% { -ms-transform: rotate(1deg); -ms-transform-origin: 0% 0%;}100% { height: 0px; }}#error404{width: 100%;height: 100%;overflow: auto;background-color: #DFDFDF;background-image: url(https://media.erperium.nl/0416000/content/image/inloggen/erperium-erp-pakket-1920.jpg);background-size:cover;background-repeat: no-repeat, no-repeat;background-attachment: fixed;filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='erperium-nick-stenden-solutions-erp-1920.jpg',sizingMethod='scale');-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='erperium-nick-stenden-solutions-erp-1920.jpg',sizingMethod='scale')";background-size: cover;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;display: table;}.vCenterError{width: 100%;height: auto;margin: auto;overflow: auto;display: table-cell;vertical-align: middle;}.hCenterError{width: 100%;max-width: 550px;padding: 2%;margin: auto;-webkit-animation: breakDown 3s linear 1s forwards;-moz-animation: breakDown 3s linear 1s forwards;-ms-animation: breakDown 3s linear 1s forwards;animation: breakDown 3s linear 1s forwards;}#error404 h1{width: 100%;margin-bottom: 25px;font-family: erperium;font-weight: bold;font-size: var(--fs-h2);text-align: center;}#error404 p{width: 100%;text-align: center;overflow: auto;display: block;}.returnError{width: 100%;max-width: 200px;height: 30px;padding: 7px;text-align: center;display: block;margin: auto;background-color: var(--color-link);color: #fff;-webkit-animation: shift 3s ease-in 1.5s forwards;-moz-animation: shift 3s ease-in 1.5s forwards;-ms-animation: shift 3s ease-in 1.5s forwards;animation: shift 3s ease-in 1.5s forwards;}.robeError{width: 20px;height: 0px;position: absolute;border-right: 4px solid #848484;border-bottom: 4px solid #848484;top: -32px;left: 150px;right: 0;margin: auto;-webkit-animation: robe 2s ease-in-out 2.5s forwards;-moz-animation: robe 2s ease-in-out 2.5s forwards;-ms-animation: robe 2s ease-in-out 2.5s forwards;animation: robe 2s ease-in-out 2.5s forwards;border-bottom-right-radius: 20px 20px;-moz-border-radius-bottomright: 20px 20px;-webkit-border-bottom-right-radius: 20px 20px;border-bottom-left-radius: 20px 20px;-moz-border-radius-bottomleft: 20px 20px;-webkit-border-bottom-left-radius: 20px 20px;}#payment h1, #payment p{width: 100%;float: left;}#payment h1{margin-top: var(--space-xl);}#payment p{text-align: justify;font-style: italic;}.foutenPage{max-width: 1280px;margin: 0 auto;padding: var(--space-xl);}.foutenHeader{display: flex;align-items: baseline;gap: var(--space-md);margin-bottom: var(--space-lg);}.foutenTitle{font-family: var(--font-family-display);font-size: var(--fs-h1);font-weight: var(--fw-bold);color: var(--color-heading-1);margin: 0;}.foutenTotal{font-size: var(--fs-small);color: var(--color-text-muted);}.foutenFilters{display: flex;flex-wrap: wrap;align-items: flex-end;gap: var(--space-md);background: var(--color-bg-subtle);border: var(--border-width) solid var(--color-border);border-radius: var(--radius-md);padding: var(--space-md);margin-bottom: var(--space-xl);}.foutenField{display: flex;flex-direction: column;gap: var(--space-xs);font-size: var(--fs-small);color: var(--color-text-muted);}.foutenField select,.foutenField input{font-size: var(--fs-body);padding: var(--space-xs) var(--space-sm);border: var(--border-width) solid var(--color-border);border-radius: var(--radius-sm);background: var(--color-bg);color: var(--color-text);}.foutenFilterBtn{padding: var(--space-sm) var(--space-lg);border: none;border-radius: var(--radius-sm);background: var(--color-accent);color: #fff;font-weight: var(--fw-semibold);cursor: pointer;}.foutenReset{font-size: var(--fs-small);color: var(--color-link);align-self: center;}.foutenGroups{display: flex;flex-direction: column;gap: var(--space-xl);}.foutenGroup{border: var(--border-width) solid var(--color-border);border-radius: var(--radius-lg);box-shadow: var(--shadow-card);overflow: hidden;background: var(--color-bg);}.foutenGroupHead{display: flex;align-items: center;justify-content: space-between;gap: var(--space-sm);padding: var(--space-md) var(--space-lg);background: var(--color-bg-subtle);border-bottom: var(--border-width) solid var(--color-border);}.foutenGroupTitle{font-size: var(--fs-h3);font-weight: var(--fw-semibold);color: var(--color-heading);margin: 0;font-family: var(--font-family-mono);}.foutenGroupCount{font-size: var(--fs-small);font-weight: var(--fw-bold);color: var(--color-text-muted);background: var(--color-bg-muted);border-radius: var(--radius-pill);padding: 0 var(--space-sm);}.foutenTable{width: 100%;border-collapse: collapse;font-size: var(--fs-small);}.foutenTable th{text-align: left;font-weight: var(--fw-semibold);color: var(--color-text-muted);padding: var(--space-sm) var(--space-md);border-bottom: var(--border-width) solid var(--color-border);white-space: nowrap;}.foutenCell{padding: var(--space-sm) var(--space-md);border-bottom: var(--border-width) solid var(--color-border);vertical-align: top;color: var(--color-text);}.foutenRow:hover{background: var(--color-bg-subtle);}.foutenWhen,.foutenLocation,.foutenRequest{font-family: var(--font-family-mono);color: var(--color-text-soft);white-space: nowrap;}.foutenMessage{max-width: 36ch;}.foutenCount{text-align: right;font-variant-numeric: tabular-nums;}.foutenBadge{display: inline-block;font-size: var(--fs-small);font-weight: var(--fw-semibold);border-radius: var(--radius-pill);padding: 0 var(--space-sm);text-transform: lowercase;background: var(--color-bg-muted);color: var(--color-text);}.foutenBadge-error,.foutenBadge-fatal,.foutenBadge-critical,.foutenBadge-exception{background: var(--color-error-bg);color: var(--color-error);}.foutenBadge-warning,.foutenBadge-deprecated{background: var(--color-warning-bg);color: var(--color-warning);}.foutenBadge-notice,.foutenBadge-info{background: var(--color-info-bg);color: var(--color-info);}.foutenContext > summary{cursor: pointer;color: var(--color-link);font-size: var(--fs-small);}.foutenContext pre{margin: var(--space-xs) 0 0 0;padding: var(--space-sm);background: var(--color-bg-muted);border-radius: var(--radius-sm);font-family: var(--font-family-mono);font-size: var(--fs-small);white-space: pre-wrap;word-break: break-word;max-height: 320px;overflow: auto;}.foutenEmpty{padding: var(--space-xl);text-align: center;color: var(--color-text-muted);}.foutenUnavailable{padding: var(--space-lg);border-radius: var(--radius-md);background: var(--color-error-bg);color: var(--color-error);}.foutenUnavailable p{margin: var(--space-xs) 0 0 0;color: var(--color-text-muted);}.foutenDim{color: var(--color-text-dim);}.svgIcon{width: 24px;height: 24px;}@keyframes showWebsite{0%{opacity: 0;}100% {opacity: 1;}}@-moz-keyframes showWebsite{0%{opacity: 0;}100% {opacity: 1;}}@-webkit-keyframes showWebsite{0%{opacity: 0;}100% {opacity: 1;}}@-ms-keyframes showWebsite{0%{opacity: 0;}100% {opacity: 1;}}@keyframes notification{0% {bottom: -200px;}100% {bottom: 50px;}}@-moz-keyframes notification{0% {bottom: -200px;}100% {bottom: 50px;}}@-webkit-keyframes notification{0% {bottom: -200px;}100% {bottom: 50px;}}@-ms-keyframes notification{0% {bottom: -200px;}100% {bottom: 50px;}}@keyframes generalNotification{0% {opacity: 0;}20% {opacity: 1;}80% {opacity: 1;}100% {opacity: 0;}}@-moz-keyframes generalNotification{0% {opacity: 0;}20% {opacity: 1;}80% {opacity: 1;}100% {opacity: 0;}}@-webkit-keyframes generalNotification{0% {opacity: 0;}20% {opacity: 1;}80% {opacity: 1;}100% {opacity: 0;}}@-ms-keyframes generalNotification{0% {opacity: 0;}20% {opacity: 1;}80% {opacity: 1;}100% {opacity: 0;}}@keyframes shake{0% { transform: translate(1px, 1px) rotate(0deg); }10% { transform: translate(-1px, -2px) rotate(-1deg); }20% { transform: translate(-3px, 0px) rotate(1deg); }30% { transform: translate(3px, 2px) rotate(0deg); }40% { transform: translate(1px, -1px) rotate(1deg); }50% { transform: translate(-1px, 2px) rotate(-1deg); }60% { transform: translate(-3px, 1px) rotate(0deg); }70% { transform: translate(3px, 1px) rotate(-1deg); }80% { transform: translate(-1px, -1px) rotate(1deg); }90% { transform: translate(1px, 2px) rotate(0deg); }100% { transform: translate(1px, -2px) rotate(-1deg); }}@-moz-keyframes shake{0% { -moz-transform: translate(1px, 1px) rotate(0deg); }10% { -moz-transform: translate(-1px, -2px) rotate(-1deg); }20% { -moz-transform: translate(-3px, 0px) rotate(1deg); }30% { -moz-transform: translate(3px, 2px) rotate(0deg); }40% { -moz-transform: translate(1px, -1px) rotate(1deg); }50% { -moz-transform: translate(-1px, 2px) rotate(-1deg); }60% { -moz-transform: translate(-3px, 1px) rotate(0deg); }70% { -moz-transform: translate(3px, 1px) rotate(-1deg); }80% { -moz-transform: translate(-1px, -1px) rotate(1deg); }90% { -moz-transform: translate(1px, 2px) rotate(0deg); }100% { -moz-transform: translate(1px, -2px) rotate(-1deg); }}@-webkit-keyframes shake{0% { -webkit-transform: translate(1px, 1px) rotate(0deg); }10% { -webkit-transform: translate(-1px, -2px) rotate(-1deg); }20% { -webkit-transform: translate(-3px, 0px) rotate(1deg); }30% { -webkit-transform: translate(3px, 2px) rotate(0deg); }40% { -webkit-transform: translate(1px, -1px) rotate(1deg); }50% { -webkit-transform: translate(-1px, 2px) rotate(-1deg); }60% { -webkit-transform: translate(-3px, 1px) rotate(0deg); }70% { -webkit-transform: translate(3px, 1px) rotate(-1deg); }80% { -webkit-transform: translate(-1px, -1px) rotate(1deg); }90% { -webkit-transform: translate(1px, 2px) rotate(0deg); }100% { -webkit-transform: translate(1px, -2px) rotate(-1deg); }}@-ms-keyframes shake{0% { -ms-transform: translate(1px, 1px) rotate(0deg); }10% { -ms-transform: translate(-1px, -2px) rotate(-1deg); }20% { -ms-transform: translate(-3px, 0px) rotate(1deg); }30% { -ms-transform: translate(3px, 2px) rotate(0deg); }40% { -ms-transform: translate(1px, -1px) rotate(1deg); }50% { -ms-transform: translate(-1px, 2px) rotate(-1deg); }60% { -ms-transform: translate(-3px, 1px) rotate(0deg); }70% { -ms-transform: translate(3px, 1px) rotate(-1deg); }80% { -ms-transform: translate(-1px, -1px) rotate(1deg); }90% { -ms-transform: translate(1px, 2px) rotate(0deg); }100% { -ms-transform: translate(1px, -2px) rotate(-1deg); }}@keyframes pulse{0% { opacity: 0 }15% { opacity: 1 }30% { opacity: 0.5 }45% { opacity: 1 }60% { opacity: 0.5 }75% { opacity: 1 }100% { opacity: 0 }}@-moz-keyframes pulse{0% { opacity: 0 }15% { opacity: 1 }30% { opacity: 0.5 }45% { opacity: 1 }60% { opacity: 0.5 }75% { opacity: 1 }100% { opacity: 0 }}@-webkit-keyframes pulse{0% { opacity: 0 }15% { opacity: 1 }30% { opacity: 0.5 }45% { opacity: 1 }60% { opacity: 0.5 }75% { opacity: 1 }100% { opacity: 0 }}@-ms-keyframes pulse{0% { opacity: 0 }15% { opacity: 1 }30% { opacity: 0.5 }45% { opacity: 1 }60% { opacity: 0.5 }75% { opacity: 1 }100% { opacity: 0 }}@keyframes onePulse{0% { opacity: 0 }15% { opacity: 1 }75% { opacity: 1 }100% { opacity: 0 }}@-moz-keyframes onePulse{0% { opacity: 0 }15% { opacity: 1 }75% { opacity: 1 }100% { opacity: 0 }}@-webkit-keyframes onePulse{0% { opacity: 0 }15% { opacity: 1 }75% { opacity: 1 }100% { opacity: 0 }}@-ms-keyframes onePulse{0% { opacity: 0 }15% { opacity: 1 }75% { opacity: 1 }100% { opacity: 0 }}@keyframes loading{0%{width: 0;}100% {width: 100%;}}@-moz-keyframes loading{0%{width: 0;}100% {width: 100%;}}@-webkit-keyframes loading{0%{width: 0;}100% {width: 100%;}}@-ms-keyframes loading{0%{width: 0;}100% {width: 100%;}}@font-face{font-family: erperium;src: url("../font/erperium.woff") format("woff"), url("../font/erperium.ttf") format("truetype");}body{width: 100%;min-width: 320px;height: 100%;position: absolute;background-color: var(--color-border);color: var(--color-text);font-family: var(--font-family-base);font-size: var(--fs-body);line-height: var(--lh-normal);overflow: auto;}*, *:before, *:after{margin: 0px;padding: 0px;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-ms-scroll-chaining: none;}*::selection{background-color: var(--color-accent);color: #fff;}*::-moz-selection{background-color: var(--color-accent);color: #fff;}*::-webkit-selection{background-color: var(--color-accent);color: #fff;}::-webkit-scrollbar {width: 7px;height: 7px;}::-webkit-scrollbar-thumb {background-color: rgb(192,192,192);}::-webkit-scrollbar-thumb:window-inactive {background-color: rgb(192,192,192);}::-webkit-scrollbar-track-piece {background-color: #E4E4E4;}input::-webkit-calendar-picker-indicator{display: none;}input[type="date"]::-webkit-input-placeholder{ visibility: hidden !important;}input[type=date]::-webkit-inner-spin-button, input[type=date]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }::-webkit-validation-bubble{border-radius: 3px 3px;-moz-border-radius: 3px 3px;-webkit-border-radius: 3px 3px;border: none;}::-webkit-validation-bubble-arrow-clipper{}::-webkit-validation-bubble-arrow{}::-webkit-validation-bubble-message{padding: var(--space-sm);}span.fileValue{width: 100%;margin-top: var(--space-sm);color: #3e3e3e;font-style: italic;display: block;font-size: var(--fs-small);}span.fileValue strong{color: #3e3e3e;}h1{width: 100%;text-align: left;font-size: var(--fs-h1);font-weight: var(--fw-semibold);color: var(--color-heading-1);margin: var(--space-md) 0;cursor: default;}h2{width: 100%;text-align: left;font-size: var(--fs-h2);font-weight: var(--fw-semibold);color: var(--color-heading);margin: var(--space-md) 0;cursor: default;}h3{width: 100%;text-align: left;font-size: var(--fs-h3);font-weight: var(--fw-semibold);color: var(--color-heading);margin: var(--space-sm) 0;cursor: default;}h4{width: 100%;text-align: left;font-size: var(--fs-h4);font-weight: var(--fw-semibold);color: var(--color-heading);margin: var(--space-sm) 0;cursor: default;}h5{width: 100%;text-align: left;font-size: var(--fs-h5);font-weight: var(--fw-semibold);color: var(--color-heading);margin: var(--space-sm) 0;cursor: default;}h6{width: 100%;text-align: left;font-size: var(--fs-h6);font-weight: var(--fw-bold);color: var(--color-text-soft);text-transform: uppercase;letter-spacing: var(--ls-wide);margin: var(--space-sm) 0;cursor: default;}code{background: var(--color-bg-muted);padding: 1px 5px;border-radius: var(--radius-sm);font-size: var(--fs-small);font-family: var(--font-family-mono);color: #c7254e;}pre{background: var(--color-bg-muted);padding: var(--space-md);border-radius: var(--radius-md);overflow-x: auto;font-size: var(--fs-small);font-family: var(--font-family-mono);margin: var(--space-md) 0;}blockquote{margin: var(--space-md) 0;padding: var(--space-sm) var(--space-lg);border-left: 3px solid var(--color-border-strong);color: var(--color-text-soft);font-style: italic;}b{color: var(--color-error);display: inline-block;}strong{color: #373737;}p{margin: 10px auto 20px auto;text-align: left;}a{color: #040033;text-decoration: none;}a:hover{text-decoration: underline;}a.return{width: 100%;max-width: 200px;height: 30px;padding: 7px;text-align: center;display: block;margin: auto;background-color: var(--color-link);color: #fff;}a img{border: none;}span.error{color: var(--color-error);}.activate{color: #2aa92a;}.notActivate{color: var(--color-error);}form div, form div div{width: 100%;float: left;-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}label{display: inline-block;cursor: pointer;-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}form label{margin: 16px 0 10px 0;}input[type="text"],input[type="color"],input[type="date"],input[type="datetime"],input[type="datetime-local"],input[type="email"],input[type="month"],input[type="number"],input[type="password"],input[type="search"],input[type="tel"],input[type="time"],input[type="url"],input[type="week"],input[type='submit'],input[type='reset'],select,select:focus,textarea,textarea + div[contenteditable="true"]{font-size: var(--fs-body);background: none #e4e4e4;background-color: #e4e4e4;}input[type="text"],input[type="color"],input[type="email"],input[type="number"],input[type="password"],input[type="search"],input[type="tel"],input[type='submit'],input[type='reset'],input[type="datetime-local"],select,select:focus,textarea,textarea + div[contenteditable="true"]{-moz-appearance: none; -webkit-appearance: none; appearance: none;}select,select:focus{background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 100% 50%;}input[type='text'], input[type='date'],input[type='datetime-local'],input[type='tel'], input[type='email'], input[type='url'], input[type='password'],input[type='submit'],input[type='reset'],input[type='number'],input[type='search'],input[type='time'],select,textarea, textarea + div[contenteditable="true"]{width: 100%;height: 40px;line-height: 34px;padding: 3px 25px 3px 3px;border: none;border-bottom: 1px solid #c9c9c9;outline: none;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;border-radius: 0px;-moz-border-radius: 0px;-webkit-border-radius: 0px;}input[type='number']{-moz-appearance: textfield;}input[type='checkbox']{width: 22px;height: 22px;background-color: var(--color-bg);border: 1px solid #c9c9c9;color: #FFF;white-space: nowrap;-webkit-appearance: button;-moz-appearance: button;appearance: button;overflow: hidden;outline: none;cursor: pointer;}input[type='checkbox']:checked{background-color: var(--color-link);background: var(--color-link) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z'/%3E%3C/svg%3E") no-repeat center;}input[type='tel']:required:valid, input[type='tel']:focus:valid, input[type='number']:required:valid, input[type='number']:focus:valid, input[type='text']:required:valid, input[type='text']:focus:valid, input[type='url']:required:valid, input[type='url']:focus:valid,input[type='password']:focus:valid, input[type='email']:required:valid, input[type='email']:focus:valid, input[type='date']:required:valid, input[type='date']:focus:valid, input[type='datetime-local']:required:valid, input[type='datetime-local']:focus:valid, input[type='time']:required:valid, input[type='time']:focus:valid, textarea:focus:valid, textarea:required:valid, textarea:required:valid + div[contenteditable="true"], textarea:valid + div[contenteditable="true"]:focus{border-color: #7eb445;background: #e4e4e4 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%234CAF50' d='M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z'/%3E%3C/svg%3E") no-repeat 98% center;background-size: 20px;}select:required:valid{border-color: #7eb445;}input[type='search']:focus:valid{border-color: #004c0e;}input[type='tel']:focus:invalid, input[type='number']:focus:invalid, input[type='url']:focus:invalid, input[type='text']:focus:invalid,input[type='email']:focus:invalid, input[type='date']:focus:invalid, input[type='datetime-local']:focus:invalid, input[type='time']:focus:invalid, textarea:focus:invalid,textarea:focus:invalid + div[contenteditable="true"], textarea:invalid + div[contenteditable="true"]:focus{border-color: var(--color-error);background: #e4e4e4 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23F44336' d='M13,13H11V7H13M13,17H11V15H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z'/%3E%3C/svg%3E") no-repeat 98% center;background-size:20px;}input[type='password']:focus:invalid{border-color: var(--color-error);background: #e4e4e4 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23666' d='M12,17A2,2 0 0,0 14,15C14,13.89 13.1,13 12,13A2,2 0 0,0 10,15A2,2 0 0,0 12,17M18,8A2,2 0 0,1 20,10V20A2,2 0 0,1 18,22H6A2,2 0 0,1 4,20V10C4,8.89 4.9,8 6,8H7V6A5,5 0 0,1 12,1A5,5 0 0,1 17,6V8H18M12,3A3,3 0 0,0 9,6V8H15V6A3,3 0 0,0 12,3Z'/%3E%3C/svg%3E") no-repeat 98% center;-webkit-box-shadow: 0 0 1px var(--color-error);-moz-box-shadow: 0 0 1px var(--color-error);box-shadow: 0 0 1px var(--color-error);background-size: 20px;}input[type='password']:focus:valid{border-color: #61859B;background: #e4e4e4 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23666' d='M18,8A2,2 0 0,1 20,10V20A2,2 0 0,1 18,22H6A2,2 0 0,1 4,20V10C4,8.89 4.9,8 6,8H15V6A3,3 0 0,0 12,3A3,3 0 0,0 9,6H7A5,5 0 0,1 12,1A5,5 0 0,1 17,6V8H18M12,17A2,2 0 0,0 14,15A2,2 0 0,0 12,13A2,2 0 0,0 10,15A2,2 0 0,0 12,17Z'/%3E%3C/svg%3E") no-repeat 98% center;-webkit-box-shadow: 0 0 1px #61859B;-moz-box-shadow: 0 0 1px #61859B;box-shadow: 0 0 1px #61859B;background-size: 20px;}input[type='password']:required{background: #e4e4e4 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23666' d='M12,17A2,2 0 0,0 14,15C14,13.89 13.1,13 12,13A2,2 0 0,0 10,15A2,2 0 0,0 12,17M18,8A2,2 0 0,1 20,10V20A2,2 0 0,1 18,22H6A2,2 0 0,1 4,20V10C4,8.89 4.9,8 6,8H7V6A5,5 0 0,1 12,1A5,5 0 0,1 17,6V8H18M12,3A3,3 0 0,0 9,6V8H15V6A3,3 0 0,0 12,3Z'/%3E%3C/svg%3E") no-repeat 98% center;background-size: 20px;}input::-ms-clear, input::-ms-reveal {display: none;}input[type='text']:read-only, select:read-only, select:disabled, input[type='checkbox']:disabled{background-color: #F2F2F2;}input[type='checkbox']:disabled{color: #000;}input[type='text']:-moz-read-only{background-color: #F2F2F2;}input[type='number']::-webkit-outer-spin-button,input[type='number']::-webkit-inner-spin-button,input[type='datetime-local']::-webkit-inner-spin-button,input[type='datetime-local']::-webkit-inner-spin-button{-webkit-appearance: none;-moz-appearance: none;appearance: none;margin: 0;}textarea, textarea + div[contenteditable="true"]{min-width: 100%;max-width: 100%;min-height: 45px;height: 175px;line-height: normal;max-height: 300px;font-family: Verdana, Arial, Helvetica, sans-serif;float: left;white-space: normal;overflow: auto;text-overflow: normal;}input[type='submit'], input[type='reset']{width: 100%;height: 45px;margin: 20px auto 0px auto;background: none var(--color-bg);background-color: var(--color-bg);border-radius: 0px;-moz-border-radius: 0px;-webkit-border-radius: 0px;color: var(--color-text);border-color: #7da0b9;display: block;text-align: center;cursor: pointer;text-align: left;float: left;-webkit-transition: all 500ms ease-out 0s;-moz-transition: all 500ms ease-out 0s;-ms-transition: all 500ms ease-out 0s;-o-transition: all 500ms ease-out 0s;transition: all 500ms ease-out 0s;-webkit-appearance: none;}input[type='submit']:hover, input[type='reset']:hover{background: none #fbfbfb;background-color: #fbfbfb;border-color: #276a9a;}.clLayer{width: 100%;height: auto;overflow: auto;}input[type='reset']{height: 35px;margin: 10px 2% 10px auto;background: #f6f8f9;background: -moz-linear-gradient(top,#f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f8f9), color-stop(50%,#e5ebee), color-stop(51%,#d7dee3), color-stop(100%,#f5f7f9));background: -webkit-linear-gradient(top,#f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%);background: -o-linear-gradient(top,#f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%);background: -ms-linear-gradient(top,#f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%);background: linear-gradient(to bottom,#f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 );}.cl-save input[type='submit']{padding-left: 50px;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%233288c6' d='M15,9H5V5H15M12,19A3,3 0 0,1 9,16A3,3 0 0,1 12,13A3,3 0 0,1 15,16A3,3 0 0,1 12,19M17,3H5C3.89,3 3,3.9 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V7L17,3Z'/%3E%3C/svg%3E");background-repeat: no-repeat;background-position: 10px center;}.loadingBg{display: none;}.loadingSubmit{width: 100%;height: auto;margin-top: -2px;display: block;float: left;overflow: auto;z-index: 2;}.loadingSubmit:after, .loadingSubmit::after{content: '';display: block;width: 0;height: 2px;background: var(--color-link);-webkit-animation: loading 1s ease-in-out infinite;-moz-animation: loading 1s ease-in-out infinite;-ms-animation: loading 1s ease-in-out infinite;animation: loading 1s ease-in-out infinite;border-radius: 3px 3px;-moz-border-radius: 3px 3px;-webkit-border-radius: 3px 3px;}.calandarOverflow{overflow: hidden;}.editCalendar{width: 20px;height: 20px;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23666' d='M12,2C6.47,2 2,6.47 2,12C2,17.53 6.47,22 12,22C17.53,22 22,17.53 22,12C22,6.47 17.53,2 12,2M15.1,7.07C15.24,7.07 15.38,7.12 15.5,7.23L16.77,8.5C17,8.72 17,9.07 16.77,9.28L15.77,10.28L13.72,8.23L14.72,7.23C14.82,7.12 14.96,7.07 15.1,7.07M13.13,8.81L15.19,10.87L9.13,16.93H7.07V14.87L13.13,8.81M12,20C7.59,20 4,16.41 4,12C4,7.59 7.59,4 12,4C16.41,4 20,7.59 20,12C20,16.41 16.41,20 12,20Z'/%3E%3C/svg%3E");background-position: center;background-size: 20px;display: inline-block;position: absolute;bottom: 3px;right: 3px;}.editCalendar:hover{text-decoration: none;}.hidden + .monthHolder{display: none;}.hidden:checked + .monthHolder{display: block;}.inputCalandar, .inputCalandarHeader{width: 100%;height: auto;overflow: auto;}.appointmentDate{overflow: hidden;}.inputCalandarHeader{background-color: var(--color-bg);}.previousMonth, .nextMonth{width: 30px;height: 30px;text-align: center;line-height: 30px;display: block;float: left;margin: 0;}.month{width: calc(100% - 60px);width: -moz-calc(100% - 60px);width: -webkit-calc(100% - 60px);width: -o-calc(100% - 60px);height: 30px;text-align: center;line-height: 30px;}.monthHolder{width: 8.33%;height: auto;float: left;}.inputCalandar{width: 1200%;height: auto;overflow: hidden;}.inputCalenderMonth{width: 100%;height: auto;float: left;border: solid 1px #adadad;}.inputDays, .inputDaysEmpty{width: 14.28%;height: 30px;text-align: center;line-height: 30px;float: left;}.inputCalendarWeek .inputDays{border: 1px solid #dadada;-webkit-transition: background 200ms linear;-moz-transition: background 200ms linear;-o-transition: background 200ms linear;-ms-transition: background 200ms linear;transition: background 200ms linear;}.inputCalendarWeek .inputDays:hover{cursor: pointer;background-color: var(--color-bg);}.inputCalendarWeek .inputDays:focus{background-color: #98dca3;outline: none;}.cl-password label, .cl-passwordR label{width: 100%;}#password, #passwordR{width: 70%;}#viewpassword, #viewpasswordR{width: 28%;padding: 12px;font-size: var(--fs-small);float: right;border: 1px solid #c9c9c9;background-color: #54bd54;color: #FFF;text-align: center;cursor: pointer;border-radius: 2px 2px;-moz-border-radius: 2px 2px;-webkit-border-radius: 2px 2px;-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}::-webkit-input-placeholder{text-transform: none;}:-moz-placeholder{text-transform: none;}::-moz-placeholder{text-transform: none;}:-ms-input-placeholder{text-transform: none;}.searchContent{width: 100%;height: auto;overflow: auto;}.searchContent .searchInformation{float: left;}.searchContent .searchInformation:nth-child(1):nth-last-child(1){width: 100%;}.searchContent .searchInformation:nth-child(1):nth-last-child(2),.searchContent .searchInformation:nth-child(2):nth-last-child(1){width: 50%;}.searchContent .searchInformation:nth-child(1):nth-last-child(3),.searchContent .searchInformation:nth-child(2):nth-last-child(2),.searchContent .searchInformation:nth-child(3):nth-last-child(1){width: 33%;}.searchContent .searchInformation:nth-child(1):nth-last-child(4),.searchContent .searchInformation:nth-child(2):nth-last-child(3),.searchContent .searchInformation:nth-child(3):nth-last-child(2),.searchContent .searchInformation:nth-child(4):nth-last-child(1){width: 25%;}.searchContent .searchInformation:nth-child(1):nth-last-child(5),.searchContent .searchInformation:nth-child(2):nth-last-child(4),.searchContent .searchInformation:nth-child(3):nth-last-child(3),.searchContent .searchInformation:nth-child(4):nth-last-child(2),.searchContent .searchInformation:nth-child(5):nth-last-child(1){width: 20%;}div[contenteditable="true"] img{max-width: 100%;}.delete{overflow: hidden;}input[type='submit'].delete,.deleteOption{min-width: 21px;border: none;padding: 0;background-color: transparent;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23999' d='M19,4H15.5L14.5,3H9.5L8.5,4H5V6H19M6,19A2,2 0 0,0 8,21H16A2,2 0 0,0 18,19V7H6V19Z'/%3E%3C/svg%3E");background-repeat: no-repeat;background-position: center;background-size: 100%;}input[type='submit'].delete:hover,.deleteOption:hover{-webkit-animation: shake 0.5s linear;-moz-animation: shake 0.5s linear;-ms-animation: shake 0.5s linear;animation: shake 0.5s linear;-webkit-animation-iteration-count: infinite;-moz-animation-iteration-count: infinite;-ms-animation-iteration-count: infinite; animation-iteration-count: infinite;}input[type='submit'].edit,.editOption{min-width: 21px;border: none;padding: 0;background-color: transparent;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23999' d='M5,3C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V12H19V19H5V5H12V3H5M17.78,4C17.61,4 17.43,4.07 17.3,4.2L16.08,5.41L18.58,7.91L19.8,6.7C20.06,6.44 20.06,6 19.8,5.75L18.25,4.2C18.12,4.07 17.95,4 17.78,4M15.37,6.12L8,13.5V16H10.5L17.87,8.62L15.37,6.12Z'/%3E%3C/svg%3E");background-repeat: no-repeat;background-position: center;background-size: 100%;}div#extraInformationContainer{margin: auto;background-color: #eeeeee;border-top: 1px solid #d6d6d6;overflow: auto;}.hidden, .hiddenCheckbox, .objectHidden{display: none;}.pageNotFound{font-size: 200px;font-size: 50vw;text-align: center;color: #f1f1f1;text-shadow: 0px 3px 0px #b2a98f, 0px 14px 10px rgba(0,0,0,0.15), 0px 24px 2px rgba(0,0,0,0.1), 0px 34px 30px rgba(0,0,0,0.1);}.noteNoteFound{font-size: 28px;font-size: 8vw;text-align: center;background-color: #565656;color: transparent;text-shadow: 2px 2px 3px rgba(255,255,255,0.5);-webkit-background-clip: text;-moz-background-clip: text;background-clip: text;}div#foutMelding{width: 100%;height: auto;margin: 40px auto;}div#foutMelding img{width: 100%;}div#foutMelding h1{width: 100%;margin-top: 40px;text-align: center;}header, #header{max-width: 325px;position: absolute;top: 0;z-index: 2;-webkit-transition: all 150ms linear;-moz-transition: all 150ms linear;-o-transition: all 150ms linear;-ms-transition: all 150ms linear;transition: all 150ms linear;}#klikMenu:checked + header{left: 0;}#logoMenu{width: 100%;height: auto;overflow: auto;}#hoofdmenuRij{min-width: 50px;height: auto;overflow: auto;}.hoofdmenuKolom, .hoofdmenuKolomLabel, .logOutColumn{width: 100%;height: auto;margin: 0px auto 0px auto;list-style: none;overflow: hidden;}.hoofdmenuKolomLabel{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M7,10L12,15L17,10H7Z'/%3E%3C/svg%3E");background-repeat: no-repeat;background-position: right 30px center;background-size: 18px;}a.hoofdmenuLink, a.hoofdmenuLinkActief,label.hoofdmenuLink, label.hoofdmenuLinkActief{width: 100%;float: left;padding-left: 50px;display: block;text-decoration: none;line-height: 47px;color: #FFF;display: none;}#menuRelations, #menuSettings, #menuOverview, #menuEmail, #menuInvoices, #menuPurchases, #menuDashboard, #menuProducts, #menuTimer, #menuCms, #menuLogout{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M16,13C15.71,13 15.38,13 15.03,13.05C16.19,13.89 17,15 17,16.5V19H23V16.5C23,14.17 18.33,13 16,13M8,13C5.67,13 1,14.17 1,16.5V19H15V16.5C15,14.17 10.33,13 8,13M8,11A3,3 0 0,0 11,8A3,3 0 0,0 8,5A3,3 0 0,0 5,8A3,3 0 0,0 8,11M16,11A3,3 0 0,0 19,8A3,3 0 0,0 16,5A3,3 0 0,0 13,8A3,3 0 0,0 16,11Z'/%3E%3C/svg%3E");background-repeat: no-repeat;background-position: center left;background-size: 18px;}#menuSettings{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M12,15.5A3.5,3.5 0 0,1 8.5,12A3.5,3.5 0 0,1 12,8.5A3.5,3.5 0 0,1 15.5,12A3.5,3.5 0 0,1 12,15.5M19.43,12.97C19.47,12.65 19.5,12.33 19.5,12C19.5,11.67 19.47,11.34 19.43,11L21.54,9.37C21.73,9.22 21.78,8.95 21.66,8.73L19.66,5.27C19.54,5.05 19.27,4.96 19.05,5.05L16.56,6.05C16.04,5.66 15.5,5.32 14.87,5.07L14.5,2.42C14.46,2.18 14.25,2 14,2H10C9.75,2 9.54,2.18 9.5,2.42L9.13,5.07C8.5,5.32 7.96,5.66 7.44,6.05L4.95,5.05C4.73,4.96 4.46,5.05 4.34,5.27L2.34,8.73C2.21,8.95 2.27,9.22 2.46,9.37L4.57,11C4.53,11.34 4.5,11.67 4.5,12C4.5,12.33 4.53,12.65 4.57,12.97L2.46,14.63C2.27,14.78 2.21,15.05 2.34,15.27L4.34,18.73C4.46,18.95 4.73,19.04 4.95,18.95L7.44,17.94C7.96,18.34 8.5,18.68 9.13,18.93L9.5,21.58C9.54,21.82 9.75,22 10,22H14C14.25,22 14.46,21.82 14.5,21.58L14.87,18.93C15.5,18.67 16.04,18.34 16.56,17.94L19.05,18.95C19.27,19.04 19.54,18.95 19.66,18.73L21.66,15.27C21.78,15.05 21.73,14.78 21.54,14.63L19.43,12.97Z'/%3E%3C/svg%3E");}#menuOverview{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M13,9H18.5L13,3.5V9M6,2H14L20,8V20A2,2 0 0,1 18,22H6C4.89,22 4,21.1 4,20V4C4,2.89 4.89,2 6,2M7,20H9V14H7V20M11,20H13V12H11V20M15,20H17V16H15V20Z'/%3E%3C/svg%3E");}#menuEmail{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M20,8L12,13L4,8V6L12,11L20,6M20,4H4C2.89,4 2,4.89 2,6V18A2,2 0 0,0 4,20H20A2,2 0 0,0 22,18V6C22,4.89 21.1,4 20,4Z'/%3E%3C/svg%3E");}#menuInvoices{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M14,2H6A2,2 0 0,0 4,4V20A2,2 0 0,0 6,22H18A2,2 0 0,0 20,20V8L14,2M18,20H6V4H13V9H18V20M12,19L8,15H10.5V12H13.5V15H16L12,19Z'/%3E%3C/svg%3E");}#menuDashboard{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M13,3V9H21V3M13,21H21V11H13M3,21H11V15H3M3,13H11V3H3V13Z'/%3E%3C/svg%3E");}#menuPurchases{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M14,2H6A2,2 0 0,0 4,4V20A2,2 0 0,0 6,22H18A2,2 0 0,0 20,20V8L14,2M18,20H6V4H13V9H18V20M12,11L8,15H10.5V18H13.5V15H16L12,11Z'/%3E%3C/svg%3E");}#menuProducts{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M12,18H6V14H12M21,14V12L20,7H4L3,12V14H4V20H14V14H18V20H20V14M20,4H4V6H20V4Z'/%3E%3C/svg%3E");}#menuTimer{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M12,20A7,7 0 0,1 5,13A7,7 0 0,1 12,6A7,7 0 0,1 19,13A7,7 0 0,1 12,20M12,4A9,9 0 0,0 3,13A9,9 0 0,0 12,22A9,9 0 0,0 21,13A9,9 0 0,0 12,4M12.5,8H11V14L15.75,16.85L16.5,15.62L12.5,13.25V8M7.88,3.39L6.6,1.86L2,5.71L3.29,7.24L7.88,3.39M22,5.72L17.4,1.86L16.11,3.39L20.71,7.25L22,5.72Z'/%3E%3C/svg%3E");}#menuLogout{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M13,3H11V13H13V3M17.83,5.17L16.41,6.59C18.05,7.91 19,9.9 19,12A7,7 0 0,1 12,19C8.14,19 5,15.88 5,12C5,9.91 5.95,7.91 7.58,6.58L6.17,5.17C4.23,6.82 3,9.26 3,12A9,9 0 0,0 12,21A9,9 0 0,0 21,12C21,9.26 19.77,6.82 17.83,5.17Z'/%3E%3C/svg%3E");}#menuCms{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M21,10.12H14.22L16.96,7.38L14.59,5L8,11.59V14.88H11.29L14.59,11.58L17.88,14.88H21M3,17.25V21H6.75L17.81,9.93L14.06,6.18L3,17.25Z'/%3E%3C/svg%3E");}.subMenu a.hoofdmenuLink, .subMenu a.hoofdmenuLinkActief,.subMenu label.hoofdmenuLink, .subMenu label.hoofdmenuLinkActief{font-style: italic;}.subMenu{display: none;overflow: hidden;}.hoofdmenuLinkActief{font-weight: bold;}input:checked + .hoofdmenuKolomLabel + .subMenu{display: block;background-color: #384052;overflow: auto;}input:checked + .hoofdmenuKolomLabel{background-color: var(--color-link);margin: 0px auto 0px auto;}img.menuAfbeelding{width: 100%;max-width: 50px;height: auto;padding: 8px;}#shutdown{bottom: 0;border-top: 1px solid rgb(225,225,225);position: absolute;}#headerInhoud{position: relative;height: calc(100% - 50px);height: -moz-calc(100% - 50px);height: -webkit-calc(100% - 50px);height: -o-calc(100% - 50px);}#borderBottom{height: 100%;}nav, #nav{position: relative;overflow: auto;height: 100%;}div#logoMenu label{width: 50px;height: 50px;display: block;float: left;background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M3,6H21V8H3V6M3,11H21V13H3V11M3,16H21V18H3V16Z'/%3E%3C/svg%3E") no-repeat center center;background-size: 24px;cursor: pointer;-webkit-transition: none;-moz-transition: none;-o-transition: none;-ms-transition: none;transition: none;}.erperiumLogo{width: 0px;height: 50px;float: left;opacity: 0;vertical-align: top;position: relative;overflow: hidden;}#erperium{max-height: 100%;max-width: 130px;width: auto;height: auto;position: absolute;top: 0;bottom: 0;left: 10px;margin: auto;}input:checked + header #header #headerInhoud #borderBottom #logoMenu label + .erperiumLogo,input:checked + header #header #headerInhoud #borderBottom #logoMenu label + .erperiumLogo #erperium{width: calc(100% - 50px);width: -moz-calc(100% - 50px);width: -webkit-calc(100% - 50px);width: -o-calc(100% - 50px);opacity: 1;}input + header #header #headerInhoud #borderBottom #logoMenu + nav #nav #hoofdmenuRij{width: 0px;-webkit-transition: width 150ms linear;-moz-transition: width 150ms linear;-o-transition: width 150ms linear;-ms-transition: width 150ms linear;transition: width 150ms linear;}input:checked + header, input:checked + header #header{position: absolute;height: 100%;background-color: #333333;}input:checked + header #header #headerInhoud #borderBottom #logoMenu + nav #nav #hoofdmenuRij{height: 100%;height: calc(100% - 50px);height: -moz-calc(100% - 50px);height: -webkit-calc(100% - 50px);height: -o-calc(100% - 50px);width: 325px;-webkit-transition: width 150ms linear;-moz-transition: width 150ms linear;-o-transition: width 150ms linear;-ms-transition: width 150ms linear;transition: width 150ms linear;}input:checked + header #header #headerInhoud + .logOutColumn{width: 100%;position: absolute;bottom: 0;background-color: #3e3e3e;}input:checked + header #header #headerInhoud + .logOutColumn .hoofdmenuLink{width: 100%;display: block;}input:checked + header #header #headerInhoud #borderBottom #logoMenu label{-webkit-transition: none;-moz-transition: none;-o-transition: none;-ms-transition: none;transition: none;}input:checked + header #header #headerInhoud #borderBottom #logoMenu + nav #nav #hoofdmenuRij .hoofdmenuKolom,input:checked + header #header #headerInhoud #borderBottom #logoMenu + nav #nav #hoofdmenuRij .hoofdmenuKolomLabel,input:checked + header #header #headerInhoud + .logOutColumn{padding: 0% 5% 0% 5%;}input:checked + header #header #headerInhoud #borderBottom #logoMenu + nav #nav #hoofdmenuRij .hoofdmenuKolom a,input:checked + header #header #headerInhoud #borderBottom #logoMenu + nav #nav #hoofdmenuRij .hoofdmenuKolomLabel label{display: block;}input#klikMenu, input#showInformatie{display: none;}div#Menu{width: 100%;}div#content, div#contentLogin{width: 100%;height: calc(100% - 50px);height: -moz-calc(100% - 50px);height: -webkit-calc(100% - 50px);height: -o-calc(100% - 50px);position: absolute;min-width: 320px;overflow: auto;left: 0;animation: showWebsite 500ms ease-in-out;-webkit-animation: showWebsite 500ms ease-in-out;-moz-animation: showWebsite 500ms ease-in-out;-o-animation: showWebsite 500ms ease-in-out;}div#contentLogin{height: 100%;}div#snelInformatie{width: 100%;height: 50px;padding: 0 1% 0 1%;overflow: auto;background-color: #333333;}div#informatieInhoud{overflow: auto;}div#snelInformatie a, div#snelInformatie a:hover{color: #FFF;text-decoration: none;}label#settingsAll, label#editAll, label#addAll, a#sendAll, a#copyAll, a#downloadAll, a#returnAll, label#informationAll{width: 50px;height: 50px;display: block;float: right;background-size: 24px;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M6,2C4.89,2 4,2.89 4,4V20A2,2 0 0,0 6,22H10V20.09L12.09,18H6V16H14.09L16.09,14H6V12H18.09L20,10.09V8L14,2H6M13,3.5L18.5,9H13V3.5M20.15,13C20,13 19.86,13.05 19.75,13.16L18.73,14.18L20.82,16.26L21.84,15.25C22.05,15.03 22.05,14.67 21.84,14.46L20.54,13.16C20.43,13.05 20.29,13 20.15,13M18.14,14.77L12,20.92V23H14.08L20.23,16.85L18.14,14.77Z'/%3E%3C/svg%3E");background-position: center;background-repeat: no-repeat;-webkit-transition: background-color 500ms ease-out 0s;-moz-transition: background-color 500ms ease-out 0s;-ms-transition: background-color 500ms ease-out 0s;-o-transition: background-color 500ms ease-out 0s;transition: background-color 500ms ease-out 0s;}label#settingsAll:hover, label#editAll:hover, label#addAll:hover, a#sendAll:hover, a#copyAll:hover, a#downloadAll:hover, a#returnAll:hover, label#informationAll:hover{background-color: #232323;-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.79);-moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.79);box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.79);}label#addAll{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M19,13H13V19H11V13H5V11H11V5H13V11H19V13Z'/%3E%3C/svg%3E");background-position: center;background-repeat: no-repeat;}label#settingsAll{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M12,4A4,4 0 0,1 16,8A4,4 0 0,1 12,12A4,4 0 0,1 8,8A4,4 0 0,1 12,4M12,14C16.42,14 20,15.79 20,18V20H4V18C4,15.79 7.58,14 12,14Z'/%3E%3C/svg%3E");background-position: center;background-repeat: no-repeat;}a#sendAll{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M14,2H6A2,2 0 0,0 4,4V20A2,2 0 0,0 6,22H18A2,2 0 0,0 20,20V8L14,2M18,20H6V4H13V9H18V20M12,19L8,15H10.5V12H13.5V15H16L12,19Z'/%3E%3C/svg%3E");background-position: center;background-repeat: no-repeat;}a#copyAll{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z'/%3E%3C/svg%3E");background-position: center;background-repeat: no-repeat;}a#downloadAll{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M5,20H19V18H5M19,9H15V3H9V9H5L12,16L19,9Z'/%3E%3C/svg%3E");background-position: center;background-repeat: no-repeat;}a#returnAll{background-color: #232323;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M19,7V11H5.83L9.41,7.41L8,6L2,12L8,18L9.41,16.58L5.83,13H21V7H19Z'/%3E%3C/svg%3E");background-position: center;background-repeat: no-repeat;}label#informationAll{background-color: #232323;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M21,19V20H3V19L5,17V11C5,7.9 7.03,5.17 10,4.29C10,4.19 10,4.1 10,4A2,2 0 0,1 12,2A2,2 0 0,1 14,4C14,4.1 14,4.19 14,4.29C16.97,5.17 19,7.9 19,11V17L21,19M14,21A2,2 0 0,1 12,23A2,2 0 0,1 10,21'/%3E%3C/svg%3E");background-position: center;background-repeat: no-repeat;margin-left: 50px;-webkit-transform-origin: 50% 0%;-moz-transform-origin: 50% 0%;-ms-transform-origin: 50% 0%;-o-transform-origin: 50% 0%;transform-origin: 50% 0%;}@-webkit-keyframes ritBellShake {0%, 50%, 100% { -webkit-transform: rotate(0deg); }10% { -webkit-transform: rotate(-12deg); }20% { -webkit-transform: rotate(10deg); }30% { -webkit-transform: rotate(-8deg); }40% { -webkit-transform: rotate(6deg); }}@-moz-keyframes ritBellShake {0%, 50%, 100% { -moz-transform: rotate(0deg); }10% { -moz-transform: rotate(-12deg); }20% { -moz-transform: rotate(10deg); }30% { -moz-transform: rotate(-8deg); }40% { -moz-transform: rotate(6deg); }}@keyframes ritBellShake {0%, 50%, 100% { transform: rotate(0deg); }10% { transform: rotate(-12deg); }20% { transform: rotate(10deg); }30% { transform: rotate(-8deg); }40% { transform: rotate(6deg); }}header.hasActiveRide label#informationAll{background-color: #c62828;-webkit-animation: ritBellShake 2s ease-in-out infinite;-moz-animation:ritBellShake 2s ease-in-out infinite;-o-animation:ritBellShake 2s ease-in-out infinite;animation: ritBellShake 2s ease-in-out infinite;}.activeRideNotice{color: #fff;margin: 0;padding: 6px 8px;border-bottom: 1px solid rgba(255, 255, 255, 0.3);line-height: 1.4;}.activeRideNotice a{color: #fff;text-decoration: underline;}#edit, #settingsColumns{display: none;}.tipToolBox{display: none;}input[type='checkbox']#checkTipTool:checked + .tipToolBox{width: calc(99% - 30px);width: -moz-calc(99% - 30px);width: -webkit-calc(99% - 30px);width: -o-calc(99% - 30px);height: auto;padding: 8px;left: 15px;position: absolute;top: 70px;max-width: 600px;background-color: rgba(50, 136, 198, 0.8);-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);display: inline-block;z-index: 1;border-radius: 4px 4px;-moz-border-radius: 4px 4px;-webkit-border-radius: 4px 4px;}.tipToolBox:before{content: "";position: absolute;left: 39px;top: -20px;border-bottom: 20px solid #589dce;border-bottom: 20px solid #589dcef2;border-left: 20px solid transparent;border-right: 20px solid transparent;}#tipToolBoxBar{width: 100%;height: 30px;padding: 0% 2% 0% 2%;line-height: 30px;display: block;text-align: right;background-color: #f4f4f4;border-top: 1px solid #dadada;}#tipToolBoxBar a{color: #757575;font-style: italic;}.scrollBox{width: 100%;height: 215px;padding: 2%;overflow: auto;background-color: #f4f4f4;}.scrollBox p{border-bottom: 1px solid #dadada;padding-bottom: var(--space-md);margin: var(--space-md);}.universalMenu{width: 100%;height: 100%;height: calc(100% - 50px);height: -moz-calc(100% - 50px);height: -webkit-calc(100% - 50px);height: -o-calc(100% - 50px);top: 50px;right: -100%;padding: 25px;background-color: var(--color-bg);border: 1px solid #c5c5c5;color: #545454;visibility: hidden;opacity: 0;position: fixed;overflow: auto;display: block;z-index: 5;-webkit-transition: all 300ms linear 0s;-moz-transition: all 300ms linear 0s;-ms-transition: all 300ms linear 0s;-o-transition: all 300ms linear 0s;transition: all 300ms linear 0s;}.objectHidden:checked + .universalMenu{right: 0;opacity: 1;visibility: visible;-webkit-transition: all 300ms linear 0s;-moz-transition: all 300ms linear 0s;-ms-transition: all 300ms linear 0s;-o-transition: all 300ms linear 0s;transition: all 300ms linear 0s;}.universalMenuContent{width: 100%;height: auto;overflow: auto;}.formTooltip{width: 27px;height: auto;display: inline-block;cursor: pointer;-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}.tooltipIcon{width: 17px;height: 17px;display: inline-block;background-color: #ff8d00;font-style: italic;color: #fff;text-align: center;border-radius: 10px 10px;-moz-border-radius: 10px 10px;-webkit-border-radius: 10px 10px;}.showTooltip{width: 100%;height: 100%;height: calc(100% - 50px);height: -moz-calc(100% - 50px);height: -webkit-calc(100% - 50px);height: -o-calc(100% - 50px);top: 50px;right: -100%;padding: 25px;background-color: var(--color-bg);border: 1px solid #c5c5c5;color: #545454;visibility: hidden;opacity: 0;position: fixed;overflow: auto;display: block;z-index: 5;-webkit-transition: all 300ms linear 0s;-moz-transition: all 300ms linear 0s;-ms-transition: all 300ms linear 0s;-o-transition: all 300ms linear 0s;transition: all 300ms linear 0s;}.objectHidden:checked + .showTooltip{right: 0;opacity: 1;visibility: visible;-webkit-transition: all 300ms linear 0s;-moz-transition: all 300ms linear 0s;-ms-transition: all 300ms linear 0s;-o-transition: all 300ms linear 0s;transition: all 300ms linear 0s;}.closeTooltip{width: 100%;height: auto;text-align: right;margin: 0px;padding: 20px 35px 20px 0px;overflow: auto;text-transform: uppercase;border-bottom: 1px solid #eee;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23333' d='M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z'/%3E%3C/svg%3E");background-position: center right;background-repeat: no-repeat;background-size: 25px;-webkit-transition: all 500ms ease-out 0s;-moz-transition: all 500ms ease-out 0s;-ms-transition: all 500ms ease-out 0s;-o-transition: all 500ms ease-out 0s;transition: all 500ms ease-out 0s;}.tooltipTitle{width: 100%;height: auto;margin: 15px 0px;padding: 20px 0px;display: block;text-align: center;font-size: var(--fs-h2);font-weight: bold;position: relative;}.tooltipTitle::after{content: "";position: absolute;border-top: 1px solid #000;left: 40%;bottom: 0;width: 20%;height: 0px;}.tooltipContent{width: 100%;height: auto;overflow: auto;}.generalError{width: 100%;height: auto;padding: 1%;margin: -10px auto 10px auto;background-color: #ffd150;text-align: center;float: left;}#scrollLayer{width: 100%;height: 100%;overflow: auto;touch-action: auto;}#dataLayer, #infoLayer{width: 300%;height: 100%;overflow: auto;}#dataLayer{padding: 1%;}#infoLayer{width: 100%;}label.infoRow, label.infoRowWarning, label.infoRowError{margin-top: 0px;}.infoRow, .infoRowWarning, .infoRowError, .infoColumnH, .infoColumnH1{width: 100%;height: 50px;margin-bottom: 2px;display: block;background-color: var(--color-bg);-webkit-transition: background 500ms ease-out 0s;-moz-transition: background 500ms ease-out 0s;-ms-transition: background 500ms ease-out 0s;-o-transition: background 500ms ease-out 0s;transition: background 500ms ease-out 0s;position: relative;}.infoColumnC, .infoColumnC1{width: 100%;height: calc(100% - 125px);height: -moz-calc(100% - 125px);height: -webkit-calc(100% - 125px);height: -o-calc(100% - 125px);overflow: auto;}.infoRowWarning{color: var(--color-error);font-weight: bold;font-style: italic;}.infoRowError{background-color: #630000;color: #fff;}.infoRow:hover, .infoRowWarning:hover{background-color: #f6f6f6;}#hidden0, #hidden1, #hidden2, #hidden3, #hidden4, #hidden5, #hidden6, #hidden7, #hidden8, #hidden9, #hidden10, #hidden11{display: none;}.infoRowError:hover{background-color: #943131;}.infoColumn, .viewASC, .viewDESC, .viewNormal{display: block;height: 50px;padding-left: 1%;line-height: 50px;float: left;text-align: left;overflow: hidden;text-overflow: ellipsis;}.viewNormal{color: #939393;-webkit-transition: color 500ms linear;-moz-transition: color 500ms linear;-o-transition: color 500ms linear;-ms-transition: color 500ms linear;transition: color 500ms linear;}.viewNormal:hover{color: #000;}.columnCheck{margin-top: 12px;}.infoColumn:nth-child(1):nth-last-child(1),.days0:nth-child(1):nth-last-child(1){width: 100%;}.infoColumn:nth-child(1):nth-last-child(2),.infoColumn:nth-child(2):nth-last-child(1),.days0:nth-child(1):nth-last-child(2),.days0:nth-child(2):nth-last-child(1){width: 50%;}.infoColumn:nth-child(1):nth-last-child(3),.infoColumn:nth-child(2):nth-last-child(2),.infoColumn:nth-child(3):nth-last-child(1),.days0:nth-child(1):nth-last-child(3),.days0:nth-child(2):nth-last-child(2),.days0:nth-child(3):nth-last-child(1){width: 33.33%;}.infoColumn:nth-child(1):nth-last-child(4),.infoColumn:nth-child(2):nth-last-child(3),.infoColumn:nth-child(3):nth-last-child(2),.infoColumn:nth-child(4):nth-last-child(1),.days0:nth-child(1):nth-last-child(4),.days0:nth-child(2):nth-last-child(3),.days0:nth-child(3):nth-last-child(2),.days0:nth-child(4):nth-last-child(1){width: 25%;}.infoColumn:nth-child(1):nth-last-child(5),.infoColumn:nth-child(2):nth-last-child(4),.infoColumn:nth-child(3):nth-last-child(3),.infoColumn:nth-child(4):nth-last-child(2),.infoColumn:nth-child(5):nth-last-child(1),.days0:nth-child(1):nth-last-child(5),.days0:nth-child(2):nth-last-child(4),.days0:nth-child(3):nth-last-child(3),.days0:nth-child(4):nth-last-child(2),.days0:nth-child(5):nth-last-child(1){width: 20%;}.infoColumn:nth-child(1):nth-last-child(6),.infoColumn:nth-child(2):nth-last-child(5),.infoColumn:nth-child(3):nth-last-child(4),.infoColumn:nth-child(4):nth-last-child(3),.infoColumn:nth-child(5):nth-last-child(2),.infoColumn:nth-child(6):nth-last-child(1),.days0:nth-child(1):nth-last-child(6),.days0:nth-child(2):nth-last-child(5),.days0:nth-child(3):nth-last-child(4),.days0:nth-child(4):nth-last-child(3),.days0:nth-child(5):nth-last-child(2),.days0:nth-child(6):nth-last-child(1){width: 16.66%;}.infoColumn:nth-child(1):nth-last-child(7),.infoColumn:nth-child(2):nth-last-child(6),.infoColumn:nth-child(3):nth-last-child(5),.infoColumn:nth-child(4):nth-last-child(4),.infoColumn:nth-child(5):nth-last-child(3),.infoColumn:nth-child(6):nth-last-child(2),.infoColumn:nth-child(7):nth-last-child(1),.days0:nth-child(1):nth-last-child(7),.days0:nth-child(2):nth-last-child(6),.days0:nth-child(3):nth-last-child(5),.days0:nth-child(4):nth-last-child(4),.days0:nth-child(5):nth-last-child(3),.days0:nth-child(6):nth-last-child(2),.days0:nth-child(7):nth-last-child(1){width: 14.28%;}.infoColumn:nth-child(1):nth-last-child(8),.infoColumn:nth-child(2):nth-last-child(7),.infoColumn:nth-child(3):nth-last-child(6),.infoColumn:nth-child(4):nth-last-child(5),.infoColumn:nth-child(5):nth-last-child(4),.infoColumn:nth-child(6):nth-last-child(3),.infoColumn:nth-child(7):nth-last-child(2),.infoColumn:nth-child(8):nth-last-child(1),.days0:nth-child(1):nth-last-child(8),.days0:nth-child(2):nth-last-child(7),.days0:nth-child(3):nth-last-child(6),.days0:nth-child(4):nth-last-child(5),.days0:nth-child(5):nth-last-child(4),.days0:nth-child(6):nth-last-child(3),.days0:nth-child(7):nth-last-child(2),.days0:nth-child(8):nth-last-child(1){width: 12.5%;}.infoColumn:nth-child(1):nth-last-child(9),.infoColumn:nth-child(2):nth-last-child(8),.infoColumn:nth-child(3):nth-last-child(7),.infoColumn:nth-child(4):nth-last-child(6),.infoColumn:nth-child(5):nth-last-child(5),.infoColumn:nth-child(6):nth-last-child(4),.infoColumn:nth-child(7):nth-last-child(3),.infoColumn:nth-child(8):nth-last-child(2),.infoColumn:nth-child(9):nth-last-child(1),.days0:nth-child(1):nth-last-child(9),.days0:nth-child(2):nth-last-child(8),.days0:nth-child(3):nth-last-child(7),.days0:nth-child(4):nth-last-child(6),.days0:nth-child(5):nth-last-child(5),.days0:nth-child(6):nth-last-child(4),.days0:nth-child(7):nth-last-child(3),.days0:nth-child(8):nth-last-child(2),.days0:nth-child(9):nth-last-child(1){width: 11.11%;}.infoColumn:nth-child(1):nth-last-child(10),.infoColumn:nth-child(2):nth-last-child(9),.infoColumn:nth-child(3):nth-last-child(8),.infoColumn:nth-child(4):nth-last-child(7),.infoColumn:nth-child(5):nth-last-child(6),.infoColumn:nth-child(6):nth-last-child(5),.infoColumn:nth-child(7):nth-last-child(4),.infoColumn:nth-child(8):nth-last-child(3),.infoColumn:nth-child(9):nth-last-child(2),.infoColumn:nth-child(10):nth-last-child(1),.days0:nth-child(1):nth-last-child(10),.days0:nth-child(2):nth-last-child(9),.days0:nth-child(3):nth-last-child(8),.days0:nth-child(4):nth-last-child(7),.days0:nth-child(5):nth-last-child(6),.days0:nth-child(6):nth-last-child(5),.days0:nth-child(7):nth-last-child(4),.days0:nth-child(8):nth-last-child(3),.days0:nth-child(9):nth-last-child(2),.days0:nth-child(10):nth-last-child(1){width: 10%;}.infoColumn:nth-child(1):nth-last-child(11),.infoColumn:nth-child(2):nth-last-child(10),.infoColumn:nth-child(3):nth-last-child(9),.infoColumn:nth-child(4):nth-last-child(8),.infoColumn:nth-child(5):nth-last-child(7),.infoColumn:nth-child(6):nth-last-child(6),.infoColumn:nth-child(7):nth-last-child(5),.infoColumn:nth-child(8):nth-last-child(4),.infoColumn:nth-child(9):nth-last-child(3),.infoColumn:nth-child(10):nth-last-child(2),.infoColumn:nth-child(11):nth-last-child(1),.days0:nth-child(1):nth-last-child(11),.days0:nth-child(2):nth-last-child(10),.days0:nth-child(3):nth-last-child(9),.days0:nth-child(4):nth-last-child(8),.days0:nth-child(5):nth-last-child(7),.days0:nth-child(6):nth-last-child(6),.days0:nth-child(7):nth-last-child(5),.days0:nth-child(8):nth-last-child(4),.days0:nth-child(9):nth-last-child(3),.days0:nth-child(10):nth-last-child(2),.days0:nth-child(11):nth-last-child(1){width: 9.09%;}.infoColumn:nth-child(1):nth-last-child(12),.infoColumn:nth-child(2):nth-last-child(11),.infoColumn:nth-child(3):nth-last-child(10),.infoColumn:nth-child(4):nth-last-child(9),.infoColumn:nth-child(5):nth-last-child(8),.infoColumn:nth-child(6):nth-last-child(7),.infoColumn:nth-child(7):nth-last-child(6),.infoColumn:nth-child(8):nth-last-child(5),.infoColumn:nth-child(9):nth-last-child(4),.infoColumn:nth-child(10):nth-last-child(3),.infoColumn:nth-child(11):nth-last-child(2),.infoColumn:nth-child(12):nth-last-child(1),.days0:nth-child(1):nth-last-child(12),.days0:nth-child(2):nth-last-child(11),.days0:nth-child(3):nth-last-child(10),.days0:nth-child(4):nth-last-child(9),.days0:nth-child(5):nth-last-child(8),.days0:nth-child(6):nth-last-child(7),.days0:nth-child(7):nth-last-child(6),.days0:nth-child(8):nth-last-child(5),.days0:nth-child(9):nth-last-child(4),.days0:nth-child(10):nth-last-child(3),.days0:nth-child(11):nth-last-child(2),.days0:nth-child(12):nth-last-child(1){width: 8.33%;}.infoColumn:nth-child(1):nth-last-child(13),.infoColumn:nth-child(2):nth-last-child(12),.infoColumn:nth-child(3):nth-last-child(11),.infoColumn:nth-child(4):nth-last-child(10),.infoColumn:nth-child(5):nth-last-child(9),.infoColumn:nth-child(6):nth-last-child(8),.infoColumn:nth-child(7):nth-last-child(7),.infoColumn:nth-child(8):nth-last-child(6),.infoColumn:nth-child(9):nth-last-child(5),.infoColumn:nth-child(10):nth-last-child(4),.infoColumn:nth-child(11):nth-last-child(3),.infoColumn:nth-child(12):nth-last-child(2),.infoColumn:nth-child(13):nth-last-child(1),.days0:nth-child(1):nth-last-child(13),.days0:nth-child(2):nth-last-child(12),.days0:nth-child(3):nth-last-child(11),.days0:nth-child(4):nth-last-child(10),.days0:nth-child(5):nth-last-child(9),.days0:nth-child(6):nth-last-child(8),.days0:nth-child(7):nth-last-child(7),.days0:nth-child(8):nth-last-child(6),.days0:nth-child(9):nth-last-child(5),.days0:nth-child(10):nth-last-child(4),.days0:nth-child(11):nth-last-child(3),.days0:nth-child(12):nth-last-child(2),.days0:nth-child(13):nth-last-child(1){width: 7.69%;}.infoColumn:nth-child(1):nth-last-child(14),.infoColumn:nth-child(2):nth-last-child(13),.infoColumn:nth-child(3):nth-last-child(12),.infoColumn:nth-child(4):nth-last-child(11),.infoColumn:nth-child(5):nth-last-child(10),.infoColumn:nth-child(6):nth-last-child(9),.infoColumn:nth-child(7):nth-last-child(8),.infoColumn:nth-child(8):nth-last-child(7),.infoColumn:nth-child(9):nth-last-child(6),.infoColumn:nth-child(10):nth-last-child(5),.infoColumn:nth-child(11):nth-last-child(4),.infoColumn:nth-child(12):nth-last-child(3),.infoColumn:nth-child(13):nth-last-child(2),.infoColumn:nth-child(14):nth-last-child(1),.days0:nth-child(1):nth-last-child(14),.days0:nth-child(2):nth-last-child(13),.days0:nth-child(3):nth-last-child(12),.days0:nth-child(4):nth-last-child(11),.days0:nth-child(5):nth-last-child(10),.days0:nth-child(6):nth-last-child(9),.days0:nth-child(7):nth-last-child(8),.days0:nth-child(8):nth-last-child(7),.days0:nth-child(9):nth-last-child(6),.days0:nth-child(10):nth-last-child(5),.days0:nth-child(11):nth-last-child(4),.days0:nth-child(12):nth-last-child(3),.days0:nth-child(13):nth-last-child(2),.days0:nth-child(14):nth-last-child(1){width: 7.14%;}.infoColumn:nth-child(1):nth-last-child(15),.infoColumn:nth-child(2):nth-last-child(14),.infoColumn:nth-child(3):nth-last-child(13),.infoColumn:nth-child(4):nth-last-child(12),.infoColumn:nth-child(5):nth-last-child(11),.infoColumn:nth-child(6):nth-last-child(10),.infoColumn:nth-child(7):nth-last-child(9),.infoColumn:nth-child(8):nth-last-child(8),.infoColumn:nth-child(9):nth-last-child(7),.infoColumn:nth-child(10):nth-last-child(6),.infoColumn:nth-child(11):nth-last-child(5),.infoColumn:nth-child(12):nth-last-child(4),.infoColumn:nth-child(13):nth-last-child(3),.infoColumn:nth-child(14):nth-last-child(2),.infoColumn:nth-child(15):nth-last-child(1),.days0:nth-child(1):nth-last-child(15),.days0:nth-child(2):nth-last-child(14),.days0:nth-child(3):nth-last-child(13),.days0:nth-child(4):nth-last-child(12),.days0:nth-child(5):nth-last-child(11),.days0:nth-child(6):nth-last-child(10),.days0:nth-child(7):nth-last-child(9),.days0:nth-child(8):nth-last-child(8),.days0:nth-child(9):nth-last-child(7),.days0:nth-child(10):nth-last-child(6),.days0:nth-child(11):nth-last-child(5),.days0:nth-child(12):nth-last-child(4),.days0:nth-child(13):nth-last-child(3),.days0:nth-child(14):nth-last-child(2),.days0:nth-child(15):nth-last-child(1){width: 6.66%;}.infoColumnH .infoColumn, .infoColumnH1 .infoColumn{font-weight: bold;}#editCalendarLayer{top: 50px;height: calc(100% - 50px);height: -moz-calc(100% - 50px);height: -webkit-calc(100% - 50px);height: -o-calc(100% - 50px);}#editLayer input[type='checkbox'] + form, #editLayer input[type='checkbox'] + .secondMenu,#editCalendarLayer{min-height: calc(100% - 50px);min-height: -moz-calc(100% - 50px);min-height: -webkit-calc(100% - 50px);min-height: -o-calc(100% - 50px);overflow: auto;}#editLayer input[type='checkbox']:checked + form, #editLayer input[type='checkbox']:checked + .secondMenu,#editLayer input[type='checkbox']:checked + form + form,#editLayer input + input[type='checkbox']:checked + div + form,#editLayer input + input[type='checkbox']:checked + div + form + form,#editCalendarLayer{border: 1px solid #d6d6d6;}#editLayer form h1{width: 100%;}#editLayer form p{float: left;}#edit + form, #edit + div + .multipleFormSplitter form,#edit + .secondMenu, #edit + form + form,#edit + div + form + form,#edit + div + form,#settings + form, #settingsColumns + form, #edit + div.emailList{width: 0;height: auto;top: 0;right: 0;overflow: auto;background-color: rgb(238, 238, 238);position: absolute;z-index: 2;-webkit-transition: all 500ms linear;-moz-transition: all 500ms linear;-o-transition: all 500ms linear;-ms-transition: all 500ms linear;transition: all 500ms linear;-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}#edit:checked + form,#edit:checked + div + .multipleFormSplitter form,#edit:checked + .secondMenu,#edit:checked + div + form + form,#edit:checked + div + form,#settings:checked + form,#settingsColumns:checked + form,#edit:checked + div.emailList{width: 100%;height: 100%;min-height: 100%;padding: 25px;border-left: 1px solid #adadad;}#edit + form h2,.universalMenuContent h2{text-align: left;font-style: italic;font-size: var(--fs-h3);}.universalMenuContent h2{padding: var(--space-lg);}.cl-name, .cl-postalcodeDigits, .cl-visitingZipDigits, .cl-visitingNumber, .cl-number, .cl-appointmentDate, .cl-endDate, .cl-startDateAgent, .cl-endDateAgent{width: 70%;}.cl-insertion, .cl-postalcodeletters, .cl-visitingZipLetters, .cl-visitingNumberAdditive, .cl-numberAdditive, .cl-appointmentTime, .cl-endTime, .cl-startTimeAgent, .cl-endTimeAgent{width: 28%;margin-left: 2%;}.cl-postalcodeletters, .cl-visitingZipLetters, .cl-visitingNumberAdditive, .cl-numberAdditive, .cl-appointmentTime, .cl-endTime, .cl-startTimeAgent, .cl-endTimeAgent{margin-top: 13px;}#sendCart{height: 100%;}.productId{height: 100%;height: calc(100% - 50px);height: -moz-calc(100% - 50px);height: -webkit-calc(100% - 50px);height: -o-calc(100% - 50px);overflow: auto;}#sendCartCustomer{margin-top: 0;}.infoColumnH .infoColumn label, .infoColumnH1 .infoColumn label{text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}.infoColumnH .infoColumn label + .ordercheck, .infoColumnH .infoColumn label + .order,.infoColumnH .infoColumn label + .ordercheckReversed,.infoColumnH1 .infoColumn label + .ordercheck, .infoColumnH1 .infoColumn label + .order,.infoColumnH1 .infoColumn label + .ordercheckReversed{float: left;margin-left: var(--space-md);margin-top: var(--space-lg);}#addOrder0,#addOrder1,#addOrder2,#addOrder3,#addOrder4,#addOrder5,#addOrder6,#addOrder7,#addOrder8,#addOrder9,#addOrder10,#addOrder11,#addOrder12,#addOrder13,#addOrder14,#addOrder15,#addOrder16,#addOrder17,#addOrder18,#addOrder19{height: 20px;width: 20px;margin: 0px auto;background-color: var(--color-bg);background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23666' d='M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M12,20C7.59,20 4,16.41 4,12C4,7.59 7.59,4 12,4C16.41,4 20,7.59 20,12C20,16.41 16.41,20 12,20M7,10L12,15L17,10H7Z'/%3E%3C/svg%3E");background-position: center;background-size: 18px;background-repeat: no-repeat;border: none;}.searchHeader1{height: auto;overflow: auto;margin: 10px 0 10px 0;}input[type='search'].searchInTable, select.searchOnly, select.whereOnly{height: 40px;width: 44.5%;padding: 3px 20px 3px 5px;border: 1px solid #e5e5e5;outline: none;background-color: var(--color-bg);}select.searchOnly, select.whereOnly{width: 18%;line-height: 34px;margin-left: 0.4%;float: right;background-color: #F2F2F2;}.searchInTable:nth-child(1):nth-last-child(1),.cl-search2:nth-child(1):nth-last-child(1){width: 100%;}.searchOnly:nth-child(1):nth-last-child(1),.whereOnly:nth-child(1):nth-last-child(1){width: 0;}.searchInTable:nth-child(1):nth-last-child(2),.cl-search2:nth-child(1):nth-last-child(2){width: 72.5%;}.searchOnly:nth-child(1):nth-last-child(2),.searchOnly:nth-child(2):nth-last-child(1),.whereOnly:nth-child(1):nth-last-child(2),.whereOnly:nth-child(2):nth-last-child(1){width: 27%;}.searchInTable:nth-child(1):nth-last-child(3),.cl-search2:nth-child(1):nth-last-child(3){width: 63%;}.searchOnly:nth-child(1):nth-last-child(3),.searchOnly:nth-child(2):nth-last-child(2),.searchOnly:nth-child(3):nth-last-child(1),.whereOnly:nth-child(1):nth-last-child(3),.whereOnly:nth-child(2):nth-last-child(2),.whereOnly:nth-child(3):nth-last-child(1){width: 18%;}.searchInTable:nth-child(1):nth-last-child(4),.cl-search2:nth-child(1):nth-last-child(4){width: 65.8%;}.searchOnly:nth-child(1):nth-last-child(4),.searchOnly:nth-child(2):nth-last-child(3),.searchOnly:nth-child(3):nth-last-child(2),.searchOnly:nth-child(4):nth-last-child(1),.whereOnly:nth-child(1):nth-last-child(4),.whereOnly:nth-child(2):nth-last-child(3),.whereOnly:nth-child(3):nth-last-child(2),.whereOnly:nth-child(4):nth-last-child(1){width: 11%;}.searchInTable:nth-child(1):nth-last-child(5),.cl-search2:nth-child(1):nth-last-child(5){width: 54.4%;}.searchOnly:nth-child(1):nth-last-child(5),.searchOnly:nth-child(2):nth-last-child(4),.searchOnly:nth-child(3):nth-last-child(3),.searchOnly:nth-child(4):nth-last-child(2),.searchOnly:nth-child(5):nth-last-child(1),.whereOnly:nth-child(1):nth-last-child(5),.whereOnly:nth-child(2):nth-last-child(4),.whereOnly:nth-child(3):nth-last-child(3),.whereOnly:nth-child(4):nth-last-child(2),.whereOnly:nth-child(5):nth-last-child(1){width: 11%;}input[type='search'].searchInTable:focus:valid{border: 1px solid #e5e5e5;outline: none;}.ordercheck form{float: left;}.ordercheckReversed form{-ms-transform: rotate(180deg);-webkit-transform: rotate(180deg);transform: rotate(180deg);float: left;}.order form{opacity: 0.5;}.searchContent{padding: 1%;background-color: var(--color-bg);margin-top: 1px;}.specialCharacters{width: 100%;height: auto;margin-bottom: var(--space-sm);padding: 2px;border-top: 1px solid #c9c9c9;}.boldFont, .italicFont, .underlineFont, .lineFont, .bullets, .checks, .fonts, .fontSize, .fontColor, .hyperlink{width: 35px;height: 30px;padding: var(--space-sm);line-height: 20px;text-align: center;display: inline-block;cursor: pointer;-webkit-transition: background 500ms ease-out 0s;-moz-transition: background 500ms ease-out 0s;-ms-transition: background 500ms ease-out 0s;-o-transition: background 500ms ease-out 0s;transition: background 500ms ease-out 0s;}.fonts, .fontSize, .fontColor{width: 100px;border: 1px solid #c5c5c5;}.fontColor{width: 50px;}.boldFont:hover, .italicFont:hover, .underlineFont:hover, .lineFont:hover, .bullets:hover, .checks:hover, .fonts:hovers, .hyperlink:hovers{background-color: #e0e0e0;}.boldFont{font-weight: bold;}.italicFont{font-style: italic;}.underlineFont{text-decoration: underline;}.lineFont{text-decoration: line-through;}.textEditor{min-height: 150px;height: auto;max-height: 350px;overflow: auto;padding: 1%;background-color: var(--color-bg);}.textEditor div{width: 100%;min-height: 20px;height: auto;float: left;-webkit-touch-callout: text;-webkit-user-select: text;-khtml-user-select: text;-moz-user-select: text;-ms-user-select: text;user-select: text;}ol, ul{margin: var(--space-md) 0;padding: 0;list-style-position: inside;word-break: break-word;word-wrap: break-word;}li > ul, li > ol{margin: var(--list-gap) 0 0;padding-left: var(--list-indent);}ul{list-style-type: disc;}li{margin-bottom: var(--list-gap);padding: 0;}li:last-child{margin-bottom: 0;}[contenteditable=true]{display: inline-block;float: none;font-size: var(--fs-body);-webkit-touch-callout: text;-webkit-user-select: text;-khtml-user-select: text;-moz-user-select: text;-ms-user-select: text;user-select: text;}[contenteditable=true]:empty:before{content: attr(placeholder);color: #6b6b6b;}[contenteditable=true] b, [contenteditable=true] strong,[contenteditable=true] i, [contenteditable=true] u,[contenteditable=true] strike{display: initial;color: #000;}textarea[data-readonly]{pointer-events: none;}.smallSearchFunc{width: 100%;margin: 0 0 1px 0;padding: 16px 5px;background-color: var(--color-bg);float: left;}.smallSearchFuncPart:first-child{font-weight: bold;}.smallSearchFuncPart:nth-child(1):nth-last-child(2),.smallSearchFuncPart:nth-child(2):nth-last-child(1){width: 50%;}.smallSearchFuncPart:nth-child(1):nth-last-child(3),.smallSearchFuncPart:nth-child(2):nth-last-child(2),.smallSearchFuncPart:nth-child(3):nth-last-child(1){width: 33.33%;}.smallSearchFuncPart:nth-child(1):nth-last-child(4),.smallSearchFuncPart:nth-child(2):nth-last-child(3),.smallSearchFuncPart:nth-child(3):nth-last-child(2),.smallSearchFuncPart:nth-child(4):nth-last-child(1){width: 25%;}#pageShowSettings{width: 100%;height: 40px;margin-top: 16px;padding-left: var(--space-sm);background-color: #545b6b;line-height: 40px;color: #fff;font-weight: bold;}#settings input[type='checkbox'], #settings1 input[type='checkbox']{margin: 13px auto;float: left;}#settings label, #settings1 label{width: 80%;height: 40px;padding-left: var(--space-sm);line-height: 40px;float: left;margin: 0;}#settings h1{width: 100%;margin-top: var(--space-xl);float: left;}#settings p{width: 100%;text-align: justify;font-style: italic;float: left;}.clockNotification{width: 96%;height: 80px;background-color: #EFAA33;text-align: center;font-weight: bold;color: #fff;position: absolute;right: 2%;bottom: 50px;-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);display: inline-block;z-index: 1;border-radius: 3px 3px;-moz-border-radius: 3px 3px;-webkit-border-radius: 3px 3px;-webkit-animation: notification 1s linear;-moz-animation: notification 1s linear;-ms-animation: notification 1s linear;animation: notification 1s linear;}.closeNotification{width: 20px;height: 20px;position: absolute;right: -5px;top: -5px;color: #000;background-color: var(--color-bg);background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23666' d='M12,20C7.59,20 4,16.41 4,12C4,7.59 7.59,4 12,4C16.41,4 20,7.59 20,12C20,16.41 16.41,20 12,20M12,2C6.47,2 2,6.47 2,12C2,17.53 6.47,22 12,22C17.53,22 22,17.53 22,12C22,6.47 17.53,2 12,2M14.59,8L12,10.59L9.41,8L8,9.41L10.59,12L8,14.59L9.41,16L12,13.41L14.59,16L16,14.59L13.41,12L16,9.41L14.59,8Z'/%3E%3C/svg%3E");border-radius: 10px 10px;-moz-border-radius: 10px 10px;-webkit-border-radius: 10px 10px;-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);z-index: 2;}.hidden:checked + .clockNotification{opacity: 0;bottom: -100px;-webkit-transition: opacity 500ms ease-out 0s, bottom 500ms ease-out 0s;-moz-transition: opacity 500ms ease-out 0s, bottom 500ms ease-out 0s;-ms-transition: opacity 500ms ease-out 0s, bottom 500ms ease-out 0s;-o-transition: opacity 500ms ease-out 0s, bottom 500ms ease-out 0s;transition: opacity 500ms ease-out 0s, bottom 500ms ease-out 0s;}.clockAlertImg{width: 20%;height: 80px;float: left;position: relative;background-color: #AF7D26;border-top-left-radius: 3px 3px;-moz-border-radius-topleft: 3px 3px;-webkit-border-top-left-radius: 3px 3px;border-bottom-left-radius: 3px 3px;-moz-border-radius-bottomleft: 3px 3px;-webkit-border-bottom-left-radius: 3px 3px;}.clockAlertImage{width: 40px;height: 40px;position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}.clockAlert{width: 80%;height: 80px;padding: 1%;display: table; position: absolute;right: 0;}.clockText{display: table-cell;vertical-align: middle;text-align: center;}.clockLink{color: #fff;text-decoration: underline;}.clockLink:hover{font-style: italic;}.infoRow span.popupNote{position: absolute;display: block;opacity: 0;z-index: 1;line-height: normal;font-size: 0.6em;font-style: italic;top: 35px;-webkit-transition: all 500ms ease-out 1s;-moz-transition: all 500ms ease-out 1s;-ms-transition: all 500ms ease-out 1s;-o-transition: all 500ms ease-out 1s;transition: all 500ms ease-out 1s;}.infoRow:hover span.popupNote{position: absolute;display: block;z-index: 1;opacity: 1;color: #616161;-webkit-transition: all 500ms ease-out 0s;-moz-transition: all 500ms ease-out 0s;-ms-transition: all 500ms ease-out 0s;-o-transition: all 500ms ease-out 0s;transition: all 500ms ease-out 0s;}.progressUniversal{width: 100%;height: auto;margin-bottom: var(--space-xl);overflow: auto;}.progressStep{height: auto;overflow: auto;float: left;position: relative;text-align: center;line-height: 20px;-webkit-transition: filter 500ms ease-out 0s;-moz-transition: filter 500ms ease-out 0s;-ms-transition: filter 500ms ease-out 0s;-o-transition: filter 500ms ease-out 0s;transition: filter 500ms ease-out 0s;cursor: default;}.progressStep:hover{font-weight: bold;font-size: 94%;-webkit-filter: grayscale(70%);filter: grayscale(70%);-webkit-transition: filter 500ms ease-out 0s;-moz-transition: filter 500ms ease-out 0s;-ms-transition: filter 500ms ease-out 0s;-o-transition: filter 500ms ease-out 0s;transition: filter 500ms ease-out 0s;}.progressStep:nth-child(1):nth-last-child(1){width: 100%;}.progressStep:nth-child(1):nth-last-child(2),.progressStep:nth-child(2):nth-last-child(1){width: 50%;}.progressStep:nth-child(1):nth-last-child(3),.progressStep:nth-child(2):nth-last-child(2),.progressStep:nth-child(3):nth-last-child(1){width: 33.33%;}.progressStep:nth-child(1):nth-last-child(4),.progressStep:nth-child(2):nth-last-child(3),.progressStep:nth-child(3):nth-last-child(2),.progressStep:nth-child(4):nth-last-child(1){width: 25%;}.progressStep:nth-child(1):nth-last-child(5),.progressStep:nth-child(2):nth-last-child(4),.progressStep:nth-child(3):nth-last-child(3),.progressStep:nth-child(4):nth-last-child(2),.progressStep:nth-child(5):nth-last-child(1){width: 20%;}.progressCompleted, .progressOpen{width: 100%;height: 4px;top: 6px;left: 0;background-color: var(--color-link);position: absolute;z-index: 0;-webkit-box-shadow: 2px 2px 3px -2px rgba(190,190,190,1);-moz-box-shadow: 2px 2px 3px -2px rgba(190,190,190,1);box-shadow: 2px 2px 3px -2px rgba(190,190,190,1)}.progressBubbleC, .progressBubbleO{width: 16px;height: 16px;background-color: var(--color-link);display: block;margin: auto;border-radius: 16px;-moz-border-radius: 16px;-webkit-border-radius: 16px;position: relative;z-index: 1;-webkit-box-shadow: 2px 2px 3px -2px rgba(190,190,190,1);-moz-box-shadow: 2px 2px 3px -2px rgba(190,190,190,1);box-shadow: 2px 2px 3px -2px rgba(190,190,190,1);}.progressOpen, .progressBubbleO{background-color: #cecece;}.universalTable, .universalTr{width: 100%;height: auto;overflow: auto;}.universalTh, .universalTd{width: auto;height: auto;overflow: auto;float: left;}.universalTh:nth-child(1):nth-last-child(1),.universalTd:nth-child(1):nth-last-child(1){width: 100%;}.universalTh:nth-child(1):nth-last-child(2),.universalTh:nth-child(2):nth-last-child(1),.universalTd:nth-child(1):nth-last-child(2),.universalTd:nth-child(2):nth-last-child(1){width: 50%;}.universalTh:nth-child(1):nth-last-child(3),.universalTh:nth-child(2):nth-last-child(2),.universalTh:nth-child(3):nth-last-child(1),.universalTd:nth-child(1):nth-last-child(3),.universalTd:nth-child(2):nth-last-child(2),.universalTd:nth-child(3):nth-last-child(1){width: 33.33%;}.universalTh:nth-child(1):nth-last-child(4),.universalTh:nth-child(2):nth-last-child(3),.universalTh:nth-child(3):nth-last-child(2),.universalTh:nth-child(4):nth-last-child(1),.universalTd:nth-child(1):nth-last-child(4),.universalTd:nth-child(2):nth-last-child(3),.universalTd:nth-child(3):nth-last-child(2),.universalTd:nth-child(4):nth-last-child(1){width: 25%;}.universalTh:nth-child(1):nth-last-child(5),.universalTh:nth-child(2):nth-last-child(4),.universalTh:nth-child(3):nth-last-child(3),.universalTh:nth-child(4):nth-last-child(2),.universalTh:nth-child(5):nth-last-child(1),.universalTd:nth-child(1):nth-last-child(5),.universalTd:nth-child(2):nth-last-child(4),.universalTd:nth-child(3):nth-last-child(3),.universalTd:nth-child(4):nth-last-child(2),.universalTd:nth-child(5):nth-last-child(1){width: 20%;}.universalTh:nth-child(1):nth-last-child(6),.universalTh:nth-child(2):nth-last-child(5),.universalTh:nth-child(3):nth-last-child(4),.universalTh:nth-child(4):nth-last-child(3),.universalTh:nth-child(5):nth-last-child(2),.universalTh:nth-child(6):nth-last-child(1),.universalTd:nth-child(1):nth-last-child(6),.universalTd:nth-child(2):nth-last-child(5),.universalTd:nth-child(3):nth-last-child(4),.universalTd:nth-child(4):nth-last-child(3),.universalTd:nth-child(5):nth-last-child(2),.universalTd:nth-child(6):nth-last-child(1){width: 16.66%;}.universalTh:nth-child(1):nth-last-child(7),.universalTh:nth-child(2):nth-last-child(6),.universalTh:nth-child(3):nth-last-child(5),.universalTh:nth-child(4):nth-last-child(4),.universalTh:nth-child(5):nth-last-child(3),.universalTh:nth-child(6):nth-last-child(2),.universalTh:nth-child(7):nth-last-child(1),.universalTd:nth-child(1):nth-last-child(7),.universalTd:nth-child(2):nth-last-child(6),.universalTd:nth-child(3):nth-last-child(5),.universalTd:nth-child(4):nth-last-child(4),.universalTd:nth-child(5):nth-last-child(3),.universalTd:nth-child(6):nth-last-child(2),.universalTd:nth-child(7):nth-last-child(1){width: 14.28%;}.universalTh:nth-child(1):nth-last-child(8),.universalTh:nth-child(2):nth-last-child(7),.universalTh:nth-child(3):nth-last-child(6),.universalTh:nth-child(4):nth-last-child(5),.universalTh:nth-child(5):nth-last-child(4),.universalTh:nth-child(6):nth-last-child(3),.universalTh:nth-child(7):nth-last-child(2),.universalTh:nth-child(8):nth-last-child(1),.universalTd:nth-child(1):nth-last-child(8),.universalTd:nth-child(2):nth-last-child(7),.universalTd:nth-child(3):nth-last-child(6),.universalTd:nth-child(4):nth-last-child(5),.universalTd:nth-child(5):nth-last-child(4),.universalTd:nth-child(6):nth-last-child(3),.universalTd:nth-child(7):nth-last-child(2),.universalTd:nth-child(8):nth-last-child(1){width: 12.5%;}.universalTh:nth-child(1):nth-last-child(9),.universalTh:nth-child(2):nth-last-child(8),.universalTh:nth-child(3):nth-last-child(7),.universalTh:nth-child(4):nth-last-child(6),.universalTh:nth-child(5):nth-last-child(5),.universalTh:nth-child(6):nth-last-child(4),.universalTh:nth-child(7):nth-last-child(3),.universalTh:nth-child(8):nth-last-child(2),.universalTh:nth-child(9):nth-last-child(1),.universalTd:nth-child(1):nth-last-child(9),.universalTd:nth-child(2):nth-last-child(8),.universalTd:nth-child(3):nth-last-child(7),.universalTd:nth-child(4):nth-last-child(6),.universalTd:nth-child(5):nth-last-child(5),.universalTd:nth-child(6):nth-last-child(4),.universalTd:nth-child(7):nth-last-child(3),.universalTd:nth-child(8):nth-last-child(2),.universalTd:nth-child(9):nth-last-child(1){width: 11.11%;}.universalTh:nth-child(1):nth-last-child(10),.universalTh:nth-child(2):nth-last-child(9),.universalTh:nth-child(3):nth-last-child(8),.universalTh:nth-child(4):nth-last-child(7),.universalTh:nth-child(5):nth-last-child(6),.universalTh:nth-child(6):nth-last-child(5),.universalTh:nth-child(7):nth-last-child(4),.universalTh:nth-child(8):nth-last-child(3),.universalTh:nth-child(9):nth-last-child(2),.universalTh:nth-child(10):nth-last-child(1),.universalTd:nth-child(1):nth-last-child(10),.universalTd:nth-child(2):nth-last-child(9),.universalTd:nth-child(3):nth-last-child(8),.universalTd:nth-child(4):nth-last-child(7),.universalTd:nth-child(5):nth-last-child(6),.universalTd:nth-child(6):nth-last-child(5),.universalTd:nth-child(7):nth-last-child(4),.universalTd:nth-child(8):nth-last-child(3),.universalTd:nth-child(9):nth-last-child(2),.universalTd:nth-child(10):nth-last-child(1){width: 10%;}.universalTh:nth-child(1):nth-last-child(11),.universalTh:nth-child(2):nth-last-child(10),.universalTh:nth-child(3):nth-last-child(9),.universalTh:nth-child(4):nth-last-child(8),.universalTh:nth-child(5):nth-last-child(7),.universalTh:nth-child(6):nth-last-child(6),.universalTh:nth-child(7):nth-last-child(5),.universalTh:nth-child(8):nth-last-child(4),.universalTh:nth-child(9):nth-last-child(3),.universalTh:nth-child(10):nth-last-child(2),.universalTh:nth-child(11):nth-last-child(1),.universalTd:nth-child(1):nth-last-child(11),.universalTd:nth-child(2):nth-last-child(10),.universalTd:nth-child(3):nth-last-child(9),.universalTd:nth-child(4):nth-last-child(8),.universalTd:nth-child(5):nth-last-child(7),.universalTd:nth-child(6):nth-last-child(6),.universalTd:nth-child(7):nth-last-child(5),.universalTd:nth-child(8):nth-last-child(4),.universalTd:nth-child(9):nth-last-child(3),.universalTd:nth-child(10):nth-last-child(2),.universalTd:nth-child(11):nth-last-child(1){width: 9.09%;}.universalTh:nth-child(1):nth-last-child(12),.universalTh:nth-child(2):nth-last-child(11),.universalTh:nth-child(3):nth-last-child(10),.universalTh:nth-child(4):nth-last-child(9),.universalTh:nth-child(5):nth-last-child(8),.universalTh:nth-child(6):nth-last-child(7),.universalTh:nth-child(7):nth-last-child(6),.universalTh:nth-child(8):nth-last-child(5),.universalTh:nth-child(9):nth-last-child(4),.universalTh:nth-child(10):nth-last-child(3),.universalTh:nth-child(11):nth-last-child(2),.universalTh:nth-child(12):nth-last-child(1),.universalTd:nth-child(1):nth-last-child(12),.universalTd:nth-child(2):nth-last-child(11),.universalTd:nth-child(3):nth-last-child(10),.universalTd:nth-child(4):nth-last-child(9),.universalTd:nth-child(5):nth-last-child(8),.universalTd:nth-child(6):nth-last-child(7),.universalTd:nth-child(7):nth-last-child(6),.universalTd:nth-child(8):nth-last-child(5),.universalTd:nth-child(9):nth-last-child(4),.universalTd:nth-child(10):nth-last-child(3),.universalTd:nth-child(11):nth-last-child(2),.universalTd:nth-child(12):nth-last-child(1){width: 8.33%;}.universalTh:nth-child(1):nth-last-child(13),.universalTh:nth-child(2):nth-last-child(12),.universalTh:nth-child(3):nth-last-child(11),.universalTh:nth-child(4):nth-last-child(10),.universalTh:nth-child(5):nth-last-child(9),.universalTh:nth-child(6):nth-last-child(8),.universalTh:nth-child(7):nth-last-child(7),.universalTh:nth-child(8):nth-last-child(6),.universalTh:nth-child(9):nth-last-child(5),.universalTh:nth-child(10):nth-last-child(4),.universalTh:nth-child(11):nth-last-child(3),.universalTh:nth-child(12):nth-last-child(2),.universalTh:nth-child(13):nth-last-child(1),.universalTd:nth-child(1):nth-last-child(13),.universalTd:nth-child(2):nth-last-child(12),.universalTd:nth-child(3):nth-last-child(11),.universalTd:nth-child(4):nth-last-child(10),.universalTd:nth-child(5):nth-last-child(9),.universalTd:nth-child(6):nth-last-child(8),.universalTd:nth-child(7):nth-last-child(7),.universalTd:nth-child(8):nth-last-child(6),.universalTd:nth-child(9):nth-last-child(5),.universalTd:nth-child(10):nth-last-child(4),.universalTd:nth-child(11):nth-last-child(3),.universalTd:nth-child(12):nth-last-child(2),.universalTd:nth-child(13):nth-last-child(1){width: 7.69%;}.universalTh:nth-child(1):nth-last-child(14),.universalTh:nth-child(2):nth-last-child(13),.universalTh:nth-child(3):nth-last-child(12),.universalTh:nth-child(4):nth-last-child(11),.universalTh:nth-child(5):nth-last-child(10),.universalTh:nth-child(6):nth-last-child(9),.universalTh:nth-child(7):nth-last-child(8),.universalTh:nth-child(8):nth-last-child(7),.universalTh:nth-child(9):nth-last-child(6),.universalTh:nth-child(10):nth-last-child(5),.universalTh:nth-child(11):nth-last-child(4),.universalTh:nth-child(12):nth-last-child(3),.universalTh:nth-child(13):nth-last-child(2),.universalTh:nth-child(14):nth-last-child(1),.universalTd:nth-child(1):nth-last-child(14),.universalTd:nth-child(2):nth-last-child(13),.universalTd:nth-child(3):nth-last-child(12),.universalTd:nth-child(4):nth-last-child(11),.universalTd:nth-child(5):nth-last-child(10),.universalTd:nth-child(6):nth-last-child(9),.universalTd:nth-child(7):nth-last-child(8),.universalTd:nth-child(8):nth-last-child(7),.universalTd:nth-child(9):nth-last-child(6),.universalTd:nth-child(10):nth-last-child(5),.universalTd:nth-child(11):nth-last-child(4),.universalTd:nth-child(12):nth-last-child(3),.universalTd:nth-child(13):nth-last-child(2),.universalTd:nth-child(14):nth-last-child(1){width: 7.14%;}.universalTh:nth-child(1):nth-last-child(15),.universalTh:nth-child(2):nth-last-child(14),.universalTh:nth-child(3):nth-last-child(13),.universalTh:nth-child(4):nth-last-child(12),.universalTh:nth-child(5):nth-last-child(11),.universalTh:nth-child(6):nth-last-child(10),.universalTh:nth-child(7):nth-last-child(9),.universalTh:nth-child(8):nth-last-child(8),.universalTh:nth-child(9):nth-last-child(7),.universalTh:nth-child(10):nth-last-child(6),.universalTh:nth-child(11):nth-last-child(5),.universalTh:nth-child(12):nth-last-child(4),.universalTh:nth-child(13):nth-last-child(3),.universalTh:nth-child(14):nth-last-child(2),.universalTh:nth-child(15):nth-last-child(1),.universalTd:nth-child(1):nth-last-child(15),.universalTd:nth-child(2):nth-last-child(14),.universalTd:nth-child(3):nth-last-child(13),.universalTd:nth-child(4):nth-last-child(12),.universalTd:nth-child(5):nth-last-child(11),.universalTd:nth-child(6):nth-last-child(10),.universalTd:nth-child(7):nth-last-child(9),.universalTd:nth-child(8):nth-last-child(8),.universalTd:nth-child(9):nth-last-child(7),.universalTd:nth-child(10):nth-last-child(6),.universalTd:nth-child(11):nth-last-child(5),.universalTd:nth-child(12):nth-last-child(4),.universalTd:nth-child(13):nth-last-child(3),.universalTd:nth-child(14):nth-last-child(2),.universalTd:nth-child(15):nth-last-child(1){width: 6.66%;}.universalCancel{width: 100%;height: 45px;margin: 20px auto 0px auto;background: none var(--color-bg);background-color: var(--color-bg);border-radius: 0px;-moz-border-radius: 0px;-webkit-border-radius: 0px;color: var(--color-text);border-color: #7da0b9;display: block;text-align: center;cursor: pointer;text-align: left;float: left;-webkit-transition: all 500ms ease-out 0s;-moz-transition: all 500ms ease-out 0s;-ms-transition: all 500ms ease-out 0s;-o-transition: all 500ms ease-out 0s;transition: all 500ms ease-out 0s;-webkit-appearance: none;line-height: 34px;padding: 3px 25px 3px 3px;border: none;border-bottom: 1px solid #c9c9c9;outline: none;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}.notifyTemplate .notifyOverlay{position: fixed;top: 0;left: 0;height: 100%;width: 100%;background: rgba(0, 0, 0, 0.5);display: none;z-index: 10001;}.notifyTemplate .objectHidden:checked ~ .notifyOverlay{display: block;}.notifyTemplate .objectHidden:checked ~ .fixedForm {right: 0;}.notifyTemplate .fixedForm{position: fixed;top: 0;right: -420px;width: 400px;height: 100%;padding: var(--space-xl);min-height: 200px;background: var(--color-bg);box-shadow: -4px 0 12px rgba(0, 0, 0, 0.2);transition: right 0.4s ease-in-out;z-index: 10002;overflow: auto;}@view-transition{navigation: auto;}div#content, div#contentLogin{view-transition-name: content;}::view-transition-old(content){animation: 0.25s ease-out both fadeOut;}::view-transition-new(content){animation: 0.25s ease-in 0.1s both fadeIn;}::view-transition-old(header),::view-transition-new(header){animation: none;mix-blend-mode: normal;}::view-transition-group(header){animation: none;}@keyframes fadeOut{from{ opacity: 1; }to{ opacity: 0; }}@keyframes fadeIn{from{ opacity: 0; }to{ opacity: 1; }}@supports not (view-transition-name: none){@-webkit-keyframes pageTransition{0%{ opacity: 0; }100%{ opacity: 1; }}@-moz-keyframes pageTransition{0%{ opacity: 0; }100%{ opacity: 1; }}@keyframes pageTransition{0%{ opacity: 0; }100%{ opacity: 1; }}div#content, div#contentLogin{-webkit-animation: pageTransition 0.4s ease-out;-moz-animation: pageTransition 0.4s ease-out;animation: pageTransition 0.4s ease-out;}}.notifyClose{position: absolute;top: 10px;right: 15px;font-size: 28px;color: var(--color-text);text-decoration: none;line-height: 1;cursor: pointer;}.moduleHeaderNote{background-color: var(--color-bg);padding: var(--space-md);margin-bottom: var(--space-xl);}.moduleHeaderNote-warning{font-weight: bold;color: var(--color-error);}@media all and (min-width: 480px) and (orientation: portrait), (min-width: 480px) and (orientation: landscape){.pageNotFound{font-size: 200px;font-size: 40vw;}.noteNoteFound{font-size: 28px;font-size: 6vw;}}@media all and (min-width: 760px) and (orientation: portrait), (min-width: 760px) and (orientation: landscape){body{font-size: var(--fs-body);}.pageNotFound{font-size: 200px;font-size: 20vw;}.noteNoteFound{font-size: 28px;font-size: 4vw;}#edit + form,#edit + div + .multipleFormSplitter form,#edit + .secondMenu,#edit + div + form,#edit + div + form + form, #settings + form, #settingsColumns + form,.showTooltip{max-width: 400px;}#infoLayer, #dataLayer{width: 100%;height: 98%;height: calc(100% - 35px);height: -moz-calc(100% - 35px);height: -webkit-calc(100% - 35px);height: -o-calc(100% - 35px);position: fixed;}.generalError{padding: 0.5%;}.showTooltip{right: -400px;max-width: 400px;}.universalMenu{right: -400px;max-width: 400px;}.clockNotification{max-width: 400px;right: 50px;}}@media all and (min-width: 1366px) and (orientation: portrait), (min-width: 1366px) and (orientation: landscape){.pageNotFound{font-size: 200px;font-size: 16vw;}.noteNoteFound{font-size: 28px;font-size: 2vw;}}@media all and (min-width: 1920px) and (orientation: portrait), (min-width: 1920px) and (orientation: landscape){}#uploadPurchases h1, #uploadPurchases p, #purchase h1, #purchase p{width: 100%;float: left;}#purchase h1, #uploadPurchases h1{margin-top: var(--space-xl);}#purchase p, #uploadPurchases p{text-align: justify;font-style: italic;}.cl-uploadOrder, .cl-uploadOrder2, .cl-uploadInvoice{width: 100%;height: 150px;margin: 20px auto;border: 2px dashed #fff;position: relative;-webkit-transition: all 250ms ease-out;-moz-transition: all 250ms ease-out;-ms-transition: all 250ms ease-out;-o-transition: all 250ms ease-out;transition: all 250ms ease-out;cursor: pointer;background-position: center;background-repeat: no-repeat;background-size: contain;}.cl-uploadOrder label, .cl-uploadOrder2 label, .cl-uploadInvoice label{width: 100%;height: auto;margin: 0;text-align: center;line-height: 150px;font-style: italic;}.cl-uploadOrder label.closeTooltip, .cl-uploadOrder2 label.closeTooltip, .cl-uploadInvoice label.closeTooltip{line-height: normal;}.cl-uploadOrder .formTooltip,.cl-uploadOrder2 .formTooltip{position: absolute;top: 0;right: 16px;z-index: 1;line-height: normal;}.cl-uploadOrder .formTooltip .tooltipIcon,.cl-uploadOrder2 .formTooltip .tooltipIcon{float: right;}.cl-uploadOrder .formTooltip:hover .showTooltip,.cl-uploadOrder .formTooltip:active .showTooltip,.cl-uploadOrder .formTooltip .showTooltip,.cl-uploadOrder .formTooltip .showTooltip,.cl-uploadOrder2 .formTooltip:hover .showTooltip,.cl-uploadOrder2 .formTooltip:active .showTooltip,.cl-uploadOrder2 .formTooltip .showTooltip,.cl-uploadOrder2 .formTooltip .showTooltip{margin-left: -170px;margin-right: var(--space-md);font-weight: normal;}#uploadOrder, #uploadOrder2, #uploadInvoice{width: 100%;height: 100%;top: 0;left: 0;position: absolute;font-style: italic;cursor: pointer;opacity: 0;}.cl-uploadOrder:hover, .cl-uploadOrder2:hover, .cl-uploadInvoice:hover{border: 2px dashed #9c9c9c;font-weight: bold;}.purchaseEdit{width: 100%;max-width: 400px;height: 100%;top: 0;right: 0;position: absolute;}.editChooser{width: 0%;float: right;height: 100px;background-color: #eee;border-bottom: 1px solid #cecece;opacity: 0;-webkit-transition: all 500ms linear;-moz-transition: all 500ms linear;-o-transition: all 500ms linear;-ms-transition: all 500ms linear;transition: all 500ms linear;position: relative;}.selectOption,#autoOption:checked + #edit + .editChooser .selectOption:first-child{width: 50%;height: 100%;margin: 0;padding-top: var(--space-xl);float: left;text-align: center;border-top: 4px solid #bdbdbd;border-left: 1px solid #d6d6d6;font-weight: bold;color: #6f6f6f;background-color: transparent;}#autoOption:checked + #edit + .editChooser .selectOption + .selectOption:after,#autoOption + #edit + .editChooser .selectOption:after{position: absolute;top: 100%;left: 25%;margin-left: -10px;width: 0;height: 0;border: solid transparent;border-width: 10px;border-top-color: #fff;z-index: 3;cursor: pointer;content: '';pointer-events: none;}#autoOption:checked + #edit + .editChooser .selectOption:first-child:after{display: none;}#autoOption:checked + #edit + .editChooser .selectOption + .selectOption:after{left: 75%;}#autoOption:checked + #edit + .editChooser .selectOption + .selectOption,#autoOption + #edit + .editChooser .selectOption:first-child{background-color: var(--color-bg);color: #2CC185;border-top: 4px solid #2CC185;}.optionSign, .optionText{display: block;}.optionSign{font-size: 25px;}#autoOption{display: none;}#autoOption:checked + #edit + .editChooser + #purchase + #uploadPurchases,#autoOption + #edit + .editChooser + #purchase{display: none;}#autoOption:checked + #edit + .editChooser + #purchase{display: block;}#edit:checked + .editChooser{width: 100%;opacity: 1;}#purchase, #uploadPurchases{margin-top: 100px;}#edit:checked + div + form{height: auto!important;min-height: calc(100% - 100px)!important;}@keyframes loginNotification{0% {top: -200px;}10% {top: 20px;}90% {top: 20px;}100% {top: -200px;}}@-moz-keyframes loginNotification{0% {top: -200px;}10% {top: 20px;}90% {top: 20px;}100% {top: -200px;}}@-webkit-keyframes loginNotification{0% {top: -200px;}10% {top: 20px;}90% {top: 20px;}100% {top: -200px;}}@-ms-keyframes loginNotification{0% {top: -200px;}10% {top: 20px;}90% {top: 20px;}100% {top: -200px;}}#loginBackground, #clockBackground, #registerBackground{width: 100%;min-height: 100%;height: 100%;overflow: auto;background-image: url(https://media.erperium.nl/0416000/content/image/inloggen/erperium-erp-pakket-1920.jpg);background-size: cover;background-repeat: no-repeat, no-repeat;background-attachment: fixed;filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='erperium-nick-stenden-solutions-erp-1920.jpg',sizingMethod='scale');-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='erperium-nick-stenden-solutions-erp-1920.jpg',sizingMethod='scale')";background-size: cover;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;position: absolute;}#registerBackground{background-image: url(https://media.erperium.nl/0416000/content/image/registreren/erperium-welcome-720.png);background-size:cover;background-repeat: no-repeat, no-repeat;background-attachment: fixed;filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='erperium-welcome-720.png',sizingMethod='scale');-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='erperium-welcome-720.png',sizingMethod='scale')";background-attachment: fixed;}.registerTable{width: 100%;height: 100%;}.messageToBg, .showNextMessage, .registrationCenter{width: 100%;height: 100%;position: absolute;display: table;}.showNextMessage{opacity: 0;-webkit-animation: showWebsite 1s linear 6s forwards;-moz-animation: showWebsite 1s linear 6s forwards;-ms-animation: showWebsite 1s linear 6s forwards;animation: showWebsite 1s linear 6s forwards;}.smoothMessage{-webkit-animation: onePulse 6s linear forwards;-moz-animation: onePulse 6s linear forwards;-ms-animation: onePulse 6s linear forwards;animation: onePulse 6s linear forwards;}#login, .thanks, #updateUser, #updateConfiguration, .smoothMessage{width: 100%;height: auto;margin: auto;overflow: auto;display: table-cell;vertical-align: middle;}.thanks h1, .thanks p, .smoothMessage h1, .smoothMessage p{width: 100%;height: auto;margin-bottom: var(--space-md);text-align: center;}.thanks h1, .smoothMessage h1{font-size: 26px;font-weight: bold;font-family: erperium;}.thanks p, .smoothMessage p{font-style: italic;}.loginBg, .noteBg{width: 90%;max-width: 500px;height: auto;margin: 20px auto 0px auto;padding: 5%;background: rgba(218, 218, 218, 0.62);-webkit-box-shadow: 0px 2px 4px 2px rgba(0,0,0,0.1);-moz-box-shadow: 0px 2px 4px 2px rgba(0,0,0,0.1);box-shadow: 0px 2px 4px 2px rgba(0,0,0,0.1);z-index: 1;display: block;overflow: auto;float: none;}#updateUser .loginBg, .noteBg, #updateConfiguration .loginBg{margin: 20px auto 20px auto;}#login h1, #updateUser h1, #updateConfiguration h1{width: 100%;margin-bottom: 25px;font-family: erperium;font-weight: bold;font-size: var(--fs-h2);float: left;}#login h1 span, #updateUser h1 span, #updateConfiguration h1 span{color: var(--color-link);}#loginForm{text-align: center;}#passwordRecovery{width: 100%;height: auto;margin: 10px 0px 0px 0px;font-size: var(--fs-small);text-align: center;display: block;overflow: auto;float: left;}#passwordRecovery a{width: 100%;height: auto;color: #000;display: block;overflow: auto;}.cl-username, .cl-companyR, .cl-emailR, .cl-usernameR, .cl-nameR, .cl-insertionR, .cl-lastnameR, .cl-phonenumberR,#updateUser .cl-country,#updateUser .cl-postalcodeDigits,#updateUser .cl-postalcodeletters,#updateUser .cl-number,#updateUser .cl-numberAdditive,#updateUser .cl-city,#updateUser .cl-address,#updateUser .cl-logo,#updateUser #logoLabel,#updateConfiguration .cl-twitterUrl,#updateConfiguration .cl-facebookUrl,#updateConfiguration .cl-linkedinUrl,#updateConfiguration .cl-instagramUrl,#updateConfiguration .cl-footerText{text-transform: uppercase;outline-offset: 0;}.cl-password, .cl-passwordR{text-transform: uppercase;margin: 5px auto 25px auto;}#loginForm{background-image: none;padding: 3px;border-color: #c1c1c1;}#updateUser .cl-postalcodeletters,#updateUser .cl-numberAdditive{margin: 0;float: right;}.cl-username label, .cl-password label,.cl-companyR label, .cl-emailR label, .cl-usernameR label, .cl-passwordR label, .cl-phonenumberR label, .cl-nameR label, .cl-insertionR label, .cl-lastnameR label,#updateUser .cl-iban label,#updateUser .cl-country label, #updateUser .cl-postalcodeDigits label,#updateUser .cl-postalcodeletters label,#updateUser .cl-number label,#updateUser .cl-numberAdditive label,#updateUser .cl-city label, #updateUser .cl-address label,#updateUser #logoLabel,#updateConfiguration .cl-twitterUrl label,#updateConfiguration .cl-facebookUrl label,#updateConfiguration .cl-linkedinUrl label,#updateConfiguration .cl-instagramUrl label,#updateConfiguration .cl-footerText label{width: 100%;display: block;padding-bottom: var(--space-sm);border-bottom: 1px solid #909090;color: #4c4c4c;}#username::placeholder,#password::placeholder,#companyR::placeholder,#emailR::placeholder,#usernameR::placeholder,#passwordR::placeholder,#phonenumberR::placeholder,#nameR::placeholder,#insertionR::placeholder,#lastnameR::placeholder,#updateUser #iban::placeholder,#updateUser #country::placeholder,#updateUser #postalcodeDigits::placeholder,#updateUser #postalcodeletters::placeholder,#updateUser #number::placeholder,#updateUser #numberAdditive::placeholder,#updateUser #city::placeholder,#updateUser #address::placeholder,#updateUser #logo::placeholder,#updateConfiguration #twitterUrl::placeholder,#updateConfiguration #facebookUrl::placeholder,#updateConfiguration #linkedinUrl::placeholder,#updateConfiguration #instagramUrl::placeholder,#updateConfiguration #footerText::placeholder{ color: #909090;font-style: italic;font-weight: normal;opacity: 1; }#username:-ms-input-placeholder,#password:-ms-input-placeholder,#companyR:-ms-input-placeholder,#emailR:-ms-input-placeholder,#usernameR:-ms-input-placeholder,#passwordR:-ms-input-placeholder,#phonenumberR:-ms-input-placeholder,#nameR:-ms-input-placeholder,#insertionR:-ms-input-placeholder,#lastnameR:-ms-input-placeholder,#updateUser #iban:-ms-input-placeholder,#updateUser #country:-ms-input-placeholder,#updateUser #postalcodeDigits:-ms-input-placeholder,#updateUser #postalcodeletters:-ms-input-placeholder,#updateUser #number:-ms-input-placeholder,#updateUser #numberAdditive:-ms-input-placeholder,#updateUser #city:-ms-input-placeholder,#updateUser #address:-ms-input-placeholder,#updateUser #logo:-ms-input-placeholder,#updateConfiguration #twitterUrl:-ms-input-placeholder,#updateConfiguration #facebookUrl:-ms-input-placeholder,#updateConfiguration #linkedinUrl:-ms-input-placeholder,#updateConfiguration #instagramUrl:-ms-input-placeholder,#updateConfiguration #footerText:-ms-input-placeholder{ color: #909090;font-style: italic;font-weight: normal;}#username::-ms-input-placeholder,#password::-ms-input-placeholder,#companyR::-ms-input-placeholder,#emailR::-ms-input-placeholder,#usernameR::-ms-input-placeholder,#passwordR::-ms-input-placeholder,#phonenumberR::-ms-input-placeholder,#nameR::-ms-input-placeholder,#insertionR::-ms-input-placeholder,#lastnameR::-ms-input-placeholder,#updateUser #iban::-ms-input-placeholder,#updateUser #country::-ms-input-placeholder,#updateUser #postalcodeDigits::-ms-input-placeholder,#updateUser #postalcodeletters::-ms-input-placeholder,#updateUser #number::-ms-input-placeholder,#updateUser #numberAdditive::-ms-input-placeholder,#updateUser #city::-ms-input-placeholder,#updateUser #address::-ms-input-placeholder,#updateUser #logo::-ms-input-placeholder,#updateConfiguration #twitterUrl::-ms-input-placeholder,#updateConfiguration #facebookUrl::-ms-input-placeholder,#updateConfiguration #linkedinUrl::-ms-input-placeholder,#updateConfiguration #instagramUrl::-ms-input-placeholder,#updateConfiguration #footerText::-ms-input-placeholder{ color: #909090;font-style: italic;font-weight: normal;}#username, #password, #companyR, #emailR, #usernameR, #passwordR, #phonenumberR, #nameR, #insertionR, #lastnameR,#updateUser #iban, #updateUser #country, #updateUser #postalcodeDigits, #updateUser #postalcodeletters, #updateUser #number,#updateUser #numberAdditive,#updateUser #city,#updateUser #address,#updateUser #logo,#updateConfiguration #twitterUrl,#updateConfiguration #facebookUrl,#updateConfiguration #linkedinUrl,#updateConfiguration #instagramUrl,#updateConfiguration #textEditorfooterText{background-color: transparent!important;border: none;color: #000;padding: 0px 25px 0px 0px;}#updateUser #country{padding: 0px;}#username, #password{background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23666' d='M12,4A4,4 0 0,1 16,8A4,4 0 0,1 12,12A4,4 0 0,1 8,8A4,4 0 0,1 12,4M12,14C16.42,14 20,15.79 20,18V20H4V18C4,15.79 7.58,14 12,14Z'/%3E%3C/svg%3E") no-repeat 100% center;background-size: 20px;}#username:focus:invalid,#password:focus:invalid,#companyR:focus:invalid,#emailR:focus:invalid,#usernameR:focus:invalid,#passwordR:focus:invalid,#phonenumberR:focus:invalid,#nameR:focus:invalid,#insertionR:focus:invalid,#lastnameR:focus:invalid,#updateUser #iban:focus:invalid, #updateUser #country:focus:invalid, #updateUser #postalcodeDigits:focus:invalid, #updateUser #postalcodeletters:focus:invalid, #updateUser #number:focus:invalid,#updateUser #numberAdditive:focus:invalid,#updateUser #city:focus:invalid,#updateUser #address:focus:invalid,#updateUser #logo:focus:invalid,#updateConfiguration #twitterUrl:focus:invalid,#updateConfiguration #facebookUrl:focus:invalid,#updateConfiguration #linkedinUrl:focus:invalid,#updateConfiguration #instagramUrl:focus:invalid,#updateConfiguration #textEditorfooterText:focus:invalid{border-color: var(--color-error);-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23F44336' d='M13,13H11V7H13M13,17H11V15H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z'/%3E%3C/svg%3E") no-repeat 100% center;background-size: 20px;}#username:focus:invalid,#password:focus:invalid{background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23F44336' d='M12,4A4,4 0 0,1 16,8A4,4 0 0,1 12,12A4,4 0 0,1 8,8A4,4 0 0,1 12,4M12,14C16.42,14 20,15.79 20,18V20H4V18C4,15.79 7.58,14 12,14Z'/%3E%3C/svg%3E") no-repeat 100% center;background-size: 20px;}#username:required:valid, #username:focus:valid,#password:required:valid, #password:focus:valid,#companyR:required:valid, #companyR:focus:valid,#emailR:required:valid, #emailR:focus:valid,#usernameR:required:valid, #usernameR:focus:valid,#passwordR:required:valid, #passwordR:focus:valid,#phonenumberR:required:valid, #phonenumberR:focus:valid,#nameR:required:valid, #nameR:focus:valid,#insertionR:required:valid, #insertionR:focus:valid,#lastnameR:required:valid, #lastnameR:focus:valid,#updateUser #iban:required:valid, #updateUser #iban:focus:valid, #updateUser #postalcodeDigits:required:valid, #updateUser #postalcodeDigits:focus:valid, #updateUser #postalcodeletters:required:valid, #updateUser #postalcodeletters:focus:valid, #updateUser #number:required:valid, #updateUser #number:focus:valid,#updateUser #numberAdditive:required:valid, #updateUser #numberAdditive:focus:valid,#updateUser #city:required:valid, #updateUser #city:focus:valid,#updateUser #address:required:valid, #updateUser #address:focus:valid,#updateUser #logo:required:valid, #updateUser #logo:focus:valid,#updateConfiguration #twitterUrl:required:valid, #updateConfiguration #twitterUrl:focus:valid,#updateConfiguration #facebookUrl:required:valid, #updateConfiguration #facebookUrl:focus:valid,#updateConfiguration #linkedinUrl:required:valid, #updateConfiguration #linkedinUrl:focus:valid,#updateConfiguration #instagramUrl:required:valid, #updateConfiguration #instagramUrl:focus:valid,#updateConfiguration #textEditorfooterText:required:valid, #updateConfiguration #textEditorfooterText:focus:valid{border-color: #c1c1c1;background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%234CAF50' d='M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z'/%3E%3C/svg%3E") no-repeat 100% center;background-size: 20px;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;}#username:required:valid, #username:focus:valid,#password:required:valid, #password:focus:valid{background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%234CAF50' d='M12,4A4,4 0 0,1 16,8A4,4 0 0,1 12,12A4,4 0 0,1 8,8A4,4 0 0,1 12,4M12,14C16.42,14 20,15.79 20,18V20H4V18C4,15.79 7.58,14 12,14Z'/%3E%3C/svg%3E") no-repeat 100% center;background-size: 20px;}#password:required{background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23666' d='M12,17A2,2 0 0,0 14,15C14,13.89 13.1,13 12,13A2,2 0 0,0 10,15A2,2 0 0,0 12,17M18,8A2,2 0 0,1 20,10V20A2,2 0 0,1 18,22H6A2,2 0 0,1 4,20V10C4,8.89 4.9,8 6,8H7V6A5,5 0 0,1 12,1A5,5 0 0,1 17,6V8H18M12,3A3,3 0 0,0 9,6V8H15V6A3,3 0 0,0 12,3Z'/%3E%3C/svg%3E") no-repeat 100% center;background-size: 20px;}#password:focus:invalid{background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23F44336' d='M12,17A2,2 0 0,0 14,15C14,13.89 13.1,13 12,13A2,2 0 0,0 10,15A2,2 0 0,0 12,17M18,8A2,2 0 0,1 20,10V20A2,2 0 0,1 18,22H6A2,2 0 0,1 4,20V10C4,8.89 4.9,8 6,8H7V6A5,5 0 0,1 12,1A5,5 0 0,1 17,6V8H18M12,3A3,3 0 0,0 9,6V8H15V6A3,3 0 0,0 12,3Z'/%3E%3C/svg%3E") no-repeat 100% center;background-size: 20px;}#password:required:valid, #password:focus:valid{background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%234CAF50' d='M12,17A2,2 0 0,0 14,15C14,13.89 13.1,13 12,13A2,2 0 0,0 10,15A2,2 0 0,0 12,17M18,8A2,2 0 0,1 20,10V20A2,2 0 0,1 18,22H6A2,2 0 0,1 4,20V10C4,8.89 4.9,8 6,8H7V6A5,5 0 0,1 12,1A5,5 0 0,1 17,6V8H18M12,3A3,3 0 0,0 9,6V8H15V6A3,3 0 0,0 12,3Z'/%3E%3C/svg%3E") no-repeat 100% center;background-size: 20px;}.cl-logo label{width: 100%;height: auto;margin: 0;text-align: center;line-height: 120px;font-style: italic;}.cl-logo .formTooltip{position: absolute;top: 0;right: 6px;z-index: 100;}.cl-logo .showTooltip,.cl-logo label,.cl-logo .tooltipIcon{text-transform: none;}.cl-nameR{width: 70%;}.cl-insertionR{width: 27%;margin-left: 2%;float: right;}.cl-useradmin{margin-top: 0;margin-bottom: var(--space-md);}.cl-useradmin label{display: none;}#useradmin{border: 1px solid #9c9c9c;}#saveUser, #logoLabel{float: left;}.saveLink{width: 85%;min-width: 215px;float: left;margin: 3px auto auto 10px;}#id-loginForm{font-weight: bold;text-align: center;border: 1px solid #c9c9c9;}.loginBg #viewpassword, .loginBg #viewpasswordR{background-color: #616161;}.loginBg .error{width: 100%;height: auto;margin-bottom: var(--space-sm);overflow: auto;display: block;font-style: italic;}.loginBg .error strong{color: var(--color-error);}#updateConfiguration .loginBg,#updateUser .loginBg,.noteBg{background: rgba(255, 255, 255, 0.8);}.cl-logo{width: 100%;height: 120px;margin: 20px auto;border: 2px dashed #fff;position: relative;-webkit-transition: all 250ms ease-out;-moz-transition: all 250ms ease-out;-ms-transition: all 250ms ease-out;-o-transition: all 250ms ease-out;transition: all 250ms ease-out;cursor: pointer;background-size: 80%;background-repeat: no-repeat;background-position: center;}.cl-logo #logo{width: 100%;height: 100%;top: 0;left: 0;position: absolute;font-style: italic;cursor: pointer;opacity: 0;}.loginNotification{width: 90%;max-width: 500px;height: auto;margin: 20px auto 0px auto;padding: 1% 2%;margin: auto;position: absolute;top: -200px;left: 0;right: 0;background: rgba(218, 218, 218, 0.62);-webkit-box-shadow: 0px 2px 4px 2px rgba(0,0,0,0.1);-moz-box-shadow: 0px 2px 4px 2px rgba(0,0,0,0.1);box-shadow: 0px 2px 4px 2px rgba(0,0,0,0.1);border-radius: 3px 3px;-moz-border-radius: 3px 3px;-webkit-border-radius: 3px 3px;-webkit-animation: loginNotification 5s linear;-moz-animation: loginNotification 5s linear;-ms-animation: loginNotification 5s linear;animation: loginNotification 5s linear;}.loginNotification strong{color: var(--color-error);}h1.forgotten{margin-top: var(--space-xl);}#login p{text-align: justify;font-style: italic;}#freeRegister{width: 90%;max-width: 500px;height: auto;background-color: var(--color-link);margin: auto auto 20px auto;padding: var(--space-md);z-index: -1;overflow: auto;display: block;-webkit-box-shadow: 0px 2px 4px 2px rgba(0,0,0,0.1);-moz-box-shadow: 0px 2px 4px 2px rgba(0,0,0,0.1);box-shadow: 0px 2px 4px 2px rgba(0,0,0,0.1);}#freeRegister a{width: 100%;height: auto;display: block;color: #fff;text-align: center;}#freeRegister a strong{color: #fff;}.loginBg{view-transition-name: loginZoom;}@keyframes loginZoomOut{0%{transform: scale(1);opacity: 1;filter: blur(0);}100%{transform: scale(15);opacity: 0;filter: blur(4px);}}@keyframes loginZoomIn{0%{transform: scale(15);opacity: 0;filter: blur(4px);}100%{transform: scale(1);opacity: 1;filter: blur(0);}}::view-transition-old(loginZoom){animation: 0.6s cubic-bezier(0.5, 0, 0.75, 0) both loginZoomOut;transform-origin: center center;mix-blend-mode: normal;}::view-transition-new(loginZoom){animation: 0.6s cubic-bezier(0.25, 1, 0.5, 1) both loginZoomIn;transform-origin: center center;mix-blend-mode: normal;}@media all and (min-width: 480px) and (orientation: portrait), (min-width: 480px) and (orientation: landscape){}@media all and (min-width: 760px) and (orientation: portrait), (min-width: 760px) and (orientation: landscape){.loginBg, .noteBg{padding: 3%;}#registerBackground{background-image: url(https://media.erperium.nl/0416000/content/image/registreren/erperium-welcome-1920.png);background-size:cover;background-repeat: no-repeat, no-repeat;background-attachment: fixed;filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='erperium-welcome-1920.png',sizingMethod='scale');-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='erperium-welcome-1920.png',sizingMethod='scale')";}}@media all and (min-width: 1366px) and (orientation: portrait), (min-width: 1366px) and (orientation: landscape){.loginBg{padding: 2%;}}#newOrder h1{width: 100%;margin-top: var(--space-xl);float: left;}#newOrder p{width: 100%;text-align: justify;font-style: italic;float: left;}.lostOffer, .winningOffer, .saveOffer{width: 49%;height: 40px;margin-left: 1%;font-weight: bold;float: left;text-align: center;color: #fff;-webkit-transition: background-color 500ms ease 0s, border 500ms ease 0s;-moz-transition: background-color 500ms ease 0s, border 500ms ease 0s;-ms-transition: background-color 500ms ease 0s, border 500ms ease 0s;-o-transition: background-color 500ms ease 0s, border 500ms ease 0s;transition: background-color 500ms ease 0s, border 500ms ease 0s;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}.lostOffer:hover, .winningOffer:hover, .saveOffer:hover{text-decoration: none;}.lostOffer{background-color: #e85050;border-bottom: 3px solid #9e1919;}.winningOffer{background-color: #6cd26c;border-bottom: 3px solid #1d6f1d;}.saveOffer{background-color: #dedede;border-bottom: 3px solid #afafaf;color: #000;float: right;}.lostOffer:hover{background-color: #d87a7a;}.winningOffer:hover{background-color: #75c775;}.powerCart{width: 100%;height: auto;overflow: auto;}.cartPreview{width: 100%;height: 100%;float: left;overflow: auto;}.cartProduct, .cartImagePrev, .cartDescrPrev, .cartTotalPrev, .cartPricePrev{width: 20%;padding: 1%;height: auto;float: left;}.cartProduct{width: 100%;min-height: 90px;margin: 10px auto;padding: 1% 0%;padding-right: 7px;position: relative;overflow: hidden;}.cartImagePrev{width: 20%;padding-left: 0;height: auto;}.cartImage{width: auto;max-width: 100%;margin: auto;display: block;padding: 4%;border: var(--border-base);}.cartDescrPrev{width: 40%;}.cartDescrPrev p{white-space: nowrap; text-overflow: ellipsis;overflow: hidden;white-space: normal;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}.cartUrl{color: var(--color-link);font-weight: bold;}.serialNumberInfo{font-size: 10px;}.cartTotalPrev{}.totalProducts{max-width: 50px;}.totalProducts label{margin: 0px 0px 5px 0px;}.setProductValue{height: 30px;line-height: 30px;}.cartPricePrev{width: 20%;margin-top: 28px;float: left;font-weight: bold;}.cartMoreClick{width: 20%;height: 90px;padding: 1%;position: absolute;right: 0;top: 0;}.cartMoreLabel{width: 100%;height: 100%;padding-top: 34px;font-weight: bold;text-align: right;color: #9E9E9E;-webkit-transition: color 200ms linear;-moz-transition: color 200ms linear;-o-transition: color 200ms linear;-ms-transition: color 200ms linear;transition: color 200ms linear;}.cartMoreLabel:hover{color: var(--color-text);}.hidden + .extraCartOptions{width: 100%;height: 0;float: right;opacity: 0;-webkit-transition: height 500ms linear, opacity 500ms linear 0ms, padding 0ms linear 450ms;-moz-transition: height 500ms linear, opacity 500ms linear 0ms, padding 0ms linear 450ms;-o-transition: height 500ms linear, opacity 500ms linear 0ms, padding 0ms linear 450ms;-ms-transition: height 500ms linear, opacity 500ms linear 0ms, padding 0ms linear 450ms;transition: height 500ms linear, opacity 500ms linear 0ms, padding 0ms linear 450ms;overflow: hidden;}.hidden:checked + .extraCartOptions{height: auto;padding: 1% 0% 1% 1%;opacity: 1;-webkit-transition: height 500ms linear, opacity 500ms linear 200ms;-moz-transition: height 500ms linear, opacity 500ms linear 200ms;-o-transition: height 500ms linear, opacity 500ms linear 200ms;-ms-transition: height 500ms linear, opacity 500ms linear 200ms;transition: height 500ms linear, opacity 500ms linear 200ms;}.cartTotal{width: 100%;height: 100%;padding: 0% 1% 1% 1%;float: left;background-color: #F7FBFF;border-top: 2px solid #3288c6;}.cartTotal h2{margin: 20px auto;text-align: left;font-weight: bold;text-transform: uppercase;color: var(--color-link);}.totalDescription, .totalValue{width: 50%;height: auto;margin-top: var(--space-xl);float: left;}.totalDescription{font-weight: bold;}.totalValue{text-align: right;}.totalRow{width: 100%;height: auto;overflow: auto;}.moduleNotesHeader{width: 100%;height: auto;background-color: #f8f8f8;position: relative;margin-bottom: var(--space-md);overflow: auto;}.moduleNotesHeader .progressUniversal{width: 84%;margin-top: var(--space-xl);margin-right: 1%;float: right;}.moduleNotesHeader h2, .moduleNotesHeader p{width: 100%;height: auto;padding-left: 17%;text-align: left;}.moduleNotesHeader h2{padding-top: var(--space-xl);font-weight: bold;}.notesOffer{width: 100%;height: auto;overflow: auto;}.splitLine{width: 7.5%;height: 96%;display: block;border-right: 1px solid #cacaca;position: absolute;z-index: 0;}.newNote{width: 100%;height: auto;margin-bottom: var(--space-xl);overflow: auto;padding: 0 1% 1% 0;}.notesOfferLeft{width: 15%;height: auto;min-height: 80px;padding: 1%;float: left;}.noteOfferImage{width: 100%;max-width: 60px;height: auto;margin: 5px auto;display: block;position: relative;border: 1px solid #cacaca;border-radius: 30px 30px;-moz-border-radius: 30px 30px;-webkit-border-radius: 30px 30px;}.notesOfferRight{width: 85%;height: auto;min-height: 80px;padding: 1% 2% 1% 2%;border-left: 2px solid #3288c6;background-color: var(--color-bg);overflow: auto;float: left;-webkit-box-shadow: 2px 2px 3px -2px rgba(190,190,190,1);-moz-box-shadow: 2px 2px 3px -2px rgba(190,190,190,1);box-shadow: 2px 2px 3px -2px rgba(190,190,190,1);position: relative;}.notesOfferHeader{width: 100%;display: inline-block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;float: left;}.noteDone, .notesOfferRight strong{float: left;}.notesOfferRight strong{margin: 3px auto auto 10px;}.notesOfferRight p{margin-top: var(--space-md);float: left;}.timeTable{width: 100%;color: #717171;float: left;font-size: 10px;}.addNoteOffer{width: 60px;height: 60px;text-align: center;line-height: 60px;color: #fff;font-weight: bold;background-color: #6cd26c;cursor: pointer;position: absolute;bottom: 3%;right: 3%;-webkit-box-shadow: 2px 2px 3px -2px rgba(190,190,190,1);-moz-box-shadow: 2px 2px 3px -2px rgba(190,190,190,1);box-shadow: 2px 2px 3px -2px rgba(190,190,190,1);border-radius: 30px 30px;-moz-border-radius: 30px 30px;-webkit-border-radius: 30px 30px;-webkit-transition: background-color 500ms ease 0s;-moz-transition: background-color 500ms ease 0s;-ms-transition: background-color 500ms ease 0s;-o-transition: background-color 500ms ease 0s;transition: background-color 500ms ease 0s;}.addNoteOffer:hover{background-color: #75c775;}.hidden + .newNote{width: 100%;height: 0;opacity: 0;-webkit-transition: all 500ms ease 0s;-moz-transition: all 500ms ease 0s;-ms-transition: all 500ms ease 0s;-o-transition: all 500ms ease 0s;transition: all 500ms ease 0s;}.hidden:checked + .newNote{width: 100%;height: auto;opacity: 1;-webkit-transition: all 1s ease 0s;-moz-transition: all 1s ease 0s;-ms-transition: all 1s ease 0s;-o-transition: all 1s ease 0s;transition: all 1s ease 0s;}#progressDone{float: left;}.progressTitle{width: 80%;max-width: 200px;margin-left: 2%;}.progressTitle label{display: none;}#progressTitle{height: 23px;line-height: 23px;border: none;border-bottom: 1px solid #c7c7c7;background-color: transparent;}#textEditorprogressDescription{min-width: 100%;min-height: 55px;margin-top: var(--space-xl);padding: 0;border-top: 0;border-right: 0;border-left: 0;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;}#textEditorprogressDescription:focus:invalid, #textEditorprogressDescription:focus:valid{background-position: 100% center;}#dataLayerInvoice{height: auto;max-height: 230px;width: 100%;overflow: auto;}.infoColumnH2{width: 100%;height: auto;display: none;}.searchHeader2{width: 100%;height: auto;overflow: auto;padding: 1px;}.infoColumnC2{height: 0;max-height: 165px;width: 100%;background-color: #e5e5e5;border-bottom: 1px solid #eee;opacity: 0;overflow: auto;-webkit-transition: all 1s ease-out 0s;-moz-transition: all 1s ease-out 0s;-ms-transition: all 1s ease-out 0s;-o-transition: all 1s ease-out 0s;transition: all 1s ease-out 0s;}.infoColumnC2 .infoRow{float: left;}.infoColumnC2 .cartProduct{margin: 0px auto 1px auto;padding-right: 0;background-color: var(--color-bg);-webkit-transition: all 1s ease-out 0s;-moz-transition: all 1s ease-out 0s;-ms-transition: all 1s ease-out 0s;-o-transition: all 1s ease-out 0s;transition: all 1s ease-out 0s;}.infoColumnC2 .cartProduct:hover{background-color: #f8f8f8;}.infoColumnC2 .cartProduct p{margin-bottom: 0;}.searchHeader2 label, .multilineProducts form label{display: inline-block;position: absolute;margin-top: 11px;color: #757575;}.searchHeader2 label, .multilineProducts form input[type=number]{padding-left: 13px;}.multilineProducts{width: 100%;height: 50px;margin-bottom: 1px;padding-top: var(--space-sm);padding-bottom: var(--space-sm);background-color: #f8f8f8;float: left;overflow: auto;}.multilineProducts div{float: left;text-align: center;}.numberCart, .deleteCart{width: 50px;line-height: 40px;overflow: hidden;}.editCart{width: calc(99% - 100px);width: -moz-calc(99% - 100px);width: -webkit-calc(99% - 100px);width: -o-calc(99% - 100px);height: auto;overflow: auto;margin-left: 1%;float: left;}.editCart input[type='number'],.editCart input[type='text']{border-top: 0;border-right: 0;border-left: 0;background-color: transparent;}.editCart input[type='number']:focus,.editCart input[type='text']:focus{background-color: transparent!important;}.editCart .cl-save input[type='submit']{width: 50px;height: 40px;padding: 0;float: right;border: none;background-color: transparent;}.editCart .cl-save input[type='submit']:hover{-webkit-filter: grayscale(50%);filter: grayscale(50%);}.editCart form div{width: 32%;padding-left: 2%;}#addProduct .cl-save{display: none;padding: var(--space-sm);border-top: 0;border-right: 1px solid #eeeeee;border-bottom: 1px solid #eeeeee;border-left: 2px solid #868686;background-color: #f7f7f7;}#addProduct .cl-save .clLayer{margin: 0;width: 82%;margin-left: 1%;float: right;border-color: var(--color-border);}#addProduct .cl-save .clLayer input[type='submit']{margin: 0;}.multilineProducts input[type='submit']{margin: 0;height: 40px;color: transparent;overflow: hidden;}.cl-delete, .cl-delete .clLayer{overflow: hidden;}.oldPrice{font-size: 10px;display: block;}.searchHeader2 select.searchOnly,.searchHeader2 select.whereOnly{width: 100%!important;}.cl-searchSelect1, .cl-searchSelect2{width: 18%;margin-left: 0.5%;}.infoColumnCrelationIdDrop{max-height: 500px;overflow: auto;}.infoColumnCrelationIdDrop .smallSearchFuncPart:nth-child(2),.infoColumnCrelationIdDrop .smallSearchFuncPart:nth-child(3),.infoColumnCrelationIdDrop .smallSearchFuncPart:nth-child(4){width: auto;float: left;display: inline-block;margin-right: var(--space-xs);}.infoColumnCrelationIdDrop .smallSearchFuncPart:nth-child(5){font-style: italic;}#selectSubscription, #selectInvoice{float: left;margin: 22px 11px 0px auto;}#LselectSubscription, #LselectInvoice{margin: 22px 0 0px 0;}#addProduct{width: 100%;height: auto;overflow: auto;}.invoiceEditMenu{width: 100%;height: auto;overflow: auto;}.cartBody{width: 100%;height: 90%;height: calc(100% - 265px);height: -moz-calc(100% - 265px);height: -webkit-calc(100% - 265px);height: -o-calc(100% - 265px);overflow: auto;}.cartHeader{width: 100%;height: auto;margin-top: var(--space-xl);overflow: auto;}.cartHeader div{width: 33.33%;height: auto;padding: 1%;float: left;text-transform: uppercase;color: #afafaf;font-weight: bold;}.cartHeader .cartHeaderDesc{width: 60%;}.cartHeader .cartHeaderQuantity{width: 20%;}.cartHeader .cartHeaderPrice{width: 20%;}@media all and (min-width: 480px) and (orientation: portrait), (min-width: 480px) and (orientation: landscape){#addProduct .cl-save .clLayer{width: 40%;}}@media all and (min-width: 760px) and (orientation: portrait), (min-width: 760px) and (orientation: landscape){}@media all and (min-width: 1366px) and (orientation: portrait), (min-width: 1366px) and (orientation: landscape){.cartPreview{width: 70%;padding-right: 2%;}.cartProduct, .infoColumnC2 .infoRow{border-left: 2px solid #3288c6;}.cartTotal{width: 30%;}.moduleNotesHeader h2{padding-top: 0px;}.powerCart{height: 100%;}#addProduct .cl-save .clLayer{width: 39.5%;}}.logsHeader{display: flex;flex-wrap: wrap;align-items: center;gap: 15px;margin-bottom: var(--space-lg);}.logsHeader h2{margin: 0;flex: 0 0 auto;}.logsFilters{display: flex;flex-wrap: wrap;gap: 10px;align-items: center;}.logsFilters label{display: flex;flex-direction: column;font-size: var(--fs-small);color: var(--color-text-muted);}.logsFilters select,.logsFilters input[type='number']{padding: 4px 8px;border: var(--border-strong);border-radius: 3px;font-size: var(--fs-h5);}.logsFilters button{padding: 6px 14px;background: #26A3C9;color: #fff;border: none;border-radius: 3px;cursor: pointer;font-weight: bold;align-self: flex-end;}.logsFilters button:hover{background: #1f86a3;}.logsCount{margin-left: auto;font-size: var(--fs-small);color: var(--color-text-muted);}.logsEmpty{padding: var(--space-xl);text-align: center;color: var(--color-text-muted);background: #f5f5f5;border-radius: 4px;}.logsTable{width: 100%;border-collapse: collapse;font-size: var(--fs-small);font-family: 'SFMono-Regular', Menlo, Consolas, monospace;}.logsTable th{text-align: left;padding: 8px 6px;background: #f0f0f0;border-bottom: 2px solid #ccc;font-size: var(--fs-small);text-transform: uppercase;letter-spacing: 0.5px;}.logsTable td{padding: 8px 6px;border-bottom: 1px solid #eee;vertical-align: top;word-break: break-word;}.logsRow.logsLevel-error{background: #fdf2f2;}.logsRow.logsLevel-warning{background: #fffbe6;}.logsCell.logsWhen{white-space: nowrap;color: var(--color-text-muted);min-width: 130px;}.logsCell.logsSource{font-weight: bold;color: #26A3C9;}.logsCell.logsLevel{text-transform: uppercase;font-size: 10px;font-weight: bold;}.logsRow.logsLevel-error .logsCell.logsLevel{color: #d9534f;}.logsRow.logsLevel-warning .logsCell.logsLevel{color: #b58900;}.logsCell.logsMessage{font-weight: bold;max-width: 300px;}.logsCell.logsContext pre{margin: 0;white-space: pre-wrap;word-break: break-all;font-size: var(--fs-small);color: var(--color-text);max-width: 400px;max-height: 200px;overflow: auto;background: rgba(0, 0, 0, 0.03);padding: 4px 6px;border-radius: 2px;}.warehouse2d{width: 98%;height: 96%;margin: 1%;border: 1px solid #a9a9a9;background-color: #e6e6e6;}.grid2d{width: 25%;height: 25%;float: left;border: 1px dashed #f7f7f7;padding: 1%;}.stand2d, .floor2d, .shelf2d, .door2d{width: 100%;height: 100%;}.stand2d{border-top: 10px double #6f6f6f;border-left: 10px double #ababab;border-right: 10px double #ababab;background-color: #dcdcdc;position: relative;-webkit-box-shadow: 4px 4px 5px -4px rgba(186,186,186,1);-moz-box-shadow: 4px 4px 5px -4px rgba(186,186,186,1);box-shadow: 4px 4px 5px -4px rgba(186,186,186,1);}.floor2d{}.shelf2d{}.door2d{}.standName{width: 96%;max-width: 200px;padding: var(--space-md);position: absolute;bottom: 2%;right: 2%;background-color: var(--color-bg);border: var(--border-strong);text-align: center;font-weight: bold;-webkit-box-shadow: 4px 4px 5px -4px rgba(186,186,186,1);-moz-box-shadow: 4px 4px 5px -4px rgba(186,186,186,1);box-shadow: 4px 4px 5px -4px rgba(186,186,186,1);}.mediaThumb{display: inline-block;width: 40px;height: 40px;object-fit: cover;border-radius: var(--radius-sm);background: var(--color-bg-subtle);vertical-align: middle;margin-right: var(--space-sm);}.mediaThumbIcon{display: inline-flex;align-items: center;justify-content: center;font-size: var(--fs-small);font-weight: var(--fw-semibold);color: var(--color-text-soft);text-transform: uppercase;letter-spacing: var(--ls-wide);}.mediaFileName{vertical-align: middle;word-break: break-word;}.mediaTypeBadge{display: inline-block;padding: var(--space-xs) var(--space-sm);border-radius: var(--radius-pill);font-size: var(--fs-small);font-weight: var(--fw-semibold);text-transform: capitalize;background: var(--color-bg-muted);color: var(--color-text);}.mediaType-afbeelding{ background: var(--color-info-bg);color: var(--color-info); }.mediaType-video{background: var(--color-success-bg); color: var(--color-success); }.mediaType-pdf{background: var(--color-error-bg); color: var(--color-error); }.mediaType-overig{ background: var(--color-bg-muted); color: var(--color-text-muted); }.mediaDetailBack{display: inline-block;margin-bottom: var(--space-md);color: var(--color-link);}.mediaDetailPreview{margin-bottom: var(--space-lg);}.mediaDetailImg,.mediaDetailPreview img{max-width: 100%;height: auto;border-radius: var(--radius-md);background: var(--color-bg-subtle);}.mediaDetailIcon{display: flex;align-items: center;justify-content: center;width: 120px;height: 120px;border-radius: var(--radius-md);background: var(--color-bg-subtle);color: var(--color-text-soft);font-weight: var(--fw-semibold);letter-spacing: var(--ls-wide);}.mediaMetaRow{display: flex;justify-content: space-between;gap: var(--space-md);padding: var(--space-xs) 0;border-bottom: var(--border-base);}.mediaMetaLabel{color: var(--color-text-muted);}.mediaMetaValue{text-align: right;word-break: break-word;}.mediaDetailTools{display: flex;flex-wrap: wrap;gap: var(--space-sm);margin-top: var(--space-lg);}.mediaToolBtn{display: inline-block;padding: var(--space-sm) var(--space-md);border-radius: var(--radius-md);font-weight: var(--fw-semibold);cursor: pointer;}.mediaToolSeo{background: var(--color-accent);color: var(--color-bg);}.mediaToolImage{background: var(--color-info);color: var(--color-bg);}.cropHint{font-size: var(--fs-small);color: var(--color-text-muted);}.notifyTemplate .fixedForm:has(.cropPicker){width: min(860px, 96vw); right: calc(-1 * (min(860px, 96vw) + 24px)); }.notifyTemplate .objectHidden:checked ~ .fixedForm:has(.cropPicker){right: 0;}.cropPicker{position: relative;display: inline-block;max-width: 100%;min-height: 160px;margin-bottom: var(--space-md);background: var(--color-bg-subtle);cursor: crosshair;touch-action: none;}.cropPickerImg{display: block;max-width: 100%;max-height: 72vh; height: auto;-webkit-user-select: none;user-select: none;}.cropPickerSelection{position: absolute;display: none;border: var(--border-width) solid var(--color-accent);background: var(--color-info-bg);opacity: var(--opacity-muted);pointer-events: none;}.mediaToolFocal{background: var(--color-success);color: var(--color-bg);}.focalHint{font-size: var(--fs-small);color: var(--color-text-muted);}.focalFrames{display: flex;flex-wrap: wrap;align-items: flex-start;gap: var(--space-md);margin-bottom: var(--space-md);}.focalFrame{position: relative;background: var(--color-bg-subtle);border-radius: var(--radius-sm);overflow: hidden;}.focalFrameMobile{width: 120px;aspect-ratio: 9 / 16;}.focalFrameDesktop{width: 240px;aspect-ratio: 16 / 9;}.focalImg{display: block;width: 100%;height: 100%;object-fit: cover;object-position: 50% 50%;cursor: crosshair;}.focalFrameLabel{position: absolute;top: 0;left: 0;z-index: 1;padding: var(--space-xs) var(--space-sm);font-size: var(--fs-small);background: var(--color-bg);color: var(--color-text);border-bottom-right-radius: var(--radius-sm);}.mediaToolSoon{background: var(--color-bg-muted);color: var(--color-text-muted);cursor: not-allowed;}.mediaToolDelete{background: var(--color-error);color: var(--color-bg);}.mediaUsageBlock{margin-top: var(--space-lg);padding: var(--space-md);border-radius: var(--radius-md);background: var(--color-bg-subtle);}.mediaUsageBlock-free{background: var(--color-success-bg);}.mediaUsageTitle{margin: 0 0 var(--space-sm);font-size: var(--fs-h5);}.mediaUsageList{margin: 0;padding-left: var(--space-lg);}.mediaUsageItem{margin-bottom: var(--space-xs);}.mediaUsageType{display: inline-block;margin-right: var(--space-sm);padding: 0 var(--space-sm);border-radius: var(--radius-pill);font-size: var(--fs-small);background: var(--color-bg-muted);color: var(--color-text-muted);text-transform: capitalize;}.mediaUsageHint{margin: var(--space-sm) 0 0;font-size: var(--fs-small);color: var(--color-text-muted);}.mediaUsageFree{margin: 0;color: var(--color-success);}.mediaUsedBadge{display: inline-block;margin-left: var(--space-sm);padding: 0 var(--space-sm);border-radius: var(--radius-pill);font-size: var(--fs-small);font-weight: var(--fw-semibold);vertical-align: middle;}.mediaUsed-1{background: var(--color-warning-bg);color: var(--color-warning);}.mediaUsed-0{background: var(--color-success-bg);color: var(--color-success);}@media (min-width: 760px){.mediaThumb{width: 56px;height: 56px;margin-right: var(--space-md);}.mediaDetail{display: flex;flex-wrap: wrap;gap: var(--space-xl);}.mediaDetailBack{flex: 1 0 100%;}.mediaDetailPreview{flex: 1 1 320px;margin-bottom: 0;}.mediaDetailInfo{flex: 1 1 320px;}}.bankFloat{width: 100%;height: auto;overflow: auto;}.bankCompare, .bankComparegreen, .bankCompareRed{width: 100%;height: auto;padding: 1%;margin: 1% auto;background-color: var(--color-bg);max-width: 350px;float: left;}.bankCompareRed{border: 1px solid #b00000;}.bankComparegreen{border: 1px solid green;}.bankHeader{width: 100%;height: auto;margin-bottom: var(--space-sm);overflow: auto;}.compareTitle, .compareDate{width: 50%;min-height: 20px;float: left;line-height: 20px;font-weight: bold;}.compareDate{text-align: right;}.compareDescription1, .compareDescription2, .compareDescription3{float: left;margin-right: var(--space-sm);}.compareAmount{width: 100%;float: left;text-align: right;}.compare + span.checkCompare{width: 20px;height: 20px;display: block;border: 1px solid #bcbcbc;background-color: #ececec;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;float: right;transition: background 0.25s linear;-webkit-transition: background 0.25s linear;-moz-transition: background 0.25s linear;-o-transition: background 0.25s linear;}.compare:checked + span.checkCompare{background-color: red;}.compare{display: none;}#addMatch{width: 75%;float: left;}#externalPages h1, #externalPages p{width: 100%;float: left;}#externalPages h1{margin-top: var(--space-lg);}#externalPages p{text-align: justify;font-style: italic;}.socialThumb{display: inline-block;width: 40px;height: 40px;object-fit: cover;border-radius: var(--radius-sm);background: var(--color-bg-subtle);vertical-align: middle;margin-right: var(--space-sm);}.socialThumbEmpty{display: inline-flex;align-items: center;justify-content: center;color: var(--color-text-soft);font-weight: var(--fw-semibold);}.socialStatusBadge{display: inline-block;padding: var(--space-xs) var(--space-sm);border-radius: var(--radius-pill);font-size: var(--fs-small);font-weight: var(--fw-semibold);background: var(--color-bg-muted);color: var(--color-text);white-space: nowrap;}.socialStatus-concept{background: var(--color-bg-muted); color: var(--color-text-muted); }.socialStatus-ready{background: var(--color-info-bg);color: var(--color-info); }.socialStatus-publishing{ background: var(--color-warning-bg); color: var(--color-warning); }.socialStatus-online{ background: var(--color-success-bg); color: var(--color-success); }.socialStatus-failed{ background: var(--color-error-bg); color: var(--color-error); }.postDetail{max-width: 640px;margin: 0 auto;padding: var(--space-md);}.postDetailTitle{display: flex;align-items: center;gap: var(--space-sm);flex-wrap: wrap;margin-bottom: var(--space-xs);}.postDetailMeta{color: var(--color-text-muted);font-size: var(--fs-small);margin-bottom: var(--space-md);}.postDetailPreview img{max-width: 100%;height: auto;border-radius: var(--radius-md);margin-bottom: var(--space-md);}.postDetailLabel{font-weight: var(--fw-semibold);margin-top: var(--space-md);margin-bottom: var(--space-xs);}.postDetailText{color: var(--color-text);margin-bottom: var(--space-sm);}.postDetailLink{color: var(--color-info);font-weight: var(--fw-semibold);}.postDetailError{color: var(--color-error);background: var(--color-error-bg);padding: var(--space-sm) var(--space-md);border-radius: var(--radius-sm);}.postDetailHint{color: var(--color-text-muted);font-size: var(--fs-small);margin-top: var(--space-lg);}#relation h1, #relation p{width: 100%;float: left;}#relation h1{margin-top: var(--space-lg);}#relation p{text-align: justify;font-style: italic;}#selectVisit, #emailAccept{float: left;margin: 22px 11px 0px auto;}#LselectVisit, #LemailAccept{margin: 25px 0 0px 0;}.cl-vat #vat, .cl-iban #iban{text-transform: uppercase;}.infoColumnCrelationId label .smallSearchFuncPart:first-child{width: 25%;}.infoColumnCrelationId label .smallSearchFuncPart:last-child{width: 75%;}.emailNotification{margin-bottom: var(--space-sm);}.headerInformation{width: 100%;height: auto;padding: 1%;background-color: var(--color-bg);overflow: auto;}.headerInformation .information{max-width: 220px;height: 40px;line-height: 40px;font-weight: bold;float: left;overflow: hidden;text-overflow: ellipsis;}.headerInformation .information:nth-child(3){float: right;}.qrCodeIcon{width: 40px;height: 40px;display: block;float: right;}.personalData, .companyData{width: 100%;margin-bottom: 25px;float: left;}.adressData{width: 50%;height: 110px;float: left;}.infoLabel{width: 100%;height: auto;margin: 5px auto 5px auto;font-weight: bold;}.reparationViewer .infoLabel,.financialViewer .infoLabel,.managementViewer .infoLabel,.productData .infoLabel,.personalFileViewer .infoLabel{border-bottom: 1px solid #c1c1c1;padding-bottom: 8px;}#invoiceEmail{margin-top: var(--space-md);font-style: italic;display: block;}.contactIcons{width: 20px;display: inline-block;}#relationImage{display: none;}#moreRepartions + .reparationData{min-height: 40px;}.managementInfo{width: 100%;height: auto;overflow: auto;}.manInformation{width: 100%;height: auto;overflow: auto;padding-top: var(--space-md);padding-bottom: var(--space-md);display: block;background-color: var(--color-bg);-webkit-transition: background 500ms ease-out 0s;-moz-transition: background 500ms ease-out 0s;-ms-transition: background 500ms ease-out 0s;-o-transition: background 500ms ease-out 0s;transition: background 500ms ease-out 0s;}.manInformation:hover{background-color: #EEE;}.scrollInformation{height: auto;max-height: 250px;padding-right: 3px;overflow: auto;}#moreFinancial:checked + .infoLabel + .managementInfo{max-height: 1100px;}#moreFinancial + .infoLabel + .managementInfo + label.moreInformation span.dropDownIcon{transform: rotate(0deg);-moz-transform: rotate(0deg);-webkit-transform: rotate(0deg);-o-transform: rotate(0deg);-ms-transform: rotate(0deg);-khtml-transform: rotate(0deg);transition: all 1s ease;-moz-transition: all 1s ease;-webkit-transition: all 1s ease;-o-transition: all 1s ease;-ms-transition: all 1s ease;-khtml-transition: all 1s ease;}#moreFinancial:checked + .infoLabel + .managementInfo + label.moreInformation span.dropDownIcon{transform: rotate(180deg);-moz-transform: rotate(180deg);-webkit-transform: rotate(180deg);-o-transform: rotate(180deg);-ms-transform: rotate(180deg);-khtml-transform: rotate(180deg);transition: all 1s ease;-moz-transition: all 1s ease;-webkit-transition: all 1s ease;-o-transition: all 1s ease;-ms-transition: all 1s ease;-khtml-transition: all 1s ease;}#moreFinancial + .infoLabel + .managementInfo{height: auto;max-height: 0px;overflow: hidden;-webkit-transition: max-height 500ms ease-in 0s;-moz-transition: max-height 500ms ease-in 0s;-ms-transition: max-height 500ms ease-in 0s;-o-transition: max-height 500ms ease-in 0s;transition: max-height 500ms ease-in 0s;}.moreInformation{width: 100%;text-align: center;display: block;float: left;}.dropDownIcon{width: 22px;height: 22px;line-height: 20px;display: block;margin: auto;background-color: rgb(238, 238, 238);border: 1px solid #bbbbbb;-webkit-border-radius: 10px;-moz-border-radius: 10px;-o-border-radius: 10px;border-radius: 10px; }.managementInfo .information .totalInfo{width: 80%;float: left;}.managementInfo .information .totalAmount{width: 20%;float: left;text-align: right;}.informationBold{width: 100%;height: auto;overflow: auto;margin-top: 14px;font-weight: bold;}.infoDateTab, .infoCheckTab, .infoIdTab, .infoDescriptionTab, .infoEndTab{width: 20%;height: 24px;line-height: 24px;float: left;overflow: hidden;text-overflow: ellipsis;}.infoIdTab{width: 40%;}.infoDescriptionTab{width: 60%;}.infoEndTab{text-align: right;}.anEmailBold, .anEmail{width: 100%;height: auto;overflow: auto;display: block;background-color: var(--color-bg);-webkit-transition: background 500ms ease-out 0s;-moz-transition: background 500ms ease-out 0s;-ms-transition: background 500ms ease-out 0s;-o-transition: background 500ms ease-out 0s;transition: background 500ms ease-out 0s;float: left;}.anEmail:hover{background-color: #eeeeee;}.emailScroll{width: 100%;height: 300px;overflow: auto;background-color: var(--color-bg);-webkit-box-shadow: 2px 2px 3px -2px rgba(190,190,190,1);-moz-box-shadow: 2px 2px 3px -2px rgba(190,190,190,1);box-shadow: 2px 2px 3px -2px rgba(190,190,190,1);}.anEmailBold{height: 35px;margin: 10px auto 1px auto;font-weight: bold;background-color: #791212;color: #FFF;-webkit-box-shadow: 2px 2px 3px -2px rgba(190,190,190,1);-moz-box-shadow: 2px 2px 3px -2px rgba(190,190,190,1);box-shadow: 2px 2px 3px -2px rgba(190,190,190,1);}.emptyMail{width: 100%;height: 35px;padding: 1%;}.emailFrom, .emailCheck, .emailDate{width: 60%;float: left;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}.anEmailBold .emailFrom, .anEmailBold .emailCheck, .anEmailBold .emailDate{line-height: 35px;padding: 0 1% 0 1%;}.anEmail .emailFrom, .anEmail .emailCheck, .anEmail .emailDate{padding: 1% 1% 1% 1%;}.emailCheck{width: 10%;}.emailDate{width: 20%;text-align: right;}.scrollFiles, .scrollFilesApple, .scrollFilesWindows{width: 95%;width: calc(99% - 115px);width: -moz-calc(99% - 115px);width: -webkit-calc(99% - 115px);width: -o-calc(99% - 115px);height: auto;overflow: auto;float: left;overflow-y: hidden;overflow-x: scroll;white-space: nowrap;position: relative;display: block;}.scrollFiles{padding-bottom: var(--space-sm);}.scrollFilesApple{width: 90%;width: calc(98% - 200px);width: -moz-calc(98% - 200px);width: -webkit-calc(98% - 200px);}.scrollFilesWindows{width: 85%;width: calc(97% - 300px);width: -moz-calc(97% - 300px);width: -webkit-calc(97% - 300px);}#relationFileForm, #relationAudioForm{width: 100%;height: auto;margin-bottom: var(--space-md);overflow: auto;display: none;}.smallSnap{max-height: 100%;max-width: 100%; width: auto;height: auto;position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;}.fileName{width: 100%;height: auto;margin-top: 59px;padding: 0% 2% 0% 2%;display: inline-block;overflow: hidden;text-overflow: ellipsis;font-size: 10px;}.overlayVideo{top: 32px;position: relative;z-index: 100;}.backgroundFile{width: 100%;height: 100%;top: 0;left: 0;position: absolute;background-color: #0e0e0e;}.fullScreenVideos{max-height: 99%;max-width: 99%;width: auto;height: auto;position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;}.fullScreenPdf{width: 100%;height: 99.9%;margin: auto;display: block;background-color: var(--color-bg);}.audioFullScreen{max-height: 99%;width: 99%;max-width: 400px;position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;}#record{height: 100%;width: 100%;top: 0;left: 0;position: absolute;color: #FFF;}@media screen and (orientation:landscape){ #iconRecord1,#iconRecord2,#iconRecord3{height: 50px; width: 50px;max-height: 100%;max-width: 100%;top: 0; bottom: 0; right: 0;margin: auto 50px auto auto;text-align: center;line-height: 50px;background-color: red;position: absolute;-webkit-border-radius: 50px;-moz-border-radius: 50px;-o-border-radius: 50px;border-radius: 50px; }#iconRecord1,#iconRecord3{width: 36px;height: 36px;line-height: 36px;margin-right: 58px;background-color: #a07272;top: 120px;}#iconRecord3{top: -120px;}}@media screen and (orientation:portrait){#iconRecord1,#iconRecord2,#iconRecord3{height: 50px; width: 50px;max-height: 100%;max-width: 100%;bottom: 0;right: 0;margin: auto auto 20px auto;left: 0;text-align: center;line-height: 50px;background-color: red;position: absolute;-webkit-border-radius: 50px;-moz-border-radius: 50px;-o-border-radius: 50px;border-radius: 50px; }#iconRecord1,#iconRecord3{width: 36px;height: 36px;line-height: 36px;background-color: #a07272;left: 120px;bottom: 7px;}#iconRecord3{left: -120px;}}.smallRecordIcon{margin-top: var(--space-sm);}#iconRecord2 .smallRecordIcon{margin-top: 12px;}#videoPlayer{width: 100%;}.webcamError{width: 100%;max-width: 400px;padding: 2%;height: auto;font-size: var(--fs-h2);color: #FFF;text-align: center;display: block;margin: 50px auto;}.cl-postalcodeletters.changeStyle, .cl-visitingZipLetters.changeStyle{display: none;}.cl-postalcodeDigits.changeStyle, .cl-visitingZipDigits.changeStyle{width: 100%;}.cl-city.changeStyle, .cl-visitingCity.changeStyle{height: 0;display: none;}.cl-address.changeStyle, .cl-visitingAddress.changeStyle{height: 0;display: none;}#city.changeStyle, #visitingCity.changeStyle{background-color: rgba(242,242,242,0.3);}#address.changeStyle, #visitingAddress.changeStyle{background-color: rgba(242,242,242,0.3);}#postalcodeletters, #visitingZipLetters{text-transform: uppercase;}.deleteContent{width: 50px;height: 50px;position: absolute;bottom: 2%;right: 2%;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M19,4H15.5L14.5,3H9.5L8.5,4H5V6H19M6,19A2,2 0 0,0 8,21H16A2,2 0 0,0 18,19V7H6V19Z'/%3E%3C/svg%3E");background-position: center center;background-repeat: no-repeat;background-size: 50px;}#deleteFile + .areYouSure{opacity: 0;z-index: -2;-webkit-transition: all 250ms ease-out 0s;-moz-transition: all 250ms ease-out 0s;-ms-transition: all 250ms ease-out 0s;-o-transition: all 250ms ease-out 0s;transition: all 250ms ease-out 0s;}#deleteFile:checked + .areYouSure{width: 100%;height: 100%;opacity: 1;background-color: rgba(0, 0, 0, 0.6);z-index: 1;position: absolute;}#deleteFile + .areYouSure .sureBox{width: 100%;max-width: 450px;height: auto;padding: var(--space-xl);margin: -300px auto auto auto;background-color: var(--color-bg);border: 4px solid #a90000;overflow: auto;-webkit-border-radius: 5px;-moz-border-radius: 5px;-o-border-radius: 5px;border-radius: 5px; -webkit-transition: margin-top 500ms ease-out 0s;-moz-transition: margin-top 500ms ease-out 0s;-ms-transition: margin-top 500ms ease-out 0s;-o-transition: margin-top 500ms ease-out 0s;transition: margin-top 500ms ease-out 0s;}#deleteFile:checked + .areYouSure .sureBox{margin: 100px auto auto auto;-webkit-transition: margin-top 500ms ease-out 0s;-moz-transition: margin-top 500ms ease-out 0s;-ms-transition: margin-top 500ms ease-out 0s;-o-transition: margin-top 500ms ease-out 0s;transition: margin-top 500ms ease-out 0s;}.sureBox p{font-weight: bold;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}.answerYes, .answerNo{width: 49%;height: 30px;margin-top: var(--space-2xl);line-height: 30px;float: left;text-align: center;background-color: #eee;border: 1px solid #bdbdbd;cursor: pointer;}.answerYes{margin-right: 2%;}#advancedInformation + .advancedInfo{height: 0px;overflow: hidden;-webkit-transition: height 500ms ease-out 0s;-moz-transition: height 500ms ease-out 0s;-ms-transition: height 500ms ease-out 0s;-o-transition: height 500ms ease-out 0s;transition: height 500ms ease-out 0s;}#advancedInformation:checked + .advancedInfo{height: 100px;-webkit-transition: height 500ms ease-out 0s;-moz-transition: height 500ms ease-out 0s;-ms-transition: height 500ms ease-out 0s;-o-transition: height 500ms ease-out 0s;transition: height 500ms ease-out 0s;}#LadvancedInformation{width: 100%;padding-top: var(--space-md);border-top: 1px solid #b4b4b4;font-weight: bold;color: #757575;}#advancedInformation{-webkit-appearance: none;-moz-appearance: none;appearance: none;width: 20px;height: 10px;margin-top: -25px;background-color: transparent;background: transparent;border: none;cursor: pointer;display: inline-flex;align-items: center;justify-content: center;background-size: 100%;background-repeat: no-repeat;float: right;}#advancedInformation::before,#advancedInformation:before{content: '';width: 100%;height: 100%;background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23666' d='M7,15L12,10L17,15H7Z'/%3E%3C/svg%3E") no-repeat center;transition: background-image 0.2s ease;}#advancedInformation:checked::before,#advancedInformation:checked:before{background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23666' d='M7,10L12,15L17,10H7Z'/%3E%3C/svg%3E") no-repeat center;}.relationCall{width: 100px;height: 90px;margin-right: 1%;background-color: rgb(238, 238, 238);border: 1px solid #bbbbbb;position: relative;border-radius: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px;text-align: center;display: inline-block;*display: inline;*zoom: 1;vertical-align: top;position: relative;}.overlayCall{top: 20px;position: relative;z-index: 100;display: block;margin: auto;}.callInfoSmall{font-style: italic;display: inline-block;margin-top: 25px;color: #616161;}.backgroundFileWhite{width: 100%;height: 100%;top: 0;left: 0;position: absolute;}.audioDescription{height: 100px;width: 99%;max-width: 400px;position: absolute;top: -220px;bottom: 0;left: 0;right: 0;margin: auto;padding: var(--space-md);background-color: var(--color-bg);-webkit-box-shadow: 2px 2px 3px -2px rgba(190,190,190,1);-moz-box-shadow: 2px 2px 3px -2px rgba(190,190,190,1);box-shadow: 2px 2px 3px -2px rgba(190,190,190,1);}.audioHeader{font-weight: bold;}.universalViewer, .personalDiv, .personalImageViewer, .reparationViewer, .financialViewer, .managementViewer, .personalFileViewer{width: 100%;height: auto;margin-top: var(--space-md);padding: 1%;float: left;overflow: hidden;}.universalViewRow{width: 100%;height: auto;padding: 10px 0px;overflow: hidden;display: block;}.universalSubMenu{border-bottom: 1px solid #eee;padding-top: var(--space-sm);}.universalViewLink{border-bottom: 1px solid #eee;-webkit-transition: all 500ms ease-out 0s;-moz-transition: all 500ms ease-out 0s;-ms-transition: all 500ms ease-out 0s;-o-transition: all 500ms ease-out 0s;transition: all 500ms ease-out 0s;}.universalViewLink:hover{background-color: #f6f6f6;cursor: pointer;}.universalViewHeader{width: 100%;height: auto;font-weight: bold;margin-bottom: var(--space-xl);}.universalViewColumn{width: auto;height: auto;float: left;text-align: center;}.universalViewHeader .universalViewColumn{text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}.universalViewColumn:nth-child(1):nth-last-child(1){width: 100%;}.universalViewColumn:nth-child(1):nth-last-child(2),.universalViewColumn:nth-child(2):nth-last-child(1){width: 50%;}.universalViewColumn:nth-child(1):nth-last-child(3),.universalViewColumn:nth-child(2):nth-last-child(2),.universalViewColumn:nth-child(3):nth-last-child(1){width: 33.33%;}.universalViewColumn:nth-child(1):nth-last-child(4),.universalViewColumn:nth-child(2):nth-last-child(3),.universalViewColumn:nth-child(3):nth-last-child(2),.universalViewColumn:nth-child(4):nth-last-child(1){width: 25%;}.universalViewColumn:nth-child(1):nth-last-child(5),.universalViewColumn:nth-child(2):nth-last-child(4),.universalViewColumn:nth-child(3):nth-last-child(3),.universalViewColumn:nth-child(4):nth-last-child(2),.universalViewColumn:nth-child(5):nth-last-child(1){width: 20%;}.universalViewColumn:nth-child(1):nth-last-child(6),.universalViewColumn:nth-child(2):nth-last-child(5),.universalViewColumn:nth-child(3):nth-last-child(4),.universalViewColumn:nth-child(4):nth-last-child(3),.universalViewColumn:nth-child(5):nth-last-child(2),.universalViewColumn:nth-child(6):nth-last-child(1){width: 16.66%;}.universalViewColumn:nth-child(1):nth-last-child(7),.universalViewColumn:nth-child(2):nth-last-child(6),.universalViewColumn:nth-child(3):nth-last-child(5),.universalViewColumn:nth-child(4):nth-last-child(4),.universalViewColumn:nth-child(5):nth-last-child(3),.universalViewColumn:nth-child(6):nth-last-child(2),.universalViewColumn:nth-child(7):nth-last-child(1){width: 14.28%;}.universalViewColumn:nth-child(1):nth-last-child(8),.universalViewColumn:nth-child(2):nth-last-child(7),.universalViewColumn:nth-child(3):nth-last-child(6),.universalViewColumn:nth-child(4):nth-last-child(5),.universalViewColumn:nth-child(5):nth-last-child(4),.universalViewColumn:nth-child(6):nth-last-child(3),.universalViewColumn:nth-child(7):nth-last-child(2),.universalViewColumn:nth-child(8):nth-last-child(1){width: 12.5%;}.universalViewColumn:nth-child(1):nth-last-child(9),.universalViewColumn:nth-child(2):nth-last-child(8),.universalViewColumn:nth-child(3):nth-last-child(7),.universalViewColumn:nth-child(4):nth-last-child(6),.universalViewColumn:nth-child(5):nth-last-child(5),.universalViewColumn:nth-child(6):nth-last-child(4),.universalViewColumn:nth-child(7):nth-last-child(3),.universalViewColumn:nth-child(8):nth-last-child(2),.universalViewColumn:nth-child(9):nth-last-child(1){width: 11.11%;}.universalViewColumn:nth-child(1):nth-last-child(10),.universalViewColumn:nth-child(2):nth-last-child(9),.universalViewColumn:nth-child(3):nth-last-child(8),.universalViewColumn:nth-child(4):nth-last-child(7),.universalViewColumn:nth-child(5):nth-last-child(6),.universalViewColumn:nth-child(6):nth-last-child(5),.universalViewColumn:nth-child(7):nth-last-child(4),.universalViewColumn:nth-child(8):nth-last-child(3),.universalViewColumn:nth-child(9):nth-last-child(2),.universalViewColumn:nth-child(10):nth-last-child(1){width: 10%;}.universalViewColumn:first-child{text-align: left;}.universalViewColumn:last-child{text-align: right;}.universalMiniNote{font-size: 10px;font-weight: 100;color: #969696;}.universalViewTotalDescr, .universalViewTotal{width: 30%;font-weight: bold;text-align: right;float: left;}.universalViewTotalDescr{width: 70%;text-align: left;}#timeRegistration .universalViewColumn{text-align: left;}#timeRegistration .universalViewColumn strong{}#timeRegistration .universalViewColumn:nth-child(1){width: 20%;}#timeRegistration .universalViewColumn:nth-child(2){width: 50%;}#timeRegistration .universalViewColumn:nth-child(3){width: 15%;}#timeRegistration .universalViewColumn:nth-child(4){width: 10%;width: 15%;text-align: right;}#timeRegistration .universalViewColumn:last-child{width: 30px;padding-right: 2px;text-align: right;color: #c1c1c1;}.ticketPlay{color: var(--color-link);}#timeRegistration .universalViewTotal{padding-right: var(--space-2xl);}#addNewTicket1{width: 100%;height: auto;overflow: auto;}.formNotification{padding: var(--space-lg);}.formNotification .cl-ticketTitle1 label,.formNotification .cl-message1 label,.formNotification .cl-ticketDate1 label{display: none;}.formNotification .cl-ticketTitle1,.formNotification .cl-ticketDate1{margin-bottom: var(--space-xl);}#timeRegistration .emptyTickets .universalViewColumn:last-child,#timeRegistration .universalSubMenu .universalViewColumn:last-child{width: 100%;text-align: left;color: #000;}#timeRegistration .universalViewHeader{margin-top: var(--space-md);}.newProject, .projectToInvoice{width: 30%;max-width: 250px;height: 40px;float: right;margin-left: 1%;background-color: #6cd26c;border-bottom: 3px solid #1d6f1d;line-height: 40px;text-align: center;color: #fff;font-weight: bold;display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}.newProject{background-color: #eee;border-bottom: 3px solid #a9a9a9;color: #000;}.toInvoice{width: 100%;margin-top: var(--space-sm);border: 1px solid #969696;padding: 1px;display: inline-block;-webkit-border-radius: 3px;-moz-border-radius: 3px;-o-border-radius: 3px;border-radius: 3px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}.ticketPlay, .ticketStop, .ticketPause{background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAA7EAAAOxAGVKw4bAAACrklEQVRIx9VVTU8TURQ9d1pakkn/gF9DCCt0pYQ/IMHohqJJdzbTV2JjdEOsEHfdCroxhlh1pk3dvagpGzaAPwDFFbCChE6M/oGZAC3OdcGDjDNTqO64qzvv3nfOvfe89wY470anBaWUKdd1JwFMALgO4JIK/QDwnZmbmUymmcvl2v9MYFnWPSKaAzB4RpE7RDRTKBQ+90QgpUy4rvscwBO1tEFE74loRdO0XQDwfX+AmceYeQrANZX3wnGc2Uql4gfxkmGCAHibiKZbrdab8CYAmwA2pZSvXdd9COAlgLJhGAxgpmsHaiwfAbQB3BZCfOlFyHq9ftP3/SUAKSKaLBQKzeOYFhRUzRxENB0Gt217uBuBaZqrRFQGAGael1KmIgTqtAwC2NB1vRqDs2ZZltmNRNf1BTW6Ic/zJiIEzJxV7rtcLvc7DoOIapZlNRqNhh4Oqj2W+owS4OicA8DKafMmovuHh4drcSPzfX9ZFTsSISCiCwCwt7fn4GwbBvDNtu0HIfKWci/GdQAA6O/vJ/ynpdPp470nxzqowU9VxeUesLYAjAgh3gYX9/f3ryj3V9yI1hXR+GnIzPwhmUyOCiG2wjEiuqXcr3EdNFXSlJQyEYPtMXOhWCzm8/m8Fw5KKRNEJNTnYoQgk8k0AewAuKquf9hGi8VivVtnnuc9xpH4251O54TgL0FrtdpdZv4EoK1p2h3TNFd70AO2bY8BWALQByArhIgnUMnzAMo4euzKuq4vdLl4qFQqScMwHjHzvAKfE0LMBnMir6njOLOGYTAzP2XmV67rlmzbtnzfXz44ONgFgHQ6PZBIJMaZucjMxxduznGcZxHhu7Vdq9WyqrKhMya0DaAcHEtPBABQrVb7UqlUFsAEM99A4JdJROvM3Ox0OoulUqnTi1bn0/4ArcYhiPEoXUIAAAAldEVYdGRhdGU6Y3JlYXRlADIwMjAtMDUtMTlUMTI6Mzc6MzIrMDA6MDD3thFaAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDIwLTA1LTE5VDEyOjM3OjMyKzAwOjAwhuup5gAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAAASUVORK5CYII=);background-repeat: no-repeat;background-position: center center;background-size: 18px;}.ticketStop{background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAA7EAAAOxAGVKw4bAAACnElEQVRIx92Vv0+TcRDGP/e25aWDhFnBYMNkXSgslMUEgnECYiBxVRJDdCFWCls3KIiLhkiUf6AYUxYXUCfLoK0OdKOA4o/NREgEXuh7Dn3bvLb8KGx6y/vNe3fPc/fcvd8X/nWT45zBWLbGNLf6xNAeVUJAg+P6KkJGVZJ7u3XJbCxonZqgZfzdDRGZBAInFJlDZCQTbX9ZFUF/IuFZXW+Mi+p9J2JFlOcH2EvqObcBIPntJi9GlwqDKFec1IeZ3fYoMbHdeN5yAhe4JaLD6Z3w0/IkIAtk+xOJJ7n1hiGUaSAS8i9rBkaO7MCR5QVgoXo9M9bxpppBtsRTnaK8AmpE6EtHw8miz3AP1NEcER2uFhzgYzT8WpEIgCpTwVi2poLANLf6gADCSuDSt9lqwYvWHNickYJ0zbXmr57KGQi9hYc+mx8YyLuTQxMpPQw0MxouSTw/MJAPjS/PIfpI0R5g/q8OBDsEYOc9S6etviSHbS8WwKStQiJFzgNY1s6XsxKYXv3sHC9UEBSt3u+TqhHL7GDHW8wtrbVLIv0O8DvvbTwrQd6Xv+gcf1R2IJIGEI/dfVYCNbjmgL0vvittkaokQW+KMtifSDx2b5J7W46y/kTCk1uTWwAq9kJFB3u7dUkgpxDMrTcMnbb6tbWGe8BlYNWoNysJsrGghUjhHlGmW+KpzmrBW8aXuxSmAGw0kr7Ttl9Svjw4NJGaAiKApUikObA5U/7hFe1q7K13u9a864D7QCczox1Rd0yltjE1Qv7lCZQHTkBWVeYM217c2bc2APy+mqa8x+gW9LYjC6CTmd3wWPnNe+TwWuOpXlWmgOYTFFq10cin0Y6Fw5zHbkfr7AcfP61eRXsQacX1y0Q1rQZJo95ccGv+/9kflDYBK9TLS2AAAAAldEVYdGRhdGU6Y3JlYXRlADIwMjAtMDUtMTlUMTI6MDI6MDErMDA6MDA3GqFhAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDIwLTA1LTE5VDEyOjAyOjAxKzAwOjAwRkcZ3QAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAAASUVORK5CYII=);}.ticketPause{background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAA7EAAAOxAGVKw4bAAACaUlEQVRIx92VzU5TURDHf9MrLYv2BfwqIawMK/UJFElcATG5+96SQOJGQ4W4YysQNmpIDb2wPjGmrFxA9AEMbgg7SPBi9AF6CJQb77jwtKltgcJOZ3Nmzpwz/5n/nA/410XOcxpj0tbaCWAMuAvcdK7vwFdVreZyuarv+6eXBqhUKk9EZAEYvCDJfRGZLRQKH3oCMMZ41tpXwIyb2hGRiohspVKpA4AkSQZUdURVJ4Fht24piqK5+fn5pDXetXaAluB14HkUReX2TcAusGuMeVOr1aZFZBko5fN5BWbPrMDR8h6oq+rjYrH4uZdGhmH4APgIpEVkolAoVBu+VGtDHeeo6rNegwMEQfCpQamqLhpj0h0A7rQMAjuHh4fv2jLUMAz1LBsgm82uOOqGjo6OxjoAVHXcqatdOL9QfN//BVSc2QnAn3MOsHXZ4A1JkmTTJXu/A0BErgMcHx9HVwUQkW9OvdGtAgD6+/ul54htkslkGnubFLf24IfL4tZVAU5OTm479Wc3irbd+OiqAJ7njTr1S7cKqm6cNMZ4lw1ujPFUtejMjcZ886nI5XJVa+0+MFyr1aaBtw1fEAR/9aXdBrDWPgXuAHtxHDcBmhX4vn8qIrOOpuX19fWHvWYfhuEIsOTM0tTUVNykvsviRaAEnAIz2Wx2xV2irrS4zJeAPmAhCIK51jUdr2kURXP5fF5V9QXw2lo7HYZhJUmSzXq9fgCQyWQGPM8btdYWHS0AC1EUvWyPd+aZX1tbG1fVRWDoAob2gFIQBBvdnOdeqnK53JdOp8eBMVW9R8uXKSLbqlqN43ijlfP/T34DCF8MDIkP/G4AAAAldEVYdGRhdGU6Y3JlYXRlADIwMjAtMDUtMTlUMTI6MzU6NTkrMDA6MDA3K5waAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDIwLTA1LTE5VDEyOjM1OjU5KzAwOjAwRnYkpgAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAAASUVORK5CYII=);}.labelPosition{width: 100%;height: auto;overflow: auto;position: relative;}.labelCover{width: 100%;height: 100%;top: 0;left: 0;position: absolute;background-color: transparent;-webkit-transition: all 500ms ease-out 0s;-moz-transition: all 500ms ease-out 0s;-ms-transition: all 500ms ease-out 0s;-o-transition: all 500ms ease-out 0s;transition: all 500ms ease-out 0s;}.labelCover:hover{background-color: rgba(190, 190, 190, 0.2);;}.ticketHeader, .ticketRow{position: relative;}.ticketSelectCol{width: 36px;height: 100%;position: absolute;top: 0;left: 0;text-align: center;z-index: 2;}.ticketHeader .ticketSelectCol{padding-top: 0;}.ticketRow .ticketSelectCol{padding-top: 14px;}.ticketSelect{width: 18px;height: 18px;margin: 0;cursor: pointer;vertical-align: middle;}.ticketSelectLabel{display: none;}.ticketRowBody > .universalViewColumn:first-child{padding-left: 36px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}.ticketRow.rowSelected{background-color: rgba(108, 210, 108, 0.06);}.projectToInvoice.disabled{background-color: #ccc;border-bottom-color: #999;opacity: 0.5;cursor: not-allowed;pointer-events: none;}.ticketInvoicedBadge{display: inline-block;margin-top: var(--space-sm);padding: 0 var(--space-sm);border: 1px solid var(--color-warning);border-radius: var(--radius-sm);background-color: var(--color-warning-bg);color: var(--color-warning);}form[name="editTicket"] div div label + input,form[name="editTicket"] div div label + textarea{margin-bottom: var(--space-md);}.newOrderSentinel{font-weight: bold;}.newOrderBanner{margin: 0 0 12px 0;padding: 10px 14px;background-color: #eaf4fc;border-left: 4px solid #2b80c6;color: #1a3a5c;font-size: var(--fs-body);line-height: 1.4;}.fieldHidden{display: none;}.cl-postalcodeDigitsNewOrderFromUren,.cl-numberNewOrderFromUren,.cl-visitingZipDigitsNewOrderFromUren,.cl-visitingNumberNewOrderFromUren{width: 70%;}.cl-postalcodelettersNewOrderFromUren,.cl-numberAdditiveNewOrderFromUren,.cl-visitingZipLettersNewOrderFromUren,.cl-visitingNumberAdditiveNewOrderFromUren{width: 28%;margin-left: 2%;margin-top: 13px;}#conversation{width: 100%;height: 100%;overflow: auto;}.tableTitle{width: 100%;height: auto;margin: 5px auto 5px auto;font-weight: bold;}.tableDescription{width: 100%;height: auto;margin: 5px auto 20px auto;}#conversation .universalTr{padding: 10px 0px;-webkit-transition: all 500ms;-moz-transition: all 500ms;-ms-transition: all 500ms;-o-transition: all 500ms;transition: all 500ms;}#conversation .universalTrHover:hover{background-color: #eee;}#conversation .universalTh{font-weight: bold;}#conversation .universalTd{}#getInContact{width: 100%;height: 100%;overflow: auto;}#getInContact .universalTh {font-weight: bold;}#getInContact .universalTr {padding: 25px 10px;border-bottom: 1px solid #eee;-webkit-transition: all 500ms;-moz-transition: all 500ms;-ms-transition: all 500ms;-o-transition: all 500ms;transition: all 500ms;}#getInContact .universalTh:first-child,.getInContactLink .universalTd:first-child{width: 80%!important;}#getInContact .universalTh:nth-child(2),.getInContactLink .universalTd:nth-child(2){width: 20%!important;text-align: right;}#getInContact .universalTrHover:hover {background-color: #f6f6f6;}.getInContactLink{width: 100%;height: auto;padding: 10px 0px;display: block;}.getInContactInfo{display: -webkit-box;line-clamp: 5; -webkit-line-clamp: 5; -webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}.getInContactInfo:first-child{width: 100%;height: auto;margin-bottom: var(--space-md);font-weight: bold;font-style: italic;}.updateProgress{width: 200px;display: block;cursor: pointer;float: left;margin-right: var(--space-md);margin-top: var(--space-xl);padding: var(--space-md);border: var(--border-base);background-color: #eee;border-bottom: 3px solid #b7b7b7;}.progress1, .progress2, .progress3, .progress4, .progress5{width: 25px;height: 25px;margin-top: var(--space-xl);margin-right: var(--space-md);background-size: 100%;display: block;float: left;}.progress1{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%234CAF50' d='M17,0H7A2,2 0 0,0 5,2V18A2,2 0 0,0 7,20H17A2,2 0 0,0 19,18V2A2,2 0 0,0 17,0M17,18H7V2H17V18M15,10H9V12H15V10M15,6H9V8H15V6M13,14H9V16H13V14Z'/%3E%3C/svg%3E");}.progress2{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FF9800' d='M17,0H7A2,2 0 0,0 5,2V18A2,2 0 0,0 7,20H17A2,2 0 0,0 19,18V2A2,2 0 0,0 17,0M17,18H7V2H17V18M15,10H9V12H15V10M15,6H9V8H15V6M13,14H9V16H13V14Z'/%3E%3C/svg%3E");} .progress3{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23F44336' d='M17,0H7A2,2 0 0,0 5,2V18A2,2 0 0,0 7,20H17A2,2 0 0,0 19,18V2A2,2 0 0,0 17,0M17,18H7V2H17V18M15,10H9V12H15V10M15,6H9V8H15V6M13,14H9V16H13V14Z'/%3E%3C/svg%3E");} .progress4{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23F44336' d='M13,13H11V7H13M13,17H11V15H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z'/%3E%3C/svg%3E");}.progress5{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FF9800' d='M10,4A4,4 0 0,1 14,8A4,4 0 0,1 10,12A4,4 0 0,1 6,8A4,4 0 0,1 10,4M10,14C14.42,14 18,15.79 18,18V20H2V18C2,15.79 5.58,14 10,14M20,12V7H22V12H20M20,16V14H22V16H20Z'/%3E%3C/svg%3E");}.getInContactInfo .timeTable{width: auto;height: 25px;margin-top: var(--space-xl);line-height: 25px;}.progressRelationTitle{width: 100%;padding-bottom: var(--space-md);text-decoration: underline;display: block;}.contactAlert{border-left: 3px solid #eee;}.contactAlert1{border-left: 3px solid #6cd26c;}.contactAlert2{border-left: 3px solid #f1ad6a;}.contactAlert3{border-left: 3px solid #bd1111;}.connRelations{width: 100%;height: auto;padding: 20px 10px 10px 0px;overflow: auto;border-top: 1px solid #eee;}.connRelations labe{width: 100%;height: auto;padding: 20px 10px 10px 0px;overflow: auto;border-top: 1px solid #eee;}.connRelations label:hover{font-weight: bold;}.connectRelations label.generalOnOff{width: 50%;height: auto;display: block;float: left;}.addLinkToRelation{}.moreRelations{width: 100%;height: auto;padding: var(--space-md);overflow: auto;border: var(--border-base);}@media all and (min-width: 760px) and (orientation: portrait), (min-width: 760px) and (orientation: landscape){.personalDiv,.personalImageViewer,.reparationViewer,.financialViewer,.managementViewer{width: 100%;}.relationInfo, .relationCorrespondence{width: 49%;margin: 0 1% 0 0;float: left;}.relationCorrespondence{margin: 0 0 0 1%;}.quickAccess{width: 100%;height: auto;float: left;}.quickButton{width: 33.33%;height: 30px;line-height: 30px;float: left;text-align: center;font-weight: bold;cursor: pointer;background-color: #f7f7f7;-webkit-transition: background 500ms ease-out 0s;-moz-transition: background 500ms ease-out 0s;-ms-transition: background 500ms ease-out 0s;-o-transition: background 500ms ease-out 0s;transition: background 500ms ease-out 0s;}.quickButton:hover{text-decoration: none;background-color: #eee;}.quickButtonA{width: 33.33%;height: 30px;line-height: 30px;float: left;text-align: center;font-weight: normal;cursor: pointer;color: #656565;background-color: #f7f7f7;-webkit-transition: background 500ms ease-out 0s;-moz-transition: background 500ms ease-out 0s;-ms-transition: background 500ms ease-out 0s;-o-transition: background 500ms ease-out 0s;transition: background 500ms ease-out 0s;text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);}.quickButtonA:hover{text-decoration: none;}.mailMessage{width: 100%;height: auto;max-height: 500px;margin: 1% 0 1% 0;overflow: auto;float: left;}.message{width: 100%;height: auto;margin: 2px auto 2px auto;overflow: auto;}#answerMail + .answerMessage{display: none;}#answerMail:checked + .answerMessage{display: block;}.managementInfo{width: 100%;}.headerInformation{padding: 0.2%;}.headerInformation .information{max-width: 100%;}#timeRegistration .universalViewColumn:nth-child(4){width: 10%;width: calc(15% - 30px);width: -moz-calc(15% - 30px);width: -webkit-calc(15% - 30px);width: -o-calc(15% - 30px);text-align: right;}}@media all and (min-width: 760px) and (orientation: portrait), (min-width: 760px) and (orientation: landscape){}.ritSearchHeader .searchInTable{width: 100%;float: none;margin-bottom: 8px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}.ritSearchHeader .searchFilter{height: 40px;width: 32.6%;padding: 3px 20px 3px 5px;margin-right: 1%;border: 1px solid #e5e5e5;outline: none;background-color: #F2F2F2;float: left;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}.ritSearchHeader .searchFilter:last-child{margin-right: 0;}.ritStatus{display: inline-block;padding: 2px 8px;border-radius: 3px;font-size: var(--fs-small);line-height: 18px;font-weight: bold;white-space: nowrap;}.ritStatus-actief{background-color: #fff4e0;color: #9a6b00;}.ritStatus-afgerond{background-color: #eef0f2;color: #555555;}.ritStatus-gefactureerd{background-color: #e3f5e8;color: #1c7a3e;}.ritDetail{max-width: 900px;}.ritDetailHead{overflow: auto;margin-bottom: 12px;}.ritDetailBack{float: left;line-height: 38px;text-decoration: none;}.ritDetailActions{float: right;}.ritDetailEdit, .ritDetailDelete{display: inline-block;height: 38px;line-height: 38px;padding: 0 16px;margin-left: 8px;border-radius: 3px;cursor: pointer;color: #FFF;font-weight: bold;}.ritDetailEdit{background-color: #2d6cdf;}.ritDetailDelete{background-color: var(--color-error);}.ritDetailCard{background-color: var(--color-bg);border: 1px solid #e5e5e5;border-radius: 4px;padding: 16px;margin-bottom: 16px;}.ritDetailTitle{overflow: auto;margin-bottom: 12px;border-bottom: 1px solid #eee;padding-bottom: 8px;}.ritDetailTitle h1{float: left;margin: 0;font-size: var(--fs-h2);line-height: 26px;}.ritDetailTitle .ritStatus{float: right;margin-top: var(--space-xs);}.ritDetailGrid{margin: 0;overflow: auto;}.ritDetailGrid dt{float: left;clear: left;width: 35%;padding: 6px 0;color: #777777;}.ritDetailGrid dd{float: left;width: 65%;margin: 0;padding: 6px 0;}.ritDetailSub{color: #999999;font-size: var(--fs-small);}.ritDetailMap{background-color: #f6f6f6;border: 1px dashed #cccccc;border-radius: 4px;min-height: 120px;text-align: center;}.ritDetailMapPlaceholder{color: #999999;line-height: 120px;margin: 0;}.serverPage{max-width: 1000px;margin: 0 auto;padding: var(--space-xl);}.serverHeader{display: flex;align-items: baseline;justify-content: space-between;gap: var(--space-md);margin-bottom: var(--space-lg);}.serverTitle{font-family: var(--font-family-display);font-size: var(--fs-h1);font-weight: var(--fw-bold);color: var(--color-heading-1);margin: 0;}.serverGlance{font-size: var(--fs-small);color: var(--color-text-muted);}.serverGrid{display: grid;grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));gap: var(--space-lg);}.serverCard{background: var(--color-bg-subtle);border: var(--border-width) solid var(--color-border);border-radius: var(--radius-lg);box-shadow: var(--shadow-card);padding: var(--space-lg);}.serverCardTitle{font-size: var(--fs-small);font-weight: var(--fw-semibold);text-transform: uppercase;letter-spacing: var(--ls-wide);color: var(--color-text-muted);margin: 0 0 var(--space-sm) 0;}.serverBig{font-family: var(--font-family-display);font-size: var(--fs-h2);font-weight: var(--fw-bold);color: var(--color-heading);line-height: var(--lh-tight);}.serverSub{font-size: var(--fs-small);color: var(--color-text-soft);margin-top: var(--space-xs);}.serverMeta{font-family: var(--font-family-mono);font-size: var(--fs-small);color: var(--color-text-dim);margin-top: var(--space-xs);}.serverBar{margin-top: var(--space-sm);height: 8px;border-radius: var(--radius-pill);background: var(--color-bg-muted);overflow: hidden;}.serverBarFill{height: 100%;border-radius: var(--radius-pill);}.serverBarFill-ok{background: var(--color-success);}.serverBarFill-warn{background: var(--color-warning);}.serverBarFill-alert{background: var(--color-error);}.serverNa{font-size: var(--fs-body);color: var(--color-text-dim);font-style: italic;}.styleguideSection h2{margin-top: 0;padding-bottom: var(--space-sm);border-bottom: var(--border-base);}.styleguideSection h3{margin-top: var(--space-xl);margin-bottom: var(--space-sm);font-size: var(--fs-body);color: var(--color-text-soft);}.styleguideWrap{display: none;}.styleguideWrap:target{display: block;}#infoLayer:not(:has(.styleguideWrap:target)) .styleguideWrap:first-of-type{display: block;}.styleguideNavList{list-style: none;padding: 0;margin: 0;}.styleguideNavList li{margin: 0;padding: 0;}.styleguideNavItem{display: block;cursor: pointer;}.styleguideNavItem a{display: block;padding: var(--space-md) var(--space-lg);text-decoration: none;color: var(--color-text);border-radius: var(--radius-md);margin-bottom: var(--space-xs);background: var(--color-bg-muted);}.styleguideNavItem a:hover{background: var(--color-border);}.styleguideDemoCell{background: var(--color-bg-subtle);border: 1px dashed var(--color-border-strong);min-height: 60px;display: flex;align-items: center;justify-content: center;color: var(--color-text-muted);}.styleguideMenuDemo{display: flex;flex-wrap: wrap;gap: var(--space-xs);padding: var(--space-md);background: #2c3e50;border-radius: var(--radius-md);}.styleguideMenuDemo .hoofdmenuKolom,.styleguideMenuDemo .hoofdmenuKolomLabel,.styleguideMenuDemo .subMenu{background: transparent;}.styleguideMenuDemo .hoofdmenuLink,.styleguideMenuDemo .hoofdmenuLinkActief{color: var(--color-bg);padding: var(--space-sm) var(--space-md);}.styleguideIconGrid{display: grid;grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));gap: var(--space-md);margin-top: var(--space-md);}.styleguideIconCard{text-align: center;padding: var(--space-md) var(--space-sm);background: var(--color-bg-subtle);border: var(--border-base);border-radius: var(--radius-md);}.styleguideIconBox{display: flex;align-items: center;justify-content: center;height: 48px;}.styleguideIconBox .svgIcon{width: var(--icon-lg);height: var(--icon-lg);}.styleguideIconCard code{display: block;margin-top: var(--space-sm);font-size: var(--fs-small);background: transparent;color: var(--color-text-soft);padding: 0;}.styleguideMenuIconPreview{display: inline-block;width: var(--icon-lg);height: var(--icon-lg);border-radius: var(--radius-sm);background-color: var(--color-border);}.styleguideSwatchGrid{display: grid;grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));gap: var(--space-md);margin: var(--space-md) 0 var(--space-xl);}.styleguideSwatch{border: var(--border-base);border-radius: var(--radius-md);overflow: hidden;background: var(--color-bg);}.styleguideSwatchColor{height: 60px;border-bottom: var(--border-base);}.styleguideSwatchMeta{padding: var(--space-sm) var(--space-md);}.styleguideSwatchMeta code{display: block;margin-bottom: 2px;background: transparent;padding: 0;color: var(--color-text);font-size: var(--fs-h5);}.styleguideSwatchMeta small{color: var(--color-text-dim);font-size: var(--fs-small);}.styleguideSpacingList{display: flex;flex-direction: column;gap: var(--space-sm);margin-top: var(--space-md);}.styleguideSpacingRow{display: flex;align-items: center;gap: var(--space-md);}.styleguideSpacingBox{background: var(--color-link);border-radius: 2px;flex-shrink: 0;}.styleguideSpacingRow code{min-width: 90px;}.styleguideShadowGrid{display: grid;grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));gap: var(--space-xl);margin: var(--space-xl) 0;padding: var(--space-md);}.styleguideShadowCard{background: var(--color-bg);border-radius: var(--radius-md);padding: 18px;text-align: center;}.styleguideShadowCard strong{display: block;margin-bottom: var(--space-sm);}.styleguideShadowCard code{font-size: 10px;background: transparent;color: var(--color-text-dim);padding: 0;}.styleguideModeIndicator{display: inline-block;padding: var(--space-sm) var(--space-lg);border-radius: var(--radius-md);background: var(--color-border);color: var(--color-text);font-weight: var(--fw-semibold);margin: var(--space-xs) 0;}.styleguideModeIndicatorScheme::after{content: 'Light mode actief';}.styleguideModeIndicatorViewport::after{content: '< 480px (mobile)';}.styleguidePrintOnly{display: none;}@media all and (min-width: 480px) and (orientation: portrait), (min-width: 480px) and (orientation: landscape){.styleguideModeIndicatorViewport::after{content: '480+ (small)';}}@media all and (min-width: 760px) and (orientation: portrait), (min-width: 760px) and (orientation: landscape){.styleguideModeIndicatorViewport::after{content: '760+ (tablet / desktop)';}}@media all and (min-width: 1366px) and (orientation: portrait), (min-width: 1366px) and (orientation: landscape){.styleguideModeIndicatorViewport::after{content: '1366+ (laptop)';}}@media all and (min-width: 1920px) and (orientation: portrait), (min-width: 1920px) and (orientation: landscape){.styleguideModeIndicatorViewport::after{content: '1920+ (Full HD desktop)';}}@media all and (min-width: 2560px) and (orientation: portrait), (min-width: 2560px) and (orientation: landscape){.styleguideModeIndicatorViewport::after{content: '2560+ (4K / WQHD)';}}.dangerZone{border: 1px solid #d9534f;border-radius: 4px;padding: var(--space-xl);background: #fdf2f2;}.dangerZone h2{color: #d9534f;margin: 0 0 10px 0;text-align: left;}.dangerZone p{margin: 0 0 20px 0;}.dangerButton{display: inline-block;padding: 10px 20px;background: #d9534f;color: #fff;border-radius: 4px;cursor: pointer;font-weight: bold;}.dangerButton:hover{background: #c9302c;}.formButtons{display: flex;gap: 10px;margin-top: var(--space-xl);}.formButtons > *{-webkit-box-flex: 1;-ms-flex: 1 1 50%;flex: 1 1 50%;}.formButtons .cancelButton{display: block;padding: 10px 20px;background: #e4e4e4;color: #3e3e3e;border-radius: 4px;text-align: center;cursor: pointer;font-weight: bold;}.formButtons .cancelButton:hover{background: #d4d4d4;}.formButtons .cl-submitDanger,.formButtons .cl-submitDanger .clLayer,.formButtons .cl-submitPrimary,.formButtons .cl-submitPrimary .clLayer{width: 100%;}.formButtons input[type='submit'].submitDanger{width: 100%;padding: 10px 20px;background: #d9534f;color: #fff;border: none;border-radius: 4px;cursor: pointer;font-weight: bold;}.formButtons input[type='submit'].submitDanger:hover{background: #c9302c;}.formButtons input[type='submit'].submitPrimary{width: 100%;padding: 10px 20px;background: #26A3C9;color: #fff;border: none;border-radius: 4px;cursor: pointer;font-weight: bold;}.formButtons input[type='submit'].submitPrimary:hover{background: #1f86a3;}.uptimePage{max-width: 820px;margin: 0 auto;padding: var(--space-xl);}.uptimeHeader{display: flex;align-items: baseline;justify-content: space-between;gap: var(--space-md);margin-bottom: var(--space-lg);}.uptimeTitle{font-family: var(--font-family-display);font-size: var(--fs-h1);font-weight: var(--fw-bold);color: var(--color-heading-1);margin: 0;}.uptimeSummary{font-size: var(--fs-small);font-weight: var(--fw-semibold);border-radius: var(--radius-pill);padding: var(--space-xs) var(--space-md);}.uptimeSummary-ok{background: var(--color-success-bg);color: var(--color-success);}.uptimeSummary-alert{background: var(--color-error-bg);color: var(--color-error);}.uptimeList{list-style: none;margin: 0;padding: 0;border: var(--border-width) solid var(--color-border);border-radius: var(--radius-lg);box-shadow: var(--shadow-card);overflow: hidden;}.uptimeRow{display: grid;grid-template-columns: auto 1fr auto auto;align-items: center;gap: var(--space-md);padding: var(--space-md) var(--space-lg);border-bottom: var(--border-width) solid var(--color-border);}.uptimeRow:last-child{border-bottom: none;}.uptimeDot{width: 12px;height: 12px;border-radius: var(--radius-pill);flex-shrink: 0;}.uptimeDot-up{background: var(--color-success);}.uptimeDot-down{background: var(--color-error);}.uptimeHost{font-family: var(--font-family-mono);font-size: var(--fs-body);color: var(--color-text);}.uptimeStatus{font-size: var(--fs-small);font-weight: var(--fw-semibold);}.uptimeStatus-up{color: var(--color-success);}.uptimeStatus-down{color: var(--color-error);}.uptimeRaw{display: none;}.uptimeChecked{font-family: var(--font-family-mono);font-size: var(--fs-small);color: var(--color-text-soft);white-space: nowrap;}.uptimeNote{margin-top: var(--space-md);font-size: var(--fs-small);color: var(--color-text-muted);}.uptimeUnavailable{border: var(--border-width) solid var(--color-border);border-radius: var(--radius-lg);background: var(--color-bg-subtle);padding: var(--space-xl);color: var(--color-text-muted);}.uptimeUnavailable code{font-family: var(--font-family-mono);background: var(--color-bg-muted);border-radius: var(--radius-sm);padding: 0 var(--space-xs);}