@import url(https://fonts.googleapis.com/css?family=Lato&display=swap);
.tippy-tooltip[data-animation=fade][data-state=hidden]{opacity:0}.tippy-iOS{-webkit-tap-highlight-color:transparent;cursor:pointer!important}.tippy-popper{max-width:calc(100vw - 10px);pointer-events:none;transition-property:transform;transition-timing-function:cubic-bezier(.165,.84,.44,1)}.tippy-tooltip{background-color:#333;border-radius:4px;color:#fff;font-size:14px;line-height:1.4;outline:0;position:relative;transition-property:visibility,opacity,transform}.tippy-tooltip[data-placement^=top]>.tippy-arrow{border-top-color:#333;border-width:8px 8px 0;bottom:-7px;margin:0 3px;transform-origin:50% 0}.tippy-tooltip[data-placement^=bottom]>.tippy-arrow{border-bottom-color:#333;border-width:0 8px 8px;margin:0 3px;top:-7px;transform-origin:50% 7px}.tippy-tooltip[data-placement^=left]>.tippy-arrow{border-left-color:#333;border-width:8px 0 8px 8px;margin:3px 0;right:-7px;transform-origin:0 50%}.tippy-tooltip[data-placement^=right]>.tippy-arrow{border-right-color:#333;border-width:8px 8px 8px 0;left:-7px;margin:3px 0;transform-origin:7px 50%}.tippy-tooltip[data-interactive][data-state=visible]{pointer-events:auto}.tippy-tooltip[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{border-color:transparent;border-style:solid;position:absolute}.tippy-content{padding:5px 9px}
@keyframes passing-through{0%{opacity:0;transform:translateY(40px)}30%,70%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-40px)}}@keyframes slide-in{0%{opacity:0;transform:translateY(40px)}30%{opacity:1;transform:translateY(0)}}@keyframes pulse{0%{transform:scale(1)}10%{transform:scale(1.1)}20%{transform:scale(1)}}.dropzone,.dropzone *{box-sizing:border-box}.dropzone{background:#fff;border:2px solid rgba(0,0,0,.3);min-height:150px;padding:20px}.dropzone.dz-clickable{cursor:pointer}.dropzone.dz-clickable *{cursor:default}.dropzone.dz-clickable .dz-message,.dropzone.dz-clickable .dz-message *{cursor:pointer}.dropzone.dz-started .dz-message{display:none}.dropzone.dz-drag-hover{border-style:solid}.dropzone.dz-drag-hover .dz-message{opacity:.5}.dropzone .dz-message{margin:2em 0;text-align:center}.dropzone .dz-message .dz-button{background:none;border:none;color:inherit;cursor:pointer;font:inherit;outline:inherit;padding:0}.dropzone .dz-preview{display:inline-block;margin:16px;min-height:100px;position:relative;vertical-align:top}.dropzone .dz-preview:hover{z-index:1000}.dropzone .dz-preview.dz-file-preview .dz-image{background:#999;background:linear-gradient(180deg,#eee,#ddd);border-radius:20px}.dropzone .dz-preview.dz-file-preview .dz-details{opacity:1}.dropzone .dz-preview.dz-image-preview{background:#fff}.dropzone .dz-preview.dz-image-preview .dz-details{transition:opacity .2s linear}.dropzone .dz-preview .dz-remove{border:none;cursor:pointer;display:block;font-size:14px;text-align:center}.dropzone .dz-preview .dz-remove:hover{text-decoration:underline}.dropzone .dz-preview:hover .dz-details{opacity:1}.dropzone .dz-preview .dz-details{color:rgba(0,0,0,.9);font-size:13px;left:0;line-height:150%;max-width:100%;min-width:100%;opacity:0;padding:2em 1em;position:absolute;text-align:center;top:0;z-index:20}.dropzone .dz-preview .dz-details .dz-size{font-size:16px;margin-bottom:1em}.dropzone .dz-preview .dz-details .dz-filename{white-space:nowrap}.dropzone .dz-preview .dz-details .dz-filename:hover span{background-color:hsla(0,0%,100%,.8);border:1px solid hsla(0,0%,78%,.8)}.dropzone .dz-preview .dz-details .dz-filename:not(:hover){overflow:hidden;text-overflow:ellipsis}.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span{border:1px solid transparent}.dropzone .dz-preview .dz-details .dz-filename span,.dropzone .dz-preview .dz-details .dz-size span{background-color:hsla(0,0%,100%,.4);border-radius:3px;padding:0 .4em}.dropzone .dz-preview:hover .dz-image img{filter:blur(8px);transform:scale(1.05)}.dropzone .dz-preview .dz-image{border-radius:20px;display:block;height:120px;overflow:hidden;position:relative;width:120px;z-index:10}.dropzone .dz-preview .dz-image img{display:block}.dropzone .dz-preview.dz-success .dz-success-mark{animation:passing-through 3s cubic-bezier(.77,0,.175,1)}.dropzone .dz-preview.dz-error .dz-error-mark{animation:slide-in 3s cubic-bezier(.77,0,.175,1);opacity:1}.dropzone .dz-preview .dz-error-mark,.dropzone .dz-preview .dz-success-mark{display:block;left:50%;margin-left:-27px;margin-top:-27px;opacity:0;pointer-events:none;position:absolute;top:50%;z-index:500}.dropzone .dz-preview .dz-error-mark svg,.dropzone .dz-preview .dz-success-mark svg{display:block;height:54px;width:54px}.dropzone .dz-preview.dz-processing .dz-progress{opacity:1;transition:all .2s linear}.dropzone .dz-preview.dz-complete .dz-progress{opacity:0;transition:opacity .4s ease-in}.dropzone .dz-preview:not(.dz-processing) .dz-progress{animation:pulse 6s ease infinite}.dropzone .dz-preview .dz-progress{background:hsla(0,0%,100%,.9);border-radius:8px;height:16px;left:50%;margin-left:-40px;margin-top:-8px;opacity:1;overflow:hidden;pointer-events:none;position:absolute;top:50%;-webkit-transform:scale(1);width:80px;z-index:1000}.dropzone .dz-preview .dz-progress .dz-upload{background:#333;background:linear-gradient(180deg,#666,#444);bottom:0;left:0;position:absolute;top:0;transition:width .3s ease-in-out;width:0}.dropzone .dz-preview.dz-error .dz-error-message{display:block}.dropzone .dz-preview.dz-error:hover .dz-error-message{opacity:1;pointer-events:auto}.dropzone .dz-preview .dz-error-message{background:#be2626;background:linear-gradient(180deg,#be2626,#a92222);border-radius:8px;color:#fff;display:block;display:none;font-size:13px;left:-10px;opacity:0;padding:.5em 1.2em;pointer-events:none;position:absolute;top:130px;transition:opacity .3s ease;width:140px;z-index:1000}.dropzone .dz-preview .dz-error-message:after{border-bottom:6px solid #be2626;border-left:6px solid transparent;border-right:6px solid transparent;content:"";height:0;left:64px;position:absolute;top:-6px;width:0}
@charset "UTF-8";.materialize-red{background-color:#e51c23!important}.materialize-red-text{color:#e51c23!important}.materialize-red.lighten-5{background-color:#fdeaeb!important}.materialize-red-text.text-lighten-5{color:#fdeaeb!important}.materialize-red.lighten-4{background-color:#f8c1c3!important}.materialize-red-text.text-lighten-4{color:#f8c1c3!important}.materialize-red.lighten-3{background-color:#f3989b!important}.materialize-red-text.text-lighten-3{color:#f3989b!important}.materialize-red.lighten-2{background-color:#ee6e73!important}.materialize-red-text.text-lighten-2{color:#ee6e73!important}.materialize-red.lighten-1{background-color:#ea454b!important}.materialize-red-text.text-lighten-1{color:#ea454b!important}.materialize-red.darken-1{background-color:#d0181e!important}.materialize-red-text.text-darken-1{color:#d0181e!important}.materialize-red.darken-2{background-color:#b9151b!important}.materialize-red-text.text-darken-2{color:#b9151b!important}.materialize-red.darken-3{background-color:#a21318!important}.materialize-red-text.text-darken-3{color:#a21318!important}.materialize-red.darken-4{background-color:#8b1014!important}.materialize-red-text.text-darken-4{color:#8b1014!important}.red{background-color:#f44336!important}.red-text{color:#f44336!important}.red.lighten-5{background-color:#ffebee!important}.red-text.text-lighten-5{color:#ffebee!important}.red.lighten-4{background-color:#ffcdd2!important}.red-text.text-lighten-4{color:#ffcdd2!important}.red.lighten-3{background-color:#ef9a9a!important}.red-text.text-lighten-3{color:#ef9a9a!important}.red.lighten-2{background-color:#e57373!important}.red-text.text-lighten-2{color:#e57373!important}.red.lighten-1{background-color:#ef5350!important}.red-text.text-lighten-1{color:#ef5350!important}.red.darken-1{background-color:#e53935!important}.red-text.text-darken-1{color:#e53935!important}.red.darken-2{background-color:#d32f2f!important}.red-text.text-darken-2{color:#d32f2f!important}.red.darken-3{background-color:#c62828!important}.red-text.text-darken-3{color:#c62828!important}.red.darken-4{background-color:#b71c1c!important}.red-text.text-darken-4{color:#b71c1c!important}.red.accent-1{background-color:#ff8a80!important}.red-text.text-accent-1{color:#ff8a80!important}.red.accent-2{background-color:#ff5252!important}.red-text.text-accent-2{color:#ff5252!important}.red.accent-3{background-color:#ff1744!important}.red-text.text-accent-3{color:#ff1744!important}.red.accent-4{background-color:#d50000!important}.red-text.text-accent-4{color:#d50000!important}.pink{background-color:#e91e63!important}.pink-text{color:#e91e63!important}.pink.lighten-5{background-color:#fce4ec!important}.pink-text.text-lighten-5{color:#fce4ec!important}.pink.lighten-4{background-color:#f8bbd0!important}.pink-text.text-lighten-4{color:#f8bbd0!important}.pink.lighten-3{background-color:#f48fb1!important}.pink-text.text-lighten-3{color:#f48fb1!important}.pink.lighten-2{background-color:#f06292!important}.pink-text.text-lighten-2{color:#f06292!important}.pink.lighten-1{background-color:#ec407a!important}.pink-text.text-lighten-1{color:#ec407a!important}.pink.darken-1{background-color:#d81b60!important}.pink-text.text-darken-1{color:#d81b60!important}.pink.darken-2{background-color:#c2185b!important}.pink-text.text-darken-2{color:#c2185b!important}.pink.darken-3{background-color:#ad1457!important}.pink-text.text-darken-3{color:#ad1457!important}.pink.darken-4{background-color:#880e4f!important}.pink-text.text-darken-4{color:#880e4f!important}.pink.accent-1{background-color:#ff80ab!important}.pink-text.text-accent-1{color:#ff80ab!important}.pink.accent-2{background-color:#ff4081!important}.pink-text.text-accent-2{color:#ff4081!important}.pink.accent-3{background-color:#f50057!important}.pink-text.text-accent-3{color:#f50057!important}.pink.accent-4{background-color:#c51162!important}.pink-text.text-accent-4{color:#c51162!important}.purple{background-color:#9c27b0!important}.purple-text{color:#9c27b0!important}.purple.lighten-5{background-color:#f3e5f5!important}.purple-text.text-lighten-5{color:#f3e5f5!important}.purple.lighten-4{background-color:#e1bee7!important}.purple-text.text-lighten-4{color:#e1bee7!important}.purple.lighten-3{background-color:#ce93d8!important}.purple-text.text-lighten-3{color:#ce93d8!important}.purple.lighten-2{background-color:#ba68c8!important}.purple-text.text-lighten-2{color:#ba68c8!important}.purple.lighten-1{background-color:#ab47bc!important}.purple-text.text-lighten-1{color:#ab47bc!important}.purple.darken-1{background-color:#8e24aa!important}.purple-text.text-darken-1{color:#8e24aa!important}.purple.darken-2{background-color:#7b1fa2!important}.purple-text.text-darken-2{color:#7b1fa2!important}.purple.darken-3{background-color:#6a1b9a!important}.purple-text.text-darken-3{color:#6a1b9a!important}.purple.darken-4{background-color:#4a148c!important}.purple-text.text-darken-4{color:#4a148c!important}.purple.accent-1{background-color:#ea80fc!important}.purple-text.text-accent-1{color:#ea80fc!important}.purple.accent-2{background-color:#e040fb!important}.purple-text.text-accent-2{color:#e040fb!important}.purple.accent-3{background-color:#d500f9!important}.purple-text.text-accent-3{color:#d500f9!important}.purple.accent-4{background-color:#a0f!important}.purple-text.text-accent-4{color:#a0f!important}.deep-purple{background-color:#673ab7!important}.deep-purple-text{color:#673ab7!important}.deep-purple.lighten-5{background-color:#ede7f6!important}.deep-purple-text.text-lighten-5{color:#ede7f6!important}.deep-purple.lighten-4{background-color:#d1c4e9!important}.deep-purple-text.text-lighten-4{color:#d1c4e9!important}.deep-purple.lighten-3{background-color:#b39ddb!important}.deep-purple-text.text-lighten-3{color:#b39ddb!important}.deep-purple.lighten-2{background-color:#9575cd!important}.deep-purple-text.text-lighten-2{color:#9575cd!important}.deep-purple.lighten-1{background-color:#7e57c2!important}.deep-purple-text.text-lighten-1{color:#7e57c2!important}.deep-purple.darken-1{background-color:#5e35b1!important}.deep-purple-text.text-darken-1{color:#5e35b1!important}.deep-purple.darken-2{background-color:#512da8!important}.deep-purple-text.text-darken-2{color:#512da8!important}.deep-purple.darken-3{background-color:#4527a0!important}.deep-purple-text.text-darken-3{color:#4527a0!important}.deep-purple.darken-4{background-color:#311b92!important}.deep-purple-text.text-darken-4{color:#311b92!important}.deep-purple.accent-1{background-color:#b388ff!important}.deep-purple-text.text-accent-1{color:#b388ff!important}.deep-purple.accent-2{background-color:#7c4dff!important}.deep-purple-text.text-accent-2{color:#7c4dff!important}.deep-purple.accent-3{background-color:#651fff!important}.deep-purple-text.text-accent-3{color:#651fff!important}.deep-purple.accent-4{background-color:#6200ea!important}.deep-purple-text.text-accent-4{color:#6200ea!important}.indigo{background-color:#3f51b5!important}.indigo-text{color:#3f51b5!important}.indigo.lighten-5{background-color:#e8eaf6!important}.indigo-text.text-lighten-5{color:#e8eaf6!important}.indigo.lighten-4{background-color:#c5cae9!important}.indigo-text.text-lighten-4{color:#c5cae9!important}.indigo.lighten-3{background-color:#9fa8da!important}.indigo-text.text-lighten-3{color:#9fa8da!important}.indigo.lighten-2{background-color:#7986cb!important}.indigo-text.text-lighten-2{color:#7986cb!important}.indigo.lighten-1{background-color:#5c6bc0!important}.indigo-text.text-lighten-1{color:#5c6bc0!important}.indigo.darken-1{background-color:#3949ab!important}.indigo-text.text-darken-1{color:#3949ab!important}.indigo.darken-2{background-color:#303f9f!important}.indigo-text.text-darken-2{color:#303f9f!important}.indigo.darken-3{background-color:#283593!important}.indigo-text.text-darken-3{color:#283593!important}.indigo.darken-4{background-color:#1a237e!important}.indigo-text.text-darken-4{color:#1a237e!important}.indigo.accent-1{background-color:#8c9eff!important}.indigo-text.text-accent-1{color:#8c9eff!important}.indigo.accent-2{background-color:#536dfe!important}.indigo-text.text-accent-2{color:#536dfe!important}.indigo.accent-3{background-color:#3d5afe!important}.indigo-text.text-accent-3{color:#3d5afe!important}.indigo.accent-4{background-color:#304ffe!important}.indigo-text.text-accent-4{color:#304ffe!important}.blue{background-color:#2196f3!important}.blue-text{color:#2196f3!important}.blue.lighten-5{background-color:#e3f2fd!important}.blue-text.text-lighten-5{color:#e3f2fd!important}.blue.lighten-4{background-color:#bbdefb!important}.blue-text.text-lighten-4{color:#bbdefb!important}.blue.lighten-3{background-color:#90caf9!important}.blue-text.text-lighten-3{color:#90caf9!important}.blue.lighten-2{background-color:#64b5f6!important}.blue-text.text-lighten-2{color:#64b5f6!important}.blue.lighten-1{background-color:#42a5f5!important}.blue-text.text-lighten-1{color:#42a5f5!important}.blue.darken-1{background-color:#1e88e5!important}.blue-text.text-darken-1{color:#1e88e5!important}.blue.darken-2{background-color:#1976d2!important}.blue-text.text-darken-2{color:#1976d2!important}.blue.darken-3{background-color:#1565c0!important}.blue-text.text-darken-3{color:#1565c0!important}.blue.darken-4{background-color:#0d47a1!important}.blue-text.text-darken-4{color:#0d47a1!important}.blue.accent-1{background-color:#82b1ff!important}.blue-text.text-accent-1{color:#82b1ff!important}.blue.accent-2{background-color:#448aff!important}.blue-text.text-accent-2{color:#448aff!important}.blue.accent-3{background-color:#2979ff!important}.blue-text.text-accent-3{color:#2979ff!important}.blue.accent-4{background-color:#2962ff!important}.blue-text.text-accent-4{color:#2962ff!important}.light-blue{background-color:#03a9f4!important}.light-blue-text{color:#03a9f4!important}.light-blue.lighten-5{background-color:#e1f5fe!important}.light-blue-text.text-lighten-5{color:#e1f5fe!important}.light-blue.lighten-4{background-color:#b3e5fc!important}.light-blue-text.text-lighten-4{color:#b3e5fc!important}.light-blue.lighten-3{background-color:#81d4fa!important}.light-blue-text.text-lighten-3{color:#81d4fa!important}.light-blue.lighten-2{background-color:#4fc3f7!important}.light-blue-text.text-lighten-2{color:#4fc3f7!important}.light-blue.lighten-1{background-color:#29b6f6!important}.light-blue-text.text-lighten-1{color:#29b6f6!important}.light-blue.darken-1{background-color:#039be5!important}.light-blue-text.text-darken-1{color:#039be5!important}.light-blue.darken-2{background-color:#0288d1!important}.light-blue-text.text-darken-2{color:#0288d1!important}.light-blue.darken-3{background-color:#0277bd!important}.light-blue-text.text-darken-3{color:#0277bd!important}.light-blue.darken-4{background-color:#01579b!important}.light-blue-text.text-darken-4{color:#01579b!important}.light-blue.accent-1{background-color:#80d8ff!important}.light-blue-text.text-accent-1{color:#80d8ff!important}.light-blue.accent-2{background-color:#40c4ff!important}.light-blue-text.text-accent-2{color:#40c4ff!important}.light-blue.accent-3{background-color:#00b0ff!important}.light-blue-text.text-accent-3{color:#00b0ff!important}.light-blue.accent-4{background-color:#0091ea!important}.light-blue-text.text-accent-4{color:#0091ea!important}.cyan{background-color:#00bcd4!important}.cyan-text{color:#00bcd4!important}.cyan.lighten-5{background-color:#e0f7fa!important}.cyan-text.text-lighten-5{color:#e0f7fa!important}.cyan.lighten-4{background-color:#b2ebf2!important}.cyan-text.text-lighten-4{color:#b2ebf2!important}.cyan.lighten-3{background-color:#80deea!important}.cyan-text.text-lighten-3{color:#80deea!important}.cyan.lighten-2{background-color:#4dd0e1!important}.cyan-text.text-lighten-2{color:#4dd0e1!important}.cyan.lighten-1{background-color:#26c6da!important}.cyan-text.text-lighten-1{color:#26c6da!important}.cyan.darken-1{background-color:#00acc1!important}.cyan-text.text-darken-1{color:#00acc1!important}.cyan.darken-2{background-color:#0097a7!important}.cyan-text.text-darken-2{color:#0097a7!important}.cyan.darken-3{background-color:#00838f!important}.cyan-text.text-darken-3{color:#00838f!important}.cyan.darken-4{background-color:#006064!important}.cyan-text.text-darken-4{color:#006064!important}.cyan.accent-1{background-color:#84ffff!important}.cyan-text.text-accent-1{color:#84ffff!important}.cyan.accent-2{background-color:#18ffff!important}.cyan-text.text-accent-2{color:#18ffff!important}.cyan.accent-3{background-color:#00e5ff!important}.cyan-text.text-accent-3{color:#00e5ff!important}.cyan.accent-4{background-color:#00b8d4!important}.cyan-text.text-accent-4{color:#00b8d4!important}.teal{background-color:#009688!important}.teal-text{color:#009688!important}.teal.lighten-5{background-color:#e0f2f1!important}.teal-text.text-lighten-5{color:#e0f2f1!important}.teal.lighten-4{background-color:#b2dfdb!important}.teal-text.text-lighten-4{color:#b2dfdb!important}.teal.lighten-3{background-color:#80cbc4!important}.teal-text.text-lighten-3{color:#80cbc4!important}.teal.lighten-2{background-color:#4db6ac!important}.teal-text.text-lighten-2{color:#4db6ac!important}.teal.lighten-1{background-color:#26a69a!important}.teal-text.text-lighten-1{color:#26a69a!important}.teal.darken-1{background-color:#00897b!important}.teal-text.text-darken-1{color:#00897b!important}.teal.darken-2{background-color:#00796b!important}.teal-text.text-darken-2{color:#00796b!important}.teal.darken-3{background-color:#00695c!important}.teal-text.text-darken-3{color:#00695c!important}.teal.darken-4{background-color:#004d40!important}.teal-text.text-darken-4{color:#004d40!important}.teal.accent-1{background-color:#a7ffeb!important}.teal-text.text-accent-1{color:#a7ffeb!important}.teal.accent-2{background-color:#64ffda!important}.teal-text.text-accent-2{color:#64ffda!important}.teal.accent-3{background-color:#1de9b6!important}.teal-text.text-accent-3{color:#1de9b6!important}.teal.accent-4{background-color:#00bfa5!important}.teal-text.text-accent-4{color:#00bfa5!important}.green{background-color:#4caf50!important}.green-text{color:#4caf50!important}.green.lighten-5{background-color:#e8f5e9!important}.green-text.text-lighten-5{color:#e8f5e9!important}.green.lighten-4{background-color:#c8e6c9!important}.green-text.text-lighten-4{color:#c8e6c9!important}.green.lighten-3{background-color:#a5d6a7!important}.green-text.text-lighten-3{color:#a5d6a7!important}.green.lighten-2{background-color:#81c784!important}.green-text.text-lighten-2{color:#81c784!important}.green.lighten-1{background-color:#66bb6a!important}.green-text.text-lighten-1{color:#66bb6a!important}.green.darken-1{background-color:#43a047!important}.green-text.text-darken-1{color:#43a047!important}.green.darken-2{background-color:#388e3c!important}.green-text.text-darken-2{color:#388e3c!important}.green.darken-3{background-color:#2e7d32!important}.green-text.text-darken-3{color:#2e7d32!important}.green.darken-4{background-color:#1b5e20!important}.green-text.text-darken-4{color:#1b5e20!important}.green.accent-1{background-color:#b9f6ca!important}.green-text.text-accent-1{color:#b9f6ca!important}.green.accent-2{background-color:#69f0ae!important}.green-text.text-accent-2{color:#69f0ae!important}.green.accent-3{background-color:#00e676!important}.green-text.text-accent-3{color:#00e676!important}.green.accent-4{background-color:#00c853!important}.green-text.text-accent-4{color:#00c853!important}.light-green{background-color:#8bc34a!important}.light-green-text{color:#8bc34a!important}.light-green.lighten-5{background-color:#f1f8e9!important}.light-green-text.text-lighten-5{color:#f1f8e9!important}.light-green.lighten-4{background-color:#dcedc8!important}.light-green-text.text-lighten-4{color:#dcedc8!important}.light-green.lighten-3{background-color:#c5e1a5!important}.light-green-text.text-lighten-3{color:#c5e1a5!important}.light-green.lighten-2{background-color:#aed581!important}.light-green-text.text-lighten-2{color:#aed581!important}.light-green.lighten-1{background-color:#9ccc65!important}.light-green-text.text-lighten-1{color:#9ccc65!important}.light-green.darken-1{background-color:#7cb342!important}.light-green-text.text-darken-1{color:#7cb342!important}.light-green.darken-2{background-color:#689f38!important}.light-green-text.text-darken-2{color:#689f38!important}.light-green.darken-3{background-color:#558b2f!important}.light-green-text.text-darken-3{color:#558b2f!important}.light-green.darken-4{background-color:#33691e!important}.light-green-text.text-darken-4{color:#33691e!important}.light-green.accent-1{background-color:#ccff90!important}.light-green-text.text-accent-1{color:#ccff90!important}.light-green.accent-2{background-color:#b2ff59!important}.light-green-text.text-accent-2{color:#b2ff59!important}.light-green.accent-3{background-color:#76ff03!important}.light-green-text.text-accent-3{color:#76ff03!important}.light-green.accent-4{background-color:#64dd17!important}.light-green-text.text-accent-4{color:#64dd17!important}.lime{background-color:#cddc39!important}.lime-text{color:#cddc39!important}.lime.lighten-5{background-color:#f9fbe7!important}.lime-text.text-lighten-5{color:#f9fbe7!important}.lime.lighten-4{background-color:#f0f4c3!important}.lime-text.text-lighten-4{color:#f0f4c3!important}.lime.lighten-3{background-color:#e6ee9c!important}.lime-text.text-lighten-3{color:#e6ee9c!important}.lime.lighten-2{background-color:#dce775!important}.lime-text.text-lighten-2{color:#dce775!important}.lime.lighten-1{background-color:#d4e157!important}.lime-text.text-lighten-1{color:#d4e157!important}.lime.darken-1{background-color:#c0ca33!important}.lime-text.text-darken-1{color:#c0ca33!important}.lime.darken-2{background-color:#afb42b!important}.lime-text.text-darken-2{color:#afb42b!important}.lime.darken-3{background-color:#9e9d24!important}.lime-text.text-darken-3{color:#9e9d24!important}.lime.darken-4{background-color:#827717!important}.lime-text.text-darken-4{color:#827717!important}.lime.accent-1{background-color:#f4ff81!important}.lime-text.text-accent-1{color:#f4ff81!important}.lime.accent-2{background-color:#eeff41!important}.lime-text.text-accent-2{color:#eeff41!important}.lime.accent-3{background-color:#c6ff00!important}.lime-text.text-accent-3{color:#c6ff00!important}.lime.accent-4{background-color:#aeea00!important}.lime-text.text-accent-4{color:#aeea00!important}.yellow{background-color:#ffeb3b!important}.yellow-text{color:#ffeb3b!important}.yellow.lighten-5{background-color:#fffde7!important}.yellow-text.text-lighten-5{color:#fffde7!important}.yellow.lighten-4{background-color:#fff9c4!important}.yellow-text.text-lighten-4{color:#fff9c4!important}.yellow.lighten-3{background-color:#fff59d!important}.yellow-text.text-lighten-3{color:#fff59d!important}.yellow.lighten-2{background-color:#fff176!important}.yellow-text.text-lighten-2{color:#fff176!important}.yellow.lighten-1{background-color:#ffee58!important}.yellow-text.text-lighten-1{color:#ffee58!important}.yellow.darken-1{background-color:#fdd835!important}.yellow-text.text-darken-1{color:#fdd835!important}.yellow.darken-2{background-color:#fbc02d!important}.yellow-text.text-darken-2{color:#fbc02d!important}.yellow.darken-3{background-color:#f9a825!important}.yellow-text.text-darken-3{color:#f9a825!important}.yellow.darken-4{background-color:#f57f17!important}.yellow-text.text-darken-4{color:#f57f17!important}.yellow.accent-1{background-color:#ffff8d!important}.yellow-text.text-accent-1{color:#ffff8d!important}.yellow.accent-2{background-color:#ff0!important}.yellow-text.text-accent-2{color:#ff0!important}.yellow.accent-3{background-color:#ffea00!important}.yellow-text.text-accent-3{color:#ffea00!important}.yellow.accent-4{background-color:#ffd600!important}.yellow-text.text-accent-4{color:#ffd600!important}.amber{background-color:#ffc107!important}.amber-text{color:#ffc107!important}.amber.lighten-5{background-color:#fff8e1!important}.amber-text.text-lighten-5{color:#fff8e1!important}.amber.lighten-4{background-color:#ffecb3!important}.amber-text.text-lighten-4{color:#ffecb3!important}.amber.lighten-3{background-color:#ffe082!important}.amber-text.text-lighten-3{color:#ffe082!important}.amber.lighten-2{background-color:#ffd54f!important}.amber-text.text-lighten-2{color:#ffd54f!important}.amber.lighten-1{background-color:#ffca28!important}.amber-text.text-lighten-1{color:#ffca28!important}.amber.darken-1{background-color:#ffb300!important}.amber-text.text-darken-1{color:#ffb300!important}.amber.darken-2{background-color:#ffa000!important}.amber-text.text-darken-2{color:#ffa000!important}.amber.darken-3{background-color:#ff8f00!important}.amber-text.text-darken-3{color:#ff8f00!important}.amber.darken-4{background-color:#ff6f00!important}.amber-text.text-darken-4{color:#ff6f00!important}.amber.accent-1{background-color:#ffe57f!important}.amber-text.text-accent-1{color:#ffe57f!important}.amber.accent-2{background-color:#ffd740!important}.amber-text.text-accent-2{color:#ffd740!important}.amber.accent-3{background-color:#ffc400!important}.amber-text.text-accent-3{color:#ffc400!important}.amber.accent-4{background-color:#ffab00!important}.amber-text.text-accent-4{color:#ffab00!important}.orange{background-color:#ff9800!important}.orange-text{color:#ff9800!important}.orange.lighten-5{background-color:#fff3e0!important}.orange-text.text-lighten-5{color:#fff3e0!important}.orange.lighten-4{background-color:#ffe0b2!important}.orange-text.text-lighten-4{color:#ffe0b2!important}.orange.lighten-3{background-color:#ffcc80!important}.orange-text.text-lighten-3{color:#ffcc80!important}.orange.lighten-2{background-color:#ffb74d!important}.orange-text.text-lighten-2{color:#ffb74d!important}.orange.lighten-1{background-color:#ffa726!important}.orange-text.text-lighten-1{color:#ffa726!important}.orange.darken-1{background-color:#fb8c00!important}.orange-text.text-darken-1{color:#fb8c00!important}.orange.darken-2{background-color:#f57c00!important}.orange-text.text-darken-2{color:#f57c00!important}.orange.darken-3{background-color:#ef6c00!important}.orange-text.text-darken-3{color:#ef6c00!important}.orange.darken-4{background-color:#e65100!important}.orange-text.text-darken-4{color:#e65100!important}.orange.accent-1{background-color:#ffd180!important}.orange-text.text-accent-1{color:#ffd180!important}.orange.accent-2{background-color:#ffab40!important}.orange-text.text-accent-2{color:#ffab40!important}.orange.accent-3{background-color:#ff9100!important}.orange-text.text-accent-3{color:#ff9100!important}.orange.accent-4{background-color:#ff6d00!important}.orange-text.text-accent-4{color:#ff6d00!important}.deep-orange{background-color:#ff5722!important}.deep-orange-text{color:#ff5722!important}.deep-orange.lighten-5{background-color:#fbe9e7!important}.deep-orange-text.text-lighten-5{color:#fbe9e7!important}.deep-orange.lighten-4{background-color:#ffccbc!important}.deep-orange-text.text-lighten-4{color:#ffccbc!important}.deep-orange.lighten-3{background-color:#ffab91!important}.deep-orange-text.text-lighten-3{color:#ffab91!important}.deep-orange.lighten-2{background-color:#ff8a65!important}.deep-orange-text.text-lighten-2{color:#ff8a65!important}.deep-orange.lighten-1{background-color:#ff7043!important}.deep-orange-text.text-lighten-1{color:#ff7043!important}.deep-orange.darken-1{background-color:#f4511e!important}.deep-orange-text.text-darken-1{color:#f4511e!important}.deep-orange.darken-2{background-color:#e64a19!important}.deep-orange-text.text-darken-2{color:#e64a19!important}.deep-orange.darken-3{background-color:#d84315!important}.deep-orange-text.text-darken-3{color:#d84315!important}.deep-orange.darken-4{background-color:#bf360c!important}.deep-orange-text.text-darken-4{color:#bf360c!important}.deep-orange.accent-1{background-color:#ff9e80!important}.deep-orange-text.text-accent-1{color:#ff9e80!important}.deep-orange.accent-2{background-color:#ff6e40!important}.deep-orange-text.text-accent-2{color:#ff6e40!important}.deep-orange.accent-3{background-color:#ff3d00!important}.deep-orange-text.text-accent-3{color:#ff3d00!important}.deep-orange.accent-4{background-color:#dd2c00!important}.deep-orange-text.text-accent-4{color:#dd2c00!important}.brown{background-color:#795548!important}.brown-text{color:#795548!important}.brown.lighten-5{background-color:#efebe9!important}.brown-text.text-lighten-5{color:#efebe9!important}.brown.lighten-4{background-color:#d7ccc8!important}.brown-text.text-lighten-4{color:#d7ccc8!important}.brown.lighten-3{background-color:#bcaaa4!important}.brown-text.text-lighten-3{color:#bcaaa4!important}.brown.lighten-2{background-color:#a1887f!important}.brown-text.text-lighten-2{color:#a1887f!important}.brown.lighten-1{background-color:#8d6e63!important}.brown-text.text-lighten-1{color:#8d6e63!important}.brown.darken-1{background-color:#6d4c41!important}.brown-text.text-darken-1{color:#6d4c41!important}.brown.darken-2{background-color:#5d4037!important}.brown-text.text-darken-2{color:#5d4037!important}.brown.darken-3{background-color:#4e342e!important}.brown-text.text-darken-3{color:#4e342e!important}.brown.darken-4{background-color:#3e2723!important}.brown-text.text-darken-4{color:#3e2723!important}.blue-grey{background-color:#607d8b!important}.blue-grey-text{color:#607d8b!important}.blue-grey.lighten-5{background-color:#eceff1!important}.blue-grey-text.text-lighten-5{color:#eceff1!important}.blue-grey.lighten-4{background-color:#cfd8dc!important}.blue-grey-text.text-lighten-4{color:#cfd8dc!important}.blue-grey.lighten-3{background-color:#b0bec5!important}.blue-grey-text.text-lighten-3{color:#b0bec5!important}.blue-grey.lighten-2{background-color:#90a4ae!important}.blue-grey-text.text-lighten-2{color:#90a4ae!important}.blue-grey.lighten-1{background-color:#78909c!important}.blue-grey-text.text-lighten-1{color:#78909c!important}.blue-grey.darken-1{background-color:#546e7a!important}.blue-grey-text.text-darken-1{color:#546e7a!important}.blue-grey.darken-2{background-color:#455a64!important}.blue-grey-text.text-darken-2{color:#455a64!important}.blue-grey.darken-3{background-color:#37474f!important}.blue-grey-text.text-darken-3{color:#37474f!important}.blue-grey.darken-4{background-color:#263238!important}.blue-grey-text.text-darken-4{color:#263238!important}.grey{background-color:#9e9e9e!important}.grey-text{color:#9e9e9e!important}.grey.lighten-5{background-color:#fafafa!important}.grey-text.text-lighten-5{color:#fafafa!important}.grey.lighten-4{background-color:#f5f5f5!important}.grey-text.text-lighten-4{color:#f5f5f5!important}.grey.lighten-3{background-color:#eee!important}.grey-text.text-lighten-3{color:#eee!important}.grey.lighten-2{background-color:#e0e0e0!important}.grey-text.text-lighten-2{color:#e0e0e0!important}.grey.lighten-1{background-color:#bdbdbd!important}.grey-text.text-lighten-1{color:#bdbdbd!important}.grey.darken-1{background-color:#757575!important}.grey-text.text-darken-1{color:#757575!important}.grey.darken-2{background-color:#616161!important}.grey-text.text-darken-2{color:#616161!important}.grey.darken-3{background-color:#424242!important}.grey-text.text-darken-3{color:#424242!important}.grey.darken-4{background-color:#212121!important}.grey-text.text-darken-4{color:#212121!important}.black{background-color:#000!important}.black-text{color:#000!important}.white{background-color:#fff!important}.white-text{color:#fff!important}.transparent{background-color:transparent!important}.transparent-text{color:transparent!important}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{-webkit-text-decoration-skip:objects;background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}[hidden],template{display:none}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}button,input,optgroup,select,textarea{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}ul:not(.browser-default){list-style-type:none;padding-left:0}ul:not(.browser-default)>li{list-style-type:none}a{-webkit-tap-highlight-color:transparent;color:#039be5;text-decoration:none}.valign-wrapper{align-items:center;display:flex}.clearfix{clear:both}.z-depth-0{box-shadow:none!important}.collapsible,.dropdown-content,.z-depth-1{box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12),0 1px 5px 0 rgba(0,0,0,.2)}.z-depth-1-half{box-shadow:0 3px 3px 0 rgba(0,0,0,.14),0 1px 7px 0 rgba(0,0,0,.12),0 3px 1px -1px rgba(0,0,0,.2)}.z-depth-2{box-shadow:0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.3)}.z-depth-3{box-shadow:0 8px 17px 2px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.2)}.z-depth-4{box-shadow:0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12),0 8px 10px -7px rgba(0,0,0,.2)}.z-depth-5{box-shadow:0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12),0 11px 15px -7px rgba(0,0,0,.2)}.hoverable{transition:box-shadow .25s}.hoverable:hover{box-shadow:0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)}.divider{background-color:#e0e0e0;height:1px;overflow:hidden}blockquote{border-left:5px solid #ee6e73;margin:20px 0;padding-left:1.5rem}i{line-height:inherit}i.left{float:left;margin-right:15px}i.right{float:right;margin-left:15px}i.tiny{font-size:1rem}i.small{font-size:2rem}i.medium{font-size:4rem}i.large{font-size:6rem}img.responsive-img,video.responsive-video{height:auto;max-width:100%}.breadcrumb{color:hsla(0,0%,100%,.7);font-size:18px}.breadcrumb [class*=mdi-],.breadcrumb [class^=mdi-],.breadcrumb i,.breadcrumb i.material-icons{display:inline-block;float:left;font-size:24px}.breadcrumb:before{-webkit-font-smoothing:antialiased;color:hsla(0,0%,100%,.7);content:"\e5cc";display:inline-block;font-family:Material Icons;font-size:25px;font-style:normal;font-weight:400;margin:0 10px 0 8px;vertical-align:top}.breadcrumb:first-child:before{display:none}.breadcrumb:last-child{color:#fff}.parallax-container{height:500px;overflow:hidden;position:relative}.parallax-container .parallax{bottom:0;left:0;position:absolute;right:0;top:0;z-index:-1}.parallax-container .parallax img{bottom:0;left:50%;min-height:100%;min-width:100%;opacity:0;position:absolute;transform:translateZ(0);transform:translateX(-50%)}.pin-bottom,.pin-top{position:relative}.pinned{position:fixed!important}.fade-in,ul.staggered-list li{opacity:0}.fade-in{transform-origin:0 50%}@media only screen and (max-width:600px){.hide-on-small-and-down,.hide-on-small-only{display:none!important}}@media only screen and (max-width:992px){.hide-on-med-and-down{display:none!important}}@media only screen and (min-width:601px){.hide-on-med-and-up{display:none!important}}@media only screen and (min-width:600px) and (max-width:992px){.hide-on-med-only{display:none!important}}@media only screen and (min-width:993px){.hide-on-large-only{display:none!important}}@media only screen and (min-width:1201px){.hide-on-extra-large-only{display:none!important}.show-on-extra-large{display:block!important}}@media only screen and (min-width:993px){.show-on-large{display:block!important}}@media only screen and (min-width:600px) and (max-width:992px){.show-on-medium{display:block!important}}@media only screen and (max-width:600px){.show-on-small{display:block!important}}@media only screen and (min-width:601px){.show-on-medium-and-up{display:block!important}}@media only screen and (max-width:992px){.show-on-medium-and-down{display:block!important}}@media only screen and (max-width:600px){.center-on-small-only{text-align:center}}.page-footer{background-color:#ee6e73;color:#fff;padding-top:20px}.page-footer .footer-copyright{align-items:center;background-color:rgba(51,51,51,.08);color:hsla(0,0%,100%,.8);display:flex;justify-content:space-between;min-height:50px;overflow:hidden;padding:10px 0}@media only screen and (max-width:992px){table.responsive-table{border-collapse:collapse;border-spacing:0;display:block;position:relative;width:100%}table.responsive-table td:empty:before{content:" "}table.responsive-table td,table.responsive-table th{margin:0;vertical-align:top}table.responsive-table th{text-align:left}table.responsive-table thead{display:block;float:left}table.responsive-table thead tr{display:block;padding:0 10px 0 0}table.responsive-table thead tr th:before{content:" "}table.responsive-table tbody{display:block;overflow-x:auto;position:relative;white-space:nowrap;width:auto}table.responsive-table tbody tr{display:inline-block;vertical-align:top}table.responsive-table th{display:block;text-align:right}table.responsive-table td{display:block;min-height:1.25em;text-align:left}table.responsive-table tr{border-bottom:none;padding:0 10px}table.responsive-table thead{border:0;border-right:1px solid rgba(0,0,0,.12)}}.collection{border:1px solid #e0e0e0;border-radius:2px;margin:.5rem 0 1rem;overflow:hidden;position:relative}.collection .collection-item{background-color:#fff;border-bottom:1px solid #e0e0e0;line-height:1.5rem;margin:0;padding:10px 20px}.collection .collection-item.avatar{min-height:84px;padding-left:72px;position:relative}.collection .collection-item.avatar :not(.circle-clipper)>.circle,.collection .collection-item.avatar:not(.circle-clipper)>.circle{display:inline-block;height:42px;left:15px;overflow:hidden;position:absolute;vertical-align:middle;width:42px}.collection .collection-item.avatar i.circle{background-color:#999;color:#fff;font-size:18px;line-height:42px;text-align:center}.collection .collection-item.avatar .title{font-size:16px}.collection .collection-item.avatar p{margin:0}.collection .collection-item.avatar .secondary-content{position:absolute;right:16px;top:16px}.collection .collection-item:last-child{border-bottom:none}.collection .collection-item.active{background-color:#26a69a;color:#eafaf9}.collection .collection-item.active .secondary-content{color:#fff}.collection a.collection-item{color:#26a69a;display:block;transition:.25s}.collection a.collection-item:not(.active):hover{background-color:#ddd}.collection.with-header .collection-header{background-color:#fff;border-bottom:1px solid #e0e0e0;padding:10px 20px}.collection.with-header .collection-item{padding-left:30px}.collection.with-header .collection-item.avatar{padding-left:72px}.secondary-content{color:#26a69a;float:right}.collapsible .collection{border:none;margin:0}.video-container{height:0;overflow:hidden;padding-bottom:56.25%;position:relative}.video-container embed,.video-container iframe,.video-container object{height:100%;left:0;position:absolute;top:0;width:100%}.progress{background-color:#acece6;border-radius:2px;display:block;height:4px;margin:.5rem 0 1rem;overflow:hidden;position:relative;width:100%}.progress .determinate{bottom:0;left:0;position:absolute;top:0;transition:width .3s linear}.progress .determinate,.progress .indeterminate{background-color:#26a69a}.progress .indeterminate:before{animation:indeterminate 2.1s cubic-bezier(.65,.815,.735,.395) infinite}.progress .indeterminate:after,.progress .indeterminate:before{background-color:inherit;bottom:0;content:"";left:0;position:absolute;top:0;will-change:left,right}.progress .indeterminate:after{animation:indeterminate-short 2.1s cubic-bezier(.165,.84,.44,1) infinite;animation-delay:1.15s}@keyframes indeterminate{0%{left:-35%;right:100%}60%{left:100%;right:-90%}to{left:100%;right:-90%}}@keyframes indeterminate-short{0%{left:-200%;right:100%}60%{left:107%;right:-8%}to{left:107%;right:-8%}}.hide{display:none!important}.left-align{text-align:left}.right-align{text-align:right}.center,.center-align{text-align:center}.left{float:left!important}.right{float:right!important}.no-select,input[type=range],input[type=range]+.thumb{-webkit-user-select:none;-moz-user-select:none;user-select:none}.circle{border-radius:50%}.center-block{display:block;margin-left:auto;margin-right:auto}.truncate{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.no-padding{padding:0!important}select:focus{outline:1px solid #c9f3ef}button:focus{outline:none}label{color:#9e9e9e;font-size:.8rem}[type=checkbox]:checked:not(.default),[type=checkbox]:not(:checked,.default){opacity:0;pointer-events:none;position:absolute}[type=checkbox]+span:not(.lever){cursor:pointer;display:inline-block;font-size:1rem;height:25px;line-height:25px;padding-left:35px;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}[type=checkbox]+span:not(.lever):before,[type=checkbox]:not(.filled-in)+span:not(.lever):after{border:2px solid #5a5a5a;border-radius:1px;content:"";height:18px;left:0;margin-top:3px;position:absolute;top:0;transition:.2s;width:18px;z-index:0}[type=checkbox]:not(.filled-in)+span:not(.lever):after{border:0;transform:scale(0)}[type=checkbox]:not(:checked):disabled+span:not(.lever):before{background-color:rgba(0,0,0,.42);border:none}[type=checkbox].tabbed:focus+span:not(.lever):after{background-color:rgba(0,0,0,.1);border:0;border-radius:50%;box-shadow:0 0 0 10px rgba(0,0,0,.1);transform:scale(1)}[type=checkbox]:checked+span:not(.lever):before{backface-visibility:hidden;border-color:transparent #26a69a #26a69a transparent;border-style:solid;border-width:2px;height:22px;left:-5px;top:-4px;transform:rotate(40deg);transform-origin:100% 100%;width:12px}[type=checkbox]:checked:disabled+span:before{border-bottom:2px solid rgba(0,0,0,.42);border-right:2px solid rgba(0,0,0,.42)}[type=checkbox]:indeterminate+span:not(.lever):before{backface-visibility:hidden;border:none;border-right:2px solid #26a69a;height:22px;left:-12px;top:-11px;transform:rotate(90deg);transform-origin:100% 100%;width:10px}[type=checkbox]:indeterminate:disabled+span:not(.lever):before{background-color:transparent;border-right:2px solid rgba(0,0,0,.42)}[type=checkbox].filled-in+span:not(.lever):after{border-radius:2px}[type=checkbox].filled-in+span:not(.lever):after,[type=checkbox].filled-in+span:not(.lever):before{content:"";left:0;position:absolute;transition:border .25s,background-color .25s,width .2s .1s,height .2s .1s,top .2s .1s,left .2s .1s;z-index:1}[type=checkbox].filled-in:not(:checked)+span:not(.lever):before{border:3px solid transparent;height:0;left:6px;top:10px;transform:rotate(37deg);transform-origin:100% 100%;width:0}[type=checkbox].filled-in:not(:checked)+span:not(.lever):after{background-color:transparent;border:2px solid #5a5a5a;height:20px;top:0;width:20px;z-index:0}[type=checkbox].filled-in:checked+span:not(.lever):before{border-color:transparent #fff #fff transparent;border-style:solid;border-width:2px;height:13px;left:1px;top:0;transform:rotate(37deg);transform-origin:100% 100%;width:8px}[type=checkbox].filled-in:checked+span:not(.lever):after{background-color:#26a69a;border:2px solid #26a69a;height:20px;top:0;width:20px;z-index:0}[type=checkbox].filled-in.tabbed:focus+span:not(.lever):after{background-color:rgba(0,0,0,.1);border-color:#5a5a5a;border-radius:2px}[type=checkbox].filled-in.tabbed:checked:focus+span:not(.lever):after{background-color:#26a69a;border-color:#26a69a;border-radius:2px}[type=checkbox].filled-in:disabled:not(:checked)+span:not(.lever):before{background-color:transparent;border:2px solid transparent}[type=checkbox].filled-in:disabled:not(:checked)+span:not(.lever):after{background-color:#949494;border-color:transparent}[type=checkbox].filled-in:disabled:checked+span:not(.lever):before{background-color:transparent}[type=checkbox].filled-in:disabled:checked+span:not(.lever):after{background-color:#949494;border-color:#949494}.file-field{position:relative}.file-field .file-path-wrapper{overflow:hidden;padding-left:10px}.file-field input.file-path{width:100%}.file-field .btn{float:left;height:3rem;line-height:3rem}.file-field span{cursor:pointer}.file-field input[type=file]{bottom:0;cursor:pointer;filter:alpha(opacity=0);font-size:20px;left:0;margin:0;opacity:0;padding:0;position:absolute;right:0;top:0;width:100%}.file-field input[type=file]::-webkit-file-upload-button{display:none}::-moz-placeholder{color:#d1d1d1}::placeholder{color:#d1d1d1}input:not([type]),input[type=date]:not(.browser-default),input[type=datetime-local]:not(.browser-default),input[type=datetime]:not(.browser-default),input[type=email]:not(.browser-default),input[type=number]:not(.browser-default),input[type=password]:not(.browser-default),input[type=search]:not(.browser-default),input[type=tel]:not(.browser-default),input[type=text]:not(.browser-default),input[type=time]:not(.browser-default),input[type=url]:not(.browser-default),textarea.materialize-textarea{background-color:transparent;border:none;border-bottom:1px solid #9e9e9e;border-radius:0;box-shadow:none;box-sizing:content-box;font-size:16px;height:3rem;margin:0 0 8px;outline:none;padding:0;transition:box-shadow .3s,border .3s;width:100%}input:not([type]):disabled,input:not([type])[readonly=readonly],input[type=date]:not(.browser-default):disabled,input[type=date]:not(.browser-default)[readonly=readonly],input[type=datetime-local]:not(.browser-default):disabled,input[type=datetime-local]:not(.browser-default)[readonly=readonly],input[type=datetime]:not(.browser-default):disabled,input[type=datetime]:not(.browser-default)[readonly=readonly],input[type=email]:not(.browser-default):disabled,input[type=email]:not(.browser-default)[readonly=readonly],input[type=number]:not(.browser-default):disabled,input[type=number]:not(.browser-default)[readonly=readonly],input[type=password]:not(.browser-default):disabled,input[type=password]:not(.browser-default)[readonly=readonly],input[type=search]:not(.browser-default):disabled,input[type=search]:not(.browser-default)[readonly=readonly],input[type=tel]:not(.browser-default):disabled,input[type=tel]:not(.browser-default)[readonly=readonly],input[type=text]:not(.browser-default):disabled,input[type=text]:not(.browser-default)[readonly=readonly],input[type=time]:not(.browser-default):disabled,input[type=time]:not(.browser-default)[readonly=readonly],input[type=url]:not(.browser-default):disabled,input[type=url]:not(.browser-default)[readonly=readonly],textarea.materialize-textarea:disabled,textarea.materialize-textarea[readonly=readonly]{border-bottom:1px dotted rgba(0,0,0,.42);color:rgba(0,0,0,.42)}input:not([type]):disabled+label,input:not([type])[readonly=readonly]+label,input[type=date]:not(.browser-default):disabled+label,input[type=date]:not(.browser-default)[readonly=readonly]+label,input[type=datetime-local]:not(.browser-default):disabled+label,input[type=datetime-local]:not(.browser-default)[readonly=readonly]+label,input[type=datetime]:not(.browser-default):disabled+label,input[type=datetime]:not(.browser-default)[readonly=readonly]+label,input[type=email]:not(.browser-default):disabled+label,input[type=email]:not(.browser-default)[readonly=readonly]+label,input[type=number]:not(.browser-default):disabled+label,input[type=number]:not(.browser-default)[readonly=readonly]+label,input[type=password]:not(.browser-default):disabled+label,input[type=password]:not(.browser-default)[readonly=readonly]+label,input[type=search]:not(.browser-default):disabled+label,input[type=search]:not(.browser-default)[readonly=readonly]+label,input[type=tel]:not(.browser-default):disabled+label,input[type=tel]:not(.browser-default)[readonly=readonly]+label,input[type=text]:not(.browser-default):disabled+label,input[type=text]:not(.browser-default)[readonly=readonly]+label,input[type=time]:not(.browser-default):disabled+label,input[type=time]:not(.browser-default)[readonly=readonly]+label,input[type=url]:not(.browser-default):disabled+label,input[type=url]:not(.browser-default)[readonly=readonly]+label,textarea.materialize-textarea:disabled+label,textarea.materialize-textarea[readonly=readonly]+label{color:rgba(0,0,0,.42)}input:not([type]):focus:not([readonly]),input[type=date]:not(.browser-default):focus:not([readonly]),input[type=datetime-local]:not(.browser-default):focus:not([readonly]),input[type=datetime]:not(.browser-default):focus:not([readonly]),input[type=email]:not(.browser-default):focus:not([readonly]),input[type=number]:not(.browser-default):focus:not([readonly]),input[type=password]:not(.browser-default):focus:not([readonly]),input[type=search]:not(.browser-default):focus:not([readonly]),input[type=tel]:not(.browser-default):focus:not([readonly]),input[type=text]:not(.browser-default):focus:not([readonly]),input[type=time]:not(.browser-default):focus:not([readonly]),input[type=url]:not(.browser-default):focus:not([readonly]),textarea.materialize-textarea:focus:not([readonly]){border-bottom:1px solid #26a69a;box-shadow:0 1px 0 0 #26a69a}input:not([type]):focus:not([readonly])+label,input[type=date]:not(.browser-default):focus:not([readonly])+label,input[type=datetime-local]:not(.browser-default):focus:not([readonly])+label,input[type=datetime]:not(.browser-default):focus:not([readonly])+label,input[type=email]:not(.browser-default):focus:not([readonly])+label,input[type=number]:not(.browser-default):focus:not([readonly])+label,input[type=password]:not(.browser-default):focus:not([readonly])+label,input[type=search]:not(.browser-default):focus:not([readonly])+label,input[type=tel]:not(.browser-default):focus:not([readonly])+label,input[type=text]:not(.browser-default):focus:not([readonly])+label,input[type=time]:not(.browser-default):focus:not([readonly])+label,input[type=url]:not(.browser-default):focus:not([readonly])+label,textarea.materialize-textarea:focus:not([readonly])+label{color:#26a69a}input:not([type]):focus.valid~label,input[type=date]:not(.browser-default):focus.valid~label,input[type=datetime-local]:not(.browser-default):focus.valid~label,input[type=datetime]:not(.browser-default):focus.valid~label,input[type=email]:not(.browser-default):focus.valid~label,input[type=number]:not(.browser-default):focus.valid~label,input[type=password]:not(.browser-default):focus.valid~label,input[type=search]:not(.browser-default):focus.valid~label,input[type=tel]:not(.browser-default):focus.valid~label,input[type=text]:not(.browser-default):focus.valid~label,input[type=time]:not(.browser-default):focus.valid~label,input[type=url]:not(.browser-default):focus.valid~label,textarea.materialize-textarea:focus.valid~label{color:#4caf50}input:not([type]):focus.invalid~label,input[type=date]:not(.browser-default):focus.invalid~label,input[type=datetime-local]:not(.browser-default):focus.invalid~label,input[type=datetime]:not(.browser-default):focus.invalid~label,input[type=email]:not(.browser-default):focus.invalid~label,input[type=number]:not(.browser-default):focus.invalid~label,input[type=password]:not(.browser-default):focus.invalid~label,input[type=search]:not(.browser-default):focus.invalid~label,input[type=tel]:not(.browser-default):focus.invalid~label,input[type=text]:not(.browser-default):focus.invalid~label,input[type=time]:not(.browser-default):focus.invalid~label,input[type=url]:not(.browser-default):focus.invalid~label,textarea.materialize-textarea:focus.invalid~label{color:#f44336}input:not([type]).validate+label,input[type=date]:not(.browser-default).validate+label,input[type=datetime-local]:not(.browser-default).validate+label,input[type=datetime]:not(.browser-default).validate+label,input[type=email]:not(.browser-default).validate+label,input[type=number]:not(.browser-default).validate+label,input[type=password]:not(.browser-default).validate+label,input[type=search]:not(.browser-default).validate+label,input[type=tel]:not(.browser-default).validate+label,input[type=text]:not(.browser-default).validate+label,input[type=time]:not(.browser-default).validate+label,input[type=url]:not(.browser-default).validate+label,textarea.materialize-textarea.validate+label{width:100%}.select-wrapper.valid>input.select-dropdown,input:not([type]).valid,input:not([type]):focus.valid,input[type=date]:not(.browser-default).valid,input[type=date]:not(.browser-default):focus.valid,input[type=datetime-local]:not(.browser-default).valid,input[type=datetime-local]:not(.browser-default):focus.valid,input[type=datetime]:not(.browser-default).valid,input[type=datetime]:not(.browser-default):focus.valid,input[type=email]:not(.browser-default).valid,input[type=email]:not(.browser-default):focus.valid,input[type=number]:not(.browser-default).valid,input[type=number]:not(.browser-default):focus.valid,input[type=password]:not(.browser-default).valid,input[type=password]:not(.browser-default):focus.valid,input[type=search]:not(.browser-default).valid,input[type=search]:not(.browser-default):focus.valid,input[type=tel]:not(.browser-default).valid,input[type=tel]:not(.browser-default):focus.valid,input[type=text]:not(.browser-default).valid,input[type=text]:not(.browser-default):focus.valid,input[type=time]:not(.browser-default).valid,input[type=time]:not(.browser-default):focus.valid,input[type=url]:not(.browser-default).valid,input[type=url]:not(.browser-default):focus.valid,textarea.materialize-textarea.valid,textarea.materialize-textarea:focus.valid{border-bottom:1px solid #4caf50;box-shadow:0 1px 0 0 #4caf50}.select-wrapper.invalid>input.select-dropdown,.select-wrapper.invalid>input.select-dropdown:focus,input:not([type]).invalid,input:not([type]):focus.invalid,input[type=date]:not(.browser-default).invalid,input[type=date]:not(.browser-default):focus.invalid,input[type=datetime-local]:not(.browser-default).invalid,input[type=datetime-local]:not(.browser-default):focus.invalid,input[type=datetime]:not(.browser-default).invalid,input[type=datetime]:not(.browser-default):focus.invalid,input[type=email]:not(.browser-default).invalid,input[type=email]:not(.browser-default):focus.invalid,input[type=number]:not(.browser-default).invalid,input[type=number]:not(.browser-default):focus.invalid,input[type=password]:not(.browser-default).invalid,input[type=password]:not(.browser-default):focus.invalid,input[type=search]:not(.browser-default).invalid,input[type=search]:not(.browser-default):focus.invalid,input[type=tel]:not(.browser-default).invalid,input[type=tel]:not(.browser-default):focus.invalid,input[type=text]:not(.browser-default).invalid,input[type=text]:not(.browser-default):focus.invalid,input[type=time]:not(.browser-default).invalid,input[type=time]:not(.browser-default):focus.invalid,input[type=url]:not(.browser-default).invalid,input[type=url]:not(.browser-default):focus.invalid,textarea.materialize-textarea.invalid,textarea.materialize-textarea:focus.invalid{border-bottom:1px solid #f44336;box-shadow:0 1px 0 0 #f44336}.select-wrapper.invalid~.helper-text[data-error],.select-wrapper.valid .helper-text[data-success],input:not([type]).invalid~.helper-text[data-error],input:not([type]).valid~.helper-text[data-success],input:not([type]):focus.invalid~.helper-text[data-error],input:not([type]):focus.valid~.helper-text[data-success],input[type=date]:not(.browser-default).invalid~.helper-text[data-error],input[type=date]:not(.browser-default).valid~.helper-text[data-success],input[type=date]:not(.browser-default):focus.invalid~.helper-text[data-error],input[type=date]:not(.browser-default):focus.valid~.helper-text[data-success],input[type=datetime-local]:not(.browser-default).invalid~.helper-text[data-error],input[type=datetime-local]:not(.browser-default).valid~.helper-text[data-success],input[type=datetime-local]:not(.browser-default):focus.invalid~.helper-text[data-error],input[type=datetime-local]:not(.browser-default):focus.valid~.helper-text[data-success],input[type=datetime]:not(.browser-default).invalid~.helper-text[data-error],input[type=datetime]:not(.browser-default).valid~.helper-text[data-success],input[type=datetime]:not(.browser-default):focus.invalid~.helper-text[data-error],input[type=datetime]:not(.browser-default):focus.valid~.helper-text[data-success],input[type=email]:not(.browser-default).invalid~.helper-text[data-error],input[type=email]:not(.browser-default).valid~.helper-text[data-success],input[type=email]:not(.browser-default):focus.invalid~.helper-text[data-error],input[type=email]:not(.browser-default):focus.valid~.helper-text[data-success],input[type=number]:not(.browser-default).invalid~.helper-text[data-error],input[type=number]:not(.browser-default).valid~.helper-text[data-success],input[type=number]:not(.browser-default):focus.invalid~.helper-text[data-error],input[type=number]:not(.browser-default):focus.valid~.helper-text[data-success],input[type=password]:not(.browser-default).invalid~.helper-text[data-error],input[type=password]:not(.browser-default).valid~.helper-text[data-success],input[type=password]:not(.browser-default):focus.invalid~.helper-text[data-error],input[type=password]:not(.browser-default):focus.valid~.helper-text[data-success],input[type=search]:not(.browser-default).invalid~.helper-text[data-error],input[type=search]:not(.browser-default).valid~.helper-text[data-success],input[type=search]:not(.browser-default):focus.invalid~.helper-text[data-error],input[type=search]:not(.browser-default):focus.valid~.helper-text[data-success],input[type=tel]:not(.browser-default).invalid~.helper-text[data-error],input[type=tel]:not(.browser-default).valid~.helper-text[data-success],input[type=tel]:not(.browser-default):focus.invalid~.helper-text[data-error],input[type=tel]:not(.browser-default):focus.valid~.helper-text[data-success],input[type=text]:not(.browser-default).invalid~.helper-text[data-error],input[type=text]:not(.browser-default).valid~.helper-text[data-success],input[type=text]:not(.browser-default):focus.invalid~.helper-text[data-error],input[type=text]:not(.browser-default):focus.valid~.helper-text[data-success],input[type=time]:not(.browser-default).invalid~.helper-text[data-error],input[type=time]:not(.browser-default).valid~.helper-text[data-success],input[type=time]:not(.browser-default):focus.invalid~.helper-text[data-error],input[type=time]:not(.browser-default):focus.valid~.helper-text[data-success],input[type=url]:not(.browser-default).invalid~.helper-text[data-error],input[type=url]:not(.browser-default).valid~.helper-text[data-success],input[type=url]:not(.browser-default):focus.invalid~.helper-text[data-error],input[type=url]:not(.browser-default):focus.valid~.helper-text[data-success],textarea.materialize-textarea.invalid~.helper-text[data-error],textarea.materialize-textarea.valid~.helper-text[data-success],textarea.materialize-textarea:focus.invalid~.helper-text[data-error],textarea.materialize-textarea:focus.valid~.helper-text[data-success]{color:transparent;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.select-wrapper.valid~.helper-text:after,input:not([type]).valid~.helper-text:after,input:not([type]):focus.valid~.helper-text:after,input[type=date]:not(.browser-default).valid~.helper-text:after,input[type=date]:not(.browser-default):focus.valid~.helper-text:after,input[type=datetime-local]:not(.browser-default).valid~.helper-text:after,input[type=datetime-local]:not(.browser-default):focus.valid~.helper-text:after,input[type=datetime]:not(.browser-default).valid~.helper-text:after,input[type=datetime]:not(.browser-default):focus.valid~.helper-text:after,input[type=email]:not(.browser-default).valid~.helper-text:after,input[type=email]:not(.browser-default):focus.valid~.helper-text:after,input[type=number]:not(.browser-default).valid~.helper-text:after,input[type=number]:not(.browser-default):focus.valid~.helper-text:after,input[type=password]:not(.browser-default).valid~.helper-text:after,input[type=password]:not(.browser-default):focus.valid~.helper-text:after,input[type=search]:not(.browser-default).valid~.helper-text:after,input[type=search]:not(.browser-default):focus.valid~.helper-text:after,input[type=tel]:not(.browser-default).valid~.helper-text:after,input[type=tel]:not(.browser-default):focus.valid~.helper-text:after,input[type=text]:not(.browser-default).valid~.helper-text:after,input[type=text]:not(.browser-default):focus.valid~.helper-text:after,input[type=time]:not(.browser-default).valid~.helper-text:after,input[type=time]:not(.browser-default):focus.valid~.helper-text:after,input[type=url]:not(.browser-default).valid~.helper-text:after,input[type=url]:not(.browser-default):focus.valid~.helper-text:after,textarea.materialize-textarea.valid~.helper-text:after,textarea.materialize-textarea:focus.valid~.helper-text:after{color:#4caf50;content:attr(data-success)}.select-wrapper.invalid~.helper-text:after,input:not([type]).invalid~.helper-text:after,input:not([type]):focus.invalid~.helper-text:after,input[type=date]:not(.browser-default).invalid~.helper-text:after,input[type=date]:not(.browser-default):focus.invalid~.helper-text:after,input[type=datetime-local]:not(.browser-default).invalid~.helper-text:after,input[type=datetime-local]:not(.browser-default):focus.invalid~.helper-text:after,input[type=datetime]:not(.browser-default).invalid~.helper-text:after,input[type=datetime]:not(.browser-default):focus.invalid~.helper-text:after,input[type=email]:not(.browser-default).invalid~.helper-text:after,input[type=email]:not(.browser-default):focus.invalid~.helper-text:after,input[type=number]:not(.browser-default).invalid~.helper-text:after,input[type=number]:not(.browser-default):focus.invalid~.helper-text:after,input[type=password]:not(.browser-default).invalid~.helper-text:after,input[type=password]:not(.browser-default):focus.invalid~.helper-text:after,input[type=search]:not(.browser-default).invalid~.helper-text:after,input[type=search]:not(.browser-default):focus.invalid~.helper-text:after,input[type=tel]:not(.browser-default).invalid~.helper-text:after,input[type=tel]:not(.browser-default):focus.invalid~.helper-text:after,input[type=text]:not(.browser-default).invalid~.helper-text:after,input[type=text]:not(.browser-default):focus.invalid~.helper-text:after,input[type=time]:not(.browser-default).invalid~.helper-text:after,input[type=time]:not(.browser-default):focus.invalid~.helper-text:after,input[type=url]:not(.browser-default).invalid~.helper-text:after,input[type=url]:not(.browser-default):focus.invalid~.helper-text:after,textarea.materialize-textarea.invalid~.helper-text:after,textarea.materialize-textarea:focus.invalid~.helper-text:after{color:#f44336;content:attr(data-error)}.select-wrapper+label:after,input:not([type])+label:after,input[type=date]:not(.browser-default)+label:after,input[type=datetime-local]:not(.browser-default)+label:after,input[type=datetime]:not(.browser-default)+label:after,input[type=email]:not(.browser-default)+label:after,input[type=number]:not(.browser-default)+label:after,input[type=password]:not(.browser-default)+label:after,input[type=search]:not(.browser-default)+label:after,input[type=tel]:not(.browser-default)+label:after,input[type=text]:not(.browser-default)+label:after,input[type=time]:not(.browser-default)+label:after,input[type=url]:not(.browser-default)+label:after,textarea.materialize-textarea+label:after{content:"";display:block;left:0;opacity:0;position:absolute;top:100%;transition:opacity .2s ease-out,color .2s ease-out}.input-field{margin-bottom:1rem;margin-top:1rem}.input-field.inline{display:inline-block;margin-left:5px;vertical-align:middle}.input-field.inline .select-dropdown,.input-field.inline input{margin-bottom:1rem}.input-field.col label{left:.75rem}.input-field.col .prefix~.validate~label,.input-field.col .prefix~label{width:calc(100% - 4.5rem)}.input-field>label{cursor:text;font-size:1rem;left:0;position:absolute;text-align:initial;top:0;transform:translateY(12px);transform-origin:0 100%;transition:transform .2s ease-out,color .2s ease-out}.input-field>label:not(.label-icon).active{transform:translateY(-14px) scale(.8);transform-origin:0 0}.input-field>input[type=date]:not(.browser-default)+label,.input-field>input[type=time]:not(.browser-default)+label,.input-field>input[type]:-webkit-autofill:not(.browser-default):not([type=search])+label{transform:translateY(-14px) scale(.8);transform-origin:0 0}.input-field .helper-text{color:rgba(0,0,0,.54);display:block;font-size:12px;min-height:18px;position:relative}.input-field .helper-text:after{left:0;opacity:1;position:absolute;top:0}.input-field .prefix{font-size:2rem;position:absolute;top:.5rem;transition:color .2s;width:3rem}.input-field .prefix.active{color:#26a69a}.input-field .prefix~.autocomplete-content,.input-field .prefix~.helper-text,.input-field .prefix~.validate~label,.input-field .prefix~input,.input-field .prefix~label,.input-field .prefix~textarea{margin-left:3rem;width:92%;width:calc(100% - 3rem)}.input-field .prefix~label{margin-left:3rem}@media only screen and (max-width:992px){.input-field .prefix~input{width:86%;width:calc(100% - 3rem)}}@media only screen and (max-width:600px){.input-field .prefix~input{width:80%;width:calc(100% - 3rem)}}.input-field input[type=search]{display:block;line-height:inherit;transition:background-color .3s}.nav-wrapper .input-field input[type=search]{border:0;box-shadow:none;height:inherit;padding-left:4rem;width:calc(100% - 4rem)}.input-field input[type=search]:focus:not(.browser-default){background-color:#fff;border:0;box-shadow:none;color:#444}.input-field input[type=search]:focus:not(.browser-default)+label i,.input-field input[type=search]:focus:not(.browser-default)~.material-icons,.input-field input[type=search]:focus:not(.browser-default)~.mdi-navigation-close{color:#444}.input-field input[type=search]+.label-icon{left:1rem;transform:none}.input-field input[type=search]~.material-icons,.input-field input[type=search]~.mdi-navigation-close{color:transparent;cursor:pointer;font-size:2rem;position:absolute;right:1rem;top:0;transition:color .3s}textarea{background-color:transparent;height:3rem;width:100%}textarea.materialize-textarea{box-sizing:border-box;line-height:normal;min-height:3rem;overflow-y:hidden;padding:.8rem 0;resize:none}.hiddendiv{word-wrap:break-word;overflow-wrap:break-word;padding-top:1.2rem;position:absolute;top:0;visibility:hidden;white-space:pre-wrap;z-index:-1}.autocomplete-content li .highlight{color:#444}.autocomplete-content li img{height:40px;margin:5px 15px;width:40px}.character-counter{min-height:18px}[type=radio]:checked,[type=radio]:not(:checked){opacity:0;pointer-events:none;position:absolute}[type=radio]:checked+span,[type=radio]:not(:checked)+span{cursor:pointer;display:inline-block;font-size:1rem;height:25px;line-height:25px;padding-left:35px;position:relative;transition:.28s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}[type=radio]+span:after,[type=radio]+span:before{content:"";height:16px;left:0;margin:4px;position:absolute;top:0;transition:.28s ease;width:16px;z-index:0}[type=radio].with-gap:checked+span:after,[type=radio].with-gap:checked+span:before,[type=radio]:checked+span:after,[type=radio]:checked+span:before,[type=radio]:not(:checked)+span:after,[type=radio]:not(:checked)+span:before{border-radius:50%}[type=radio]:not(:checked)+span:after,[type=radio]:not(:checked)+span:before{border:2px solid #5a5a5a}[type=radio]:not(:checked)+span:after{transform:scale(0)}[type=radio]:checked+span:before{border:2px solid transparent}[type=radio].with-gap:checked+span:after,[type=radio].with-gap:checked+span:before,[type=radio]:checked+span:after{border:2px solid #26a69a}[type=radio].with-gap:checked+span:after,[type=radio]:checked+span:after{background-color:#26a69a}[type=radio]:checked+span:after{transform:scale(1.02)}[type=radio].with-gap:checked+span:after{transform:scale(.5)}[type=radio].tabbed:focus+span:before{box-shadow:0 0 0 10px rgba(0,0,0,.1)}[type=radio].with-gap:disabled:checked+span:before{border:2px solid rgba(0,0,0,.42)}[type=radio].with-gap:disabled:checked+span:after{background-color:rgba(0,0,0,.42);border:none}[type=radio]:disabled:checked+span:before,[type=radio]:disabled:not(:checked)+span:before{background-color:transparent;border-color:rgba(0,0,0,.42)}[type=radio]:disabled+span{color:rgba(0,0,0,.42)}[type=radio]:disabled:not(:checked)+span:before{border-color:rgba(0,0,0,.42)}[type=radio]:disabled:checked+span:after{background-color:rgba(0,0,0,.42);border-color:#949494}.range-field{position:relative}input[type=range],input[type=range]+.thumb{cursor:pointer}input[type=range]{background-color:transparent;border:none;margin:15px 0;outline:none;padding:0;position:relative;width:100%}input[type=range]:focus{outline:none}input[type=range]+.thumb{background-color:#26a69a;border:none;border-radius:50%;height:0;left:0;margin-left:7px;position:absolute;top:10px;transform:rotate(-45deg);transform-origin:50% 50%;width:0}input[type=range]+.thumb .value{color:#26a69a;display:block;font-size:0;text-align:center;transform:rotate(45deg);width:30px}input[type=range]+.thumb.active{border-radius:50% 50% 50% 0}input[type=range]+.thumb.active .value{color:#fff;font-size:10px;margin-left:-1px;margin-top:8px}input[type=range]{-webkit-appearance:none}input[type=range]::-webkit-slider-runnable-track{background:#c2c0c2;border:none;height:3px}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background:#26a69a;background-color:#26a69a;border:none;border-radius:50%;height:14px;margin:-5px 0 0;transform-origin:50% 50%;-webkit-transition:box-shadow .3s;transition:box-shadow .3s;width:14px}.keyboard-focused input[type=range]:focus:not(.active)::-webkit-slider-thumb{box-shadow:0 0 0 10px rgba(38,166,154,.26)}input[type=range]{border:1px solid #fff}input[type=range]::-moz-range-track{background:#c2c0c2;border:none;height:3px}input[type=range]::-moz-focus-inner{border:0}input[type=range]::-moz-range-thumb{background:#26a69a;border:none;border-radius:50%;height:14px;margin-top:-5px;-moz-transition:box-shadow .3s;transition:box-shadow .3s;width:14px}input[type=range]:-moz-focusring{outline:1px solid #fff;outline-offset:-1px}.keyboard-focused input[type=range]:focus:not(.active)::-moz-range-thumb{box-shadow:0 0 0 10px rgba(38,166,154,.26)}input[type=range]::-ms-track{background:transparent;border-color:transparent;border-width:6px 0;color:transparent;height:3px}input[type=range]::-ms-fill-lower{background:#777}input[type=range]::-ms-fill-upper{background:#ddd}input[type=range]::-ms-thumb{background:#26a69a;border:none;border-radius:50%;height:14px;-ms-transition:box-shadow .3s;transition:box-shadow .3s;width:14px}.keyboard-focused input[type=range]:focus:not(.active)::-ms-thumb{box-shadow:0 0 0 10px rgba(38,166,154,.26)}select{display:none}select.browser-default{display:block}select{background-color:hsla(0,0%,100%,.9);border:1px solid #f2f2f2;border-radius:2px;height:3rem;padding:5px;width:100%}.select-label{position:absolute}.select-wrapper{position:relative}.select-wrapper.invalid+label,.select-wrapper.valid+label{pointer-events:none;width:100%}.select-wrapper input.select-dropdown{background-color:transparent;border:none;border-bottom:1px solid #9e9e9e;cursor:pointer;display:block;font-size:16px;height:3rem;line-height:3rem;margin:0 0 8px;outline:none;padding:0;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%;z-index:1}.select-wrapper input.select-dropdown:focus{border-bottom:1px solid #26a69a}.select-wrapper .caret{fill:rgba(0,0,0,.87);bottom:0;margin:auto 0;position:absolute;right:0;top:0;z-index:0}.select-wrapper+label{font-size:.8rem;position:absolute;top:-26px}.select-wrapper.disabled+label,select:disabled{color:rgba(0,0,0,.42)}.select-wrapper.disabled .caret{fill:rgba(0,0,0,.42)}.select-wrapper input.select-dropdown:disabled{color:rgba(0,0,0,.42);cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.select-wrapper i{color:rgba(0,0,0,.3)}.select-dropdown li.disabled,.select-dropdown li.disabled>span,.select-dropdown li.optgroup{background-color:transparent;color:rgba(0,0,0,.3)}.select-dropdown.dropdown-content li:hover,body.keyboard-focused .select-dropdown.dropdown-content li:focus{background-color:rgba(0,0,0,.08)}.select-dropdown.dropdown-content li.selected{background-color:rgba(0,0,0,.03)}.prefix~.select-wrapper{margin-left:3rem;width:92%;width:calc(100% - 3rem)}.prefix~label{margin-left:3rem}.select-dropdown li img{float:right;height:40px;margin:5px 15px;width:40px}.select-dropdown li.optgroup{border-top:1px solid #eee}.select-dropdown li.optgroup.selected>span{color:rgba(0,0,0,.7)}.select-dropdown li.optgroup>span{color:rgba(0,0,0,.4)}.select-dropdown li.optgroup~li.optgroup-option{padding-left:1rem}.switch,.switch *{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none}.switch label{cursor:pointer}.switch label input[type=checkbox]{height:0;opacity:0;width:0}.switch label input[type=checkbox]:checked+.lever{background-color:#84c7c1}.switch label input[type=checkbox]:checked+.lever:after,.switch label input[type=checkbox]:checked+.lever:before{left:18px}.switch label input[type=checkbox]:checked+.lever:after{background-color:#26a69a}.switch label .lever{background-color:rgba(0,0,0,.38);border-radius:15px;content:"";display:inline-block;height:14px;margin:0 16px;position:relative;transition:background .3s ease;vertical-align:middle;width:36px}.switch label .lever:after,.switch label .lever:before{border-radius:50%;content:"";display:inline-block;height:20px;left:0;position:absolute;top:-3px;transition:left .3s ease,background .3s ease,box-shadow .1s ease,transform .1s ease;width:20px}.switch label .lever:before{background-color:rgba(38,166,154,.15)}.switch label .lever:after{background-color:#f1f1f1;box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}input[type=checkbox]:checked:not(:disabled).tabbed:focus~.lever:before,input[type=checkbox]:checked:not(:disabled)~.lever:active:before{background-color:rgba(38,166,154,.15);transform:scale(2.4)}input[type=checkbox]:not(:disabled).tabbed:focus~.lever:before,input[type=checkbox]:not(:disabled)~.lever:active:before{background-color:rgba(0,0,0,.08);transform:scale(2.4)}.switch input[type=checkbox][disabled]+.lever{background-color:rgba(0,0,0,.12);cursor:default}.switch label input[type=checkbox][disabled]+.lever:after,.switch label input[type=checkbox][disabled]:checked+.lever:after{background-color:#949494}.dropdown-content{background-color:#fff;display:none;left:0;margin:0;min-width:100px;opacity:0;overflow-y:auto;position:absolute;top:0;transform-origin:0 0;visibility:hidden;z-index:9999}.dropdown-content[style*="opacity: 1"]{visibility:visible}.dropdown-content:focus{outline:0}.dropdown-content li{clear:both;color:rgba(0,0,0,.87);cursor:pointer;line-height:1.5rem;min-height:50px;text-align:left;width:100%}.dropdown-content li.active,.dropdown-content li:hover{background-color:#eee}.dropdown-content li:focus{outline:none}.dropdown-content li.divider{height:1px;min-height:0}.dropdown-content li>a,.dropdown-content li>span{color:#26a69a;display:block;font-size:16px;line-height:22px;padding:14px 16px}.dropdown-content li>span>label{height:18px;left:0;top:1px}.dropdown-content li>a>i{float:left;height:inherit;line-height:inherit;margin:0 24px 0 0;width:24px}body.keyboard-focused .dropdown-content li:focus{background-color:#dadada}.input-field.col .dropdown-content [type=checkbox]+label{height:18px;left:0;top:1px;transform:none}.dropdown-trigger{cursor:pointer}.collapsible{border-left:1px solid #ddd;border-right:1px solid #ddd;border-top:1px solid #ddd;margin:.5rem 0 1rem}.collapsible-header{-webkit-tap-highlight-color:transparent;background-color:#fff;border-bottom:1px solid #ddd;cursor:pointer;display:flex;line-height:1.5;padding:1rem}.collapsible-header:focus{outline:0}.collapsible-header i{display:inline-block;font-size:1.6rem;margin-right:1rem;text-align:center;width:2rem}.keyboard-focused .collapsible-header:focus{background-color:#eee}.collapsible-body{border-bottom:1px solid #ddd;box-sizing:border-box;display:none;padding:2rem}.sidenav .collapsible,.sidenav.fixed .collapsible{border:none;box-shadow:none}.sidenav .collapsible li,.sidenav.fixed .collapsible li{padding:0}.sidenav .collapsible-header,.sidenav.fixed .collapsible-header{background-color:transparent;border:none;height:inherit;line-height:inherit;padding:0 16px}.sidenav .collapsible-header:hover,.sidenav.fixed .collapsible-header:hover{background-color:rgba(0,0,0,.05)}.sidenav .collapsible-header i,.sidenav.fixed .collapsible-header i{line-height:inherit}.sidenav .collapsible-body,.sidenav.fixed .collapsible-body{background-color:#fff;border:0}.sidenav .collapsible-body li a,.sidenav.fixed .collapsible-body li a{padding:0 23.5px 0 31px}.collapsible.popout{border:none;box-shadow:none}.collapsible.popout>li{box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);margin:0 24px;transition:margin .35s cubic-bezier(.25,.46,.45,.94)}.collapsible.popout>li.active{box-shadow:0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);margin:16px 0}.file-dropzone{align-items:center;border:2px dashed #009ca0;display:inline-flex;justify-content:center;padding:20px;width:100%}.file-dropzone .dz-message{display:inline-block;margin:0}:root{--scale:0.8;font-size:14px}@media only screen and (min-width:450px){:root{--scale:0.9;font-size:15px}}@media only screen and (min-width:720px){:root{--scale:0.8;font-size:14px}}@media only screen and (min-width:1440px){:root{--scale:0.9;font-size:14px}}@media only screen and (min-width:1740px){:root{--scale:1;font-size:15px}}.btn,.btn-large,.btn-small{background-color:#009ca0;box-shadow:none!important}button,input,optgroup,select,textarea{color:#164142;font-family:Lato,sans-serif;font-size:15px;font-weight:400;line-height:1.5rem}body [name=btn_login]{background-color:#009ca0!important;box-shadow:none!important;color:#fff;font-family:Lato,sans-serif;font-size:15px;font-weight:700;height:auto!important;line-height:18px;padding:14px 24px!important;text-transform:unset;width:auto!important}.row .col{padding:0}.swal2-popup.swal2-toast{box-shadow:none!important}.collapsible{border:none}input:not([type]),input[type=date]:not(.browser-default),input[type=datetime-local]:not(.browser-default),input[type=datetime]:not(.browser-default),input[type=email]:not(.browser-default),input[type=number]:not(.browser-default),input[type=password]:not(.browser-default),input[type=search]:not(.browser-default),input[type=tel]:not(.browser-default),input[type=text]:not(.browser-default),input[type=time]:not(.browser-default),input[type=url]:not(.browser-default),textarea.materialize-textarea{border-bottom:2px solid #9e9e9e;color:#164142;font-family:Lato,sans-serif;font-size:15px;font-weight:400;line-height:1.5rem}.input-field>label{color:#9e9e9e;font-family:Lato,sans-serif;font-size:15px;font-weight:400;line-height:1.5rem}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;-moz-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;overflow:hidden;padding-left:8px;padding-right:20px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-left:20px;padding-right:8px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;-moz-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{border:none;box-sizing:border-box;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;left:-100000px;position:absolute;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;-moz-user-select:none;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{box-sizing:border-box;padding:4px;width:100%}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{background-color:#fff;border:0;display:block;filter:alpha(opacity=0);height:auto;left:0;margin:0;min-height:100%;min-width:100%;opacity:0;padding:0;position:fixed;top:0;width:auto;z-index:99}.select2-hidden-accessible{clip:rect(0 0 0 0)!important;border:0!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;right:1px;top:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent;border-style:solid;border-width:5px 4px 0;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888;border-width:0 4px 5px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px;margin-top:5px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:1px solid #000;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{-webkit-appearance:textfield;background:transparent;border:none;box-shadow:none;outline:0}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;background-image:linear-gradient(180deg,#fff 50%,#eee);background-repeat:repeat-x;border:1px solid #aaa;border-radius:4px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0);outline:0}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;background-image:linear-gradient(180deg,#eee 50%,#ccc);background-repeat:repeat-x;border:none;border-bottom-right-radius:4px;border-left:1px solid #aaa;border-top-right-radius:4px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFCCCCCC",GradientType=0);height:26px;position:absolute;right:1px;top:1px;width:20px}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent;border-style:solid;border-width:5px 4px 0;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-radius:0;border-bottom-left-radius:4px;border-right:1px solid #aaa;border-top-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888;border-width:0 4px 5px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{background-image:linear-gradient(180deg,#fff 0,#eee 50%);background-repeat:repeat-x;border-top:none;border-top-left-radius:0;border-top-right-radius:0;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{background-image:linear-gradient(180deg,#eee 50%,#fff);background-repeat:repeat-x;border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFFFFFFF",GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{box-shadow:none;outline:0}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}.v-select{font-family:inherit;position:relative}.v-select,.v-select *{box-sizing:border-box}@keyframes vSelectSpinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.vs__fade-enter-active,.vs__fade-leave-active{pointer-events:none;transition:opacity .15s cubic-bezier(1,.5,.8,1)}.vs__fade-enter,.vs__fade-leave-to{opacity:0}.vs--disabled .vs__clear,.vs--disabled .vs__dropdown-toggle,.vs--disabled .vs__open-indicator,.vs--disabled .vs__search,.vs--disabled .vs__selected{background-color:#f8f8f8;cursor:not-allowed}.v-select[dir=rtl] .vs__actions{padding:0 3px 0 6px}.v-select[dir=rtl] .vs__clear{margin-left:6px;margin-right:0}.v-select[dir=rtl] .vs__deselect{margin-left:0;margin-right:2px}.v-select[dir=rtl] .vs__dropdown-menu{text-align:right}.vs__dropdown-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:1px solid rgba(60,60,60,.26);border-radius:4px;display:flex;padding:0 0 4px;white-space:normal}.vs__selected-options{display:flex;flex-basis:100%;flex-grow:1;flex-wrap:wrap;padding:0 2px;position:relative}.vs__actions{align-items:center;display:flex;padding:4px 6px 0 3px}.vs--searchable .vs__dropdown-toggle{cursor:text}.vs--unsearchable .vs__dropdown-toggle{cursor:pointer}.vs--open .vs__dropdown-toggle{border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0}.vs__open-indicator{fill:rgba(60,60,60,.5);transform:scale(1);transition:transform .15s cubic-bezier(1,-.115,.975,.855);transition-timing-function:cubic-bezier(1,-.115,.975,.855)}.vs--open .vs__open-indicator{transform:rotate(180deg) scale(1)}.vs--loading .vs__open-indicator{opacity:0}.vs__clear{fill:rgba(60,60,60,.5);background-color:transparent;border:0;cursor:pointer;margin-right:8px;padding:0}.vs__dropdown-menu{background:#fff;border:1px solid rgba(60,60,60,.26);border-radius:0 0 4px 4px;border-top-style:none;box-shadow:0 3px 6px 0 rgba(0,0,0,.15);box-sizing:border-box;display:block;left:0;list-style:none;margin:0;max-height:350px;min-width:160px;overflow-y:auto;padding:5px 0;position:absolute;text-align:left;top:calc(100% - 1px);z-index:1000}.vs__no-options{text-align:center}.vs__dropdown-option{clear:both;color:#333;cursor:pointer;display:block;line-height:1.42857143;padding:3px 20px;white-space:nowrap}.vs__dropdown-option--highlight{background:#5897fb;color:#fff}.vs__dropdown-option--deselect{background:#fb5858;color:#fff}.vs__dropdown-option--disabled{background:inherit;color:rgba(60,60,60,.5);cursor:inherit}.vs__selected{align-items:center;background-color:#f0f0f0;border:1px solid rgba(60,60,60,.26);border-radius:4px;color:#333;display:flex;line-height:1.4;margin:4px 2px 0;padding:0 .25em;z-index:0}.vs__deselect{fill:rgba(60,60,60,.5);-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;cursor:pointer;display:inline-flex;margin-left:4px;padding:0;text-shadow:0 1px 0 #fff}.vs--single .vs__selected{background-color:transparent;border-color:transparent}.vs--single.vs--loading .vs__selected,.vs--single.vs--open .vs__selected{opacity:.4;position:absolute}.vs--single.vs--searching .vs__selected{display:none}.vs__search::-webkit-search-cancel-button{display:none}.vs__search::-ms-clear,.vs__search::-webkit-search-decoration,.vs__search::-webkit-search-results-button,.vs__search::-webkit-search-results-decoration{display:none}.vs__search,.vs__search:focus{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:1px solid transparent;border-left:none;box-shadow:none;flex-grow:1;font-size:1em;line-height:1.4;margin:4px 0 0;max-width:100%;outline:none;padding:0 7px;width:0;z-index:1}.vs__search::-moz-placeholder{color:inherit}.vs__search::placeholder{color:inherit}.vs--unsearchable .vs__search{opacity:1}.vs--unsearchable:not(.vs--disabled) .vs__search{cursor:pointer}.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search{opacity:.2}.vs__spinner{align-self:center;animation:vSelectSpinner 1.1s linear infinite;border:.9em solid hsla(0,0%,39%,.1);border-left-color:rgba(60,60,60,.45);font-size:5px;opacity:0;overflow:hidden;text-indent:-9999em;transform:translateZ(0);transition:opacity .1s}.vs__spinner,.vs__spinner:after{border-radius:50%;height:5em;width:5em}.vs--loading .vs__spinner{opacity:1}.select2-container{opacity:1;transition:opacity .2s linear;width:100%!important}.select2-container--disabled{opacity:.6}.select2-container img{display:inline-block}.select2-selection{display:flex;padding-top:16px}.select2-selection .select2-selection__rendered{background-color:transparent;border-bottom:2px solid #9e9e9e;float:left;overflow:visible;padding-bottom:6px;padding-left:0!important;width:calc(100% - 24px)}.select2-dropdown{border:0;border-radius:0;border-top:2px solid #26a69a!important;box-shadow:0 9px 18px rgba(0,0,0,.1);margin-top:-2px}.select2-dropdown .select2-results__option--highlighted{background-color:rgba(0,156,160,.5);color:#fff}.select2-dropdown [aria-selected=true]{background-color:#009ca0;color:#fff}.select2-dropdown [aria-selected=true]:hover{background-color:rgba(0,156,160,.5);color:#fff}.select2-selection__rendered{background-color:#fff;display:flex!important;flex-wrap:wrap;justify-content:flex-start;width:100%}.select2-selection__rendered .select2-selection__choice{align-items:baseline;background-color:#009ca0;border-radius:30px;color:#fff;display:flex;flex:0 1 auto;flex-direction:row-reverse;font-size:12px;font-weight:700;line-height:2rem;margin:5px 5px 0 0;max-width:calc(100% - 26px);min-height:50px;overflow-x:hidden;padding-left:10px;text-align:center;text-overflow:ellipsis;transition:background-color .2s linear;white-space:normal}.select2-selection__rendered .select2-selection__choice:hover{background-color:#078084}.select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove{float:right;font-size:21px;height:26px;line-height:28px;margin:5px 2px 0 7px;position:relative;text-align:center;text-indent:1px;width:26px;z-index:0}.select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover:after{background-color:#164142}.select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:after{background-color:#078084;border-radius:50%;content:"";height:100%;left:0;position:absolute;top:0;transition:background-color .2s linear;width:100%;z-index:-1}.select2-selection__rendered .select2-search__field{height:16px!important}.select2-results__options{max-height:440px;overflow-x:hidden;overflow-y:auto}label[for=merge_with]{display:none}.vs__dropdown-toggle{border:none}.vs__dropdown-menu{overflow-x:hidden;width:100%;word-break:break-all}.vs__actions .vs__clear{display:none}.vs__open-indicator{width:16px}.vs__selected{bottom:17px;margin:0;padding:0;position:absolute;word-break:break-all}.vs__dropdown-option--highlight{background:#009ca0}body[environment=development]:before{border:3px solid #b6be10;bottom:0;content:"";left:0;pointer-events:none;position:fixed;right:0;top:0;z-index:9999999999}body[environment=development]:after{background-color:#b6be10;bottom:0;color:#fff;content:"Tablet: 0px 1065px";font-size:16px;padding:0 5px;pointer-events:none;position:fixed;right:0;z-index:9999999999}@media (min-width:1066px) and (max-width:1369px){body[environment=development]:after{content:"Small desktop: 1066px 1369px"}}@media (min-width:1369px) and (max-width:1919px){body[environment=development]:after{content:"Desktop: 1369px 1919px"}}@media (min-width:1920px){body[environment=development]:after{content:"Max-width: 1920px > ∞"}}.hidden{display:none}iframe{height:calc(100vh - 50px);width:100%}@media (min-width:1066px) and (max-width:1369px){iframe{height:calc(100vh - 25px)}}.wrapper{display:flex;flex-wrap:wrap;position:relative}.wrapper,.wrapper form{width:100%}.wrapper .page-subtitle{color:#164142;font-family:Lato,sans-serif;font-size:16px;font-weight:700;line-height:40px}.wrapper .header{align-self:baseline;display:flex;flex-direction:column;flex-wrap:wrap;margin-bottom:25px;width:100%}.wrapper .header .page-title{color:#164142;flex:0 0 auto;font-family:Lato,sans-serif;font-size:2rem;font-weight:700;line-height:39px}.wrapper .content-multi{display:flex;flex-flow:row nowrap;position:relative;width:100%}.wrapper .content-multi .inner-wrapper{background-color:#fff;border-radius:0;box-shadow:0 5px 10px 0 rgba(0,0,0,.15);display:flex;flex:0 1 auto;flex-direction:column;margin-left:25px;padding:24px;width:100%}.wrapper .content-multi .inner-wrapper:first-of-type{margin-left:0}.wrapper .content-multi .inner-wrapper.col1{flex:0 1 auto;width:8.33333%}.wrapper .content-multi .inner-wrapper.col2{flex:0 1 auto;width:16.66667%}.wrapper .content-multi .inner-wrapper.col3{flex:0 1 auto;width:25%}.wrapper .content-multi .inner-wrapper.col4{flex:0 1 auto;width:33.33333%}.wrapper .content-multi .inner-wrapper.col5{flex:0 1 auto;width:41.66667%}.wrapper .content-multi .inner-wrapper.col6{flex:0 1 auto;width:50%}.wrapper .content-multi .inner-wrapper.col7{flex:0 1 auto;width:58.33333%}.wrapper .content-multi .inner-wrapper.col8{flex:0 1 auto;width:66.66667%}.wrapper .content-multi .inner-wrapper.col9{flex:0 1 auto;width:75%}.wrapper .content-multi .inner-wrapper.col10{flex:0 1 auto;width:83.33333%}.wrapper .content-multi .inner-wrapper.col11{flex:0 1 auto;width:91.66667%}.wrapper .content-multi .inner-wrapper.col12{flex:0 1 auto;width:100%}.wrapper .content{display:flex;flex-flow:wrap;position:relative;width:100%}.wrapper .content .inner-wrapper{background-color:#fff;border-radius:0;box-shadow:0 5px 10px 0 rgba(0,0,0,.15);display:flex;flex:0 1 auto;flex-direction:column;padding:24px;width:100%}@media only screen and (min-width:540px){.wrapper .header{align-items:baseline;display:flex;flex-flow:row nowrap;justify-content:space-between}}.cover{align-items:center;background-color:rgba(0,0,0,.3);display:flex;height:100vh;justify-content:center;left:0;opacity:1;overflow:visible!important;position:fixed;top:0;transition-delay:.15s;transition:opacity .2s ease-in-out;width:100vw;z-index:20}.cover--hidden{opacity:0;position:absolute;transition:opacity .25s ease-in-out}.cover.-hide-color{background-color:transparent}.modal,.modal--docs-upload,.modal--product-information,.modal--queued-supplier-user-modal,.modal--upload-dataset{align-items:center;background-color:#fff;border-radius:10px;display:inline-flex;flex-direction:column;height:auto;justify-content:center;max-height:80vh;max-width:60vw;min-width:50vw;transition:transform .25s ease-in-out;width:auto}.modal--hidden{display:none;height:0;transition-delay:.15s;transition:transform .3s ease-in-out}.modal--product-information{height:80vh;width:60vw}.modal--product-information .modal__header{flex-grow:0;height:155px;max-height:175px;min-height:175px}@media (min-width:640px){.modal--product-information .modal__header{height:70px;max-height:70px;min-height:70px}}.modal--product-information .modal__content{flex-grow:1;min-width:55vw}.modal--product-information .modal__footer{flex-grow:0;height:70px;max-height:70px;min-height:70px}.modal .modal__header,.modal--docs-upload .modal__header,.modal--product-information .modal__header,.modal--queued-supplier-user-modal .modal__header,.modal--upload-dataset .modal__header{align-items:center;border-bottom:1px solid #d1d5db;display:inline-flex;font-family:Lato,sans-serif;font-size:25px;font-weight:400;height:64px;justify-content:flex-start;letter-spacing:0;padding-left:24px;padding-right:24px;width:100%}.modal .modal__content,.modal--docs-upload .modal__content,.modal--product-information .modal__content,.modal--queued-supplier-user-modal .modal__content,.modal--upload-dataset .modal__content{display:inline-flex;flex-direction:column;font-family:Lato,sans-serif;font-size:15px;font-weight:400;justify-content:flex-start;letter-spacing:.25px;overflow-x:hidden;overflow-y:auto;padding:16px 24px;width:100%}.modal .modal__content .button,.modal--docs-upload .modal__content .button,.modal--product-information .modal__content .button,.modal--queued-supplier-user-modal .modal__content .button,.modal--upload-dataset .modal__content .button{border-radius:2px;color:#fff!important}.modal .modal__content .button.primary-color,.modal--docs-upload .modal__content .button.primary-color,.modal--product-information .modal__content .button.primary-color,.modal--queued-supplier-user-modal .modal__content .button.primary-color,.modal--upload-dataset .modal__content .button.primary-color{background-color:#009ca0!important}.modal .modal__content .modal-title,.modal--docs-upload .modal__content .modal-title,.modal--product-information .modal__content .modal-title,.modal--queued-supplier-user-modal .modal__content .modal-title,.modal--upload-dataset .modal__content .modal-title{display:inline-block;font-family:Lato,sans-serif;font-size:21px;font-weight:400;letter-spacing:.15px;margin-bottom:15px}.modal .modal__content section.data,.modal .modal__content section.file-data,.modal .modal__content section.statements,.modal--docs-upload .modal__content section.data,.modal--docs-upload .modal__content section.file-data,.modal--docs-upload .modal__content section.statements,.modal--product-information .modal__content section.data,.modal--product-information .modal__content section.file-data,.modal--product-information .modal__content section.statements,.modal--queued-supplier-user-modal .modal__content section.data,.modal--queued-supplier-user-modal .modal__content section.file-data,.modal--queued-supplier-user-modal .modal__content section.statements,.modal--upload-dataset .modal__content section.data,.modal--upload-dataset .modal__content section.file-data,.modal--upload-dataset .modal__content section.statements{margin-bottom:20px;margin-top:20px}.modal .modal__content section.statements .col12>span,.modal--docs-upload .modal__content section.statements .col12>span,.modal--product-information .modal__content section.statements .col12>span,.modal--queued-supplier-user-modal .modal__content section.statements .col12>span,.modal--upload-dataset .modal__content section.statements .col12>span{transform:none}.modal .modal__content .form-grid,.modal--docs-upload .modal__content .form-grid,.modal--product-information .modal__content .form-grid,.modal--queued-supplier-user-modal .modal__content .form-grid,.modal--upload-dataset .modal__content .form-grid{grid-gap:.5rem;display:grid;grid-auto-flow:column}.modal .modal__content .form-grid .item,.modal--docs-upload .modal__content .form-grid .item,.modal--product-information .modal__content .form-grid .item,.modal--queued-supplier-user-modal .modal__content .form-grid .item,.modal--upload-dataset .modal__content .form-grid .item{display:block;width:20vw}.modal .modal__footer,.modal--docs-upload .modal__footer,.modal--product-information .modal__footer,.modal--queued-supplier-user-modal .modal__footer,.modal--upload-dataset .modal__footer{align-items:center;background-color:#f9fafb;display:inline-flex;height:52px;justify-content:flex-end;padding-left:24px;padding-right:24px;width:100%}.modal .modal__footer button,.modal--docs-upload .modal__footer button,.modal--product-information .modal__footer button,.modal--queued-supplier-user-modal .modal__footer button,.modal--upload-dataset .modal__footer button{border-radius:2px;color:#fff!important;font-family:Lato,sans-serif;font-size:15px;font-weight:500;letter-spacing:1.25px;margin-right:16px;text-transform:uppercase}.modal .modal__footer button:last-of-type,.modal--docs-upload .modal__footer button:last-of-type,.modal--product-information .modal__footer button:last-of-type,.modal--queued-supplier-user-modal .modal__footer button:last-of-type,.modal--upload-dataset .modal__footer button:last-of-type{margin-right:0}.modal .modal__footer button.primary-color,.modal--docs-upload .modal__footer button.primary-color,.modal--product-information .modal__footer button.primary-color,.modal--queued-supplier-user-modal .modal__footer button.primary-color,.modal--upload-dataset .modal__footer button.primary-color{background-color:#009ca0!important}.modal .modal__footer button.error-color,.modal--docs-upload .modal__footer button.error-color,.modal--product-information .modal__footer button.error-color,.modal--queued-supplier-user-modal .modal__footer button.error-color,.modal--upload-dataset .modal__footer button.error-color{background-color:#ee6e73!important}.modal--queued-supplier-user-modal .modal__content{overflow:visible}.modal--upload-dataset{max-height:80vh;max-width:80vw}.modal--upload-dataset .modal__header{padding-bottom:20px;padding-top:20px}.modal--upload-dataset .modal_content{overflow:visible}.modal--upload-dataset .modal__footer{height:62px;padding-bottom:14px;padding-top:14px}body{color:#164142;font-family:Lato,sans-serif;font-size:15px;font-weight:400;line-height:1.5rem;margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:1em;font-weight:inherit;margin:0}ul{margin:0}picture,svg,video{display:block}svg{max-width:100%}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none}*{-webkit-tap-highlight-color:transparent;box-sizing:border-box}:focus{outline:none}a{color:inherit}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;display:block;margin:0;overflow-x:hidden;padding:0}span.badge{background-color:#d8d8d8;border-radius:5px;color:#fff;font-family:Lato,sans-serif;font-size:13px;font-weight:400;height:auto;line-height:1.2rem;padding:2px 8px}span.badge.new{background-color:#009ca0}span.badge.new.revoked{background-color:#f74156}span.badge--error{background-color:rgba(247,65,86,.5);box-shadow:inset 0 0 0 2px rgba(247,65,86,.4)}.button,button.button{background-color:#009ca0;border:none;border-radius:2px;color:#fff;cursor:pointer;display:block;font-family:Lato,sans-serif;font-size:1rem;font-weight:700;line-height:18px;padding:calc(10px*var(--scale)) calc(20px*var(--scale));transition:background-color .2s ease-in-out,color .2s ease-in-out,filter .2s ease-in-out,opacity .2s ease-in-out;width:auto;z-index:15}.button[disabled=disabled],button.button[disabled=disabled]{filter:grayscale(100%);opacity:.4;pointer-events:none}.button.lime,button.button.lime{background-color:#b6be10}.button.debug,button.button.debug{background-color:#347ff1}.button.debug:hover,button.button.debug:hover{background-color:#1f4b8f}.button.small,button.button.small{padding:10px 16px;text-align:center}.button.special-back,button.button.special-back{color:#009ca0;display:block;left:0;position:fixed;text-align:center;top:30px;width:200px;z-index:999999}.button.special-back:before,button.button.special-back:before{background-color:#fff;border-radius:2px;content:"";height:40px;left:40px;position:fixed;top:33px;width:120px;z-index:-1}.button.special-back:after,button.button.special-back:after{background-color:#009ca0;content:"";height:100vh;left:0;position:fixed;right:0;top:0;width:200px;z-index:-2}.button:hover,button.button:hover{background-color:#007477}.button.transparent,button.button.transparent{background-color:transparent;border:1px solid #009ca0;color:#009ca0}.button.transparent:hover,button.button.transparent:hover{background-color:#009ca0!important;color:#fff}.button.back,button.button.back{background-color:#164142;padding-left:42px;position:relative}.button.back:before,button.button.back:before{top:calc(50% - 5px);transform:rotate(-45deg)}.button.back:after,.button.back:before,button.button.back:after,button.button.back:before{background-color:#fff;border-radius:1px;content:"";height:2px;left:15px;position:absolute;width:10px}.button.back:after,button.button.back:after{top:calc(50% + 2px);transform:rotate(45deg)}.button.create,button.button.create{align-self:flex-start;background-color:#f74156;border-radius:30px;color:#fff;display:inline-block;padding:13px 24px 13px 56px;position:relative}.button.create:hover,button.button.create:hover{background-color:#f85e70}.button.create:after,.button.create:before,button.button.create:after,button.button.create:before{background-color:#fff;border-radius:1px;content:"";height:2px;left:20px;position:absolute;top:50%;width:20px}.button.create:after,button.button.create:after{transform:rotate(90deg)}.button.-float-right,button.button.-float-right{float:right}.cta-wrapper{display:flex;flex-flow:column nowrap;position:relative;width:100%}.cta-wrapper .cta-inner-wrapper{flex:0 1 100%;flex-flow:column nowrap}.cta-wrapper .cta-inner-wrapper,.cta-wrapper .cta-inner-wrapper:nth-of-type(2){display:flex;justify-content:flex-start}.cta-wrapper .cta-inner-wrapper .cta{border-radius:0;box-shadow:0 5px 10px 0 rgba(0,0,0,.15);display:flex;flex:1 1 auto;flex-flow:column nowrap;margin-bottom:25px;padding:12.5px;position:relative}.cta-wrapper .cta-inner-wrapper .cta .background-image{position:absolute;right:0;top:0}.cta-wrapper .cta-inner-wrapper .cta .background-image svg{height:150px;opacity:.2;width:150px}.cta-wrapper .cta-inner-wrapper .cta .background-image svg .color{fill:#fff!important;height:100%}.cta-wrapper .cta-inner-wrapper .cta .title{color:inherit;font-family:Lato,sans-serif;font-size:1rem;font-weight:700;line-height:15px}.cta-wrapper .cta-inner-wrapper .cta .text{color:inherit;font-family:Lato,sans-serif;font-size:.9rem;font-weight:400;line-height:15px}.cta-wrapper .cta-inner-wrapper .cta .cta-footer-wrapper{display:flex;flex-flow:column nowrap}.cta-wrapper .cta-inner-wrapper .cta .cta-footer-wrapper .input-field{margin-bottom:0;width:100%}.cta-wrapper .cta-inner-wrapper .cta .cta-footer-wrapper .cta-button-wrapper{display:flex;flex-flow:row wrap;justify-content:flex-start;position:relative;width:100%}.cta-wrapper .cta-inner-wrapper .cta .cta-footer-wrapper .cta-button-wrapper .button{margin-right:25px;margin-top:25px}.cta-wrapper .cta-inner-wrapper .cta .cta-footer-wrapper .cta-button-wrapper .button,.cta-wrapper .cta-inner-wrapper .cta .cta-footer-wrapper .cta-button-wrapper .button a{color:inherit;font-family:Lato,sans-serif;font-size:1rem;font-weight:400;line-height:20px}.cta-wrapper .cta-inner-wrapper .cta .cta-footer-wrapper .cta-button-wrapper .button:last-of-type{margin-right:0}.cta-wrapper .cta-inner-wrapper .cta .cta-footer-wrapper .cta-button-wrapper a,.cta-wrapper .cta-inner-wrapper .cta .cta-footer-wrapper .cta-button-wrapper a .button{color:#fff;font-family:Lato,sans-serif;font-size:1rem;font-weight:400;line-height:20px}.cta-wrapper .cta-inner-wrapper .cta.cta-green{background-color:#009ca0}.cta-wrapper .cta-inner-wrapper .cta.cta-green .text,.cta-wrapper .cta-inner-wrapper .cta.cta-green .title{color:#fff}.cta-wrapper .cta-inner-wrapper .cta.cta-green .button{background-color:#fff;color:#164142}.cta-wrapper .cta-inner-wrapper .cta.cta-green .input-field{border-color:#fff;color:#fff}.cta-wrapper .cta-inner-wrapper .cta.cta-green .input-field label,.cta-wrapper .cta-inner-wrapper .cta.cta-green .input-field select,.cta-wrapper .cta-inner-wrapper .cta.cta-green .input-field span{color:#fff}.cta-wrapper .cta-inner-wrapper .cta.cta-green .input-field span .select2-selection__rendered{border-bottom:2px solid #fff}.cta-wrapper .cta-inner-wrapper .cta.cta-white{background-color:#fff;overflow:hidden}.cta-wrapper .cta-inner-wrapper .cta.cta-white .text,.cta-wrapper .cta-inner-wrapper .cta.cta-white .title{color:#164142}.cta-wrapper .cta-inner-wrapper .cta.cta-white .button{background-color:#164142;color:#164142}.cta-wrapper .cta-inner-wrapper .cta.cta-white .input-field{border-color:#164142;color:#fff}.cta-wrapper .cta-inner-wrapper .cta.cta-white .input-field label,.cta-wrapper .cta-inner-wrapper .cta.cta-white .input-field select,.cta-wrapper .cta-inner-wrapper .cta.cta-white .input-field span{color:#164142}.cta-wrapper .cta-inner-wrapper .cta.cta-white .input-field span .select2-selection__rendered{border-bottom:2px solid #164142;min-height:0}@media only screen and (min-width:720px){.cta-wrapper{display:flex;flex-flow:row nowrap;justify-content:flex-end}.cta-wrapper .cta-inner-wrapper,.cta-wrapper .cta-inner-wrapper:nth-of-type(2n){display:flex;flex:0 1 50%;flex-flow:row nowrap;justify-content:flex-end}.cta-wrapper .cta-inner-wrapper:nth-of-type(2n){margin-left:25px}.cta-wrapper .cta-inner-wrapper:nth-of-type(2n) .cta{margin-right:0}.cta-wrapper .cta-inner-wrapper .cta{flex:0 1 50%;flex-flow:column nowrap;justify-content:flex-start;margin-bottom:0;margin-right:0}.cta-wrapper .cta-inner-wrapper .cta .background-image svg{height:190px;width:190px}.cta-wrapper .cta-inner-wrapper .cta:nth-of-type(2n){display:flex;justify-content:flex-end;margin-left:25px}.cta-wrapper .cta-inner-wrapper .cta .cta-footer-wrapper{display:flex;flex:1 1 auto;flex-flow:column nowrap;justify-content:flex-end}.cta-wrapper .cta-inner-wrapper .cta .cta-footer-wrapper .button-wrapper{margin:0}}.document-search{align-items:center;display:flex;justify-content:flex-start}.document-search__field{display:inline-block;margin-right:20px}.document-search__field:last-child{margin-right:0}.filter-wrapper{display:flex;flex-direction:column;margin:calc(20px*var(--scale)) 0}.filter-wrapper .filters{align-items:center;display:flex}.filter-wrapper .filters .inner .filter a{color:#b6be10;cursor:pointer;font-family:Lato,sans-serif;font-size:1.2rem;font-weight:700;line-height:30px;margin-bottom:25px;position:relative}.filter-wrapper .filters .inner .filter a:after{background-color:#b6be10;bottom:-5px;content:"";height:2px;left:50%;position:absolute;transition:width .2s ease-in-out,left .2s ease-in-out;width:0}.filter-wrapper .filters .inner .filter a.active:after,.filter-wrapper .filters .inner .filter a:hover:after{left:0;width:100%}.filter-wrapper .filters .inner .label{color:#000;font-family:Lato,sans-serif;font-size:1.2rem;font-weight:700;line-height:30px;margin-right:calc(20px*var(--scale));position:relative}@media only screen and (min-width:540px){.filter-wrapper .filters .inner{display:flex;flex-direction:row}.filter-wrapper .filters .inner .filter a{margin-right:calc(20px*var(--scale))}}.help-wrapper{background-color:transparent;bottom:0;display:flex;justify-content:flex-end;position:fixed;right:0;width:auto;z-index:9999999999}.help-wrapper .button-wrapper{width:auto}.help-wrapper .button-wrapper .button{padding:12.5px}.help-wrapper .help-content{display:none}.active-help .help-wrapper{background-color:#164142;border-radius:5px}.active-help .help-wrapper .button-wrapper{margin-right:12.5px;margin-top:5px;width:100%}.active-help .help-wrapper .button-wrapper .button{background-color:transparent;color:#164142;height:30px;margin:0;padding:0;width:30px}.active-help .help-wrapper .button-wrapper .button:before{background-color:#fff;content:" ";height:24px;left:14px;position:absolute;transform:rotate(-45deg);width:2px}.active-help .help-wrapper .button-wrapper .button:after{background-color:#fff;content:" ";height:24px;left:14px;position:absolute;transform:rotate(45deg);width:2px}.active-help .help-wrapper .button-wrapper .button img{display:none}.active-help .help-wrapper .help-content{display:flex;padding:6.25px}.active-help .help-wrapper .help-content .text-wrapper{display:flex;flex-flow:column nowrap}.active-help .help-wrapper .help-content .text-wrapper .text{color:#fff;display:flex;flex-flow:row nowrap;font-size:1rem;font-weight:500;justify-content:flex-start;padding-top:5px;width:100%}.active-help .help-wrapper .help-content .text-wrapper .text .label{width:70px}.active-help .help-wrapper .help-content .text-wrapper .text .value{width:100%}.active-help .help-wrapper .help-content .image,.active-help .help-wrapper .help-content .image svg{height:50px;width:50px}.hidden-filters-wrapper{border:1px solid #164142;display:flex;flex-flow:column nowrap;justify-content:flex-start;margin-bottom:25px;padding:8.3333333333px}.hidden-filters-wrapper .hidden-filter-item{color:#164142;display:flex;flex:1 0 auto;flex-flow:row nowrap;font-family:Lato,sans-serif;font-size:1rem;font-weight:400;justify-content:flex-start;line-height:20px;width:100%}.hidden-filters-wrapper .hidden-filter-item .key{font-weight:700;margin-right:5px;width:100px}.input-field{padding:10px 0}.input-field input{color:#164142}.input-field input,.input-field label{font-family:Lato,sans-serif;font-size:1rem;font-weight:400;line-height:15px}.input-field label{color:#9e9e9e}.input-field .label.select2-label{top:-25px}.input-field.reset{color:#164142;margin:20px 0}.input-field.reset,.input-field.reset label{font-family:Lato,sans-serif;font-size:1rem;font-weight:400;line-height:15px}.input-field.reset label{color:#9e9e9e}.input-field.reset .label.select2-label{top:-25px}.intro-text{border-radius:1px;color:#164142;display:flex;flex:1 1 100%;flex-flow:row nowrap;justify-content:space-between}.intro-text h1{align-items:center;color:#164142;display:flex;flex-flow:row nowrap;font-family:Lato,sans-serif;font-size:1.2rem;font-weight:700;justify-content:flex-start;line-height:15px}.intro-text h1 span{padding-left:5px}.intro-text p b{font-weight:700}@media only screen and (min-width:540px){.intro-text{margin-bottom:25px}}.link{align-items:center;background-color:transparent!important;border:none;color:#009ca0;cursor:pointer;display:flex;font-family:Lato,sans-serif;font-size:1rem;font-weight:700;line-height:18px;text-indent:8px;transition:color .2s ease-in-out,fill .2s ease-in-out,filter .2s ease-in-out}.link.delete{color:#f74156}.link.delete svg *{fill:#f74156}.link.delete:hover{color:#f74156;filter:brightness(80%)}.link.delete:hover svg *{fill:#f74156!important}.link svg{align-self:center;overflow:visible;width:15px}.link svg *{fill:#009ca0;transition:color .2s ease-in-out,fill .2s ease-in-out}.link:hover{color:#164142}.link:hover svg *{fill:#164142!important}.loader.invisible{opacity:0}.logo{bottom:0;padding:20px;position:absolute;width:100%}.results{font-size:12px;max-height:40vh;overflow-y:scroll}.results .results__item{border-bottom:1px solid #009ca0;margin-top:2px;padding-left:4px;transition:all .45s ease-in-out}.results .results__item>span{display:inline-block}.results .results__item:hover{background-color:#009ca0;color:#fff;cursor:pointer}.results .results__part,.results .results__part--adr,.results .results__part--author,.results .results__part--clp,.results .results__part--date,.results .results__part--id,.results .results__part--operator,.results .results__part--title{display:inline-block}.results .results__part--operator{text-align:center;width:8px}.results .results__part--id{width:42px}.results .results__part--date{width:65px}.results .results__part--author,.results .results__part--title{margin-bottom:-6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:250px}.results .results__part--author{width:125px}.results .results__part--adr{width:135px}.results .results__part--clp{width:40px}.table-content{padding:5px 0;transition:background-color .25s ease}.table-content:hover,.table-content:nth-child(odd){background-color:hsla(0,0%,95%,.5)}.table-content:nth-child(odd){border:none}.align-bottom{align-self:flex-end!important}.button-margin{float:left;margin-bottom:1rem;margin-left:40px;margin-top:1rem}.card-color{background-color:#fff;border-radius:0;box-shadow:0 5px 10px 0 rgba(0,0,0,.15)}.card-content{padding:24px}.card-content .card-title{color:#164142;font-family:Lato,sans-serif;font-size:23px;font-weight:400;line-height:28px}.card-content .card-title:not(:first-child){margin-top:50px}.input-field{position:relative}.reset{margin:0;padding:0}.center{display:flex;justify-content:center}.right{display:flex;justify-content:flex-end}.baseline-end{align-items:flex-end;display:flex}.baseline{align-items:baseline;display:flex}.margin-right{margin-right:20px}.margin-bottom{margin-bottom:20px}.margin-left{margin-left:20px}.margin-top{margin-top:20px}.row{display:flex;flex-wrap:wrap;width:100%}.fit{flex-grow:1!important;flex-shrink:1!important}.col1{width:8.33333%}.col1,.col2{flex:0 0 auto}.col2{width:16.66667%}.col3{width:25%}.col3,.col4{flex:0 0 auto}.col4{width:33.33333%}.col5{width:41.66667%}.col5,.col6{flex:0 0 auto}.col6{width:50%}.col7{width:58.33333%}.col7,.col8{flex:0 0 auto}.col8{width:66.66667%}.col9{width:75%}.col10,.col9{flex:0 0 auto}.col10{width:83.33333%}.col11{flex:0 0 auto;width:91.66667%}.col12{flex:0 0 auto;width:100%}.space-around{justify-content:space-around}.svg{width:22px}.dropdown-trigger{float:left}.dropdown-trigger+.dropdown-content{display:flex;flex-direction:column;justify-content:flex-start}.dropdown-trigger+.dropdown-content>*{float:none!important;padding:10px 20px 10px 0;text-align:left!important}.dropdown-trigger+.dropdown-content>* svg{height:30px;margin-left:15px;margin-right:10px;width:18px}@media only screen and (min-width:720px){.dropdown-trigger{float:right}.dropdown-trigger+.dropdown-content{display:flex;flex-direction:column;justify-content:flex-start}.dropdown-trigger+.dropdown-content>*{float:none!important;padding:10px 20px 10px 0;text-align:left!important}.dropdown-trigger+.dropdown-content>* svg{height:30px;margin-left:15px;margin-right:10px;width:18px}}.search-wrapper-header{display:flex;flex:1 1 100%;margin-bottom:25px}.search-wrapper-header .button{color:#fff;flex:1 1 100%;font-family:Lato,sans-serif;font-size:1rem;font-weight:400;line-height:15px}.search-wrapper{flex:1 1 100%;margin-bottom:25px;max-height:0;overflow:hidden;transition:max-height .4s ease}.search-wrapper .input-wrapper{flex:1 1 100%;padding:0}.search-wrapper .input-wrapper .label{pointer-events:none}.search-wrapper .input-wrapper.limit{flex:0 1 100px;max-width:100px;min-width:80px}.search-wrapper .button-wrapper{align-items:flex-end;display:flex;padding-bottom:20px}.search-wrapper .button-wrapper .button{align-self:flex-end}.search-wrapper .button-wrapper .button+.button{margin-left:20px}.search-wrapper .button{color:#fff;float:right;font-family:Lato,sans-serif;font-size:1rem;font-weight:400;line-height:15px}@media only screen and (min-width:540px){.search-wrapper-header{justify-content:flex-end}.search-wrapper-header .button{flex:initial}}@media only screen and (min-width:720px){.search-wrapper-header{display:none}.search-wrapper{align-content:center;display:flex;flex-flow:row wrap;justify-content:flex-start;margin:25px 0;max-height:none;overflow:initial}.search-wrapper .input-wrapper{flex:1 0 auto;margin-right:calc(20px*var(--scale));max-width:250px;min-width:200px}.search-wrapper .button{align-self:center;margin-left:calc(20px*var(--scale))}.search-wrapper .button:first-of-type{margin-left:0}}.active-filter .wrapper .search-wrapper{max-height:1000px}.status-code{display:inline-block}.status-code.dot{border-radius:100%;height:8px;margin-top:8px;width:8px}.status-code.text{margin-left:8px}.table-wrapper{display:flex;flex-direction:row}.table-wrapper .table-title-wrapper{flex:1 0 auto;min-width:130px;padding-top:5px}.table-wrapper .table-title-wrapper .table-title{color:#164142;font-family:Lato,sans-serif;font-size:.9rem;font-weight:700;line-height:15px;padding:5px 0}.table-wrapper .table-content-wrapper{display:flex;flex-direction:row;overflow-x:auto}.table-wrapper .table-content-wrapper .table-content{flex:1 0 auto;min-width:130px;padding-left:calc(20px*var(--scale))/4}.table-wrapper .table-content-wrapper .table-content .table-item{color:#164142;font-family:Lato,sans-serif;font-size:.9rem;font-weight:400;line-height:15px;padding:5px 8px}.table-wrapper .table-content-wrapper .table-content .table-item.multi-select .input-field{margin:0!important}.table-wrapper .table-content-wrapper .table-content .table-item.multi-select .input-field .select2-selection{height:auto!important;padding:0}.table-wrapper .table-content-wrapper .table-content .table-item.multi-select .input-field .select2-selection__rendered{border:none!important}.table-wrapper .table-content-wrapper .table-content .table-item.doc{display:flex;justify-content:flex-start}.table-wrapper .table-content-wrapper .table-content .table-item.doc :nth-child(1n){margin-right:5px}.table-wrapper .table-content-wrapper .table-content .table-item.doc .not-available{opacity:.4}.table-wrapper .table-content-wrapper .table-content .table-item.last{display:flex;justify-content:flex-start;margin-top:calc(20px*var(--scale))/1.5;padding:0}.table-wrapper .table-content-wrapper .table-content .table-item.last a{margin-right:calc(20px*var(--scale))}@media only screen and (min-width:720px){.table-wrapper{flex-direction:column}.table-wrapper .table-title-wrapper{align-items:center;display:flex;flex:initial;flex-direction:row;flex-flow:row;justify-content:space-between;margin-left:0;min-width:auto;padding:0 5px}.table-wrapper .table-title-wrapper .table-title{flex:0 1 15%;margin:0;overflow:hidden;padding:5px 2px;text-overflow:ellipsis;white-space:nowrap}.table-wrapper .table-title-wrapper .table-title.multi-select{flex:1 1 auto;max-width:40%;min-width:25%}.table-wrapper .table-title-wrapper .table-title.checkbox{flex:0 0 50px;max-width:50px}.table-wrapper .table-title-wrapper .table-title.small{flex:1 1 auto;max-width:40px;min-width:40px}.table-wrapper .table-title-wrapper .table-title.prodnr{flex:0 0 85px}.table-wrapper .table-title-wrapper .table-title.name{flex:0 0 20%}.table-wrapper .table-title-wrapper .table-title.fit{flex:0 1 auto;max-width:200px;min-width:auto}.table-wrapper .table-content-wrapper{flex-direction:column;overflow-x:initial;width:100%}.table-wrapper .table-content-wrapper .table-content{align-items:center;display:flex;flex-direction:row;justify-content:space-between;min-width:auto;padding:5px}.table-wrapper .table-content-wrapper .table-content.-upload{border-radius:5px!important;padding:8px!important}.table-wrapper .table-content-wrapper .table-content .table-item{flex:0 1 15%;margin:0;overflow:hidden;padding:2px;text-overflow:ellipsis;white-space:nowrap}.table-wrapper .table-content-wrapper .table-content .table-item.-show-overflow{overflow:visible}.table-wrapper .table-content-wrapper .table-content .table-item.options{display:flex;justify-content:flex-end}.table-wrapper .table-content-wrapper .table-content .table-item.options a{margin-right:calc(20px*var(--scale))}.table-wrapper .table-content-wrapper .table-content .table-item.prodnr{flex:0 0 85px}.table-wrapper .table-content-wrapper .table-content .table-item.name{flex:0 0 20%}.table-wrapper .table-content-wrapper .table-content .table-item.multi-select{flex:1 1 auto;max-width:40%;min-width:25%}.table-wrapper .table-content-wrapper .table-content .table-item.checkbox{flex:0 0 50px;max-width:50px}.table-wrapper .table-content-wrapper .table-content .table-item.small{flex:1 1 auto;max-width:40px;min-width:40px}.table-wrapper .table-content-wrapper .table-content .table-item.fit{flex:0 1 auto;max-width:200px;min-width:auto}.table-wrapper .table-content-wrapper .table-content .table-item.last{display:flex;justify-content:flex-end;margin:0;padding:0}.table-wrapper .table-content-wrapper .table-content .table-item.last a{margin-right:0}.table-wrapper .table-content-wrapper .table-content .table-item.last a:first-of-type{margin-right:calc(20px*var(--scale))}}#documentUploadForm:after{clear:both;content:"";display:table}form .helper-text{font-size:14px}.validate.form-control.is-invalid{border:1px solid #f74156}.invalid-feedback{color:#f74156}#search-form:after{clear:both;content:"";display:table}.route-archive-products-index .wrapper .task-selection{padding:10px}.route-archive-products-index .wrapper .task-selection a{background-color:#009ca0;border:3px solid transparent;color:#fff;display:block;margin-top:10px;padding:3px 5px}.route-archive-products-index .wrapper .task-selection a.selected{background-color:transparent;border:3px solid #009ca0;color:#009ca0}.route-archive-products-index .wrapper .content .inner-wrapper .table-wrapper{flex-direction:column}.route-archive-products-index .wrapper .content .inner-wrapper .table-wrapper .table-title-wrapper{margin:0;padding:0}.route-archive-products-index .wrapper .content .inner-wrapper .table-wrapper .table-title-wrapper .table-title:nth-of-type(7){display:flex;flex:initial;flex-flow:row nowrap;justify-content:flex-start}.route-archive-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content{margin:0;padding:0}.route-archive-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content.selected{background:#add8e6}.route-archive-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item+.supplier-item svg{height:15px;width:24px}.route-archive-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:last-of-type{display:flex;flex:initial;flex-flow:row nowrap;justify-content:flex-start}.route-archive-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:last-of-type a{margin-left:10px}.route-archive-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:last-of-type a:first-of-type{cursor:pointer;margin-left:0}.route-archive-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:last-of-type a svg{height:1.2rem;width:1.2rem}.route-archive-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .doc-type-icon-wrapper{align-content:center;display:flex}.route-archive-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .doc-type-icon-wrapper[data-contradiction-type="0"] svg #file-excel{fill:#000!important}.route-archive-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .doc-type-icon-wrapper[data-contradiction-type="1"] svg #file-excel{fill:#ff4500!important}.route-archive-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .doc-type-icon-wrapper[data-contradiction-type="2"] svg #file-excel{fill:#1e90ff!important}@media only screen and (min-width:540px){.route-archive-products-index .wrapper .header{align-items:baseline;flex-direction:row}}@media only screen and (min-width:720px){.route-archive-products-index .wrapper .header .input-wrapper .input-field{min-width:200px}.route-archive-products-index .wrapper .content .inner-wrapper{flex-direction:column}.route-archive-products-index .table-wrapper .table-title-wrapper{margin:0;padding:0}.route-archive-products-index .table-wrapper .table-title-wrapper .table-title{flex:initial;overflow:visible;white-space:normal;width:60px}.route-archive-products-index .table-wrapper .table-title-wrapper .table-title:first-of-type{flex:initial;width:30px}.route-archive-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(2){flex:initial;width:100px}.route-archive-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(3){min-width:200px}.route-archive-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(4){flex:initial;width:140px}.route-archive-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(5){flex:initial;width:25px}.route-archive-products-index .table-wrapper .table-title-wrapper .table-title:last-of-type{flex:initial;width:60px}.route-archive-products-index .table-wrapper .table-content-wrapper .table-content{margin:0;padding:0}.route-archive-products-index .table-wrapper .table-content-wrapper .table-content .table-item{flex:initial;width:60px}.route-archive-products-index .table-wrapper .table-content-wrapper .table-content .table-item:first-of-type{flex:initial;width:30px}.route-archive-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(2){flex:initial;width:100px}.route-archive-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(3){min-width:200px}.route-archive-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(4){flex:initial;width:140px}.route-archive-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(5){flex:initial;width:25px}.route-archive-products-index .table-wrapper .table-content-wrapper .table-content .table-item svg{height:1.2rem;width:1.2rem}.route-archive-products-index .table-wrapper .table-content-wrapper .table-content .table-item:last-of-type{display:flex;flex:initial;flex-flow:row nowrap;justify-content:flex-start}.route-archive-products-index .table-wrapper .table-content-wrapper .table-content .table-item:last-of-type a{margin-left:10px}.route-archive-products-index .table-wrapper .table-content-wrapper .table-content .table-item:last-of-type a:first-of-type{margin-left:0}.route-archive-products-index .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper{align-content:center;display:flex}}.jacket.route-login:after,.jacket.route-password-forgot:after,.jacket.route-password-reset:after{background-image:url(/svg/login.svg);background-position:50%;background-size:cover;bottom:0;content:"";left:0;position:fixed;right:0;top:0;z-index:-1}.jacket.route-login #main,.jacket.route-password-forgot #main,.jacket.route-password-reset #main{display:flex;height:100%;justify-content:center}.jacket.route-login #main>.section,.jacket.route-password-forgot #main>.section,.jacket.route-password-reset #main>.section{background-color:#fff;flex:1 1 auto;margin-top:70px;max-width:calc(350px*var(--scale));padding:calc(20px*var(--scale));position:relative;width:100%}.jacket.route-login #main>.section:after,.jacket.route-password-forgot #main>.section:after,.jacket.route-password-reset #main>.section:after{background-image:url(/svg/isa-logo_wit.svg);background-repeat:no-repeat;background-size:contain;bottom:0;content:"";height:100px;left:25%;position:absolute;right:25%;transform:translateY(calc(100% + 20px));width:50%}.jacket.route-login #main>.section .login-form-wrapper,.jacket.route-password-forgot #main>.section .login-form-wrapper,.jacket.route-password-reset #main>.section .login-form-wrapper{padding:calc(20px*var(--scale)*var(--scale));width:100%}.jacket.route-login #main>.section .login-form-wrapper .title-wrapper,.jacket.route-password-forgot #main>.section .login-form-wrapper .title-wrapper,.jacket.route-password-reset #main>.section .login-form-wrapper .title-wrapper{display:inline-block;width:100%}.jacket.route-login #main>.section .login-form-wrapper .title-wrapper .page-title,.jacket.route-password-forgot #main>.section .login-form-wrapper .title-wrapper .page-title,.jacket.route-password-reset #main>.section .login-form-wrapper .title-wrapper .page-title{text-align:center}.jacket.route-login #main>.section .login-form-wrapper .input-wrapper,.jacket.route-password-forgot #main>.section .login-form-wrapper .input-wrapper,.jacket.route-password-reset #main>.section .login-form-wrapper .input-wrapper{padding-top:calc(20px*var(--scale)/2*var(--scale));width:100%}.jacket.route-login #main>.section .login-form-wrapper .input-wrapper .submit,.jacket.route-password-forgot #main>.section .login-form-wrapper .input-wrapper .submit,.jacket.route-password-reset #main>.section .login-form-wrapper .input-wrapper .submit{display:flex;justify-content:center;padding-top:25px}.jacket.route-login #main>.section .login-form-wrapper .input-wrapper .submit .button,.jacket.route-password-forgot #main>.section .login-form-wrapper .input-wrapper .submit .button,.jacket.route-password-reset #main>.section .login-form-wrapper .input-wrapper .submit .button{color:#fff;font-family:Lato,sans-serif;font-size:1rem;font-weight:400;line-height:20px;padding:14px 25px}.jacket.route-login #main>.section .login-form-wrapper .option-wrapper,.jacket.route-password-forgot #main>.section .login-form-wrapper .option-wrapper,.jacket.route-password-reset #main>.section .login-form-wrapper .option-wrapper{display:block;padding:0 10px;width:100%}.jacket.route-login #main>.section .login-form-wrapper .option-wrapper .input-field,.jacket.route-password-forgot #main>.section .login-form-wrapper .option-wrapper .input-field,.jacket.route-password-reset #main>.section .login-form-wrapper .option-wrapper .input-field{margin-top:calc(20px*var(--scale));width:100%}.jacket.route-login #main>.section .login-form-wrapper .option-wrapper .input-field label,.jacket.route-password-forgot #main>.section .login-form-wrapper .option-wrapper .input-field label,.jacket.route-password-reset #main>.section .login-form-wrapper .option-wrapper .input-field label{height:100%;width:100%}.jacket.route-login #main>.section .login-form-wrapper .option-wrapper .input-field label span,.jacket.route-password-forgot #main>.section .login-form-wrapper .option-wrapper .input-field label span,.jacket.route-password-reset #main>.section .login-form-wrapper .option-wrapper .input-field label span{margin-left:-10px}.jacket.route-login #main>.section .login-form-wrapper .login-footer,.jacket.route-password-forgot #main>.section .login-form-wrapper .login-footer,.jacket.route-password-reset #main>.section .login-form-wrapper .login-footer{color:#164142;display:flex;flex-flow:column nowrap;font-family:Lato,sans-serif;font-size:1rem;font-weight:400;line-height:20px;margin-top:calc(20px*var(--scale)*var(--scale));text-align:center}@media only screen and (min-width:540px){.jacket.route-login #main>.section,.jacket.route-password-forgot #main>.section,.jacket.route-password-reset #main>.section{margin-top:150px;max-width:calc(450px*var(--scale))}.jacket.route-login #main>.section .login-footer,.jacket.route-password-forgot #main>.section .login-footer,.jacket.route-password-reset #main>.section .login-footer{display:flex;flex-flow:row nowrap;justify-content:space-between;margin-top:calc(20px*var(--scale)*var(--scale));text-align:initial}}.jacket.route-login [type=checkbox],.jacket.route-password-forgot [type=checkbox],.jacket.route-password-reset [type=checkbox]{display:block}.jacket.route-login [type=checkbox]+span:not(.lever),.jacket.route-password-forgot [type=checkbox]+span:not(.lever),.jacket.route-password-reset [type=checkbox]+span:not(.lever){transform:scale(.85) translateY(7px)}.route-chemical-index .wrapper .header .button-wrapper{align-items:baseline;display:flex;flex-flow:column nowrap;justify-content:flex-start;position:relative;width:100%}.route-chemical-index .wrapper .header .button-wrapper .button{margin-top:25px}@media only screen and (min-width:540px){.route-chemical-index .wrapper .header{flex-flow:column nowrap}.route-chemical-index .wrapper .header .button-wrapper{flex-flow:row nowrap;justify-content:space-between;margin-top:25px}.route-chemical-index .wrapper .header .button-wrapper .button{margin-top:0}.route-chemical-index .wrapper .header form{width:auto}.route-chemical-index .wrapper .table-wrapper .table-title-wrapper{margin:2px;padding:2px}.route-chemical-index .wrapper .table-wrapper .table-title-wrapper .table-title:first-of-type{flex:initial;width:65px}.route-chemical-index .wrapper .table-wrapper .table-title-wrapper .table-title:nth-of-type(2){flex:initial;width:250px}.route-chemical-index .wrapper .table-wrapper .table-title-wrapper .table-title:nth-of-type(3),.route-chemical-index .wrapper .table-wrapper .table-title-wrapper .table-title:nth-of-type(4){flex:initial;width:150px}.route-chemical-index .wrapper .table-wrapper .table-title-wrapper .table-title:nth-of-type(5),.route-chemical-index .wrapper .table-wrapper .table-title-wrapper .table-title:nth-of-type(6){flex:initial;width:100px}.route-chemical-index .wrapper .table-wrapper .table-content-wrapper .table-content{margin:2px;padding:2px}.route-chemical-index .wrapper .table-wrapper .table-content-wrapper .table-content .table-item{display:flex;flex-flow:column wrap;justify-content:flex-start}.route-chemical-index .wrapper .table-wrapper .table-content-wrapper .table-content .table-item:first-of-type{flex:initial;width:65px}.route-chemical-index .wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(2){flex:initial;white-space:pre-line;width:250px}.route-chemical-index .wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(3),.route-chemical-index .wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(4){flex:initial;width:150px}.route-chemical-index .wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(5),.route-chemical-index .wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(6){flex:initial;width:100px}}.route-company-products-index .wrapper .content .inner-wrapper .table-wrapper,.route-own_brand-products-index .wrapper .content .inner-wrapper .table-wrapper,.route-supplier-cooperation-index .wrapper .content .inner-wrapper .table-wrapper,.route-warehouse-products-index .wrapper .content .inner-wrapper .table-wrapper{flex-direction:column}.route-company-products-index .wrapper .content .inner-wrapper .table-wrapper .table-title-wrapper,.route-own_brand-products-index .wrapper .content .inner-wrapper .table-wrapper .table-title-wrapper,.route-supplier-cooperation-index .wrapper .content .inner-wrapper .table-wrapper .table-title-wrapper,.route-warehouse-products-index .wrapper .content .inner-wrapper .table-wrapper .table-title-wrapper{margin:0;padding:0}.route-company-products-index .wrapper .content .inner-wrapper .table-wrapper .table-title-wrapper .table-title:nth-of-type(7),.route-own_brand-products-index .wrapper .content .inner-wrapper .table-wrapper .table-title-wrapper .table-title:nth-of-type(7),.route-supplier-cooperation-index .wrapper .content .inner-wrapper .table-wrapper .table-title-wrapper .table-title:nth-of-type(7),.route-warehouse-products-index .wrapper .content .inner-wrapper .table-wrapper .table-title-wrapper .table-title:nth-of-type(7){display:flex;flex:initial;flex-flow:row nowrap;justify-content:flex-start}.route-company-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content,.route-own_brand-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content,.route-supplier-cooperation-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content,.route-warehouse-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content{margin:0;padding:0}.route-company-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content.selected,.route-own_brand-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content.selected,.route-supplier-cooperation-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content.selected,.route-warehouse-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content.selected{background:#add8e6}.route-company-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item+.supplier-item svg,.route-own_brand-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item+.supplier-item svg,.route-supplier-cooperation-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item+.supplier-item svg,.route-warehouse-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item+.supplier-item svg{height:15px;width:24px}.route-company-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(7),.route-own_brand-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(7),.route-supplier-cooperation-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(7),.route-warehouse-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(7){display:flex;flex:initial;flex-flow:row nowrap;justify-content:flex-start}.route-company-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(7) a,.route-own_brand-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(7) a,.route-supplier-cooperation-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(7) a,.route-warehouse-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(7) a{margin-left:5px}.route-company-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(7) a:first-of-type,.route-own_brand-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(7) a:first-of-type,.route-supplier-cooperation-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(7) a:first-of-type,.route-warehouse-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(7) a:first-of-type{margin-left:0}.route-company-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(8),.route-own_brand-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(8),.route-supplier-cooperation-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(8),.route-warehouse-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(8){display:flex;flex:initial;flex-flow:row nowrap;justify-content:flex-start}.route-company-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(8) a,.route-own_brand-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(8) a,.route-supplier-cooperation-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(8) a,.route-warehouse-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(8) a{margin-left:10px}.route-company-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(8) a:first-of-type,.route-own_brand-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(8) a:first-of-type,.route-supplier-cooperation-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(8) a:first-of-type,.route-warehouse-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(8) a:first-of-type{cursor:pointer;margin-left:0}.route-company-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(8) a svg,.route-own_brand-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(8) a svg,.route-supplier-cooperation-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(8) a svg,.route-warehouse-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(8) a svg{color:#009ca0;height:1.2rem;width:1.2rem}.route-company-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(8) a svg:hover,.route-own_brand-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(8) a svg:hover,.route-supplier-cooperation-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(8) a svg:hover,.route-warehouse-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(8) a svg:hover{color:#00ced3}@media only screen and (min-width:540px){.route-company-products-index .wrapper .header,.route-own_brand-products-index .wrapper .header,.route-supplier-cooperation-index .wrapper .header,.route-warehouse-products-index .wrapper .header{align-items:baseline;flex-direction:row}}@media only screen and (min-width:720px){.route-company-products-index .wrapper .header .input-wrapper .input-field,.route-own_brand-products-index .wrapper .header .input-wrapper .input-field,.route-supplier-cooperation-index .wrapper .header .input-wrapper .input-field,.route-warehouse-products-index .wrapper .header .input-wrapper .input-field{min-width:200px}.route-company-products-index .wrapper .content .inner-wrapper,.route-own_brand-products-index .wrapper .content .inner-wrapper,.route-supplier-cooperation-index .wrapper .content .inner-wrapper,.route-warehouse-products-index .wrapper .content .inner-wrapper{flex-direction:column}.route-company-products-index .table-wrapper .table-title-wrapper,.route-own_brand-products-index .table-wrapper .table-title-wrapper,.route-supplier-cooperation-index .table-wrapper .table-title-wrapper,.route-warehouse-products-index .table-wrapper .table-title-wrapper{margin:0;padding:0}.route-company-products-index .table-wrapper .table-title-wrapper .table-title:first-of-type,.route-own_brand-products-index .table-wrapper .table-title-wrapper .table-title:first-of-type,.route-supplier-cooperation-index .table-wrapper .table-title-wrapper .table-title:first-of-type,.route-warehouse-products-index .table-wrapper .table-title-wrapper .table-title:first-of-type{flex:initial;width:30px}.route-company-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(2),.route-own_brand-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(2),.route-supplier-cooperation-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(2),.route-warehouse-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(2){flex:initial;width:140px}.route-company-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(3),.route-own_brand-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(3),.route-supplier-cooperation-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(3),.route-warehouse-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(3){min-width:320px}.route-company-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(4),.route-company-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(5),.route-own_brand-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(4),.route-own_brand-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(5),.route-supplier-cooperation-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(4),.route-supplier-cooperation-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(5),.route-warehouse-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(4),.route-warehouse-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(5){flex:initial;width:140px}.route-company-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(6),.route-own_brand-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(6),.route-supplier-cooperation-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(6),.route-warehouse-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(6){flex:initial;width:150px}.route-company-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(7),.route-own_brand-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(7),.route-supplier-cooperation-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(7),.route-warehouse-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(7){display:flex;flex:initial;flex-flow:row nowrap;justify-content:flex-start;width:120px}.route-company-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(8),.route-own_brand-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(8),.route-supplier-cooperation-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(8),.route-warehouse-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(8){flex:initial;width:80px}.route-company-products-index .table-wrapper .table-content-wrapper .table-content,.route-own_brand-products-index .table-wrapper .table-content-wrapper .table-content,.route-supplier-cooperation-index .table-wrapper .table-content-wrapper .table-content,.route-warehouse-products-index .table-wrapper .table-content-wrapper .table-content{margin:0;padding:0}.route-company-products-index .table-wrapper .table-content-wrapper .table-content .table-item:first-of-type,.route-own_brand-products-index .table-wrapper .table-content-wrapper .table-content .table-item:first-of-type,.route-supplier-cooperation-index .table-wrapper .table-content-wrapper .table-content .table-item:first-of-type,.route-warehouse-products-index .table-wrapper .table-content-wrapper .table-content .table-item:first-of-type{flex:initial;width:30px}.route-company-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(2),.route-own_brand-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(2),.route-supplier-cooperation-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(2),.route-warehouse-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(2){flex:initial;width:140px}.route-company-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(3),.route-own_brand-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(3),.route-supplier-cooperation-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(3),.route-warehouse-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(3){min-width:320px}.route-company-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(4),.route-company-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(5),.route-own_brand-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(4),.route-own_brand-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(5),.route-supplier-cooperation-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(4),.route-supplier-cooperation-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(5),.route-warehouse-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(4),.route-warehouse-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(5){flex:initial;width:140px}.route-company-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(6),.route-own_brand-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(6),.route-supplier-cooperation-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(6),.route-warehouse-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(6){flex:initial;width:150px}.route-company-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(7),.route-own_brand-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(7),.route-supplier-cooperation-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(7),.route-warehouse-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(7){display:flex;flex:initial;flex-flow:row nowrap;justify-content:flex-start;width:120px}.route-company-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(7) a svg,.route-own_brand-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(7) a svg,.route-supplier-cooperation-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(7) a svg,.route-warehouse-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(7) a svg{height:1.3rem;width:1.3rem}.route-company-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(8),.route-own_brand-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(8),.route-supplier-cooperation-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(8),.route-warehouse-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(8){flex:initial;width:80px}.route-company-products-index .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper,.route-own_brand-products-index .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper,.route-supplier-cooperation-index .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper,.route-warehouse-products-index .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper{align-content:center;display:flex}.route-company-products-index .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type=no-document] svg #file-excel,.route-own_brand-products-index .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type=no-document] svg #file-excel,.route-supplier-cooperation-index .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type=no-document] svg #file-excel,.route-warehouse-products-index .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type=no-document] svg #file-excel{fill:red!important}.route-company-products-index .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type="0"] svg #file-excel,.route-own_brand-products-index .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type="0"] svg #file-excel,.route-supplier-cooperation-index .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type="0"] svg #file-excel,.route-warehouse-products-index .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type="0"] svg #file-excel{fill:#009ca0!important}.route-company-products-index .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type=not_required] svg #file-excel,.route-own_brand-products-index .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type=not_required] svg #file-excel,.route-supplier-cooperation-index .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type=not_required] svg #file-excel,.route-warehouse-products-index .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type=not_required] svg #file-excel{fill:#1e90ff!important}.route-company-products-index .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type=additional-document] svg #file-excel,.route-own_brand-products-index .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type=additional-document] svg #file-excel,.route-supplier-cooperation-index .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type=additional-document] svg #file-excel,.route-warehouse-products-index .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type=additional-document] svg #file-excel{fill:hsla(0,0%,39%,.3)!important}.route-company-products-index .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type="2"] svg #file-excel,.route-own_brand-products-index .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type="2"] svg #file-excel,.route-supplier-cooperation-index .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type="2"] svg #file-excel,.route-warehouse-products-index .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type="2"] svg #file-excel{fill:red!important}.route-company-products-index .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type="4"] svg #file-excel,.route-own_brand-products-index .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type="4"] svg #file-excel,.route-supplier-cooperation-index .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type="4"] svg #file-excel,.route-warehouse-products-index .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type="4"] svg #file-excel{fill:orange!important}.route-company-products-index .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type="8"] svg #file-excel,.route-own_brand-products-index .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type="8"] svg #file-excel,.route-supplier-cooperation-index .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type="8"] svg #file-excel,.route-warehouse-products-index .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type="8"] svg #file-excel{fill:#c71fbe!important}.route-company-products-index .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type="16"] svg #file-excel,.route-own_brand-products-index .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type="16"] svg #file-excel,.route-supplier-cooperation-index .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type="16"] svg #file-excel,.route-warehouse-products-index .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type="16"] svg #file-excel{fill:#82d3d5!important}.route-company-products-index .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type="32"] svg #file-excel,.route-own_brand-products-index .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type="32"] svg #file-excel,.route-supplier-cooperation-index .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type="32"] svg #file-excel,.route-warehouse-products-index .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type="32"] svg #file-excel{fill:#5dc5c8!important}}.route-company-index .wrapper .header .button-wrapper{align-items:baseline;display:flex;flex-flow:column nowrap;justify-content:flex-start;position:relative;width:100%}.route-company-index .wrapper .header .button-wrapper .button{margin-top:25px}@media only screen and (min-width:540px){.route-company-index .wrapper .header{flex-flow:column nowrap}.route-company-index .wrapper .header .button-wrapper{flex-flow:row nowrap;justify-content:space-between;margin-top:25px}.route-company-index .wrapper .header .button-wrapper .button{margin-top:0}.route-company-index .table-wrapper .table-title-wrapper{margin:0;padding:0}.route-company-index .table-wrapper .table-title-wrapper .table-title:first-of-type{flex:initial;width:50px}.route-company-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(2){flex:initial;width:80px}.route-company-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(3){min-width:200px}.route-company-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(4){flex:initial;width:150px}.route-company-index .table-wrapper .table-content-wrapper .table-content{margin:0;padding:0}.route-company-index .table-wrapper .table-content-wrapper .table-content .table-item:first-of-type{flex:initial;width:50px}.route-company-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(2){flex:initial;width:80px}.route-company-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(3){min-width:200px}.route-company-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(4){flex:initial;width:150px}}.route-dashboard .wrapper .dashboard-wrapper{display:flex;flex-flow:column;width:100%}.route-dashboard .wrapper .dashboard-wrapper .content{opacity:1;transition:opacity .2s ease-in-out}.route-dashboard .wrapper .dashboard-wrapper .content .button-wrapper{display:flex;flex-flow:column nowrap;justify-content:flex-start}.route-dashboard .wrapper .dashboard-wrapper .content .button-wrapper.result .button{font-size:1.3rem;font-weight:700;line-height:26px}.route-dashboard .wrapper .dashboard-wrapper .content .button-wrapper.result .button .small{font-size:.8rem;font-weight:400;line-height:10px}.route-dashboard .wrapper .dashboard-wrapper .content .button-wrapper .button{border-radius:0;font-weight:400;padding:12px 21px;text-align:center;width:135px}.route-dashboard .wrapper .dashboard-wrapper .content .button-wrapper .button.active{background-color:#009ca0!important;color:#fff;transition:background-color .2s ease-in-out}.route-dashboard .wrapper .dashboard-wrapper .content .button-wrapper .button:hover{background-color:rgba(0,156,160,.7)!important}.route-dashboard .wrapper .dashboard-wrapper .content .button-wrapper .button.red-button{background-color:#f74156}.route-dashboard .wrapper .dashboard-wrapper .content .button-wrapper .button.red-button:hover{background-color:rgba(247,65,86,.7)!important}.route-dashboard .wrapper .dashboard-wrapper .content .theme-selector{margin-bottom:40px;width:100%}.route-dashboard .wrapper .dashboard-wrapper .content .data-wrapper .sub-title,.route-dashboard .wrapper .dashboard-wrapper .content .theme-selector .sub-title{color:#164142;font-family:Lato,sans-serif;font-size:1.6rem;font-weight:400;line-height:26px;margin-bottom:25px}.route-dashboard .wrapper .dashboard-wrapper .content .data-wrapper .data-row{margin-bottom:25px}.route-dashboard .wrapper .dashboard-wrapper .content .data-wrapper .data-row .data-title{color:#164142;font-family:Lato,sans-serif;font-size:1rem;font-weight:700;line-height:16px;margin:0;padding-bottom:5px}@media only screen and (min-width:720px){.route-dashboard .wrapper{display:flex}.route-dashboard .wrapper .dashboard-wrapper{display:grid;gap:25px;grid-template-columns:1fr 1fr}.route-dashboard .wrapper .dashboard-wrapper .dashboard-wrapper-content{background-color:#fff;border-radius:0;box-shadow:0 5px 10px 0 rgba(0,0,0,.15);padding:24px;transition:height .2s ease-in-out}.route-dashboard .wrapper .dashboard-wrapper .content .button-wrapper{flex-flow:row nowrap}.route-dashboard .wrapper .dashboard-wrapper .content .button-wrapper .button{border-left:none}.route-dashboard .wrapper .dashboard-wrapper .content .button-wrapper .button:first-of-type{border-left:1px solid #009ca0}.route-dashboard .wrapper .dashboard-wrapper .chart-wrapper{grid-column:span 2}}.route-dashboard .wrapper .dashboard-wrapper .content.isLoading{opacity:.5;pointer-events:none;transition:opacity .2s ease-in-out}.route-document-certificate .wrapper{margin-left:auto;margin-right:auto;max-width:720px}.route-document-certificate .wrapper .certificate{width:100%}.route-document-certificate .wrapper .certificate .content-wrapper{border-bottom:1px solid hsla(0,0%,44%,.5);display:flex;flex-flow:column nowrap;justify-content:flex-start;margin-bottom:10px}.route-document-certificate .wrapper .certificate .content-wrapper p{font-size:1rem;margin:0}.route-document-certificate .wrapper .certificate .content-wrapper h3{font-size:1.5rem;line-height:1.5rem;margin-bottom:5px}.route-document-certificate .wrapper .certificate .content-wrapper .row-wrapper{display:flex;flex-flow:row nowrap;justify-content:flex-start;margin-bottom:5px}.route-document-certificate .wrapper .certificate .content-wrapper .row-wrapper .list{margin-bottom:5px;width:50%}.route-document-certificate .wrapper .certificate .content-wrapper .row-wrapper .list.small-header .row{align-items:flex-start;display:flex;flex-flow:row nowrap;justify-content:flex-end;margin-bottom:0}.route-document-certificate .wrapper .certificate .content-wrapper .row-wrapper .list.small-header .row span{font-size:12px;line-height:14px;margin:0}.route-document-certificate .wrapper .certificate .content-wrapper .row-wrapper .list.small-header .row span:last-of-type{width:50%}.route-document-certificate .wrapper .certificate .content-wrapper .row-wrapper .list:first-of-type{padding-right:calc(20px*var(--scale))}.route-document-certificate .wrapper .certificate .content-wrapper .row-wrapper .list .row{align-items:center;display:flex;flex-flow:row nowrap;justify-content:flex-start;margin-bottom:2px}.route-document-certificate .wrapper .certificate .content-wrapper .row-wrapper .list .row span{font-size:12px;line-height:14px;margin:0}.route-document-certificate .wrapper .certificate .content-wrapper .row-wrapper .list .row span:first-of-type{width:100px}.route-document-certificate .wrapper .certificate .content-wrapper .row-wrapper .list .row .circle{background-color:#000;display:block;height:15px;margin-right:5px;min-height:15px;min-width:15px;position:relative;width:15px}.route-document-certificate .wrapper .certificate .content-wrapper .row-wrapper .list .row .circle.green:before,.route-document-certificate .wrapper .certificate .content-wrapper .row-wrapper .list .row .circle.orange:before{border-bottom:2px solid #fff;border-right:2px solid #fff;content:"";height:7px;left:5px;position:absolute;top:3px;transform:rotate(45deg);width:4px}.route-document-certificate .wrapper .certificate .content-wrapper .row-wrapper .list .row .circle.red:before{background-color:#fff;content:"";height:2px;left:10%;position:absolute;top:6.5px;transform:rotate(45deg);width:80%}.route-document-certificate .wrapper .certificate .content-wrapper .row-wrapper .list .row .circle.red:after{background-color:#fff;content:"";height:2px;left:10%;position:absolute;top:6.5px;transform:rotate(-45deg);width:80%}.route-document-certificate .wrapper .certificate .footer{display:flex;flex-flow:row nowrap;justify-content:space-between;width:100%}.route-document-certificate .wrapper .certificate .footer p{margin:0}.route-document-edit .wrapper .header .button-wrapper{align-items:baseline;display:flex;flex-flow:column nowrap;justify-content:flex-start;position:relative;width:100%}.route-document-edit .wrapper .header .button-wrapper .button{margin-top:25px}.route-document-edit .wrapper .document-edit-content{margin:calc(20px*var(--scale)) 0;width:100%}.route-document-edit .wrapper .document-edit-content .left-content-wrapper{flex:1 1 100%;max-width:100%}.route-document-edit .wrapper .document-edit-content .left-content-wrapper .section-content-wrapper,.route-document-edit .wrapper .document-edit-content .left-content-wrapper .section-content-wrapper .extra-info{position:relative}.route-document-edit .wrapper .document-edit-content .left-content-wrapper .section-content-wrapper .extra-info .note-wrapper{border-bottom:1px solid #009ca0;color:#009ca0;padding:5px 0}.route-document-edit .wrapper .document-edit-content .left-content-wrapper .section-content-wrapper .extra-info .info{bottom:-30px;position:absolute;right:10px}.route-document-edit .wrapper .document-edit-content .left-content-wrapper .section-content-wrapper .product-name .button{background:transparent;border:none}.route-document-edit .wrapper .document-edit-content .left-content-wrapper .section-content-wrapper .product-name .button svg{height:20px;opacity:1;width:20px}.route-document-edit .wrapper .document-edit-content .left-content-wrapper .section-content-wrapper .product-name .button svg path{fill:#f74156!important;opacity:1;transition:opacity .2s ease-in-out}.route-document-edit .wrapper .document-edit-content .left-content-wrapper .section-content-wrapper .product-name .button svg path:hover{opacity:.5;transition:opacity .2s ease-in-out}.route-document-edit .wrapper .document-edit-content .left-content-wrapper .error-content{margin-bottom:20px;max-height:200px;overflow-y:scroll}.route-document-edit .wrapper .document-edit-content .left-content-wrapper .card-content .card-subtitle{color:#009ca0;font-size:16px;font-weight:700}.route-document-edit .wrapper .document-edit-content .left-content-wrapper .card-content .search-container{background-color:rgba(0,156,160,.1);margin-bottom:20px;padding:1em;position:relative}.route-document-edit .wrapper .document-edit-content .left-content-wrapper .card-content .search-container.last{margin-bottom:0}.route-document-edit .wrapper .document-edit-content .pdf-wrapper{flex:1 1 100%;margin-top:calc(20px*var(--scale));max-width:100%}@media only screen and (min-width:540px){.route-document-edit .wrapper .header{flex-flow:row nowrap}.route-document-edit .wrapper .header .button-wrapper{flex-flow:row nowrap;justify-content:flex-start}.route-document-edit .wrapper .header .button-wrapper input{margin-left:25px}.route-document-edit .wrapper .header .button-wrapper .button{margin-top:0}}@media only screen and (min-width:720px){.route-document-edit .wrapper .document-edit-content{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;margin:calc(20px*var(--scale)) 0;position:relative;width:100%}.route-document-edit .wrapper .document-edit-content .left-content-wrapper{flex:1 1 50%;margin-right:calc(20px*var(--scale));max-width:50%}.route-document-edit .wrapper .document-edit-content .pdf-wrapper{flex:initial;margin-top:0;max-width:none;position:fixed;right:calc(30px*var(--scale));width:40%}.route-document-edit .wrapper .document-edit-content .pdf-wrapper iframe{height:calc(100vh - 230px);width:100%}}.route-document-index .wrapper .header .button-wrapper,.route-document-priorities .wrapper .header .button-wrapper{align-items:baseline;display:flex;flex-flow:column nowrap;justify-content:flex-start;position:relative;width:100%}.route-document-index .wrapper .header .button-wrapper .button,.route-document-priorities .wrapper .header .button-wrapper .button{margin-top:25px}.route-document-index .wrapper .table-item:nth-of-type(9),.route-document-priorities .wrapper .table-item:nth-of-type(9){align-items:flex-start;display:flex;flex:initial;flex-flow:row nowrap;justify-content:flex-end;width:50px}.route-document-index .wrapper .table-item:nth-of-type(9) .link,.route-document-priorities .wrapper .table-item:nth-of-type(9) .link{margin-left:10px}.route-document-index .wrapper .table-item:nth-of-type(9) .link:first-of-type,.route-document-priorities .wrapper .table-item:nth-of-type(9) .link:first-of-type{margin-left:0}.route-document-index .wrapper .cta-wrapper .cta-inner-wrapper .cta,.route-document-priorities .wrapper .cta-wrapper .cta-inner-wrapper .cta{flex:0 1 80%}@media only screen and (min-width:540px){.route-document-index .wrapper .header,.route-document-priorities .wrapper .header{flex-flow:row nowrap}.route-document-index .wrapper .header .button-wrapper,.route-document-priorities .wrapper .header .button-wrapper{flex-flow:row nowrap;justify-content:flex-end}.route-document-index .wrapper .header .button-wrapper .button,.route-document-priorities .wrapper .header .button-wrapper .button{margin-left:25px;margin-top:0}.route-document-index .wrapper .header .button-wrapper .button:first-of-type,.route-document-priorities .wrapper .header .button-wrapper .button:first-of-type{margin-left:0}}@media only screen and (min-width:720px){.route-document-index .table-wrapper .table-title-wrapper,.route-document-priorities .table-wrapper .table-title-wrapper{margin:0;padding:0}.route-document-index .table-wrapper .table-title-wrapper .table-title:first-of-type,.route-document-priorities .table-wrapper .table-title-wrapper .table-title:first-of-type{flex:initial;width:50px}.route-document-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(2),.route-document-priorities .table-wrapper .table-title-wrapper .table-title:nth-of-type(2){flex:initial;width:100px}.route-document-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(3),.route-document-priorities .table-wrapper .table-title-wrapper .table-title:nth-of-type(3){flex:initial;width:250px}.route-document-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(4),.route-document-priorities .table-wrapper .table-title-wrapper .table-title:nth-of-type(4){flex:initial;width:140px}.route-document-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(5),.route-document-priorities .table-wrapper .table-title-wrapper .table-title:nth-of-type(5){flex:initial;width:200px}.route-document-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(6),.route-document-priorities .table-wrapper .table-title-wrapper .table-title:nth-of-type(6){width:100px}.route-document-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(7),.route-document-priorities .table-wrapper .table-title-wrapper .table-title:nth-of-type(7){flex:initial;width:100px}.route-document-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(8),.route-document-priorities .table-wrapper .table-title-wrapper .table-title:nth-of-type(8){width:100px}.route-document-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(9),.route-document-priorities .table-wrapper .table-title-wrapper .table-title:nth-of-type(9){flex:initial;width:50px}.route-document-index .table-wrapper .table-content-wrapper .table-content,.route-document-priorities .table-wrapper .table-content-wrapper .table-content{margin:0;padding:0}.route-document-index .table-wrapper .table-content-wrapper .table-content .table-item:first-of-type,.route-document-priorities .table-wrapper .table-content-wrapper .table-content .table-item:first-of-type{flex:initial;width:50px}.route-document-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(2),.route-document-priorities .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(2){flex:initial;width:100px}.route-document-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(3),.route-document-priorities .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(3){flex:initial;width:250px}.route-document-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(4),.route-document-priorities .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(4){flex:initial;width:140px}.route-document-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(5),.route-document-priorities .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(5){flex:initial;width:200px}.route-document-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(6),.route-document-priorities .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(6){width:100px}.route-document-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(7),.route-document-priorities .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(7){flex:initial;width:100px}.route-document-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(8),.route-document-priorities .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(8){width:100px}.route-document-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(9),.route-document-priorities .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(9){align-items:flex-start;display:flex;flex:initial;flex-flow:row nowrap;justify-content:flex-end;width:50px}.route-document-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(9) .link,.route-document-priorities .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(9) .link{margin-left:10px}.route-document-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(9) .link:first-of-type,.route-document-priorities .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(9) .link:first-of-type{margin-left:0}}.section-menu{overflow-x:auto;width:100%}.section-menu .section-item-wrapper{display:flex;padding:15px 9px}.section-menu .section-item-wrapper .section-link{align-content:baseline;background-color:#fff;box-shadow:0 5px 10px 0 rgba(0,0,0,.15);cursor:pointer;display:flex;flex:0 0 auto;margin-right:10px;padding:10px 22px;position:relative}.section-menu .section-item-wrapper .section-link i{margin-right:5px}.section-menu .section-item-wrapper .section-link .badge{align-items:center;border-radius:100%;box-shadow:0 5px 10px 0 rgba(0,0,0,.15);display:flex;font-size:12px;height:20px;justify-content:center;position:absolute;right:0;top:0;transform:translate(50%,-50%);width:20px;z-index:1}.section-menu .section-item-wrapper .section-link .badge+.badge{transform:translate(calc(-50% + 2px),-50%)}.section-content-wrapper{margin-bottom:20px}.section-content-wrapper .section-content{background-color:#fff;box-shadow:0 5px 10px 0 rgba(0,0,0,.15);padding:24px}.section-content-wrapper .section-content:not(.visible){display:none}.section-content-wrapper .section-content .section-row{display:flex;flex-direction:column;justify-content:space-evenly}.section-content-wrapper .section-content .section-row .issue-content{color:#ff9800;margin-bottom:20px}.section-content-wrapper .section-content .section-row .input-field{margin:20px 0}.current{background-color:#009ca0!important;color:#fff}.route-document-show .wrapper .header .button-wrapper{align-items:baseline;display:flex;flex-flow:column nowrap;justify-content:flex-start;position:relative;width:100%}.route-document-show .wrapper .header .button-wrapper .button{margin-top:25px}.route-document-show .wrapper .document-show-content{margin:calc(20px*var(--scale)) 0;width:100%}.route-document-show .wrapper .document-show-content .left-content-wrapper{flex:1 1 100%;max-width:100%}.route-document-show .wrapper .document-show-content .left-content-wrapper .select2-selection__rendered .select2-selection__choice{display:inline-block;flex-direction:row;min-height:unset;min-height:auto;overflow:hidden;padding-right:10px;text-align:left;text-overflow:ellipsis;white-space:normal;width:auto}.route-document-show .wrapper .document-show-content .left-content-wrapper .select2-container .select2-selection__arrow,.route-document-show .wrapper .document-show-content .left-content-wrapper .select2-selection__rendered .select2-search,.route-document-show .wrapper .document-show-content .left-content-wrapper .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove{display:none}.route-document-show .wrapper .document-show-content .pdf-wrapper{flex:1 1 100%;margin-top:calc(20px*var(--scale));max-width:100%}@media only screen and (min-width:540px){.route-document-show .wrapper .header{flex-flow:row nowrap}.route-document-show .wrapper .header .button-wrapper{flex-flow:row nowrap;justify-content:flex-start}.route-document-show .wrapper .header .button-wrapper input{margin-left:25px}.route-document-show .wrapper .header .button-wrapper .button{margin-top:0}}@media only screen and (min-width:720px){.route-document-show .wrapper .document-show-content{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;margin:calc(20px*var(--scale)) 0;width:100%}.route-document-show .wrapper .document-show-content .left-content-wrapper{flex:1 1 50%;margin-right:calc(20px*var(--scale));max-width:50%}.route-document-show .wrapper .document-show-content .pdf-wrapper{flex:1 1 50%;margin-top:0;max-width:50%}}.route-databearer-priorities-index .wrapper .task-selection{padding:10px}.route-databearer-priorities-index .wrapper .task-selection a{background-color:#009ca0;border:3px solid transparent;color:#fff;display:block;margin-top:10px;padding:3px 5px}.route-databearer-priorities-index .wrapper .task-selection a.selected{background-color:transparent;border:3px solid #009ca0;color:#009ca0}.route-databearer-priorities-index .wrapper .cta-wrapper{justify-content:flex-start}.route-databearer-priorities-index .wrapper .content .inner-wrapper .table-wrapper{flex-direction:column}.route-databearer-priorities-index .wrapper .content .inner-wrapper .table-wrapper .table-title-wrapper{margin:0;padding:0}.route-databearer-priorities-index .wrapper .content .inner-wrapper .table-wrapper .table-title-wrapper .table-title:nth-of-type(7){display:flex;flex:initial;flex-flow:row nowrap;justify-content:flex-start}.route-databearer-priorities-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content{margin:0;padding:0}.route-databearer-priorities-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content.selected{background:#add8e6}.route-databearer-priorities-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item+.supplier-item svg{height:15px;width:24px}.route-databearer-priorities-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:last-of-type{display:flex;flex:initial;flex-flow:row nowrap;justify-content:flex-start}.route-databearer-priorities-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:last-of-type a{margin-left:10px}.route-databearer-priorities-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:last-of-type a:first-of-type{margin-left:0}.route-databearer-priorities-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:last-of-type a svg{height:1.2rem;width:1.2rem}.route-databearer-priorities-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .doc-type-icon-wrapper{align-content:center;display:flex}.route-databearer-priorities-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .doc-type-icon-wrapper[data-contradiction-type="0"] svg #file-excel{fill:#000!important}.route-databearer-priorities-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .doc-type-icon-wrapper[data-contradiction-type="1"] svg #file-excel{fill:#ff4500!important}.route-databearer-priorities-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .doc-type-icon-wrapper[data-contradiction-type="2"] svg #file-excel{fill:#1e90ff!important}@media only screen and (min-width:540px){.route-databearer-priorities-index .wrapper .header{align-items:baseline;flex-direction:row}}@media only screen and (min-width:720px){.route-databearer-priorities-index .wrapper .header .input-wrapper .input-field{min-width:200px}.route-databearer-priorities-index .wrapper .content .inner-wrapper{flex-direction:column}.route-databearer-priorities-index .table-wrapper .table-title-wrapper{margin:0;padding:0}.route-databearer-priorities-index .table-wrapper .table-title-wrapper .table-title:first-of-type{flex:initial;width:30px}.route-databearer-priorities-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(2){flex:initial;width:140px}.route-databearer-priorities-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(3){min-width:320px}.route-databearer-priorities-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(4),.route-databearer-priorities-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(5){flex:initial;width:140px}.route-databearer-priorities-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(6){flex:initial;width:100px}.route-databearer-priorities-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(7){flex:initial;width:80px}.route-databearer-priorities-index .table-wrapper .table-title-wrapper .table-title:last-of-type{flex:initial;width:60px}.route-databearer-priorities-index .table-wrapper .table-content-wrapper .table-content{margin:0;padding:0}.route-databearer-priorities-index .table-wrapper .table-content-wrapper .table-content .table-item:first-of-type{flex:initial;width:30px}.route-databearer-priorities-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(2){flex:initial;width:140px}.route-databearer-priorities-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(3){min-width:320px}.route-databearer-priorities-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(4),.route-databearer-priorities-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(5){flex:initial;width:140px}.route-databearer-priorities-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(6){flex:initial;width:100px}.route-databearer-priorities-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(7){flex:initial;width:80px}.route-databearer-priorities-index .table-wrapper .table-content-wrapper .table-content .table-item svg{height:1.2rem;width:1.2rem}.route-databearer-priorities-index .table-wrapper .table-content-wrapper .table-content .table-item:last-of-type{display:flex;flex:initial;flex-flow:row nowrap;justify-content:flex-start}.route-databearer-priorities-index .table-wrapper .table-content-wrapper .table-content .table-item:last-of-type a{margin-left:10px}.route-databearer-priorities-index .table-wrapper .table-content-wrapper .table-content .table-item:last-of-type a:first-of-type{margin-left:0}.route-databearer-priorities-index .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper{align-content:center;display:flex}}.route-import-create .wrapper .header .button-wrapper,.route-import-create-supplier .wrapper .header .button-wrapper{align-items:baseline;display:flex;flex-flow:column nowrap;justify-content:flex-start;position:relative;width:100%}.route-import-create .wrapper .header .button-wrapper .button,.route-import-create-supplier .wrapper .header .button-wrapper .button{margin-top:25px}@media only screen and (min-width:540px){.route-import-create .wrapper .header,.route-import-create-supplier .wrapper .header{flex-flow:column nowrap}.route-import-create .wrapper .header .button-wrapper,.route-import-create-supplier .wrapper .header .button-wrapper{flex-flow:row nowrap;justify-content:flex-start;margin-top:25px}.route-import-create .wrapper .header .button-wrapper .button,.route-import-create-supplier .wrapper .header .button-wrapper .button{margin-top:0}}.route-import-index-admin .wrapper .header .button-wrapper,.route-import-index-supplier .wrapper .header .button-wrapper{align-items:baseline;display:flex;flex-flow:column nowrap;justify-content:flex-start;position:relative;width:100%}.route-import-index-admin .wrapper .header .button-wrapper .button,.route-import-index-supplier .wrapper .header .button-wrapper .button{margin-top:25px}@media only screen and (min-width:540px){.route-import-index-admin .wrapper .header,.route-import-index-supplier .wrapper .header{flex-flow:column nowrap}.route-import-index-admin .wrapper .header .button-wrapper,.route-import-index-supplier .wrapper .header .button-wrapper{flex-flow:row nowrap;justify-content:space-between;margin-top:25px}.route-import-index-admin .wrapper .header .button-wrapper .button,.route-import-index-supplier .wrapper .header .button-wrapper .button{margin-top:0}.route-import-index-admin .wrapper .header form,.route-import-index-supplier .wrapper .header form{width:auto}.route-import-index-admin .wrapper .table-wrapper .table-title-wrapper,.route-import-index-supplier .wrapper .table-wrapper .table-title-wrapper{margin:0;padding:0}.route-import-index-admin .wrapper .table-wrapper .table-title-wrapper .table-title:first-of-type,.route-import-index-supplier .wrapper .table-wrapper .table-title-wrapper .table-title:first-of-type{flex:initial;width:50px}.route-import-index-admin .wrapper .table-wrapper .table-title-wrapper .table-title:nth-of-type(2),.route-import-index-supplier .wrapper .table-wrapper .table-title-wrapper .table-title:nth-of-type(2){flex:initial;width:150px}.route-import-index-admin .wrapper .table-wrapper .table-title-wrapper .table-title:nth-of-type(3),.route-import-index-supplier .wrapper .table-wrapper .table-title-wrapper .table-title:nth-of-type(3){flex:initial;width:400px}.route-import-index-admin .wrapper .table-wrapper .table-title-wrapper .table-title:nth-of-type(4),.route-import-index-supplier .wrapper .table-wrapper .table-title-wrapper .table-title:nth-of-type(4){flex:initial;width:120px}.route-import-index-admin .wrapper .table-wrapper .table-title-wrapper .table-title:nth-of-type(5),.route-import-index-supplier .wrapper .table-wrapper .table-title-wrapper .table-title:nth-of-type(5){flex:initial;width:100px}.route-import-index-admin .wrapper .table-wrapper .table-title-wrapper .table-title:nth-of-type(6),.route-import-index-supplier .wrapper .table-wrapper .table-title-wrapper .table-title:nth-of-type(6){flex:initial;width:80px}.route-import-index-admin .wrapper .table-wrapper .table-title-wrapper .table-title:nth-of-type(7),.route-import-index-supplier .wrapper .table-wrapper .table-title-wrapper .table-title:nth-of-type(7){flex:initial;width:150px}.route-import-index-admin .wrapper .table-wrapper .table-title-wrapper .table-title:nth-of-type(8),.route-import-index-supplier .wrapper .table-wrapper .table-title-wrapper .table-title:nth-of-type(8){flex:initial;width:50px}.route-import-index-admin .wrapper .table-wrapper .table-content-wrapper .table-content,.route-import-index-supplier .wrapper .table-wrapper .table-content-wrapper .table-content{margin:0;padding:0}.route-import-index-admin .wrapper .table-wrapper .table-content-wrapper .table-content .table-item,.route-import-index-supplier .wrapper .table-wrapper .table-content-wrapper .table-content .table-item{display:flex;flex-flow:column wrap;justify-content:flex-start;white-space:normal}.route-import-index-admin .wrapper .table-wrapper .table-content-wrapper .table-content .table-item:first-of-type,.route-import-index-supplier .wrapper .table-wrapper .table-content-wrapper .table-content .table-item:first-of-type{flex:initial;width:50px}.route-import-index-admin .wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(2),.route-import-index-supplier .wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(2){flex:initial;width:150px}.route-import-index-admin .wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(3),.route-import-index-supplier .wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(3){flex:initial;width:400px}.route-import-index-admin .wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(4),.route-import-index-supplier .wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(4){flex:initial;width:120px}.route-import-index-admin .wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(5),.route-import-index-supplier .wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(5){flex:initial;width:100px}.route-import-index-admin .wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(6),.route-import-index-supplier .wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(6){flex:initial;width:80px}.route-import-index-admin .wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(7),.route-import-index-supplier .wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(7){flex:initial;width:150px}.route-import-index-admin .wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(8),.route-import-index-supplier .wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(8){flex:initial;width:50px}.route-import-index-admin .wrapper .table-wrapper .table-content-wrapper .table-content .table-item .comment,.route-import-index-supplier .wrapper .table-wrapper .table-content-wrapper .table-content .table-item .comment{white-space:pre-wrap}.route-import-index-admin .wrapper .table-wrapper .table-content-wrapper .table-content .table-item .table-actions,.route-import-index-supplier .wrapper .table-wrapper .table-content-wrapper .table-content .table-item .table-actions{display:flex}.route-import-index-admin .wrapper .table-wrapper .table-content-wrapper .table-content .table-item .table-actions svg:hover,.route-import-index-supplier .wrapper .table-wrapper .table-content-wrapper .table-content .table-item .table-actions svg:hover{stroke:#ca081f;cursor:pointer}}#main .section{margin-top:calc(84px*var(--scale));padding:30px}body.logged-in{background-color:#f7f7f7;display:flex;flex-wrap:wrap;overflow-x:hidden;width:100%}body.logged-in #main{flex-basis:auto;flex-grow:0;flex-shrink:0;width:100%}@media only screen and (min-width:720px){#main .section{margin-top:0;padding:calc(30px*var(--scale))}body.logged-in{background-color:#f7f7f7;display:flex;flex-wrap:wrap;width:100%}body.logged-in .sidebar{align-self:stretch;background-color:#009ca0;display:block;flex:1 1 auto;max-width:calc(200px*var(--scale));position:fixed}body.logged-in #main{flex:0 1 calc(100% - 200px*var(--scale));left:calc(200px*var(--scale));max-width:calc(100% - 200px*var(--scale));position:relative;width:calc(100% - 200px*var(--scale))}}.card-pagination{align-items:center;background-color:#fff;border-top:1px solid #ddd;bottom:0;display:flex;flex-flow:column nowrap;margin-top:20px;padding-top:10px;width:100%;z-index:4}.card-pagination .pagination{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;width:100%}.card-pagination .pagination .simple-pagenumber{background:rgba(0,156,160,.6);border-radius:2px;color:#fff;margin:0 1em;padding:5px 7px;transition:background .2s ease-in-out}.card-pagination .pagination .button.button-simple{margin-right:25px}.card-pagination .pagination li{border-radius:2px;height:30px;list-style:none;margin-left:25px;text-align:center;vertical-align:top}.card-pagination .pagination li:first-of-type a{margin-left:0;padding:5px calc(20px*var(--scale))/3}.card-pagination .pagination li:first-of-type a i{font-size:34px}.card-pagination .pagination li:last-of-type a{padding:5px calc(20px*var(--scale))/3}.card-pagination .pagination li:last-of-type a i{font-size:34px}.card-pagination .pagination li a{color:#164142;font-family:Lato,sans-serif;font-size:1rem;font-weight:400;line-height:20px;padding:5px calc(20px*var(--scale))/2}.card-pagination .pagination li.active a{background-color:#009ca0;color:#fff;margin:0;padding:3px 5px;z-index:10}.card-pagination .pagination li.active,.card-pagination .pagination li.disabled,.card-pagination .pagination li.waves-effect{align-items:center;display:flex}.card-pagination .pagination li.disabled a{align-items:center;color:#999;cursor:default;display:flex}.card-pagination .pagination li.pages ul li{float:none}.card-pagination .total{color:#9e9e9e;font-family:Lato,sans-serif;font-size:1rem;font-weight:400;line-height:15px;margin:calc(20px*var(--scale)) 0}@media only screen and (min-width:720px){.card-pagination{flex-direction:row;justify-content:space-between;position:static}.card-pagination .pagination{justify-content:flex-start;width:75%}.card-pagination .pagination .total{padding-bottom:5px}}.sidebar{background-color:#009ca0;border-bottom:2px solid #fff;height:calc(84px*var(--scale));position:fixed;width:100%;z-index:40}.sidebar .sidebar-inner{display:flex;flex-direction:row;justify-content:space-between;padding:25px;width:100%}.sidebar .sidebar-inner .sidebar-title{color:#fff;font-family:Lato,sans-serif;font-size:1.2rem;font-weight:400;line-height:15px;text-align:center}.sidebar .sidebar-inner .sidebar-title .username{color:#fff;display:none;font-family:Lato,sans-serif;font-size:1rem;font-weight:400;line-height:15px;margin-left:20px;padding-top:10px;text-align:left}.sidebar .sidebar-inner .menu-toggle{align-items:center;align-self:center;cursor:pointer;display:flex;flex-direction:column;height:69px;justify-content:space-between;outline:0 none;padding:26px 0}.sidebar .sidebar-inner .menu-toggle .bar{background-color:#fff;flex:0 0 3px;position:relative;top:0;transform:rotate(0deg);transition:top .2s linear .2s,visibility 0s linear .2s,transform .2s ease-in-out;visibility:visible;width:37.5px}.sidebar .menu-content{background-color:#009ca0;max-height:0;overflow:hidden;transition:all .4s ease}.sidebar .menu-content .menu-list{background-color:#009ca0;display:flex;flex-direction:column;margin:auto;max-width:400px}.sidebar .menu-content .menu-list .admin-label{color:#fff;color:#164142;font-family:Lato,sans-serif;font-size:1rem;font-weight:400;line-height:15px;padding-left:12px;padding-top:-15px;width:100%}.sidebar .menu-content .menu-list .admin{display:flex;flex-direction:column;margin:7px 0 7px 5px;position:relative}.sidebar .menu-content .menu-list .admin .menu-item{background-color:rgba(22,65,66,.4);height:calc(45px*var(--scale));padding-bottom:0;padding-top:0;position:relative;transition:background-color .2s ease-in-out;width:100%}.sidebar .menu-content .menu-list .admin .menu-item:first-child,.sidebar .menu-content .menu-list .admin .menu-item:first-child a{border-radius:7px 0 0 0}.sidebar .menu-content .menu-list .admin .menu-item:last-child,.sidebar .menu-content .menu-list .admin .menu-item:last-child a{border-radius:0 0 0 7px}.sidebar .menu-content .menu-list .admin .menu-item a.active,.sidebar .menu-content .menu-list .admin .menu-item a:hover,.sidebar .menu-content .menu-list .admin .menu-item:hover{background-color:#1ab7bc}.sidebar .menu-content .menu-list .admin .menu-item svg{margin-left:22px!important}.sidebar .menu-content .menu-list>.menu-item{height:calc(45px*var(--scale));position:relative;width:100%}.sidebar .menu-content .menu-list>.menu-item .menu-link{height:100%}.sidebar .menu-content .menu-list>.menu-item:nth-last-child(2){padding-bottom:10px}.sidebar .menu-content .menu-list>.menu-item:last-child{padding-top:10px;position:relative}.sidebar .menu-content .menu-list>.menu-item:last-child:before{background-color:#fff;content:"";height:1px;left:20px;position:absolute;right:20px;top:0;width:calc(100% - 40px)}.sidebar .menu-content .menu-list .menu-item{height:calc(45px*var(--scale));position:relative;width:100%}.sidebar .menu-content .menu-list .menu-item.impersonating{background-color:#f74156;border-radius:2px;display:block;height:auto;padding:6.25px 0;position:relative}.sidebar .menu-content .menu-list .menu-item.impersonating a{color:#fff;font-family:Lato,sans-serif;font-size:1rem;font-weight:400;line-height:20px;padding:6px 12px 6px 4px}.sidebar .menu-content .menu-list .menu-item.impersonating a svg{margin:10px!important;padding:2px}.sidebar .menu-content .menu-list .menu-item .menu-link{align-items:center;color:#fff;display:flex;font-family:Lato,sans-serif;font-size:1rem;font-weight:400;height:100%;justify-content:flex-start;line-height:15px;position:relative;transition:background-color .2s ease-in-out}.sidebar .menu-content .menu-list .menu-item .menu-link.active,.sidebar .menu-content .menu-list .menu-item .menu-link:hover{background-color:hsla(0,0%,100%,.2)}.sidebar .menu-content .menu-list .menu-item .menu-link .svg{margin-left:14px;margin-right:20px;width:20px}.sidebar .menu-content .menu-list .menu-item .menu-link .svg>*{fill:#fff}.sidebar .menu-content .menu-list .menu-item .menu-link .menu-link-bold{color:#fff;font-family:Lato,sans-serif;font-size:1rem;font-weight:400;line-height:20px}.sidebar .menu-content .navbar-logo{display:none}@media only screen and (min-width:720px){.sidebar{box-shadow:0 5px 10px 0 rgba(0,0,0,.15);display:flex;flex-flow:column nowrap;height:100%;overflow-y:auto;z-index:1}.sidebar .sidebar-inner{justify-content:center}.sidebar .sidebar-inner .sidebar-title .username{padding-top:5px}.sidebar .sidebar-inner .menu-toggle{display:none}.sidebar .menu-content{display:flex;flex-flow:column nowrap;justify-content:stretch;max-height:none;overflow:initial}.sidebar .menu-content .menu-list{margin:0;max-width:none}.sidebar .menu-content .menu-list .menu-item{display:flex;position:relative}.sidebar .menu-content .menu-list .menu-item .menu-link{flex:0 0 auto;height:auto;width:100%}.sidebar .menu-content .menu-list .menu-item .menu-link .svg{width:18px}.sidebar .menu-content .menu-list .menu-item .menu-link .link-text-wrapper{display:flex;flex-direction:column;justify-content:center;padding:10px 0}.sidebar .menu-content .menu-list .menu-item .menu-link .link-text-wrapper .menu-link-bold{font-size:.8em}.sidebar .menu-content .navbar-logo{color:#fff;display:block;margin:10px auto;width:60%;z-index:41}.sidebar .menu-content .navbar-logo p{font-size:.8rem;margin:0;padding:0;text-align:center;width:100%}}.active-menu .menu-toggle:before{background-color:#fff;border-radius:7.5px;content:"";display:inline-block;height:37.5px;margin-top:-10px;position:absolute;width:37.5px}.active-menu .menu-toggle .bar{background-color:#009ca0!important}.active-menu .menu-toggle .bar:first-of-type{transform:rotate(45deg) translate(5px,-5px)}.active-menu .menu-toggle .bar:nth-of-type(2){transform:rotate(45deg) translate(0)}.active-menu .menu-toggle .bar:nth-of-type(3){transform:rotate(45deg) translate(-5px,5px)}.active-menu .menu-content{height:calc(100vh - 84px*var(--scale));max-height:calc(100vh - 84px*var(--scale));min-height:calc(100vh - 84px*var(--scale));overflow-y:auto;padding-bottom:20vh;transition:all 1s ease}.sidebar::-webkit-scrollbar-track{background-color:#f5f5f5}.sidebar::-webkit-scrollbar{background-color:#009ca0;width:5px}.sidebar::-webkit-scrollbar-thumb{background-color:#009ca0}.route-mutation-products-index .wrapper .task-selection{padding:10px}.route-mutation-products-index .wrapper .task-selection a{background-color:#009ca0;border:3px solid transparent;color:#fff;display:block;margin-top:10px;padding:3px 5px}.route-mutation-products-index .wrapper .task-selection a.selected{background-color:transparent;border:3px solid #009ca0;color:#009ca0}.route-mutation-products-index .wrapper .content .inner-wrapper .table-wrapper{flex-direction:column}.route-mutation-products-index .wrapper .content .inner-wrapper .table-wrapper .table-title-wrapper{margin:0;padding:0}.route-mutation-products-index .wrapper .content .inner-wrapper .table-wrapper .table-title-wrapper .table-title:nth-of-type(7){display:flex;flex:initial;flex-flow:row nowrap;justify-content:flex-start}.route-mutation-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content{margin:0;padding:0}.route-mutation-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content.selected{background:#add8e6}.route-mutation-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item+.supplier-item svg{height:15px;width:24px}.route-mutation-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:last-of-type{display:flex;flex:initial;flex-flow:row nowrap;justify-content:flex-start}.route-mutation-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:last-of-type a{margin-left:10px}.route-mutation-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:last-of-type a:first-of-type{cursor:pointer;margin-left:0}.route-mutation-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:last-of-type a svg{height:1.2rem;width:1.2rem}.route-mutation-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .doc-type-icon-wrapper{align-content:center;display:flex}.route-mutation-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .doc-type-icon-wrapper[data-contradiction-type="0"] svg #file-excel{fill:#000!important}.route-mutation-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .doc-type-icon-wrapper[data-contradiction-type="1"] svg #file-excel{fill:#ff4500!important}.route-mutation-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .doc-type-icon-wrapper[data-contradiction-type="2"] svg #file-excel{fill:#1e90ff!important}@media only screen and (min-width:540px){.route-mutation-products-index .wrapper .header{align-items:baseline;flex-direction:row}}@media only screen and (min-width:720px){.route-mutation-products-index .wrapper .header .input-wrapper .input-field{min-width:200px}.route-mutation-products-index .wrapper .content .inner-wrapper{flex-direction:column}.route-mutation-products-index .table-wrapper .table-title-wrapper{margin:0;padding:0}.route-mutation-products-index .table-wrapper .table-title-wrapper .table-title{flex:initial;overflow:visible;white-space:normal;width:60px}.route-mutation-products-index .table-wrapper .table-title-wrapper .table-title:first-of-type{flex:initial;width:30px}.route-mutation-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(2){flex:initial;width:100px}.route-mutation-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(3){min-width:200px}.route-mutation-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(4){flex:initial;width:140px}.route-mutation-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(5){flex:initial;width:25px}.route-mutation-products-index .table-wrapper .table-title-wrapper .table-title:last-of-type{flex:initial;width:60px}.route-mutation-products-index .table-wrapper .table-content-wrapper .table-content{margin:0;padding:0}.route-mutation-products-index .table-wrapper .table-content-wrapper .table-content .table-item{flex:initial;width:60px}.route-mutation-products-index .table-wrapper .table-content-wrapper .table-content .table-item:first-of-type{flex:initial;width:30px}.route-mutation-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(2){flex:initial;width:100px}.route-mutation-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(3){min-width:200px}.route-mutation-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(4){flex:initial;width:140px}.route-mutation-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(5){flex:initial;width:25px}.route-mutation-products-index .table-wrapper .table-content-wrapper .table-content .table-item svg{height:1.2rem;width:1.2rem}.route-mutation-products-index .table-wrapper .table-content-wrapper .table-content .table-item:last-of-type{display:flex;flex:initial;flex-flow:row nowrap;justify-content:flex-start}.route-mutation-products-index .table-wrapper .table-content-wrapper .table-content .table-item:last-of-type a{margin-left:10px}.route-mutation-products-index .table-wrapper .table-content-wrapper .table-content .table-item:last-of-type a:first-of-type{margin-left:0}.route-mutation-products-index .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper{align-content:center;display:flex}}.route-report_builder-index .wrapper .report-builder{width:100%}.route-report_builder-index .wrapper .report-builder .subheader{display:flex;flex-flow:row nowrap;justify-content:flex-start;width:100%}.route-report_builder-index .wrapper .report-builder .content-wrapper{display:flex;flex-flow:column nowrap;margin-top:calc(20px*var(--scale));width:100%}.route-report_builder-index .wrapper .report-builder .content-wrapper .report-select{display:flex;flex-flow:column nowrap;justify-content:flex-start;width:300px}.route-report_builder-index .wrapper .report-builder .content-wrapper .content-inner{display:flex;flex-flow:row nowrap;justify-content:flex-start;width:100%}.route-report_builder-index .wrapper .report-builder .content-wrapper .content-inner .content{background-color:#fff;display:flex;flex:0 1 50%;flex-flow:column nowrap;height:100%;justify-content:flex-start;margin-left:25px;margin-top:25px;max-height:calc(100vh - 220px);overflow-y:auto;padding:37.5px}.route-report_builder-index .wrapper .report-builder .content-wrapper .content-inner .content:first-of-type{background-color:#009ca0;margin-left:0}.route-report_builder-index .wrapper .report-builder .content-wrapper .content-inner .content .button-wrapper{position:absolute;right:37.5px;top:37.5px}.route-report_builder-index .wrapper .report-builder .content-wrapper .content-inner .content .button-wrapper .button{border-color:#fff;color:#fff}.route-report_builder-index .wrapper .report-builder .content-wrapper .content-inner .content .title-wrapper{align-items:center;display:flex;flex-flow:row nowrap;height:40px;justify-content:space-between}.route-report_builder-index .wrapper .report-builder .content-wrapper .content-inner .content .title-wrapper .title{color:#fff;font-family:Lato,sans-serif;font-size:1.6em;font-weight:400;height:40px;line-height:20px}.route-report_builder-index .wrapper .report-builder .content-wrapper .content-inner .content .title-wrapper .title.toSelect{color:#164142;font-family:Lato,sans-serif;font-size:1.6em;font-weight:400;line-height:20px}.route-report_builder-index .wrapper .report-builder .content-wrapper .content-inner .content .title-wrapper .button-wrapper .button{border-color:#fff;color:#fff}.route-report_builder-index .wrapper .report-builder .content-wrapper .content-inner .content .input-wrapper{display:flex;flex-flow:row nowrap;justify-content:flex-start;margin-top:25px}.route-report_builder-index .wrapper .report-builder .content-wrapper .content-inner .content .input-wrapper.column{flex-flow:column nowrap}.route-report_builder-index .wrapper .report-builder .content-wrapper .content-inner .content .input-wrapper.tertiary label{color:#164142}.route-report_builder-index .wrapper .report-builder .content-wrapper .content-inner .content .input-wrapper.tertiary .input-field{border-color:#164142;color:#164142;margin-left:25px}.route-report_builder-index .wrapper .report-builder .content-wrapper .content-inner .content .input-wrapper.tertiary .input-field:first-of-type{margin-left:0}.route-report_builder-index .wrapper .report-builder .content-wrapper .content-inner .content .input-wrapper.tertiary .input-field::-moz-placeholder{color:#164142}.route-report_builder-index .wrapper .report-builder .content-wrapper .content-inner .content .input-wrapper.tertiary .input-field::placeholder{color:#164142}.route-report_builder-index .wrapper .report-builder .content-wrapper .content-inner .content .input-wrapper.tertiary .input-field label,.route-report_builder-index .wrapper .report-builder .content-wrapper .content-inner .content .input-wrapper.tertiary .input-field select,.route-report_builder-index .wrapper .report-builder .content-wrapper .content-inner .content .input-wrapper.tertiary .input-field span{color:#164142}.route-report_builder-index .wrapper .report-builder .content-wrapper .content-inner .content .input-wrapper.tertiary .input-field span .select2-selection__rendered{border-bottom:2px solid #164142}.route-report_builder-index .wrapper .report-builder .content-wrapper .content-inner .content .input-wrapper label{color:#fff}.route-report_builder-index .wrapper .report-builder .content-wrapper .content-inner .content .input-wrapper .input-field{border-color:#fff;color:#fff;margin-left:25px}.route-report_builder-index .wrapper .report-builder .content-wrapper .content-inner .content .input-wrapper .input-field:first-of-type{margin-left:0}.route-report_builder-index .wrapper .report-builder .content-wrapper .content-inner .content .input-wrapper .input-field::-moz-placeholder{color:#fff}.route-report_builder-index .wrapper .report-builder .content-wrapper .content-inner .content .input-wrapper .input-field::placeholder{color:#fff}.route-report_builder-index .wrapper .report-builder .content-wrapper .content-inner .content .input-wrapper .input-field label,.route-report_builder-index .wrapper .report-builder .content-wrapper .content-inner .content .input-wrapper .input-field select,.route-report_builder-index .wrapper .report-builder .content-wrapper .content-inner .content .input-wrapper .input-field span{color:#fff}.route-report_builder-index .wrapper .report-builder .content-wrapper .content-inner .content .input-wrapper .input-field span .select2-selection__rendered{border-bottom:2px solid #fff}.route-report_builder-index .dragArea{display:flex;flex:0 1 100%;flex-flow:column nowrap;justify-content:flex-start;margin-top:25px}.route-report_builder-index .dragArea.toSelect span{display:flex;flex:0 1 100%;flex-flow:row wrap;justify-content:flex-start}.route-report_builder-index .dragArea.toSelect span .report-field-wrapper{box-shadow:0 5px 10px 0 rgba(0,0,0,.2);display:flex;flex:1 0 45%;flex-flow:row wrap;height:45px;justify-content:flex-start;margin:0 10px 10px 0;max-width:50%}.route-report_builder-index .dragArea.toSelect span .report-field-wrapper:nth-of-type(2n){margin-right:0}.route-report_builder-index .dragArea.toSelect span .report-field-wrapper .report-field-item{padding:12.5px 20px}.route-report_builder-index .dragArea .report-field-wrapper{align-items:center;background-color:#fff;box-shadow:0 5px 10px 0 rgba(0,0,0,.2);display:flex;flex-flow:row nowrap;justify-content:flex-start;margin:10px 0}.route-report_builder-index .dragArea .report-field-wrapper .report-field-item{color:#fff;color:#164142;cursor:grab;flex:0 1 100%;font-family:Lato,sans-serif;font-size:1rem;font-weight:400;line-height:20px;padding:0 20px;position:relative}.route-report_builder-index .dragArea .report-field-wrapper .report-field-rename{flex:0 1 100%}.route-report_builder-index .dragArea .report-field-wrapper .report-field-rename:before{background-color:#979797;bottom:15%;content:" ";height:70%;position:absolute;top:15%;width:2px}.route-report_builder-index .dragArea .report-field-wrapper .report-field-rename input:not([type]){border:none;margin:0;overflow-x:auto;padding-left:37.5px;width:calc(100% - 37.5px)}.route-report_builder-index .dragArea .report-field-wrapper .report-field-rename input:not([type]):focus:not([readonly]){box-shadow:none}.route-report_builder-index .content::-webkit-scrollbar-track{background-color:#f5f5f5}.route-report_builder-index .content::-webkit-scrollbar{background-color:#164142;width:5px}.route-report_builder-index .content::-webkit-scrollbar-thumb{background-color:#164142}.route-scanner-index .viewport{border:3px solid #009ca0;bottom:0;height:50vh;overflow:hidden;position:relative;top:0;width:100%}.route-scanner-index .viewport .drawingBuffer{left:0;position:absolute;top:0}.route-scanner-index .button-wrapper{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;margin:calc(20px*var(--scale)) 0;width:100%}.route-scanner-index .product-wrapper{display:none}.route-scanner-index .footer-scanner{align-items:center;background-color:#009ca0;bottom:0;display:flex;height:75px;justify-content:space-between;left:0;padding:0 calc(20px*var(--scale));position:fixed;right:0;width:100%;z-index:60}.route-scanner-index .footer-scanner .footer-scanner-title,.route-scanner-index .footer-scanner .total{color:#fff;font-family:Lato,sans-serif;font-size:1rem;font-weight:400;line-height:15px}.route-scanner-index .footer-scanner .total{margin-right:calc(20px*var(--scale))}.route-scanner-index.active-total .product-wrapper{background-color:#009ca0;bottom:0;display:block;height:100%;left:0;margin:auto;opacity:.9;position:fixed;right:0;top:0;width:100vw;z-index:50}.route-scanner-index.active-total .product-wrapper .item-wrapper{color:#fff;display:flex;flex-direction:column;font-family:Lato,sans-serif;font-size:1rem;font-weight:400;justify-content:flex-start;line-height:25px;padding:calc(20px*var(--scale));position:relative}.route-scanner-index.active-total .product-wrapper .item-wrapper span{color:#fff;font-family:Lato,sans-serif;font-size:1rem;font-weight:400;line-height:15px}.route-scanner-index.active-total .total{z-index:102}.route-supplier-products-index .wrapper .content .inner-wrapper .table-wrapper{flex-direction:column}.route-supplier-products-index .wrapper .content .inner-wrapper .table-wrapper .table-title-wrapper{margin:0;padding:0}.route-supplier-products-index .wrapper .content .inner-wrapper .table-wrapper .table-title-wrapper .table-title:nth-of-type(7){display:flex;flex:initial;flex-flow:row nowrap;justify-content:flex-start}.route-supplier-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content{margin:0;padding:0}.route-supplier-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content.notmine .table-item{color:rgba(22,65,66,.2)}.route-supplier-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content.selected{background:#add8e6}.route-supplier-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(7){display:flex;flex:initial;flex-flow:row nowrap;justify-content:flex-start}.route-supplier-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(7) a{margin-left:5px}.route-supplier-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(7) a:first-of-type{cursor:pointer;margin-left:0}.route-supplier-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(8){display:flex;flex:initial;flex-flow:row nowrap;justify-content:flex-start}.route-supplier-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(8) a{margin-left:10px}.route-supplier-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(8) a:first-of-type{margin-left:0}.route-supplier-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(8) a svg{color:#009ca0;height:1.2rem;width:1.2rem}.route-supplier-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(8) a svg:hover{color:#00ced3}.route-supplier-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper{align-content:center;display:flex}.route-supplier-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type=no-document] svg #file-excel{fill:red!important}.route-supplier-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type="0"] svg #file-excel{fill:#009ca0!important}.route-supplier-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type=not_required] svg #file-excel{fill:#1e90ff!important}.route-supplier-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type=not_required_contradiction] svg #file-excel{fill:#156cc2!important}.route-supplier-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type=additional-document] svg #file-excel{fill:hsla(0,0%,39%,.3)!important}.route-supplier-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type="2"] svg #file-excel{fill:red!important}.route-supplier-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type="4"] svg #file-excel{fill:orange!important}.route-supplier-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type="8"] svg #file-excel{fill:#c71fbe!important}.route-supplier-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type="16"] svg #file-excel{fill:#82d3d5!important}@media only screen and (min-width:540px){.route-supplier-products-index .wrapper .header{align-items:baseline;flex-direction:row}}@media only screen and (min-width:720px){.route-supplier-products-index .wrapper .header .input-wrapper .input-field{min-width:200px}.route-supplier-products-index .wrapper .content .inner-wrapper{flex-direction:column}.route-supplier-products-index .table-wrapper .table-title-wrapper{margin:0;padding:0}.route-supplier-products-index .table-wrapper .table-title-wrapper .table-title:first-of-type{flex:initial;width:30px}.route-supplier-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(2){flex:initial;width:140px}.route-supplier-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(3){min-width:320px}.route-supplier-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(4),.route-supplier-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(5){flex:initial;width:140px}.route-supplier-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(6){flex:initial;width:150px}.route-supplier-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(7){display:flex;flex:initial;flex-flow:row nowrap;justify-content:flex-start;width:120px}.route-supplier-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(8){flex:initial;width:80px}.route-supplier-products-index .table-wrapper .table-content-wrapper .table-content{margin:0;padding:0}.route-supplier-products-index .table-wrapper .table-content-wrapper .table-content .table-item:first-of-type{flex:initial;width:30px}.route-supplier-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(2){flex:initial;width:140px}.route-supplier-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(3){min-width:320px}.route-supplier-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(4),.route-supplier-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(5){flex:initial;width:140px}.route-supplier-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(6){flex:initial;width:150px}.route-supplier-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(7){display:flex;flex:initial;flex-flow:row nowrap;justify-content:flex-start;width:120px}.route-supplier-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(7) a svg{height:1.3rem;width:1.3rem}.route-supplier-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(8){flex:initial;width:80px}}.route-products-preliminary_assessment .wrapper{display:flex;flex-wrap:wrap;justify-content:center;width:100%}.route-products-preliminary_assessment .wrapper .header{display:flex;flex-flow:column nowrap;justify-content:flex-start;width:100%}.route-products-preliminary_assessment .wrapper .header img{align-self:center;display:flex}.route-products-preliminary_assessment .wrapper .header .text-wrapper{align-self:center;display:flex;flex-flow:column nowrap;justify-content:center;margin-top:25px;text-align:center}.route-products-preliminary_assessment .wrapper .header .text-wrapper .page-subtitle{color:#164142;font-family:Lato,sans-serif;font-size:1.2rem;font-weight:400;line-height:39px}.route-products-preliminary_assessment .wrapper .header .button-wrapper{display:flex;flex-flow:row nowrap;justify-content:flex-start;margin-top:25px;max-width:400px;width:100%}.route-products-preliminary_assessment .wrapper .content-wrapper{display:flex;flex:0 0 100%;flex-flow:row nowrap;justify-content:center;margin:25px 0}.route-products-preliminary_assessment .wrapper .content-wrapper .main-wrapper{display:flex;flex-basis:100%;flex-flow:column nowrap}.route-products-preliminary_assessment .wrapper .content-wrapper .main-wrapper .info-wrapper{background-color:#fff;border-radius:0;box-shadow:0 5px 10px 0 rgba(0,0,0,.15);display:flex;flex-direction:column;margin-bottom:25px;padding:24px}.route-products-preliminary_assessment .wrapper .content-wrapper .main-wrapper .info-wrapper .data-row{display:flex;flex:0 0 100%;flex-flow:row nowrap;height:auto;padding:5px 0}.route-products-preliminary_assessment .wrapper .content-wrapper .main-wrapper .info-wrapper .data-row.smalltext .data-value{color:#164142;font-family:Lato,sans-serif;font-size:.8rem;font-weight:300;line-height:20px}.route-products-preliminary_assessment .wrapper .content-wrapper .main-wrapper .info-wrapper .data-row.smalltext .data-value:first-of-type{margin-top:25px}.route-products-preliminary_assessment .wrapper .content-wrapper .main-wrapper .info-wrapper .data-row .data-label{color:#164142;flex:0 0 auto;font-family:Lato,sans-serif;font-size:1rem;font-weight:700;line-height:20px;max-width:400px;width:40vw}.route-products-preliminary_assessment .wrapper .content-wrapper .main-wrapper .info-wrapper .data-row .value-wrapper{display:flex;flex:1 1 auto;flex-flow:column nowrap;justify-content:flex-start}.route-products-preliminary_assessment .wrapper .content-wrapper .main-wrapper .info-wrapper .data-row .value-wrapper.contour{background-color:#f7f7f7}.route-products-preliminary_assessment .wrapper .content-wrapper .main-wrapper .info-wrapper .data-row .data-value{color:#164142;font-family:Lato,sans-serif;font-size:1rem;font-weight:400;line-height:20px}.route-products-preliminary_assessment .wrapper .content-wrapper .main-wrapper .info-wrapper .data-row .data-value.contour{background-color:#f7f7f7}.route-products-preliminary_assessment .wrapper .content-wrapper .main-wrapper .info-wrapper .data-row .data-value.danger-level{color:#009ca0;display:flex;flex-flow:column nowrap}.route-products-preliminary_assessment .wrapper .content-wrapper .main-wrapper .info-wrapper .data-row .data-value.danger-level .value{align-content:center;display:flex;flex-flow:row nowrap}.route-products-preliminary_assessment .wrapper .content-wrapper .main-wrapper .info-wrapper .data-row .data-value.danger-level .value svg{width:20px}.route-products-preliminary_assessment .wrapper .content-wrapper .main-wrapper .info-wrapper .data-row .data-value.danger-level .value .danger-desc{align-items:center;display:flex;margin-left:12.5px}@media only screen and (min-width:540px){.route-products-preliminary_assessment .wrapper .header{flex-flow:row wrap;justify-content:space-between}.route-products-preliminary_assessment .wrapper .header .button-wrapper{max-width:300px}.route-products-preliminary_assessment .wrapper .header .form-wrapper .button{float:right}}@media only screen and (min-width:720px){.route-products-preliminary_assessment .wrapper .header{flex-flow:row nowrap}}.route-products-product_card .wrapper .header{flex-flow:column nowrap}.route-products-product_card .wrapper .header .button-wrapper{margin-top:25px}.route-products-product_card .wrapper .content .inner-wrapper{padding:0}.route-products-product_card .wrapper .content .inner-wrapper .left-wrapper{flex:0 1 100%;padding:25px}.route-products-product_card .wrapper .content .inner-wrapper .left-wrapper .wrapper-block{align-items:baseline;display:flex;flex-flow:column nowrap;justify-content:flex-start;margin-bottom:37.5px}.route-products-product_card .wrapper .content .inner-wrapper .left-wrapper .wrapper-block .card-title{color:#164142;font-family:Lato,sans-serif;font-size:1.4rem;font-weight:400;line-height:15px;margin:0;padding:20px 0}.route-products-product_card .wrapper .content .inner-wrapper .left-wrapper .wrapper-block .data-row{color:#164142;display:flex;flex-flow:column nowrap;justify-content:flex-start;margin-top:0;padding:7px 0;width:100%}.route-products-product_card .wrapper .content .inner-wrapper .left-wrapper .wrapper-block .data-row .data-label{color:#164142;flex:0 0 40%;font-family:Lato,sans-serif;font-size:.9rem;font-weight:700;line-height:15px}.route-products-product_card .wrapper .content .inner-wrapper .left-wrapper .wrapper-block .data-row .data-value-wrapper{display:flex;flex:0 1 60%;flex-flow:column nowrap;padding:1px 0}.route-products-product_card .wrapper .content .inner-wrapper .left-wrapper .wrapper-block .data-row .data-value-wrapper.images{flex-flow:row wrap;justify-content:flex-start}.route-products-product_card .wrapper .content .inner-wrapper .left-wrapper .wrapper-block .data-row .data-value{color:#164142;font-family:Lato,sans-serif;font-size:.9rem;font-weight:400;line-height:15px}.route-products-product_card .wrapper .content .inner-wrapper .left-wrapper .wrapper-block .data-row .data-value img{height:50px;margin-bottom:10px;margin-right:10px;width:50px}.route-products-product_card .wrapper .content .inner-wrapper .right-wrapper{background-color:#164142;flex:0 1 100%;padding:25px}.route-products-product_card .wrapper .content .inner-wrapper .right-wrapper .box{display:inline-block}.route-products-product_card .wrapper .content .inner-wrapper .right-wrapper .progress{align-items:center;display:flex;height:100px;justify-content:center;position:relative;width:100px}.route-products-product_card .wrapper .content .inner-wrapper .right-wrapper .progress>.inner{color:red;position:absolute}.route-products-product_card .wrapper .content .inner-wrapper .right-wrapper .progress>svg{display:block;height:100%}.route-products-product_card .wrapper .content .inner-wrapper .right-wrapper .card-title{color:#fff;font-family:Lato,sans-serif;font-size:1.4rem;font-weight:400;line-height:15px;margin-bottom:25px}.route-products-product_card .wrapper .content .inner-wrapper .right-wrapper .doc-status-wrapper{color:#fff}.route-products-product_card .wrapper .content .inner-wrapper .right-wrapper .doc-status-wrapper .doc-status{display:flex;flex-flow:row nowrap;justify-content:space-between;margin-bottom:50px}.route-products-product_card .wrapper .content .inner-wrapper .right-wrapper .doc-status-wrapper .doc-status .status-light-wrapper{align-items:center;display:flex;flex-flow:column nowrap;justify-content:flex-start}.route-products-product_card .wrapper .content .inner-wrapper .right-wrapper .doc-status-wrapper .doc-status .status-light-wrapper .name{margin-bottom:25px}.route-products-product_card .wrapper .content .inner-wrapper .right-wrapper .doc-status-wrapper .doc-status .status-light-wrapper .svg-wrapper{height:40px;position:relative;width:40px}.route-products-product_card .wrapper .content .inner-wrapper .right-wrapper .doc-status-wrapper .doc-status .status-light-wrapper .svg-wrapper .inner-circle{border-radius:20px;height:26px;left:7px;position:absolute;top:7px;width:26px;z-index:3}.route-products-product_card .wrapper .content .inner-wrapper .right-wrapper .doc-status-wrapper .doc-status .status-light-wrapper .svg-wrapper .inner-circle-border{border-radius:20px;height:34px;left:3px;position:absolute;top:3px;width:34px;z-index:2}.route-products-product_card .wrapper .content .inner-wrapper .right-wrapper .doc-status-wrapper .doc-status .status-light-wrapper .svg-wrapper .ldBar{border-radius:20px;height:40px;left:0;position:absolute;top:0;width:40px;z-index:1}.route-products-product_card .wrapper .content .inner-wrapper .right-wrapper .doc-status-wrapper .doc-status .status-light-wrapper .svg-wrapper .ldBar .ldBar-label{display:none}.route-products-product_card .wrapper .content .inner-wrapper .right-wrapper .image-wrapper{margin-bottom:calc(20px*var(--scale))}.route-products-product_card .wrapper .content .inner-wrapper .right-wrapper .image-wrapper .image{width:100%}.route-products-product_card .wrapper .content .inner-wrapper .right-wrapper .available-docs .docs-wrapper{display:flex;flex-flow:column nowrap;justify-content:flex-start;margin:0;padding:0}.route-products-product_card .wrapper .content .inner-wrapper .right-wrapper .available-docs .docs-wrapper .data-row{margin:25px 0}.route-products-product_card .wrapper .content .inner-wrapper .right-wrapper .available-docs .docs-wrapper .data-row .data-value-wrapper{display:flex;flex-flow:column nowrap;justify-content:flex-start;margin-top:12.5px}.route-products-product_card .wrapper .content .inner-wrapper .right-wrapper .available-docs .docs-wrapper .data-row .data-value-wrapper .data-value{display:flex;padding-bottom:5px}.route-products-product_card .wrapper .content .inner-wrapper .right-wrapper .available-docs .docs-wrapper .data-row .data-value-wrapper .data-value a{width:auto}.route-products-product_card .wrapper .content .inner-wrapper .right-wrapper .available-docs .docs-wrapper .data-row .data-value-wrapper .data-value a:hover{color:rgba(0,156,160,.4);transition:color .2s ease-in-out}.route-products-product_card .wrapper .content .inner-wrapper .right-wrapper .available-docs .docs-wrapper .data-row .data-value-wrapper .data-value .link svg *{fill:#4caf50!important}.route-products-product_card .wrapper .content .inner-wrapper .right-wrapper .available-docs .docs-wrapper .data-row .data-value-wrapper .data-value .button{background:transparent;border:none;padding:calc(2px*var(--scale)) calc(5px*var(--scale))}.route-products-product_card .wrapper .content .inner-wrapper .right-wrapper .available-docs .docs-wrapper .data-row .data-value-wrapper .data-value .button svg{height:15px;opacity:1;width:15px}.route-products-product_card .wrapper .content .inner-wrapper .right-wrapper .available-docs .docs-wrapper .data-row .data-value-wrapper .data-value .button svg path{fill:#f74156!important;opacity:1;transition:opacity .2s ease-in-out}.route-products-product_card .wrapper .content .inner-wrapper .right-wrapper .available-docs .docs-wrapper .data-row .data-value-wrapper .data-value .button svg path:hover{opacity:.5;transition:opacity .2s ease-in-out}.route-products-product_card .wrapper .content .inner-wrapper .right-wrapper .available-docs svg g{fill:#fff}.route-products-product_card .wrapper .content .inner-wrapper .right-wrapper .available-docs svg text{fill:#164142}@media only screen and (min-width:540px){.route-products-product_card .wrapper .header{flex-flow:row nowrap;justify-content:space-between}.route-products-product_card .wrapper .header .button-wrapper{margin-top:25px}.route-products-product_card .wrapper .content .inner-wrapper .left-wrapper .wrapper-block .data-row{flex-flow:row nowrap;padding:2px 0}.route-products-product_card .wrapper .content .inner-wrapper .right-wrapper{padding:50px}.route-products-product_card .wrapper .content .inner-wrapper .right-wrapper .card-title{color:#fff}}@media only screen and (min-width:720px){.route-products-product_card .wrapper .header .button-wrapper{margin-top:25px}.route-products-product_card .wrapper .content .inner-wrapper{flex-flow:row nowrap}.route-products-product_card .wrapper .content .inner-wrapper .left-wrapper{flex:0 1 65%}.route-products-product_card .wrapper .content .inner-wrapper .left-wrapper .wrapper-block .data-row{flex-flow:row nowrap}.route-products-product_card .wrapper .content .inner-wrapper .right-wrapper{flex:0 1 35%}}.route-products-safety_instruction_card .wrapper{display:flex;flex-wrap:wrap;width:100%}.route-products-safety_instruction_card .wrapper .header{display:flex;flex-direction:column;margin-top:calc(20px*var(--scale))}.route-products-safety_instruction_card .wrapper .header .button-wrapper .button{margin-bottom:calc(20px*var(--scale))}.route-products-safety_instruction_card .wrapper .productcard-content{display:flex;flex-wrap:wrap;margin-top:calc(20px*var(--scale));width:100%}.route-products-safety_instruction_card .wrapper .productcard-content .inner-wrapper{background-color:#fff;border-radius:0;box-shadow:0 5px 10px 0 rgba(0,0,0,.15);flex:0 0 auto;padding:24px;width:100%}.route-products-safety_instruction_card .wrapper .productcard-content .inner-wrapper .pictogram-wrapper{align-items:baseline;display:flex;flex-flow:row nowrap;justify-content:flex-start}.route-products-safety_instruction_card .wrapper .productcard-content .inner-wrapper .pictogram-wrapper .card-title{min-width:300px}.route-products-safety_instruction_card .wrapper .productcard-content .inner-wrapper .pictogram-wrapper .safety-icons{margin-left:25px}.route-products-safety_instruction_card .wrapper .productcard-content .inner-wrapper .card-title{color:#164142;font-family:Lato,sans-serif;font-size:1.2rem;font-weight:700;line-height:35px;padding-top:25px}.route-products-safety_instruction_card .wrapper .productcard-content .inner-wrapper .data-row{align-items:flex-start;color:#164142;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;margin:calc(20px*var(--scale))/4 0}.route-products-safety_instruction_card .wrapper .productcard-content .inner-wrapper .data-row .data-label{color:#164142;font-family:Lato,sans-serif;font-size:1rem;font-weight:700;line-height:15px;min-width:300px}.route-products-safety_instruction_card .wrapper .productcard-content .inner-wrapper .data-row .data-value{color:#164142;font-family:Lato,sans-serif;font-size:1rem;font-weight:400;line-height:15px}.route-supplier-manager-index .wrapper .header .input-wrapper .input-field{align-items:baseline;display:flex;flex-direction:row;flex-wrap:nowrap}.route-supplier-manager-index .wrapper .header .input-wrapper .input-field .button{margin-left:calc(20px*var(--scale))}@media only screen and (min-width:720px){.table-wrapper .table-title-wrapper{margin:0;padding:0}.table-wrapper .table-title-wrapper .table-title:first-of-type,.table-wrapper .table-title-wrapper .table-title:nth-of-type(2){flex:initial;width:100px}.table-wrapper .table-title-wrapper .table-title:nth-of-type(3){min-width:200px}.table-wrapper .table-title-wrapper .table-title:nth-of-type(4),.table-wrapper .table-title-wrapper .table-title:nth-of-type(5){flex:initial;width:200px}.table-wrapper .table-title-wrapper .table-title:nth-of-type(6){flex:initial;width:100px}.table-wrapper .table-content-wrapper .table-content{margin:0;padding:0}.table-wrapper .table-content-wrapper .table-content .table-item:first-of-type,.table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(2){flex:initial;width:100px}.table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(3){min-width:200px}.table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(4),.table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(5){flex:initial;width:200px}.table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(6){flex:initial;width:100px}}.route-tools-index .wrapper .content .inner-wrapper{margin-top:25px}.route-tools-index .wrapper .content .inner-wrapper .card-title-wrapper .card-title{color:#164142;font-family:Lato,sans-serif;font-size:1.2rem;font-weight:400;line-height:39px}.route-tools-index .wrapper .content .inner-wrapper .card-title-wrapper .download-link{color:#009ca0;text-decoration:none}.route-tools-index .wrapper .content .inner-wrapper .tools-row{align-items:baseline;flex:0 0 100%}.route-tools-index .wrapper .content .inner-wrapper .tools-row .input-field,.route-tools-index .wrapper .content .inner-wrapper .tools-row .tools-field{padding-top:calc(20px*var(--scale))}.route-tools-index .wrapper .content .inner-wrapper .tools-row .file-path-wrapper input{color:#164142;font-family:Lato,sans-serif;font-size:1rem;font-weight:400;line-height:20px;margin-top:calc(20px*var(--scale))}@media only screen and (min-width:720px){.route-tools-index .wrapper .content{display:flex;flex-flow:row wrap;justify-content:flex-start}.route-tools-index .wrapper .content .inner-wrapper{flex:1 1 30%;margin-right:25px;margin-top:25px}.route-tools-index .wrapper .content .inner-wrapper:first-of-type{margin-left:0}.route-tools-index .wrapper .content .inner-wrapper .tools-row{align-items:baseline;flex:0 0 100%}.route-tools-index .wrapper .content .inner-wrapper .tools-row .input-field{padding-top:calc(20px*var(--scale))}.route-tools-index .wrapper .content .inner-wrapper .tools-row .file-path-wrapper input{margin-top:calc(20px*var(--scale))}.route-tools-index .wrapper .content .inner-wrapper:last-of-type .tools-row{display:flex}.route-tools-index .wrapper .content .inner-wrapper:last-of-type .tools-row .input-field{flex:0 1 50%;margin-right:calc(20px*var(--scale))}}.route-import-create-admin .wrapper .header .button-wrapper,.route-users-create .wrapper .header .button-wrapper{align-items:baseline;display:flex;flex-flow:column nowrap;justify-content:flex-start;position:relative;width:100%}.route-import-create-admin .wrapper .header .button-wrapper .button,.route-users-create .wrapper .header .button-wrapper .button{margin-top:25px}@media only screen and (min-width:540px){.route-import-create-admin .wrapper .header,.route-users-create .wrapper .header{flex-flow:column nowrap}.route-import-create-admin .wrapper .header .button-wrapper,.route-users-create .wrapper .header .button-wrapper{flex-flow:row nowrap;justify-content:flex-start;margin-top:25px}.route-import-create-admin .wrapper .header .button-wrapper .button,.route-users-create .wrapper .header .button-wrapper .button{margin-top:0}}.route-users-edit .wrapper .header .button-wrapper{align-items:baseline;display:flex;flex-flow:column nowrap;justify-content:flex-start;position:relative;width:100%}.route-users-edit .wrapper .header .button-wrapper .button{margin-top:25px}@media only screen and (min-width:540px){.route-users-edit .wrapper .header{flex-flow:column nowrap}.route-users-edit .wrapper .header .button-wrapper{flex-flow:row nowrap;justify-content:flex-start;margin-top:25px}.route-users-edit .wrapper .header .button-wrapper input{margin-left:25px}.route-users-edit .wrapper .header .button-wrapper .button{margin-top:0}}@media only screen and (min-width:720px){.route-users-edit .wrapper .content{width:60%}}.route-users-index .wrapper .header .button-wrapper{align-items:baseline;display:flex;flex-flow:column nowrap;justify-content:flex-start;position:relative;width:100%}.route-users-index .wrapper .header .button-wrapper .button{margin-top:25px}@media only screen and (min-width:540px){.route-users-index .wrapper .header{flex-flow:column nowrap}.route-users-index .wrapper .header .button-wrapper{align-items:center;flex-flow:row nowrap;justify-content:flex-start;margin-top:25px}.route-users-index .wrapper .header .button-wrapper .button{margin-left:25px;margin-top:0}.route-users-index .wrapper .header .button-wrapper .button:first-of-type{margin-left:0}}@media only screen and (min-width:720px){.route-users-index .table-wrapper .table-title-wrapper{margin:0;padding:0}.route-users-index .table-wrapper .table-title-wrapper .table-title:first-of-type{flex:initial;width:40px}.route-users-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(2){flex:initial;width:60px}.route-users-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(3){flex:initial;width:100px}.route-users-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(4){min-width:200px}.route-users-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(5){flex:initial;width:200px}.route-users-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(6){flex:initial;width:150px}.route-users-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(7),.route-users-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(8){flex:initial;width:200px}.route-users-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(9){flex:initial;width:50px}.route-users-index .table-wrapper .table-content-wrapper .table-content{margin:0;padding:0}.route-users-index .table-wrapper .table-content-wrapper .table-content .table-item:first-of-type{flex:initial;width:40px}.route-users-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(2){flex:initial;width:60px}.route-users-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(3){flex:initial;width:100px}.route-users-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(4){min-width:200px}.route-users-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(5){flex:initial;width:200px}.route-users-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(6){align-items:flex-start;display:flex;flex:initial;flex-flow:column nowrap;justify-content:flex-start;width:150px}.route-users-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(6) .badge{margin-top:5px;text-align:center}.route-users-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(6) .badge:first-of-type{margin-top:0}.route-users-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(7),.route-users-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(8){flex:initial;width:200px}.route-users-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(9){flex:initial;width:50px}}.route-users-settings .wrapper .header .button-wrapper{align-items:baseline;display:flex;flex-flow:column nowrap;justify-content:flex-start;position:relative;width:100%}.route-users-settings .wrapper .header .button-wrapper .button{margin-top:25px}.route-users-settings .wrapper .content .inner-wrapper .setting-row{align-items:baseline;display:flex;flex-wrap:wrap;width:100%}.route-users-settings .wrapper .content .inner-wrapper .setting-row .setting-col{flex:1 1 100%}@media only screen and (min-width:540px){.route-users-settings .wrapper .header{flex-flow:column nowrap}.route-users-settings .wrapper .content .inner-wrapper .setting-row{align-items:center}.route-users-settings .wrapper .content .inner-wrapper .setting-row .setting-col{flex:1 0 calc(20% - 20px*var(--scale));margin-right:calc(20px*var(--scale))}}.route-api_tokens-create .wrapper .header .button-wrapper{align-items:baseline;display:flex;flex-flow:column nowrap;justify-content:flex-start;position:relative;width:100%}.route-api_tokens-create .wrapper .header .button-wrapper .button{margin-top:25px}@media only screen and (min-width:540px){.route-api_tokens-create .wrapper .header{flex-flow:column nowrap}.route-api_tokens-create .wrapper .header .button-wrapper{flex-flow:row nowrap;justify-content:flex-start;margin-top:25px}.route-api_tokens-create .wrapper .header .button-wrapper input{margin-left:25px}.route-api_tokens-create .wrapper .header .button-wrapper .button{margin-top:0}}@media only screen and (min-width:720px){.route-api_tokens-create .wrapper .content{width:60%}}.route-api_tokens-edit .wrapper .header .button-wrapper{align-items:baseline;display:flex;flex-flow:column nowrap;justify-content:flex-start;position:relative;width:100%}.route-api_tokens-edit .wrapper .header .button-wrapper .button{margin-top:25px}@media only screen and (min-width:540px){.route-api_tokens-edit .wrapper .header{flex-flow:column nowrap}.route-api_tokens-edit .wrapper .header .button-wrapper{flex-flow:row nowrap;justify-content:flex-start;margin-top:25px}.route-api_tokens-edit .wrapper .header .button-wrapper .button{margin-top:0}}@media only screen and (min-width:720px){.route-api_tokens-edit .wrapper .content{width:60%}}.route-api_tokens-index .wrapper .header .button-wrapper{margin-top:25px}@media only screen and (min-width:540px){.route-api_tokens-index .wrapper .header{flex-flow:column nowrap}}@media only screen and (min-width:720px){.route-api_tokens-index .table-wrapper .table-title-wrapper{margin:0;padding:0}.route-api_tokens-index .table-wrapper .table-title-wrapper .table-title:first-of-type,.route-api_tokens-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(2){flex:initial;width:150px}.route-api_tokens-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(3){min-width:150px}.route-api_tokens-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(4),.route-api_tokens-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(5){flex:initial;width:100px}.route-api_tokens-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(6){flex:initial;width:50px}.route-api_tokens-index .table-wrapper .table-content-wrapper .table-content{margin:0;padding:0}.route-api_tokens-index .table-wrapper .table-content-wrapper .table-content .table-item:first-of-type,.route-api_tokens-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(2){flex:initial;width:150px}.route-api_tokens-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(3){min-width:150px}.route-api_tokens-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(4),.route-api_tokens-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(5){flex:initial;width:100px}.route-api_tokens-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(6){flex:initial;width:50px}}.route-api_tokens-whitelisted_ips-create .wrapper .header .button-wrapper{align-items:baseline;display:flex;flex-flow:column nowrap;justify-content:flex-start;position:relative;width:100%}.route-api_tokens-whitelisted_ips-create .wrapper .header .button-wrapper .button{margin-top:25px}@media only screen and (min-width:540px){.route-api_tokens-whitelisted_ips-create .wrapper .header{flex-flow:column nowrap}.route-api_tokens-whitelisted_ips-create .wrapper .header .button-wrapper{flex-flow:row nowrap;justify-content:flex-start;margin-top:25px}.route-api_tokens-whitelisted_ips-create .wrapper .header .button-wrapper input{margin-left:25px}.route-api_tokens-whitelisted_ips-create .wrapper .header .button-wrapper .button{margin-top:0}}@media only screen and (min-width:720px){.route-api_tokens-whitelisted_ips-create .wrapper .content{width:60%}}.route-api_tokens-whitelisted_ips-index .wrapper .header .button-wrapper{align-items:baseline;display:flex;flex-flow:column nowrap;justify-content:flex-start;position:relative;width:100%}@media only screen and (min-width:540px){.route-api_tokens-whitelisted_ips-index .wrapper .header{flex-flow:column nowrap}.route-api_tokens-whitelisted_ips-index .wrapper .header .button-wrapper{align-items:center;flex-flow:row nowrap;margin-top:25px}.route-api_tokens-whitelisted_ips-index .wrapper .header .button-wrapper .button{margin-left:25px}.route-api_tokens-whitelisted_ips-index .wrapper .header .button-wrapper .button:first-of-type{margin-left:0}}@media only screen and (min-width:720px){.route-api_tokens-whitelisted_ips-index .table-wrapper .table-title-wrapper{margin:0;padding:0}.route-api_tokens-whitelisted_ips-index .table-wrapper .table-title-wrapper .table-title:first-of-type,.route-api_tokens-whitelisted_ips-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(2){flex:initial;width:150px}.route-api_tokens-whitelisted_ips-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(3){min-width:150px}.route-api_tokens-whitelisted_ips-index .table-wrapper .table-content-wrapper .table-content{margin:0;padding:0}.route-api_tokens-whitelisted_ips-index .table-wrapper .table-content-wrapper .table-content .table-item:first-of-type,.route-api_tokens-whitelisted_ips-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(2){flex:initial;width:150px}.route-api_tokens-whitelisted_ips-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(3){min-width:150px}}body.route-warehouse-products-index #main{flex:none;left:auto;max-width:100%;width:auto}.stacked-list{border-radius:5px;display:flex;flex-direction:column;width:100%}.stacked-list__item{border:1px solid rgba(0,156,160,.2);border-bottom:none;border-radius:0;cursor:pointer;padding:15px 12px;position:relative;width:100%}.stacked-list__item:first-of-type{border-radius:5px 5px 0 0}.stacked-list__item:last-of-type{border-bottom:1px solid rgba(0,156,160,.2);border-radius:0 0 5px 5px}.stacked-list__item:hover{background-color:rgba(0,156,160,.1)}.stacked-list__title{color:#009ca0;display:block;font-size:16px;margin-bottom:6px}.stacked-list__value{display:block}.stacked-list__value>strong{display:inline-block;width:60px}.stacked-list__action{height:24px;position:absolute;right:20px;top:33px;width:24px}.stacked-list__action>svg>path{stroke:#009ca0}.list-table{border:1px solid rgba(0,0,0,.05);border-radius:5px;display:flex;flex-direction:column;margin-top:8px;min-width:100%;overflow-x:scroll}.list-table__table{border-collapse:collapse;padding:5px 10px}.list-table__thead{background:#fff}.list-table__thead th{color:#111827;font-size:.9rem;font-weight:700;padding:10px;text-align:left}.list-table__tbody{background:#fff}.list-table__tbody tr{border-top:1px solid;border-color:#d1d5db}.list-table__tbody th{background:hsla(0,0%,39%,.05);color:#009ca0;font-size:1rem;font-weight:700;padding:10px;text-align:left}.list-table__tbody td{color:#6b7280;font-size:.9rem;padding:10px}.list-table__tbody td.rejected{background:rgba(250,0,0,.2);border-radius:15px;color:rgba(250,0,0,.6);display:inline-block;margin-top:10px;padding:0 10px}.list-table__tbody td.not-applicable{color:rgba(0,0,0,.4)}.list-table__actions{align-items:center;display:flex;gap:1rem}.list-table__action-item:hover{cursor:pointer}.description-list,.description-list--modal{background-color:#fff;overflow:hidden;position:relative;width:100%}.description-list__header{padding:1rem}.description-list__title{color:#111827;display:block;font-size:1.125rem;font-weight:500;line-height:1.5rem}.description-list__subtitle{color:#6b7280;font-size:.875rem;line-height:1.25rem;margin-top:.25rem;max-width:42rem}.description-list__content,.description-list__content--separated{padding:1rem}.description-list__content--separated{border-top:1px solid #e5e7eb}@media (min-width:640px){.description-list__content,.description-list__content--separated{padding:0}.description-list__list>*+*{border-bottom-width:0;border-top:1px solid;border-color:#e5e7eb}}.description-list__list--inline{display:flex;justify-content:space-around}.description-list__item,.description-list__item--compact,.description-list__item--select{padding:1rem 0;width:100%}@media (min-width:640px){.description-list__item,.description-list__item--compact,.description-list__item--select{display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr));padding:.75rem 1.5rem}}.description-list__item--compact{padding:.15rem 1.5rem}.description-list__item--full{display:block;padding:1rem 0}@media (min-width:640px){.description-list__item--full{padding:1.25rem 1.5rem}}.description-list__item--inline{align-items:center;display:flex;flex-direction:column;gap:10px}.description-list__item--select{align-items:center}.description-list__label{color:#6b7280;font-size:.875rem;line-height:1.25rem}.description-list__value,.description-list__value--select{color:#111827;font-size:.875rem;grid-column:2/-1;line-height:1.25rem;margin-top:.25rem}.description-list__value--image img{height:50px;width:50px}.description-list__value--select{align-items:center;display:inline-flex;justify-content:space-between}.description-list__value--select .select{border:1px solid #d1d5db;border-radius:.375rem;display:inline-block;flex-grow:1;font-size:1rem;line-height:1.5rem;max-width:80%;padding:.5rem 2.5rem .5rem .75rem;width:auto}@media (min-width:640px){.description-list__value--select .select{font-size:.875rem;line-height:1.25rem}}.description-list__value--select .select:focus{--tw-ring-color:#10b981;border:1px solid #10b981;outline:none}.description-list__value--select .select.-dirty{--tw-ring-color:#d6ce66;border:2px solid #d6ce66;outline:none}.description-list__value--select .select.-disabled{background-color:#f9fafb;border:1px solid #e5e7eb;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);color:#6b7280;cursor:not-allowed}.description-list__value--select .tail-button,.description-list__value--select .tail-button--colored{align-items:center;background-color:#10b981;border:1px solid transparent;border-radius:.375rem;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:500;line-height:1.5rem;margin-left:.75rem;padding:.6rem 1rem}.description-list__value--select .tail-button--colored:hover,.description-list__value--select .tail-button:hover{background-color:#047857}.description-list__value--select .tail-button--colored:focus,.description-list__value--select .tail-button:focus{--tw-ring-color:#10b981;box-shadow:2 0 0 0 3px var(--tw-ring-color);outline:none}.description-list__value--select .-sending.tail-button--colored>svg,.description-list__value--select .tail-button.-sending>svg{height:1.5em;width:1.5em}.description-list__value--select .-disabled.tail-button--colored,.description-list__value--select .tail-button.-disabled{background-color:#f9fafb;border:1px solid #e5e7eb;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);color:#6b7280;cursor:not-allowed}.description-list__value--select .tail-button--colored{background-color:#10b981;border-color:transparent;color:#fff}.description-list__value--select .tail-button--colored:hover{background-color:#047857}.description-list__value--select .tail-button--colored:focus{--tw-ring-color:#047857;outline:none}.description-list--modal{margin-bottom:16px}.description-list--modal .description-list__header{align-items:center;display:flex;justify-content:space-between}.description-list--modal .description-list__title{font-size:20px;font-weight:900}.description-list--modal .description-list__action{align-items:center;background-color:#fff;border:1px solid #e2e8f0;border-radius:5px!important;display:inline-flex;transition:all 75ms ease-in-out}.description-list--modal .description-list__action>svg path{fill:#94a3b8}.description-list--modal .description-list__action>span{color:#0f172a;display:inline-block;margin-left:8px}.description-list--modal .description-list__action:hover{background-color:#f1f5f9}.description-list--modal .description-list__action.-disabled{background-color:#f9fafb;border:1px solid #e5e7eb;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);color:#6b7280;cursor:not-allowed;-webkit-user-select:none;-moz-user-select:none;user-select:none}.tabs,.tabs--buttons{align-items:center;display:flex;flex-direction:column;justify-content:flex-start}@media (min-width:640px){.tabs,.tabs--buttons{flex-direction:row}}.tabs__item{cursor:pointer;display:inline-block;font-size:1.1rem;font-weight:500;line-height:1.35rem;margin-bottom:.5rem;margin-left:0;width:100%}@media (min-width:640px){.tabs__item{margin-bottom:0;margin-left:1rem;width:auto}}.tabs__item:first-of-type{margin-left:0}.tabs__item:last-of-type{margin-bottom:0}.tabs--buttons .tabs__item{border-radius:.375rem;color:#6b7280;padding:.75rem 1rem}.tabs--buttons .tabs__item:hover{background-color:#f3f4f6;color:#374151}.tabs--buttons .tabs__item.selected{background-color:rgba(0,156,160,.1);color:#009ca0}.icon--danger{color:red}.datepicker-modal{margin:20px 0;width:100%}.datepicker-container.modal-content{background-color:#4c9da0;display:flex;flex-direction:row;padding:0}.datepicker-calendar-container{background-color:#fff;display:flex;flex-direction:column;justify-content:center}.datepicker-date-display{min-width:300px}.datepicker-clear{align-self:flex-end;border:none;color:red;display:flex;font-family:Lato,sans-serif;font-size:15px;font-weight:700;line-height:18px;margin-right:10px;padding:14px 24px!important}.datepicker-clear:hover{background-color:#009ca0;color:#fff;transition:all .2s ease-in-out}.confirmation-btns{display:flex;justify-content:space-around;margin-top:25px;width:70%}.confirmation-btns .btn-flat{background-color:#009ca0;border:none;border-radius:2px;color:#fff;cursor:pointer;display:block;font-family:Lato,sans-serif;font-size:15px;font-weight:700;line-height:18px;padding:14px 24px;transition:background-color .2s ease-in-out,color .2s ease-in-out,filter .2s ease-in-out,opacity .2s ease-in-out;width:auto}.confirmation-btns .btn-flat:hover{background-color:#007477}.datepicker-controls{display:flex;justify-content:space-between;margin:0 auto;width:280px}.datepicker-controls .selects-container{display:flex}.datepicker-controls .select-wrapper input{border-bottom:none;margin:0;text-align:center}.datepicker-controls .select-wrapper input:focus{border-bottom:none}.datepicker-controls .select-wrapper .caret{display:none}.datepicker-controls .select-year input{width:50px}.datepicker-controls .select-month input{width:70px}.month-next,.month-prev{background-color:transparent;border:none;cursor:pointer;margin-top:4px}.datepicker-date-display{color:#fff;flex:1 auto;font-weight:500;padding:20px 22px}.datepicker-date-display .year-text{color:hsla(0,0%,100%,.7);display:block;font-size:1.5rem;line-height:25px}.datepicker-date-display .date-text{display:block;font-size:2.8rem;font-weight:500;line-height:47px}.datepicker-calendar-container{flex:2.5 auto}.datepicker-table{font-size:1rem;margin:0 auto;width:280px}.datepicker-table thead{border-bottom:none}.datepicker-table th{padding:10px 5px;text-align:center}.datepicker-table tr{border:none}.datepicker-table abbr{color:#999;text-decoration:none}.datepicker-table td{border-radius:50%;padding:0}.datepicker-table td.is-today{color:#26a69a}.datepicker-table td.is-selected{background-color:#26a69a;color:#fff}.datepicker-table td.is-disabled,.datepicker-table td.is-outside-current-month{color:rgba(0,0,0,.3);pointer-events:none}.datepicker-day-button{background-color:transparent;border:none;border-radius:50%;color:inherit;cursor:pointer;display:block;line-height:38px;padding:0 5px;width:100%}.datepicker-day-button:focus{background-color:rgba(43,161,150,.25)}.datepicker-footer{display:flex;justify-content:space-between;margin:0 auto;padding-bottom:5px;width:280px}.datepicker-cancel,.datepicker-clear,.datepicker-done,.datepicker-today{color:#26a69a;padding:0 1rem}.datepicker-modal{display:none}.meta-data-wrapper{align-self:flex-start}.collapsible-body :after:after{clear:both;content:"";display:table}.document-viewer-wrapper{margin-bottom:-.5rem;margin-top:.5rem;position:sticky;top:80px}.document-viewer-wrapper .document-viewer{height:90vh;width:100%}.collapsible-body .issue-content{color:#ff9800}.select-icon{vertical-align:middle;width:44px}.pictogram-selector+* .select2-selection__choice__remove{top:7px!important}.alert.alert-danger ul>li{color:red}[type=checkbox]{display:block}[type=checkbox]+span:not(.lever){transform:scale(1) translateY(7px)}[type=checkbox]+span:not(.lever):after,[type=checkbox]+span:not(.lever):before{transform:scale(1)}@media only screen and (min-width:720px){[type=checkbox]{display:block}[type=checkbox]+span:not(.lever){transform:scale(.85) translateY(7px)}[type=checkbox]+span:not(.lever):after,[type=checkbox]+span:not(.lever):before{transform:scale(1)}}.vs--multiple #unselected_option .vs__deselect,.vs--multiple .vs__deselect{fill:#fff}.vs--multiple .vs__dropdown-option--selected{background-color:#009ca0;border:#009ca0;color:#fff}.vs--multiple #unselected_option .vs__selected,.vs--multiple .vs__selected{background-color:#009ca0;border:#009ca0;color:#fff;margin:4px 2px 0;padding:0 .25em;position:revert}
