@import"https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;1,700&display=swap";@import"https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;1,700&display=swap";*{font-family:"Open Sans",sans-serif;margin:0px;padding:0px;box-sizing:border-box;outline:none}html{scroll-behavior:smooth}body{font-family:"Open Sans",sans-serif;width:100%;font-size:16px;color:#202020;background-color:#eee;padding-top:0}a{text-decoration:none;font-weight:400;transition:.2s;cursor:pointer}::selection{color:#0072ff;background:#6af}h1,h2,h3,h4,h5,h6{line-height:1;font-weight:600;text-align:center;padding-bottom:8px}h1{font-size:36px;width:100%}h2{font-size:30px}h3{font-size:24px}h4{font-size:22px}h5{font-size:20px}h6{font-size:18px}table,tr,td{color:inherit}p,ul,ol,dl,address{line-height:1.5}pre{font-family:"Arial",sans-serif;white-space:pre-wrap}hr{border:.5px solid #666}nav ul{list-style:none}img,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto;width:auto}img{border-style:none}.noselect{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.showDollar:before{content:"$";font-size:inherit}.defaultTip{border-bottom:1px dotted gray}.loadingDiv{padding:20px}.loadingDiv div{width:90px;height:90px;margin:0px auto;object-fit:scale-down;background:url("img/TemplateIcons/loading.gif") no-repeat;background-size:contain}.grid2,.grid2s{display:grid;grid-template-columns:1fr 1fr}.grid3,.grid3s{display:grid;grid-template-columns:1fr 1fr 1fr}.grid4,.grid4even,.grid4s{display:grid;grid-template-columns:1fr 1fr 1fr 1fr}.grid5,.grid5s{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr}.grid6,.grid6s{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr}.grid2s{grid-gap:1rem}.grid3s{grid-gap:1rem}.grid4s{grid-gap:1rem}.grid5s{grid-gap:1rem}.grid6s{grid-gap:1rem}.gridCenterVert{display:grid;align-items:center}.gridCenter{display:grid;justify-items:center}@media screen and (max-width: 1280px){.gridStack{grid-template-columns:1fr}}.container,.dashboard{display:block;width:100%;max-width:100vw;max-width:100vw;min-width:0;margin-left:auto;margin-right:auto;position:relative;padding:0 16px}@media screen and (min-width: 768px)and (max-width: 1280px){.container,.dashboard{width:768px}}@media screen and (min-width: 1280px){.container,.dashboard{width:1280px}}@media screen and (min-width: 1400px){.container,.dashboard{width:1400px}}.container.pad,.dashboard{padding-top:16px;padding-bottom:16px}.container.pad.lg,.lg.dashboard{padding-top:48px;padding-bottom:48px}.defaultContent{background-color:#eee}.pageContent{margin-top:80px}.pageContent.slide{display:grid;justify-content:center;grid-template-columns:1fr;padding-top:80px}.pageContent.slide .container,.pageContent.slide .dashboard{justify-content:center;align-items:center;display:grid}.pageContent.full{min-height:100%}.oneLine{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.twoLines{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.threeLines{overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.minPageHeight,.dashboard{min-height:75vh}#defaultModal,.defaultModal,.ModalClose{display:none;overflow-y:overlay;opacity:0;position:fixed;width:100vw;height:100vh;max-height:100%;max-width:100%;z-index:999;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.6)}#defaultModal *,.defaultModal *,.ModalClose *{pointer-events:none}#defaultModal .close,.defaultModal .close,.ModalClose .close{position:absolute;top:8px;right:8px;font-size:24px;z-index:999;color:#eee;background-color:#404040;padding:0px 8px;border-radius:4px;pointer-events:all;user-select:none;cursor:pointer}#defaultModal .close:hover,.defaultModal .close:hover,.ModalClose .close:hover{background-color:#eee;color:#272727}#defaultModal .previous,#defaultModal .next,.defaultModal .previous,.ModalClose .previous,.defaultModal .next,.ModalClose .next{position:absolute;top:45%;border-radius:50%;background-color:rgba(0,0,0,.6);padding:8px;margin:8px;border:solid 1px rgba(238,238,238,.25)}#defaultModal .previous:hover,#defaultModal .next:hover,.defaultModal .previous:hover,.ModalClose .previous:hover,.defaultModal .next:hover,.ModalClose .next:hover{background-color:#000;border:solid 1px #eee}#defaultModal .next,.defaultModal .next,.ModalClose .next{right:0}#defaultModal .next:after,.defaultModal .next:after,.ModalClose .next:after{content:"";display:inline-block;background-image:url("/media/icons/standard/chevronRightLight.svg");height:36px;width:36px;background-size:contain;background-repeat:no-repeat;background-position:center}#defaultModal .previous,.defaultModal .previous,.ModalClose .previous{left:0}#defaultModal .previous:after,.defaultModal .previous:after,.ModalClose .previous:after{content:"";display:inline-block;background-image:url("/media/icons/standard/chevronLeftLight.svg");height:36px;width:36px;background-size:contain;background-repeat:no-repeat;background-position:center}.modalContent{padding:0px}.modalClickableContainer *{pointer-events:all !important}.ModalClose{display:block !important;pointer-events:all !important;z-index:-1;opacity:1;background-color:rgba(0,0,0,.6);cursor:pointer}.ModalClose:hover{background-color:rgba(26,26,26,.6)}.navHeight{height:48px;width:100%;margin:0;padding:0}.bgImage{background-size:cover !important;background-position:center center !important;background-repeat:no-repeat !important}.deleteIcon{background:url("img/TemplateIcons/red-x.png") no-repeat;background-size:contain;background-position:center center;width:24px;height:24px;cursor:pointer;transition:transform .1s;border:none}.deleteIcon:hover{transform:scale(1.5)}.loginBox{background-color:#eee;width:400px;overflow:auto;padding:20px;text-align:center;border-radius:8px;border:1px solid #a2a2a2;margin:0;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.labeledInput{margin:20px 0 5px 0;position:relative;border:0;box-sizing:border-box;text-align:left}.labeledInput label{display:block;text-align:left;box-sizing:border-box;padding:0 6px;color:#777;position:absolute;top:8px;left:0px;font-size:16px;z-index:0;transition-duration:.1s;transition-timing-function:linear;pointer-events:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.labeledInput input:focus+label,.labeledInput input:not(:placeholder-shown)+label,.labeledInput textarea:focus+label,.labeledInput textarea:not(:placeholder-shown)+label{top:-18px !important;left:0px !important;font-size:14px;background:rgba(0,0,0,0);z-index:2}.labeledInput input:focus+label,.labeledInput input label.active,.labeledInput textarea:focus+label,.labeledInput textarea label.active{color:#202020}.labeledInput label.active{top:-18px !important;left:0px !important;font-size:14px;background:rgba(0,0,0,0);z-index:2}.labeledInput:placeholder{color:#cecece}.defaultInput.errorInput{border-color:#c00;background-color:#ece2e2}.defaultInput.warningInput{border-color:#eb7f00;background-color:#eee8e2}.defaultInput,.defaultSelect,.DefaultInputError{width:100%;padding:5px;font-size:18px;background-color:#eee;color:#202020;font-weight:400;border:#666 1px solid;text-align:left;transition:.15s;outline:0}.defaultInput:hover,.defaultSelect:hover{border-color:#a00;color:#202020}.defaultInput:focus,.defaultSelect:focus{border-color:#a00;color:#202020}.toggleMenu{position:relative}.toggleMenu .toggle:after{content:"";display:inline-block;background-image:url("/media/icons/standard/standard/chevronDownDark.svg");height:18px;width:18px;background-size:contain;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin:0 6px}.toggleMenu .toggle.selected:after,.toggleMenu .toggle.active:after{background-image:url("/media/icons/standard/chevronUpDark.svg")}.toggleMenu .toggle.light:after{background-image:url("/media/icons/standard/chevronDown.svg")}.toggleMenu .toggle.light.selected:after,.toggleMenu .toggle.light.active:after{background-image:url("/media/icons/standard/chevronUp.svg")}.toggleMenu .menu{background-color:#eee;text-align:right;max-height:0px;overflow:hidden;transition:max-height .4s;min-width:20ch}.toggleMenu .menu.active{max-height:100vh}.toggleMenu .menu a{box-shadow:0px 1px 2px rgba(255,255,255,.15)}.toggleMenu li{list-style:none;padding:12px}.toggleMenu li a{border-radius:4px}@media screen and (max-width: 768px){.toggleMenu{position:static}}.topNavOffset{background-color:#000;height:80px;padding:0;margin:0;display:block;width:100%}.mobileCollapse{transition:max-height .4s;min-width:20ch}@media screen and (max-width: 768px){.mobileCollapse{background-color:#eee;text-align:right;max-height:0px;overflow:hidden;transition:max-height .4s}.mobileCollapse.active{max-height:100vh}}.breadcrumb{padding-bottom:16px}.breadcrumb>*,.breadcrumb a,.breadcrumb div{margin-right:2px;display:inline-block}.breadcrumb a{color:#369}.breadcrumb a div{color:#369}.breadcrumb a:hover div{text-decoration:none}.breadcrumb a:after{content:"/";content:"";display:inline-block;background-image:url("/media/icons/standard/chevronRightDark.svg");height:.8rem;width:.8rem;background-size:contain;background-repeat:no-repeat;background-position:center;opacity:.5;text-decoration:none !important;background-position-y:bottom}.defaultButton,.noteComment button,.deleteButton,.createButton{display:inline-block;background-color:#a00;color:#fff;border:2px solid #a00;border-radius:4px;padding:8px 16px;text-align:center;font-size:16px;cursor:pointer;transition:.2s}.defaultButton.left,.noteComment button.left,.left.deleteButton,.left.createButton{margin-right:auto;float:left;align-self:flex-start}.defaultButton.center,.noteComment button.center,.center.deleteButton,.center.createButton{margin-left:auto;margin-right:auto;align-self:center}.defaultButton.right,.noteComment button.right,.right.deleteButton,.right.createButton{margin-left:auto;float:right;align-self:flex-end}.defaultButton:hover,.noteComment button:hover,.deleteButton:hover,.createButton:hover{color:#fff;border-color:#a00;background-color:#f11;text-shadow:0px 1px 0px rgba(0,0,0,.6)}.defaultButton:active,.noteComment button:active,.deleteButton:active,.createButton:active{color:#fff;border-color:#a00;background-color:#f11}.defaultButton:disabled,.noteComment button:disabled,.deleteButton:disabled,.createButton:disabled{color:#eee !important;border-color:#1a1a1a !important;background-color:#666 !important}.icon{height:100%;width:100%;background-repeat:no-repeat;background-position:center}.defaultTable,.mobileTable,.servicesTable{width:100%;border-spacing:0px;border-collapse:collapse}.defaultTable tr:nth-child(even),.mobileTable tr:nth-child(even),.servicesTable tr:nth-child(even){background-color:#eee}.defaultTable tr:nth-child(odd),.mobileTable tr:nth-child(odd),.servicesTable tr:nth-child(odd){background-color:#d5d5d5}.defaultTable tr:hover,.mobileTable tr:hover,.servicesTable tr:hover{background-color:#fff}.defaultTable tr th,.mobileTable tr th,.servicesTable tr th{padding:8px;font-size:16px;font-weight:600;background-color:#a00;color:#eee;text-align:left}.defaultTable tr th:first-child,.mobileTable tr th:first-child,.servicesTable tr th:first-child{border-radius:8px 0px 0px 0px}.defaultTable tr th:last-child,.mobileTable tr th:last-child,.servicesTable tr th:last-child{border-radius:0px 8px 0px 0px}.defaultTable tr td,.mobileTable tr td,.servicesTable tr td{padding:8px;font-size:16px;font-weight:300;color:#111;text-align:left}@media screen and (max-width: 1280px){.mobileTable tr,.servicesTable tr{display:grid !important}.mobileTable tr:last-child(),.servicesTable tr:last-child(){margin-bottom:8px}.mobileTable tr td:first-child a,.servicesTable tr td:first-child a{background-color:#eee;color:#a00 !important;font-weight:400;border-radius:4px;margin-left:auto;padding:4px 8px}.mobileTable tr td:first-child a:hover,.servicesTable tr td:first-child a:hover{background-color:#fff}.mobileTable th,.servicesTable th{display:none}.mobileTable td,.servicesTable td{display:grid !important;text-align:right !important;border:1px solid gray;border-top:none;max-width:unset !important;width:100% !important;position:relative;min-height:39px}.mobileTable td:first-child(),.servicesTable td:first-child(){border-top:1px solid gray;margin-top:8px;background-color:#369;color:#fff !important}.mobileTable td:first-child() a,.servicesTable td:first-child() a,.mobileTable td:first-child() span,.servicesTable td:first-child() span,.mobileTable td:first-child() div,.servicesTable td:first-child() div,.mobileTable td:first-child():before,.servicesTable td:first-child():before,.mobileTable td:first-child():after,.servicesTable td:first-child():after{color:#fff !important}.mobileTable td::before,.servicesTable td::before{content:attr(data-label);font-weight:600;color:#666;position:absolute;left:8px;top:9px;text-align:left}}.searchTag{color:#206ca6 !important;cursor:pointer;position:relative}.searchTag:after{display:none;content:"Add to search";position:absolute;border:1px solid #206ca6;background-color:#fff;padding:4px;font-size:.8rem;border-radius:4px;margin-top:1.5rem;left:2ch;z-index:1;pointer-events:none}.searchTag:hover{text-decoration:underline}.searchTag:hover:after{display:inline-block}.sortHeader{user-select:none}.sortHeader:hover{text-decoration:underline;background-color:#d00}.sortHeader.asc:after{content:"";display:inline-block;background-image:url("/media/icons/standard/chevronUpLight.svg");height:.8rem;width:.8rem;background-size:contain;background-repeat:no-repeat;background-position:center;margin-left:.5ch}.sortHeader.desc:after{content:"";display:inline-block;background-image:url("/media/icons/standard/chevronDownLight.svg");height:.8rem;width:.8rem;background-size:contain;background-repeat:no-repeat;background-position:center;margin-left:.5ch}.error,.warning,.info,.success{margin:5px 0px;padding:5px;text-align:center;font-weight:400;border-radius:4px;font-size:14.4px}.error{color:#fff;border:1px solid #c00;background:#c00}.warning{color:#fff;border:1px solid #eb7f00;background:#eb7f00}.success{color:#fff;border:1px solid #529214;background:#529214}.info{color:#fff;border:1px solid #369;background:#369}.error{color:#c00;border:1px solid #c00;background:#fcc}.warning{color:#eb7f00;border:1px solid #eb7f00;background:#fff6eb}.success{color:#529214;border:1px solid #529214;background:#d2f4b1}.info{color:#369;border:1px solid #369;background:#d9e6f2}.tooltip,.tooltipBubble{position:relative}.tooltip:before,.tooltipBubble:before{content:attr(data-tooltip);display:none;z-index:1;font-size:14px;position:absolute;color:#369;background-color:#ecf2f9;max-width:200px;text-align:right;right:0;border-radius:4px;padding:.25rem .5rem;max-width:150%;min-width:60px;top:-50px;text-shadow:none !important;box-shadow:0px 0px 2px #369}.tooltip:hover:before,.tooltipBubble:hover:before{display:block}.tooltip:after,.tooltipBubble:after{content:"";display:none;position:absolute;transform:translateY(-100%) scale(0%);border:.26rem solid rgba(0,0,0,0);border-top-color:#ecf2f9;border-right-color:#ecf2f9;right:1rem;top:.25rem;transition:.1s transform;transform-origin:bottom center}.tooltip:hover:after,.tooltipBubble:hover:after{transform:translateX(50%) translateY(-100%) scale(100%);z-index:1}.tooltipBubble{position:absolute;display:inline-block;top:-0.25rem;right:-1rem;background-color:#ecf2f9;border:1px solid #369;color:#369;border-radius:50%;height:1.5rem;width:1.5rem;text-align:center}#ModalImage{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;max-width:90%;max-height:90%;pointer-events:none;user-select:none}#ModalImage.optionsMenu{display:grid;grid-template-rows:80% 20%;grid-gap:8px}#ModalImage img{max-width:100%;max-height:100%}#ModalImage>*{max-width:100%;max-height:100%;pointer-events:all;margin:auto}#ModalImage *{pointer-events:all}#ModalImageMenu{background-color:#eee;border-radius:4px;padding:8px}.noScroll{overflow:hidden;max-height:100vh;max-width:100vw}.defaultGallery{display:grid;width:100%;grid-template-columns:repeat(auto-fit, minmax(168px, 1fr))}.defaultGallery.container,.defaultGallery.dashboard{width:100%;max-width:100vw}@media screen and (min-width: 768px)and (max-width: 1280px){.defaultGallery.container,.defaultGallery.dashboard{width:768px}}@media screen and (min-width: 1280px){.defaultGallery.container,.defaultGallery.dashboard{width:1280px}}@media screen and (min-width: 1400px){.defaultGallery.container,.defaultGallery.dashboard{width:1400px}}.galleryItem{width:100%;max-width:512px;position:relative;overflow:hidden;padding:8px}.galleryItem:hover{padding:0px}.galleryItem:hover .description{padding:8px 16px}.galleryItemContent{padding-top:56.25%;position:relative;border:solid 1px gray;overflow:hidden;height:100%}.galleryItemContent .cover{background-color:#d3d3d3;background-size:cover !important;background-position:center center !important;background-repeat:no-repeat !important;height:100%;position:absolute;top:0;left:0;right:0}.galleryItemContent .description{padding:8px}.preLoad{position:fixed;left:-999999px;bottom:-999999px;height:1px;width:1px;opacity:.1}#uploaderContainer{position:relative;z-index:2;margin:0px 20px;padding-bottom:20px}#uploader{margin:0px auto;padding:90px 0px 90px 0px;-webkit-box-sizing:border-box;box-sizing:border-box;border:5px dashed #fdbb02;width:100%;background:#fff8e6;text-align:center;color:#fdbb02;cursor:pointer}#uploader.highlight,#uploader:hover{background:#fff}#uploader.disabled{background:#aaa;border-color:#888;color:#999}*{font-family:"Open Sans",sans-serif;margin:0px;padding:0px;box-sizing:border-box;outline:none}html{scroll-behavior:smooth}body{font-family:"Open Sans",sans-serif;width:100%;font-size:16px;color:#212121;background-color:#fff}a{color:#8a0f13;text-decoration:none;font-weight:400;transition:.2s;cursor:pointer}a:hover{color:#fdbb02}.grayLink{color:#888;cursor:pointer}.grayLink:hover{color:#007fcd}::selection{color:#206ca6;background:#daf1ff}h1,h2,h3,h4,h5,h6{line-height:1;font-weight:600}h1{font-size:26px;margin-bottom:15px;color:#a11216;border-bottom:2px solid #fdbb02;width:100%}h2{font-size:22px;margin-bottom:12px;color:#a11216;border-bottom:2px solid #fdbb02;display:inline-block}h3{font-size:24px;padding-bottom:15px}h4{font-size:22px}h5{font-size:20px}h6{font-size:20px}table,tr,td{color:inherit}p,ul,ol,dl,address{line-height:1.5}pre{font-family:Arial,sans-serif;white-space:pre-wrap}hr{border:.5px solid}nav ul{list-style:none}img,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}img{border-style:none}.noselect{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.show_dollar:before{content:"$";font-size:inherit}.defaultTip{border-bottom:1px dotted gray}.loadingDiv{padding:20px}.loadingDiv div{width:90px;height:90px;margin:0px auto;object-fit:scale-down;background:url("img/TemplateIcons/loading.gif") no-repeat;background-size:contain}.loadingDiv.full{z-index:1;position:absolute;left:0;right:0;top:0;bottom:0;padding:0;background-color:rgba(0,0,0,.2)}.loadingDiv.full div{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto}.hoverText:hover{color:#206ca6;cursor:pointer}.deleteIcon{display:inline-block;background:url("img/TemplateIcons/deleteIcon.png") no-repeat;background-size:contain;background-position:center center;width:24px;height:24px;cursor:pointer;transition:transform .1s;border:none}.deleteIcon:hover{transform:scale(1.5)}.grid2,.grid2s{display:grid;grid-template-columns:1fr 1fr}.grid3,.grid3s{display:grid;grid-template-columns:1fr 1fr 1fr}.grid4,.grid4even,.grid4s{display:grid;grid-template-columns:1fr 1fr 1fr 1fr}.grid5,.grid5s{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr}.grid6,.grid6s{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr}.grid2s{grid-gap:1rem}.grid3s{grid-gap:1rem}.grid4s{grid-gap:1rem}.grid5s{grid-gap:1rem}.grid6s{grid-gap:1rem}.gridCenterVert{display:grid;align-items:center}.gridCenter{display:grid;justify-items:center}.oneLine{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.twoLines{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.threeLines{overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}@media screen and (max-width: 1280px){.grid4even{grid-template-columns:1fr 1fr}}@media screen and (max-width: 768px){.grid4even{grid-template-columns:1fr}}.TopBar{position:fixed;z-index:3;display:grid;grid-template-columns:200px 1fr 100px 200px;width:100%;height:70px;background:#212121;border-bottom:#a11216 3px solid;text-align:right}.TopBar .logo{margin:5px 10px;width:100%;background:url("img/Logo/0.png") no-repeat;background-size:contain;background-position:center center}.TopBar .myAccount{cursor:pointer;display:grid;grid-template-columns:1fr 50px}.TopBar .myAccount .name{color:#fff;line-height:67px;font-size:16px;padding-right:8px;transition-timing-function:linear;transition-duration:.2s}.TopBar .myAccount .icon{position:relative;width:48px;height:48px;border-radius:50%;font-size:18px;line-height:48px;text-align:center;background-color:#a11216;color:#fff;top:8px;transition-timing-function:linear;transition-duration:.2s}.TopBar .myAccount:hover .name{color:#fdbb02}.TopBar .myAccount:hover .icon{background-color:#fdbb02;color:#212121}@media screen and (max-width: 768px){.TopBar{grid-template-columns:150px auto auto 1fr}}.headerLogin a{margin-right:25px;line-height:67px}.headerProfileDropDown{display:none;position:absolute;top:54px;right:10px;z-index:10;border-radius:4px;margin-top:17px;margin-right:0px;width:200px;float:right}.headerProfileDropDown:before{content:" ";transform:rotate(45deg);position:absolute;right:5px;top:-7px;width:20px;height:20px;border-radius:3px;background-color:#fff}.headerProfileDropDown .dropDownRow{display:block;align-items:center;background-color:#fff;color:#888;padding:8px 16px;font-size:14px;cursor:pointer;border-left:1px solid #ededed;border-right:1px solid #ededed;border-bottom:1px solid #ededed;text-align:left;position:relative;z-index:20}.headerProfileDropDown .dropDownRow:first-child{border-radius:4px 4px 0px 0px}.headerProfileDropDown .dropDownRow:last-child{border-radius:0px 0px 4px 4px}.headerProfileDropDown .dropDownRow:hover{background-color:#fff8e6;border-color:#fff8e6;color:#a11216}.sideNav{position:fixed;z-index:1;width:200px;height:100%;background:#212121;margin-top:70px;border-right:#206ca6 1px solid;transition:.2s;overflow-x:hidden;overflow-y:auto}.sideNav a{border-bottom:1px solid #777;color:#aaa}.sideNav a .sideNavOption{font-size:16px;line-height:24px;cursor:pointer;padding:5px}.sideNav a:hover .sideNavOption{color:#fff;background-color:#206ca6}.sideNav a:last-child{border-bottom:none}.sideNavActive{color:#eee;background-color:#206ca6}.templateBody{padding-top:70px}.defaultContent{padding:10px 15px;min-height:92vh}.page-content{width:100%;max-width:1000px;margin:0px auto;background-color:#fff;padding:1rem}.deleteIcon{background:url("img/TemplateIcons/red-x.png") no-repeat;background-size:contain;background-position:center center;width:24px;height:24px;cursor:pointer;transition:transform .1s;border:none}.confirmIcon{background:url("img/TemplateIcons/green-check.png") no-repeat;background-size:contain;background-position:center center;width:24px;height:24px;cursor:pointer;transition:transform .1s;border:none}.deleteIcon:hover,.confirmIcon:hover{transform:scale(1.5)}.loginBox{background-color:#fff;width:400px;overflow:auto;padding:20px;text-align:center;border-radius:8px;border:1px solid #ededed;margin:0;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.inputWrap{margin:22px 0 5px 0;position:relative;border:0;box-sizing:border-box;text-align:left}.inputWrap label{display:block;text-align:left;box-sizing:border-box;padding:0 6px;color:#777;position:absolute;top:8px;left:0px;font-size:16px;z-index:0;transition-duration:.1s;transition-timing-function:linear;pointer-events:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inputWrap input:focus+label,.inputWrap input:not(:placeholder-shown)+label{top:-18px !important;left:0px !important;font-size:14px;background:rgba(0,0,0,0);z-index:2}.inputWrap input:focus+label{color:#212121}.inputWrap:placeholder{color:#cecece}.inputWrapLabel{display:block;text-align:left;box-sizing:border-box;padding:0 6px;color:#777;font-size:16px;pointer-events:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inputWrap label span{color:inherit;font-size:inherit;font-weight:inherit}.inputWrap input:placeholder-shown+label>span{color:#bc0a0a}.defaultInput,.defaultSelect,.DefaultInputError{width:100%;padding:5px;font-size:18px;background-color:#fff;color:#212121;font-weight:400;border:#777 1px solid;text-align:left;transition:.15s;outline:0}.defaultInput.disabled,.defaultSelect.disabled,.DefaultInputError.disabled{pointer-events:none;opacity:.75;user-select:none}.defaultInput:hover,.defaultSelect:hover{border-color:#fdbb02;color:#212121}.defaultInput:focus,.defaultSelect:focus{border-color:#fdbb02;color:#212121}.defaultButton,.noteComment button,.deleteButton,.createButton{display:inline-block;background:rgba(0,0,0,0);color:#206ca6;border:2px solid #206ca6;border-radius:6px;padding:8px 16px;text-align:center;font-size:16px;cursor:pointer;transition:.2s}.defaultButton:hover,.noteComment button:hover,.deleteButton:hover,.createButton:hover{color:#fff;border-color:#206ca6;background-color:#206ca6}.defaultButton.active,.noteComment button.active,.active.deleteButton,.active.createButton{color:#fff;border-color:#206ca6;background-color:#206ca6}.defaultButton:disabled,.noteComment button:disabled,.deleteButton:disabled,.createButton:disabled{color:#ccc;border-color:#ccc;background-color:#ccc}.createButton:before{content:"+";color:inherit;margin-right:5px}.createButton{color:#080;border:2px solid #080}.createButton:hover{color:#fff;border-color:#080;background-color:#080}.createButton:active{border-color:#060;background-color:#060}.createButton:disabled{color:#ccc;border-color:#ccc;background-color:#ccc}.deleteButton{color:#c00;border:2px solid #c00}.deleteButton:hover{color:#fff;border-color:#c00;background-color:#c00}.defaultTable,.mobileTable,.servicesTable{width:100%;border-spacing:0px;border-collapse:collapse}.defaultTable tr th,.mobileTable tr th,.servicesTable tr th,.defaultTable tr .header,.mobileTable tr .header,.servicesTable tr .header,.defaultTable .row th,.mobileTable .row th,.servicesTable .row th,.defaultTable .row .header,.mobileTable .row .header,.servicesTable .row .header{padding:8px;font-size:16px;font-weight:600;background-color:#206ca6;color:#fff;text-align:left}.defaultTable tr th:first-child,.mobileTable tr th:first-child,.servicesTable tr th:first-child,.defaultTable tr .header:first-child,.mobileTable tr .header:first-child,.servicesTable tr .header:first-child,.defaultTable .row th:first-child,.mobileTable .row th:first-child,.servicesTable .row th:first-child,.defaultTable .row .header:first-child,.mobileTable .row .header:first-child,.servicesTable .row .header:first-child{border-radius:8px 0px 0px 0px}.defaultTable tr th:last-child,.mobileTable tr th:last-child,.servicesTable tr th:last-child,.defaultTable tr .header:last-child,.mobileTable tr .header:last-child,.servicesTable tr .header:last-child,.defaultTable .row th:last-child,.mobileTable .row th:last-child,.servicesTable .row th:last-child,.defaultTable .row .header:last-child,.mobileTable .row .header:last-child,.servicesTable .row .header:last-child{border-radius:0px 8px 0px 0px}.defaultTable tr td,.mobileTable tr td,.servicesTable tr td,.defaultTable tr .cell,.mobileTable tr .cell,.servicesTable tr .cell,.defaultTable .row td,.mobileTable .row td,.servicesTable .row td,.defaultTable .row .cell,.mobileTable .row .cell,.servicesTable .row .cell{padding:8px;font-size:16px;font-weight:300;color:#111;text-align:left;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.defaultTable tr:nth-child(even),.mobileTable tr:nth-child(even),.servicesTable tr:nth-child(even),.defaultTable .row:nth-child(even),.mobileTable .row:nth-child(even),.servicesTable .row:nth-child(even){background-color:#f2f2f2}.defaultTable tr:nth-child(odd),.mobileTable tr:nth-child(odd),.servicesTable tr:nth-child(odd),.defaultTable .row:nth-child(odd),.mobileTable .row:nth-child(odd),.servicesTable .row:nth-child(odd){background-color:#f8f8f8}.defaultTable tr:hover,.mobileTable tr:hover,.servicesTable tr:hover,.defaultTable .row:hover,.mobileTable .row:hover,.servicesTable .row:hover{background-color:#fff}div.defaultTable,div.mobileTable,div.servicesTable{display:grid;border-radius:8px}div.defaultTable .row,div.mobileTable .row,div.servicesTable .row{display:grid}div.defaultTable .row:first-child(),div.mobileTable .row:first-child(),div.servicesTable .row:first-child(){border-radius:8px 8px 0px 0px}.simpleTable{display:block}.simpleTable .simpleHeaderRow{display:grid;padding:4px;background-color:#eee;border-bottom:1px solid gray;font-weight:600;border-radius:4px 4px 0 0}.simpleTable .simpleRow{display:grid;padding:4px;background-color:#fff;border-bottom:1px solid gray;position:relative}.simpleTable .simpleRow:nth-child(even){background-color:#fff}.simpleTable .simpleRow:hover:after{content:"";width:100%;height:100%;position:absolute;background-color:rgba(0,0,0,0);pointer-events:none;box-shadow:0 1px 4px rgba(0,0,0,.8);z-index:2}.simpleTable .simpleRow:last-child(),.simpleTable .simpleRow:last-child():before{border-radius:0 0 4px 4px}.simpleTable .mobileLabel{display:none}.simpleTable .showMobile{display:none}@media(max-width: 640px){.simpleTable .simpleHeaderRow{display:none}.simpleTable .simpleRow{display:block;margin-top:8px;margin-bottom:8px;border:solid 1px gray;border-radius:4px !important;padding:0}.simpleTable .simpleRow>*:first-child(){background-color:#eee;font-weight:600;border-radius:4px 4px 0 0}.simpleTable .simpleRow>*:last-child(){border-bottom:none;border-radius:0 0 4px 4px}.simpleTable .simpleRow>*{display:block;position:relative;border-bottom:1px solid gray;padding:4px;width:100%;text-align:right;min-height:31px}.simpleTable .simpleRow:hover{box-shadow:0 1px 4px rgba(0,0,0,.8)}.simpleTable .simpleRow>*:before{position:absolute;top:0;bottom:0;line-height:31px;left:6px;width:45%;padding-right:10px;white-space:nowrap;font-weight:600;text-align:left !important;content:attr(data-label)}.simpleTable .simpleRow:after{display:none}.simpleTable .hideMobile{display:none}.simpleTable .showMobile{display:block}}.mobileTable .mobileLabel,.servicesTable .mobileLabel{display:none}.mobileTable .showMobile,.servicesTable .showMobile{display:none}@media(max-width: 640px){.mobileTable table,.servicesTable table,.mobileTable th,.servicesTable th,.mobileTable tbody,.servicesTable tbody,.mobileTable td,.servicesTable td,.mobileTable tr,.servicesTable tr{display:block}.mobileTable th,.servicesTable th,.mobileTable .header,.servicesTable .header{border-radius:0 !important}.mobileTable tr:first-child(),.servicesTable tr:first-child(),.mobileTable .row:first-child(),.servicesTable .row:first-child(),.mobileTable .hideMobile,.servicesTable .hideMobile{display:none}.mobileTable .showMobile,.servicesTable .showMobile{display:block}.mobileTable tr,.servicesTable tr,.mobileTable .row,.servicesTable .row{margin-top:4px;border:1px solid gray;border-radius:4px}.mobileTable tr:hover td:first-child(),.servicesTable tr:hover td:first-child(),.mobileTable .row:hover td:first-child(),.servicesTable .row:hover td:first-child(){background-color:#fff}.mobileTable td,.servicesTable td,.mobileTable .cell,.servicesTable .cell{position:relative;text-align:right !important;border-bottom:1px solid gray;min-height:39px}.mobileTable td:first-child(),.servicesTable td:first-child(),.mobileTable .cell:first-child(),.servicesTable .cell:first-child(){font-weight:600;background-color:#e2e2e2;border-radius:4px 4px 0 0}.mobileTable td:first-child() a,.servicesTable td:first-child() a,.mobileTable .cell:first-child() a,.servicesTable .cell:first-child() a{font-weight:600}.mobileTable td:last-child(),.servicesTable td:last-child(),.mobileTable .row:last-child(),.servicesTable .row:last-child(){border-bottom:none}.mobileTable td:before,.servicesTable td:before,.mobileTable .cell:before,.servicesTable .cell:before{position:absolute;top:0;bottom:0;line-height:39px;left:6px;width:45%;padding-right:10px;white-space:nowrap;font-weight:600;text-align:left !important;content:attr(data-label)}.mobileTable .mobileLabel,.servicesTable .mobileLabel{display:block;width:100%;padding-right:10px;white-space:nowrap;font-weight:600;text-align:left !important}}@media(max-width: 900px){.mobileTable.tabletBreakpoint table,.tabletBreakpoint.servicesTable table,.mobileTable.tabletBreakpoint th,.tabletBreakpoint.servicesTable th,.mobileTable.tabletBreakpoint tbody,.tabletBreakpoint.servicesTable tbody,.mobileTable.tabletBreakpoint td,.tabletBreakpoint.servicesTable td,.mobileTable.tabletBreakpoint tr,.tabletBreakpoint.servicesTable tr{display:block}.mobileTable.tabletBreakpoint th,.tabletBreakpoint.servicesTable th,.mobileTable.tabletBreakpoint .header,.tabletBreakpoint.servicesTable .header{border-radius:0 !important}.mobileTable.tabletBreakpoint tr:first-child(),.tabletBreakpoint.servicesTable tr:first-child(),.mobileTable.tabletBreakpoint .row:first-child(),.tabletBreakpoint.servicesTable .row:first-child(),.mobileTable.tabletBreakpoint .hideMobile,.tabletBreakpoint.servicesTable .hideMobile{display:none}.mobileTable.tabletBreakpoint .showMobile,.tabletBreakpoint.servicesTable .showMobile{display:block}.mobileTable.tabletBreakpoint tr,.tabletBreakpoint.servicesTable tr,.mobileTable.tabletBreakpoint .row,.tabletBreakpoint.servicesTable .row{margin-top:4px;border:1px solid gray;border-radius:4px}.mobileTable.tabletBreakpoint tr:hover td:first-child(),.tabletBreakpoint.servicesTable tr:hover td:first-child(),.mobileTable.tabletBreakpoint .row:hover td:first-child(),.tabletBreakpoint.servicesTable .row:hover td:first-child(){background-color:#fff}.mobileTable.tabletBreakpoint td,.tabletBreakpoint.servicesTable td,.mobileTable.tabletBreakpoint .cell,.tabletBreakpoint.servicesTable .cell{position:relative;text-align:right !important;border-bottom:1px solid gray;min-height:39px}.mobileTable.tabletBreakpoint td:first-child(),.tabletBreakpoint.servicesTable td:first-child(),.mobileTable.tabletBreakpoint .cell:first-child(),.tabletBreakpoint.servicesTable .cell:first-child(){font-weight:600;background-color:#e2e2e2;border-radius:4px 4px 0 0}.mobileTable.tabletBreakpoint td:first-child() a,.tabletBreakpoint.servicesTable td:first-child() a,.mobileTable.tabletBreakpoint .cell:first-child() a,.tabletBreakpoint.servicesTable .cell:first-child() a{font-weight:600}.mobileTable.tabletBreakpoint td:last-child(),.tabletBreakpoint.servicesTable td:last-child(),.mobileTable.tabletBreakpoint .row:last-child(),.tabletBreakpoint.servicesTable .row:last-child(){border-bottom:none}.mobileTable.tabletBreakpoint td:before,.tabletBreakpoint.servicesTable td:before,.mobileTable.tabletBreakpoint .cell:before,.tabletBreakpoint.servicesTable .cell:before{position:absolute;top:0;bottom:0;line-height:39px;left:6px;width:45%;padding-right:10px;white-space:nowrap;font-weight:600;text-align:left !important;content:attr(data-label)}.mobileTable.tabletBreakpoint .mobileLabel,.tabletBreakpoint.servicesTable .mobileLabel{display:block;width:100%;padding-right:10px;white-space:nowrap;font-weight:600;text-align:left !important}}@media(max-width: 1200px){.mobileTable.wideBreakpoint table,.wideBreakpoint.servicesTable table,.mobileTable.wideBreakpoint th,.wideBreakpoint.servicesTable th,.mobileTable.wideBreakpoint tbody,.wideBreakpoint.servicesTable tbody,.mobileTable.wideBreakpoint td,.wideBreakpoint.servicesTable td,.mobileTable.wideBreakpoint tr,.wideBreakpoint.servicesTable tr{display:block}.mobileTable.wideBreakpoint th,.wideBreakpoint.servicesTable th,.mobileTable.wideBreakpoint .header,.wideBreakpoint.servicesTable .header{border-radius:0 !important}.mobileTable.wideBreakpoint tr:first-child(),.wideBreakpoint.servicesTable tr:first-child(),.mobileTable.wideBreakpoint .row:first-child(),.wideBreakpoint.servicesTable .row:first-child(),.mobileTable.wideBreakpoint .hideMobile,.wideBreakpoint.servicesTable .hideMobile{display:none}.mobileTable.wideBreakpoint .showMobile,.wideBreakpoint.servicesTable .showMobile{display:block}.mobileTable.wideBreakpoint tr,.wideBreakpoint.servicesTable tr,.mobileTable.wideBreakpoint .row,.wideBreakpoint.servicesTable .row{margin-top:4px;border:1px solid gray;border-radius:4px}.mobileTable.wideBreakpoint tr:hover td:first-child(),.wideBreakpoint.servicesTable tr:hover td:first-child(),.mobileTable.wideBreakpoint .row:hover td:first-child(),.wideBreakpoint.servicesTable .row:hover td:first-child(){background-color:#fff}.mobileTable.wideBreakpoint td,.wideBreakpoint.servicesTable td,.mobileTable.wideBreakpoint .cell,.wideBreakpoint.servicesTable .cell{position:relative;text-align:right !important;border-bottom:1px solid gray;min-height:39px}.mobileTable.wideBreakpoint td:first-child(),.wideBreakpoint.servicesTable td:first-child(),.mobileTable.wideBreakpoint .cell:first-child(),.wideBreakpoint.servicesTable .cell:first-child(){font-weight:600;background-color:#e2e2e2;border-radius:4px 4px 0 0}.mobileTable.wideBreakpoint td:first-child() a,.wideBreakpoint.servicesTable td:first-child() a,.mobileTable.wideBreakpoint .cell:first-child() a,.wideBreakpoint.servicesTable .cell:first-child() a{font-weight:600}.mobileTable.wideBreakpoint td:last-child(),.wideBreakpoint.servicesTable td:last-child(),.mobileTable.wideBreakpoint .row:last-child(),.wideBreakpoint.servicesTable .row:last-child(){border-bottom:none}.mobileTable.wideBreakpoint td:before,.wideBreakpoint.servicesTable td:before,.mobileTable.wideBreakpoint .cell:before,.wideBreakpoint.servicesTable .cell:before{position:absolute;top:0;bottom:0;line-height:39px;left:6px;width:45%;padding-right:10px;white-space:nowrap;font-weight:600;text-align:left !important;content:attr(data-label)}.mobileTable.wideBreakpoint .mobileLabel,.wideBreakpoint.servicesTable .mobileLabel{display:block;width:100%;padding-right:10px;white-space:nowrap;font-weight:600;text-align:left !important}}@media(max-width: 640px){div.mobileTable .row,div.servicesTable .row{display:block}div.mobileTable .row div.cell,div.servicesTable .row div.cell{background-color:unset}div.mobileTable .row div.cell:last-child(),div.servicesTable .row div.cell:last-child(){border-bottom:none}div.mobileTable .row:last-child(),div.servicesTable .row:last-child(){border-bottom:1px solid gray}}.userPageGrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:0px 10px}.userGroup{border:1px solid #ededed;padding:10px;background-color:#fff;margin-bottom:8px}.userGroup:hover{border-color:#dcdcdc}.userPermissionGrid{display:grid;grid-template-columns:1fr 100px 100px;background-color:#fff;border-radius:8px;margin-bottom:10px;padding:10px}.userPermissionGrid:hover{background-color:#f5f5f5}.onoffswitch{position:relative;width:75px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.onoffswitch-checkbox{position:absolute;opacity:0;pointer-events:none}.onoffswitch-label{display:block;overflow:hidden;cursor:pointer;border:2px solid #888;border-radius:20px;background-color:#888}.onoffswitch-inner{display:block;width:200%;margin-left:-100%;transition:margin .3s ease-in 0s}.onoffswitch-inner:before,.onoffswitch-inner:after{display:block;float:left;width:50%;height:20px;padding:0;line-height:20px;font-size:14px;color:#fff;font-family:Trebuchet,Arial,sans-serif;font-weight:bold;box-sizing:border-box}.onoffswitch-inner:before{content:"ON";padding-left:10px;background-color:#249c00;color:#fff}.onoffswitch-inner:after{content:"OFF";padding-right:10px;background-color:#900;color:#fff;text-align:right}.onoffswitch-switch{display:block;width:28px;height:28px;margin:-2px;background:#fff;position:absolute;top:0;bottom:0;right:51px;border:2px solid #999;border-radius:20px;transition:all .3s ease-in 0s}.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner{margin-left:0}.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch{right:0px}.error,.warning,.info,.success{margin:5px 0px;padding:5px;text-align:center;font-weight:400;border-radius:4px;font-size:15px}.error{color:#fff;border:1px solid #c00;background:#c00}.warning{color:#fff;border:1px solid #eb7f00;background:#eb7f00}.success{color:#fff;border:1px solid #529214;background:#529214}.info{color:#fff;border:1px solid #369;background:#369}.error{color:#c00;border:1px solid #c00;background:#ffeced}.warning{color:#eb7f00;border:1px solid #eb7f00;background:#fff9d7}.success{color:#529214;border:1px solid #529214;background:#e6efc2}.info{color:#369;border:1px solid #369;background:#dff4ff}#defaultModal,.defaultModal,.ModalClose{display:none;overflow-y:overlay;opacity:0;position:fixed;width:100vw;height:100vh;max-height:100%;max-width:100%;z-index:999;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.6)}#defaultModal *,.defaultModal *,.ModalClose *{pointer-events:none}#defaultModal .close,.defaultModal .close,.ModalClose .close{position:absolute;top:8px;right:8px;font-size:24px;z-index:999;color:#eee;background-color:#404040;padding:0px 8px;border-radius:4px;pointer-events:all;user-select:none;cursor:pointer}#defaultModal .close:hover,.defaultModal .close:hover,.ModalClose .close:hover{background-color:#eee;color:#272727}#defaultModal .previous,#defaultModal .next,.defaultModal .previous,.ModalClose .previous,.defaultModal .next,.ModalClose .next{position:absolute;top:45%;border-radius:50%;background-color:rgba(0,0,0,.6);padding:8px;margin:8px;border:solid 1px rgba(238,238,238,.25)}#defaultModal .previous:hover,#defaultModal .next:hover,.defaultModal .previous:hover,.ModalClose .previous:hover,.defaultModal .next:hover,.ModalClose .next:hover{background-color:#000;border:solid 1px #eee}#defaultModal .next,.defaultModal .next,.ModalClose .next{right:0}#defaultModal .next:after,.defaultModal .next:after,.ModalClose .next:after{content:"";display:inline-block;background-image:url("/media/icons/standard/chevronRightLight.svg");height:36px;width:36px;background-size:contain;background-repeat:no-repeat;background-position:center}#defaultModal .previous,.defaultModal .previous,.ModalClose .previous{left:0}#defaultModal .previous:after,.defaultModal .previous:after,.ModalClose .previous:after{content:"";display:inline-block;background-image:url("/media/icons/standard/chevronLeftLight.svg");height:36px;width:36px;background-size:contain;background-repeat:no-repeat;background-position:center}#defaultModal .ModalClose,#defaultModal .modalClose,.defaultModal .ModalClose,.ModalClose .ModalClose,.defaultModal .modalClose,.ModalClose .modalClose{z-index:-10 !important}#defaultModal .ModalContent,#defaultModal .modalContent,.defaultModal .ModalContent,.ModalClose .ModalContent,.defaultModal .modalContent,.ModalClose .modalContent{pointer-events:all !important}#defaultModal .ModalContent *,#defaultModal .modalContent *,.defaultModal .ModalContent *,.ModalClose .ModalContent *,.defaultModal .modalContent *,.ModalClose .modalContent *{pointer-events:all}.defaultModal .modalBox,.ModalClose .modalBox{display:grid;justify-content:center;align-items:center;height:100vh;width:100vw}@media(max-width: 900px){.gridStack{grid-template-columns:1fr}}.underlineBar,.dashboardBlock h2,.accountHeadline h1,.accountHeadline h2,.accountHeadline h3,.accountHeadline h4,.accountHeadline h5,.accountHeadline h6{position:relative;padding-bottom:4px}.underlineBar:before,.dashboardBlock h2:before,.accountHeadline h1:before,.accountHeadline h2:before,.accountHeadline h3:before,.accountHeadline h4:before,.accountHeadline h5:before,.accountHeadline h6:before{content:"";width:100%;height:4px;background-color:#202020;position:absolute;bottom:0px;left:0}.underlineBar.primary:before,.dashboardBlock h2.primary:before,.accountHeadline h1.primary:before,.accountHeadline h2.primary:before,.accountHeadline h3.primary:before,.accountHeadline h4.primary:before,.accountHeadline h5.primary:before,.accountHeadline h6.primary:before{background:#a00;background:-webkit-linear-gradient(0deg, #A00 100%, transparent);background:linear-gradient(90deg, #A00 100%, transparent)}.underlineBar.secondary:before,.dashboardBlock h2.secondary:before,.accountHeadline h1.secondary:before,.accountHeadline h2.secondary:before,.accountHeadline h3.secondary:before,.accountHeadline h4.secondary:before,.accountHeadline h5.secondary:before,.accountHeadline h6.secondary:before{background:#fdbb02;background:-webkit-linear-gradient(0deg, #fdbb02 100%, transparent);background:linear-gradient(90deg, #fdbb02 100%, transparent)}.underlineBar.triary:before,.dashboardBlock h2.triary:before,.accountHeadline h1.triary:before,.accountHeadline h2.triary:before,.accountHeadline h3.triary:before,.accountHeadline h4.triary:before,.accountHeadline h5.triary:before,.accountHeadline h6.triary:before{background:#2368d8;background:-webkit-linear-gradient(0deg, #2368d8 100%, transparent);background:linear-gradient(90deg, #2368d8 100%, transparent)}.underlineBar.light:before,.dashboardBlock h2.light:before,.accountHeadline h1.light:before,.accountHeadline h2.light:before,.accountHeadline h3.light:before,.accountHeadline h4.light:before,.accountHeadline h5.light:before,.accountHeadline h6.light:before{background:#eee;background:-webkit-linear-gradient(0deg, #eeeeee 100%, transparent);background:linear-gradient(90deg, #eeeeee 100%, transparent)}.underlineBarHover,.bubbleButton{position:relative;padding-bottom:4px}.underlineBarHover:before,.bubbleButton:before{content:"";width:100%;height:4px;background-color:#202020;position:absolute;bottom:0px;left:0}.underlineBarHover:before,.bubbleButton:before{transition:all .25s;transition-property:width,background-color;width:0px;background-color:rgba(0,0,0,0)}.underlineBarHover:hover:before,.bubbleButton:hover:before{width:100%}.underlineBarHover:hover:before,.bubbleButton:hover:before{background:#eee;background:-webkit-linear-gradient(0deg, #eeeeee, transparent);background:linear-gradient(90deg, #eeeeee, transparent);background-color:#eee}.underlineBarHover.primary:hover:before,.primary.bubbleButton:hover:before{background:#a00;background:-webkit-linear-gradient(0deg, #A00, transparent);background:linear-gradient(90deg, #A00, transparent);background-color:#a00}.underlineBarHover.secondary:hover:before,.secondary.bubbleButton:hover:before{background:#fdbb02;background:-webkit-linear-gradient(0deg, #fdbb02, transparent);background:linear-gradient(90deg, #fdbb02, transparent);background-color:#fdbb02}.widget{display:inline-block;text-align:left;background-color:#eee;border:1px solid #d3d3d3;border-radius:4px;padding:1rem;margin:1rem}.dashboard{background-color:#fff}.dashboard .defaultInput,.dashboard .defaultSelect,.dashboard textarea{background-color:#fff}.accountHeadline{text-align:left;padding:0px;padding-bottom:.6rem;margin-bottom:1rem;width:100%;background-color:#fff}.accountHeadline h1,.accountHeadline h2,.accountHeadline h3,.accountHeadline h4,.accountHeadline h5,.accountHeadline h6{display:inline;padding-bottom:.6rem;padding-left:8px;font-weight:normal;border-bottom:none}.accountHeadline h1:before,.accountHeadline h2:before,.accountHeadline h3:before,.accountHeadline h4:before,.accountHeadline h5:before,.accountHeadline h6:before{background:#fdbb02;background:-webkit-linear-gradient(0deg, #fdbb02 100%, transparent);background:linear-gradient(90deg, #fdbb02 100%, transparent)}.accountHeadline h1{font-size:2rem}.accountHeadline a,.accountHeadline div{float:right;margin-right:6px;margin-top:6px}.dashboardBlock{display:block;width:100%}.dashboardBlock h1,.dashboardBlock h2,.dashboardBlock h3,.dashboardBlock h4,.dashboardBlock h5,.dashboardBlock h6{text-align:left}.dashboardBlock h2{font-size:1.5rem;padding:8px 2ch;padding-right:4ch;display:inline-block;font-weight:900}.bubble{background-color:#eee;height:6rem;width:6rem;border-radius:50%;padding:.6rem;margin:auto;background-color:#eee;color:#404040;border-color:#c8c8c8}.bubble .icon{background-size:cover}.bubble.border{border-style:solid;border-width:1px;border-color:#c8c8c8}.bubble.dark{background-color:#404040;color:#eee;border-color:#333}.bubble.dark.border{border-style:solid;border-width:1px;border-color:#333}.bubble.primary{background-color:#a00;color:#eee;border-color:#a00}.bubble.primary.border{border-style:solid;border-width:1px;border-color:#5e0000}.bubble.secondary{background-color:#fdbb02;color:#eee;border-color:#fdbb02}.bubble.secondary.border{border-style:solid;border-width:1px;border-color:#b18301}.bubble.triary{background-color:#2368d8;color:#eee;border-color:#2368d8}.bubble.triary.border{border-style:solid;border-width:1px;border-color:#184896}.bubbleButton{text-align:center;display:inline-block;margin:8px;padding:8px;vertical-align:top}.bubbleButton label{color:#a00;padding:8px;cursor:pointer}.bubbleButton .bubble{border-style:solid;border-width:1px}.bubbleButton:hover .bubble{box-shadow:0px 2px 4px rgba(0,0,0,.6)}.bubbleButton:hover .bubble{border-color:#f6f6f6}.bubbleButton:hover:before{background:#f6f6f6;background:-webkit-linear-gradient(0deg, #f6f6f6, transparent);background:linear-gradient(90deg, #f6f6f6, transparent);background-color:#f6f6f6}.bubbleButton:hover:before{background:#404040;background:-webkit-linear-gradient(0deg, #404040, transparent);background:linear-gradient(90deg, #404040, transparent);background-color:#404040}.bubbleButton.dark:hover .bubble{border-color:#404040}.bubbleButton.dark:hover:before{background:#404040;background:-webkit-linear-gradient(0deg, #404040, transparent);background:linear-gradient(90deg, #404040, transparent);background-color:#404040}.bubbleButton.neutral:hover .bubble{border-color:#666}.bubbleButton.neutral:hover:before{background:#666;background:-webkit-linear-gradient(0deg, #666666, transparent);background:linear-gradient(90deg, #666666, transparent);background-color:#666}.bubbleButton.primary:hover .bubble{border-color:#a00}.bubbleButton.primary:hover:before{background:#a00;background:-webkit-linear-gradient(0deg, #A00, transparent);background:linear-gradient(90deg, #A00, transparent);background-color:#a00}.bubbleButton.secondary:hover .bubble{border-color:#fdbb02}.bubbleButton.secondary:hover:before{background:#fdbb02;background:-webkit-linear-gradient(0deg, #fdbb02, transparent);background:linear-gradient(90deg, #fdbb02, transparent);background-color:#fdbb02}.bubbleButton.triary:hover .bubble{border-color:#2368d8}.bubbleButton.triary:hover:before{background:#2368d8;background:-webkit-linear-gradient(0deg, #2368d8, transparent);background:linear-gradient(90deg, #2368d8, transparent);background-color:#2368d8}.radioGroup,.labeledRadioGroup{display:grid;margin-right:16px}.radioGroup .defaultButton,.radioGroup .noteComment button,.noteComment .radioGroup button,.labeledRadioGroup .defaultButton,.labeledRadioGroup .noteComment button,.noteComment .labeledRadioGroup button,.radioGroup .createButton,.labeledRadioGroup .createButton,.radioGroup .deleteButton,.labeledRadioGroup .deleteButton{border-radius:0px}.radioGroup .defaultButton.active,.radioGroup .noteComment button.active,.noteComment .radioGroup button.active,.labeledRadioGroup .defaultButton.active,.labeledRadioGroup .noteComment button.active,.noteComment .labeledRadioGroup button.active,.radioGroup .active.createButton,.labeledRadioGroup .active.createButton,.radioGroup .active.deleteButton,.labeledRadioGroup .active.deleteButton,.radioGroup input:checked+label.defaultButton,.labeledRadioGroup input:checked+label.defaultButton,.radioGroup input:checked+label.createButton,.labeledRadioGroup input:checked+label.createButton,.radioGroup input:checked+label.deleteButton,.labeledRadioGroup input:checked+label.deleteButton{background-color:#2690e0;text-shadow:0 1px 1px #000;color:#fff}.radioGroup input,.labeledRadioGroup input{display:none}.radioGroup *:first-child(),.labeledRadioGroup *:first-child(),.radioGroup *:nth-child(2),.labeledRadioGroup *:nth-child(2),.radioGroup .first,.labeledRadioGroup .first{border-radius:8px 0 0 8px}.radioGroup *:last-child(),.labeledRadioGroup *:last-child(),.radioGroup .last,.labeledRadioGroup .last{border-radius:0 8px 8px 0}.labeledRadioGroup{padding-top:1.25rem;position:relative}.labeledRadioGroup label:first-child(){position:absolute;top:0;left:0}.smsInbox{display:grid;grid-template-columns:250px 1fr;grid-template-rows:auto auto 1fr;grid-template-areas:"ourNumberHeader messagesHeader" "theirNumberHeader messagesBox" "theirNumbers messagesBox";border:1px solid gray;max-height:90vh;min-height:90vh;height:100%;margin:8px}.smsInbox>*{overflow-y:auto;border-left:1px solid gray}.smsInbox>*:nth-child(4n),.smsInbox>*:first-child(){border-left:none}.smsInbox .ourNumberHeader{grid-area:ourNumberHeader;display:grid;gap:4px;grid-template-columns:auto 1fr;padding-right:0}.smsInbox .ourNumberHeader select{border:none;width:100%;cursor:pointer;font-size:16px;background-color:#f7f7f7;border-left:1px solid #ccc}.smsInbox .ourNumberHeader select:hover{background-color:#ecc}.smsInbox .theirNumberHeader{grid-area:theirNumberHeader;position:relative;overflow:visible;display:flex;align-items:center;border-left:none}.smsInbox .messagesHeader{grid-area:messagesHeader}.smsInbox .theirNumbers{grid-area:theirNumbers}.smsInbox .messagesBox{grid-area:messagesBox;display:grid;grid-template-rows:1fr auto}.smsInbox .avatar{display:inline-block;height:32px;width:32px;background-color:#a11216;text-align:center;border-radius:50%;line-height:32px;color:#fff;background-image:url("img/avatar/0.jpg");background-size:cover;background-position:center center}.smsInbox .avatarText{display:inline-block;width:198px;vertical-align:bottom;line-height:32px;padding:0 8px}@media screen and (max-width: 768px){.smsInbox{max-height:unset;height:unset;grid-template-columns:1fr;grid-template-rows:auto auto 50vh auto 80vh;grid-template-areas:"ourNumberHeader" "theirNumberHeader" "theirNumbers" "messagesHeader" "messagesBox"}.smsInbox .messagesHeader,.smsInbox .messagesBox{border-left:0}}.inboxModal{display:block;position:absolute;left:0;right:16px;padding:0;z-index:1;overflow:hidden;height:100%;transition:max-height .15s ease,padding .15s ease;max-height:0}.inboxModal.active{max-height:50%;padding:16px}.inboxModal .inboxModalBackground{background-color:rgba(0,0,0,.4);position:absolute;display:grid;left:0;right:0;top:0;bottom:0;z-index:-1}.inboxModal .inboxModalImage{display:grid;grid-auto-columns:100%;grid-template-rows:100%;align-items:center;justify-content:center;height:100%;width:100%;background-size:contain;background-repeat:no-repeat;background-position:center}.inboxModal .inboxModalClose{position:absolute;top:8px;right:8px;width:36px;height:36px;background-color:#eee;border-radius:8px;text-align:center;cursor:pointer}.inboxModal .inboxModalClose:after{padding-top:12px;content:"";display:inline-block;background-image:url("/media/icons/standard/cancelDark.svg");height:24px;width:24px;background-size:contain;background-repeat:no-repeat;background-position:center}.inboxModal .inboxModalClose:hover{background-color:#222}.inboxModal .inboxModalClose:hover:after{content:"";display:inline-block;background-image:url("/media/icons/standard/cancelLight.svg");height:24px;width:24px;background-size:contain;background-repeat:no-repeat;background-position:center}.inboxModal:hover .inboxModalBackground{background-color:rgba(0,0,0,.2)}.messagesHeader,.theirNumberHeader,.ourNumberHeader,.ourHeader,.theirHeader{padding:0px 8px;overflow:hidden;line-height:40px;height:40px;font-weight:600;border-bottom:1px solid gray;background-color:#eee}.messagesHeader{padding:0}.ourHeader{background-color:#a00;color:#fff;width:fit-content;margin-left:auto}.messagesBox{position:relative;overflow-y:hidden;display:grid;grid-template-columns:1fr;grid-template-rows:554px 46px}.messages{max-height:100%;height:100%;overflow-y:auto;padding:8px}.messagesFooter{display:grid;grid-template-columns:1fr 12ch;border:1px solid #ddd;font-weight:600}.messagesFooter .labeledInput{margin:0}.messagesFooter .labeledInput input,.messagesFooter .labeledInput select{border:1px solid rgba(0,0,0,0);font-family:"Arial";font-weight:500;color:#666;font-size:16px;padding:12px}.messagesFooter .labeledInput:hover input,.messagesFooter .labeledInput:hover select{border:1px solid #f44}.messagesFooter .sendButton{background-color:#a00;color:#fff;border:none;font-size:16px;cursor:pointer}.messagesFooter .sendButton:hover{background-color:#f11;text-shadow:0 1px 0 rgba(0,0,0,.5)}.messagesFooter .sendButton:disabled{background-color:#999;cursor:not-allowed}.ourMessage,.theirMessage{border-radius:4px;background-color:#ddd;margin-bottom:16px;text-align:left;padding:8px 16px;max-width:90%;width:fit-content}.ourMessage{margin-left:auto;background-color:#a00;color:#fff}.theirMessage{margin-right:auto}.theirNumber,.ourNumber{padding:8px;background-color:#eee;cursor:pointer;border-top:1px rgba(0,0,0,0) solid;border-bottom:1px #fff solid;border-left:1px rgba(0,0,0,0) solid;border-right:1px rgba(0,0,0,0) solid}.theirNumber:hover,.ourNumber:hover{border:solid 1px #a00}.theirNumber.active,.ourNumber.active{background-color:#a00;border:solid 1px #a00;color:#fff}.imageMessage{font-weight:600;white-space:nowrap;max-width:90%;padding:4px;overflow:hidden;display:flex;flex-direction:row;background-color:rgba(0,0,0,0)}.imageMessage>div{display:flex;flex-direction:row}.imageMessage .msgImages{display:grid;gap:4px;grid-template-rows:1fr;height:100px}.imageMessage .msgImages img{border:1px solid rgba(0,0,0,0);border-radius:4px;overflow:hidden;max-height:100%;margin:auto;cursor:pointer}.imageMessage .msgImages img:hover{border:1px solid #fff;box-shadow:0 0 4px #000}.tooltipQuestion{position:relative;display:inline;color:#a00;cursor:pointer}.tooltipQuestion:hover+.tooltipAnswer{display:block}.tooltipQuestion:hover:after{box-shadow:0px 2px 2px rgba(0,0,0,.4)}.tooltipQuestion:after{content:"?";margin:0 .5ch;background-color:#fff;border-radius:50%;font-weight:800;vertical-align:top;display:inline-block;line-height:1rem;font-size:.75rem;height:1rem;width:1rem;left:0;right:0;text-align:center;box-shadow:0px 2px 2px rgba(0,0,0,.16)}.tooltipAnswer{display:none;position:absolute;min-width:260px;max-width:100%;margin-top:8px;background-color:#fcffbe;color:#404040;padding:8px;border-radius:4px;border:1px solid #d3d3d3;box-shadow:0 3px 6px rgba(0,0,0,.25);z-index:3;font-weight:500;white-space:break-spaces}.tooltipAnswer.rightSide{top:0;left:100%}.tooltipAnswer.rightSide:before{top:0;right:100%;left:-24px;border-color:rgba(0,0,0,0) #fcffbe rgba(0,0,0,0) rgba(0,0,0,0);transform:translateY(1rem)}.tooltipAnswer.leftSide{top:-100%;right:100%;transform:translateX(-0.5rem)}.tooltipAnswer.leftSide:before{top:0;left:100%;right:-24px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fcffbe;transform:translateY(0.5rem)}.tooltipAnswer.topSide{bottom:2rem;left:0}.tooltipAnswer.topSide:before{bottom:-24px;top:unset;border-color:#fcffbe rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)}.tooltipAnswer.topSide:after{bottom:-12px;top:unset}.tooltipAnswer.topSide.warning:before{border-color:#eb7f00 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)}.tooltipAnswer.warning{background-color:#fff6eb;text-align:left;color:#b86300;font-weight:600}.tooltipAnswer.warning:before{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #eb7f00 rgba(0,0,0,0)}.tooltipAnswer.warning hr{background-color:#eb7f00}.tooltipAnswer:before{content:"";border-style:solid;border-color:rgba(0,0,0,0) rgba(0,0,0,0) #fcffbe rgba(0,0,0,0);border-width:12px;position:absolute;top:-24px;max-width:0;margin:auto;left:0;right:0;z-index:-1}.tooltipAnswer:after{content:"";position:absolute;background-color:#000;height:12px;margin:auto;top:-12px;left:0;right:0;z-index:-1;opacity:0}.tooltipAnswer:hover{display:block}@media screen and (max-width: 1280px){.tooltipAnswer{left:0;right:0}}.serviceProductOptions{display:grid;grid-template-columns:1fr 18ch;gap:8px}@media screen and (max-width: 1280px){.serviceProductOptions{grid-template-columns:1fr}}.noteComment{display:block;background-color:#fff;border-bottom:1px solid #d3d3d3;margin-bottom:4px;padding:8px 0px 4px 0px;position:relative;padding-left:44px}.noteComment:last-child{border-bottom:none}.noteComment .avatar{background-color:#206ca6;border-radius:50%;height:36px;width:36px;display:grid;align-items:center;text-align:center;color:#fff;font-weight:600;position:absolute;left:0}.noteComment .author{text-align:left;font-weight:600}.noteComment .elapsed{cursor:help}.noteComment .noteHeader{display:flex;flex-direction:row;margin-bottom:4px}.noteComment .noteHeader span{color:gray;margin-right:1ch}.noteComment .editButton,.noteComment .noteButtons{display:flex;flex-direction:row;margin-left:auto;justify-content:flex-end}.noteComment .editButton>*,.noteComment .noteButtons>*{margin-left:1ch}.noteComment .editButton{padding:4px}.noteComment button{padding:0 4px}.noteComment button.errorButton{color:#c00;border-color:#c00}.noteComment button.errorButton:hover{background-color:#c00;color:#fff}.noteComment button.saveButton{color:#529214;border-color:#529214}.noteComment button.saveButton:hover{background-color:#529214;color:#fff}.noteComment .noteContent{margin-bottom:16px}.noteComment textarea{padding:8px}.noteComment .flatIcon{opacity:.4}.noteComment .flatIcon:hover{opacity:1}.flatIcon{display:inline-block;background-size:contain;background-position:center center;width:1.25rem;height:1.25rem;cursor:pointer;transition:transform .1s;border:none}.flatIcon:hover{transform:scale(1.5)}.editIcon{background:url("../../media/icons/standard/edit.svg") no-repeat}.editIcon.light{background:url("../../media/icons/standard/editLight.svg") no-repeat}.editIcon.dark{background:url("../../media/icons/standard/editDark.svg") no-repeat}.deleteFlatIcon{background:url("../../media/icons/standard/delete.svg") no-repeat}.deleteFlatIcon.light{background:url("../../media/icons/standard/deleteLight.svg") no-repeat}.deleteFlatIcon.dark{background:url("../../media/icons/standard/deleteDark.svg") no-repeat}.deleteFlatIcon:hover{background:url("../../media/icons/standard/deleteRed.svg") no-repeat !important}.directMessageThreadsHeader{gap:4px;font-weight:600;margin-top:12px}.directMessageThread{padding:6px;background-color:#eee;gap:4px;position:relative;border-bottom:1px solid #d3d3d3}.directMessageThread .subject>*{font-weight:600}.directMessageThread .messageCount,.directMessageThread .unreadCount{background-color:#fff;border-radius:50%;width:24px;height:24px;text-align:center;line-height:24px;margin:auto}.directMessageThread .messageCount{color:gray}.directMessageThread:hover{background-color:#fff;z-index:1;box-shadow:0px 1px 3px rgba(0,0,0,.5)}.directMessage{background-color:#fff;box-shadow:0px 1px 3px rgba(0,0,0,.5);position:relative;padding:8px;padding-left:52px;margin-bottom:4px}.directMessage .avatar{height:36px;width:36px;border-radius:50%;position:absolute;left:8px;top:8px;text-align:center;line-height:36px;vertical-align:middle;color:#fff;background-color:#206ca6}.directMessage .messageHeader{display:grid;grid-template-columns:1fr 1fr;align-items:center;margin-bottom:4px}.directMessage .messsage{margin-top:4px}.directMessage .senderName{text-align:left;color:gray;font-weight:600}.directMessage .timestamp{text-align:right;color:gray}.productServicesOptions{display:grid;grid-template-columns:1fr 1fr 100px;align-items:center;gap:8px}.productServicesOptions .quantity{max-width:100px}.productServicesOptions input,.productServicesOptions select{margin-bottom:5px}@media screen and (max-width: 1280px){.productServicesOptions{grid-template-columns:1fr}}.formDefault,.formCollapse{width:100%;max-width:1200px;margin:8px;background-color:rgba(0,0,0,0)}.formDefault>div:first-child,.formCollapse>div:first-child{border-radius:8px 8px 0 0}.formDefault>div:last-child,.formCollapse>div:last-child{border-radius:0 0 8px 8px}.formDefault>div:first-child:last-child,.formCollapse>div:first-child:last-child{border-radius:8px}.formDefault .formTitle,.formCollapse .formTitle{font-size:22px;padding:0;text-align:left}.formDefault .formHeader,.formCollapse .formHeader{display:grid;align-items:center;grid-template-columns:1fr auto;background-color:#5588b1;color:#fff;box-shadow:0 1px 2px rgba(0,0,0,.2);border:1px solid #cdcdcd;padding:8px;font-weight:600;border-top-left-radius:8px;border-top-right-radius:8px}.formDefault .formContent,.formCollapse .formContent{padding:12px;border:1px solid #cdcdcd;border-top:none;background-color:#f9f9f9;box-shadow:0 1px 2px rgba(0,0,0,.2)}.formCollapse div.formHeader{border-radius:8px;border-bottom:none;position:relative;padding-right:32px;cursor:pointer}.formCollapse div.formHeader:hover{background-color:#4a7ba2}.formCollapse div.formHeader:after{content:" ";content:"";display:inline-block;background-image:url("/media/icons/standard/chevronDownLight.png");height:16px;width:16px;background-size:contain;background-repeat:no-repeat;background-position:center;position:absolute;right:8px;top:16px;bottom:8px}.formCollapse.active .formContent{display:block}.formCollapse.active div.formHeader:after{content:"";display:inline-block;background-image:url("/media/icons/standard/chevronUpLight.png");height:16px;width:16px;background-size:contain;background-repeat:no-repeat;background-position:center}.formCollapse .formContent{display:none;margin-left:8px;margin-right:8px}.labeledContainer,.labeledTimeline{padding:0px;margin:8px 0;background-color:#eee;border:1px solid gray;border-radius:8px}.labeledContainer>label:first-child,.labeledTimeline>label:first-child{display:block;padding:4px 8px;border-bottom:1px solid gray;border-radius:6px 6px 0 0}.labeledContainer.blue>label:first-child,.blue.labeledTimeline>label:first-child{color:#fff;background-color:#2368d8;border-bottom:1px solid #2368d8}.labeledContainer.blue>.header,.blue.labeledTimeline>.header{border-bottom:1px solid #2368d8}.labeledContainer.blue>.content,.blue.labeledTimeline>.content{background-color:#e6eefb}.labeledContainer .header,.labeledTimeline .header{padding:8px;border-top-right-radius:8px;border-top-left-radius:8px;border-bottom:1px solid gray}.labeledContainer .header>*:first-child,.labeledTimeline .header>*:first-child{margin-top:0}.labeledContainer .header>*:last-child,.labeledTimeline .header>*:last-child{margin-bottom:0}.labeledContainer .content:last-child,.labeledTimeline .content:last-child{border-bottom-right-radius:8px;border-bottom-left-radius:8px}.filters{padding:8px;gap:8px;display:grid;grid-template-columns:repeat(auto-fit, minmax(200px, auto))}.filters .inputCapsule{margin:0}.filters .defaultInput,.filters .defaultSelect{width:100px}.labeledTimeline{width:350px;margin-left:auto;margin-right:auto}.labeledTimeline .labeledRadioGroup{padding-top:0}.labeledRadioGroup{padding-top:20px;position:relative}.labeledRadioGroup label{height:36px;line-height:18px}.labeledRadioGroup label:first-child(){position:absolute;top:0;left:0;font-weight:600;color:#666}.timelineDatePickers{margin:8px;display:grid;grid-template-columns:1fr 20px 1fr;align-items:center;gap:8px}.timelineDatePickers .labeledInput{margin:0}.timelineDatePickers input{width:100%}.timelineFilters{display:grid;grid-template-columns:1fr auto;gap:8px;min-width:320px;margin:0 8px}.timelineFilters>*{min-width:0}.timelineFilters .labeledSelect{margin-bottom:0}@media screen and (max-width: 768px){.timelineFilters{display:block}}.inputCapsule{height:36px;margin:8px 0;margin-right:8px;display:inline-grid;grid-template-columns:auto 1fr auto}.inputCapsule>*{height:36px}.inputCapsule input:first-child{grid-column:1/3}.inputCapsule img{max-width:100%;max-height:100%;height:auto;width:auto;padding:6px}.inputCapsule.blue .defaultLabel,.inputCapsule.blue label{background-color:#2368d8;color:#fff}.inputCapsule.blue .defaultLabel+.defaultInput,.inputCapsule.blue .defaultLabel+.defaultSelect,.inputCapsule.blue label+.defaultInput,.inputCapsule.blue label+.defaultSelect{border-top-left-radius:0;border-bottom-left-radius:0}.inputCapsule.blue .defaultInput,.inputCapsule.blue .defaultSelect{border:1px solid #2368d8}.inputCapsule.blue .defaultInput:not(:last-child),.inputCapsule.blue .defaultSelect:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.inputCapsule.gray .defaultLabel,.inputCapsule.gray label{background-color:#666;color:#fff}.inputCapsule.gray .defaultLabel+.defaultInput,.inputCapsule.gray .defaultLabel+.defaultSelect,.inputCapsule.gray label+.defaultInput,.inputCapsule.gray label+.defaultSelect{border-top-left-radius:0;border-bottom-left-radius:0}.inputCapsule.gray .defaultInput,.inputCapsule.gray .defaultSelect{border:1px solid #666}.inputCapsule.gray .defaultInput:not(:last-child),.inputCapsule.gray .defaultSelect:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.inputCapsule .defaultInput,.inputCapsule .defaultSelect{padding:8px;min-width:50px;background-color:#fff;border-radius:4px;border:1px solid #d3d3d3;display:block;box-shadow:inset 0px 2px 2px rgba(0,0,0,.1);font-size:16px}.inputCapsule .defaultInput+.defaultLabel,.inputCapsule .defaultInput+label,.inputCapsule .defaultSelect+.defaultLabel,.inputCapsule .defaultSelect+label{border-radius:0 4px 4px 0}.inputCapsule .defaultInput:first-child(),.inputCapsule .defaultSelect:first-child(){grid-column:1/3}.inputCapsule .defaultLabel,.inputCapsule label{border-radius:4px 0 0 4px;line-height:36px;padding:0 12px;font-weight:600;background-color:rgba(0,0,0,0);color:#666}.pageHeadline,.pageHeadline h1,.pageHeadline h2,.pageHeadline h3{font-size:32px;font-weight:600;text-align:left;color:#202020;padding-bottom:0}.labelSide{padding-left:26px !important;border-radius:8px;position:relative}.labelSide>div{border-top-left-radius:0;border-bottom-left-radius:0}.labelSide.blue{border:1px solid #2368d8}.labelSide.blue>label:first-child(){background-color:#2368d8;color:#fff;border:1px solid #2368d8}.labelSide>label{width:27px;line-height:11px;transform:rotate(180deg);text-align:center;text-orientation:sideways;writing-mode:vertical-lr;border-left:1px solid gray;position:absolute;left:-1px;top:-1px;bottom:-1px;background-color:#eee;border-radius:0 8px 8px 0 !important;border:solid 1px gray}@media screen and (max-width: 768px){.labeledInput{position:static}}@media screen and (max-width: 768px){.dateTimePicker{left:0;right:0}}.workOrder{margin:auto;box-sizing:border-box;width:21cm;height:27.7cm}.workOrderContent{border:1px solid #000}.workOrderHeader{display:grid;grid-template-columns:2cm 1fr auto;height:2cm}.workOrderHeaderInfo{border-bottom:1px solid #000;padding:.1cm;box-sizing:border-box}.workOrderInfoText{font-size:.4cm;padding:.1cm .2cm}.workOrderHeaderInfo .workOrderInfoText{font-size:.55cm;font-weight:600;margin-left:.1cm;margin-top:.025cm;padding:0}.workOrder h1{font-size:.7cm}.workOrderPrintTable{border:.1cm solid #000}.workOrderPrintTable .row{display:grid;border-bottom:1px solid #000}.workOrderPrintTable .header{font-weight:800;background-color:#e8e8e8;border-left:1px solid #000;padding-left:.2cm}.workOrderPrintTable .cell{padding:.2cm;border-left:1px solid #000}.workOrderPrintTable .checkbox{display:none}.workOrderPrintTable .checkbox+label{display:inline-block;border:.075cm solid #000;height:.5cm;width:.5cm}.workOrderPrintTable .checkbox:checked+label{background-color:#e8e8e8}.workOrderPrintTable .checkbox:checked+label:after{content:"";height:.2cm;width:.2cm;transform:matrix(1, 1, -2, 2, 5, -3);position:absolute;border-bottom:.05cm solid #000;border-right:.1cm solid #000}.activeTagList{position:relative;display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;gap:5px;padding-top:6px}.activeTagList .activeTag{background-color:#fff;border-radius:4px;border:1px solid #ccc;padding:2px 4px;cursor:pointer}.activeTagList .activeTag:hover{background-color:#aaa}.tagDiv{display:grid;grid-template-columns:240px 1fr;margin-top:2px;gap:8px}.tagList{position:relative;display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;gap:5px}.tagList .tagged{background-color:#fff;border-radius:4px;border:1px solid #ccc;padding:2px 4px;cursor:pointer}.tagList .tagged:hover{background-color:#aaa}.addTag{position:relative}.tagSelectDisplay{background-color:#fff;margin-bottom:4px;cursor:pointer}.tagSelectDisplay div:hover{background-color:#aaa}.tagSelectTop{position:absolute;bottom:calc(100% + 16px);right:6px;padding-bottom:80px;background-color:#fff;border-radius:4px;height:75px;width:150px;display:none;border:1px solid #ccc}.tagSelectTop:after{content:" ";transform:rotate(45deg);position:absolute;right:18px;bottom:-11px;width:20px;height:20px;border-radius:3px;background-color:#fff;border:1px solid #ccc;border-left:none;border-top:none}.tagSelectBottom{position:absolute;top:56px;right:6px;background-color:#fff;border-radius:4px;height:300px;width:300px;display:none;border:1px solid #ccc}.tagSelectBottom:before{content:" ";transform:rotate(45deg);position:absolute;right:18px;top:-11px;width:20px;height:20px;border-radius:3px;background-color:#fff;border:1px solid #ccc;border-right:none;border-bottom:none}