@charset "UTF-8";*{margin:0;padding:0;outline:0}*:before{font-weight:400}ol,ul{list-style:none}button{border:none;margin:0;padding:0;width:auto;overflow:visible;background:transparent;color:inherit;font:inherit;line-height:normal;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none}button::-moz-focus-inner{border:0;padding:0}.iOS button.btn,.iOS button.btn-tab,.iOS button.page-menu-item,.iOS .dropdown-menu-item{display:inline-block!important}html,body{height:100%;overflow:hidden;position:relative;line-height:1em;font-family:ClearSans,sans-serif;font-weight:700}html{font-size:100%}body{color:var(--text);background-color:var(--main-bg);font-size:.8em}.cr-app{position:relative;height:100%;overflow:hidden;display:block}router-outlet{display:none}*:focus-visible{outline:black solid 2px}p{color:var(--text-contrast);line-height:normal}h1{font-size:1.4em;font-weight:900;display:inline-flex;align-items:center;line-height:1}h2{font-size:1.2em;font-weight:900;display:inline-block;line-height:normal;vertical-align:middle}h3{font-size:1.1em;font-weight:900;display:inline-block;color:var(--text-contrast);vertical-align:middle}.title-pill{border-radius:20px;border:1px solid var(--main-border);color:var(--text-contrast);padding:0 10px;margin:0 0 0 20px;line-height:1.5em;white-space:nowrap;display:inline-block;font-weight:700}.badge{border-radius:5px;padding:10px;display:inline-block;background-color:#eceff1;color:var(--text-contrast);white-space:nowrap;opacity:0;animation-name:fadeInFromLeft;animation-delay:50ms;animation-fill-mode:forwards;animation-duration:.2s;animation-iteration-count:1;animation-timing-function:ease}.badge-new{background-color:var(--main-bg);color:#00c853;border:2px solid #00C853}.badge-new-reverted{background-color:#00c8531a;color:#00c853}.badge+*{margin-left:10px}*+.badge{margin-left:10px}.badge-onboarding-new{background-color:var(--main-color);border-radius:.6em;font-size:.7rem;font-weight:700;text-align:center;height:.8em;min-width:.8em;padding:0 .2em;line-height:.8em;vertical-align:middle;color:#fff;position:absolute;top:0;left:5px;animation:pulse 2s infinite;box-sizing:border-box}.badge-onboarding-new.right-center{top:calc(50% - .4em);right:5%;left:auto}.badge-onboarding-new.badge-onboarding-new-header{background-color:var(--header-bg-reverse)}@keyframes pulse{0%{transform:scale(.95);box-shadow:0 0 0 0 var(--main-color-rgba-07)}70%{transform:scale(1);box-shadow:0 0 0 5px var(--main-color-rgba-00)}to{transform:scale(.95);box-shadow:0 0 0 0 var(--main-color-rgba-00)}}@keyframes pulse-header{0%{transform:scale(.95);box-shadow:0 0 #ffffffb3}70%{transform:scale(1);box-shadow:0 0 0 5px #fff0}to{transform:scale(.95);box-shadow:0 0 #fff0}}.sub-info{color:var(--text-contrast);font-style:italic}.card-block{border-radius:5px;border:1px solid var(--main-border);margin:20px;background-color:var(--main-bg);width:30vw;min-width:400px;max-width:100%;opacity:0;animation-name:fadeIn;animation-delay:50ms;animation-fill-mode:forwards;animation-duration:.2s;animation-iteration-count:1;animation-timing-function:ease}@media (max-width: 550px){.card-block{margin-top:5vh;width:80vw;min-width:inherit}}.card-block-header{padding:20px 30px;border-bottom:1px solid var(--main-border);display:flex;align-items:center}@media (max-width: 550px){.card-block-header{padding:20px}}.card-block-body{padding:30px}@media (max-width: 550px){.card-block-body{padding:20px}}.card-block-footer{padding:20px 30px;border-top:1px solid var(--main-border);display:flex;align-items:center;justify-content:space-between}@media (max-width: 550px){.card-block-footer{padding:20px}}*{scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track);scrollbar-width:thin}*:hover{scrollbar-color:var(--scrollbar-thumb-hover) var(--scrollbar-track)}*::-webkit-scrollbar{width:10px;height:10px}*::-webkit-scrollbar-track{background:var(--scrollbar-track)}*::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:5px}*::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}.login-vt-FEDER,.register-vt-FEDER{display:none}body{--main-color: #37474F;--main-color-darken-5pct: #34434b;--main-color-rgb: 55, 71, 79;--main-color-rgba-00: rgba(55, 71, 79, 0);--main-color-rgba-01: rgba(55, 71, 79, .1);--main-color-rgba-07: rgba(55, 71, 79, .7);--logo-itk: url(logo_itk.f4ee700fcdac4e9d.svg);--app-login-logo: url(logo.ba42a4d93db0836c.svg);--logo-loader: url(logo_loader.bafb0bf5ecf93d9e.svg);--header-bg: var(--main-color);--header-bg-reverse: #FFF;--header-txt: #fff;--header-nav-active: #fff;--header-banner-bg: #263238;--header-banner-txt: #FFF;--login-bg: var(--main-color);--login-bg-hover: var(--main-color-darken-5pct);--main-bg: #fff;--main-bg-darken: #fff;--main-bg-contrast-light: hsl(204, 15%, 97%);--main-bg-contrast: #ECEFF1;--main-border: #ECEFF1;--chart-overlay: rgba(255, 255, 255, .6);--main-bg-dark: #37474F;--border-element: #CFD8DC;--border-element-hover: #B0BEC5;--border-element-active: #37474F;--hover-element: rgba(38, 50, 56, .05);--glass: rgba(38, 50, 56, .6);--glass-light: rgba(255, 255, 255, .7);--onboarding-glass: var(--glass);--onboarding-focus-border: #FFF;--onboarding-focus-anim: #FFF;--text: #37474F;--text-contrast: #607D8B;--text-light: #FFF;--text-light-contrast: #B0BEC5;--offline-inprogress: #03A9F4;--offline-error: #f44336;--offline-warning: #FFA000;--offline-success: #00C853;--tooltip-bg: #37474F;--tooltip-text: #fff;--tooltip-text-light: var(--text-contrast);--button-bg: #ECEFF1;--button-bg-hover: #CFD8DC;--button-bg-disabled: rgb(250.6818181818, 251.3636363636, 251.8181818182);--button-text-disabled: #CFD8DC;--button-nav: --text;--button-nav-active: var(--main-color);--button-nav-active-text: #fff;--button-main-color: var(--main-color);--button-main-color-darken: var(--main-color-darken-5pct);--button-main-color-text: #fff;--chart-marker: #CFD8DC;--chart-movable-marker: #37474F;--chart-element-reverted: #37474F;--chart-axis-color: --text-contrast;--chart-forecast-overlay: rgba(38, 50, 56, .1);--chart-forecast-marker: #263238;--nitrogen-uptake: #90E2D7;--chart-outside-bar: #CFD8DC;--scrollbar-track: #ECEFF1;--scrollbar-thumb: #B0BEC5;--scrollbar-thumb-hover: #90A4AE;--intervention: #37474F;--search-filter-bg: #fff;--prevent-menu-background: #F0F0F0;--prevent-menu-shadow: #D6D6D6;--prevent-menu-tab-background: #FFF;--prevent-map-btn-background: #FFF;--prevent-alert-background: #fafafa;--shadow-light: 0px 10px 15px 0px rgba($greyblue-900,.1);--shadow: 0px 10px 15px 0px rgba(0,0,0,.3);--shadowSmall: 0px 3px 5px 0px rgba(0,0,0, .15);--shadowLight-reversed: 0px -10px 15px 0px rgba(0,0,0,.1);--shadowLight-reversed: 0px 0px 10px 0px rgba(0,0,0,.1)}@font-face{font-family:ClearSans;src:local("Clear Sans"),local("ClearSans"),local("ClearSans-Regular"),url(ClearSans-Regular.1f8211d8dad6ca61.woff2) format("woff2"),url(ClearSans-Regular.4c6e51f146c310d8.woff) format("woff");font-weight:500;font-style:normal}@font-face{font-family:ClearSans;src:local("Clear Sans Medium"),local("ClearSans-Medium"),url(ClearSans-Medium.d95d6b1d7a775621.woff2) format("woff2"),url(ClearSans-Medium.0adae3423f6f7d1e.woff) format("woff");font-weight:700;font-style:normal}@font-face{font-family:ClearSans;src:local("Clear Sans Bold"),local("ClearSans-Bold"),url(ClearSans-Bold.60bfb03f054a98d3.woff2) format("woff2"),url(ClearSans-Bold.e32e50e8f373b166.woff) format("woff");font-weight:900;font-style:normal}[class^=icon-]:before,[class*=" icon-"]:before{font-size:1.2em;vertical-align:middle}[class^=icon-],[class*=" icon-"]{line-height:1.1}[class^=icon-]+span,[class*=" icon-"]+span{margin-left:.5em}.icon-duo{position:relative}.icon-duo [class*=duo-after]{position:absolute;top:0;left:0;margin:0}.icon-tachometer:before{background:linear-gradient(90deg,#00c853 25%,#ffa000 25% 75%,#f44336 75%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.icon-drop-full-edit:before{background:linear-gradient(120deg,#03a9f4 60%,#37474f 60%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.icon-drop-full-edit-duo-before:before{color:#03a9f4}.icon-nitrogen-edit:before{background:linear-gradient(120deg,#00b89f 60%,#37474f 60%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.icon-rainfall-edit-duo-before:before{color:#03a9f4}.icon-nitrogen-square-edit:before,.icon-nitrogen-square-edit-duo-before:before{color:#00b89f!important}.icon-nitrogen-square-water-duo-after:before{color:#03a9f4!important}.icon-nitrogen-square-foliar-duo-after:before{color:#73c83c!important}.icon-nitrogen-square-soil-duo-after:before{color:#8d6e63!important}.icon-cover-crop-edit-duo-before:before{color:#73c83c}.icon-green-zone-edit-duo-before:before{color:#00c853}.itkselect-option .icon-cover-crop-medium{color:#73c83c}.itkselect-option .icon-tractor{color:#7e57c2}.itkselect-option .icon-drop{color:#03a9f4}.itkselect-option .icon-nitrogen{color:#00b89f}a,button{cursor:pointer}a *,button *{pointer-events:none}.btn{display:inline-flex;align-items:center;justify-content:center;text-align:center;text-decoration:none;padding:0 12px;font-size:.8rem;font-weight:700;height:40px;min-width:40px;vertical-align:middle;border:none;border-radius:40px;box-sizing:border-box;background:none;transition:all .2s ease;color:var(--text);background-color:var(--button-bg);position:relative;transition-property:border-color,background-color,color;transition-duration:.1s}.btn .cr-loader{height:1.2em;width:1.2em;margin-right:.5em;opacity:0;animation-name:fadeIn;animation-delay:50ms;animation-fill-mode:forwards;animation-duration:.2s;animation-iteration-count:1;animation-timing-function:ease}.btn.active,.btn.active:focus,.btn.active:hover{background-color:var(--main-bg)}.btn.btn-small{padding:0 10px;height:30px}.btn:hover,.btn:focus{background-color:var(--button-bg-hover)}.btn:active{background-color:var(--button-bg)}.btn-squared{border-radius:5px}@media (max-width: 1300px){.btn .smallscreen-btn-icon{font-size:1.3em}}@media (max-width: 1150px){.btn .tablet-btn-icon{font-size:1.3em}}@media (max-width: 800px){.btn .tabletportrait-btn-icon{font-size:1.3em}}@media (max-width: 550px){.btn .mobile-btn-icon{font-size:1.3em}}.btn+.btn{margin-left:5px}.btn img{display:inline-block;margin-right:.5em;height:1em}@media (max-width: 1150px){.btn{padding:0 10px}}.btn-transparent{color:var(--text);background:transparent}.btn-transparent:hover,.btn-transparent:focus{background:#0000000d}.btn-transparent:active{color:var(--text);background:transparent}.btn-transparent-white{color:#fff;background:transparent}.btn-transparent-white:hover,.btn-transparent-white:focus{background:#ffffff0d}.btn-transparent-white:active{color:#fff;background:transparent}.btn-white{color:var(--text);background:var(--main-bg)}.btn-white:hover,.btn-white:focus{background:#f5f5f5}.btn-white:active{color:var(--text);background:var(--main-bg)}.btn-green{color:#fff;background:#00c853}.btn-green:hover,.btn-green:focus{background:#00af48}.btn-green:active{color:#fff;background:#00c853}.btn-blue{color:#fff;background:#03a9f4}.btn-blue:hover,.btn-blue:focus{background:#0398db}.btn-blue:active{color:#fff;background:#03a9f4}.btn-red{color:#fff;background:#f44336}.btn-red:hover,.btn-red:focus{background:#f32c1e}.btn-red:active{color:#fff;background:#f44336}.btn-dark{color:#fff;background:var(--text)}.btn-dark:hover,.btn-dark:focus{background:#56707c}.btn-dark:active{color:#fff;background:var(--text)}.btn-grey{color:#fff;background:var(--text-contrast)}.btn-grey:hover,.btn-grey:focus{background:#8aa2ae}.btn-grey:active{color:#fff;background:var(--text-contrast)}.btn-main{color:var(--button-main-color-text);background:var(--button-main-color)}.btn-main:hover,.btn-main:focus{background:var(--button-main-color-darken)}.btn-main:active{color:var(--button-main-color-text);background:var(--button-main-color)}.btn-water{color:#fff;background:#03a9f4}.btn-water:hover,.btn-water:focus{background:#0398db}.btn-water:active{color:#fff;background:#03a9f4}.btn-nitrogen{color:#fff;background:#00b89f}.btn-nitrogen:hover,.btn-nitrogen:focus{background:#009f89}.btn-nitrogen:active{color:#fff;background:#00b89f}.btn-cover-crop{color:#fff;background:#73c83c}.btn-cover-crop:hover,.btn-cover-crop:focus{background:#67b734}.btn-cover-crop:active{color:#fff;background:#73c83c}.btn-treatment{color:#fff;background:#7e57c2}.btn-treatment:hover,.btn-treatment:focus{background:#7044bb}.btn-treatment:active{color:#fff;background:#7e57c2}.btn-add{color:var(--text);border-radius:5px;border-style:dashed;border-color:var(--text-contrast);border-width:1px;background:transparent}.btn-add:hover,.btn-add:focus{background:var(--hover-element)}.btn-add:active{color:var(--text);background:transparent}.btn-save{color:#fff;background:#00c853}.btn-save:hover,.btn-save:focus{background:#00af48}.btn-save:active{color:#fff;background:#00c853}.btn-delete{color:#f44336;background:transparent}.btn-delete:hover,.btn-delete:focus{color:#ea1c0d;background:#f443361a}.btn-delete:active{color:#f44336;background:transparent}.btn-icon{font-size:1.4em;width:40px}.btn-with-label{height:35px}.btn-icon-text{display:inline-block;height:auto;padding-top:5px;padding-bottom:5px}.btn-icon-text [class*=icon-]{font-size:1.8em;margin-bottom:.5em}.btn-icon-text :not([class*=icon-]){font-size:.9em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn-round{padding:0;text-align:center;width:40px}.btn-round-small{height:30px;width:30px;min-width:30px;font-size:1em}.btn-square{border-radius:5px}.btn-tag{border-radius:5px;border:1px solid var(--button-bg);background-color:transparent;color:var(--text-contrast)}.btn-tag:hover,.btn-tag:focus{background-color:var(--hover-element)}.btn-tag:active{color:var(--text)}.btn[disabled],.btn[disabled]:hover,.btn[disabled]:focus,.btn[disabled]:active,.btn-disabled,.btn-disabled:hover,.btn-disabled:focus,.btn-disabled:active{background-color:var(--button-bg-disabled)!important;border-color:var(--button-bg-disabled)!important;color:var(--button-text-disabled)!important;cursor:default}.btn-soft-disabled{cursor:default}.btn-soft-disabled:hover,.btn-soft-disabled:focus{opacity:.3}.btn[disabled].btn-submitting{cursor:inherit;color:var(--button-text-disabled);background-color:var(--button-bg-disabled)}.btn-twins{white-space:nowrap;display:inline-block}.btn-twins+.btn-twins,.btn-twins+.btn,.btn+.btn-twins{margin-left:5px}.btn-twin{transition:all .1s ease}.btn-twin:not(.no-twins){border-radius:0}.btn-twin:not(:first-child):not(:last-child){margin-left:1px;z-index:1}.btn-twin:first-child{border-top-left-radius:40px;border-bottom-left-radius:40px}.btn-twin:last-child{margin-left:1px;border-top-right-radius:40px;border-bottom-right-radius:40px}.btn-twin-nav:first-child{width:40px}.btn-twin-nav:last-child{width:40px}.btn-twin-square{flex-direction:column}.btn-twin-square:first-child{border-top-left-radius:5px;border-bottom-left-radius:5px}.btn-twin-square:last-child{border-top-right-radius:5px;border-bottom-right-radius:5px}.btn-twin-square.active{border-top-left-radius:0;border-top-right-radius:0;box-shadow:0 2px #37474f inset}.btn-twin-square>*:not([class*=icon-]){font-size:.8em}.btn-calendar-today{margin-bottom:5px;border-radius:0}.btns-tabs-group{padding:0 10px;display:block;white-space:nowrap;box-shadow:0 -1px 0 0 inset var(--border-element)}@media (max-width: 800px){.btns-tabs-group{max-width:100%;overflow-x:auto}}.btns-tabs-group.full{display:flex}.btns-tabs-group.full>.btn-tab{flex:1}.btns-tabs-group .btn-tab{display:inline-flex;align-items:center;justify-content:center;margin-bottom:5px;vertical-align:top;box-shadow:0 0 #fff;border:1px solid var(--button-bg)}.btns-tabs-group .btn-tab:hover,.btns-tabs-group .btn-tab:focus{border-color:var(--button-bg-hover)}.btns-tabs-group .btn-tab.active{margin-bottom:0;border-bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0;height:45px;border-color:var(--border-element);box-shadow:0 1px 0 0 var(--main-bg);background-color:var(--main-bg);z-index:1}@media (min-width: 800px){.btns-tabs-group .btn-tab.active-above-tablet_portrait{margin-bottom:0;border-bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0;height:45px;border-color:var(--border-element);box-shadow:0 1px 0 0 var(--main-bg);background-color:var(--main-bg);z-index:1}}@media (min-width: 800px){.btns-tabs-group-vertical{border-bottom:0;border-right:1px solid var(--border-element);padding:10px 0;display:block;box-shadow:none}.btns-tabs-group-vertical .btn-tab-vertical{border-radius:5px;display:flex;width:calc(100% - 5px);margin-right:5px;margin-left:0;justify-content:flex-start;border:1px solid var(--button-bg)}.btns-tabs-group-vertical .btn-tab-vertical:hover,.btns-tabs-group-vertical .btn-tab-vertical:focus{border-color:var(--button-bg-hover)}.btns-tabs-group-vertical .btn-tab-vertical:not(:last-child){margin-bottom:5px}.btns-tabs-group-vertical .btn-tab-vertical.active{margin-right:0;border-right:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:5px;width:100%;border-color:var(--border-element);box-shadow:2px 0 0 0 var(--main-bg);background-color:var(--main-bg);border-left:2px solid var(--button-nav-active);border-bottom:1px solid var(--border-element);z-index:1}}@media (max-width: 550px){.btns-tabs-group-mobile-stacked{white-space:normal;padding:0}.btns-tabs-group-mobile-stacked .btn,.btns-tabs-group-mobile-stacked .btn-tab{margin:5px}.btns-tabs-group-mobile-stacked .btn.active,.btns-tabs-group-mobile-stacked .btn-tab.active{border-width:1px;border-radius:5px;height:40px;box-shadow:0;border-color:var(--button-nav-active);background-color:var(--button-nav-active);color:var(--button-nav-active-text)}}.btn-tab-new{border-radius:50%;background-color:var(--button-main-color);color:var(--button-main-color-text);display:inline-flex;margin:0 5px 0 0}.btn-full{width:100%}.link{display:inline-block;color:var(--button-main-color);transition:all .2s ease;cursor:pointer}.link:hover,.link:focus{color:var(--button-main-color-darken)}.link:hover *:not([class*=icon-]),.link:focus *:not([class*=icon-]){text-decoration:underline}.link-grey{color:var(--text-contrast)}.link-grey:hover,.link-grey:focus{color:var(--text)}.link-grey:hover *:not([class*=icon-]),.link-grey:focus *:not([class*=icon-]){text-decoration:underline}.btn-notif{margin-left:.5em;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:.8em;min-height:10px;box-sizing:border-box;padding:2px 5px;border-radius:10px;background-color:var(--main-bg);border:1px solid var(--main-border);color:var(--text-contrast);line-height:1}.btn-notif-floating{position:absolute;right:5px}.btn-toggle{border:1px solid var(--button-bg)}.btn-toggle+.btn-toggle{margin-left:0}.btn-toggle:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.btn-toggle:not(:first-child){border-left:0}.btn-toggle:not(:first-child):not(:last-child){border-radius:0}.btn-toggle:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-toggle.active{color:var(--button-nav-active);background-color:transparent}.notif{display:grid;grid-template-columns:max-content 1fr;justify-content:center;align-items:center;min-height:40px;padding:10px 20px;border-radius:5px;border:1px solid var(--main-border);box-sizing:border-box;color:var(--text-contrast);opacity:0;animation-name:fadeIn;animation-delay:50ms;animation-fill-mode:forwards;animation-duration:.2s;animation-iteration-count:1;animation-timing-function:ease}.notif:before{content:"";font-size:1.2em;font-family:itk-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;white-space:nowrap;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.notif-full{display:flex;width:100%}.notif-error{background-color:#f443361a;color:#f44336;border:0}.notif-error:before{content:"\ea87";margin-right:10px}.notif-warning{background-color:#ffa0001a;color:#ffa000;border:0}.notif-warning:before{content:"\ea87";margin-right:10px}.notif-info{background-color:#03a9f41a;color:#03a9f4;border:0}.notif-info:before{content:"\eab5";margin-right:10px}.notif-success{background-color:#00c8531a;color:#00c853;border:0}.notif-success:before{content:"\ea33";margin-right:10px}.input:-webkit-autofill,.input:-webkit-autofill:hover,.input:-webkit-autofill:focus,.input:-webkit-autofill:active{box-shadow:0 0 0 30px var(--main-bg-darken) inset!important}.field{position:relative;padding:10px 0 0;display:flex;flex-direction:row;flex-wrap:wrap}.field .text{color:var(--text);flex:1;line-height:40px}.field .suffix{height:40px;line-height:40px;padding-right:10px;border-top-right-radius:4px;border-bottom-right-radius:4px;color:var(--text-contrast);border:1px solid var(--border-element);border-left:0;box-sizing:border-box;transition:all .1s ease;background-color:var(--main-bg-darken)}.field .suffix-whith-btn{border-top-right-radius:0;border-bottom-right-radius:0;border-right:0}.field .suffix .hint{animation-name:textHint;animation-delay:50ms;animation-fill-mode:forwards;animation-duration:.2s;animation-iteration-count:1;animation-timing-function:ease}.field .btn-sticked{border-radius:0 5px 5px 0;padding:0 10px}.field .btn{align-self:flex-end}.field cr-unit-system-select{width:100%}.field+.info-hint{height:40px;line-height:40px;vertical-align:middle;font-size:1rem;padding-left:5px}.radios-toggles-wrapper{width:100%;border:1px solid var(--border-element);display:flex;border-radius:4px;box-sizing:border-box;overflow:hidden;font-size:.6rem}.radios-toggles-wrapper .radio-toggle{appearance:none;cursor:pointer;flex:1;font-size:1.5em;padding:10px;display:flex;align-items:center;justify-content:center;color:var(--text-contrast)}.radios-toggles-wrapper .radio-toggle:hover,.radios-toggles-wrapper .radio-toggle:focus{color:var(--text);background-color:var(--main-bg-contrast);outline:none}.radios-toggles-wrapper .radio-toggle:checked{color:var(--button-main-color-text);background-color:var(--button-main-color)}.radios-toggles-wrapper.input-textlike,.radios-toggles-wrapper.input-textlike .radio-toggle{border:0}.radios-toggles-wrapper.input-textlike .radio-toggle input~.radio-toggle-label{border:0;background-color:transparent}.field .radios-toggles-wrapper{height:40px;font-size:.9rem}.field-select{display:flex}.field-select select{padding-right:20px;font-family:inherit;background-color:transparent}.field-select select option{color:#37474f}.field-select:not([class*=disabled]) select{cursor:pointer}.field-select:not([class*=disabled]):before{content:"\ea34";font-family:itk-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;white-space:nowrap;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;z-index:1;top:30px;transform:translateY(-50%);right:5px;font-size:1.2em;pointer-events:none}.field-actions{display:flex;justify-content:space-between}.input,.itk-input-date-btn,.textarea{flex:1;border:1px solid var(--border-element);border-radius:5px;padding:10px;text-align:left;box-sizing:border-box;height:40px;transition:all .1s ease;font-family:ClearSans;font-weight:700;width:100%;overflow:hidden;appearance:none;color:var(--text);background-color:var(--main-bg-darken)}.input.with-suffix,.itk-input-date-btn.with-suffix,.textarea.with-suffix{border-top-right-radius:0;border-bottom-right-radius:0;border-right:0;padding-right:0}.input:hover,.input:active,.input:active~.suffix,.input:hover~.suffix,.itk-input-date-btn:hover,.itk-input-date-btn:active,.itk-input-date-btn:active~.suffix,.itk-input-date-btn:hover~.suffix,.textarea:hover,.textarea:active,.textarea:active~.suffix,.textarea:hover~.suffix{border-color:var(--border-element-hover)}.input:focus,.input:focus~.suffix,.itk-input-date-btn:focus,.itk-input-date-btn:focus~.suffix,.textarea:focus,.textarea:focus~.suffix{outline:none;border-color:var(--border-element-active)}span.input{line-height:20px}.textarea{min-height:40px;resize:vertical}.checkbox-item,.radio-item{height:40px;line-height:40px;position:relative}.checkbox,.radio{position:absolute;appearance:none;border:0;cursor:pointer;top:50%;transform:translateY(-50%);left:5px;width:1.2rem;height:1.2rem}.checkbox:focus,.radio:focus{outline:none}.checkbox:focus:focus-visible+.checkbox-label,.checkbox:focus:focus-visible+.radio-label,.radio:focus:focus-visible+.checkbox-label,.radio:focus:focus-visible+.radio-label{outline:2px solid black}.checkbox:focus:after,.radio:focus:after{opacity:.5}.checkbox:focus+.checkbox-label,.checkbox:focus+.radio-label,.radio:focus+.checkbox-label,.radio:focus+.radio-label{background-color:var(--hover-element);color:var(--text)}.checkbox:not(.checkbox):before,.checkbox:not(.checkbox):after,.radio:not(.checkbox):before,.radio:not(.checkbox):after{border-radius:50%}.checkbox:before,.checkbox:after,.radio:before,.radio:after{content:"";position:absolute;display:block;height:1.2rem;width:1.2rem;line-height:1.2rem;font-size:.8rem;text-align:center;left:0;top:50%;transform:translateY(-50%);border-radius:5px;transition:all .1s ease}.checkbox:before,.radio:before{box-shadow:inset 0 0 0 1px var(--border-element)}.checkbox:hover:before,.checkbox:focus:before,.radio:hover:before,.radio:focus:before{box-shadow:inset 0 0 0 1px var(--border-element-hover)}.checkbox:after,.radio:after{content:"\ea33";font-family:itk-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;white-space:nowrap;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-shadow:inset 0 0 #b0bec5;color:transparent;opacity:0}.checkbox:checked,.radio:checked{color:var(--text)}.checkbox:checked:before,.radio:checked:before{opacity:0}.checkbox:checked:after,.radio:checked:after{opacity:1;box-shadow:inset 0 0 0 .6rem #00c853;color:#fff;line-height:1.2rem}.checkbox-label,.radio-label{height:40px;display:block;-webkit-user-select:none;user-select:none;color:var(--text-contrast);cursor:pointer;border-radius:5px;padding:0 5px 0 calc(1.2rem + 15px);display:flex;align-items:center}.checkbox-label:hover,.radio-label:hover{background-color:var(--hover-element);color:var(--text);transition:all .2s ease}.checkbox-label>span,.checkbox-label>a,.radio-label>span,.radio-label>a{line-height:normal;display:inline}.checkbox:checked+.checkbox-label,.radio:checked+.radio-label{color:var(--text)}.checkbox-wrapper-calendar{display:flex;flex-direction:row;align-items:center}.checkbox-wrapper-calendar label{font-size:.9em;color:var(--text-contrast);transition:all .1s ease}.checkbox-wrapper-calendar>label{margin-right:10px}.checkbox-wrapper-calendar .field{border-left:1px solid var(--border-element);border-bottom:1px solid var(--border-element);flex:1;text-align:center}.checkbox-wrapper-calendar .field:last-child{border-right:1px solid var(--border-element)}.checkbox-wrapper-calendar .field label{position:absolute;top:0;left:0;width:100%;margin:0;border-width:1px 0;border-style:solid;border-color:var(--border-element);text-transform:uppercase}.checkbox-wrapper-calendar .field .checkbox{height:40px;width:100%;position:relative;flex:none}.checkbox-wrapper-calendar .field .checkbox:before,.checkbox-wrapper-calendar .field .checkbox:after{left:0;right:0;margin:0 auto}.checkbox-wrapper-calendar .field .checkbox:checked~label{background-color:#37474f;color:#fff}.block-label{font-size:.9em;font-weight:700;color:var(--text-contrast)}.inline-label{font-size:.9em;background:var(--main-bg);font-weight:700;padding:0 0 8px;color:var(--text-contrast);transition-duration:.2s;line-height:1;pointer-events:none}.floating-label{position:absolute;background:var(--main-bg);font-weight:700;padding:0 4px 4px 0;color:var(--text-contrast);pointer-events:none;border-radius:0 0 5px;font-size:.9em;line-height:.9em;top:0;left:0}.input:focus~.floating-label{color:inherit}.label-tip{font-size:.9em;padding:0 0 0 5px}.input::placeholder{opacity:.4;color:inherit}.input::-moz-placeholder{opacity:.4;color:inherit}.input::-webkit-input-placeholder{opacity:.4;color:inherit}.input-tip{font-size:.9em;padding:4px 0;flex:0 100%}@keyframes inputErrorPop{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.input-error{font-size:.9em;color:#f44336;padding:4px 0;opacity:0;animation-name:inputErrorPop;flex:0 100%;white-space:normal;animation-delay:50ms;animation-fill-mode:forwards;animation-duration:.2s;animation-iteration-count:1;animation-timing-function:ease}.input.ng-touched.ng-invalid~.floating-label,.input.ng-touched.ng-invalid~.suffix{color:#f44336}.input.ng-touched.ng-invalid{color:#f44336;border-color:#f44336}.input.ng-touched.ng-invalid~.suffix{border-color:#f44336}.input.ng-touched.ng-invalid:focus,.input.ng-touched.ng-invalid:focus~.suffix{border-color:#f44336}.input-disabled,.input:disabled{appearance:none;background-color:var(--button-bg-disabled);border-color:var(--border-element);color:var(--text-contrast);cursor:default}.input-disabled::-webkit-inner-spin-button,.input-disabled::-webkit-outer-spin-button,.input:disabled::-webkit-inner-spin-button,.input:disabled::-webkit-outer-spin-button{appearance:none}.input-disabled~.suffix,.input:disabled~.suffix{background-color:var(--button-bg-disabled);border-color:var(--border-element)}.disabled-textlike .input,.disabled-textlike input,.disabled-textlike .itk-input-date-btn,.input.input-textlike{appearance:none;background-color:transparent;border-color:transparent;padding-left:0;color:var(--text);pointer-events:none;cursor:inherit}.disabled-textlike .input~*,.disabled-textlike input~*,.disabled-textlike .itk-input-date-btn~*,.input.input-textlike~*{pointer-events:none}.disabled-textlike .input~.suffix,.disabled-textlike input~.suffix,.disabled-textlike .itk-input-date-btn~.suffix,.input.input-textlike~.suffix{background-color:transparent;border-color:transparent}.disabled-textlike .input~.floating-label,.disabled-textlike input~.floating-label,.disabled-textlike .itk-input-date-btn~.floating-label,.input.input-textlike~.floating-label{background-color:transparent}.checkbox-switch-wrapper{position:relative;display:inline-flex;align-items:center}.checkbox-switch{appearance:none;height:1rem;width:2rem;position:relative;margin:0 10px;cursor:pointer;background:var(--border-element);border-radius:1rem;transition:all .1s ease;box-shadow:0 0 0 .1rem var(--border-element)}.checkbox-switch:after{content:"";position:absolute;left:0;display:block;top:50%;transform:translateY(-50%);height:1rem;width:1rem;border-radius:50%;transition:all .1s ease;background:#fff}.checkbox-switch:hover:after,.checkbox-switch:focus:after{box-shadow:0 0 0 .1rem #2632381a}.checkbox-switch:checked{background:#00c853;box-shadow:0 0 0 .1rem #00c853}.checkbox-switch:checked:after{left:1rem}.checkbox-switch-small{appearance:none;height:.8rem;width:1.6rem;position:relative;margin:0 10px;cursor:pointer;background:var(--border-element);border-radius:.8rem;transition:all .1s ease;box-shadow:0 0 0 .08rem var(--border-element)}.checkbox-switch-small:after{content:"";position:absolute;left:0;display:block;top:50%;transform:translateY(-50%);height:.8rem;width:.8rem;border-radius:50%;transition:all .1s ease;background:#fff}.checkbox-switch-small:hover:after,.checkbox-switch-small:focus:after{box-shadow:0 0 0 .08rem #2632381a}.checkbox-switch-small:checked{background:#00c853;box-shadow:0 0 0 .08rem #00c853}.checkbox-switch-small:checked:after{left:.8rem}.images-toggles-list{display:flex;flex-direction:row}.image-toggle-list-item{flex:1;position:relative;display:flex;flex-direction:column-reverse;overflow:hidden;justify-content:flex-end}.image-toggle-list-item:not(:last-child){margin-right:10px}.image-toggle-list-item input{appearance:none;cursor:pointer;position:absolute;height:70px;width:100%;z-index:1}.image-toggle-list-item input:hover~.image,.image-toggle-list-item input:focus~.image{background-color:var(--button-bg-hover)}.image-toggle-list-item input:checked~.image{background-color:transparent;box-shadow:0 0 0 2px inset var(--text-contrast)}.image-toggle-list-item input:checked~.image:after{content:"\ea33";font-family:itk-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;white-space:nowrap;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:block;position:absolute;bottom:0;right:0;height:20px;width:20px;line-height:20px;text-align:center;border-radius:10px 0;background-color:var(--text-contrast);color:var(--main-bg)}.image-toggle-list-item input:checked~label{color:var(--text)}.image-toggle-list-item .image{pointer-events:none;height:70px;background-color:var(--button-bg);border-radius:10px;transition:all .2s ease;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.image-toggle-list-item .image:focus,.image-toggle-list-item .image:hover{background-color:var(--button-bg-hover)}.image-toggle-list-item .image img{height:100%;width:100%;max-width:100%}.image-toggle-list-item label{text-align:center;display:block;margin-top:10px;color:var(--text-contrast);line-height:normal}.summary-wrapper{padding:15px 20px;border:1px solid var(--main-border);border-radius:5px}.summary-wrapper h2{margin-bottom:10px}.summary-row{display:flex;color:var(--text-contrast);position:relative;align-items:baseline}.summary-row:not(:last-child){margin-bottom:10px}.summary-row-highlighted{color:var(--text)}.summary-row:before{content:"";position:absolute;right:0;top:1em;width:100%;z-index:0;border-bottom:1px dashed var(--border-element)}.summary-row-title,.summary-row-value{flex:1;z-index:1;display:inline;align-items:center}.summary-row-title span,.summary-row-value span{display:inline;line-height:1.2rem;background:var(--main-bg);position:relative;vertical-align:text-bottom}.summary-row-title{text-align:left}.summary-row-title [class*=icon]{font-size:1.2em}.summary-row-title [class*=icon]+span{margin-left:0;padding-left:.5em}.summary-row-value{font-size:1.2em;font-weight:900;text-align:right;justify-content:flex-end;color:var(--text);margin-top:-.1em}.summary-row-value>span{padding-left:4px}.summary-row-value-small{font-size:inherit;margin-top:inherit}body{--plotlist-width: 350px;--admin-tree-width: 400px}@media (max-width: 1300px){body{--admin-tree-width: 350px}}@media (max-width: 1150px){body{--admin-tree-width: 300px;--plotlist-width-minus: -350px;--admin-tree-width-minus: -300px}}@media (max-width: 550px){body{--plotlist-width: 90vw;--plotlist-width-minus: -90vw;--admin-tree-width: 90vw;--admin-tree-width-minus: -90vw}}.app-page{display:grid;grid-template-areas:"header" "breadcrumb" "body";grid-template-rows:70px max-content 1fr;height:100%;max-width:800px}.app-page-full{max-width:100%;width:100%}@media (max-width: 800px){.app-page{height:auto;min-height:100%}}.app-page-centered{margin:0 auto}@media (max-width: 550px){.app-page-WATER,.app-page-DISEASE{grid-template-rows:120px max-content 1fr}}.app-page-breadcrumb{grid-area:breadcrumb;margin:0 40px 10px}@media (max-width: 1150px){.app-page-breadcrumb{margin:10px 20px 0}}.app-page-header{grid-area:header;display:flex;align-items:center;justify-content:space-between;padding:0 40px;height:70px}.app-page-header h1{margin-right:1em}@media (max-width: 1150px){.app-page-header{padding:0 20px}}.app-page-body{grid-area:body;padding:0 40px;box-sizing:border-box}@media (max-width: 1150px){.app-page-body{padding:20px}}.app-page-body-noscroll{padding-bottom:20px;display:flex;flex-direction:column;overflow:hidden}.app-page-body-no-footer{padding-bottom:40px}.app-page-body-footer{position:sticky;bottom:0;margin-left:-20px;width:100%;z-index:2;background-color:var(--main-bg);padding:20px;display:flex;justify-content:space-between}@media (max-width: 1150px){cr-admin .app-page-body{padding:0 20px 20px}}@keyframes textHint{to{color:var(--text);transform:scale(1.05)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInFromLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInFromRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,30px,0)}to{opacity:1;transform:translateZ(0)}}.legend{text-align:right}.legend-item{display:inline-block;font-size:.9em;padding:5px 5px 5px 0}.legend-item:before{content:"";display:inline-block;vertical-align:middle;margin:0 2px 0 0;width:10px;height:10px}.legend-aw-indicator_risk:before{border-radius:2px}.legend-aw-indicator_risk-unknown:before{background-color:#37474f}.legend-aw-indicator_risk-none:before{background-color:#00c853}.legend-aw-indicator_risk-low:before{background-color:#ffa000}.legend-aw-indicator_risk-medium:before{background-color:#f57c00}.legend-aw-indicator_risk-high:before{background-color:#f44336}.plot-header-nav{display:flex;flex:2;box-sizing:border-box;align-items:center;justify-content:center;gap:5px}@media (max-width: 800px){.plot-header-nav{width:100%}.plot-header-nav .plot-header-nav-btn{flex:1;margin:0;justify-content:center;padding:10px}}.plot-header-nav-btn{position:relative;display:inline-flex;flex-direction:column;border-radius:5px;background-color:var(--button-bg);transition:all .2s;margin:5px 0 0;padding:10px 20px;align-items:center;gap:4px;white-space:nowrap}.plot-header-nav-btn-inline{flex-direction:row}.plot-header-nav-btn:hover,.plot-header-nav-btn:focus{background-color:var(--button-bg-hover)}.plot-header-nav-btn [class*=icon-]{font-size:1.2em}.plot-header-nav-btn span{margin:0}.plot-header-nav-btn:before,.plot-header-nav-btn:after{content:"";bottom:0;position:absolute;background:transparent;height:100%;width:15px;pointer-events:none;transition:all .2s;box-shadow:0 -10px 0 0 var(--header-bg);border-radius:0;opacity:0}@media (max-width: 800px){.plot-header-nav-btn:before,.plot-header-nav-btn:after{display:none}}.plot-header-nav-btn:before{right:100%}.plot-header-nav-btn:after{left:100%}.plot-header-nav-btn.active{background-color:var(--header-bg);color:var(--header-txt);border-radius:0 0 5px 5px;padding-top:15px;margin-top:0;box-shadow:0 50px 0 0 inset var(--header-bg),0 10px 15px #2632381a;z-index:1}.plot-header-nav-btn.active:before,.plot-header-nav-btn.active:after{opacity:1}.plot-header-nav-btn.active:before{border-radius:0 6px 0 0}.plot-header-nav-btn.active:after{border-radius:6px 0 0}@media (max-width: 800px){.plot-header-nav-btn.active{padding-top:10px;border-radius:5px}}.plot-header-nav-btn .teasing-label{position:absolute;background-color:#00c853;color:#fff;top:0;right:0;border-radius:10px;padding:2px 5px;line-height:1;font-size:.8rem;transform:translate(10px);z-index:1}@font-face{font-family:itk-icons;src:url(itk-icons.ab304e581b8732e5.eot?t=1731599564133);src:url(itk-icons.ab304e581b8732e5.eot?t=1731599564133#iefix) format("embedded-opentype"),url(itk-icons.5a380f07c46411aa.woff2?t=1731599564133) format("woff2"),url(itk-icons.75c41845a1e9c505.woff?t=1731599564133) format("woff"),url(itk-icons.3789e543301eb354.ttf?t=1731599564133) format("truetype"),url(itk-icons.75b674c79b90b726.svg?t=1731599564133#itk-icons) format("svg");font-weight:400;font-style:normal}[class^=icon-]:before,[class*=" icon-"]:before{font-family:itk-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;vertical-align:middle;white-space:nowrap;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-almonds-edit:before{content:"\ea01"}.icon-almonds:before{content:"\ea02"}.icon-anchor:before{content:"\ea03"}.icon-antenna:before{content:"\ea04"}.icon-apple-color:before{content:"\ea05"}.icon-apple-edit:before{content:"\ea06"}.icon-apple:before{content:"\ea07"}.icon-apricot-edit:before{content:"\ea08"}.icon-apricot:before{content:"\ea09"}.icon-arrow-down-left:before{content:"\ea0a"}.icon-arrow-down-right:before{content:"\ea0b"}.icon-arrow-down:before{content:"\ea0c"}.icon-arrow-left:before{content:"\ea0d"}.icon-arrow-right:before{content:"\ea0e"}.icon-arrow-step-increase:before{content:"\ea0f"}.icon-arrow-up-left:before{content:"\ea10"}.icon-arrow-up-right:before{content:"\ea11"}.icon-arrow-up:before{content:"\ea12"}.icon-back-time:before{content:"\ea13"}.icon-balance-bars:before{content:"\ea14"}.icon-balance:before{content:"\ea15"}.icon-banana-app:before{content:"\ea16"}.icon-banana-edit:before{content:"\ea17"}.icon-banana:before{content:"\ea18"}.icon-bell-add:before{content:"\ea19"}.icon-bell-bull:before{content:"\ea1a"}.icon-bell-cog:before{content:"\ea1b"}.icon-bell-off:before{content:"\ea1c"}.icon-bell-ring:before{content:"\ea1d"}.icon-bell:before{content:"\ea1e"}.icon-boxes:before{content:"\ea1f"}.icon-cacao-edit:before{content:"\ea20"}.icon-cacao:before{content:"\ea21"}.icon-calendar-add:before{content:"\ea22"}.icon-calendar-edit:before{content:"\ea23"}.icon-calendar-today:before{content:"\ea24"}.icon-calendar:before{content:"\ea25"}.icon-camera:before{content:"\ea26"}.icon-carrot-edit:before{content:"\ea27"}.icon-carrot:before{content:"\ea28"}.icon-cashew-edit:before{content:"\ea29"}.icon-cashew:before{content:"\ea2a"}.icon-chart-bars-plain:before{content:"\ea2b"}.icon-chart-bars:before{content:"\ea2c"}.icon-chart-pie:before{content:"\ea2d"}.icon-chart-ring:before{content:"\ea2e"}.icon-chart-with-axis:before{content:"\ea2f"}.icon-chart:before{content:"\ea30"}.icon-check-circle-solid:before{content:"\ea31"}.icon-check-circle:before{content:"\ea32"}.icon-check:before{content:"\ea33"}.icon-chevron-down:before{content:"\ea34"}.icon-chevron-left:before{content:"\ea35"}.icon-chevron-right:before{content:"\ea36"}.icon-chevron-up:before{content:"\ea37"}.icon-chicken-silhouette:before{content:"\ea38"}.icon-chrono:before{content:"\ea39"}.icon-circle-off:before{content:"\ea3a"}.icon-circle-solid:before{content:"\ea3b"}.icon-circle:before{content:"\ea3c"}.icon-citrus-edit:before{content:"\ea3d"}.icon-citrus:before{content:"\ea3e"}.icon-clock:before{content:"\ea3f"}.icon-cloud-down:before{content:"\ea40"}.icon-cloud-error:before{content:"\ea41"}.icon-cloud-snow:before{content:"\ea42"}.icon-cloud-up:before{content:"\ea43"}.icon-cloud:before{content:"\ea44"}.icon-cog:before{content:"\ea45"}.icon-collapse-hor:before{content:"\ea46"}.icon-collapse-ver:before{content:"\ea47"}.icon-collar:before{content:"\ea48"}.icon-comment-solid:before{content:"\ea49"}.icon-comment:before{content:"\ea4a"}.icon-compass:before{content:"\ea4b"}.icon-corn-edit:before{content:"\ea4c"}.icon-corn-silage-edit:before{content:"\ea4d"}.icon-corn-silage:before{content:"\ea4e"}.icon-corn:before{content:"\ea4f"}.icon-cotton-edit:before{content:"\ea50"}.icon-cotton:before{content:"\ea51"}.icon-cover-crop-add:before{content:"\ea52"}.icon-cover-crop-disking:before{content:"\ea53"}.icon-cover-crop-down:before{content:"\ea54"}.icon-cover-crop-edit-duo-after:before{content:"\ea55"}.icon-cover-crop-edit-duo-before:before{content:"\ea56"}.icon-cover-crop-edit:before{content:"\ea57"}.icon-cover-crop-herbicide:before{content:"\ea58"}.icon-cover-crop-high:before{content:"\ea59"}.icon-cover-crop-input:before{content:"\ea5a"}.icon-cover-crop-low:before{content:"\ea5b"}.icon-cover-crop-medium:before{content:"\ea5c"}.icon-cover-crop-mowing:before{content:"\ea5d"}.icon-cover-crop-rolling:before{content:"\ea5e"}.icon-cover-crop-senescence:before{content:"\ea5f"}.icon-cover-crop-up:before{content:"\ea60"}.icon-cow-edit:before{content:"\ea61"}.icon-cow-silhouette:before{content:"\ea62"}.icon-cow:before{content:"\ea63"}.icon-cpu:before{content:"\ea64"}.icon-cropwin-app:before{content:"\ea65"}.icon-cross-app:before{content:"\ea66"}.icon-cross-circle-solid:before{content:"\ea67"}.icon-cross-circle:before{content:"\ea68"}.icon-cross:before{content:"\ea69"}.icon-crown:before{content:"\ea6a"}.icon-cucumber-edit:before{content:"\ea6b"}.icon-cucumber:before{content:"\ea6c"}.icon-cursor:before{content:"\ea6d"}.icon-disease-mildew:before{content:"\ea6e"}.icon-disease-oidium:before{content:"\ea6f"}.icon-disease:before{content:"\ea70"}.icon-dollar:before{content:"\ea71"}.icon-drag-n-drop:before{content:"\ea72"}.icon-drop-add:before{content:"\ea73"}.icon-drop-edit:before{content:"\ea74"}.icon-drop-full-edit-duo-after:before{content:"\ea75"}.icon-drop-full-edit-duo-before:before{content:"\ea76"}.icon-drop-full-edit:before{content:"\ea77"}.icon-drop-full:before{content:"\ea78"}.icon-drop-half:before{content:"\ea79"}.icon-drop:before{content:"\ea7a"}.icon-duplicate-multiple:before{content:"\ea7b"}.icon-duplicate:before{content:"\ea7c"}.icon-edit-text:before{content:"\ea7d"}.icon-edit:before{content:"\ea7e"}.icon-electricity-warning:before{content:"\ea7f"}.icon-ellipsis-horizontal:before{content:"\ea80"}.icon-ellipsis-vertical:before{content:"\ea81"}.icon-envelope:before{content:"\ea82"}.icon-euro:before{content:"\ea83"}.icon-evapotranspiration:before{content:"\ea84"}.icon-exchange:before{content:"\ea85"}.icon-exclamation-circle-solid:before{content:"\ea86"}.icon-exclamation-triangle-solid:before{content:"\ea87"}.icon-exclamation-triangle:before{content:"\ea88"}.icon-expand-hor:before{content:"\ea89"}.icon-expand-ver:before{content:"\ea8a"}.icon-export:before{content:"\ea8b"}.icon-external:before{content:"\ea8c"}.icon-eye-off:before{content:"\ea8d"}.icon-eye:before{content:"\ea8e"}.icon-farmlife-app:before{content:"\ea8f"}.icon-fertirrigation:before{content:"\ea90"}.icon-fieldsim-app:before{content:"\ea91"}.icon-file-add:before{content:"\ea92"}.icon-file-csv:before{content:"\ea93"}.icon-file-download:before{content:"\ea94"}.icon-file-pdf:before{content:"\ea95"}.icon-file-upload:before{content:"\ea96"}.icon-file:before{content:"\ea97"}.icon-filter-solid:before{content:"\ea98"}.icon-filter:before{content:"\ea99"}.icon-flag:before{content:"\ea9a"}.icon-flame:before{content:"\ea9b"}.icon-flax-edit:before{content:"\ea9c"}.icon-flax:before{content:"\ea9d"}.icon-flowmeter:before{content:"\ea9e"}.icon-flowmeters:before{content:"\ea9f"}.icon-folder-add:before{content:"\eaa0"}.icon-folder-edit:before{content:"\eaa1"}.icon-folder:before{content:"\eaa2"}.icon-foliar-input:before{content:"\eaa3"}.icon-foliar:before{content:"\eaa4"}.icon-france-map-solid:before{content:"\eaa5"}.icon-france-map:before{content:"\eaa6"}.icon-gitlab:before{content:"\eaa7"}.icon-grafana:before{content:"\eaa8"}.icon-grapes-edit:before{content:"\eaa9"}.icon-grapes:before{content:"\eaaa"}.icon-green-bean-edit:before{content:"\eaab"}.icon-green-bean:before{content:"\eaac"}.icon-green-zone-custom-duo-after:before{content:"\eaad"}.icon-green-zone-edit-duo-after:before{content:"\eaae"}.icon-green-zone-edit-duo-before:before{content:"\eaaf"}.icon-headphone:before{content:"\eab0"}.icon-heartbeat:before{content:"\eab1"}.icon-heatmap:before{content:"\eab2"}.icon-heatwave:before{content:"\eab3"}.icon-import:before{content:"\eab4"}.icon-info-circle:before{content:"\eab5"}.icon-itk:before{content:"\eab6"}.icon-kilimo-app:before{content:"\eab7"}.icon-link:before{content:"\eab8"}.icon-list:before{content:"\eab9"}.icon-map-marker-add:before{content:"\eaba"}.icon-map-marker-edit:before{content:"\eabb"}.icon-map-marker:before{content:"\eabc"}.icon-menu:before{content:"\eabd"}.icon-milk-bottle-empty:before{content:"\eabe"}.icon-milk-bottle-filled:before{content:"\eabf"}.icon-milk-bottle-full:before{content:"\eac0"}.icon-milk-bottle-low:before{content:"\eac1"}.icon-mineral-input:before{content:"\eac2"}.icon-mineral:before{content:"\eac3"}.icon-minus-circle-solid:before{content:"\eac4"}.icon-minus-circle:before{content:"\eac5"}.icon-minus:before{content:"\eac6"}.icon-mixer-hor-left:before{content:"\eac7"}.icon-mixer-hor-right:before{content:"\eac8"}.icon-mixer-hor:before{content:"\eac9"}.icon-mixer-ver-down:before{content:"\eaca"}.icon-mixer-ver-up:before{content:"\eacb"}.icon-mixer-ver:before{content:"\eacc"}.icon-moisture-probe:before{content:"\eacd"}.icon-network-error:before{content:"\eace"}.icon-next:before{content:"\eacf"}.icon-nitrogen-add:before{content:"\ead0"}.icon-nitrogen-edit:before{content:"\ead1"}.icon-nitrogen-square-add:before{content:"\ead2"}.icon-nitrogen-square-edit-duo-after:before{content:"\ead3"}.icon-nitrogen-square-edit-duo-before:before{content:"\ead4"}.icon-nitrogen-square-edit:before{content:"\ead5"}.icon-nitrogen-square-foliar-duo-after:before{content:"\ead6"}.icon-nitrogen-square-foliar:before{content:"\ead7"}.icon-nitrogen-square-soil-duo-after:before{content:"\ead8"}.icon-nitrogen-square-soil:before{content:"\ead9"}.icon-nitrogen-square-water-duo-after:before{content:"\eada"}.icon-nitrogen-square:before{content:"\eadb"}.icon-nitrogen-water:before{content:"\eadc"}.icon-nitrogen:before{content:"\eadd"}.icon-numbers-square:before{content:"\eade"}.icon-observation-add:before{content:"\eadf"}.icon-observation:before{content:"\eae0"}.icon-olive-edit:before{content:"\eae1"}.icon-olive:before{content:"\eae2"}.icon-organic-input:before{content:"\eae3"}.icon-organic:before{content:"\eae4"}.icon-password:before{content:"\eae5"}.icon-pause:before{content:"\eae6"}.icon-pea-edit:before{content:"\eae7"}.icon-pea:before{content:"\eae8"}.icon-peach-edit:before{content:"\eae9"}.icon-peach:before{content:"\eaea"}.icon-percent:before{content:"\eaeb"}.icon-picture:before{content:"\eaec"}.icon-pig-silhouette:before{content:"\eaed"}.icon-pin-off:before{content:"\eaee"}.icon-pin-on:before{content:"\eaef"}.icon-pink-lady:before{content:"\eaf0"}.icon-pipette-filled:before{content:"\eaf1"}.icon-pipette:before{content:"\eaf2"}.icon-play:before{content:"\eaf3"}.icon-plus-circle-solid:before{content:"\eaf4"}.icon-plus-circle:before{content:"\eaf5"}.icon-plus:before{content:"\eaf6"}.icon-potatoe-edit:before{content:"\eaf7"}.icon-potatoe:before{content:"\eaf8"}.icon-power:before{content:"\eaf9"}.icon-presto-app:before{content:"\eafa"}.icon-prevent-app:before{content:"\eafb"}.icon-previous:before{content:"\eafc"}.icon-quantik-app:before{content:"\eafd"}.icon-question-circle-solid:before{content:"\eafe"}.icon-question-circle:before{content:"\eaff"}.icon-rainfall-add:before{content:"\eb00"}.icon-rainfall-edit-duo-after:before{content:"\eb01"}.icon-rainfall-edit-duo-before:before{content:"\eb02"}.icon-rainfall-edit:before{content:"\eb03"}.icon-rainfall-settings:before{content:"\eb04"}.icon-rainfall-temp:before{content:"\eb05"}.icon-rainfall:before{content:"\eb06"}.icon-ranch-add:before{content:"\eb07"}.icon-ranch-delete:before{content:"\eb08"}.icon-ranch-edit:before{content:"\eb09"}.icon-ranch:before{content:"\eb0a"}.icon-reload:before{content:"\eb0b"}.icon-ruler:before{content:"\eb0c"}.icon-satellite:before{content:"\eb0d"}.icon-search:before{content:"\eb0e"}.icon-selection:before{content:"\eb0f"}.icon-sensors-app:before{content:"\eb10"}.icon-sheep-silhouette:before{content:"\eb11"}.icon-shield-add:before{content:"\eb12"}.icon-shield-check:before{content:"\eb13"}.icon-shield-cog:before{content:"\eb14"}.icon-shield-cross:before{content:"\eb15"}.icon-shield-trash:before{content:"\eb16"}.icon-shield:before{content:"\eb17"}.icon-sigatocare-app:before{content:"\eb18"}.icon-simulator:before{content:"\eb19"}.icon-snowflake:before{content:"\eb1a"}.icon-soil-probe:before{content:"\eb1b"}.icon-sorghum-edit:before{content:"\eb1c"}.icon-sorghum:before{content:"\eb1d"}.icon-sort-down-top:before{content:"\eb1e"}.icon-sort-top-down:before{content:"\eb1f"}.icon-soybean-edit:before{content:"\eb20"}.icon-soybean:before{content:"\eb21"}.icon-square-off:before{content:"\eb22"}.icon-square-solid:before{content:"\eb23"}.icon-square:before{content:"\eb24"}.icon-star-half:before{content:"\eb25"}.icon-star-solid:before{content:"\eb26"}.icon-star:before{content:"\eb27"}.icon-stepper-empty:before{content:"\eb28"}.icon-stepper-full:before{content:"\eb29"}.icon-stepper:before{content:"\eb2a"}.icon-strawberry-edit:before{content:"\eb2b"}.icon-strawberry:before{content:"\eb2c"}.icon-sugarbeet-edit:before{content:"\eb2d"}.icon-sugarbeet:before{content:"\eb2e"}.icon-sun:before{content:"\eb2f"}.icon-sunbeams:before{content:"\eb30"}.icon-tachometer-add:before{content:"\eb31"}.icon-tachometer:before{content:"\eb32"}.icon-tag-add:before{content:"\eb33"}.icon-tag:before{content:"\eb34"}.icon-tank-hor:before{content:"\eb35"}.icon-tank-ver:before{content:"\eb36"}.icon-thermometer-high:before{content:"\eb37"}.icon-thermometer-low:before{content:"\eb38"}.icon-thermometer:before{content:"\eb39"}.icon-tomato-edit:before{content:"\eb3a"}.icon-tomato:before{content:"\eb3b"}.icon-tractor-add:before{content:"\eb3c"}.icon-tractor-delete:before{content:"\eb3d"}.icon-tractor:before{content:"\eb3e"}.icon-trash:before{content:"\eb3f"}.icon-turn-back:before{content:"\eb40"}.icon-undo:before{content:"\eb41"}.icon-unlink:before{content:"\eb42"}.icon-user-add:before{content:"\eb43"}.icon-user-check:before{content:"\eb44"}.icon-user-circle-add:before{content:"\eb45"}.icon-user-circle-check:before{content:"\eb46"}.icon-user-circle-dashed:before{content:"\eb47"}.icon-user-circle-delete:before{content:"\eb48"}.icon-user-circle-edit:before{content:"\eb49"}.icon-user-circle-log:before{content:"\eb4a"}.icon-user-circle-setting:before{content:"\eb4b"}.icon-user-circle:before{content:"\eb4c"}.icon-user-edit:before{content:"\eb4d"}.icon-user-free:before{content:"\eb4e"}.icon-user-log:before{content:"\eb4f"}.icon-user-name:before{content:"\eb50"}.icon-user-setting:before{content:"\eb51"}.icon-user:before{content:"\eb52"}.icon-users-group-add:before{content:"\eb53"}.icon-users-group-edit:before{content:"\eb54"}.icon-users-group-setting:before{content:"\eb55"}.icon-users-group:before{content:"\eb56"}.icon-vintel-app-2021:before{content:"\eb57"}.icon-vintel-app:before{content:"\eb58"}.icon-walnut-edit:before{content:"\eb59"}.icon-walnut:before{content:"\eb5a"}.icon-weight:before{content:"\eb5b"}.icon-wheat-edit:before{content:"\eb5c"}.icon-wheat:before{content:"\eb5d"}.icon-wifi-off:before{content:"\eb5e"}.icon-wifi-on:before{content:"\eb5f"}.icon-wind:before{content:"\eb60"}.icon-windsock:before{content:"\eb61"}.icon-zone:before{content:"\eb62"}.icon-zoom-in:before{content:"\eb63"}.icon-zoom-out:before{content:"\eb64"}itk-tree{display:block}.itk-tree-element{display:flex;align-items:center}.itk-tree-element-arrow{display:inline-block;cursor:pointer}.itk-tree-element-main{cursor:pointer;flex:1}.itk-tree-element-tags{cursor:pointer;display:flex}.itk-tree-element-more{cursor:pointer;display:inline-block}itk-input-date{display:block;width:100%}.itk-input-date-btn{cursor:pointer;display:flex;text-align:left;white-space:nowrap}.itk-input-date-date{flex:1 1}itk-input-date.ng-invalid~.floating-label,itk-input-date.ng-invalid~.suffix{color:#f44336}itk-input-date.ng-invalid{background-color:#f44336;padding:1px}@media (max-width: 650px){.cdk-overlay-backdrop-showing{background:var(--glass)}}.itk-calendar{display:inline-block;margin:1px 0 0}@media (max-width: 650px){.itk-calendar{position:fixed;display:flex;inset:0;align-items:center;justify-content:center}}.calendar-wrapper{text-align:center;border-radius:5px;overflow:hidden;min-width:300px;background-color:var(--main-bg);border:1px solid var(--border-element);opacity:0;animation-name:fadeIn;animation-delay:50ms;animation-fill-mode:forwards;animation-duration:.2s;animation-iteration-count:1;animation-timing-function:ease;box-shadow:var(--shadow)}.calendar-header{text-align:center;height:40px;line-height:40px;display:flex;border-bottom:1px solid var(--border-element);color:var(--text)}.calendar-header:first-child{background-color:var(--main-bg-contrast)}.calendar-prev,.calendar-next{flex:0 0;padding:0 20px;margin:0;border:none;cursor:pointer;color:var(--text);background:transparent}.calendar-prev:before,.calendar-next:before{margin:0}.calendar-prev{border-right:1px solid var(--border-element)}.calendar-prev:before{content:"";display:inline-block;border-style:solid;border-width:5px 5px 5px 0;border-color:transparent var(--border-element) transparent transparent;transition:border-color .1s}.calendar-next{border-left:1px solid var(--border-element)}.calendar-next:before{content:"";display:inline-block;border-style:solid;border-width:5px 0 5px 5px;border-color:transparent transparent transparent var(--border-element);transition:border-color .1s}.calendar-prev:hover:before,.calendar-prev:focus:before{border-right-color:var(--text)}.calendar-next:hover:before,.calendar-next:focus:before{border-left-color:var(--text)}.calendar-currentyear,.calendar-currentmonth{flex:1 1}.calendar-weekdays{display:flex;padding:0 10px;text-align:center;font-size:.9em;line-height:normal;border-bottom:1px solid var(--border-element);background-color:var(--main-bg-contrast)}.calendar-weekdays-day{flex:1 1;color:var(--text-contrast)}.calendar-month{text-align:center;background-color:transparent;padding:10px}.calendar-week{height:40px;line-height:40px;display:flex}.calendar-day{flex:1 1;text-align:center;display:inline-block;color:var(--text);background:transparent;transition:background-color .1s,color .1s;padding:0;margin:0;border-radius:0;border:none}.calendar-day.isSameMonth-false{color:var(--text-contrast);background-color:var(--main-bg-contrast)}.calendar-day.isToday-true{border:1px dashed var(--text)}.calendar-day.isSelectable-false{color:var(--text-contrast);cursor:default;pointer-events:none;background-image:repeating-linear-gradient(143deg,var(--main-bg-contrast),var(--main-bg-contrast) 2px,var(--main-bg) 2px,var(--main-bg) 4px)}.calendar-day.isSelectable-true{cursor:pointer}.calendar-day.isSelectable-true:hover,.calendar-day.isSelectable-true:focus{box-shadow:0 0 0 1px var(--text) inset}.calendar-day.isSelected-true{color:var(--main-bg);background-color:var(--text)}.modal{position:fixed;inset:0;width:100%;height:100%;z-index:950;display:flex;justify-content:center;align-items:center;background:var(--glass);opacity:0;animation-name:fadeIn;animation-delay:50ms;animation-fill-mode:forwards;animation-duration:.2s;animation-iteration-count:1;animation-timing-function:ease}.modal-background-closer{position:fixed;left:0;top:0;height:100%;width:100%}.modal-wrapper{display:flex;flex-direction:column;background-color:var(--main-bg);border-radius:10px;min-width:500px;max-width:90vw;max-height:90vh;z-index:1;overflow:hidden;box-shadow:var(--shadow);opacity:0;animation-name:fadeInDown;animation-delay:50ms;animation-fill-mode:forwards;animation-duration:.2s;animation-iteration-count:1;animation-timing-function:ease}@media (max-width: 1300px){.modal-wrapper{width:100%}}@media (min-width: 1150px){.modal-wrapper{max-width:1200px}}@media (max-width: 550px){.modal-wrapper{min-width:auto;width:90vw}}@media (min-width: 800px){.modal-wrapper-apptour{max-width:750px}}.modal-subwrapper{flex:1 1;display:flex;flex-direction:column;overflow:hidden}.modal-closeicon{position:absolute;top:0;right:0;margin:0;padding:20px;border:none}.modal-closeicon:hover,.modal-closeicon:focus{background-color:var(--hover-element)}.modal-title{display:block;padding:20px;border-bottom:1px solid var(--main-border);font-size:1.2em;line-height:1.2em;font-weight:900;flex:0 0}.modal-title:before{padding:0 5px 0 0;line-height:0!important}.modal-header{display:block;padding:10px 20px;flex:0 0;border-bottom:1px solid var(--main-border)}@media (max-width: 550px){.modal-header{padding:10px}}.modal-content{display:block;padding:20px;overflow:auto;flex:1 1}.modal-content-small{max-width:550px}.modal-content .modal-footer{margin-left:-20px;margin-bottom:-20px;width:100%}.modal-footer{display:flex;border-top:1px solid var(--main-border);justify-content:space-between;padding:20px;flex:0 0}@media (max-width: 550px){.modal-footer{padding:10px}}alert-bar{display:flex;align-items:flex-end;justify-content:center}.alert-bar{z-index:1005;position:fixed;bottom:30px;background-color:#37474f;padding:20px 30px 20px 20px;border-radius:30px;color:#fff;display:flex;flex-direction:row;align-items:center;text-transform:lowercase;box-shadow:var(--shadow);opacity:0;animation-name:fadeInUp;animation-delay:50ms;animation-fill-mode:forwards;animation-duration:.2s;animation-iteration-count:1;animation-timing-function:ease}.alert-bar:before{content:"\ea33";font-family:itk-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;white-space:nowrap;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-size:1.6em;margin-right:20px}.alert-bar-content{display:inline-block}.alert-bar-content:first-letter{text-transform:capitalize}.alert-bar-success{background-color:#00c853}.alert-bar-success:before{content:"\ea33"}.alert-bar-info{background-color:#03a9f4}.alert-bar-info:before{content:"\eab5"}.alert-bar-warning{background-color:#ffa000}.alert-bar-warning:before{content:"\ea87"}.alert-bar-error{background-color:#f44336}.alert-bar-error:before{content:"\ea87"}.http-progress-bar{position:absolute;top:50px;height:3px;left:0;right:0;z-index:600}.http-progress-bar .container{overflow:hidden;width:100%;border:0!important}.http-progress-bar .container .percent{background-color:var(--border-element)}.info-hint{color:var(--text-contrast);font-size:1em;cursor:help;opacity:.7;transition:all .2s ease}.info-hint:hover,.info-hint:focus{opacity:1}.tooltip{opacity:0;animation-name:fadeIn;animation-delay:50ms;animation-fill-mode:forwards;animation-duration:.2s;animation-iteration-count:1;animation-timing-function:ease;animation-delay:0;background-color:var(--tooltip-bg);color:var(--tooltip-text);padding:5px 8px;border-radius:3px;margin:10px;pointer-events:none;line-height:normal}.tooltip-wrapped{max-width:300px}.tooltip .tooltip-chart-sub{margin-top:.5em;color:var(--tooltip-text-light)}.tooltip-chart{background-color:var(--tooltip-bg);color:var(--tooltip-light);box-shadow:var(--shadowSmall)}.tooltip-chart .tooltip-chart-sub{color:var(--text-contrast)}itk-select,.itkselect{width:200px;display:flex;border:1px solid var(--border-element);height:40px;border-radius:4px;box-sizing:border-box;overflow:hidden;position:relative}itk-selectfull,.itkselectfull{width:100%}itk-select:hover,itk-select:focus,.itkselect:hover,.itkselect:focus{border-color:var(--border-element-hover)}itk-select:focus,.itkselect:focus{border-color:var(--border-element-active)}itk-select-option,.itkselect-option{flex:1 1;display:flex;width:100%;height:38px;padding:10px;transition:all .1s ease;box-sizing:border-box;margin:0;text-align:left;border-radius:0;border:0;color:var(--text);background-color:var(--main-bg)}itk-select-option:hover,.itkselect-option:hover{background-color:var(--main-bg-contrast)}itk-select-option-icon,.itkselect-option-icon{flex:0 0}itk-select-option-label,.itkselect-option-label{flex:1 1;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}itk-select-option-info,.itkselect-option-info{flex:0 0;border-radius:20px;color:var(--text-contrast);background-color:#eceff1;padding:0 10px;margin:0 0 0 10px;line-height:1.5em;white-space:nowrap;display:inline-block;align-self:center}itk-select-option-chevron,.itkselect-option-chevron{flex:0 0;padding:0 0 0 10px}itk-select-option-chevron:before,.itkselect-option-chevron:before{margin:0}itk-select-option-main,.itkselect-option-main{color:var(--text);white-space:nowrap}itk-select-option-main:hover,.itkselect-option-main:hover{background-color:var(--main-bg)}itk-select-option-main .itkselect-option-info,.itkselect-option-main .itkselect-option-info{background-color:var(--main-bg-contrast);color:var(--text-contrast)}itk-select-option-selected,.itkselect-option-selected{cursor:inherit}itk-select-option-selected,itk-select-option-selected:hover,.itkselect-option-selected,.itkselect-option-selected:hover{background-color:#37474f;color:#fff}itk-select-option-selected [class*=icon-]:before,itk-select-option-selected:hover [class*=icon-]:before,.itkselect-option-selected [class*=icon-]:before,.itkselect-option-selected:hover [class*=icon-]:before{color:#fff;background:inherit;-webkit-background-clip:inherit;-webkit-text-fill-color:inherit}itk-select-option-selected .itkselect-option-info,itk-select-option-selected:hover .itkselect-option-info,.itkselect-option-selected .itkselect-option-info,.itkselect-option-selected:hover .itkselect-option-info{background-color:var(--main-bg-contrast);color:var(--text-contrast)}itk-select-line,.itkselect-line{text-transform:uppercase;font-size:.7em;background-color:#eceff1;color:#37474f;padding:5px 10px;font-weight:700;display:flex}itk-select-dropdown,.itkselect-dropdown{width:200px;overflow:auto;display:block;box-sizing:border-box;margin-left:-1px;border-radius:0 0 5px 5px;background-color:var(--main-bg);box-shadow:var(--shadowSmall)}.itkselect-multiline_option .itkselect-option{min-height:38px;height:auto}.itkselect-multiline_option .itkselect-option-label{white-space:initial}@media (min-width: 651px){.itkselect-dropdown.itkselect-wide_option{width:auto}}.itkselect-dropdown.itkselect-wide_option .itkselect-option{min-height:38px;height:auto}.itkselect-dropdown.itkselect-wide_option .itkselect-option-label{white-space:nowrap;text-overflow:initial;overflow:visible}.itkselect-textlike{appearance:none;background-color:transparent;border-color:transparent;padding-left:0;color:var(--text);pointer-events:none;cursor:inherit}.itkselect-textlike~*{pointer-events:none}.itkselect-textlike .itkselect-option-chevron{display:none}.field .itkselect,.itkselect_autowidth{width:100%}.itkselect-ranch{width:calc(var(--plotlist-width) - 20px)}.plot-form-ranch-select,.plot-form-ranch-select .itkselect-ranch{width:100%}@media (max-width: 1150px){.plot-form-ranch-select{flex:1 1}.plot-form-ranch-select itk-select.itkselect-ranch{width:auto}}.itkselect-season{width:auto;min-width:140px}.itkselect-season .itkselect-option-main .itkselect-option-info{display:none}@media (min-width: 800px) and (max-width: 1300px){.itkselect-season{min-width:100px}}.itkselect-intervention-filter{width:320px}.dropdown-menu-toggle{height:40px;display:inline-flex}.dropdown-glass{position:fixed;z-index:900;top:0;left:0;height:100vh;width:100vw}@media (max-width: 650px){.dropdown-glass{background-color:var(--glass)}}.dropdown-menu{position:absolute;z-index:950;top:50px;background-color:var(--main-bg);border-radius:5px;min-width:120px;overflow:hidden;opacity:0;animation-name:fadeInDown;animation-delay:50ms;animation-fill-mode:forwards;animation-duration:.2s;animation-iteration-count:1;animation-timing-function:ease;box-shadow:var(--shadow)}.dropdown-menu-header{top:60px}.dropdown-menu li{margin:0;padding:0;height:auto;line-height:1}.dropdown-menu.bottom{top:inherit;opacity:0;animation-name:fadeInUp;animation-delay:50ms;animation-fill-mode:forwards;animation-duration:.2s;animation-iteration-count:1;animation-timing-function:ease;bottom:0}.dropdown-menu.right{right:0}.cr-notifications{color:var(--text);top:60px;line-height:normal;max-height:calc(100vh - 70px);display:flex;flex-direction:column}.dropdown-menu-title{line-height:normal;color:#37474f;background-color:#eceff1;padding:10px 20px;border-bottom:1px solid #CFD8DC}.dropdown-menu-item{border-radius:0;width:100%;justify-content:flex-start;display:flex;white-space:nowrap;margin-left:0!important;color:var(--text)}.dropdown-menu-item:not(:hover){background-color:transparent}.dropdown-menu-item:hover,.dropdown-menu-item:focus{background-color:var(--main-bg-darken)}.dropdown-menu-item.active,.dropdown-menu-item.active:focus,.dropdown-menu-item.active:hover{background-color:var(--main-bg-darken);color:var(--text)}@keyframes fadeInUpToCenter{0%{opacity:0;transform:translateY(-45%)}to{opacity:1;transform:translateY(-50%)}}@media (max-width: 650px){itk-select.itkselect{width:auto;flex:1 1}.itkselect-dropdown,.dropdown-menu{position:fixed;top:50%;max-height:90vh;left:5vw;width:90vw;justify-content:center;border:0;border-radius:5px;opacity:0;animation-name:fadeInUpToCenter;animation-delay:50ms;animation-fill-mode:forwards;animation-duration:.2s;animation-iteration-count:1;animation-timing-function:ease}.itkselect-dropdown .itkselect-option,.itkselect-dropdown .dropdown-menu-item,.dropdown-menu .itkselect-option,.dropdown-menu .dropdown-menu-item{padding:20px;min-height:60px;height:auto}.itkselect-dropdown .itkselect-option .itkselect-option-label,.itkselect-dropdown .dropdown-menu-item .itkselect-option-label,.dropdown-menu .itkselect-option .itkselect-option-label,.dropdown-menu .dropdown-menu-item .itkselect-option-label{white-space:normal}}.itksearchable-table-configColumns-backdrop,.search-preFilter-backdrop{background:var(--glass)}.itksearchable-table-configColumns-dropdown,.search-preFilter-dropdown{background-color:var(--main-bg);padding:10px;border-radius:5px}.itksearchable-table-configColumns-element,.search-preFilter-choice-item{cursor:pointer}.itksearchable-table-configColumns-element .checkbox-label{padding:0 15px 0 40px}.itksearchable-table-configColumns-element .checkbox{left:15px}.search-preFilter-choice-item{padding:10px}.search-preFilter-choice-item:hover,.search-preFilter-choice-item:focus{background-color:var(--hover-element)}.itksearchable-table-configColumns-footer{text-align:right}.searchable-table-fullpage{display:grid;grid-template-areas:"search export config" "table table table";grid-auto-columns:1fr max-content max-content;grid-template-rows:max-content 1fr;gap:0 10px;overflow:hidden}.searchable-table-fullpage itk-autocomplete{grid-area:search}.searchable-table-fullpage itk-autocomplete+.btn:before{margin-right:.2em}.searchable-table-fullpage .itksearchable-table-exportButton{grid-area:export}.searchable-table-fullpage .itksearchable-table-configColumns-button{grid-area:config}.searchable-table-fullpage itk-table{grid-area:table;display:flex;flex-direction:column}@media (min-width: 800px){.searchable-table-fullpage itk-table{overflow:hidden}.searchable-table-fullpage itk-table .table{height:100%;display:flex;flex-direction:column;overflow:hidden}.searchable-table-fullpage itk-table .table-body{flex:1;overflow:auto}}.search-container{display:grid;grid-template-areas:"icon filters selected input";grid-template-columns:max-content max-content max-content 1fr;overflow:hidden;align-items:center;line-height:40px;height:40px}@media (min-width: 800px){.search-container{position:sticky;top:10px;z-index:2;border-bottom:10px solid var(--main-bg)}}.search-container:after{content:"";box-shadow:0 0 0 1px inset var(--border-element);background-color:var(--search-filter-bg);grid-column:1/-1;grid-row:1;border-radius:5px;height:100%;z-index:-1}.search-container:hover:after{box-shadow:0 0 0 1px inset var(--border-element-hover)}@media (max-width: 800px){.search-container{width:100%;border-width:0 0 20px 0;margin-bottom:10px}}.searchable-mainscroll .search-container:before{content:"";position:absolute;top:-10px;left:0;height:10px;width:100%;background-color:var(--main-bg)}.search-icon{grid-area:icon;line-height:40px;height:40px;text-align:center;font-size:1.2em;vertical-align:middle;cursor:default;border-radius:5px 0 0 5px;padding:0 10px;margin:0}.filters{grid-area:filters}.search-column-selected{grid-area:selected}.search-preFilterBtn:not(:disabled){cursor:pointer;border-right:1px solid var(--border-element)}.search-preFilterBtn:not(:disabled):after{font-family:itk-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;white-space:nowrap;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\ea34";vertical-align:middle;padding-left:5px}.search-preFilterBtn:not(:disabled):hover,.search-preFilterBtn:not(:disabled):focus{background-color:var(--hover-element)}.search-input{grid-area:input;padding:0 10px;line-height:40px;height:40px;transition:all .2s ease;vertical-align:middle;background-color:transparent;border:none;color:var(--text);min-width:0}.search-input:focus{outline:none}.droplist{list-style:none;background-color:#fff;border-radius:5px;min-width:200px;transition:all .2s ease;display:block;overflow:hidden;box-shadow:var(--shadow);opacity:0;animation-name:fadeInDown;animation-delay:50ms;animation-fill-mode:forwards;animation-duration:.2s;animation-iteration-count:1;animation-timing-function:ease;margin-bottom:20px;box-sizing:border-box;overflow:auto}.droplist-item{cursor:pointer;text-align:left;height:40px;padding:0 10px 0 15px;display:flex;align-items:center;color:#37474f}.droplist-item:hover,.droplist-item:focus{background-color:#eceff1}.droplist-item-icon{flex:0}.droplist-item-label{flex:1}.filter-choices{list-style:none;background-color:var(--main-bg);border-radius:5px;min-width:200px;transition:all .2s ease;display:block;overflow:hidden;box-shadow:var(--shadow);opacity:0;animation-name:fadeInDown;animation-delay:50ms;animation-fill-mode:forwards;animation-duration:.2s;animation-iteration-count:1;animation-timing-function:ease;margin-bottom:20px;box-sizing:border-box;overflow:auto}.filter-choice{cursor:pointer;display:block;width:100%;text-align:left;height:40px;padding:0 10px 0 15px;display:flex;align-items:center;color:var(--text)}.filter-choice:hover,.filter-choice:focus{background-color:var(--main-bg-darken)}.filter-choice-kind-search+.filter-choice-kind-choice,.filter-choice-kind-search+.filter-choice-kind-column,.filter-choice-kind-column+.filter-choice-kind-choice{border-top:1px solid #ccc}.filter-choice-symbol{flex:0}.filter-choice-name{flex:1}.filter-choice-indicator{background-color:var(--main-bg-contrast);color:var(--main-color);font-weight:700;padding:0 1px}.filter-choice-nbResultIfSelectIndicator{margin-left:.5em;padding:0 5px;display:inline-block;border:1px solid var(--border-element);border-radius:10px;min-width:20px;box-sizing:border-box}.filters{height:40px;display:inline-flex;align-items:center}.filter{display:inline-flex;align-items:center;background-color:var(--main-bg-contrast);color:var(--text);padding:0 5px 0 10px;height:30px;line-height:30px;border-radius:15px;transition:all .2s ease;position:relative;margin-left:5px}.filter .filter-delete{display:inline-flex;cursor:pointer;opacity:.5;margin-left:4px;padding:2px 4px 0 8px;font-size:.7em}.filter .filter-delete:hover{opacity:1}.search-column-selected[class*=icon-]{display:inline-block;padding:0 5px 0 10px;background-color:var(--main-bg-contrast);height:30px;line-height:30px;border-radius:15px 0 0 15px;position:relative;margin-left:5px}input[type=file]{appearance:none;background:transparent}file-importer{width:100%;position:relative;overflow:hidden}file-importer itk-table{display:block;max-width:100%;overflow:auto}file-importer itk-table .table{min-width:650px}file-importer itk-table .table-body-col{align-items:flex-start}.file-importer-upload{position:relative;margin-bottom:20px}.file-importer-input{position:absolute;top:0;left:0;opacity:0;width:100%;height:100%;cursor:pointer}.file-importer-input:hover+label,.file-importer-input:focus+label{background-color:var(--main-color-rgba-01)}.file-importer-label{text-align:center;padding:20px;display:block;box-sizing:border-box;border-radius:5px;border:1px dashed var(--border-element);transition:all .2s ease}.file-importer-label:before{content:"\ea96";font-family:itk-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;white-space:nowrap;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1.2em;margin-right:.5em;display:inline;vertical-align:middle}.file-importer-error{color:#f44336;padding:10px;text-align:center}.itk-table-error{color:#f44336;position:absolute;bottom:2px;left:10px;right:0;font-size:.9em;pointer-events:none}.upload-interventions .itk-table-error{position:initial;color:#f44336;display:block;font-size:.9em;flex:1 1 100%;width:100%;pointer-events:none;background:#ffebee;padding:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.itksearchable-table-configColumns-button.btn{margin:0}.table-paginator{display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:10px 0 0}.table-paginator-page{margin:0;display:inline-block;padding:10px}.onboarding-empty-pixel{position:fixed;left:50%;top:250px}.onboarding-glass{position:absolute;inset:0}.onboarding-fullscreen,.onboarding-fullscreen-empty{position:absolute;top:0;left:0;box-shadow:0 0 0 200vw var(--onboarding-glass)}.onboarding-fullscreen{padding:5px;transform:translate(-6px,-6px);border-radius:10px;border:1px solid var(--onboarding-focus-border)}.onboarding-fullscreen:before{content:"";position:absolute;top:50%;left:50%;padding:0;transform:translate(-50%,-50%);opacity:0;border:1px solid var(--onboarding-focus-anim);border-radius:10px;width:100%;height:100%;animation-name:focus;animation-duration:2s;animation-delay:1s;animation-iteration-count:infinite}@keyframes focus{0%{padding:0;opacity:1}to{padding:20px;opacity:0}}.onboarding-tooltip{background-color:#fff;padding:20px}.onboarding-waitDomElement{position:absolute;inset:0;pointer-events:none;cursor:wait;background-color:#000c}.onboarding-step{position:relative;border-radius:10px;box-shadow:var(--shadow);margin:20px}.onboarding-step-instructions{padding:30px;border-bottom:1px solid var(--border-element);background-color:var(--main-bg);border-radius:10px 10px 0 0}.onboarding-step-actions{display:flex;align-items:center;padding:10px;background-color:var(--main-bg-contrast);border-radius:0 0 10px 10px}.onboarding-arrow{margin:10px;width:0;height:0}.onboarding-arrow-right{border-top:10px solid transparent;border-bottom:10px solid transparent;border-right:10px solid var(--main-bg)}.onboarding-arrow-left{border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:10px solid var(--main-bg)}.onboarding-arrow-top{border-top:10px solid var(--main-bg);border-right:10px solid transparent;border-left:10px solid transparent}.onboarding-arrow-bottom{border-bottom:10px solid var(--main-bg);border-right:10px solid transparent;border-left:10px solid transparent}.onboarding-arrow-more-down{transform:translateY(12px)}.onboarding-arrow-more-right{transform:translate(12px)}.onboarding-arrow-more-left{transform:translate(-12px)}.group-tree{display:block;padding:0 10px;box-sizing:border-box}@media (max-width: 550px){.group-tree{padding:0 10px 20px}}.itk-tree-element{grid-column:2;display:grid;align-items:center;color:var(--text-contrast);border-radius:3px;overflow:hidden;grid-template-areas:"arrow main tags more";grid-template-columns:max-content 1fr max-content max-content}.itk-tree-element-arrow{grid-area:arrow;width:15px;text-align:center;align-self:stretch;display:flex;align-items:center;border-right:1px solid transparent}.itk-tree-element-arrow:hover,.itk-tree-element-arrow:focus{background-color:var(--hover-element)}.itk-tree-element-main{grid-area:main;display:flex;align-items:center;margin:0;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;height:35px;line-height:35px;padding:0 4px}.itk-tree-element-icon{flex:0}.itk-tree-element-name{flex:1;display:block;padding:0 4px;margin:0}.itk-tree-element-tags{grid-area:tags;position:relative;display:flex;text-align:left;width:90px;gap:5px}.itk-tree-element-tags .tag-plots-count,.itk-tree-element-tags .tag-users-count{grid-area:plotsCount;display:flex;align-items:center}.itk-tree-element-tags .tag-plots-count i,.itk-tree-element-tags .tag-users-count i{padding:0}.itk-tree-element-tags .tag-plots-count>span,.itk-tree-element-tags .tag-users-count>span{padding:0;flex:0 auto;margin:0}.itk-tree-element-tags .tag-users-count{flex:2}.itk-tree-element-tags .tag-plots-count{flex:3}.itk-tree-element-tags .tag-plots-error{position:absolute;top:0;left:0;display:inline-block;height:6px;width:6px;line-height:0;color:transparent;overflow:hidden;border-radius:50%;box-shadow:0 0 0 2px var(--main-bg);background-color:#f44336}.itk-tree-element.itk-tree-select .tag-plots-error{box-shadow:0 0 0 2px var(--button-nav-active)}.itk-tree-element-more{grid-area:more;padding:0 4px;align-self:stretch;display:flex;align-items:center;border-left:1px solid transparent}.itk-tree-element-more:hover,.itk-tree-element-more:focus{background-color:var(--hover-element)}.itk-tree-element:hover,.itk-tree-element:focus{background-color:var(--hover-element);color:var(--text)}.itk-tree-element:hover .itk-tree-element-arrow,.itk-tree-element:hover .itk-tree-element-more,.itk-tree-element:focus .itk-tree-element-arrow,.itk-tree-element:focus .itk-tree-element-more{border-color:var(--hover-element)}.itk-tree-element.itk-tree-select .itk-tree-element-arrow,.itk-tree-element.itk-tree-select .itk-tree-element-more{border-color:var(--hover-element)}itk-tree{opacity:0;animation-name:fadeIn;animation-delay:50ms;animation-fill-mode:forwards;animation-duration:.2s;animation-iteration-count:1;animation-timing-function:ease;position:relative;display:block}itk-tree>itk-tree{border-left:1px solid var(--border-element);margin-left:8px;padding-left:21px;min-height:30px}itk-tree>itk-tree:has(>.itk-tree-element>.itk-tree-element-arrow){padding-left:6px}itk-tree:last-of-type{border-color:transparent}itk-tree>itk-tree .itk-tree-element:before{content:"";position:absolute;top:0;left:-1px;height:17px;width:21px;border-bottom:1px solid var(--border-element)}itk-tree>itk-tree .itk-tree-element:has(>.itk-tree-element-arrow):before{width:6px}itk-tree>itk-tree:last-of-type>.itk-tree-element:before{border-left:1px solid var(--border-element);border-radius:0 0 0 3px}itk-tree:last-of-type>.itk-tree-element:before{border-left:1px solid var(--border-element);border-radius:0 0 0 3px}.itk-tree-selectable{cursor:pointer}.itk-tree-select,.itk-tree-select:focus,.itk-tree-select:hover{background-color:var(--button-nav-active);color:var(--button-nav-active-text)}.itk-tree-element-tooltip{pointer-events:all;background-color:#fff;padding:0;box-shadow:var(--shadow)}.itk-tree-element-tooltip-action{border-radius:0;width:100%;justify-content:flex-start;display:flex;white-space:nowrap;margin-left:0!important;color:#37474f;cursor:pointer}.itk-tree-element-tooltip-action:not(:hover){background-color:transparent}.itk-tree-element-tooltip-action:hover,.itk-tree-element-tooltip-action:focus{background-color:#eceff1}.itk-tree-element-tooltip-action.active,.itk-tree-element-tooltip-action.active:focus,.itk-tree-element-tooltip-action.active:hover{background-color:#37474f;color:#fff}.itk-forest-multiple-choice .itk-tree-selectable:focus,.itk-forest-multiple-choice .itk-tree-selectable:hover,.itk-forest-multiple-choice .itk-tree-disabled:focus,.itk-forest-multiple-choice .itk-tree-disabled:hover{background-color:var(--hover-element)}.itk-forest-multiple-choice .itk-tree-selectable .itk-tree-element-name,.itk-forest-multiple-choice .itk-tree-disabled .itk-tree-element-name{margin-left:0}.itk-forest-multiple-choice .itk-tree-selectable .itk-tree-element-name:before,.itk-forest-multiple-choice .itk-tree-disabled .itk-tree-element-name:before{content:"";font-family:itk-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;white-space:nowrap;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative;display:inline-flex;align-items:center;justify-content:center;height:1.2rem;width:1.2rem;line-height:1.2rem;font-size:.8rem;margin:0 5px;vertical-align:middle;color:#fff;border-radius:5px!important;box-shadow:inset 0 0 0 2px var(--border-element);border:0!important;transition:all .1s ease;pointer-events:none}.itk-forest-multiple-choice .itk-tree-selectable:not(.itk-tree-disabled) i.warning+.itk-tree-element-name:before,.itk-forest-multiple-choice .itk-tree-disabled:not(.itk-tree-disabled) i.warning+.itk-tree-element-name:before{box-shadow:inset 0 0 0 2px #ffa000}.itk-forest-multiple-choice .itk-tree-selectable i.warning+.itk-tree-element-name,.itk-forest-multiple-choice .itk-tree-disabled i.warning+.itk-tree-element-name{color:#ffa000}.itk-forest-multiple-choice .itk-tree-selectable i.warning+.itk-tree-element-name:after,.itk-forest-multiple-choice .itk-tree-disabled i.warning+.itk-tree-element-name:after{font-family:itk-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;white-space:nowrap;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:" \ea88"}.itk-forest-multiple-choice .itk-tree-selectable:not(.itk-tree-select):hover .itk-tree-element-name:before,.itk-forest-multiple-choice .itk-tree-selectable:not(.itk-tree-select):focus .itk-tree-element-name:before{box-shadow:inset 0 0 0 2px var(--border-element-hover)}.itk-forest-multiple-choice .itk-tree-select{color:var(--text)}.itk-forest-multiple-choice .itk-tree-select:not(:hover),.itk-forest-multiple-choice .itk-tree-select:not(:focus){background-color:transparent}.itk-forest-multiple-choice .itk-tree-select:focus,.itk-forest-multiple-choice .itk-tree-select:hover{background-color:var(--hover-element)}.itk-forest-multiple-choice .itk-tree-select:not(.itk-tree-disabled) i.warning+.itk-tree-element-name:before{box-shadow:inset 0 0 0 .6rem #ffa000}.itk-forest-multiple-choice .itk-tree-select:not(.itk-tree-disabled) i:not(.warning)+.itk-tree-element-name:before{box-shadow:inset 0 0 0 .6rem #00c853}.itk-forest-multiple-choice .itk-tree-select:not(.itk-tree-disabled):not(.itk-tree-children-partially-selected) .itk-tree-element-name:before{content:"\ea33"}.itk-forest-multiple-choice .itk-tree-select.itk-tree-disabled:not(.itk-tree-children-partially-selected) .itk-tree-element-name:before{font-family:itk-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;white-space:nowrap;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\ea33";box-shadow:inset 0 0 0 .6rem #eceff1}.itk-forest-multiple-choice .itk-tree-select.itk-tree-children-partially-selected .itk-tree-element-name:before{content:"\eac6"}.context-error{font-size:.9em;color:#f44336;padding:4px 0;opacity:0;animation-name:inputErrorPop;flex:0 100%;animation-delay:50ms;animation-fill-mode:forwards;animation-duration:.2s;animation-iteration-count:1;animation-timing-function:ease}@media (max-width: 550px){.context-error{display:none}}.itk-google-map_pin-marker{margin-bottom:8px}cr-plot-management h2{margin-top:40px}.app-page-body-newplot .field-name .floating-label{color:#00c853}.app-page-body-newplot .field-name input{border-color:#00c853}cr-login,cr-recover-password,cr-reset-password,.register-page{overflow:auto;height:100%;display:block;background:var(--login-bg)}.login-page,.recover-password-page,.reset-password-page,.register-page{z-index:1;height:100%;width:100%;position:absolute;top:0;left:0;overflow:auto;display:flex;flex-direction:column;align-items:center;justify-content:center;background-image:url(background.17ff98f4f96d8391.jpg);background-repeat:no-repeat;background-size:cover;background-position:center center}@media (max-width: 800px){.login-page,.recover-password-page,.reset-password-page,.register-page{justify-content:flex-start}}@media (max-height: 750px){.login-page,.recover-password-page,.reset-password-page,.register-page{justify-content:flex-start}}.login-page .btn-submitting,.recover-password-page .btn-submitting,.reset-password-page .btn-submitting,.register-page .btn-submitting{background-image:var(--login-bg);background-size:100%;background-position:right;transition:all .4s ease;transition-property:background-position background-size}.login-page .btn-submitting:after,.recover-password-page .btn-submitting:after,.reset-password-page .btn-submitting:after,.register-page .btn-submitting:after{content:"\ea0e";font-family:itk-icons;font-size:1.5em;position:absolute;right:0;top:50%;transform:translateY(-50%);opacity:0;transition:all .2s ease}.login-page .btn-submitting:focus,.login-page .btn-submitting:hover,.recover-password-page .btn-submitting:focus,.recover-password-page .btn-submitting:hover,.reset-password-page .btn-submitting:focus,.reset-password-page .btn-submitting:hover,.register-page .btn-submitting:focus,.register-page .btn-submitting:hover{background-image:var(--login-bg-hover);background-size:170%;background-position:left}.login-page .btn-submitting:focus:after,.login-page .btn-submitting:hover:after,.recover-password-page .btn-submitting:focus:after,.recover-password-page .btn-submitting:hover:after,.reset-password-page .btn-submitting:focus:after,.reset-password-page .btn-submitting:hover:after,.register-page .btn-submitting:focus:after,.register-page .btn-submitting:hover:after{right:15px;opacity:1}.login-page .btn-submitting:disabled,.recover-password-page .btn-submitting:disabled,.reset-password-page .btn-submitting:disabled,.register-page .btn-submitting:disabled{background-image:var(--login-bg-hover)}.login-page .btn-submitting:disabled .cr-loader,.recover-password-page .btn-submitting:disabled .cr-loader,.reset-password-page .btn-submitting:disabled .cr-loader,.register-page .btn-submitting:disabled .cr-loader{position:absolute;margin-right:0;right:10px;z-index:1}.login-page .btn-submitting:disabled:after,.recover-password-page .btn-submitting:disabled:after,.reset-password-page .btn-submitting:disabled:after,.register-page .btn-submitting:disabled:after{opacity:0;transform:translateY(-50%) rotate(180deg)}.login-page .field,.recover-password-page .field,.reset-password-page .field,.register-page .field{margin-top:20px}.login-page .app-version,.recover-password-page .app-version,.reset-password-page .app-version,.register-page .app-version{padding:5px;text-align:center;font-size:.9em;color:#fff}.login-page .copyright,.recover-password-page .copyright,.reset-password-page .copyright,.register-page .copyright{margin-top:30px;width:100px;z-index:1}@media (max-height: 750px){.login-page .copyright,.recover-password-page .copyright,.reset-password-page .copyright,.register-page .copyright{margin-top:10px}}.plotlist-header{padding:0 20px;height:70px;display:flex;flex-direction:row;align-items:center}@media (max-width: 550px){.plotlist-header{padding:10px;height:20px}}.plotlist-ranch-select{position:relative;margin:0 10px 10px}.plotlist-blocklist{display:flex;flex-direction:column;flex:1 1;padding:0 10px;overflow:hidden}.blocklist-feature-selector{margin-bottom:10px}.blocklist-header{display:flex;border:1px solid var(--main-border);color:var(--text-contrast);font-size:.9em;align-items:stretch;margin-bottom:10px;background-color:var(--main-bg);position:sticky;z-index:1;top:0}.blocklist-header-sortable{cursor:pointer;padding:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-user-select:none;user-select:none;display:flex;align-items:center}.blocklist-header-sortable:hover,.blocklist-header-sortable:focus{background:var(--hover-element)}.blocklist-header-sorted{color:var(--text);background:var(--hover-element)}.blocklist-header-icon-sort{line-height:0;position:relative;top:2px}.blocklist-header-crop{flex:0 32px;width:32px;padding:5px}.blocklist-header-name{padding:5px;flex:1 1}.blocklist-header-yield,.blocklist-header-gap{text-align:right;min-width:35px;justify-content:flex-end}.blocklist-header-weekstress{width:65px;padding:5px}.blocklist-header-harvest{width:65px}.blocklist-header-recom{min-width:65px;justify-content:flex-end}.blocklist-header-prod{max-width:100px}.blocklist-header-prod span{white-space:normal}.blocklist-items{overflow:auto;-webkit-overflow-scrolling:touch}.blocklist-item{display:flex;padding:5px;align-items:center;border-radius:5px;width:100%;line-height:1;vertical-align:top;cursor:pointer;transition:all .2s ease}.blocklist-item:hover,.blocklist-item:focus{background:var(--hover-element)}.blocklist-item.active{background-color:var(--hover-element);box-shadow:-2px 0 0 0 inset var(--text);border-top-right-radius:0;border-bottom-right-radius:0;padding-right:15px;color:#37474f}.blocklist-item-UNKNOWN .block-recom .block-recom-value{color:var(--text)}.blocklist-item-HIGH:hover:not(.active){background-color:#f443361a}.blocklist-item-HIGH.active{box-shadow:-2px 0 inset #f44336}.blocklist-item-HIGH .block-main-value{color:#f44336}.blocklist-item-MEDIUM:hover:not(.active){background-color:#ffa0001a}.blocklist-item-MEDIUM.active{box-shadow:-2px 0 inset #ffa000}.blocklist-item-MEDIUM .block-main-value{color:#ffa000}.blocklist-item-LOW:hover:not(.active){background-color:#ffa0001a}.blocklist-item-LOW.active{box-shadow:-2px 0 inset #ffa000}.blocklist-item-LOW .block-main-value{color:#ffa000}.blocklist-item-NONE:hover:not(.active){background-color:#00c8531a}.blocklist-item-NONE.active{box-shadow:-2px 0 inset #00c853}.blocklist-item-NONE .block-main-value{color:#00c853}.blocklist-item-EXCESSIVE:hover:not(.active){background-color:#03a9f41a}.blocklist-item-EXCESSIVE.active{box-shadow:-2px 0 inset #03a9f4}.blocklist-item-EXCESSIVE .block-main-value{color:#03a9f4}.block-icon{height:32px;width:32px;position:relative}.block-icon>img{position:absolute;height:38px;width:38px;top:0;left:0}.block-icon>i{position:absolute;top:5px;left:0;width:32px;font-size:18px}.block-infos{padding:0 10px;flex:1 1;overflow:hidden;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-align:left;line-height:1.2;word-break:break-word}.block-infos-name{font-weight:900;line-height:1.2}.block-infos-tags{font-size:11px;margin-top:5px}.block-infos-phenostage,.block-infos-zone{color:var(--text-contrast);padding:2px 0 0;font-size:.9em}.block-heatwave{padding-right:10px;color:#c62828}.block-status{font-size:.9em;line-height:1.2;overflow:hidden;text-align:right;margin-right:10px;flex:1}.block-status-pending{color:#03a9f4}.block-status-weather-recovery{color:var(--text-contrast)}.block-status-error{color:#f44336}.block-main-value{text-align:right;display:flex;flex-direction:column;align-items:flex-end;justify-content:center;color:var(--text)}.block-main-value:not(:last-child){padding-right:10px}.block-main-value-number{font-weight:900;font-size:1.3em}.block-main-value-number .value-number-icon{line-height:0;font-size:.8em}.block-main-value-unit{font-size:.9em;color:var(--text-contrast)}.plotlist-bottom_action{padding:20px;display:flex;flex-direction:column}@media (max-width: 550px){.plotlist-bottom_action{padding:10px}}.plotlist-bottom_action .btn+.btn{margin-left:0}@media (max-width: 650px){.autocompleteBackdrop.cdk-overlay-backdrop-showing{opacity:0}}.forecast-line{display:flex;align-items:baseline;justify-content:flex-end;flex-wrap:wrap;height:1.2em;font-size:.9em;width:65px}.forecast-line.forecast-line-nitrogen .forecast-line-value{width:41px}.forecast-line.forecast-line-frost{height:auto}.forecast-line-icon{display:inline-block;text-align:right;flex:1;padding-right:3px;color:var(--text)}.forecast-line-day{display:inline-block;background:#78909c4d;height:2px;width:5px;margin:0 1px 0 0;border-radius:1px}.forecast-line-day.heatwave{position:relative}.forecast-line-day.heatwave:after{content:"";height:2px;border-radius:4px;width:5px;background:#c62828;position:absolute;top:100%;margin-top:1px}.forecast-line-day.heatwave+.heatwave:after{box-shadow:-2px 0 #c62828}.forecast-line-value,.forecast-line-value-unit{display:inline-block}.forecast-line-nodata{flex:0 0 42px;background:#78909c4d;height:2px}.forecast-line-risk-info{white-space:nowrap}.forecast-line-day-EXCESSIVE{background:#03a9f4;height:2px}.forecast-line-day-NONE{background:#00c853;height:2px}.forecast-line-day-LOW,.forecast-line-day-MEDIUM{background:#ffa000;height:4px}.forecast-line-day-HIGH{background:#f44336;height:8px}.forecast-line-day-PROTECTED{background:#7e57c2;height:2px}.forecast-line-day-riskN-low{background:#f44336;height:2px}.forecast-line-day-riskN-medium{background:#90e2d7;height:4px}.forecast-line-day-riskN-high{background:#00b89f;height:8px}.forecast-line-day-riskN-unknown,.forecast-line-day-riskN-outside-critical-zone{background:#cfd8dc;height:2px}.forecast-line-day-riskW-low{background:#f44336;height:2px}.forecast-line-day-riskW-medium{background:#4fc3f7;height:4px}.forecast-line-day-riskW-high{background:#03a9f4;height:8px}.forecast-line-day-riskW-unknown,.forecast-line-day-riskW-outside-critical-zone{background:#cfd8dc;height:2px}.forecast-line-day-NONE{background-color:#00c853;height:2px}.forecast-line-day-LOW{background-color:#ffa000;height:2px}.forecast-line-day-MEDIUM{background-color:#f57c00;height:4px}.forecast-line-day-HIGH{background-color:#f44336;height:8px}.forecast-line-day-UNKNOWN{background-color:#37474f;height:2px}.cr-loader-centered{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center}.cr-loader{height:30px;display:flex;align-items:center;justify-content:center;opacity:0;animation-name:fadeIn;animation-delay:50ms;animation-fill-mode:forwards;animation-duration:.2s;animation-iteration-count:1;animation-timing-function:ease}.cr-loader-inline{height:1.2em;width:1.2em;display:inline-block;vertical-align:middle}.cr-loader-inline+span{margin-left:.5em}.app-logo-loader{height:100%;width:100%;flex:1 1;z-index:1;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:40px;box-sizing:border-box}.app-logo-loader:before{content:var(--logo-loader);height:40px;width:40px;display:block}.app-logo-loader:after{content:"";margin-top:20px;display:block;width:100px;height:3px;background-color:var(--main-bg-contrast);box-shadow:0 0 0 0 inset var(--main-color);animation-delay:50ms;animation-fill-mode:forwards;animation-duration:.2s;animation-iteration-count:1;animation-name:progress-bar;animation-duration:3s;animation-timing-function:ease}@keyframes progress-bar{to{box-shadow:100px 0 0 0 inset var(--main-color)}}@keyframes skeleton-loading{0%{background-position:0% 100%}50%{background-position:100% 0%}to{background-position:0% 50%}}.skeleton-loader-form{opacity:0;animation-name:fadeIn;animation-delay:50ms;animation-fill-mode:forwards;animation-duration:.2s;animation-iteration-count:1;animation-timing-function:ease}.skeleton-loader-form-fieldswrap{display:grid;gap:20px;grid-template-columns:1fr;align-items:flex-end;min-height:50px}.skeleton-loader-form-fieldswrap-3cols{grid-template-columns:1fr 1fr 1fr}@media (max-width: 800px){.skeleton-loader-form-fieldswrap-3cols{grid-template-columns:1fr 1fr}}.skeleton-loader-form-fieldswrap-2cols{grid-template-columns:1fr 1fr}.skeleton-loader-form-field,.skeleton-loader-form-map{height:40px;background-color:var(--main-bg-contrast);border-radius:5px;animation:skeleton-loading 1.2s ease-in-out infinite;background:linear-gradient(90deg,var(--main-bg-contrast),var(--main-bg),var(--main-bg-contrast));background-size:300% 300%}.skeleton-loader-form-map{height:30vh;margin:20px 0}.skeleton-loader-tree{opacity:0;animation-name:fadeIn;animation-delay:50ms;animation-fill-mode:forwards;animation-duration:.2s;animation-iteration-count:1;animation-timing-function:ease;display:flex;flex-direction:column;gap:10px;padding:0 10px;box-sizing:border-box;width:var(--admin-tree-width)}.skeleton-loader-tree-line{display:flex;flex-direction:row;gap:10px}.skeleton-loader-tree-line-box,.skeleton-loader-tree-line-bar{height:30px;background-color:var(--main-bg-contrast);border-radius:5px;animation:skeleton-loading 1.2s ease-in-out infinite;background:linear-gradient(90deg,var(--main-bg-contrast),var(--main-bg),var(--main-bg-contrast));background-size:300% 300%}.skeleton-loader-tree-line-box{width:50px}.skeleton-loader-tree-line-bar{flex:1}.skeleton-loader-tree-line:nth-last-child(0){opacity:0}.skeleton-loader-tree-line:nth-last-child(1){opacity:.2}.skeleton-loader-tree-line:nth-last-child(2){opacity:.4}.skeleton-loader-tree-line:nth-last-child(3){opacity:.6}.skeleton-loader-tree-line:nth-last-child(4){opacity:.8}.largeforecast-table{text-align:center;overflow-x:auto}.largeforecast-table-row,.largeforecast-table-row-header{display:flex;flex-direction:row}.largeforecast-table-row-item{flex:1;padding:5px 0;color:var(--text);text-align:center;min-width:30px;display:inline-flex;flex-direction:column;justify-content:center}.largeforecast-table-row-item:not(:first-child){margin-left:2px}.largeforecast-table-row-header .largeforecast-table-row-item{justify-content:flex-start}.largeforecast-table-row-title{margin-bottom:5px;color:var(--text-contrast);display:flex;align-items:center;justify-content:center}.largeforecast-table-row:not(:last-child){margin-bottom:15px}.largeforecast-table-row .largeforecast-table-row-item{border-radius:3px;background-color:var(--main-bg);color:var(--text-contrast);border:1px solid var(--main-border);white-space:nowrap;max-width:100%;text-overflow:ellipsis;overflow:hidden;box-sizing:border-box}.largeforecast-table-row .largeforecast-table-row-item.stress-NONE{background-color:#00c853;border-color:transparent}.largeforecast-table-row .largeforecast-table-row-item.stress-LOW{background-color:#ffa000;border-color:transparent}.largeforecast-table-row .largeforecast-table-row-item.stress-MEDIUM{background-color:#f57c00;border-color:transparent}.largeforecast-table-row .largeforecast-table-row-item.stress-HIGH{background-color:#f44336;border-color:transparent}.largeforecast-table-row .largeforecast-table-row-item.stress-PROTECTED{background-color:#7e57c2;border-color:transparent}.largeforecast-table-row .largeforecast-table-row-item.stress-UNKNOWN{background-color:#37474f;border-color:transparent}.largeforecast-table-row .largeforecast-table-row-item.item-irrigation.stress-EXCESSIVE{background-color:#03a9f4;color:#fff;border-color:transparent}.largeforecast-table-row .largeforecast-table-row-item.item-irrigation.stress-NONE{background-color:#00c853;color:#fff;border-color:transparent}.largeforecast-table-row .largeforecast-table-row-item.item-irrigation.stress-LOW{background-color:#ffa000;color:#fff;border-color:transparent}.largeforecast-table-row .largeforecast-table-row-item.item-irrigation.stress-HIGH{background-color:#f44336;color:#fff;border-color:transparent}.largeforecast-table-row .largeforecast-table-row-item.item-irrigation:not([class*=stress]){background-color:#03a9f4;color:#fff;border-color:transparent}.largeforecast-table-row .largeforecast-table-row-item.item-irrigation.inactive{background-color:var(--button-bg-disabled);border-top-color:transparent;color:var(--button-text-disabled)}.largeforecast-table-row .largeforecast-table-row-item.item-temperature{background-color:#c6282833;color:#c62828;border-color:transparent}.largeforecast-table-row .largeforecast-table-row-item.item-rain{background-color:#1976d233;color:#1976d2;border-color:transparent}.largeforecast-table-row .largeforecast-table-row-item.inactive{background-color:var(--button-bg-disabled)}.largeforecast-table-row .largeforecast-table-row-item.passed-date{background-color:var(--main-bg-contrast);border-top-color:transparent;color:var(--text-contrast)}.largeforecast-table-row-header .largeforecast-table-row-item{border-radius:3px 3px 0 0;border-width:2px 0 0 0;border-color:var(--border-element);border-style:solid;color:var(--text-contrast)}.largeforecast-table-row-header .largeforecast-table-row-item.today{border-top-color:#37474f}.largeforecast-table-row-header .largeforecast-table-row-item .day,.largeforecast-table-row-header .largeforecast-table-row-item .month{font-size:.8em;text-transform:uppercase}.largeforecast-table-row-header .largeforecast-table-row-item .date{font-size:.7em}.largeforecast-table-row-header .largeforecast-table-row-item .sub{font-size:.8em}.largeforecast-table-row-header .largeforecast-table-row-item .number{font-size:1.6em;font-weight:900;line-height:1;color:var(--text)}.largeforecast-table-row-header .largeforecast-table-row-item.inactive{background-color:var(--button-bg-disabled);border-top-color:transparent}.largeforecast-table-row-header .largeforecast-table-row-item.inactive *{color:var(--button-text-disabled)}.largeforecast-table-two-weeks .largeforecast-table-row{width:200%}.largeforecast-table-two-weeks .largeforecast-table-row-title{position:sticky;left:0}.forecast_table{text-align:center;overflow-x:auto}.forecast_table-row{padding-right:2px;margin-bottom:5px;display:flex;flex-direction:row}.forecast_table-row:last-child{margin-bottom:15px}.forecast_table-row-title{color:var(--text-contrast);display:flex;align-items:center;width:70px;margin:0;font-size:.9em;padding-left:2px;text-align:left}.forecast_table-row-title-weather{font-style:italic}.forecast_table-row-title-weather .unit{font-size:.8em}.forecast_table-row-item{flex:1;text-align:center;min-width:30px;display:inline-flex;flex-direction:column;justify-content:center;border-radius:3px;background-color:var(--main-bg);color:var(--text-contrast);border:1px solid var(--main-border);white-space:nowrap;max-width:100%;text-overflow:ellipsis;overflow:hidden;box-sizing:border-box;padding:3px 0}.forecast_table-row-item:not(:first-child){margin-left:2px}.forecast_table-row-item-day,.forecast_table-row-item-month{font-size:.7em;text-transform:uppercase}.forecast_table-row-item-date{font-weight:900;font-size:1.4em;color:var(--text)}.forecast_table-row-calendar .forecast_table-row-item{padding:0}.forecast_table-tooltip-item+.forecast_table-tooltip-item{margin:5px 0;border-top:1px solid #607D8B}.forecast_table-frost .forecast_table-row-title{width:50px}.forecast_table-two_weeks .forecast_table-row{width:200%}.forecast_table-two_weeks .forecast_table-row-title{position:sticky;left:0;width:100%;padding:10px 5px 5px}.forecast_table-row-feature .forecast_table-row-item.inactive{background-color:var(--button-bg-disabled);border-top-color:transparent;color:var(--button-text-disabled)}.forecast_table-row-feature .forecast_table-row-item.stress-NONE{background-color:#00c853;color:#fff;border-color:transparent}.forecast_table-row-feature .forecast_table-row-item.stress-LOW{background-color:#ffa000;color:#fff;border-color:transparent}.forecast_table-row-feature .forecast_table-row-item.stress-MEDIUM{background-color:#f57c00;color:#fff;border-color:transparent}.forecast_table-row-feature .forecast_table-row-item.stress-HIGH{background-color:#f44336;color:#fff;border-color:transparent}.forecast_table-row-feature .forecast_table-row-item.stress-PROTECTED{background-color:#7e57c2;color:#fff;border-color:transparent}.forecast_table-row-feature .forecast_table-row-item.stress-UNKNOWN{background-color:#fff;color:#607d8b;border-color:#eceff1}.forecast_table-row-feature .forecast_table-row-item.stress-EXCESSIVE{background-color:#03a9f4;color:#fff;border-color:transparent}.forecast_table-row-feature .forecast_table-row-item.item-temperature{background-color:#c6282833;color:#c62828;border-color:transparent}.forecast_table-row-feature .forecast_table-row-item.item-rain{background-color:#1976d233;color:#1976d2;border-color:transparent}.forecast_table-row-feature .forecast_table-row-item.passed-date{background-color:var(--main-bg-contrast);border-top-color:transparent;color:var(--text-contrast)}.forecast_table-row-hourly-item-title{font-size:.75em;white-space:normal;width:100%}.forecast_table-row-FROST_RISK{align-items:baseline}.forecast_table-row-FROST_RISK .forecast_table-row-item{padding:0;border-radius:2px}.forecast_table-row-FROST_RISK .forecast_table-row-item.stress-NONE,.forecast_table-row-FROST_RISK .forecast_table-row-item.stress-LOW{height:5px}.forecast_table-row-FROST_RISK .forecast_table-row-item.stress-MEDIUM{height:10px}.forecast_table-row-FROST_RISK .forecast_table-row-item.stress-HIGH{height:20px}.forecast_table-row-FROST_RISK .forecast_table-row-item.stress-UNKNOWN{height:2px}.forecast_table-row-DISEASE_POWDERY_MILDEW,.forecast_table-row-DISEASE_DOWNY_MILDEW{align-items:flex-end}.forecast_table-row-DISEASE_POWDERY_MILDEW .forecast_table-row-item,.forecast_table-row-DISEASE_DOWNY_MILDEW .forecast_table-row-item{padding:0;border-radius:2px}.forecast_table-row-DISEASE_POWDERY_MILDEW .forecast_table-row-item.stress-NONE,.forecast_table-row-DISEASE_DOWNY_MILDEW .forecast_table-row-item.stress-NONE{height:5px}.forecast_table-row-DISEASE_POWDERY_MILDEW .forecast_table-row-item.stress-LOW,.forecast_table-row-DISEASE_DOWNY_MILDEW .forecast_table-row-item.stress-LOW,.forecast_table-row-DISEASE_POWDERY_MILDEW .forecast_table-row-item.stress-MEDIUM,.forecast_table-row-DISEASE_DOWNY_MILDEW .forecast_table-row-item.stress-MEDIUM{height:10px}.forecast_table-row-DISEASE_POWDERY_MILDEW .forecast_table-row-item.stress-HIGH,.forecast_table-row-DISEASE_DOWNY_MILDEW .forecast_table-row-item.stress-HIGH{height:20px}.forecast_table-row-DISEASE_POWDERY_MILDEW .forecast_table-row-item.stress-PROTECTED,.forecast_table-row-DISEASE_DOWNY_MILDEW .forecast_table-row-item.stress-PROTECTED{height:5px}.forecast_table-row-DISEASE_POWDERY_MILDEW .forecast_table-row-item.stress-UNKNOWN,.forecast_table-row-DISEASE_DOWNY_MILDEW .forecast_table-row-item.stress-UNKNOWN{height:2px}.forecast_table-row-hourly .indicator-IDEAL,.hourly-indicator .indicator-IDEAL{background-color:#00c8531a;color:#00c853}.forecast_table-row-hourly .indicator-IDEAL:before,.hourly-indicator .indicator-IDEAL:before{content:"\ea33"}.forecast_table-row-hourly .indicator-NOT_RECOMMENDED,.hourly-indicator .indicator-NOT_RECOMMENDED{background-color:#ffa0001a;color:#ffa000}.forecast_table-row-hourly .indicator-NOT_RECOMMENDED:before,.hourly-indicator .indicator-NOT_RECOMMENDED:before{content:"\ea88"}.forecast_table-row-hourly .indicator-FORBIDDEN,.hourly-indicator .indicator-FORBIDDEN{background-color:#f44336;color:#fff}.forecast_table-row-hourly .indicator-FORBIDDEN:before,.hourly-indicator .indicator-FORBIDDEN:before{content:"\eb61"}.forecast_table-row-hourly .indicator-FORBIDDEN.forecast_table-row-hourly-item-selected,.hourly-indicator .indicator-FORBIDDEN.forecast_table-row-hourly-item-selected{color:#f44336}.forecast_table-row-hourly .stress-NONE,.hourly-indicator .stress-NONE{background-color:#00c8531a;color:#00c853}.forecast_table-row-hourly .stress-NONE:before,.hourly-indicator .stress-NONE:before{content:"\ea33"}.forecast_table-row-hourly .stress-LOW,.forecast_table-row-hourly .stress-MEDIUM,.hourly-indicator .stress-LOW,.hourly-indicator .stress-MEDIUM{background-color:#ffa0001a;color:#ffa000}.forecast_table-row-hourly .stress-LOW:before,.forecast_table-row-hourly .stress-MEDIUM:before,.hourly-indicator .stress-LOW:before,.hourly-indicator .stress-MEDIUM:before{content:"\ea88"}.forecast_table-row-hourly .stress-HIGH,.hourly-indicator .stress-HIGH{background-color:#f44336;color:#fff}.forecast_table-row-hourly .stress-HIGH:before,.hourly-indicator .stress-HIGH:before{content:"\eb1a"}.forecast_table-row-hourly .stress-HIGH.forecast_table-row-hourly-item-selected,.hourly-indicator .stress-HIGH.forecast_table-row-hourly-item-selected{color:#f44336}.forecast_table-row-hourly{margin-bottom:-1px;align-items:flex-start}.forecast_table-row-hourly .forecast_table-row-title{align-self:center}.forecast_table-row-hourly .forecast_table-row-hourly-item{text-align:center;justify-content:flex-start}.forecast_table-row-hourly .forecast_table-row-hourly-item:before{padding:5px 0}.forecast_table-row-hourly .forecast_table-row-hourly-item:before,.forecast_table-row-hourly .forecast_table-row-hourly-item:after{font-family:itk-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;white-space:nowrap;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:block;text-align:center;width:100%}.forecast_table-row-hourly .forecast_table-row-hourly-item-selectable{border-color:var(--border-element);padding-bottom:0}.forecast_table-row-hourly .forecast_table-row-hourly-item-selectable:not([class*=selected]){border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom:0}.forecast_table-row-hourly .forecast_table-row-hourly-item-selectable:hover,.forecast_table-row-hourly .forecast_table-row-hourly-item-selectable:focus{border-color:var(--border-element-hover)}.forecast_table-row-hourly .forecast_table-row-hourly-item-selectable:after{content:"\ea34";color:var(--text)}.forecast_table-row-hourly .forecast_table-row-hourly-item-selectable.indicator-FORBIDDEN{border-color:transparent}.forecast_table-row-hourly .forecast_table-row-hourly-item-selectable.indicator-FORBIDDEN:after{color:#fff}.forecast_table-row-hourly .forecast_table-row-hourly-item-selected{border-color:var(--border-element-hover);border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-color:var(--main-bg)}.forecast_table-row-hourly .forecast_table-row-hourly-item-selected.indicator-FORBIDDEN{border-color:var(--border-element-hover)}.forecast_table-row-hourly .forecast_table-row-hourly-item-selected.indicator-FORBIDDEN:after{color:var(--text)}.forecast_table-row-hourly .forecast_table-row-hourly-item-readonly{cursor:default;border:none}.hourly-indicator{border:1px solid var(--border-element-hover);display:grid;grid-template-columns:repeat(12,1fr);margin-bottom:10px;border-radius:4px;padding:0 2px 4px}.hourly-indicator-item{padding:1px}.hourly-indicator-item-hour{font-size:.8em;color:var(--text-contrast);padding-top:5px}.hourly-indicator-item-color{border-radius:4px;padding:7px 0 5px}.hourly-indicator-item-color:before{font-family:itk-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;white-space:nowrap;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:block;text-align:center;width:100%}.map_popup-title,.map_popup-footer{text-align:left;width:100%;padding:10px;display:flex;flex-direction:row;box-sizing:border-box;align-items:center;justify-content:flex-end}.map_popup-title{border-bottom:1px solid var(--main-border);position:relative}.map_popup-title-icon{font-size:2em;color:#b0bec5;margin-right:10px}.map_popup-title-content{flex:1}.map_popup-title-content .subtitle{margin-top:5px;color:var(--text-contrast)}.map_popup-close-icon{position:absolute;top:0;bottom:0;right:0;margin:0;width:50px;border:none}.map_popup-close-icon:hover,.map_popup-close-icon:focus{background-color:var(--hover-element)}.map_popup-content{display:block;padding:20px;flex:1;width:100%;overflow:auto;box-sizing:border-box;position:relative}@media (max-width: 550px){.map_popup-content{display:block;flex:inherit;overflow:inherit}}.map_popup-footer{border-top:1px solid var(--main-border)}@media (max-width: 550px){.map_popup-footer{justify-content:center;padding:20px}.map_popup-footer .btn{width:100%}}.map-popup-param-header{grid-area:header;display:flex;flex-direction:row;align-items:center;height:40px;border-radius:5px;box-sizing:border-box;padding:0 10px;cursor:pointer;font-weight:900;background-color:var(--button-bg);transition:all .2s ease}.map-popup-param-header:hover{background-color:var(--button-bg-hover)}.map-popup-param-header.open{border-radius:5px 5px 0 0}.map-popup-param-header+.map-popup-param-content{border-radius:0 0 5px 5px}.map-popup-param-header-label{flex:1;padding-right:10px}.map-popup-param-content{transition:all .2s ease;padding:10px;background-color:var(--button-bg);border-radius:5px}.map-popup-param-item{color:var(--text);font-weight:900}.map-popup-param-item-label{color:var(--text-contrast);font-size:.9em;font-weight:400;margin-bottom:5px}.breadcrumb-link{height:30px;margin-bottom:5px}.breadcrumb-link:not(.breadcrumb-link-first){margin-left:2px!important;border-radius:0}.breadcrumb-link:last-child{background-color:transparent;cursor:auto;pointer-events:none;border-top-right-radius:5px;border-bottom-right-radius:5px;box-shadow:0 0 0 2px inset var(--button-bg)}.breadcrumb-link-first:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}@media (max-width: 550px){.breadcrumb-link:first-child .breadcrumb-text,.breadcrumb-link:not(:nth-last-child(-n+3)) .breadcrumb-text{display:none}}.breadcrumb-icon,.breadcrumb-text{display:inline-block}.breadcrumb-separator{display:inline-block;color:var(--border-element);font-size:1.2em}@media (max-width: 1150px){.header-notification-banner-action .action-text{flex:1}}@media (max-width: 550px){.header-notification-banner-action span.action-text{padding:0;text-align:center}}.terms h1{display:block}.terms h2,.terms h3,.terms h4{color:var(--text);display:block;margin:2em 0 1em}.terms li,.terms p{line-height:1.5}.terms p{text-align:justify}.terms p+p{margin-top:1em}.terms h4{text-decoration:underline;font-size:1em}.terms ul{margin:1em 0;list-style:inside}.terms ul li{color:var(--text-contrast);margin-bottom:.5em;display:list-item}.terms strong{color:var(--text)}.terms table{width:100%;margin:1em 0;border-spacing:0;border:1px solid var(--border-element)}.terms table td,.terms table th{padding:10px;margin:0;border-bottom:1px solid var(--border-element);border-left:1px solid var(--border-element);width:50%;line-height:normal;text-align:left}.terms table td:first-child,.terms table th:first-child{border-left:0}.terms table td{color:var(--text-contrast)}.terms table th{background-color:var(--main-bg-contrast)}.terms table tr:last-child td{border-bottom:0}.indicators_days-wrapper{display:grid;grid-template-columns:repeat(7,1fr);gap:6px}.indicators_days-col{position:relative}.indicators_days-pills{position:absolute;top:-4px;right:-3px;display:flex;flex-direction:column}.indicators_days-pill{display:inline-block;margin:0 0 2px;padding:1px 4px;border-radius:4px;font-weight:900;color:#fff;border:0;font-size:.9em;font-weight:700}.indicators_days-pill+.indicators_days-pill{margin-left:1px}.indicators_days-pill.NONE{background-color:#00c8531a;color:#00c853}.indicators_days-pill.LOW{background-color:#ffa0001a;color:#ffa000}.indicators_days-pill.MEDIUM{background-color:#f57c00;color:#fff}.indicators_days-pill.HIGH{background-color:#f44336;color:#fff}.indicators_days-pill.UNKNOWN{background-color:#37474f1a;color:#37474f}.indicators_days-day{display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer;background-color:var(--button-bg);border-radius:2px;text-align:center;min-height:40px;box-sizing:border-box;font-size:.78em;line-height:.8em;font-weight:900}.indicators_days-day:hover,.indicators_days-day:focus{background-color:var(--button-bg-hover)}.indicators_days-day .day,.indicators_days-day .month{text-transform:uppercase;color:var(--text-contrast)}.indicators_days-day .number{font-size:1.8em;font-weight:900;padding:4px 0}.indicators_days-selected .indicators_days-day{background-color:var(--main-bg-dark);box-shadow:0 0 0 1px var(--main-bg-dark);color:var(--text-light)}.indicators_days-selected .indicators_days-day .day,.indicators_days-selected .indicators_days-day .month{color:var(--text-light-contrast)}.indicators_days-selected .indicators_days-day .number{color:var(--text-light)}.value-pill{display:block;text-align:center;margin-bottom:10px}.value-pill-wrapper{display:block;padding:10px;border-radius:5px;border:1px solid var(--main-border);margin-bottom:10px}.value-pill-wrapper .value-pill{margin-bottom:0}.value-pill-title{color:var(--text);margin:15px 0;display:block}.value-pill-item{display:inline-flex;align-items:center;padding:5px 15px;height:40px;border-radius:50px;position:relative;margin-bottom:15px;border:1px solid var(--main-border)}.value-pill-item-MEDIUM{background-color:#f57c00;color:#fff;border:0}.value-pill-item-UNKNOWN{background-color:#37474f;color:#fff;border:0}.value-pill-item.yield-pill{background-color:#ffa000;color:#fff;border:0}.value-pill-item.gap-pill{background-color:#00c853;color:#fff;border:0}.value-pill-item-EXCESSIVE{background-color:#03a9f4;color:#fff;border:0}.value-pill-item-EXCESSIVE-reverted{color:#03a9f4;background-color:#03a9f426;border:0}.value-pill-item-NONE,.value-pill-item-LOW,.value-pill-item-INCREASE{background-color:#00c853;color:#fff;border:0}.value-pill-item-NONE-reverted,.value-pill-item-LOW-reverted,.value-pill-item-INCREASE-reverted{color:#00c853;background-color:#00c85326;border:0}.value-pill-item-LOW,.value-pill-item-MEDIUM,.value-pill-item-DECREASE{background-color:#ffa000;color:#fff;border:0}.value-pill-item-LOW-reverted,.value-pill-item-MEDIUM-reverted,.value-pill-item-DECREASE-reverted{color:#ffa000;background-color:#ffa00026;border:0}.value-pill-item-UNKNOWN{background-color:var(--main-bg);color:var(--text)}.value-pill-item-NONE{background-color:#00c853;color:#fff;border:0}.value-pill-item-NONE-reverted{color:#00c853;background-color:#00c85326;border:0}.value-pill-item-LOW{background-color:#ffa000;color:#fff;border:0}.value-pill-item-LOW-reverted{color:#ffa000;background-color:#ffa00026;border:0}.value-pill-item-HIGH{background-color:#f44336;color:#fff;border:0}.value-pill-item-HIGH-reverted{color:#f44336;background-color:#f4433626;border:0}.value-pill-item-UNKNOWN{border:1px solid var(--main-border);background-color:var(--main-bg);color:var(--text)}.value-pill-item-icon{font-size:1.4em;align-items:center;opacity:.6}.value-pill-item-amount{font-size:2em;font-weight:900;align-items:center;padding:0 10px}.value-pill-item-amount>span:before{line-height:0}.value-pill-item-amount>span{margin:0}.value-pill-item-text{font-size:1.6em;font-weight:900;align-items:center;padding:0 10px}.value-pill-item-unit{display:inline-block;opacity:.6}.sub-value-pill{text-align:center;color:var(--text-contrast);margin-bottom:20px}.sub-value-pill-label{margin-bottom:.5em;display:block;text-align:center}.sub-value-pill-item{padding:5px 10px;background-color:var(--main-bg-contrast);border-radius:30px;display:inline-flex;align-items:center}.pill{position:relative;display:flex;gap:0 5px;padding:0 10px;height:40px;border-radius:40px;align-items:center;align-content:center;justify-content:center}.pill-icon{font-size:1.2em;opacity:.6}.pill-value{font-size:1.5em}.pill-unit{opacity:.6}.pill-withlabel{background-color:var(--main-bg-contrast);flex-direction:column;padding:0 20px}.pill-label{opacity:.6;font-size:.9em;white-space:nowrap;position:absolute;top:-15px}.pill-withlabel .pill-icon,.pill-withlabel .pill-value{font-size:1em}.pill-linewrapper{display:flex;width:100%;gap:2px;align-items:center;justify-content:center;flex-wrap:wrap}.pill-value-line{flex:0 0 100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.pill-link:hover,.pill-link:focus{box-shadow:0 0 0 40px #0000000d inset;cursor:pointer}.pill-novalue{font-size:.8em}.pill-PROTECTED{background-color:#7e57c2;color:#fff}.pill-UNKNOWN{background-color:#37474f;color:#fff}.pill.yield-pill{background-color:#ffa000;color:#fff}.pill.gap-pill{background-color:#00c853;color:#fff;border:0}.pill-EXCESSIVE{background-color:#03a9f4;color:#fff}.pill-EXCESSIVE-reverted{color:#03a9f4;background-color:#03a9f426}.pill-NONE,.pill-INCREASE{background-color:#00c853;color:#fff}.pill-NONE-reverted,.pill-INCREASE-reverted{color:#00c853;background-color:#00c85326}.pill-LOW,.pill-DECREASE{background-color:#ffa000;color:#fff}.pill-LOW-reverted,.pill-DECREASE-reverted{color:#ffa000;background-color:#ffa00026}.pill-MEDIUM{background-color:#f57c00;color:#fff}.pill-MEDIUM-reverted{color:#f57c00;background-color:#f57c0026}.pill-UNKNOWN{background-color:var(--main-bg-contrast);color:var(--text)}.pill-NONE{background-color:#00c853;color:#fff}.pill-NONE-reverted{color:#00c853;background-color:#00c85326}.pill-LOW{background-color:#ffa000;color:#fff}.pill-LOW-reverted{color:#ffa000;background-color:#ffa00026}.pill-HIGH{background-color:#f44336;color:#fff}.pill-HIGH-reverted{color:#f44336;background-color:#f4433626}.pill-UNKNOWN{border:1px solid var(--main-border);background-color:var(--main-bg);color:var(--text)}.pill-DISEASE_POWDERY_MILDEW_GUBLER_THOMAS{padding:5px 15px}.pill-DISEASE_POWDERY_MILDEW_GUBLER_THOMAS .pill-icon{display:none}.pill-DISEASE_POWDERY_MILDEW_GUBLER_THOMAS.pill-UNKNOWN{border:1px solid var(--main-border);background-color:var(--main-bg);color:var(--text)}.pill-DISEASE_POWDERY_MILDEW_GUBLER_THOMAS .pill-value{font-size:1.8em;font-weight:900;padding:0 10px}.recommendation-map.recommendation-disease .pill-DISEASE_POWDERY_MILDEW_GUBLER_THOMAS{grid-column:span 2}vt-frost-recommendation .pill-NONE+.pill{background-color:#00c8531a;color:#00c853}vt-frost-recommendation .pill-LOW+.pill{background-color:#ffa0001a;color:#ffa000}vt-frost-recommendation .pill-MEDIUM+.pill{background-color:#f57c001a;color:#f57c00}vt-frost-recommendation .pill-HIGH+.pill{background-color:#f443361a;color:#f44336}vt-map-popup vt-frost-recommendation .pill{z-index:1;position:relative}vt-map-popup vt-frost-recommendation .pill+.pill{z-index:0}vt-map-popup vt-frost-recommendation .pill-NONE+.pill{box-shadow:-50px 0 #00c8531a}vt-map-popup vt-frost-recommendation .pill-LOW+.pill{box-shadow:-50px 0 #ffa0001a}vt-map-popup vt-frost-recommendation .pill-MEDIUM+.pill{box-shadow:-50px 0 #f57c001a}vt-map-popup vt-frost-recommendation .pill-HIGH+.pill{box-shadow:-50px 0 #f443361a}.recommendation{text-align:center}.recommendation+.recommendation{margin-top:25px}.recommendation-map,.recommendation-map .recommendation-pill-wrapper{display:grid;grid-template-columns:1fr 100px 160px;gap:25px 5px;align-items:center}.recommendation-map+.recommendation-pill-wrapper,.recommendation-map .recommendation-pill-wrapper+.recommendation-pill-wrapper{margin-top:25px}@media (max-width: 800px){.recommendation-map,.recommendation-map .recommendation-pill-wrapper{grid-template-columns:1fr 1fr}.recommendation-map .recommendation-title,.recommendation-map .recommendation-pill-wrapper .recommendation-title{grid-column:span 2}}.recommendation-map.recommendation-disease{display:block}.recommendation-expertview{display:grid;grid-template-columns:1fr;gap:10px 0}.recommendation-expertview .recommendation-pill-wrapper{display:grid;grid-template-columns:1fr;border-bottom:1px solid var(--main-border);padding-bottom:15px;gap:10px}.recommendation-expertview .recommendation-pill-wrapper-inline{grid-template-columns:1fr max-content;align-items:flex-end}.recommendation-expertview-frost{padding-bottom:20px}.recommendation-title{display:block;overflow:hidden;font-size:1.1em}.recommendation-title .info-hint{margin-left:5px;font-size:.9em}.recommendation-map .recommendation-title{text-align:left;line-height:1em;padding-right:10px}.recommendation-expertview .recommendation-pill-wrapper-inline .recommendation-title{grid-column:1/span 2}.recommendation-expertview .recommendation-pill{font-size:1.2em;padding:5px 20px;min-width:100px;justify-self:center}.recommendation-pill-fullWidth{grid-column-end:span 2}.recommendation-expertview .recommendation-last{justify-self:center;margin-top:20px}.recommendation-pill-wrapper-inline .recommendation-last{width:100%;min-width:100px;box-sizing:border-box}cr-tag{display:inline-block;margin:1px}.tag{display:inline-block;background-color:var(--main-color);border-radius:3px;padding:2px 4px 3px;font-size:.9em;margin:0 2px}.tag-empty{display:none}.tag-RED{background-color:#d50000;color:#fff}.tag-REDLIGHT{background-color:#ff8a80;color:#000}.tag-PINK{background-color:#c51162;color:#fff}.tag-PINKLIGHT{background-color:#ff80ab;color:#000}.tag-PURPLE{background-color:#a0f;color:#fff}.tag-PURPLELIGHT{background-color:#ea80fc;color:#000}.tag-DEEPPURPLE{background-color:#6200ea;color:#fff}.tag-DEEPPURPLELIGHT{background-color:#b388ff;color:#000}.tag-INDIGO{background-color:#304ffe;color:#fff}.tag-INDIGOLIGHT{background-color:#8c9eff;color:#000}.tag-BLUE{background-color:#2962ff;color:#fff}.tag-BLUELIGHT{background-color:#82b1ff;color:#000}.tag-LIGHTBLUE{background-color:#0091ea;color:#fff}.tag-LIGHTBLUELIGHT{background-color:#80d8ff;color:#000}.tag-CYAN{background-color:#00b8d4;color:#fff}.tag-CYANLIGHT{background-color:#84ffff;color:#000}.tag-TEAL{background-color:#00bfa5;color:#fff}.tag-TEALLIGHT{background-color:#a7ffeb;color:#000}.tag-GREEN{background-color:#00c853;color:#fff}.tag-GREENLIGHT{background-color:#b9f6ca;color:#000}.tag-LIGHTGREEN{background-color:#64dd17;color:#fff}.tag-LIGHTGREENLIGHT{background-color:#ccff90;color:#000}.tag-LIME{background-color:#aeea00;color:#fff}.tag-LIMELIGHT{background-color:#f4ff81;color:#000}.tag-YELLOW{background-color:#ffd600;color:#fff}.tag-YELLOWLIGHT{background-color:#ffff8d;color:#000}.tag-AMBER{background-color:#ffab00;color:#fff}.tag-AMBERLIGHT{background-color:#ffe57f;color:#000}.tag-ORANGE{background-color:#ff6d00;color:#fff}.tag-ORANGELIGHT{background-color:#ffd180;color:#000}.tag-DEEPORANGE{background-color:#dd2c00;color:#fff}.tag-DEEPORANGELIGHT{background-color:#ff9e80;color:#000}.tag-BROWN{background-color:#4e342e;color:#fff}.tag-BROWNLIGHT{background-color:#bcaaa4;color:#000}.tag-GRAY{background-color:#424242;color:#fff}.tag-GRAYLIGHT{background-color:#e0e0e0;color:#000}.tag-BLUEGRAY{background-color:#455a64;color:#fff}.tag-BLUEGRAYLIGHT{background-color:#cfd8dc;color:#000}.tag-close{margin-left:4px;cursor:pointer}.table-head-line{display:grid;border-radius:5px 5px 0 0;background-color:var(--main-bg-contrast);min-height:40px}.table-head-line input[type=checkbox]{cursor:pointer;appearance:none;position:relative;vertical-align:middle;width:1.2rem;height:1.2rem}.table-head-line input[type=checkbox]:before,.table-head-line input[type=checkbox]:after{content:"";position:absolute;display:block;height:1.2rem;width:1.2rem;line-height:1.2rem;font-size:.8rem;text-align:center;left:0;top:50%;transform:translateY(-50%);border-radius:5px;transition:all .1s ease}.table-head-line input[type=checkbox]:before{box-shadow:inset 0 0 0 1px var(--border-element)}.table-head-line input[type=checkbox]:hover:before,.table-head-line input[type=checkbox]:focus:before{box-shadow:inset 0 0 0 1px var(--border-element-hover)}.table-head-line input[type=checkbox]:after{content:"\ea33";font-family:itk-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;white-space:nowrap;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-shadow:inset 0 0 #b0bec5;color:transparent;opacity:0}.table-head-line input[type=checkbox]:checked{color:var(--text)}.table-head-line input[type=checkbox]:checked:before{opacity:0}.table-head-line input[type=checkbox]:checked:after{opacity:1;box-shadow:inset 0 0 0 .6rem #00c853;color:#fff;line-height:1.2rem}.table-head-line input[type=checkbox]:before{background-color:var(--main-bg)}.table-body-line{display:grid;position:relative;border:1px solid var(--main-border);margin:-1px 0 0;min-height:40px}.table-body-line:hover{border-color:var(--border-element);border-left-color:var(--text);z-index:1}.table-body-line input[type=checkbox]{cursor:pointer;appearance:none;position:relative;vertical-align:middle;width:1.2rem;height:1.2rem}.table-body-line input[type=checkbox]:before,.table-body-line input[type=checkbox]:after{content:"";position:absolute;display:block;height:1.2rem;width:1.2rem;line-height:1.2rem;font-size:.8rem;text-align:center;left:0;top:50%;transform:translateY(-50%);border-radius:5px;transition:all .1s ease}.table-body-line input[type=checkbox]:before{box-shadow:inset 0 0 0 1px var(--border-element)}.table-body-line input[type=checkbox]:hover:before,.table-body-line input[type=checkbox]:focus:before{box-shadow:inset 0 0 0 1px var(--border-element-hover)}.table-body-line input[type=checkbox]:after{content:"\ea33";font-family:itk-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;white-space:nowrap;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-shadow:inset 0 0 #b0bec5;color:transparent;opacity:0}.table-body-line input[type=checkbox]:checked{color:var(--text)}.table-body-line input[type=checkbox]:checked:before{opacity:0}.table-body-line input[type=checkbox]:checked:after{opacity:1;box-shadow:inset 0 0 0 .6rem #00c853;color:#fff;line-height:1.2rem}.table-head-col{display:flex;flex-wrap:nowrap;padding:5px 10px;overflow:hidden;text-overflow:ellipsis;align-items:center;position:relative;box-sizing:border-box;line-height:1;gap:4px;font-size:.9em}.table-head-col+.table-head-col{border-left:1px solid var(--main-bg)}.table-head-col .table-head-name{flex:1}.table-body-col{padding:5px 10px;box-sizing:border-box;display:flex;background-color:var(--main-bg)}.table-body-col .table-cell{flex:1;overflow:hidden;text-overflow:ellipsis;display:flex;flex-wrap:wrap;position:relative;box-sizing:border-box;line-height:1;align-items:baseline;align-content:center}.table-body-col itk-table-date,.table-body-col .itk-input-date,.table-body-col itk-table-number,.table-body-col itk-table-enum{display:flex;flex:1 1;overflow:hidden}.table-body-col input[type=number]{height:40px;padding:0 10px;border-radius:5px;box-shadow:none;line-height:normal;border:1px solid var(--border-element);box-sizing:border-box;transition:all .1s ease;font-family:ClearSans;font-weight:700;color:var(--text);width:100%;background-color:var(--main-bg-contrast)}.table-body-col input[type=number]:hover{border-color:var(--border-element-hover)}.table-body-col input[type=number]:focus{border-color:var(--border-element-active)}.table-body-col .table-head-symbol{padding-right:5px}.table-col-sortable{cursor:pointer}.table-col-sortable:hover,.table-col-sortable:focus{background-color:var(--border-element);border-radius:5px 5px 0 0}.table-col-sortable.table-col-sorted{background-color:var(--border-element);border-radius:5px 5px 0 0}.table-col-sortable.table-col-sorted:before{order:1}.table-col-sorted{background-color:var(--main-bg-contrast-light)}.table-preheader,.table-preheader-line,.table-footer,.table-footer-line{display:grid}itk-table-footer-string{font-weight:900;height:100%;padding:0 10px;display:flex;align-items:center}itk-table-footer-sum{display:flex;justify-content:flex-end;align-items:center;padding:0 10px;height:100%}itk-table-footer-sum .footer-sum-value{font-weight:900;font-size:1.1em}itk-table-footer-sum .footer_sum_suffix{color:var(--text-contrast);padding-left:2px;margin:0}.searchable-users .table-head-line,.searchable-users .table-body-line{grid-template-areas:"firstName lastName email goToLogs edit logAs";grid-template-columns:1fr 1fr 1fr max-content max-content max-content}.searchable-users .table-col-firstName{grid-area:firstName}.searchable-users .table-col-lastName{grid-area:lastName}.searchable-users .table-col-email{grid-area:email}.searchable-users .table-col-edit{grid-area:edit}.searchable-users .table-col-goToLogs{grid-area:goToLogs}.searchable-users .table-col-logAs{grid-area:logAs}@media (max-width: 800px){.searchable-users .table-col-logAs{width:100%!important;display:flex;justify-content:flex-end}}.searchable-users .table-col-goToLogs{width:50px;padding-left:5px;padding-right:5px}.searchable-users .table-col-edit,.searchable-users .table-col-logAs{width:45px;padding-right:5px}@media (min-width: 800px){.searchable-users .table-col-edit,.searchable-users .table-col-logAs{padding-left:0}}@media (max-width: 800px){.searchable-users .table-col-edit,.searchable-users .table-col-logAs{padding:5px}}.searchable-users .table-head-col.table-col-edit,.searchable-users .table-head-col.table-col-logAs{pointer-events:none;border-left:0}@media (max-width: 800px){.searchable-users .table-head-line{display:none}.searchable-users .table-body-line{grid-template-areas:"firstName lastName edit" "email email goToLogs" "logAs logAs logAs";grid-template-columns:1fr 1fr max-content;padding:10px;margin:0 0 10px;border:1px solid var(--main-border);border-left-width:3px;border-radius:5px}.searchable-users .table-body-col{flex-wrap:initial;overflow:initial;min-height:auto;background-color:inherit}.searchable-users .table-body-col:before{font-family:itk-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;white-space:nowrap;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:.5em;font-size:1.5em;color:var(--text-contrast)}.searchable-users .table-col-firstName:before{content:"\eb50"}.searchable-users .table-col-email:before{content:"\ea82"}}.searchable-manageable-users .table-head-line,.searchable-manageable-users .table-body-line{grid-template-areas:"firstName lastName email unitSystem locale darkMode emailValidated cguValidated lastLoginDate creationDate groupsBtn goToLogs edit logAs";grid-template-columns:2fr 2fr 3fr max-content max-content max-content max-content max-content max-content max-content max-content max-content max-content max-content}.searchable-manageable-users .table-col-firstName{grid-area:firstName}.searchable-manageable-users .table-col-lastName{grid-area:lastName}.searchable-manageable-users .table-col-email{grid-area:email}.searchable-manageable-users .table-col-unitSystem{grid-area:unitSystem;width:130px}.searchable-manageable-users .table-col-unitSystem itk-table-strings span{border:1px solid #ccc;padding:5px;margin:0 0 0 5px}.searchable-manageable-users .table-col-locale{grid-area:locale;width:50px;justify-content:center}.searchable-manageable-users .table-col-darkMode{grid-area:darkMode;width:50px;justify-content:center}.searchable-manageable-users .table-col-darkMode.table-body-col{align-items:center}.searchable-manageable-users .table-col-darkMode.table-body-col span{display:none}.searchable-manageable-users .table-col-darkMode.table-body-col:after{content:"-"}.searchable-manageable-users .table-col-darkMode.table-body-col.active:after{content:"\ea33";font-family:itk-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;white-space:nowrap;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#00c853}.searchable-manageable-users .table-col-emailValidated{grid-area:emailValidated;width:50px;justify-content:center}.searchable-manageable-users .table-col-emailValidated.table-body-col{align-items:center}.searchable-manageable-users .table-col-emailValidated.table-body-col span{display:none}.searchable-manageable-users .table-col-emailValidated.table-body-col:after{content:"\ea69";font-family:itk-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;white-space:nowrap;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#f44336}.searchable-manageable-users .table-col-emailValidated.table-body-col.active:after{content:"\ea33";color:#00c853}.searchable-manageable-users .table-col-cguValidated{grid-area:cguValidated;width:50px;justify-content:center}.searchable-manageable-users .table-col-cguValidated.table-body-col{align-items:center}.searchable-manageable-users .table-col-cguValidated.table-body-col span{display:none}.searchable-manageable-users .table-col-cguValidated.table-body-col:after{content:"\ea69";font-family:itk-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;white-space:nowrap;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#f44336}.searchable-manageable-users .table-col-cguValidated.table-body-col.active:after{content:"\ea33";color:#00c853}.searchable-manageable-users .table-col-lastLoginDate{grid-area:lastLoginDate;width:110px}.searchable-manageable-users .table-col-creationDate{grid-area:creationDate;width:100px}.searchable-manageable-users .table-col-groupsBtn{grid-area:groupsBtn}.searchable-manageable-users .table-col-edit{grid-area:edit}.searchable-manageable-users .table-col-goToLogs{grid-area:goToLogs}.searchable-manageable-users .table-col-logAs{grid-area:logAs}@media (max-width: 800px){.searchable-manageable-users .table-col-logAs{width:100%!important;display:flex;justify-content:flex-end}}.searchable-manageable-users .table-col-groupsBtn{width:60px;padding-left:5px;padding-right:5px;justify-content:flex-end}.searchable-manageable-users .table-col-goToLogs,.searchable-manageable-users .table-col-edit,.searchable-manageable-users .table-col-logAs{width:45px;padding-right:5px}@media (min-width: 800px){.searchable-manageable-users .table-col-goToLogs,.searchable-manageable-users .table-col-edit,.searchable-manageable-users .table-col-logAs{padding-left:0}}@media (max-width: 800px){.searchable-manageable-users .table-col-goToLogs,.searchable-manageable-users .table-col-edit,.searchable-manageable-users .table-col-logAs{padding:5px}}.searchable-manageable-users .table-head-col.table-col-goToLogs,.searchable-manageable-users .table-head-col.table-col-edit,.searchable-manageable-users .table-head-col.table-col-logAs{pointer-events:none;border-left:0}@media (max-width: 1150px){.searchable-manageable-users .table-head-line{display:none}.searchable-manageable-users .table-body-line{grid-template-areas:"firstName lastName email email lastLoginDate lastLoginDate lastLoginDate creationDate creationDate creationDate" "unitSystem unitSystem locale darkMode emailValidated cguValidated groupsBtn goToLogs edit logAs";grid-template-columns:max-content max-content 1fr 60px 60px 60px 65px 50px 50px 50px;padding:10px;margin:0 0 10px;border:1px solid var(--main-border);border-left-width:3px;border-radius:5px}.searchable-manageable-users .table-body-col{flex-wrap:initial;overflow:initial;min-height:auto;background-color:inherit}.searchable-manageable-users .table-body-col:before{font-family:itk-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;white-space:nowrap;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:.5em;font-size:1.5em;color:var(--text-contrast)}.searchable-manageable-users .table-col-firstName:before{content:"\eb50"}.searchable-manageable-users .table-col-email:before{content:"\ea82"}.searchable-manageable-users .table-col-unitSystem:before{content:"\ea4a"}.searchable-manageable-users .table-col-darkMode:before{content:"\eb2f"}.searchable-manageable-users .table-col-cguValidated:before{content:"\eb17"}.searchable-manageable-users .table-col-emailValidated:before{content:"\ea82"}.searchable-manageable-users .table-col-locale:before{content:"\ea4a"}.searchable-manageable-users .table-col-lastLoginDate:before{content:"\ea3f"}.searchable-manageable-users .table-col-creationDate:before{content:"\eb43"}}@media (max-width: 1000px){.searchable-manageable-users .table-body-line{grid-template-areas:"firstName lastName email email email email email email email email" "lastLoginDate lastLoginDate lastLoginDate creationDate creationDate creationDate creationDate creationDate creationDate creationDate" "unitSystem unitSystem locale darkMode emailValidated cguValidated groupsBtn goToLogs edit logAs";grid-template-columns:max-content max-content 1fr 60px 60px 60px 65px 50px 50px 50px}}@media (max-width: 800px){.searchable-manageable-users .table-body-line{display:flex;flex-wrap:wrap}.searchable-manageable-users .table-body-col{flex:0 0;order:9}.searchable-manageable-users .table-col-firstName,.searchable-manageable-users .table-col-lastName{order:1}.searchable-manageable-users .table-col-email{flex-basis:100%;order:1}.searchable-manageable-users .table-col-unitSystem,.searchable-manageable-users .table-col-locale{flex-basis:50%;justify-content:left}.searchable-manageable-users .table-col-lastLoginDate,.searchable-manageable-users .table-col-creationDate{flex-basis:50%;order:2}.searchable-manageable-users .table-col-groupsBtn{padding-right:0}}@media (max-width: 550px){.searchable-manageable-users .table-col-darkMode,.searchable-manageable-users .table-col-emailValidated,.searchable-manageable-users .table-col-cguValidated{flex-basis:33%}}.searchable-groups .table-head-line,.searchable-groups .table-body-line{grid-template-areas:"displayName type authorities displaySimulators edit";grid-template-columns:1fr 1fr 2fr 2fr max-content}.searchable-groups .table-col-type{grid-area:type}.searchable-groups .table-col-displayName{grid-area:displayName}.searchable-groups .table-col-authorities{grid-area:authorities}.searchable-groups .table-col-authorities.table-body-col span{margin:2px;border:1px solid var(--border-element);padding:4px 5px;border-radius:5px;white-space:nowrap}.searchable-groups .table-col-authorities.table-body-col span:before{content:"\eb52";font-family:itk-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;white-space:nowrap;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;vertical-align:bottom}.searchable-groups .table-col-displaySimulators{grid-area:displaySimulators}.searchable-groups .table-col-displaySimulators .table-body-tag-name{display:none}.searchable-groups .table-col-displaySimulators.table-body-col>span:not(.table-body-tag){display:none}.searchable-groups .table-col-edit{grid-area:edit;width:60px}.searchable-plots .table-head-line,.searchable-plots .table-body-line{grid-template-areas:"name season crop variety status launchSimu goToSimuIO goToSensors goToAPISensors goToLogs";grid-template-columns:1fr 1fr 1fr 1fr 1fr max-content max-content max-content max-content}.searchable-plots .table-col-name{grid-area:name}.searchable-plots .table-col-season{grid-area:season}.searchable-plots .table-col-crop{grid-area:crop}.searchable-plots .table-col-variety{grid-area:variety}.searchable-plots .table-col-status{grid-area:status}.searchable-plots .table-col-goToSimuIO{grid-area:goToSimuIO}.searchable-plots .table-col-launchSimu{grid-area:launchSimu}.searchable-plots .table-col-goToSensors{grid-area:goToSensors}.searchable-plots .table-col-goToAPISensors{grid-area:goToAPISensors}.searchable-plots .table-col-goToLogs{grid-area:goToLogs}.searchable-plots .table-col-launchSimu{width:50px;padding-left:5px;padding-right:5px}.searchable-plots .table-col-goToSimuIO,.searchable-plots .table-col-goToSensors,.searchable-plots .table-col-goToAPISensors,.searchable-plots .table-col-goToLogs{width:45px;padding-left:0;padding-right:5px}.searchable-plots .table-head-col.table-col-goToSensors,.searchable-plots .table-head-col.table-col-goToAPISensors,.searchable-plots .table-head-col.table-col-goToLogs,.searchable-plots .table-head-col.table-col-goToSimuIO{pointer-events:none;border-left:0}@media (max-width: 800px){.searchable-plots .table-head-line{display:none}.searchable-plots .table-body-line{grid-template-areas:"name launchSimu" "season goToSensors" "crop goToAPISensors" "variety goToLogs" "status goToSimuIO";grid-template-columns:1fr max-content;grid-template-rows:50px;padding:10px;margin:0 0 10px;border:1px solid var(--main-border);border-left-width:3px;border-radius:5px}.searchable-plots .table-body-col{flex-wrap:initial;overflow:initial;min-height:50px;background-color:inherit}.searchable-plots .table-body-col:before{font-family:itk-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;white-space:nowrap;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:.5em;font-size:1.5em;color:var(--text-contrast)}.searchable-plots .table-col-name:before{content:"\eabc"}.searchable-plots .table-col-season:before{content:"\ea25"}.searchable-plots .table-col-crop:before{content:"\eaa4"}.searchable-plots .table-col-variety:before{content:"\eab9"}.searchable-plots .table-col-status:before{content:"\eab5"}.searchable-plots .table-col-launchSimu,.searchable-plots .table-col-goToSensors,.searchable-plots .table-col-goToAPISensors,.searchable-plots .table-col-goToLogs,.searchable-plots .table-col-goToSimuIO{width:auto}}.searchable-sensors .table-head-line,.searchable-sensors .table-body-line{grid-template-areas:"label type code goToSensors";grid-template-columns:1fr 1fr 1fr max-content}.searchable-sensors .table-col-label{grid-area:label}.searchable-sensors .table-col-type{grid-area:type}.searchable-sensors .table-col-code{grid-area:code}.searchable-sensors .table-col-goToSensors{grid-area:goToSensors}.searchable-sensors .table-col-goToSensors{width:50px;padding-left:5px;padding-right:5px}@media (max-width: 800px){.searchable-sensors .table-head-line{display:none}.searchable-sensors .table-body-line{grid-template-areas:"label type" "code goToSensors";grid-template-columns:1fr 1fr;grid-template-rows:50px;padding:10px;margin:0 0 10px;border:1px solid var(--main-border);border-left-width:3px;border-radius:5px}.searchable-sensors .table-body-col{flex-wrap:initial;overflow:initial;min-height:50px;background-color:inherit}.searchable-sensors .table-body-col:before{font-family:itk-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;white-space:nowrap;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:.5em;font-size:1.5em;color:var(--text-contrast)}.searchable-sensors .table-col-label:before{content:"\ea91"}.searchable-sensors .table-col-type:before{content:"\eab9"}.searchable-sensors .table-col-code:before{content:"\ea4a"}.searchable-sensors .table-col-goToSensors{width:auto}}.searchable-subgroups .table-head-line,.searchable-subgroups .table-body-line{grid-template-areas:"type name edit";grid-template-columns:1fr 1fr max-content}.searchable-subgroups .table-col-displayType{grid-area:type}.searchable-subgroups .table-col-displayName{grid-area:name}.searchable-subgroups .table-col-edit{grid-area:edit;width:50px;padding-left:5px;padding-right:5px}@media (max-width: 800px){.searchable-subgroups .table-head-line{display:none}.searchable-subgroups .table-body-line{grid-template-areas:"type edit" "name edit";grid-template-columns:1fr max-content;padding:10px;margin:0 0 10px;border:1px solid var(--main-border);border-left-width:3px;border-radius:5px}.searchable-subgroups .table-body-col{flex-wrap:initial;overflow:initial;min-height:auto;background-color:inherit}.searchable-subgroups .table-body-col:before{font-family:itk-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;white-space:nowrap;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:.5em;font-size:1.5em;color:var(--text-contrast)}.searchable-subgroups .table-col-displayType:before{content:"\eb56"}.searchable-subgroups .table-col-displayName:before{content:"\eb50"}}.searchable-seasons .table-head-line,.searchable-seasons .table-body-line{grid-template-areas:"startDate label description edit";grid-template-columns:1fr 1fr 1fr max-content}.searchable-seasons .table-col-startDate{grid-area:startDate}.searchable-seasons .table-col-label{grid-area:label}.searchable-seasons .table-col-description{grid-area:description}.searchable-seasons .table-col-edit{grid-area:edit;width:60px;box-sizing:border-box}.searchable-seasons .table-col-edit.table-head-col{margin-right:10px}@media (max-width: 800px){.searchable-seasons .table-head-line{display:none}.searchable-seasons .table-body-line{grid-template-areas:"startDate edit" "label edit" "description description";grid-template-columns:1fr max-content;padding:10px;margin:0 0 10px;border:1px solid var(--main-border);border-left-width:3px;border-radius:5px}.searchable-seasons .table-body-col{flex-wrap:initial;overflow:initial;min-height:auto;background-color:inherit}.searchable-seasons .table-body-col:before{font-family:itk-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;white-space:nowrap;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:.5em;font-size:1.5em;color:var(--text-contrast)}.searchable-seasons .table-col-startDate:before{content:"\ea25"}.searchable-seasons .table-col-label:before{content:"\eab9"}.searchable-seasons .table-col-description:before{content:"\ea4a"}}.searchable-changelog .table-head-line,.searchable-changelog .table-body-line,.searchable-changelog .table-preheader-line{grid-template-areas:"release products type parts description userstoryNumber issueNumber";grid-template-columns:100px 220px 220px 220px 1fr max-content max-content}.searchable-changelog .table-col-release{grid-area:release}.searchable-changelog .table-col-products{grid-area:products}.searchable-changelog .table-col-type{grid-area:type}.searchable-changelog .table-col-parts{grid-area:parts}.searchable-changelog .table-col-description{grid-area:description}.searchable-changelog .table-col-userstoryNumber{grid-area:userstoryNumber;width:120px}.searchable-changelog .table-col-issueNumber{grid-area:issueNumber;width:120px}.searchable-changelog .table-cell-products itk-table-strings span,.searchable-changelog .table-cell-type itk-table-strings span,.searchable-changelog .table-cell-parts itk-table-strings span{border:1px solid #ccc;padding:2px;font-size:.8em;font-weight:900;text-transform:uppercase;margin:1px;display:inline-block}.searchable-changelog .table-cell-description{grid-area:description;font-size:.9em;line-height:1.2em}.searchable-changelog .table-preheader-line{height:110px;overflow:hidden;padding-bottom:6px}.searchable-changelog .table-preheader-col{height:100%;overflow:hidden}.searchable-changelog itk-table-footer-stat-ring{position:relative;display:grid;grid-template-columns:1fr 100px;border:1px solid var(--main-border);margin:0 3px;border-radius:5px;padding:5px;height:100%;box-sizing:border-box}.searchable-changelog itk-table-footer-stat-ring div:last-child{position:absolute;top:10px;left:10px;height:90px;width:90px;display:flex;justify-content:center;align-items:center;font-size:2em}.searchable-changelog .itkStatRing-arc{stroke-width:10}.searchable-changelog .table-preheader-col.table-col-products #itkStatRing-arc-cross{stroke:#37474f;border:1px solid #37474F}.searchable-changelog .table-preheader-col.table-col-products .table-preheader-custom-legends-legend-cross{color:#37474f;text-transform:uppercase}.searchable-changelog .table-preheader-col.table-col-products #itkStatRing-arc-cropwin{stroke:#ffab00;border:1px solid #ffab00}.searchable-changelog .table-preheader-col.table-col-products .table-preheader-custom-legends-legend-cropwin{color:#ffab00;text-transform:uppercase}.searchable-changelog .table-preheader-col.table-col-products #itkStatRing-arc-scor{stroke:#e40428;border:1px solid #E40428}.searchable-changelog .table-preheader-col.table-col-products .table-preheader-custom-legends-legend-scor{color:#e40428;text-transform:uppercase}.searchable-changelog .table-preheader-col.table-col-products #itkStatRing-arc-winfield{stroke:#799f1e;border:1px solid #799f1e}.searchable-changelog .table-preheader-col.table-col-products .table-preheader-custom-legends-legend-winfield{color:#799f1e;text-transform:uppercase}.searchable-changelog .table-preheader-col.table-col-products #itkStatRing-arc-kilimo{stroke:#ffab00;border:1px solid #ffab00}.searchable-changelog .table-preheader-col.table-col-products .table-preheader-custom-legends-legend-kilimo{color:#ffab00;text-transform:uppercase}.searchable-changelog .table-preheader-col.table-col-products #itkStatRing-arc-yapi{stroke:#37474f;border:1px solid #37474F}.searchable-changelog .table-preheader-col.table-col-products .table-preheader-custom-legends-legend-yapi{color:#37474f;text-transform:uppercase}.searchable-changelog .table-preheader-col.table-col-products #itkStatRing-arc-vintel{stroke:#1976d2;border:1px solid #1976d2}.searchable-changelog .table-preheader-col.table-col-products .table-preheader-custom-legends-legend-vintel{color:#1976d2;text-transform:uppercase}.searchable-changelog .table-preheader-col.table-col-products #itkStatRing-arc-sigatocare{stroke:#64c31e;border:1px solid #64c31e}.searchable-changelog .table-preheader-col.table-col-products .table-preheader-custom-legends-legend-sigatocare{color:#64c31e;text-transform:uppercase}.searchable-changelog .table-preheader-col.table-col-products #itkStatRing-arc-pinklady{stroke:#d5005c;border:1px solid #d5005c}.searchable-changelog .table-preheader-col.table-col-products .table-preheader-custom-legends-legend-pinklady{color:#d5005c;text-transform:uppercase}.searchable-changelog .table-preheader-col.table-col-products #itkStatRing-arc-prevent{stroke:#8600a6;border:1px solid #8600a6}.searchable-changelog .table-preheader-col.table-col-products .table-preheader-custom-legends-legend-prevent{color:#8600a6;text-transform:uppercase}.searchable-changelog .table-preheader-col.table-col-products #itkStatRing-arc-orchards{stroke:#1976d2;border:1px solid #1976d2}.searchable-changelog .table-preheader-col.table-col-products .table-preheader-custom-legends-legend-orchards{color:#1976d2;text-transform:uppercase}.searchable-changelog .table-preheader-col.table-col-products #itkStatRing-arc-presto{stroke:#e43c19;border:1px solid #e43c19}.searchable-changelog .table-preheader-col.table-col-products .table-preheader-custom-legends-legend-presto{color:#e43c19;text-transform:uppercase}.searchable-changelog .table-preheader-col.table-col-products #itkStatRing-arc-lallemand{stroke:#e40428;border:1px solid #E40428}.searchable-changelog .table-preheader-col.table-col-products .table-preheader-custom-legends-legend-lallemand{color:#e40428;text-transform:uppercase}.searchable-changelog .table-preheader-col.table-col-products #itkStatRing-arc-ibm{stroke:#37474f;border:1px solid #37474F}.searchable-changelog .table-preheader-col.table-col-products .table-preheader-custom-legends-legend-ibm{color:#37474f;text-transform:uppercase}.searchable-changelog .table-preheader-col.table-col-products #itkStatRing-arc-mfi{stroke:#37474f;border:1px solid #37474F}.searchable-changelog .table-preheader-col.table-col-products .table-preheader-custom-legends-legend-mfi{color:#37474f;text-transform:uppercase}.searchable-changelog .table-preheader-col.table-col-type #itkStatRing-arc-front{stroke:#2196f3;border:1px solid #2196F3}.searchable-changelog .table-preheader-col.table-col-type .table-preheader-custom-legends-legend-front{color:#2196f3;text-transform:uppercase}.searchable-changelog .table-preheader-col.table-col-type #itkStatRing-arc-back{stroke:#673ab7;border:1px solid #673AB7}.searchable-changelog .table-preheader-col.table-col-type .table-preheader-custom-legends-legend-back{color:#673ab7;text-transform:uppercase}.searchable-changelog .table-preheader-col.table-col-type #itkStatRing-arc-ci{stroke:#26a69a;border:1px solid #26A69A}.searchable-changelog .table-preheader-col.table-col-type .table-preheader-custom-legends-legend-ci{color:#26a69a;text-transform:uppercase}.searchable-changelog .table-preheader-col.table-col-type #itkStatRing-arc-e2e{stroke:#4caf50;border:1px solid #4CAF50}.searchable-changelog .table-preheader-col.table-col-type .table-preheader-custom-legends-legend-e2e{color:#4caf50;text-transform:uppercase}.searchable-changelog .table-preheader-col.table-col-type #itkStatRing-arc-infra{stroke:#f44336;border:1px solid #F44336}.searchable-changelog .table-preheader-col.table-col-type .table-preheader-custom-legends-legend-infra{color:#f44336;text-transform:uppercase}.searchable-changelog .table-preheader-col.table-col-type #itkStatRing-arc-changelog{stroke:#ff9800;border:1px solid #FF9800}.searchable-changelog .table-preheader-col.table-col-type .table-preheader-custom-legends-legend-changelog{color:#ff9800;text-transform:uppercase}.searchable-changelog .table-preheader-col.table-col-parts #itkStatRing-arc-global{stroke:#2196f3;border:1px solid #2196F3}.searchable-changelog .table-preheader-col.table-col-parts .table-preheader-custom-legends-legend-global{color:#2196f3;text-transform:uppercase}.searchable-changelog .table-preheader-col.table-col-parts #itkStatRing-arc-expert-view{stroke:#26a69a;border:1px solid #26A69A}.searchable-changelog .table-preheader-col.table-col-parts .table-preheader-custom-legends-legend-expert-view{color:#26a69a;text-transform:uppercase}.searchable-changelog .table-preheader-col.table-col-parts #itkStatRing-arc-plot-management{stroke:#673ab7;border:1px solid #673AB7}.searchable-changelog .table-preheader-col.table-col-parts .table-preheader-custom-legends-legend-plot-management{color:#673ab7;text-transform:uppercase}.searchable-changelog .table-preheader-col.table-col-parts #itkStatRing-arc-simulator{stroke:#ff9800;border:1px solid #FF9800}.searchable-changelog .table-preheader-col.table-col-parts .table-preheader-custom-legends-legend-simulator{color:#ff9800;text-transform:uppercase}.searchable-changelog .table-preheader-col.table-col-parts #itkStatRing-arc-user-settings{stroke:#f44336;border:1px solid #F44336}.searchable-changelog .table-preheader-col.table-col-parts .table-preheader-custom-legends-legend-user-settings{color:#f44336;text-transform:uppercase}.searchable-changelog .table-preheader-col.table-col-parts #itkStatRing-arc-map-view{stroke:#000;border:1px solid #000000}.searchable-changelog .table-preheader-col.table-col-parts .table-preheader-custom-legends-legend-map-view{color:#000;text-transform:uppercase}.searchable-changelog .table-preheader-col.table-col-parts #itkStatRing-arc-css{stroke:#000;border:1px solid #000000}.searchable-changelog .table-preheader-col.table-col-parts .table-preheader-custom-legends-legend-css{color:#000;text-transform:uppercase}.searchable-changelog .table-preheader-col.table-col-parts #itkStatRing-arc-plot-list{stroke:#000;border:1px solid #000000}.searchable-changelog .table-preheader-col.table-col-parts .table-preheader-custom-legends-legend-plot-list{color:#000;text-transform:uppercase}.searchable-changelog .table-preheader-col.table-col-parts #itkStatRing-arc-admin{stroke:#000;border:1px solid #000000}.searchable-changelog .table-preheader-col.table-col-parts .table-preheader-custom-legends-legend-admin{color:#000;text-transform:uppercase}.searchable-changelog .table-preheader-col.table-col-parts #itkStatRing-arc-interventions{stroke:#000;border:1px solid #000000}.searchable-changelog .table-preheader-col.table-col-parts .table-preheader-custom-legends-legend-interventions{color:#000;text-transform:uppercase}.searchable-changelog .table-preheader-col.table-col-parts #itkStatRing-arc-weather{stroke:#000;border:1px solid #000000}.searchable-changelog .table-preheader-col.table-col-parts .table-preheader-custom-legends-legend-weather{color:#000;text-transform:uppercase}.searchable-changelog .table-preheader-col.table-col-parts #itkStatRing-arc-dashboard{stroke:#000;border:1px solid #000000}.searchable-changelog .table-preheader-col.table-col-parts .table-preheader-custom-legends-legend-dashboard{color:#000;text-transform:uppercase}.searchable-changelog .table-preheader-col.table-col-parts #itkStatRing-arc-yield-api{stroke:#000;border:1px solid #000000}.searchable-changelog .table-preheader-col.table-col-parts .table-preheader-custom-legends-legend-yield-api{color:#000;text-transform:uppercase}.searchable-changelog .table-preheader-col.table-col-parts #itkStatRing-arc-changelog{stroke:#000;border:1px solid #000000}.searchable-changelog .table-preheader-col.table-col-parts .table-preheader-custom-legends-legend-changelog{color:#000;text-transform:uppercase}.searchable-changelog .table-preheader-col.table-col-parts #itkStatRing-arc-freemium{stroke:#000;border:1px solid #000000}.searchable-changelog .table-preheader-col.table-col-parts .table-preheader-custom-legends-legend-freemium{color:#000;text-transform:uppercase}.searchable-changelog .table-preheader-col.table-col-parts #itkStatRing-arc-onboarding{stroke:#000;border:1px solid #000000}.searchable-changelog .table-preheader-col.table-col-parts .table-preheader-custom-legends-legend-onboarding{color:#000;text-transform:uppercase}.searchable-changelog .table-preheader-col.table-col-parts #itkStatRing-arc-import{stroke:#000;border:1px solid #000000}.searchable-changelog .table-preheader-col.table-col-parts .table-preheader-custom-legends-legend-import{color:#000;text-transform:uppercase}.searchable-changelog .table-preheader-col.table-col-parts #itkStatRing-arc-dashboard-table{stroke:#000;border:1px solid #000000}.searchable-changelog .table-preheader-col.table-col-parts .table-preheader-custom-legends-legend-dashboard-table{color:#000;text-transform:uppercase}.searchable-changelog .table-preheader-col.table-col-parts #itkStatRing-arc-alerts{stroke:#000;border:1px solid #000000}.searchable-changelog .table-preheader-col.table-col-parts .table-preheader-custom-legends-legend-alerts{color:#000;text-transform:uppercase}.searchable-changelog .table-preheader-col.table-col-parts #itkStatRing-arc-offline{stroke:#000;border:1px solid #000000}.searchable-changelog .table-preheader-col.table-col-parts .table-preheader-custom-legends-legend-offline{color:#000;text-transform:uppercase}.searchable-changelog .table-preheader-col.table-col-parts #itkStatRing-arc-mobile{stroke:#000;border:1px solid #000000}.searchable-changelog .table-preheader-col.table-col-parts .table-preheader-custom-legends-legend-mobile{color:#000;text-transform:uppercase}.searchable-changelog .table-preheader-col.table-col-parts #itkStatRing-arc-cgu{stroke:#000;border:1px solid #000000}.searchable-changelog .table-preheader-col.table-col-parts .table-preheader-custom-legends-legend-cgu{color:#000;text-transform:uppercase}.searchable-changelog .table-preheader-col.table-col-parts #itkStatRing-arc-user-management{stroke:#000;border:1px solid #000000}.searchable-changelog .table-preheader-col.table-col-parts .table-preheader-custom-legends-legend-user-management{color:#000;text-transform:uppercase}.searchable-changelog .table-preheader-col.table-col-parts #itkStatRing-arc-synthetic-view{stroke:#000;border:1px solid #000000}.searchable-changelog .table-preheader-col.table-col-parts .table-preheader-custom-legends-legend-synthetic-view{color:#000;text-transform:uppercase}.searchable-changelog .table-preheader-custom-legends{display:flex;flex-direction:column;align-content:center;align-items:flex-end;overflow:auto}.searchable-changelog .table-preheader-custom-legends-legend{display:grid;font-size:.8em;grid-template-columns:auto 25px;padding:1px 2px;margin:0 2px 1px 0}.searchable-changelog .table-preheader-custom-legends-legend-value{padding-left:2px;text-align:right}@media (max-width: 1150px){.searchable-changelog .table-head-line{display:none}.searchable-changelog .table-body-line{grid-template-columns:1fr max-content;grid-template-areas:"release userstoryNumber" "products userstoryNumber" "type issueNumber" "parts issueNumber" "description description";padding:10px;margin:0 0 10px;border:1px solid var(--main-border);border-left-width:3px;border-radius:5px}.searchable-changelog .table-body-col{flex-wrap:initial;overflow:initial;min-height:auto}.searchable-changelog .table-body-col:before{font-family:itk-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;white-space:nowrap;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:.5em;font-size:1.5em;color:var(--text-contrast)}.searchable-changelog .table-col-release:before{content:"\ea39"}.searchable-changelog .table-col-products:before{content:"\eb19"}.searchable-changelog .table-col-type:before{content:"\eab5"}.searchable-changelog .table-col-parts:before{content:"\ea45"}.searchable-changelog .table-col-description:before{content:"\ea4a"}}.searchable-ranches .table-head-line,.searchable-ranches .table-body-line{grid-template-areas:"selected displayName displayName displayName";grid-template-columns:1fr 1fr 1fr 1fr}.searchable-ranches .table-col-displayName{grid-area:displayName}.searchable-ranches .table-col-selected{grid-area:selected}@media (max-width: 1150px){.searchable-ranches .table-head-line{display:none}.searchable-ranches .table-body-line{grid-template-areas:"selected displayName";grid-template-columns:1fr max-content;padding:10px;margin:0 0 10px;border:1px solid var(--main-border);border-left-width:3px;border-radius:5px}.searchable-ranches .table-body-col{flex-wrap:initial;overflow:initial;min-height:auto;background-color:inherit}.searchable-ranches .table-body-col:before{font-family:itk-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;white-space:nowrap;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:.5em;font-size:1.5em;color:var(--text-contrast)}.searchable-ranches .table-col-displayName:before{content:"\eb34"}}.upload-interventions .table-head{position:initial}.upload-interventions .table-head-line,.upload-interventions .table-body-line{grid-template-areas:"block date quantity";grid-template-columns:220px 140px 1fr}.upload-interventions.upload-ALMONDS.upload-IRRIGATION .table-head-line,.upload-interventions.upload-ALMONDS.upload-IRRIGATION .table-body-line{grid-template-areas:"block date quantity system";grid-template-columns:220px 140px 1fr 220px}.upload-interventions .table-col-date{grid-area:date}.upload-interventions .table-col-quantity{grid-area:quantity}.upload-interventions .table-col-system{grid-area:system}.searchable-dashboard-PRESTO .table-head-line,.searchable-dashboard-PRESTO .table-body-line{grid-template-areas:"station site namePlot season crop segment variety productionWeek1 productionWeek2";grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr}.searchable-dashboard-PRESTO .table-col-station{grid-area:station}.searchable-dashboard-PRESTO .table-col-site{grid-area:site}.searchable-dashboard-PRESTO .table-col-namePlot{grid-area:namePlot}.searchable-dashboard-PRESTO .table-col-season{grid-area:season}.searchable-dashboard-PRESTO .table-col-crop{grid-area:crop}.searchable-dashboard-PRESTO .table-col-segment{grid-area:segment}.searchable-dashboard-PRESTO .table-col-variety{grid-area:variety}.searchable-dashboard-PRESTO .table-col-productionWeek1{grid-area:productionWeek1}.searchable-dashboard-PRESTO .table-col-productionWeek2{grid-area:productionWeek2}@media (max-width: 1150px){.searchable-dashboard-PRESTO .table-head-line{display:none}.searchable-dashboard-PRESTO .table-body-line{grid-template-columns:1fr 1fr;grid-template-areas:"station site" "namePlot season" "variety segment" "productionWeek1 productionWeek2";padding:10px;margin:0 0 10px;border:1px solid var(--main-border);border-left-width:3px;border-radius:5px}.searchable-dashboard-PRESTO .table-body-col{flex-wrap:initial;overflow:initial;min-height:auto}.searchable-dashboard-PRESTO .table-body-col:before{font-family:itk-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;white-space:nowrap;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:.5em;font-size:1.5em;color:var(--text-contrast)}.searchable-dashboard-PRESTO .table-body .table-col-station:before{content:"\eb0a"}.searchable-dashboard-PRESTO .table-body .table-col-site:before{content:"\eabc"}.searchable-dashboard-PRESTO .table-body .table-col-namePlot:before{content:"\eb62"}.searchable-dashboard-PRESTO .table-body .table-col-season:before{content:"\eb62"}.searchable-dashboard-PRESTO .table-body .table-col-segment:before{content:"\eb34"}.searchable-dashboard-PRESTO .table-body .table-col-variety:before{content:"\eb3b"}.searchable-dashboard-PRESTO .table-body .table-col-productionWeek1:before{content:"\eb5b"}.searchable-dashboard-PRESTO .table-body .table-col-productionWeek2:before{content:"\ea0e"}}.searchable-dashboard-PRESTO .table-footer-line{display:flex;gap:10px}@media (max-width: 800px){.searchable-dashboard-PRESTO .table-footer-line{position:sticky;bottom:0;z-index:1}}.searchable-dashboard-PRESTO .table-footer-col{flex:1;padding:10px;background-color:var(--main-bg);border-radius:10px;border:1px solid var(--main-border);text-align:center;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:1.2em;margin:20px 0}.searchable-dashboard-PRESTO .table-footer-col:empty{background-color:transparent;border-color:transparent;margin:0;padding:0}.searchable-dashboard-PRESTO itk-table-footer-stat-ring,.searchable-dashboard-PRESTO itk-table-footer-stat-ring>stat-ring,.searchable-dashboard-PRESTO itk-table-footer-stat-ring>stat-ring>.container,.searchable-dashboard-PRESTO itk-table-footer-stat-ring>stat-ring>.container>svg{height:15vh!important;max-width:100%!important}.searchable-dashboard-PRESTO itk-table-footer-stat-ring>stat-ring>.container>svg{stroke-width:8px}.searchable-dashboard-PRESTO itk-table-footer-stat-ring>stat-ring>.container>svg .itkStatRing-arc{transform:translate(20%,20%)}.table-col-STABLE{color:var(--text)}.table-col-INCREASE{color:#00c853}.table-col-DECREASE{color:#ffa000}.searchable-alerts-AGRO_WEATHER.searchable-table-fullpage itk-table .table{overflow:auto;height:auto;max-height:100%}.searchable-alerts-AGRO_WEATHER.searchable-table-fullpage itk-table .table .table-body{overflow:initial}.searchable-alerts-AGRO_WEATHER .table-head{margin-bottom:1px}.searchable-alerts-AGRO_WEATHER .table-head-line,.searchable-alerts-AGRO_WEATHER .table-body-line{grid-template-areas:"isSelect plotName exploitationName vegetativeDvlpDate minTemperature loss CANDLES SPRINKLING WIND_MACHINE WIND_MACHINE_HEATING WIND_MACHINE_PORTABLE WIND_MACHINE_PORTABLE_HEATING";grid-template-columns:40px 1fr 1fr 100px 60px repeat(7,90px);border:none;margin:0}.searchable-alerts-AGRO_WEATHER .table-header-col,.searchable-alerts-AGRO_WEATHER .table-body-col{padding:10px 5px}.searchable-alerts-AGRO_WEATHER .table-body-col{display:flex;border-bottom:1px solid var(--main-border)}.searchable-alerts-AGRO_WEATHER .table-body-col.table-col-vegetativeDvlpDate,.searchable-alerts-AGRO_WEATHER .table-body-col.table-col-minTemperature itk-table-number,.searchable-alerts-AGRO_WEATHER .table-body-col.table-col-loss,.searchable-alerts-AGRO_WEATHER .table-body-col.table-col-CANDLES,.searchable-alerts-AGRO_WEATHER .table-body-col.table-col-SPRINKLING,.searchable-alerts-AGRO_WEATHER .table-body-col.table-col-WIND_MACHINE,.searchable-alerts-AGRO_WEATHER .table-body-col.table-col-WIND_MACHINE_HEATING,.searchable-alerts-AGRO_WEATHER .table-body-col.table-col-WIND_MACHINE_PORTABLE,.searchable-alerts-AGRO_WEATHER .table-body-col.table-col-WIND_MACHINE_PORTABLE_HEATING{justify-content:flex-end}.searchable-alerts-AGRO_WEATHER .table-body-col.indicator-null,.searchable-alerts-AGRO_WEATHER .table-body-col.indicator-unchanged,.searchable-alerts-AGRO_WEATHER .table-body-col.indicator-anihilated,.searchable-alerts-AGRO_WEATHER .table-body-col.indicator-reduced{position:relative;overflow:hidden;text-align:right;white-space:nowrap}.searchable-alerts-AGRO_WEATHER .table-body-col.indicator-null .prefix,.searchable-alerts-AGRO_WEATHER .table-body-col.indicator-unchanged .prefix,.searchable-alerts-AGRO_WEATHER .table-body-col.indicator-anihilated .prefix,.searchable-alerts-AGRO_WEATHER .table-body-col.indicator-reduced .prefix{display:block;width:100%;font-size:.8em;white-space:nowrap}.searchable-alerts-AGRO_WEATHER .table-body-col.indicator-null:before,.searchable-alerts-AGRO_WEATHER .table-body-col.indicator-unchanged:before,.searchable-alerts-AGRO_WEATHER .table-body-col.indicator-anihilated:before,.searchable-alerts-AGRO_WEATHER .table-body-col.indicator-reduced:before{position:absolute;top:5px;left:5px;font-size:30px}.searchable-alerts-AGRO_WEATHER .table-body-col.indicator-null{color:#b0bec5}.searchable-alerts-AGRO_WEATHER .table-body-col.indicator-null:before{color:#b0bec533}.searchable-alerts-AGRO_WEATHER .table-body-col.indicator-unchanged{color:#546e7a}.searchable-alerts-AGRO_WEATHER .table-body-col.indicator-unchanged:before{color:#b0bec533}.searchable-alerts-AGRO_WEATHER .table-body-col.indicator-anihilated{background-color:#00c8531a;color:#00c853}.searchable-alerts-AGRO_WEATHER .table-body-col.indicator-anihilated:before{color:#00c85333}.searchable-alerts-AGRO_WEATHER .table-body-col.indicator-reduced{color:#00c853}.searchable-alerts-AGRO_WEATHER .table-body-col.indicator-reduced:before{color:#00c85333}.searchable-alerts-AGRO_WEATHER .table-body-col.NONE{background-color:#00c8531a;color:#00c853}.searchable-alerts-AGRO_WEATHER .table-body-col.LOW{background-color:#ffa0001a;color:#ffa000}.searchable-alerts-AGRO_WEATHER .table-body-col.MEDIUM{background-color:#f57c00;color:#fff}.searchable-alerts-AGRO_WEATHER .table-body-col.HIGH{background-color:#f44336;color:#fff}.searchable-alerts-AGRO_WEATHER .table-body-col.UNKNOWN{background-color:#37474f1a;color:#37474f}.searchable-alerts-AGRO_WEATHER .table-body-col.table-col-plotName:not(.table-col-sorted){background-color:var(--main-bg)}.searchable-alerts-AGRO_WEATHER .table-col-isSelect{grid-area:isSelect}.searchable-alerts-AGRO_WEATHER .table-col-plotName{grid-area:plotName;min-width:100px;position:sticky;left:0;z-index:1;flex-wrap:nowrap}.searchable-alerts-AGRO_WEATHER .table-col-plotName:before{margin-right:5px}.searchable-alerts-AGRO_WEATHER .table-col-plotName itk-table-string{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.searchable-alerts-AGRO_WEATHER .table-col-exploitationName{grid-area:exploitationName;min-width:100px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.searchable-alerts-AGRO_WEATHER .table-col-vegetativeDvlpDate{grid-area:vegetativeDvlpDate}.searchable-alerts-AGRO_WEATHER .table-col-minTemperature{grid-area:minTemperature}.searchable-alerts-AGRO_WEATHER .table-col-loss{grid-area:loss}.searchable-alerts-AGRO_WEATHER .table-col-CANDLES{grid-area:CANDLES}.searchable-alerts-AGRO_WEATHER .table-col-SPRINKLING{grid-area:SPRINKLING}.searchable-alerts-AGRO_WEATHER .table-col-WIND_MACHINE{grid-area:WIND_MACHINE}.searchable-alerts-AGRO_WEATHER .table-col-WIND_MACHINE_HEATING{grid-area:WIND_MACHINE_HEATING}.searchable-alerts-AGRO_WEATHER .table-col-WIND_MACHINE_PORTABLE{grid-area:WIND_MACHINE_PORTABLE}.searchable-alerts-AGRO_WEATHER .table-col-WIND_MACHINE_PORTABLE_HEATING{grid-area:WIND_MACHINE_PORTABLE_HEATING}@media (max-width: 800px){.searchable-alerts-AGRO_WEATHER .table-head-line{display:none}.searchable-alerts-AGRO_WEATHER .table-body-line{grid-template-columns:25px 1fr 1fr 1fr;grid-template-areas:"isSelect plotName exploitationName vegetativeDvlpDate" ". minTemperature loss loss" ". CANDLES SPRINKLING WIND_MACHINE" ".  WIND_MACHINE_HEATING WIND_MACHINE_PORTABLE WIND_MACHINE_PORTABLE_HEATING";gap:10px 0;padding:10px 10px 15px;margin:0 0 10px;width:auto}.searchable-alerts-AGRO_WEATHER .table-body-col{flex-wrap:initial;overflow:initial;min-height:auto}.searchable-alerts-AGRO_WEATHER .table-body-col:before{font-family:itk-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;white-space:nowrap;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:.5em;font-size:1.5em;color:var(--text-contrast)}.searchable-alerts-AGRO_WEATHER .table-col-cropName:before{content:"\eaa4"}.searchable-alerts-AGRO_WEATHER .table-col-isSelect{padding-left:0;padding-right:0}.searchable-alerts-AGRO_WEATHER .table-col-plotName:before{content:"\eabc"}.searchable-alerts-AGRO_WEATHER .table-col-exploitationName:before{content:"\eb0a"}.searchable-alerts-AGRO_WEATHER .table-col-minTemperature{border-color:var(--main-border);margin:0}.searchable-alerts-AGRO_WEATHER .table-col-minTemperature:before{content:"\eb38"}.searchable-alerts-AGRO_WEATHER .table-col-loss{border:1px solid var(--main-border);background-color:var(--prevent-alert-background)}.searchable-alerts-AGRO_WEATHER .table-col-loss:before{content:"\eab1"}.searchable-alerts-AGRO_WEATHER .table-col-candle5ProtectionPrediction,.searchable-alerts-AGRO_WEATHER .table-col-candle10ProtectionPrediction,.searchable-alerts-AGRO_WEATHER .table-col-candle20ProtectionPrediction{border:1px solid var(--main-border)}.searchable-alerts-AGRO_WEATHER .table-col-candle5ProtectionPrediction:before,.searchable-alerts-AGRO_WEATHER .table-col-candle10ProtectionPrediction:before,.searchable-alerts-AGRO_WEATHER .table-col-candle20ProtectionPrediction:before{content:"\eb17"}}.searchable-tags itk-autocomplete{display:block;width:400px;margin-left:auto}.searchable-tags .table-head-line,.searchable-tags .table-body-line{grid-template-areas:"name groupName nbPlots edit delete";grid-template-columns:1fr 1fr 1fr 60px 60px}.searchable-tags .table-col-name{grid-area:name}.searchable-tags .table-col-groupName{grid-area:groupName}.searchable-tags .table-col-nbPlots{grid-area:nbPlots}.searchable-tags .table-col-edit{grid-area:edit}.searchable-tags .table-col-delete{grid-area:delete}.searchable-simulations .table-preheader-line{height:110px;overflow:hidden;padding-bottom:6px}.searchable-simulations .table-preheader-col{height:100%;overflow:scroll}.searchable-simulations .table-cell-description{grid-area:description;font-size:.9em;line-height:1.2em}.searchable-simulations .table-head-line,.searchable-simulations .table-body-line,.searchable-simulations .table-preheader-line{grid-template-areas:"checked groupName season status statusCount";grid-template-columns:50px 1fr 1fr 1fr 1fr}.searchable-simulations .table-col-checked{grid-area:checked}.searchable-simulations .table-col-status{grid-area:status}.searchable-simulations .table-col-season{grid-area:season}.searchable-simulations .table-col-statusCount{grid-area:statusCount}.searchable-simulations .table-col-groupName{grid-area:groupName}.searchable-simulations itk-table-footer-sum{height:10px;text-align:right;padding:5px}.searchable-simulations itk-table-footer-sum-by{display:flex;flex-direction:column;align-content:center;align-items:flex-end;overflow:auto}.searchable-simulations itk-table-footer-sum-by div{display:grid;grid-template-columns:999fr 1fr;font-size:.8em;padding:1px 10px;margin:0 2px 1px 0}.searchable-simulations itk-table-footer-sum-by div .footer_sum-by_prefix{text-align:left}.searchable-simulations itk-table-footer-sum-by div .footer-sum-by-value{padding-left:10px;text-align:right}.searchable-simulations .table-cell-groupName itk-table-strings span,.searchable-simulations .table-cell-status itk-table-strings span,.searchable-simulations .table-cell-season itk-table-strings span,.searchable-simulations .table-cell-statusCount itk-table-strings span{border:1px solid #ccc;padding:2px;font-size:.8em;font-weight:900;text-transform:uppercase;margin:1px;display:inline-block}.searchable-weatherstations itk-autocomplete{display:block;width:100%;margin-left:auto;grid-area:search}.searchable-weatherstations itk-table{grid-area:table;height:100%;max-height:100%;overflow:hidden;display:flex;flex-direction:column}.searchable-weatherstations .table{flex:1;overflow:hidden;display:grid;grid-area:table;grid-template-columns:max-content 2fr 1fr 1fr 1fr max-content max-content;grid-template-rows:[preheader] max-content [head] max-content [body] 1fr [footer] max-content}.searchable-weatherstations .table-preheader{grid-row:preheader}.searchable-weatherstations .table-head{grid-row:head}.searchable-weatherstations .table-body{grid-row:body}.searchable-weatherstations .table-footer{grid-row:footer}.searchable-weatherstations .table-head,.searchable-weatherstations .table-head-line,.searchable-weatherstations .table-body,.searchable-weatherstations .table-body-line{grid-column:1/span 7;display:grid;grid-template-columns:subgrid}.searchable-weatherstations .table-body{overflow:auto;grid-auto-rows:max-content}.searchable-weatherstations .table-head-line,.searchable-weatherstations .table-body-line{grid-template-areas:"statusCss name providerName groupNames nbPlots edit delete"}.searchable-weatherstations .table-col-name{grid-area:name}.searchable-weatherstations .table-col-statusCss{grid-area:statusCss}.searchable-weatherstations .table-col-providerName{grid-area:providerName}.searchable-weatherstations .table-col-groupNames{grid-area:groupNames}.searchable-weatherstations .table-col-nbPlots{grid-area:nbPlots}.searchable-weatherstations .table-col-edit{grid-area:edit}.searchable-weatherstations .table-col-delete{grid-area:delete}.searchable-weatherstations .table-cell-statusCss{color:transparent;justify-content:center}.searchable-weatherstations .table-cell-statusCss span{border-radius:50%;width:20px;height:20px;display:inline-block;border:1px solid white}.searchable-weatherstations .table-cell-statusCss span.active{background-color:#00c853}.searchable-weatherstations .table-cell-statusCss span.warning{background-color:#f44336}.searchable-weatherstations .table-cell-statusCss span.inactive{background-color:#78909c}@media (max-width: 800px){.searchable-weatherstations .table{grid-template-columns:max-content 1fr 1fr 1fr max-content max-content}.searchable-weatherstations .table-head{display:none}.searchable-weatherstations .table-body{gap:10px 0}.searchable-weatherstations .table-body .table-body-line{grid-template-areas:"statusCss name name name edit delete" ". groupNames groupNames groupNames . ." ". providerName providerName nbPlots . .";padding:10px 0}.searchable-weatherstations .table-body .table-col-providerName:before{font-family:itk-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;white-space:nowrap;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\eb10";padding-right:4px}.searchable-weatherstations .table-body .table-col-nbPlots:before{font-family:itk-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;white-space:nowrap;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\eabc";padding-right:4px}}@media (max-width: 500px){.searchable-weatherstations .table{grid-template-columns:max-content 1fr max-content max-content}.searchable-weatherstations .table-body .table-body-line{grid-template-areas:"statusCss name edit delete" ". groupNames . ." ". providerName . ." ". nbPlots . .";padding:10px 0}}.searchable-dashboard{height:100%;display:grid;grid-template-areas:"actions search export config" "table table table table";grid-template-columns:subgrid;grid-template-rows:subgrid}@media (max-width: 800px){.searchable-dashboard.searchable-dashboard{grid-template-areas:"search export config" "table table table";grid-template-columns:1fr min-content min-content;grid-template-rows:min-content 1fr}}.searchable-dashboard itk-autocomplete{grid-area:search}.searchable-dashboard .itksearchable-table-exportButton{grid-area:export;margin-left:10px}.searchable-dashboard .itksearchable-table-configColumns-button{grid-area:config;margin-left:10px}.searchable-dashboard itk-table{grid-area:table;height:100%;overflow:hidden}.searchable-dashboard .table-preheader{transition:all .2s;height:0;opacity:0}.searchable-dashboard.searchable-dashboard-OVERVIEW .table-preheader{height:180px;flex:0 0 180px;opacity:1}.searchable-dashboard.searchable-dashboard-DISEASE .table-preheader,.searchable-dashboard.searchable-dashboard-FROST .table-preheader{height:30px;opacity:1}.searchable-dashboard itk-table .table{overflow:auto;height:auto;max-height:100%}.searchable-dashboard itk-table .table .table-head{min-width:max-content;position:sticky;top:0;z-index:3}.searchable-dashboard itk-table .table .table-body{overflow:initial;min-width:max-content}.searchable-dashboard itk-table .table .table-footer{min-width:max-content;position:sticky;bottom:0;z-index:3}.searchable-dashboard itk-table .table .table-head .table-col-plotName,.searchable-dashboard itk-table .table .table-head .table-col-tags,.searchable-dashboard itk-table .table .table-body .table-col-plotName,.searchable-dashboard itk-table .table .table-body .table-col-tags{position:sticky;left:0;z-index:2}.searchable-dashboard itk-table .table .table-head .table-col-plotName:not(.table-col-sorted){background-color:var(--main-bg-contrast)}.searchable-dashboard itk-table .table .table-footer .table-footer-col.table-col-maxAdvisedAmountPerIrrigation{position:sticky;left:0;z-index:2;white-space:pre-line}.searchable-dashboard .table-col-plotName{grid-area:plotName}.searchable-dashboard .table-col-area{grid-area:area}.searchable-dashboard .table-col-variety{grid-area:variety}.searchable-dashboard .table-col-tags{grid-area:tags}.searchable-dashboard .table-col-tags.table-preheader-col,.searchable-dashboard .table-col-tags.table-footer-col,.searchable-dashboard .table-col-tags.table-head-col{display:none}.searchable-dashboard .table-col-plotName.table-col-sorted~.table-col-tags{background-color:var(--main-bg-contrast-light)}.searchable-dashboard .table-col-state{grid-area:state;padding:0}.searchable-dashboard .table-col-state.table-body-col:not(.OK){z-index:1;padding:4px 10px;overflow:visible;font-style:italic;background-color:var(--main-bg);align-items:center}.searchable-dashboard .table-col-state.table-body-col:not(.OK) itk-table-custom>div{display:flex;gap:10px;align-items:center}.searchable-dashboard .table-col-state.table-body-col cr-loader{height:20px;display:block}.searchable-dashboard .table-col-state.table-body-col.ERROR .table-cell,.searchable-dashboard .table-col-state.table-body-col.WEATHER_DATA_MISSING .table-cell{color:#f44336;max-width:50vw}.searchable-dashboard .table-col-state.table-body-col.PENDING .table-cell{color:#03a9f4;padding:10px;background-color:#e1f5fe;border-radius:4px}.searchable-dashboard .table-col-state.table-body-col.WEATHER_STATION_CREATION .table-cell{color:#607d8b;padding:10px;background-color:var(--main-bg-contrast-light);border-radius:4px}.searchable-dashboard .table-col-state.table-body-col.SEASON_NOT_ACTIVATED .table-cell{color:var(--text-contrast);padding:10px;background-color:var(--main-bg-contrast-light);border-radius:4px}.searchable-dashboard .table-col-goToExpertView{grid-area:goToExpertView}.searchable-dashboard .table-col-goToPlotManagement{grid-area:goToPlotManagement}.searchable-dashboard .table-body-col.table-col-goToExpertView,.searchable-dashboard .table-body-col.table-col-goToPlotManagement{padding:4px 0}.searchable-dashboard .table-body-col .table-cell-goToExpertView,.searchable-dashboard .table-body-col .table-cell-goToPlotManagement{justify-content:center}.searchable-dashboard .table-preheader .table-col-plotName{background-color:var(--main-bg-contrast);height:50px;border-bottom:1px solid var(--main-border);margin:0 3px 6px 0;border-radius:5px;text-align:center;grid-column-end:span 4;display:flex;align-items:center;align-self:end;grid-row-end:span 2}.searchable-dashboard .table-preheader .table-col-plotName itk-table-footer-nb-lines{font-size:1.2em;font-weight:900;padding:0 20px;border-right:1px solid var(--border-element)}.searchable-dashboard .table-preheader .table-col-plotName itk-table-footer-nb-lines-by{font-size:1.2em;padding:0 20px}.searchable-dashboard .table-body .table-col-tags{padding-left:30px;padding-top:0}.searchable-dashboard .table-body .table-col-tags itk-table-strings{display:flex;flex-wrap:wrap;gap:2px}.searchable-dashboard .table-body .table-col-tags itk-table-strings .tag{margin:0}.searchable-dashboard .table-body .table-col-plotName{align-items:center;gap:5px}.searchable-dashboard .table-body .table-col-plotName:before{font-size:1.4em;justify-self:center}.searchable-dashboard .table-body .table-col-plotName .table-cell-plotName{display:flex;flex-direction:column;align-items:flex-start;align-content:flex-start;justify-content:center;gap:2px}.searchable-dashboard .table-body .table-col-plotName .table-cell-plotName itk-table-string{font-weight:900}.searchable-dashboard itk-table-number{justify-content:flex-end}.searchable-dashboard .suffix{color:var(--text-contrast);padding-left:2px;font-size:.9em}.searchable-syntheticview-intervention-multiplot .table-body .table-col-plotName:before{justify-self:center;align-self:center}.searchable-syntheticview-intervention-multiplot .table-body .table-col-plotName .table-cell-plotName{flex-direction:column;align-content:flex-start}itk-table-multi-lines{width:100%}itk-table-multi-lines div>div{padding:5px 10px;line-height:1.2em;height:1.2em}itk-table-multi-lines div>div+div{border-top:1px solid var(--main-border)}itk-table-multi-lines div>div:nth-child(2n){background-color:var(--main-bg-contrast-light)}@media (max-width: 1250px){cr-synthetic-view .app-page .app-page-body{overflow:auto}cr-synthetic-view .app-page .app-page-body .searchable-dashboard{overflow:visible}.searchable-dashboard .table-preheader,.searchable-dashboard .table-head,.searchable-dashboard .table-footer{display:none}.searchable-dashboard .table-col-checked{padding:7px}.searchable-dashboard .table-body{background:var(--main-bg)}.searchable-dashboard .table-body .table-body-line{border-radius:4px;margin:10px 0 0;padding:10px 0}.searchable-dashboard .table-body .table-body-line .table-body-col{align-items:center}.searchable-dashboard .table-body .table-body-line .table-body-col.table-col-checked{align-items:stretch}.searchable-dashboard .table-body .table-body-line .table-body-col:before{font-family:itk-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;white-space:nowrap;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.searchable-dashboard .table-body .table-body-line .table-col-tags{padding:5px 10px}.searchable-dashboard .table-body .table-body-line .table-col-state.table-body-col:not(.OK){grid-column-end:none;grid-row-end:none}.searchable-dashboard .table-body .table-body-line .table-col-state.table-body-col:not(.OK) .table-cell-state{padding:10px;max-width:none}.searchable-dashboard .table-body .table-body-line .table-col-variety:before{content:"\eaa4"}.searchable-dashboard .table-body .table-body-line .table-col-area:before{content:"\eb62"}.searchable-dashboard .table-body .table-body-line .table-col-area itk-table-number{flex:0 0;overflow:visible}}@media (max-width: 1150px){cr-synthetic-view .app-page-body{padding:0 20px 20px}}.searchable-dashboard-OVERVIEW .table{display:grid;grid-template-columns:min-content minmax(250px,3fr) minmax(100px,1fr) minmax(80px,1fr) 0px repeat(8,min-content) minmax(120px,7vw) repeat(8,min-content) minmax(120px,7vw) repeat(8,min-content) minmax(120px,7vw) min-content minmax(120px,7vw) 50px 50px}.searchable-dashboard-OVERVIEW .table-preheader,.searchable-dashboard-OVERVIEW .table-preheader-line,.searchable-dashboard-OVERVIEW .table-head,.searchable-dashboard-OVERVIEW .table-head-line,.searchable-dashboard-OVERVIEW .table-body,.searchable-dashboard-OVERVIEW .table-body-line{grid-column:1/span 36;display:grid;grid-template-columns:subgrid}.searchable-dashboard-OVERVIEW .table-preheader-line,.searchable-dashboard-OVERVIEW .table-head-line,.searchable-dashboard-OVERVIEW .table-body-line{grid-template-rows:1fr max-content;grid-template-areas:"checked plotName variety area state waterGlobalIndicator waterForecast1 waterForecast2 waterForecast3 waterForecast4 waterForecast5 waterForecast6 waterForecast7 waterLastIrrigValue diseaseDownyMildewGlobalIndicator diseaseDownyMildewForecast1 diseaseDownyMildewForecast2 diseaseDownyMildewForecast3 diseaseDownyMildewForecast4 diseaseDownyMildewForecast5 diseaseDownyMildewForecast6 diseaseDownyMildewForecast7 diseaseDownyMildewLastTreatment diseasePowderyMildewGlobalIndicator diseasePowderyMildewForecast1 diseasePowderyMildewForecast2 diseasePowderyMildewForecast3 diseasePowderyMildewForecast4 diseasePowderyMildewForecast5 diseasePowderyMildewForecast6 diseasePowderyMildewForecast7 diseasePowderyMildewLastTreatment nitrogenGlobalIndicator nitrogenLastFertiProduct goToExpertView goToPlotManagement" "chedked tags variety area state waterGlobalIndicator waterForecast1 waterForecast2 waterForecast3 waterForecast4 waterForecast5 waterForecast6 waterForecast7 waterLastIrrigValue diseaseDownyMildewGlobalIndicator diseaseDownyMildewForecast1 diseaseDownyMildewForecast2 diseaseDownyMildewForecast3 diseaseDownyMildewForecast4 diseaseDownyMildewForecast5 diseaseDownyMildewForecast6 diseaseDownyMildewForecast7 diseaseDownyMildewLastTreatment diseasePowderyMildewGlobalIndicator diseasePowderyMildewForecast1 diseasePowderyMildewForecast2 diseasePowderyMildewForecast3 diseasePowderyMildewForecast4 diseasePowderyMildewForecast5 diseasePowderyMildewForecast6 diseasePowderyMildewForecast7 diseasePowderyMildewLastTreatment nitrogenGlobalIndicator nitrogenLastFertiProduct goToExpertView goToPlotManagement"}.searchable-dashboard-OVERVIEW .table-col-waterForecast1,.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewForecast1,.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewForecast1,.searchable-dashboard-OVERVIEW .table-col-waterForecast2,.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewForecast2,.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewForecast2,.searchable-dashboard-OVERVIEW .table-col-waterForecast3,.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewForecast3,.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewForecast3,.searchable-dashboard-OVERVIEW .table-col-waterForecast4,.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewForecast4,.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewForecast4,.searchable-dashboard-OVERVIEW .table-col-waterForecast5,.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewForecast5,.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewForecast5,.searchable-dashboard-OVERVIEW .table-col-waterForecast6,.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewForecast6,.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewForecast6,.searchable-dashboard-OVERVIEW .table-col-waterForecast7,.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewForecast7,.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewForecast7{width:11px}.searchable-dashboard-OVERVIEW .table-col-waterForecast1,.searchable-dashboard-OVERVIEW .table-col-waterForecast7,.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewForecast1,.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewForecast7,.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewForecast1,.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewForecast7{width:21px}.searchable-dashboard-OVERVIEW .table-col-waterGlobalIndicator{grid-area:waterGlobalIndicator}.searchable-dashboard-OVERVIEW .table-col-waterGlobalIndicator.table-col-sorted~.table-col-waterForecast1{background-color:var(--main-bg-contrast)}.searchable-dashboard-OVERVIEW .table-col-waterGlobalIndicator.table-col-sorted~.table-col-waterForecast2{background-color:var(--main-bg-contrast)}.searchable-dashboard-OVERVIEW .table-col-waterGlobalIndicator.table-col-sorted~.table-col-waterForecast3{background-color:var(--main-bg-contrast)}.searchable-dashboard-OVERVIEW .table-col-waterGlobalIndicator.table-col-sorted~.table-col-waterForecast4{background-color:var(--main-bg-contrast)}.searchable-dashboard-OVERVIEW .table-col-waterGlobalIndicator.table-col-sorted~.table-col-waterForecast5{background-color:var(--main-bg-contrast)}.searchable-dashboard-OVERVIEW .table-col-waterGlobalIndicator.table-col-sorted~.table-col-waterForecast6{background-color:var(--main-bg-contrast)}.searchable-dashboard-OVERVIEW .table-col-waterGlobalIndicator.table-col-sorted~.table-col-waterForecast7{background-color:var(--main-bg-contrast)}.searchable-dashboard-OVERVIEW .table-col-waterLastIrrigValue{grid-area:waterLastIrrigValue}.searchable-dashboard-OVERVIEW .table-body .table-cell-waterLastIrrigValue{display:grid;grid-template-columns:max-content 1fr}.searchable-dashboard-OVERVIEW .table-body .table-cell-waterLastIrrigValue .prefix{grid-column:span 2}.searchable-dashboard-OVERVIEW .table-col-waterForecast1{grid-area:waterForecast1;padding:0}.searchable-dashboard-OVERVIEW .table-col-waterForecast1 span{display:inline-block;color:transparent;overflow:hidden;width:10px;height:2px;border-radius:2px 2px 0 0}.searchable-dashboard-OVERVIEW .table-col-waterForecast1.HIGH span{background-color:#f44336;height:10px}.searchable-dashboard-OVERVIEW .table-col-waterForecast1.MEDIUM span{background-color:#f57c00;height:5px}.searchable-dashboard-OVERVIEW .table-col-waterForecast1.NONE span{background-color:#00c853}.searchable-dashboard-OVERVIEW .table-col-waterForecast1.EXCESSIVE span{background-color:#03a9f4}.searchable-dashboard-OVERVIEW .table-col-waterForecast1.UNKNOWN span{background-color:#37474f1a}.searchable-dashboard-OVERVIEW .table-col-waterForecast2{grid-area:waterForecast2;padding:0}.searchable-dashboard-OVERVIEW .table-col-waterForecast2 span{display:inline-block;color:transparent;overflow:hidden;width:10px;height:2px;border-radius:2px 2px 0 0}.searchable-dashboard-OVERVIEW .table-col-waterForecast2.HIGH span{background-color:#f44336;height:10px}.searchable-dashboard-OVERVIEW .table-col-waterForecast2.MEDIUM span{background-color:#f57c00;height:5px}.searchable-dashboard-OVERVIEW .table-col-waterForecast2.NONE span{background-color:#00c853}.searchable-dashboard-OVERVIEW .table-col-waterForecast2.EXCESSIVE span{background-color:#03a9f4}.searchable-dashboard-OVERVIEW .table-col-waterForecast2.UNKNOWN span{background-color:#37474f1a}.searchable-dashboard-OVERVIEW .table-col-waterForecast3{grid-area:waterForecast3;padding:0}.searchable-dashboard-OVERVIEW .table-col-waterForecast3 span{display:inline-block;color:transparent;overflow:hidden;width:10px;height:2px;border-radius:2px 2px 0 0}.searchable-dashboard-OVERVIEW .table-col-waterForecast3.HIGH span{background-color:#f44336;height:10px}.searchable-dashboard-OVERVIEW .table-col-waterForecast3.MEDIUM span{background-color:#f57c00;height:5px}.searchable-dashboard-OVERVIEW .table-col-waterForecast3.NONE span{background-color:#00c853}.searchable-dashboard-OVERVIEW .table-col-waterForecast3.EXCESSIVE span{background-color:#03a9f4}.searchable-dashboard-OVERVIEW .table-col-waterForecast3.UNKNOWN span{background-color:#37474f1a}.searchable-dashboard-OVERVIEW .table-col-waterForecast4{grid-area:waterForecast4;padding:0}.searchable-dashboard-OVERVIEW .table-col-waterForecast4 span{display:inline-block;color:transparent;overflow:hidden;width:10px;height:2px;border-radius:2px 2px 0 0}.searchable-dashboard-OVERVIEW .table-col-waterForecast4.HIGH span{background-color:#f44336;height:10px}.searchable-dashboard-OVERVIEW .table-col-waterForecast4.MEDIUM span{background-color:#f57c00;height:5px}.searchable-dashboard-OVERVIEW .table-col-waterForecast4.NONE span{background-color:#00c853}.searchable-dashboard-OVERVIEW .table-col-waterForecast4.EXCESSIVE span{background-color:#03a9f4}.searchable-dashboard-OVERVIEW .table-col-waterForecast4.UNKNOWN span{background-color:#37474f1a}.searchable-dashboard-OVERVIEW .table-col-waterForecast5{grid-area:waterForecast5;padding:0}.searchable-dashboard-OVERVIEW .table-col-waterForecast5 span{display:inline-block;color:transparent;overflow:hidden;width:10px;height:2px;border-radius:2px 2px 0 0}.searchable-dashboard-OVERVIEW .table-col-waterForecast5.HIGH span{background-color:#f44336;height:10px}.searchable-dashboard-OVERVIEW .table-col-waterForecast5.MEDIUM span{background-color:#f57c00;height:5px}.searchable-dashboard-OVERVIEW .table-col-waterForecast5.NONE span{background-color:#00c853}.searchable-dashboard-OVERVIEW .table-col-waterForecast5.EXCESSIVE span{background-color:#03a9f4}.searchable-dashboard-OVERVIEW .table-col-waterForecast5.UNKNOWN span{background-color:#37474f1a}.searchable-dashboard-OVERVIEW .table-col-waterForecast6{grid-area:waterForecast6;padding:0}.searchable-dashboard-OVERVIEW .table-col-waterForecast6 span{display:inline-block;color:transparent;overflow:hidden;width:10px;height:2px;border-radius:2px 2px 0 0}.searchable-dashboard-OVERVIEW .table-col-waterForecast6.HIGH span{background-color:#f44336;height:10px}.searchable-dashboard-OVERVIEW .table-col-waterForecast6.MEDIUM span{background-color:#f57c00;height:5px}.searchable-dashboard-OVERVIEW .table-col-waterForecast6.NONE span{background-color:#00c853}.searchable-dashboard-OVERVIEW .table-col-waterForecast6.EXCESSIVE span{background-color:#03a9f4}.searchable-dashboard-OVERVIEW .table-col-waterForecast6.UNKNOWN span{background-color:#37474f1a}.searchable-dashboard-OVERVIEW .table-col-waterForecast7{grid-area:waterForecast7;padding:0}.searchable-dashboard-OVERVIEW .table-col-waterForecast7 span{display:inline-block;color:transparent;overflow:hidden;width:10px;height:2px;border-radius:2px 2px 0 0}.searchable-dashboard-OVERVIEW .table-col-waterForecast7.HIGH span{background-color:#f44336;height:10px}.searchable-dashboard-OVERVIEW .table-col-waterForecast7.MEDIUM span{background-color:#f57c00;height:5px}.searchable-dashboard-OVERVIEW .table-col-waterForecast7.NONE span{background-color:#00c853}.searchable-dashboard-OVERVIEW .table-col-waterForecast7.EXCESSIVE span{background-color:#03a9f4}.searchable-dashboard-OVERVIEW .table-col-waterForecast7.UNKNOWN span{background-color:#37474f1a}.searchable-dashboard-OVERVIEW .table-cell-waterForecast1{padding-left:10px}.searchable-dashboard-OVERVIEW .table-cell-waterForecast7{padding-right:10px}.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewGlobalIndicator{grid-area:diseaseDownyMildewGlobalIndicator}.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewGlobalIndicator.table-col-sorted~.table-col-diseaseDownyMildewForecast1{background-color:var(--main-bg-contrast)}.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewGlobalIndicator.table-col-sorted~.table-col-diseaseDownyMildewForecast2{background-color:var(--main-bg-contrast)}.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewGlobalIndicator.table-col-sorted~.table-col-diseaseDownyMildewForecast3{background-color:var(--main-bg-contrast)}.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewGlobalIndicator.table-col-sorted~.table-col-diseaseDownyMildewForecast4{background-color:var(--main-bg-contrast)}.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewGlobalIndicator.table-col-sorted~.table-col-diseaseDownyMildewForecast5{background-color:var(--main-bg-contrast)}.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewGlobalIndicator.table-col-sorted~.table-col-diseaseDownyMildewForecast6{background-color:var(--main-bg-contrast)}.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewGlobalIndicator.table-col-sorted~.table-col-diseaseDownyMildewForecast7{background-color:var(--main-bg-contrast)}.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewForecast1{grid-area:diseaseDownyMildewForecast1;padding:0}.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewForecast1 span{display:inline-block;color:transparent;overflow:hidden;width:10px;height:2px;border-radius:2px 2px 0 0}.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewForecast1.HIGH span{background-color:#f44336;height:10px}.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewForecast1.MEDIUM span{background-color:#f57c00;height:5px}.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewForecast1.LOW span{background-color:#ffa000;height:5px}.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewForecast1.NONE span{background-color:#00c853}.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewForecast1.UNKNOWN span{background-color:#37474f1a}.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewForecast1.PROTECTED span{background-color:#7e57c2}.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewForecast2{grid-area:diseaseDownyMildewForecast2;padding:0}.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewForecast2 span{display:inline-block;color:transparent;overflow:hidden;width:10px;height:2px;border-radius:2px 2px 0 0}.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewForecast2.HIGH span{background-color:#f44336;height:10px}.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewForecast2.MEDIUM span{background-color:#f57c00;height:5px}.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewForecast2.LOW span{background-color:#ffa000;height:5px}.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewForecast2.NONE span{background-color:#00c853}.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewForecast2.UNKNOWN span{background-color:#37474f1a}.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewForecast2.PROTECTED span{background-color:#7e57c2}.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewForecast3{grid-area:diseaseDownyMildewForecast3;padding:0}.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewForecast3 span{display:inline-block;color:transparent;overflow:hidden;width:10px;height:2px;border-radius:2px 2px 0 0}.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewForecast3.HIGH span{background-color:#f44336;height:10px}.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewForecast3.MEDIUM span{background-color:#f57c00;height:5px}.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewForecast3.LOW span{background-color:#ffa000;height:5px}.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewForecast3.NONE span{background-color:#00c853}.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewForecast3.UNKNOWN span{background-color:#37474f1a}.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewForecast3.PROTECTED span{background-color:#7e57c2}.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewForecast4{grid-area:diseaseDownyMildewForecast4;padding:0}.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewForecast4 span{display:inline-block;color:transparent;overflow:hidden;width:10px;height:2px;border-radius:2px 2px 0 0}.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewForecast4.HIGH span{background-color:#f44336;height:10px}.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewForecast4.MEDIUM span{background-color:#f57c00;height:5px}.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewForecast4.LOW span{background-color:#ffa000;height:5px}.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewForecast4.NONE span{background-color:#00c853}.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewForecast4.UNKNOWN span{background-color:#37474f1a}.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewForecast4.PROTECTED span{background-color:#7e57c2}.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewForecast5{grid-area:diseaseDownyMildewForecast5;padding:0}.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewForecast5 span{display:inline-block;color:transparent;overflow:hidden;width:10px;height:2px;border-radius:2px 2px 0 0}.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewForecast5.HIGH span{background-color:#f44336;height:10px}.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewForecast5.MEDIUM span{background-color:#f57c00;height:5px}.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewForecast5.LOW span{background-color:#ffa000;height:5px}.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewForecast5.NONE span{background-color:#00c853}.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewForecast5.UNKNOWN span{background-color:#37474f1a}.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewForecast5.PROTECTED span{background-color:#7e57c2}.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewForecast6{grid-area:diseaseDownyMildewForecast6;padding:0}.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewForecast6 span{display:inline-block;color:transparent;overflow:hidden;width:10px;height:2px;border-radius:2px 2px 0 0}.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewForecast6.HIGH span{background-color:#f44336;height:10px}.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewForecast6.MEDIUM span{background-color:#f57c00;height:5px}.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewForecast6.LOW span{background-color:#ffa000;height:5px}.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewForecast6.NONE span{background-color:#00c853}.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewForecast6.UNKNOWN span{background-color:#37474f1a}.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewForecast6.PROTECTED span{background-color:#7e57c2}.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewForecast7{grid-area:diseaseDownyMildewForecast7;padding:0}.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewForecast7 span{display:inline-block;color:transparent;overflow:hidden;width:10px;height:2px;border-radius:2px 2px 0 0}.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewForecast7.HIGH span{background-color:#f44336;height:10px}.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewForecast7.MEDIUM span{background-color:#f57c00;height:5px}.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewForecast7.LOW span{background-color:#ffa000;height:5px}.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewForecast7.NONE span{background-color:#00c853}.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewForecast7.UNKNOWN span{background-color:#37474f1a}.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewForecast7.PROTECTED span{background-color:#7e57c2}.searchable-dashboard-OVERVIEW .table-cell-diseaseDownyMildewForecast1{padding-left:10px}.searchable-dashboard-OVERVIEW .table-cell-diseaseDownyMildewForecast7{padding-right:10px}.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewLastTreatment{grid-area:diseaseDownyMildewLastTreatment}.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewGlobalIndicator{grid-area:diseasePowderyMildewGlobalIndicator}.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewGlobalIndicator.table-col-sorted~.table-col-diseasePowderyMildewForecast1{background-color:var(--main-bg-contrast)}.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewGlobalIndicator.table-col-sorted~.table-col-diseasePowderyMildewForecast2{background-color:var(--main-bg-contrast)}.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewGlobalIndicator.table-col-sorted~.table-col-diseasePowderyMildewForecast3{background-color:var(--main-bg-contrast)}.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewGlobalIndicator.table-col-sorted~.table-col-diseasePowderyMildewForecast4{background-color:var(--main-bg-contrast)}.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewGlobalIndicator.table-col-sorted~.table-col-diseasePowderyMildewForecast5{background-color:var(--main-bg-contrast)}.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewGlobalIndicator.table-col-sorted~.table-col-diseasePowderyMildewForecast6{background-color:var(--main-bg-contrast)}.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewGlobalIndicator.table-col-sorted~.table-col-diseasePowderyMildewForecast7{background-color:var(--main-bg-contrast)}.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewForecast1{grid-area:diseasePowderyMildewForecast1;padding:0}.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewForecast1 span{display:inline-block;color:transparent;overflow:hidden;width:10px;height:2px;border-radius:2px 2px 0 0}.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewForecast1.HIGH span{background-color:#f44336;height:10px}.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewForecast1.MEDIUM span{background-color:#f57c00;height:5px}.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewForecast1.LOW span{background-color:#ffa000;height:5px}.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewForecast1.NONE span{background-color:#00c853}.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewForecast1.UNKNOWN span{background-color:#37474f1a}.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewForecast1.PROTECTED span{background-color:#7e57c2}.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewForecast2{grid-area:diseasePowderyMildewForecast2;padding:0}.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewForecast2 span{display:inline-block;color:transparent;overflow:hidden;width:10px;height:2px;border-radius:2px 2px 0 0}.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewForecast2.HIGH span{background-color:#f44336;height:10px}.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewForecast2.MEDIUM span{background-color:#f57c00;height:5px}.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewForecast2.LOW span{background-color:#ffa000;height:5px}.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewForecast2.NONE span{background-color:#00c853}.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewForecast2.UNKNOWN span{background-color:#37474f1a}.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewForecast2.PROTECTED span{background-color:#7e57c2}.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewForecast3{grid-area:diseasePowderyMildewForecast3;padding:0}.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewForecast3 span{display:inline-block;color:transparent;overflow:hidden;width:10px;height:2px;border-radius:2px 2px 0 0}.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewForecast3.HIGH span{background-color:#f44336;height:10px}.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewForecast3.MEDIUM span{background-color:#f57c00;height:5px}.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewForecast3.LOW span{background-color:#ffa000;height:5px}.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewForecast3.NONE span{background-color:#00c853}.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewForecast3.UNKNOWN span{background-color:#37474f1a}.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewForecast3.PROTECTED span{background-color:#7e57c2}.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewForecast4{grid-area:diseasePowderyMildewForecast4;padding:0}.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewForecast4 span{display:inline-block;color:transparent;overflow:hidden;width:10px;height:2px;border-radius:2px 2px 0 0}.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewForecast4.HIGH span{background-color:#f44336;height:10px}.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewForecast4.MEDIUM span{background-color:#f57c00;height:5px}.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewForecast4.LOW span{background-color:#ffa000;height:5px}.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewForecast4.NONE span{background-color:#00c853}.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewForecast4.UNKNOWN span{background-color:#37474f1a}.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewForecast4.PROTECTED span{background-color:#7e57c2}.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewForecast5{grid-area:diseasePowderyMildewForecast5;padding:0}.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewForecast5 span{display:inline-block;color:transparent;overflow:hidden;width:10px;height:2px;border-radius:2px 2px 0 0}.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewForecast5.HIGH span{background-color:#f44336;height:10px}.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewForecast5.MEDIUM span{background-color:#f57c00;height:5px}.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewForecast5.LOW span{background-color:#ffa000;height:5px}.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewForecast5.NONE span{background-color:#00c853}.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewForecast5.UNKNOWN span{background-color:#37474f1a}.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewForecast5.PROTECTED span{background-color:#7e57c2}.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewForecast6{grid-area:diseasePowderyMildewForecast6;padding:0}.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewForecast6 span{display:inline-block;color:transparent;overflow:hidden;width:10px;height:2px;border-radius:2px 2px 0 0}.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewForecast6.HIGH span{background-color:#f44336;height:10px}.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewForecast6.MEDIUM span{background-color:#f57c00;height:5px}.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewForecast6.LOW span{background-color:#ffa000;height:5px}.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewForecast6.NONE span{background-color:#00c853}.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewForecast6.UNKNOWN span{background-color:#37474f1a}.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewForecast6.PROTECTED span{background-color:#7e57c2}.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewForecast7{grid-area:diseasePowderyMildewForecast7;padding:0}.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewForecast7 span{display:inline-block;color:transparent;overflow:hidden;width:10px;height:2px;border-radius:2px 2px 0 0}.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewForecast7.HIGH span{background-color:#f44336;height:10px}.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewForecast7.MEDIUM span{background-color:#f57c00;height:5px}.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewForecast7.LOW span{background-color:#ffa000;height:5px}.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewForecast7.NONE span{background-color:#00c853}.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewForecast7.UNKNOWN span{background-color:#37474f1a}.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewForecast7.PROTECTED span{background-color:#7e57c2}.searchable-dashboard-OVERVIEW .table-cell-diseasePowderyMildewForecast1{padding-left:10px}.searchable-dashboard-OVERVIEW .table-cell-diseasePowderyMildewForecast7{padding-right:10px}.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewLastTreatment{grid-area:diseasePowderyMildewLastTreatment}.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewLastTreatment,.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewLastTreatment{align-items:center;max-width:100%}.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewLastTreatment .table-cell,.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewLastTreatment .table-cell{overflow:visible;flex-direction:column;width:100%;align-content:flex-start}.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewLastTreatment-filled itk-table-string,.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewLastTreatment-filled itk-table-string{position:absolute;left:0;top:15px;color:#7e57c2;background-color:#fff;border-radius:2px;width:max-content;line-height:1;max-width:250px;box-shadow:0 0 0 2px #fff;text-align:left;z-index:3;display:none;overflow:visible;white-space:normal;font-size:.9em;text-transform:lowercase}.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewLastTreatment-filled itk-table-string:first-letter,.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewLastTreatment-filled itk-table-string:first-letter{text-transform:capitalize}.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewLastTreatment-filled .table-cell,.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewLastTreatment-filled .table-cell{padding-bottom:13px}.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewLastTreatment-filled .table-cell:hover itk-table-string,.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewLastTreatment-filled .table-cell:focus itk-table-string,.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewLastTreatment-filled .table-cell:hover itk-table-string,.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewLastTreatment-filled .table-cell:focus itk-table-string{display:block}.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewLastTreatment-filled .suffix,.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewLastTreatment-filled .suffix{position:absolute;top:15px;text-transform:lowercase;padding-left:0;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.searchable-dashboard-OVERVIEW .table-col-diseasePowderyMildewLastTreatment-filled .suffix:first-letter,.searchable-dashboard-OVERVIEW .table-col-diseaseDownyMildewLastTreatment-filled .suffix:first-letter{text-transform:capitalize}.searchable-dashboard-OVERVIEW .table-col-nitrogenValue{grid-area:nitrogenGlobalIndicator}.searchable-dashboard-OVERVIEW .table-col-nitrogenLastFertiProduct{grid-area:nitrogenLastFertiProduct}.searchable-dashboard-OVERVIEW .table-cell-nitrogenLastFertiProduct{align-items:center}.searchable-dashboard-OVERVIEW .table-cell-nitrogenLastFertiProduct .table-cell{overflow:visible;flex-direction:column;width:100%;align-content:flex-start}.searchable-dashboard-OVERVIEW .table-cell-nitrogenLastFertiProduct itk-table-string{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-transform:lowercase;padding-top:2px;width:100%;color:var(--text-contrast);font-size:.9em}.searchable-dashboard-OVERVIEW .table-cell-nitrogenLastFertiProduct itk-table-string:first-letter{text-transform:capitalize}.searchable-dashboard-OVERVIEW .table-body-col.table-col-nitrogenValue{display:flex;align-items:center;justify-content:center}.searchable-dashboard-OVERVIEW .table-body-col.table-col-nitrogenValue.HIGH .table-cell{color:#fff;background-color:#f44336}.searchable-dashboard-OVERVIEW .table-body-col.table-col-nitrogenValue.MEDIUM .table-cell,.searchable-dashboard-OVERVIEW .table-body-col.table-col-nitrogenValue.LOW .table-cell{color:#f57c00;background-color:#f57c001a}.searchable-dashboard-OVERVIEW .table-body-col.table-col-nitrogenValue.NONE .table-cell{color:#00c853;background-color:#00c8531a}.searchable-dashboard-OVERVIEW .table-body-col.table-col-nitrogenValue.EXCESSIVE .table-cell{color:#03a9f4;background-color:#03a9f41a}.searchable-dashboard-OVERVIEW .table-body-col.table-col-nitrogenValue.UNKNOWN .table-cell{color:#37474f;background-color:#37474f1a}.searchable-dashboard-OVERVIEW .table-body-col.table-col-nitrogenValue .table-cell{min-height:auto;padding:5px;border-radius:2px;width:50px;flex:0 0 50px}.searchable-dashboard-OVERVIEW .table-body-col.table-col-nitrogenValue .suffix{color:inherit;opacity:.5}.searchable-dashboard-OVERVIEW .table-body-col.table-col-nitrogenValue.table-col-sorted.HIGH{background-color:#f44336}.searchable-dashboard-OVERVIEW .table-body-col.table-col-nitrogenValue.table-col-sorted.MEDIUM{background-color:#f57c001a}.searchable-dashboard-OVERVIEW .table-body-col.table-col-nitrogenValue.table-col-sorted.NONE{background-color:#00c8531a}.searchable-dashboard-OVERVIEW .table-body-col.table-col-nitrogenValue.table-col-sorted.EXCESSIVE{background-color:#03a9f41a}.searchable-dashboard-OVERVIEW .table-body-col.table-col-nitrogenValue.table-col-sorted.UNKNOWN{background-color:#37474f1a}.searchable-dashboard-OVERVIEW .table-col-state{display:none}.searchable-dashboard-OVERVIEW .table-col-state.table-body-col:not(.OK){display:flex;grid-column-end:span 30;grid-row-end:span 2}.searchable-dashboard-OVERVIEW .table-head-line .table-col-waterGlobalIndicator,.searchable-dashboard-OVERVIEW .table-head-line .table-col-diseaseDownyMildewGlobalIndicator,.searchable-dashboard-OVERVIEW .table-head-line .table-col-diseasePowderyMildewGlobalIndicator{grid-column-end:span 8}.searchable-dashboard-OVERVIEW .table-head-line .table-col-waterForecast1,.searchable-dashboard-OVERVIEW .table-head-line .table-col-diseaseDownyMildewForecast1,.searchable-dashboard-OVERVIEW .table-head-line .table-col-diseasePowderyMildewForecast1,.searchable-dashboard-OVERVIEW .table-head-line .table-col-waterForecast2,.searchable-dashboard-OVERVIEW .table-head-line .table-col-diseaseDownyMildewForecast2,.searchable-dashboard-OVERVIEW .table-head-line .table-col-diseasePowderyMildewForecast2,.searchable-dashboard-OVERVIEW .table-head-line .table-col-waterForecast3,.searchable-dashboard-OVERVIEW .table-head-line .table-col-diseaseDownyMildewForecast3,.searchable-dashboard-OVERVIEW .table-head-line .table-col-diseasePowderyMildewForecast3,.searchable-dashboard-OVERVIEW .table-head-line .table-col-waterForecast4,.searchable-dashboard-OVERVIEW .table-head-line .table-col-diseaseDownyMildewForecast4,.searchable-dashboard-OVERVIEW .table-head-line .table-col-diseasePowderyMildewForecast4,.searchable-dashboard-OVERVIEW .table-head-line .table-col-waterForecast5,.searchable-dashboard-OVERVIEW .table-head-line .table-col-diseaseDownyMildewForecast5,.searchable-dashboard-OVERVIEW .table-head-line .table-col-diseasePowderyMildewForecast5,.searchable-dashboard-OVERVIEW .table-head-line .table-col-waterForecast6,.searchable-dashboard-OVERVIEW .table-head-line .table-col-diseaseDownyMildewForecast6,.searchable-dashboard-OVERVIEW .table-head-line .table-col-diseasePowderyMildewForecast6,.searchable-dashboard-OVERVIEW .table-head-line .table-col-waterForecast7,.searchable-dashboard-OVERVIEW .table-head-line .table-col-diseaseDownyMildewForecast7,.searchable-dashboard-OVERVIEW .table-head-line .table-col-diseasePowderyMildewForecast7,.searchable-dashboard-OVERVIEW .table-body-line .table-col-waterGlobalIndicator,.searchable-dashboard-OVERVIEW .table-body-line .table-col-diseaseDownyMildewGlobalIndicator,.searchable-dashboard-OVERVIEW .table-body-line .table-col-diseasePowderyMildewGlobalIndicator,.searchable-dashboard-OVERVIEW .table-preheader .table-col-variety,.searchable-dashboard-OVERVIEW .table-preheader .table-col-area,.searchable-dashboard-OVERVIEW .table-preheader .table-col-waterLastIrrigValue,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseaseDownyMildewLastTreatment,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseasePowderyMildewLastTreatment,.searchable-dashboard-OVERVIEW .table-preheader .table-col-nitrogenLastFertiProduct,.searchable-dashboard-OVERVIEW .table-preheader .table-col-goToExpertView,.searchable-dashboard-OVERVIEW .table-preheader .table-col-goToPlotManagement,.searchable-dashboard-OVERVIEW .table-preheader .table-col-waterForecast1,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseaseDownyMildewForecast1,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseasePowderyMildewForecast1,.searchable-dashboard-OVERVIEW .table-preheader .table-col-waterForecast2,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseaseDownyMildewForecast2,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseasePowderyMildewForecast2,.searchable-dashboard-OVERVIEW .table-preheader .table-col-waterForecast3,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseaseDownyMildewForecast3,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseasePowderyMildewForecast3,.searchable-dashboard-OVERVIEW .table-preheader .table-col-waterForecast4,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseaseDownyMildewForecast4,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseasePowderyMildewForecast4,.searchable-dashboard-OVERVIEW .table-preheader .table-col-waterForecast5,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseaseDownyMildewForecast5,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseasePowderyMildewForecast5,.searchable-dashboard-OVERVIEW .table-preheader .table-col-waterForecast6,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseaseDownyMildewForecast6,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseasePowderyMildewForecast6,.searchable-dashboard-OVERVIEW .table-preheader .table-col-waterForecast7,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseaseDownyMildewForecast7,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseasePowderyMildewForecast7{display:none}.searchable-dashboard-OVERVIEW .table-preheader .table-col-waterGlobalIndicator,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseaseDownyMildewGlobalIndicator,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseasePowderyMildewGlobalIndicator,.searchable-dashboard-OVERVIEW .table-preheader .table-col-nitrogenValue{border:1px solid var(--main-border);margin:0 1px 6px;border-radius:5px;box-sizing:border-box}.searchable-dashboard-OVERVIEW .table-preheader .table-col-waterGlobalIndicator,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseaseDownyMildewGlobalIndicator,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseasePowderyMildewGlobalIndicator{grid-column-end:span 9}.searchable-dashboard-OVERVIEW .table-preheader .table-col-nitrogenValue{grid-column-end:span 2}.searchable-dashboard-OVERVIEW .table-preheader .table-col-waterGlobalIndicator stat-ring .container:before{content:"\ea7a"}.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseaseDownyMildewGlobalIndicator stat-ring .container:before{content:"\ea6e"}.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseasePowderyMildewGlobalIndicator stat-ring .container:before{content:"\ea6f"}.searchable-dashboard-OVERVIEW .table-preheader .table-col-nitrogenValue stat-ring .container:before{content:"\eadd"}.searchable-dashboard-OVERVIEW .table-preheader .table-col-waterGlobalIndicator,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseaseDownyMildewGlobalIndicator,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseasePowderyMildewGlobalIndicator,.searchable-dashboard-OVERVIEW .table-preheader .table-col-nitrogenValue{display:flex;flex-direction:column}.searchable-dashboard-OVERVIEW .table-preheader .table-col-waterGlobalIndicator itk-table-footer-string,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseaseDownyMildewGlobalIndicator itk-table-footer-string,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseasePowderyMildewGlobalIndicator itk-table-footer-string,.searchable-dashboard-OVERVIEW .table-preheader .table-col-nitrogenValue itk-table-footer-string{padding:5px 0 0;font-size:1.2em;text-align:center;display:block}.searchable-dashboard-OVERVIEW .table-preheader .table-col-waterGlobalIndicator itk-table-footer-stat-ring,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseaseDownyMildewGlobalIndicator itk-table-footer-stat-ring,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseasePowderyMildewGlobalIndicator itk-table-footer-stat-ring,.searchable-dashboard-OVERVIEW .table-preheader .table-col-nitrogenValue itk-table-footer-stat-ring{flex:1;display:flex;padding:0 40px 10px;position:relative}.searchable-dashboard-OVERVIEW .table-preheader .table-col-waterGlobalIndicator stat-ring,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseaseDownyMildewGlobalIndicator stat-ring,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseasePowderyMildewGlobalIndicator stat-ring,.searchable-dashboard-OVERVIEW .table-preheader .table-col-nitrogenValue stat-ring{flex:1 1;align-items:center;justify-content:center;display:flex}.searchable-dashboard-OVERVIEW .table-preheader .table-col-waterGlobalIndicator stat-ring .container,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseaseDownyMildewGlobalIndicator stat-ring .container,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseasePowderyMildewGlobalIndicator stat-ring .container,.searchable-dashboard-OVERVIEW .table-preheader .table-col-nitrogenValue stat-ring .container{position:relative;display:inline-block}.searchable-dashboard-OVERVIEW .table-preheader .table-col-waterGlobalIndicator stat-ring .container:before,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseaseDownyMildewGlobalIndicator stat-ring .container:before,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseasePowderyMildewGlobalIndicator stat-ring .container:before,.searchable-dashboard-OVERVIEW .table-preheader .table-col-nitrogenValue stat-ring .container:before{font-family:itk-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;white-space:nowrap;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;line-height:90px;width:100%;height:100%;text-align:center;font-size:3em}.searchable-dashboard-OVERVIEW .table-preheader .table-col-waterGlobalIndicator .itkStatRing-arc,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseaseDownyMildewGlobalIndicator .itkStatRing-arc,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseasePowderyMildewGlobalIndicator .itkStatRing-arc,.searchable-dashboard-OVERVIEW .table-preheader .table-col-nitrogenValue .itkStatRing-arc{stroke-width:2px}.searchable-dashboard-OVERVIEW .table-preheader .table-col-waterGlobalIndicator #itkStatRing-arc-HIGH,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseaseDownyMildewGlobalIndicator #itkStatRing-arc-HIGH,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseasePowderyMildewGlobalIndicator #itkStatRing-arc-HIGH,.searchable-dashboard-OVERVIEW .table-preheader .table-col-nitrogenValue #itkStatRing-arc-HIGH{stroke:#f44336;stroke-width:10px}.searchable-dashboard-OVERVIEW .table-preheader .table-col-waterGlobalIndicator #itkStatRing-arc-MEDIUM,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseaseDownyMildewGlobalIndicator #itkStatRing-arc-MEDIUM,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseasePowderyMildewGlobalIndicator #itkStatRing-arc-MEDIUM,.searchable-dashboard-OVERVIEW .table-preheader .table-col-nitrogenValue #itkStatRing-arc-MEDIUM{stroke:#f57c00;stroke-width:5px}.searchable-dashboard-OVERVIEW .table-preheader .table-col-waterGlobalIndicator #itkStatRing-arc-LOW,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseaseDownyMildewGlobalIndicator #itkStatRing-arc-LOW,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseasePowderyMildewGlobalIndicator #itkStatRing-arc-LOW,.searchable-dashboard-OVERVIEW .table-preheader .table-col-nitrogenValue #itkStatRing-arc-LOW{stroke:#ffa000}.searchable-dashboard-OVERVIEW .table-preheader .table-col-waterGlobalIndicator #itkStatRing-arc-NONE,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseaseDownyMildewGlobalIndicator #itkStatRing-arc-NONE,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseasePowderyMildewGlobalIndicator #itkStatRing-arc-NONE,.searchable-dashboard-OVERVIEW .table-preheader .table-col-nitrogenValue #itkStatRing-arc-NONE{stroke:#00c853}.searchable-dashboard-OVERVIEW .table-preheader .table-col-waterGlobalIndicator #itkStatRing-arc-UNKNOWN,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseaseDownyMildewGlobalIndicator #itkStatRing-arc-UNKNOWN,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseasePowderyMildewGlobalIndicator #itkStatRing-arc-UNKNOWN,.searchable-dashboard-OVERVIEW .table-preheader .table-col-nitrogenValue #itkStatRing-arc-UNKNOWN{stroke:#37474f1a}.searchable-dashboard-OVERVIEW .table-preheader .table-col-waterGlobalIndicator #itkStatRing-arc-EXCESSIVE,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseaseDownyMildewGlobalIndicator #itkStatRing-arc-EXCESSIVE,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseasePowderyMildewGlobalIndicator #itkStatRing-arc-EXCESSIVE,.searchable-dashboard-OVERVIEW .table-preheader .table-col-nitrogenValue #itkStatRing-arc-EXCESSIVE{stroke:#03a9f4}.searchable-dashboard-OVERVIEW .table-preheader .table-col-waterGlobalIndicator #itkStatRing-arc-PROTECTED,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseaseDownyMildewGlobalIndicator #itkStatRing-arc-PROTECTED,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseasePowderyMildewGlobalIndicator #itkStatRing-arc-PROTECTED,.searchable-dashboard-OVERVIEW .table-preheader .table-col-nitrogenValue #itkStatRing-arc-PROTECTED{stroke:#7e57c2}.searchable-dashboard-OVERVIEW .table-preheader .table-col-waterGlobalIndicator #itkStatRing-arc-undefined,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseaseDownyMildewGlobalIndicator #itkStatRing-arc-undefined,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseasePowderyMildewGlobalIndicator #itkStatRing-arc-undefined,.searchable-dashboard-OVERVIEW .table-preheader .table-col-nitrogenValue #itkStatRing-arc-undefined{stroke:#607d8b}.searchable-dashboard-OVERVIEW .table-preheader .table-col-waterGlobalIndicator .table-preheader-custom-legends,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseaseDownyMildewGlobalIndicator .table-preheader-custom-legends,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseasePowderyMildewGlobalIndicator .table-preheader-custom-legends,.searchable-dashboard-OVERVIEW .table-preheader .table-col-nitrogenValue .table-preheader-custom-legends{position:absolute;top:5px;right:0;padding:0 10px;display:flex;flex-direction:column;justify-content:center}.searchable-dashboard-OVERVIEW .table-preheader .table-col-waterGlobalIndicator .table-preheader-custom-legends-legend,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseaseDownyMildewGlobalIndicator .table-preheader-custom-legends-legend,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseasePowderyMildewGlobalIndicator .table-preheader-custom-legends-legend,.searchable-dashboard-OVERVIEW .table-preheader .table-col-nitrogenValue .table-preheader-custom-legends-legend{border-radius:2px;padding:2px 4px;color:#fff;display:block;font-size:1.1em;text-align:center;margin-bottom:2px}.searchable-dashboard-OVERVIEW .table-preheader .table-col-waterGlobalIndicator .table-preheader-custom-legends-legend-HIGH,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseaseDownyMildewGlobalIndicator .table-preheader-custom-legends-legend-HIGH,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseasePowderyMildewGlobalIndicator .table-preheader-custom-legends-legend-HIGH,.searchable-dashboard-OVERVIEW .table-preheader .table-col-nitrogenValue .table-preheader-custom-legends-legend-HIGH{background-color:#f44336}.searchable-dashboard-OVERVIEW .table-preheader .table-col-waterGlobalIndicator .table-preheader-custom-legends-legend-MEDIUM,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseaseDownyMildewGlobalIndicator .table-preheader-custom-legends-legend-MEDIUM,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseasePowderyMildewGlobalIndicator .table-preheader-custom-legends-legend-MEDIUM,.searchable-dashboard-OVERVIEW .table-preheader .table-col-nitrogenValue .table-preheader-custom-legends-legend-MEDIUM{background-color:#f57c001a;color:#f57c00}.searchable-dashboard-OVERVIEW .table-preheader .table-col-waterGlobalIndicator .table-preheader-custom-legends-legend-LOW,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseaseDownyMildewGlobalIndicator .table-preheader-custom-legends-legend-LOW,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseasePowderyMildewGlobalIndicator .table-preheader-custom-legends-legend-LOW,.searchable-dashboard-OVERVIEW .table-preheader .table-col-nitrogenValue .table-preheader-custom-legends-legend-LOW{background-color:#ffa0001a;color:#ffa000}.searchable-dashboard-OVERVIEW .table-preheader .table-col-waterGlobalIndicator .table-preheader-custom-legends-legend-NONE,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseaseDownyMildewGlobalIndicator .table-preheader-custom-legends-legend-NONE,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseasePowderyMildewGlobalIndicator .table-preheader-custom-legends-legend-NONE,.searchable-dashboard-OVERVIEW .table-preheader .table-col-nitrogenValue .table-preheader-custom-legends-legend-NONE{background-color:#00c8531a;color:#00c853}.searchable-dashboard-OVERVIEW .table-preheader .table-col-waterGlobalIndicator .table-preheader-custom-legends-legend-UNKNOWN,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseaseDownyMildewGlobalIndicator .table-preheader-custom-legends-legend-UNKNOWN,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseasePowderyMildewGlobalIndicator .table-preheader-custom-legends-legend-UNKNOWN,.searchable-dashboard-OVERVIEW .table-preheader .table-col-nitrogenValue .table-preheader-custom-legends-legend-UNKNOWN{background-color:#37474f1a;color:#37474f}.searchable-dashboard-OVERVIEW .table-preheader .table-col-waterGlobalIndicator .table-preheader-custom-legends-legend-EXCESSIVE,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseaseDownyMildewGlobalIndicator .table-preheader-custom-legends-legend-EXCESSIVE,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseasePowderyMildewGlobalIndicator .table-preheader-custom-legends-legend-EXCESSIVE,.searchable-dashboard-OVERVIEW .table-preheader .table-col-nitrogenValue .table-preheader-custom-legends-legend-EXCESSIVE{background-color:#03a9f41a;color:#03a9f4}.searchable-dashboard-OVERVIEW .table-preheader .table-col-waterGlobalIndicator .table-preheader-custom-legends-legend-PROTECTED,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseaseDownyMildewGlobalIndicator .table-preheader-custom-legends-legend-PROTECTED,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseasePowderyMildewGlobalIndicator .table-preheader-custom-legends-legend-PROTECTED,.searchable-dashboard-OVERVIEW .table-preheader .table-col-nitrogenValue .table-preheader-custom-legends-legend-PROTECTED{background-color:#7e57c233;color:#7e57c2}.searchable-dashboard-OVERVIEW .table-preheader .table-col-waterGlobalIndicator .table-preheader-custom-legends-legend-undefined,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseaseDownyMildewGlobalIndicator .table-preheader-custom-legends-legend-undefined,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseasePowderyMildewGlobalIndicator .table-preheader-custom-legends-legend-undefined,.searchable-dashboard-OVERVIEW .table-preheader .table-col-nitrogenValue .table-preheader-custom-legends-legend-undefined{background-color:#607d8b1a;color:#607d8b}.searchable-dashboard-OVERVIEW .table-preheader .table-col-waterGlobalIndicator .table-preheader-custom-legends-legend-label,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseaseDownyMildewGlobalIndicator .table-preheader-custom-legends-legend-label,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseasePowderyMildewGlobalIndicator .table-preheader-custom-legends-legend-label,.searchable-dashboard-OVERVIEW .table-preheader .table-col-nitrogenValue .table-preheader-custom-legends-legend-label{display:none}.searchable-dashboard-OVERVIEW .table-preheader .table-col-waterGlobalIndicator .table-preheader-custom-legends-legend-value,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseaseDownyMildewGlobalIndicator .table-preheader-custom-legends-legend-value,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseasePowderyMildewGlobalIndicator .table-preheader-custom-legends-legend-value,.searchable-dashboard-OVERVIEW .table-preheader .table-col-nitrogenValue .table-preheader-custom-legends-legend-value{font-weight:900}.searchable-dashboard-OVERVIEW .table-preheader .table-col-waterGlobalIndicator .table-preheader-custom-legends-legend-value+div,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseaseDownyMildewGlobalIndicator .table-preheader-custom-legends-legend-value+div,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseasePowderyMildewGlobalIndicator .table-preheader-custom-legends-legend-value+div,.searchable-dashboard-OVERVIEW .table-preheader .table-col-nitrogenValue .table-preheader-custom-legends-legend-value+div{display:none}.searchable-dashboard-OVERVIEW .table-preheader .table-col-waterGlobalIndicator itk-table-footer-sum,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseaseDownyMildewGlobalIndicator itk-table-footer-sum,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseasePowderyMildewGlobalIndicator itk-table-footer-sum,.searchable-dashboard-OVERVIEW .table-preheader .table-col-nitrogenValue itk-table-footer-sum{flex:0 0 50px;height:50px;box-sizing:border-box;background-color:var(--main-bg-contrast);padding:10px;border-radius:0 0 2px 2px;display:grid;grid-template-areas:"title value" "title unit";grid-template-columns:1fr max-content;gap:0 20px}.searchable-dashboard-OVERVIEW .table-preheader .table-col-waterGlobalIndicator .footer_sum_prefix,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseaseDownyMildewGlobalIndicator .footer_sum_prefix,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseasePowderyMildewGlobalIndicator .footer_sum_prefix,.searchable-dashboard-OVERVIEW .table-preheader .table-col-nitrogenValue .footer_sum_prefix{grid-area:title;line-height:1em;font-weight:900;display:flex;gap:4px;align-items:center}.searchable-dashboard-OVERVIEW .table-preheader .table-col-waterGlobalIndicator .footer_sum_prefix:before,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseaseDownyMildewGlobalIndicator .footer_sum_prefix:before,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseasePowderyMildewGlobalIndicator .footer_sum_prefix:before,.searchable-dashboard-OVERVIEW .table-preheader .table-col-nitrogenValue .footer_sum_prefix:before{font-size:1.6em}.searchable-dashboard-OVERVIEW .table-preheader .table-col-waterGlobalIndicator .footer-sum-value,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseaseDownyMildewGlobalIndicator .footer-sum-value,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseasePowderyMildewGlobalIndicator .footer-sum-value,.searchable-dashboard-OVERVIEW .table-preheader .table-col-nitrogenValue .footer-sum-value{grid-area:value;font-weight:900;font-size:1.6em;text-align:right}.searchable-dashboard-OVERVIEW .table-preheader .table-col-waterGlobalIndicator .footer_sum_suffix,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseaseDownyMildewGlobalIndicator .footer_sum_suffix,.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseasePowderyMildewGlobalIndicator .footer_sum_suffix,.searchable-dashboard-OVERVIEW .table-preheader .table-col-nitrogenValue .footer_sum_suffix{grid-area:unit;font-size:.9em;text-align:right}.searchable-dashboard-OVERVIEW .table-preheader .table-col-waterGlobalIndicator itk-table-footer-sum .footer_sum_prefix:before{font-family:itk-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;white-space:nowrap;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\ea79"}.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseaseDownyMildewGlobalIndicator itk-table-footer-sum .footer_sum_prefix:before{font-family:itk-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;white-space:nowrap;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\eb3e"}.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseaseDownyMildewGlobalIndicator itk-table-footer-sum .footer-sum-value{grid-row-end:span 2}.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseasePowderyMildewGlobalIndicator itk-table-footer-sum .footer_sum_prefix:before{font-family:itk-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;white-space:nowrap;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\eb3e"}.searchable-dashboard-OVERVIEW .table-preheader .table-col-diseasePowderyMildewGlobalIndicator itk-table-footer-sum .footer-sum-value{grid-row-end:span 2}.searchable-dashboard-OVERVIEW .table-preheader .table-col-nitrogenValue itk-table-footer-sum .footer_sum_prefix:before{font-family:itk-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;white-space:nowrap;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\eadb"}.searchable-dashboard-OVERVIEW .table-preheader .table-col-nitrogenValue itk-table-footer-sum .footer-sum-value{grid-row-end:span 2}@media (max-width: 1250px){.searchable-dashboard-OVERVIEW .table .table-preheader{display:block;height:auto}.searchable-dashboard-OVERVIEW .table-preheader .table-preheader-line{grid-template-areas:"plotName plotName plotName plotName" "waterGlobalIndicator diseaseDownyMildewGlobalIndicator diseasePowderyMildewGlobalIndicator nitrogenGlobalIndicator";grid-template-columns:1fr 1fr 1fr 1fr;grid-template-rows:max-content max-content;gap:5px;padding-bottom:5px}.searchable-dashboard-OVERVIEW .table-preheader .table-preheader-line .table-col-plotName{grid-column-end:-1;grid-row-end:auto;margin:0}.searchable-dashboard-OVERVIEW .table-preheader .table-preheader-line .table-col-waterGlobalIndicator,.searchable-dashboard-OVERVIEW .table-preheader .table-preheader-line .table-col-diseaseDownyMildewGlobalIndicator,.searchable-dashboard-OVERVIEW .table-preheader .table-preheader-line .table-col-diseasePowderyMildewGlobalIndicator,.searchable-dashboard-OVERVIEW .table-preheader .table-preheader-line .table-col-nitrogenValue{grid-column-end:auto;grid-row-end:auto;margin:0;width:100%}.searchable-dashboard-OVERVIEW .table-preheader .table-preheader-line itk-table-footer-stat-ring{padding:0}.searchable-dashboard-OVERVIEW .table-head{display:none}.searchable-dashboard-OVERVIEW .table{display:grid;grid-template-columns:min-content 35px 21px repeat(5,11px) 21px 2fr 35px 21px repeat(5,11px) 21px 2fr 35px 21px repeat(5,11px) 21px 2fr 35px 21px repeat(5,11px) 21px 1fr 1fr}.searchable-dashboard-OVERVIEW .table-preheader,.searchable-dashboard-OVERVIEW .table-preheader-line,.searchable-dashboard-OVERVIEW .table-body,.searchable-dashboard-OVERVIEW .table-body-line{grid-column:1/span 38}.searchable-dashboard-OVERVIEW .table-body-line{grid-template-areas:"checked plotName plotName plotName plotName plotName plotName plotName plotName plotName plotName plotName plotName plotName plotName plotName plotName plotName plotName variety variety variety variety variety variety variety variety variety area area area area area area area area goToExpertView goToPlotManagement" ". tags tags tags tags tags tags tags tags tags tags tags tags tags tags tags tags tags tags tags tags tags tags tags tags tags tags tags tags tags tags tags tags tags tags tags goToExpertView goToPlotManagement" ". state state state state state state state state state state state state state state state state state state state state state state state state state state state state state state state state state state state state state" ". waterGlobalIndicator waterForecast1 waterForecast2 waterForecast3 waterForecast4 waterForecast5 waterForecast6 waterForecast7 waterLastIrrigValue diseaseDownyMildewGlobalIndicator diseaseDownyMildewForecast1 diseaseDownyMildewForecast2 diseaseDownyMildewForecast3 diseaseDownyMildewForecast4 diseaseDownyMildewForecast5 diseaseDownyMildewForecast6 diseaseDownyMildewForecast7 diseaseDownyMildewLastTreatment diseasePowderyMildewGlobalIndicator diseasePowderyMildewForecast1 diseasePowderyMildewForecast2 diseasePowderyMildewForecast3 diseasePowderyMildewForecast4 diseasePowderyMildewForecast5 diseasePowderyMildewForecast6 diseasePowderyMildewForecast7 diseasePowderyMildewLastTreatment nitrogenGlobalIndicator nitrogenGlobalIndicator nitrogenGlobalIndicator nitrogenGlobalIndicator nitrogenGlobalIndicator nitrogenGlobalIndicator nitrogenGlobalIndicator nitrogenGlobalIndicator nitrogenLastFertiProduct nitrogenLastFertiProduct";grid-template-rows:auto}.searchable-dashboard-OVERVIEW .table-body-line .table-cell-goToExpertView{justify-content:flex-end}.searchable-dashboard-OVERVIEW .table-body-line .table-cell-goToPlotManagement{justify-content:flex-start;padding:0 5px}.searchable-dashboard-OVERVIEW .table-body-line .table-col-waterGlobalIndicator,.searchable-dashboard-OVERVIEW .table-body-line .table-col-diseaseDownyMildewGlobalIndicator,.searchable-dashboard-OVERVIEW .table-body-line .table-col-diseasePowderyMildewGlobalIndicator{display:flex;justify-content:center;align-items:center;width:auto}.searchable-dashboard-OVERVIEW .table-body-line .table-cell-waterGlobalIndicator,.searchable-dashboard-OVERVIEW .table-body-line .table-cell-diseaseDownyMildewGlobalIndicator,.searchable-dashboard-OVERVIEW .table-body-line .table-cell-diseasePowderyMildewGlobalIndicator,.searchable-dashboard-OVERVIEW .table-body-line .table-cell-nitrogenGlobalIndicator{display:none}.searchable-dashboard-OVERVIEW .table-body-line .table-col-waterGlobalIndicator:before{font-family:itk-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;white-space:nowrap;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\ea7a"}.searchable-dashboard-OVERVIEW .table-body-line .table-col-diseaseDownyMildewGlobalIndicator:before,.searchable-dashboard-OVERVIEW .table-body-line .table-col-diseasePowderyMildewGlobalIndicator:before{font-family:itk-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;white-space:nowrap;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\ea70"}.searchable-dashboard-OVERVIEW .table-body-line .table-col-nitrogenValue{width:auto;justify-content:flex-start}.searchable-dashboard-OVERVIEW .table-body-line .table-col-nitrogenValue:before{font-family:itk-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;white-space:nowrap;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\eadd";width:40px}}@media (max-width: 900px){.searchable-dashboard-OVERVIEW .table-preheader .table-preheader-line{grid-template-areas:"plotName plotName" "waterGlobalIndicator diseaseDownyMildewGlobalIndicator" "diseasePowderyMildewGlobalIndicator nitrogenGlobalIndicator";grid-template-columns:1fr 1fr}.searchable-dashboard-OVERVIEW .table-preheader .table-preheader-line itk-table-footer-string,.searchable-dashboard-OVERVIEW .table-preheader .table-preheader-line itk-table-footer-sum{display:none}.searchable-dashboard-OVERVIEW .table{grid-template-columns:min-content max-content repeat(7,min-content) 1fr max-content max-content}.searchable-dashboard-OVERVIEW .table-preheader,.searchable-dashboard-OVERVIEW .table-preheader-line,.searchable-dashboard-OVERVIEW .table-body,.searchable-dashboard-OVERVIEW .table-body-line{grid-column:1/span 12}.searchable-dashboard-OVERVIEW .table-body-line{grid-template-areas:"checked plotName plotName plotName plotName plotName plotName plotName plotName plotName goToExpertView goToPlotManagement" ". . variety variety variety variety variety variety variety area goToExpertView goToPlotManagement" ". tags tags tags tags tags tags tags tags tags tags tags" ". state state state state state state state state state state state" ". waterGlobalIndicator waterForecast1 waterForecast2 waterForecast3 waterForecast4 waterForecast5 waterForecast6 waterForecast7 waterLastIrrigValue waterLastIrrigValue waterLastIrrigValue" ". diseaseDownyMildewGlobalIndicator diseaseDownyMildewForecast1 diseaseDownyMildewForecast2 diseaseDownyMildewForecast3 diseaseDownyMildewForecast4 diseaseDownyMildewForecast5 diseaseDownyMildewForecast6 diseaseDownyMildewForecast7 diseaseDownyMildewLastTreatment diseaseDownyMildewLastTreatment diseaseDownyMildewLastTreatment" ". diseasePowderyMildewGlobalIndicator diseasePowderyMildewForecast1 diseasePowderyMildewForecast2 diseasePowderyMildewForecast3 diseasePowderyMildewForecast4 diseasePowderyMildewForecast5 diseasePowderyMildewForecast6 diseasePowderyMildewForecast7 diseasePowderyMildewLastTreatment diseasePowderyMildewLastTreatment diseasePowderyMildewLastTreatment" ". nitrogenGlobalIndicator nitrogenGlobalIndicator nitrogenGlobalIndicator nitrogenGlobalIndicator nitrogenGlobalIndicator nitrogenGlobalIndicator nitrogenGlobalIndicator nitrogenGlobalIndicator nitrogenLastFertiProduct nitrogenLastFertiProduct nitrogenLastFertiProduct"}.searchable-dashboard-OVERVIEW .table-body-line .table-col-diseasePowderyMildewLastTreatment itk-table-string,.searchable-dashboard-OVERVIEW .table-body-line .table-col-diseaseDownyMildewLastTreatment itk-table-string{display:none}.searchable-dashboard-OVERVIEW .table-body-line .table-col-diseasePowderyMildewLastTreatment .table-cell,.searchable-dashboard-OVERVIEW .table-body-line .table-col-diseaseDownyMildewLastTreatment .table-cell{padding-bottom:2px}.searchable-dashboard-OVERVIEW .table-body-line .table-col-diseasePowderyMildewLastTreatment .table-cell:hover itk-table-string,.searchable-dashboard-OVERVIEW .table-body-line .table-col-diseasePowderyMildewLastTreatment .table-cell:focus itk-table-string,.searchable-dashboard-OVERVIEW .table-body-line .table-col-diseaseDownyMildewLastTreatment .table-cell:hover itk-table-string,.searchable-dashboard-OVERVIEW .table-body-line .table-col-diseaseDownyMildewLastTreatment .table-cell:focus itk-table-string{display:none}.searchable-dashboard-OVERVIEW .table-body-line .table-col-diseasePowderyMildewLastTreatment .suffix,.searchable-dashboard-OVERVIEW .table-body-line .table-col-diseaseDownyMildewLastTreatment .suffix{position:initial;white-space:initial}}@media (max-width: 400px){.searchable-dashboard-OVERVIEW .table-preheader,.searchable-dashboard-OVERVIEW .table-preheader-line,.searchable-dashboard-OVERVIEW .table-body,.searchable-dashboard-OVERVIEW .table-body-line{grid-column:1/span 11}.searchable-dashboard-OVERVIEW .table-body-line{grid-template-areas:"checked plotName plotName plotName plotName plotName plotName plotName plotName plotName goToExpertView" ". variety variety variety variety variety variety variety variety variety goToPlotManagement" ". area area area area area area area area area goToPlotManagement" ". state state state state state state state state state state" ". tags tags tags tags tags tags tags tags tags tags" ". waterGlobalIndicator waterForecast1 waterForecast2 waterForecast3 waterForecast4 waterForecast5 waterForecast6 waterForecast7 waterLastIrrigValue waterLastIrrigValue" ". diseaseDownyMildewGlobalIndicator diseaseDownyMildewForecast1 diseaseDownyMildewForecast2 diseaseDownyMildewForecast3 diseaseDownyMildewForecast4 diseaseDownyMildewForecast5 diseaseDownyMildewForecast6 diseaseDownyMildewForecast7 diseaseDownyMildewLastTreatment diseaseDownyMildewLastTreatment" ". diseasePowderyMildewGlobalIndicator diseasePowderyMildewForecast1 diseasePowderyMildewForecast2 diseasePowderyMildewForecast3 diseasePowderyMildewForecast4 diseasePowderyMildewForecast5 diseasePowderyMildewForecast6 diseasePowderyMildewForecast7 diseasePowderyMildewLastTreatment diseasePowderyMildewLastTreatment" ". nitrogenGlobalIndicator nitrogenGlobalIndicator nitrogenGlobalIndicator nitrogenGlobalIndicator nitrogenGlobalIndicator nitrogenGlobalIndicator nitrogenGlobalIndicator nitrogenGlobalIndicator nitrogenLastFertiProduct nitrogenLastFertiProduct";grid-template-columns:min-content max-content repeat(7,min-content) 1fr max-content}.searchable-dashboard-OVERVIEW .table-body-line .table-cell-goToExpertView,.searchable-dashboard-OVERVIEW .table-body-line .table-cell-goToPlotManagement{justify-content:flex-end;padding:0 5px}}.searchable-dashboard-WATER .table{display:grid;grid-template-columns:min-content minmax(250px,3fr) minmax(100px,1fr) minmax(80px,1fr) 0px minmax(min-content,max-content) minmax(min-content,max-content) repeat(14,60px) 50px 50px;grid-template-rows:max-content}.searchable-dashboard-WATER .table-preheader,.searchable-dashboard-WATER .table-preheader-line,.searchable-dashboard-WATER .table-footer,.searchable-dashboard-WATER .table-footer-line,.searchable-dashboard-WATER .table-head,.searchable-dashboard-WATER .table-head-line,.searchable-dashboard-WATER .table-body,.searchable-dashboard-WATER .table-body-line{grid-column:1/span 69;display:grid;grid-template-columns:subgrid}.searchable-dashboard-WATER .table-preheader-line,.searchable-dashboard-WATER .table-head-line,.searchable-dashboard-WATER .table-body-line{grid-template-areas:"checked plotName variety area state maxAdvisedAmountPerIrrigation cumulativeIrrigSeason forecast1_value forecast2_value forecast3_value forecast4_value forecast5_value forecast6_value forecast7_value forecast8_value forecast9_value forecast10_value forecast11_value forecast12_value forecast13_value forecast14_value goToExpertView goToPlotManagement" "checked tags variety area state maxAdvisedAmountPerIrrigation cumulativeIrrigSeason irrigation1_value irrigation2_value irrigation3_value irrigation4_value irrigation5_value irrigation6_value irrigation7_value irrigation8_value irrigation9_value irrigation10_value irrigation11_value irrigation12_value irrigation13_value irrigation14_value goToExpertView goToPlotManagement";grid-template-rows:1fr max-content}.searchable-dashboard-WATER .table-col-checked{grid-area:checked}.searchable-dashboard-WATER .table-body-col.table-col-state:not(.OK){grid-column-end:span 17;grid-row-end:span 2}.searchable-dashboard-WATER .table-col-cumulativeIrrigSeason{grid-area:cumulativeIrrigSeason}.searchable-dashboard-WATER .table-col-maxAdvisedAmountPerIrrigation{grid-area:maxAdvisedAmountPerIrrigation}.searchable-dashboard-WATER .table-col-maxAdvisedAmountPerIrrigation .table-cell,.searchable-dashboard-WATER .table-col-cumulativeIrrigSeason .table-cell{flex-direction:column;align-items:flex-end;justify-content:center;align-content:flex-end}.searchable-dashboard-WATER .table-col-maxAdvisedAmountPerIrrigation .table-cell itk-table-number,.searchable-dashboard-WATER .table-col-cumulativeIrrigSeason .table-cell itk-table-number{flex:initial}.searchable-dashboard-WATER .table-col-forecast1_value{grid-area:forecast1_value}.searchable-dashboard-WATER .table-col-irrigation1_value{grid-area:irrigation1_value}.searchable-dashboard-WATER .table-col-forecast2_value{grid-area:forecast2_value}.searchable-dashboard-WATER .table-col-irrigation2_value{grid-area:irrigation2_value}.searchable-dashboard-WATER .table-col-forecast3_value{grid-area:forecast3_value}.searchable-dashboard-WATER .table-col-irrigation3_value{grid-area:irrigation3_value}.searchable-dashboard-WATER .table-col-forecast4_value{grid-area:forecast4_value}.searchable-dashboard-WATER .table-col-irrigation4_value{grid-area:irrigation4_value}.searchable-dashboard-WATER .table-col-forecast5_value{grid-area:forecast5_value}.searchable-dashboard-WATER .table-col-irrigation5_value{grid-area:irrigation5_value}.searchable-dashboard-WATER .table-col-forecast6_value{grid-area:forecast6_value}.searchable-dashboard-WATER .table-col-irrigation6_value{grid-area:irrigation6_value}.searchable-dashboard-WATER .table-col-forecast7_value{grid-area:forecast7_value}.searchable-dashboard-WATER .table-col-irrigation7_value{grid-area:irrigation7_value}.searchable-dashboard-WATER .table-col-forecast8_value{grid-area:forecast8_value}.searchable-dashboard-WATER .table-col-irrigation8_value{grid-area:irrigation8_value}.searchable-dashboard-WATER .table-col-forecast9_value{grid-area:forecast9_value}.searchable-dashboard-WATER .table-col-irrigation9_value{grid-area:irrigation9_value}.searchable-dashboard-WATER .table-col-forecast10_value{grid-area:forecast10_value}.searchable-dashboard-WATER .table-col-irrigation10_value{grid-area:irrigation10_value}.searchable-dashboard-WATER .table-col-forecast11_value{grid-area:forecast11_value}.searchable-dashboard-WATER .table-col-irrigation11_value{grid-area:irrigation11_value}.searchable-dashboard-WATER .table-col-forecast12_value{grid-area:forecast12_value}.searchable-dashboard-WATER .table-col-irrigation12_value{grid-area:irrigation12_value}.searchable-dashboard-WATER .table-col-forecast13_value{grid-area:forecast13_value}.searchable-dashboard-WATER .table-col-irrigation13_value{grid-area:irrigation13_value}.searchable-dashboard-WATER .table-col-forecast14_value{grid-area:forecast14_value}.searchable-dashboard-WATER .table-col-irrigation14_value{grid-area:irrigation14_value}.searchable-dashboard-WATER .table-col-forecast_value.table-footer-col,.searchable-dashboard-WATER .table-col-irrigation_value.table-footer-col{padding:4px}.searchable-dashboard-WATER .table-col-forecast_value.table-body-col,.searchable-dashboard-WATER .table-col-irrigation_value.table-body-col{padding:0 5px;display:flex;align-content:center;justify-content:center;align-items:center;align-content:flex-end;text-align:right;min-height:auto}.searchable-dashboard-WATER .table-col-forecast_value.table-body-col .table-cell,.searchable-dashboard-WATER .table-col-irrigation_value.table-body-col .table-cell{flex-direction:column;align-items:stretch;justify-content:center;padding:2px;border-radius:2px;min-height:auto;cursor:pointer}.searchable-dashboard-WATER .table-col-forecast_value.table-body-col .table-cell itk-table-number span,.searchable-dashboard-WATER .table-col-irrigation_value.table-body-col .table-cell itk-table-number span{width:100%;text-align:right}.searchable-dashboard-WATER .table-col-forecast_value.table-body-col .table-cell .suffix,.searchable-dashboard-WATER .table-col-irrigation_value.table-body-col .table-cell .suffix{color:inherit;opacity:.5;display:none}.searchable-dashboard-WATER .table-col-forecast_value.table-head-col{padding-right:20px}.searchable-dashboard-WATER .table-col-forecast_value.table-body-col{padding-top:4px;padding-bottom:2px}.searchable-dashboard-WATER .table-col-forecast_value .table-cell:hover:before,.searchable-dashboard-WATER .table-col-forecast_value .table-cell:focus:before{position:absolute;font-family:itk-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;white-space:nowrap;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\ea73"}.searchable-dashboard-WATER .table-col-forecast_value.HIGH .table-cell{background-color:#f44336;color:#fff}.searchable-dashboard-WATER .table-col-forecast_value.MEDIUM .table-cell{background-color:#f57c001a;color:#f57c00}.searchable-dashboard-WATER .table-col-forecast_value.MEDIUM .table-cell:hover,.searchable-dashboard-WATER .table-col-forecast_value.MEDIUM .table-cell:focus{background-color:#f57c0033}.searchable-dashboard-WATER .table-col-forecast_value.NONE .table-cell{background-color:#00c8531a;color:#00c853}.searchable-dashboard-WATER .table-col-forecast_value.NONE .table-cell:hover,.searchable-dashboard-WATER .table-col-forecast_value.NONE .table-cell:focus{background-color:#00c85333}.searchable-dashboard-WATER .table-col-forecast_value.UNKNOWN .table-cell{background-color:#37474f0d;color:#37474f}.searchable-dashboard-WATER .table-col-forecast_value.UNKNOWN .table-cell:hover,.searchable-dashboard-WATER .table-col-forecast_value.UNKNOWN .table-cell:focus{background-color:#37474f1a}.searchable-dashboard-WATER .table-col-forecast_value.EXCESSIVE .table-cell{background-color:#03a9f41a;color:#03a9f4}.searchable-dashboard-WATER .table-col-forecast_value.EXCESSIVE .table-cell:hover,.searchable-dashboard-WATER .table-col-forecast_value.EXCESSIVE .table-cell:focus{background-color:#03a9f433}.searchable-dashboard-WATER .table-col-forecast_value.applied-irrigation .table-cell{opacity:.5}.searchable-dashboard-WATER .table-col-forecast_value.table-col-sorted.HIGH{background-color:#f44336}.searchable-dashboard-WATER .table-col-forecast_value.table-col-sorted.MEDIUM{background-color:#f57c001a}.searchable-dashboard-WATER .table-col-forecast_value.table-col-sorted.NONE{background-color:#00c8531a}.searchable-dashboard-WATER .table-col-forecast_value.table-col-sorted.EXCESSIVE{background-color:#03a9f41a}.searchable-dashboard-WATER .table-col-forecast_value.table-col-sorted.UNKNOWN{background-color:#37474f1a}.searchable-dashboard-WATER .table-col-forecast_value.table-col-sorted.applied-irrigation{background-color:#03a9f41a}.searchable-dashboard-WATER .table-col-forecast_value:hover+.table-col-irrigation_value .table-cell,.searchable-dashboard-WATER .table-col-forecast_value:focus+.table-col-irrigation_value .table-cell{opacity:1}.searchable-dashboard-WATER .table-col-irrigation_value.table-head-col{display:none}.searchable-dashboard-WATER .table-col-irrigation_value.table-body-col{padding-bottom:4px}.searchable-dashboard-WATER .table-col-irrigation_value.table-footer-col itk-table-footer-sum{background-color:#03a9f4;color:#fff;padding:2px;border-radius:4px;box-sizing:border-box}.searchable-dashboard-WATER .table-col-irrigation_value.table-footer-col itk-table-footer-sum .footer_sum_suffix{color:#fff;opacity:.8}.searchable-dashboard-WATER .table-col-irrigation_value .table-cell{background-color:var(--main-bg-contrast);opacity:.2;transition:opacity .2s}.searchable-dashboard-WATER .table-col-irrigation_value .table-cell:hover,.searchable-dashboard-WATER .table-col-irrigation_value .table-cell:focus{background-color:#03a9f4;color:#fff}.searchable-dashboard-WATER .table-col-irrigation_value .table-cell:before{font-family:itk-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;white-space:nowrap;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\ea73"}.searchable-dashboard-WATER .table-col-irrigation_value .table-cell itk-table-number{display:none}.searchable-dashboard-WATER .table-col-irrigation_value:hover .table-cell,.searchable-dashboard-WATER .table-col-irrigation_value:focus .table-cell{opacity:1}.searchable-dashboard-WATER .table-col-irrigation_value.applied-irrigation .table-cell{background-color:#03a9f4;color:#fff;display:flex;flex-direction:row;opacity:1}.searchable-dashboard-WATER .table-col-irrigation_value.applied-irrigation .table-cell:before{content:"\ea79";opacity:.6}.searchable-dashboard-WATER .table-col-irrigation_value.applied-irrigation .table-cell itk-table-number{flex:auto;display:block}.searchable-dashboard-WATER .table-footer-line{grid-template-areas:"checked maxAdvisedAmountPerIrrigation maxAdvisedAmountPerIrrigation maxAdvisedAmountPerIrrigation maxAdvisedAmountPerIrrigation maxAdvisedAmountPerIrrigation cumulativeIrrigSeason forecast1_value forecast2_value forecast3_value forecast4_value forecast5_value forecast6_value forecast7_value forecast8_value forecast9_value forecast10_value forecast11_value forecast12_value forecast13_value forecast14_value goToExpertView goToPlotManagement" "checked maxAdvisedAmountPerIrrigation maxAdvisedAmountPerIrrigation maxAdvisedAmountPerIrrigation maxAdvisedAmountPerIrrigation maxAdvisedAmountPerIrrigation . irrigation1_value irrigation2_value irrigation3_value irrigation4_value irrigation5_value irrigation6_value irrigation7_value irrigation8_value irrigation9_value irrigation10_value irrigation11_value irrigation12_value irrigation13_value irrigation14_value goToExpertView goToPlotManagement";grid-template-rows:1fr max-content;min-height:60px;border-top:2px solid var(--main-bg);border-bottom:2px solid var(--main-bg);background-color:var(--main-bg-contrast)}.searchable-dashboard-WATER .table-footer-line .table-footer-col{background-color:var(--main-bg-contrast);border-left:1px solid var(--main-bg);border-radius:2px}.searchable-dashboard-WATER .table-footer-line .table-col-plotName,.searchable-dashboard-WATER .table-footer-line .table-col-variety,.searchable-dashboard-WATER .table-footer-line .table-col-area{display:none}.searchable-dashboard-WATER .table-footer-line .table-col-maxAdvisedAmountPerIrrigation{line-height:30px;grid-column-end:span 3;grid-row-end:span 2}.searchable-dashboard-WATER itk-table-footer-sum{flex-direction:column;align-items:flex-end;justify-content:center;padding:0}.searchable-dashboard-WATER .table-col-cumulativeIrrigSeason itk-table-footer-sum{padding:0 10px}.searchable-dashboard-WATER .footer_sum_suffix{font-size:.8em}.searchable-syntheticview-intervention-multiplot .table-head-line,.searchable-syntheticview-intervention-multiplot .table-body-line{grid-template-areas:"name";grid-template-columns:1fr}.searchable-syntheticview-intervention-multiplot .table-col-plotName{grid-area:name;transition:all .2s}.searchable-syntheticview-intervention-multiplot .table-body .table-col-plotName{display:grid;grid-template-columns:25px 1fr;gap:2px}.searchable-syntheticview-intervention-multiplot .table-body .table-col-plotName .suffix{grid-column:2;color:var(--text-contrast);padding-left:2px}.searchable-syntheticview-intervention-multiplot .table-body:before{font-size:1.4em;grid-row:span 2}.searchable-syntheticview-intervention-multiplot .table-body itk-table-string{grid-column:2;font-weight:900}@media (max-width: 1250px){.searchable-dashboard-WATER .table{grid-template-columns:35px repeat(14,1fr)}.searchable-dashboard-WATER .table-head,.searchable-dashboard-WATER .table-head-line,.searchable-dashboard-WATER .table-body,.searchable-dashboard-WATER .table-body-line,.searchable-dashboard-WATER .table-footer,.searchable-dashboard-WATER .table-footer-line{grid-column:1/span 15}.searchable-dashboard-WATER .table-head .table-head-line{grid-template-areas:"checked forecast1_value forecast2_value forecast3_value forecast4_value forecast5_value forecast6_value forecast7_value forecast8_value forecast9_value forecast10_value forecast11_value forecast12_value forecast13_value forecast14_value"}.searchable-dashboard-WATER .table-head .table-col-plotName,.searchable-dashboard-WATER .table-head .table-col-variety,.searchable-dashboard-WATER .table-head .table-col-area,.searchable-dashboard-WATER .table-head .table-col-maxAdvisedAmountPerIrrigation,.searchable-dashboard-WATER .table-head .table-col-cumulativeIrrigSeason,.searchable-dashboard-WATER .table-head .table-col-goToExpertView,.searchable-dashboard-WATER .table-head .table-col-goToPlotManagement{display:none}.searchable-dashboard-WATER .table-head .table-col-forecast_value{padding:5px;text-align:center}.searchable-dashboard-WATER .table-body .table-body-line{grid-template-areas:"checked plotName plotName plotName plotName plotName plotName plotName variety variety variety area area goToExpertView goToPlotManagement" ". tags tags tags tags tags tags tags tags tags tags tags tags tags tags" ". state state state state state state state state state state state state state state" ". maxAdvisedAmountPerIrrigation maxAdvisedAmountPerIrrigation maxAdvisedAmountPerIrrigation maxAdvisedAmountPerIrrigation maxAdvisedAmountPerIrrigation maxAdvisedAmountPerIrrigation cumulativeIrrigSeason cumulativeIrrigSeason cumulativeIrrigSeason cumulativeIrrigSeason cumulativeIrrigSeason cumulativeIrrigSeason cumulativeIrrigSeason cumulativeIrrigSeason" ". forecast1_value forecast2_value forecast3_value forecast4_value forecast5_value forecast6_value forecast7_value forecast8_value forecast9_value forecast10_value forecast11_value forecast12_value forecast13_value forecast14_value" ". irrigation1_value irrigation2_value irrigation3_value irrigation4_value irrigation5_value irrigation6_value irrigation7_value irrigation8_value irrigation9_value irrigation10_value irrigation11_value irrigation12_value irrigation13_value irrigation14_value"}.searchable-dashboard-WATER .table-body .table-body-line .table-col-forecast_value{padding:2px}.searchable-dashboard-WATER .table-body .table-body-line .table-col-goToExpertView .table-cell-goToExpertView{justify-content:flex-end}.searchable-dashboard-WATER .table-body .table-body-line .table-col-goToPlotManagement .table-cell-goToPlotManagement{justify-content:flex-start;padding:0 5px}.searchable-dashboard-WATER .table-footer .table-footer-line{grid-template-areas:"checked forecast1_value forecast2_value forecast3_value forecast4_value forecast5_value forecast6_value forecast7_value forecast8_value forecast9_value forecast10_value forecast11_value forecast12_value forecast13_value forecast14_value" ". irrigation1_value irrigation2_value irrigation3_value irrigation4_value irrigation5_value irrigation6_value irrigation7_value irrigation8_value irrigation9_value irrigation10_value irrigation11_value irrigation12_value irrigation13_value irrigation14_value"}.searchable-dashboard-WATER .table-footer .table-col-plotName,.searchable-dashboard-WATER .table-footer .table-col-variety,.searchable-dashboard-WATER .table-footer .table-col-area,.searchable-dashboard-WATER .table-footer .table-col-maxAdvisedAmountPerIrrigation,.searchable-dashboard-WATER .table-footer .table-col-cumulativeIrrigSeason,.searchable-dashboard-WATER .table-footer .table-col-goToExpertView,.searchable-dashboard-WATER .table-footer .table-col-goToPlotManagement{display:none}.searchable-dashboard-WATER .table-footer .maxAdvisedAmountPerIrrigation .table-col-forecast_value{padding:5px;text-align:center}}@media (max-width: 900px){.searchable-dashboard-WATER .table{grid-template-columns:35px repeat(14,55px)}.searchable-dashboard-WATER .table-body .table-body-line{grid-template-areas:"checked plotName plotName plotName plotName plotName . . . . . . . goToExpertView goToPlotManagement" "checked variety variety variety area area area area area area area area area goToExpertView goToPlotManagement" ". tags tags tags tags tags tags tags tags tags tags tags tags tags tags" ". state state state state state state state state state state state state state state" ". maxAdvisedAmountPerIrrigation maxAdvisedAmountPerIrrigation maxAdvisedAmountPerIrrigation maxAdvisedAmountPerIrrigation maxAdvisedAmountPerIrrigation maxAdvisedAmountPerIrrigation maxAdvisedAmountPerIrrigation maxAdvisedAmountPerIrrigation maxAdvisedAmountPerIrrigation maxAdvisedAmountPerIrrigation maxAdvisedAmountPerIrrigation maxAdvisedAmountPerIrrigation maxAdvisedAmountPerIrrigation maxAdvisedAmountPerIrrigation" ". cumulativeIrrigSeason cumulativeIrrigSeason cumulativeIrrigSeason cumulativeIrrigSeason cumulativeIrrigSeason cumulativeIrrigSeason cumulativeIrrigSeason cumulativeIrrigSeason cumulativeIrrigSeason cumulativeIrrigSeason cumulativeIrrigSeason cumulativeIrrigSeason cumulativeIrrigSeason cumulativeIrrigSeason" ". forecast1_value forecast2_value forecast3_value forecast4_value forecast5_value forecast6_value forecast7_value forecast8_value forecast9_value forecast10_value forecast11_value forecast12_value forecast13_value forecast14_value" ". irrigation1_value irrigation2_value irrigation3_value irrigation4_value irrigation5_value irrigation6_value irrigation7_value irrigation8_value irrigation9_value irrigation10_value irrigation11_value irrigation12_value irrigation13_value irrigation14_value"}.searchable-dashboard-WATER .table-body .table-body-line .table-col-goToExpertView{position:sticky;right:55px;z-index:2}.searchable-dashboard-WATER .table-body .table-body-line .table-col-goToPlotManagement{position:sticky;right:0;z-index:2}}@media (max-width: 400px){.searchable-dashboard-WATER .table-body .table-body-line{grid-template-areas:"checked plotName plotName plotName plotName plotName . . . . . . . . goToExpertView" ". variety variety variety variety variety variety variety variety variety variety variety variety variety goToPlotManagement" ". area area area area area area area area area area area area area goToPlotManagement" ". tags tags tags tags tags tags tags tags tags tags tags tags tags tags" ". state state state state state state state state state state state state state state" ". maxAdvisedAmountPerIrrigation maxAdvisedAmountPerIrrigation maxAdvisedAmountPerIrrigation maxAdvisedAmountPerIrrigation maxAdvisedAmountPerIrrigation maxAdvisedAmountPerIrrigation maxAdvisedAmountPerIrrigation maxAdvisedAmountPerIrrigation maxAdvisedAmountPerIrrigation maxAdvisedAmountPerIrrigation maxAdvisedAmountPerIrrigation maxAdvisedAmountPerIrrigation maxAdvisedAmountPerIrrigation maxAdvisedAmountPerIrrigation" ". cumulativeIrrigSeason cumulativeIrrigSeason cumulativeIrrigSeason cumulativeIrrigSeason cumulativeIrrigSeason cumulativeIrrigSeason cumulativeIrrigSeason cumulativeIrrigSeason cumulativeIrrigSeason cumulativeIrrigSeason cumulativeIrrigSeason cumulativeIrrigSeason cumulativeIrrigSeason cumulativeIrrigSeason" ". forecast1_value forecast2_value forecast3_value forecast4_value forecast5_value forecast6_value forecast7_value forecast8_value forecast9_value forecast10_value forecast11_value forecast12_value forecast13_value forecast14_value" ". irrigation1_value irrigation2_value irrigation3_value irrigation4_value irrigation5_value irrigation6_value irrigation7_value irrigation8_value irrigation9_value irrigation10_value irrigation11_value irrigation12_value irrigation13_value irrigation14_value"}.searchable-dashboard-WATER .table-body .table-body-line .table-col-goToExpertView{right:0}.searchable-dashboard-WATER .table-body .table-body-line .table-col-goToExpertView .table-cell-goToExpertView,.searchable-dashboard-WATER .table-body .table-body-line .table-col-goToPlotManagement .table-cell-goToPlotManagement{justify-content:flex-end;padding:0 5px}}.searchable-dashboard-NITROGEN .table{display:grid;grid-template-columns:min-content minmax(250px,3fr) minmax(100px,1fr) minmax(80px,1fr) 0px repeat(10,minmax(min-content,max-content)) 50px 50px}.searchable-dashboard-NITROGEN .table-preheader,.searchable-dashboard-NITROGEN .table-preheader-line,.searchable-dashboard-NITROGEN .table-footer,.searchable-dashboard-NITROGEN .table-footer-line,.searchable-dashboard-NITROGEN .table-head,.searchable-dashboard-NITROGEN .table-head-line,.searchable-dashboard-NITROGEN .table-body,.searchable-dashboard-NITROGEN .table-body-line{grid-column:1/span 36;display:grid;grid-template-columns:subgrid}.searchable-dashboard-NITROGEN .table-preheader-line,.searchable-dashboard-NITROGEN .table-footer-line,.searchable-dashboard-NITROGEN .table-head-line,.searchable-dashboard-NITROGEN .table-body-line{grid-template-areas:"checked plotName variety area state cumulativeQuantity nitrogenNeedsSatisfaction missingNitrogen nitrogenRequirements organicInputs mineralInputs coverCropInputs foliarInputs fertirrigation irrigation goToExpertView goToPlotManagement" "checked tags variety area state cumulativeQuantity nitrogenNeedsSatisfaction missingNitrogen nitrogenRequirements organicInputs mineralInputs coverCropInputs foliarInputs fertirrigation irrigation goToExpertView goToPlotManagement";grid-template-rows:1fr max-content}.searchable-dashboard-NITROGEN .table-col-nbFerti{grid-area:cumulativeQuantity}.searchable-dashboard-NITROGEN .table-col-nitrogenNeedsSatisfaction{grid-area:nitrogenNeedsSatisfaction}.searchable-dashboard-NITROGEN .table-col-missingNitrogen{grid-area:missingNitrogen}.searchable-dashboard-NITROGEN .table-col-nitrogenRequirements{grid-area:nitrogenRequirements}.searchable-dashboard-NITROGEN .table-col-organicInputs{grid-area:organicInputs}.searchable-dashboard-NITROGEN .table-col-mineralInputs{grid-area:mineralInputs}.searchable-dashboard-NITROGEN .table-col-coverCropInputs{grid-area:coverCropInputs}.searchable-dashboard-NITROGEN .table-col-foliarInputs{grid-area:foliarInputs}.searchable-dashboard-NITROGEN .table-col-fertirrigation{grid-area:fertirrigation}.searchable-dashboard-NITROGEN .table-col-nitrogenIrrigation{grid-area:irrigation}.searchable-dashboard-NITROGEN .table-col-missingNitrogen .table-cell,.searchable-dashboard-NITROGEN .table-col-nitrogenRequirements .table-cell,.searchable-dashboard-NITROGEN .table-col-organicInputs .table-cell,.searchable-dashboard-NITROGEN .table-col-mineralInputs .table-cell,.searchable-dashboard-NITROGEN .table-col-coverCropInputs .table-cell,.searchable-dashboard-NITROGEN .table-col-foliarInputs .table-cell,.searchable-dashboard-NITROGEN .table-col-fertirrigation .table-cell,.searchable-dashboard-NITROGEN .table-col-nitrogenIrrigation .table-cell{flex-direction:column;align-items:flex-end;justify-content:center}.searchable-dashboard-NITROGEN .table-col-missingNitrogen .table-cell itk-table-number,.searchable-dashboard-NITROGEN .table-col-nitrogenRequirements .table-cell itk-table-number,.searchable-dashboard-NITROGEN .table-col-organicInputs .table-cell itk-table-number,.searchable-dashboard-NITROGEN .table-col-mineralInputs .table-cell itk-table-number,.searchable-dashboard-NITROGEN .table-col-coverCropInputs .table-cell itk-table-number,.searchable-dashboard-NITROGEN .table-col-foliarInputs .table-cell itk-table-number,.searchable-dashboard-NITROGEN .table-col-fertirrigation .table-cell itk-table-number,.searchable-dashboard-NITROGEN .table-col-nitrogenIrrigation .table-cell itk-table-number{flex:initial}.searchable-dashboard-NITROGEN .table-col-missingNitrogen .table-cell .suffix,.searchable-dashboard-NITROGEN .table-col-nitrogenRequirements .table-cell .suffix,.searchable-dashboard-NITROGEN .table-col-organicInputs .table-cell .suffix,.searchable-dashboard-NITROGEN .table-col-mineralInputs .table-cell .suffix,.searchable-dashboard-NITROGEN .table-col-coverCropInputs .table-cell .suffix,.searchable-dashboard-NITROGEN .table-col-foliarInputs .table-cell .suffix,.searchable-dashboard-NITROGEN .table-col-fertirrigation .table-cell .suffix,.searchable-dashboard-NITROGEN .table-col-nitrogenIrrigation .table-cell .suffix{color:var(--text-contrast)}.searchable-dashboard-NITROGEN .table-body-col.table-col-nitrogenNeedsSatisfaction{display:flex;align-items:center;justify-content:center}.searchable-dashboard-NITROGEN .table-body-col.table-col-nitrogenNeedsSatisfaction.HIGH .table-cell{color:#fff;background-color:#f44336}.searchable-dashboard-NITROGEN .table-body-col.table-col-nitrogenNeedsSatisfaction.MEDIUM .table-cell{color:#f57c00;background-color:#f57c001a}.searchable-dashboard-NITROGEN .table-body-col.table-col-nitrogenNeedsSatisfaction.NONE .table-cell{color:#00c853;background-color:#00c8531a}.searchable-dashboard-NITROGEN .table-body-col.table-col-nitrogenNeedsSatisfaction.EXCESSIVE .table-cell{color:#03a9f4;background-color:#03a9f41a}.searchable-dashboard-NITROGEN .table-body-col.table-col-nitrogenNeedsSatisfaction.UNKNOWN .table-cell{color:#37474f;background-color:#37474f1a}.searchable-dashboard-NITROGEN .table-body-col.table-col-nitrogenNeedsSatisfaction .table-cell{min-height:auto;padding:5px;border-radius:2px;width:50px;flex:0 0 50px}.searchable-dashboard-NITROGEN .table-body-col.table-col-nitrogenNeedsSatisfaction .suffix{color:inherit;opacity:.5}.searchable-dashboard-NITROGEN .table-body-col.table-col-nitrogenNeedsSatisfaction.table-col-sorted.HIGH{background-color:#f44336}.searchable-dashboard-NITROGEN .table-body-col.table-col-nitrogenNeedsSatisfaction.table-col-sorted.LOW{background-color:#f57c001a}.searchable-dashboard-NITROGEN .table-body-col.table-col-nitrogenNeedsSatisfaction.table-col-sorted.NONE{background-color:#00c8531a}.searchable-dashboard-NITROGEN .table-body-col.table-col-nitrogenNeedsSatisfaction.table-col-sorted.EXCESSIVE{background-color:#03a9f41a}.searchable-dashboard-NITROGEN .table-body-col.table-col-nitrogenNeedsSatisfaction.table-col-sorted.UNKNOWN{background-color:#37474f1a}.searchable-dashboard-NITROGEN .table-col-state.table-body-col:not(.OK){grid-column-end:span 11;grid-row-end:span 2}@media (max-width: 1250px){.searchable-dashboard-NITROGEN .table{grid-template-columns:min-content repeat(10,1fr)}.searchable-dashboard-NITROGEN .table-head,.searchable-dashboard-NITROGEN .table-head-line,.searchable-dashboard-NITROGEN .table-body,.searchable-dashboard-NITROGEN .table-body-line{grid-column:1/span 11}.searchable-dashboard-NITROGEN .table-head .table-head-line{grid-template-areas:"checked cumulativeQuantity nitrogenNeedsSatisfaction missingNitrogen nitrogenRequirements organicInputs mineralInputs coverCropInputs foliarInputs fertirrigation irrigation"}.searchable-dashboard-NITROGEN .table-head .table-col-plotName,.searchable-dashboard-NITROGEN .table-head .table-col-variety,.searchable-dashboard-NITROGEN .table-head .table-col-area,.searchable-dashboard-NITROGEN .table-head .table-col-goToExpertView,.searchable-dashboard-NITROGEN .table-head .table-col-goToPlotManagement{display:none}.searchable-dashboard-NITROGEN .table-body .table-body-line{grid-template-areas:"checked plotName plotName plotName plotName plotName variety variety area goToExpertView goToPlotManagement" ". tags tags tags tags tags tags tags tags tags tags" ". state state state state state state state state state state" ". cumulativeQuantity nitrogenNeedsSatisfaction missingNitrogen nitrogenRequirements organicInputs mineralInputs coverCropInputs foliarInputs fertirrigation irrigation"}.searchable-dashboard-NITROGEN .table-body .table-body-line .table-col-nbFerti itk-table-number{justify-content:flex-start}.searchable-dashboard-NITROGEN .table-body .table-body-line .table-body-col.table-col-nitrogenNeedsSatisfaction{justify-content:flex-start}.searchable-dashboard-NITROGEN .table-body .table-body-line .table-col-nbFerti:before,.searchable-dashboard-NITROGEN .table-body .table-body-line .table-col-nitrogenNeedsSatisfaction:before,.searchable-dashboard-NITROGEN .table-body .table-body-line .table-col-missingNitrogen:before,.searchable-dashboard-NITROGEN .table-body .table-body-line .table-col-nitrogenRequirements:before,.searchable-dashboard-NITROGEN .table-body .table-body-line .table-col-organicInputs:before,.searchable-dashboard-NITROGEN .table-body .table-body-line .table-col-mineralInputs:before,.searchable-dashboard-NITROGEN .table-body .table-body-line .table-col-coverCropInputs:before,.searchable-dashboard-NITROGEN .table-body .table-body-line .table-col-foliarInputs:before,.searchable-dashboard-NITROGEN .table-body .table-body-line .table-col-fertirrigation:before,.searchable-dashboard-NITROGEN .table-body .table-body-line .table-col-nitrogenIrrigation:before{padding-right:4px}.searchable-dashboard-NITROGEN .table-body .table-body-line .table-col-nbFerti .table-cell,.searchable-dashboard-NITROGEN .table-body .table-body-line .table-col-nitrogenNeedsSatisfaction .table-cell,.searchable-dashboard-NITROGEN .table-body .table-body-line .table-col-missingNitrogen .table-cell,.searchable-dashboard-NITROGEN .table-body .table-body-line .table-col-nitrogenRequirements .table-cell,.searchable-dashboard-NITROGEN .table-body .table-body-line .table-col-organicInputs .table-cell,.searchable-dashboard-NITROGEN .table-body .table-body-line .table-col-mineralInputs .table-cell,.searchable-dashboard-NITROGEN .table-body .table-body-line .table-col-coverCropInputs .table-cell,.searchable-dashboard-NITROGEN .table-body .table-body-line .table-col-foliarInputs .table-cell,.searchable-dashboard-NITROGEN .table-body .table-body-line .table-col-fertirrigation .table-cell,.searchable-dashboard-NITROGEN .table-body .table-body-line .table-col-nitrogenIrrigation .table-cell{align-items:flex-start;align-content:flex-start}.searchable-dashboard-NITROGEN .table-body .table-body-line .table-col-nbFerti:before{content:"\ea73"}.searchable-dashboard-NITROGEN .table-body .table-body-line .table-col-nitrogenNeedsSatisfaction:before{content:"\ea73"}.searchable-dashboard-NITROGEN .table-body .table-body-line .table-col-missingNitrogen:before{content:"\ea73"}.searchable-dashboard-NITROGEN .table-body .table-body-line .table-col-nitrogenRequirements:before{content:"\ead0"}.searchable-dashboard-NITROGEN .table-body .table-body-line .table-col-organicInputs:before{content:"\eae3"}.searchable-dashboard-NITROGEN .table-body .table-body-line .table-col-mineralInputs:before{content:"\eac2"}.searchable-dashboard-NITROGEN .table-body .table-body-line .table-col-coverCropInputs:before{content:"\ea5a"}.searchable-dashboard-NITROGEN .table-body .table-body-line .table-col-foliarInputs:before{content:"\eaa3"}.searchable-dashboard-NITROGEN .table-body .table-body-line .table-col-fertirrigation:before{content:"\ea90"}.searchable-dashboard-NITROGEN .table-body .table-body-line .table-col-nitrogenIrrigation:before{content:"\ea73"}.searchable-dashboard-NITROGEN .table-body .table-body-line .table-col-goToExpertView .table-cell-goToExpertView{justify-content:flex-end}.searchable-dashboard-NITROGEN .table-body .table-body-line .table-col-goToPlotManagement .table-cell-goToPlotManagement{justify-content:flex-start;padding:0 5px}}@media (max-width: 800px){.searchable-dashboard-NITROGEN .table{grid-template-columns:min-content repeat(5,1fr)}.searchable-dashboard-NITROGEN .table-body,.searchable-dashboard-NITROGEN .table-body-line{grid-column:1/span 6}.searchable-dashboard-NITROGEN .table-head{display:none}.searchable-dashboard-NITROGEN .table-body .table-body-line{grid-template-areas:"checked plotName plotName plotName goToExpertView goToPlotManagement" "checked variety variety variety area area" ". tags tags tags tags tags" ". state state state state state" ". cumulativeQuantity nitrogenNeedsSatisfaction missingNitrogen nitrogenRequirements organicInputs" ". mineralInputs coverCropInputs foliarInputs fertirrigation irrigation"}}@media (max-width: 450px){.searchable-dashboard-NITROGEN .table{grid-template-columns:min-content 1fr 1fr min-content}.searchable-dashboard-NITROGEN .table-body,.searchable-dashboard-NITROGEN .table-body-line{grid-column:1/span 4}.searchable-dashboard-NITROGEN .table-body .table-body-line{grid-template-areas:"checked plotName plotName goToExpertView" "checked variety variety goToPlotManagement" ". area area goToPlotManagement" ". tags tags tags" ". state state state" ". cumulativeQuantity nitrogenNeedsSatisfaction ." ". missingNitrogen nitrogenRequirements ." ". organicInputs mineralInputs ." ". coverCropInputs foliarInputs ." ". fertirrigation irrigation ."}.searchable-dashboard-NITROGEN .table-body .table-body-line .table-col-goToExpertView .table-cell-goToExpertView,.searchable-dashboard-NITROGEN .table-body .table-body-line .table-col-goToPlotManagement .table-cell-goToPlotManagement{justify-content:flex-end;padding:0 5px}}.searchable-dashboard-DISEASE .table{display:grid;grid-template-columns:min-content minmax(250px,3fr) minmax(100px,1fr) minmax(80px,1fr) 0px repeat(7,min-content) max-content min-content repeat(7,min-content) max-content min-content 50px 50px}.searchable-dashboard-DISEASE .table-preheader,.searchable-dashboard-DISEASE .table-preheader-line,.searchable-dashboard-DISEASE .table-footer,.searchable-dashboard-DISEASE .table-footer-line,.searchable-dashboard-DISEASE .table-head,.searchable-dashboard-DISEASE .table-head-line,.searchable-dashboard-DISEASE .table-body,.searchable-dashboard-DISEASE .table-body-line{grid-column:1/span 69;display:grid;grid-template-columns:subgrid}.searchable-dashboard-DISEASE .table-preheader-line,.searchable-dashboard-DISEASE .table-footer-line,.searchable-dashboard-DISEASE .table-head-line,.searchable-dashboard-DISEASE .table-body-line{grid-template-areas:"checked plotName variety area state downyMildewforecast1_value downyMildewforecast2_value downyMildewforecast3_value downyMildewforecast4_value downyMildewforecast5_value downyMildewforecast6_value downyMildewforecast7_value downyMildewLastTreatment downyMildewNbTreatments powderyMildewforecast1_value powderyMildewforecast2_value powderyMildewforecast3_value powderyMildewforecast4_value powderyMildewforecast5_value powderyMildewforecast6_value powderyMildewforecast7_value powderyMildewLastTreatment powderyMildewNbTreatments goToExpertView goToPlotManagement" "checked tags variety area state downyMildewtreatment1_value downyMildewtreatment2_value downyMildewtreatment3_value downyMildewtreatment4_value downyMildewtreatment5_value downyMildewtreatment6_value downyMildewtreatment7_value downyMildewLastTreatment downyMildewNbTreatments powderyMildewtreatment1_value powderyMildewtreatment2_value powderyMildewtreatment3_value powderyMildewtreatment4_value powderyMildewtreatment5_value powderyMildewtreatment6_value powderyMildewtreatment7_value powderyMildewLastTreatment powderyMildewNbTreatments goToExpertView goToPlotManagement";grid-template-rows:1fr max-content}.searchable-dashboard-DISEASE .table-col-downyMildewforecast1_value.table-preheader-col,.searchable-dashboard-DISEASE .table-col-powderyMildewforecast1_value.table-preheader-col{width:auto}.searchable-dashboard-DISEASE .table-col-powderyMildewforecast1_value,.searchable-dashboard-DISEASE .table-col-powderyMildewtreatment1_value,.searchable-dashboard-DISEASE .table-col-downyMildewforecast1_value,.searchable-dashboard-DISEASE .table-col-downyMildewtreatment1_value{width:50px}.searchable-dashboard-DISEASE .table-head-line .table-col-powderyMildewtreatment1_value,.searchable-dashboard-DISEASE .table-head-line .table-col-downyMildewtreatment1_value{display:none}.searchable-dashboard-DISEASE .table-col-powderyMildewforecast2_value,.searchable-dashboard-DISEASE .table-col-powderyMildewtreatment2_value,.searchable-dashboard-DISEASE .table-col-downyMildewforecast2_value,.searchable-dashboard-DISEASE .table-col-downyMildewtreatment2_value{width:50px}.searchable-dashboard-DISEASE .table-head-line .table-col-powderyMildewtreatment2_value,.searchable-dashboard-DISEASE .table-head-line .table-col-downyMildewtreatment2_value{display:none}.searchable-dashboard-DISEASE .table-col-powderyMildewforecast3_value,.searchable-dashboard-DISEASE .table-col-powderyMildewtreatment3_value,.searchable-dashboard-DISEASE .table-col-downyMildewforecast3_value,.searchable-dashboard-DISEASE .table-col-downyMildewtreatment3_value{width:50px}.searchable-dashboard-DISEASE .table-head-line .table-col-powderyMildewtreatment3_value,.searchable-dashboard-DISEASE .table-head-line .table-col-downyMildewtreatment3_value{display:none}.searchable-dashboard-DISEASE .table-col-powderyMildewforecast4_value,.searchable-dashboard-DISEASE .table-col-powderyMildewtreatment4_value,.searchable-dashboard-DISEASE .table-col-downyMildewforecast4_value,.searchable-dashboard-DISEASE .table-col-downyMildewtreatment4_value{width:50px}.searchable-dashboard-DISEASE .table-head-line .table-col-powderyMildewtreatment4_value,.searchable-dashboard-DISEASE .table-head-line .table-col-downyMildewtreatment4_value{display:none}.searchable-dashboard-DISEASE .table-col-powderyMildewforecast5_value,.searchable-dashboard-DISEASE .table-col-powderyMildewtreatment5_value,.searchable-dashboard-DISEASE .table-col-downyMildewforecast5_value,.searchable-dashboard-DISEASE .table-col-downyMildewtreatment5_value{width:50px}.searchable-dashboard-DISEASE .table-head-line .table-col-powderyMildewtreatment5_value,.searchable-dashboard-DISEASE .table-head-line .table-col-downyMildewtreatment5_value{display:none}.searchable-dashboard-DISEASE .table-col-powderyMildewforecast6_value,.searchable-dashboard-DISEASE .table-col-powderyMildewtreatment6_value,.searchable-dashboard-DISEASE .table-col-downyMildewforecast6_value,.searchable-dashboard-DISEASE .table-col-downyMildewtreatment6_value{width:50px}.searchable-dashboard-DISEASE .table-head-line .table-col-powderyMildewtreatment6_value,.searchable-dashboard-DISEASE .table-head-line .table-col-downyMildewtreatment6_value{display:none}.searchable-dashboard-DISEASE .table-col-powderyMildewforecast7_value,.searchable-dashboard-DISEASE .table-col-powderyMildewtreatment7_value,.searchable-dashboard-DISEASE .table-col-downyMildewforecast7_value,.searchable-dashboard-DISEASE .table-col-downyMildewtreatment7_value{width:50px}.searchable-dashboard-DISEASE .table-head-line .table-col-powderyMildewtreatment7_value,.searchable-dashboard-DISEASE .table-head-line .table-col-downyMildewtreatment7_value,.searchable-dashboard-DISEASE .table-preheader .table-preheader-col{display:none}.searchable-dashboard-DISEASE .table-preheader .table-col-powderyMildewforecast1_value,.searchable-dashboard-DISEASE .table-preheader .table-col-downyMildewforecast1_value{display:flex;grid-column-end:span 9;justify-content:center;background-color:var(--main-bg-contrast);border-right:1px solid var(--main-bg);margin-bottom:1px;padding:5px 0}.searchable-dashboard-DISEASE .table-col-checked{grid-area:checked}.searchable-dashboard-DISEASE .table-col-powderyMildewNbTreatments{grid-area:powderyMildewNbTreatments}.searchable-dashboard-DISEASE .table-col-downyMildewNbTreatments{grid-area:downyMildewNbTreatments}.searchable-dashboard-DISEASE .table-col-powderyMildewLastTreatment{grid-area:powderyMildewLastTreatment;max-width:200px}.searchable-dashboard-DISEASE .table-col-downyMildewLastTreatment{grid-area:downyMildewLastTreatment;max-width:200px}.searchable-dashboard-DISEASE .table-body-col.table-col-state:not(.OK){grid-column-end:span 19;grid-row-end:span 2}.searchable-dashboard-DISEASE .table-col-powderyMildewforecast1_value{grid-area:powderyMildewforecast1_value}.searchable-dashboard-DISEASE .table-col-downyMildewforecast1_value{grid-area:downyMildewforecast1_value}.searchable-dashboard-DISEASE .table-col-powderyMildewtreatment1_value{grid-area:powderyMildewtreatment1_value}.searchable-dashboard-DISEASE .table-col-downyMildewtreatment1_value{grid-area:downyMildewtreatment1_value}.searchable-dashboard-DISEASE .table-col-powderyMildewforecast2_value{grid-area:powderyMildewforecast2_value}.searchable-dashboard-DISEASE .table-col-downyMildewforecast2_value{grid-area:downyMildewforecast2_value}.searchable-dashboard-DISEASE .table-col-powderyMildewtreatment2_value{grid-area:powderyMildewtreatment2_value}.searchable-dashboard-DISEASE .table-col-downyMildewtreatment2_value{grid-area:downyMildewtreatment2_value}.searchable-dashboard-DISEASE .table-col-powderyMildewforecast3_value{grid-area:powderyMildewforecast3_value}.searchable-dashboard-DISEASE .table-col-downyMildewforecast3_value{grid-area:downyMildewforecast3_value}.searchable-dashboard-DISEASE .table-col-powderyMildewtreatment3_value{grid-area:powderyMildewtreatment3_value}.searchable-dashboard-DISEASE .table-col-downyMildewtreatment3_value{grid-area:downyMildewtreatment3_value}.searchable-dashboard-DISEASE .table-col-powderyMildewforecast4_value{grid-area:powderyMildewforecast4_value}.searchable-dashboard-DISEASE .table-col-downyMildewforecast4_value{grid-area:downyMildewforecast4_value}.searchable-dashboard-DISEASE .table-col-powderyMildewtreatment4_value{grid-area:powderyMildewtreatment4_value}.searchable-dashboard-DISEASE .table-col-downyMildewtreatment4_value{grid-area:downyMildewtreatment4_value}.searchable-dashboard-DISEASE .table-col-powderyMildewforecast5_value{grid-area:powderyMildewforecast5_value}.searchable-dashboard-DISEASE .table-col-downyMildewforecast5_value{grid-area:downyMildewforecast5_value}.searchable-dashboard-DISEASE .table-col-powderyMildewtreatment5_value{grid-area:powderyMildewtreatment5_value}.searchable-dashboard-DISEASE .table-col-downyMildewtreatment5_value{grid-area:downyMildewtreatment5_value}.searchable-dashboard-DISEASE .table-col-powderyMildewforecast6_value{grid-area:powderyMildewforecast6_value}.searchable-dashboard-DISEASE .table-col-downyMildewforecast6_value{grid-area:downyMildewforecast6_value}.searchable-dashboard-DISEASE .table-col-powderyMildewtreatment6_value{grid-area:powderyMildewtreatment6_value}.searchable-dashboard-DISEASE .table-col-downyMildewtreatment6_value{grid-area:downyMildewtreatment6_value}.searchable-dashboard-DISEASE .table-col-powderyMildewforecast7_value{grid-area:powderyMildewforecast7_value}.searchable-dashboard-DISEASE .table-col-downyMildewforecast7_value{grid-area:downyMildewforecast7_value}.searchable-dashboard-DISEASE .table-col-powderyMildewtreatment7_value{grid-area:powderyMildewtreatment7_value}.searchable-dashboard-DISEASE .table-col-downyMildewtreatment7_value{grid-area:downyMildewtreatment7_value}.searchable-dashboard-DISEASE .table-col-forecast_value.table-body-col,.searchable-dashboard-DISEASE .table-col-treatment_value.table-body-col{display:flex;align-items:flex-end;justify-content:center;padding:2px}.searchable-dashboard-DISEASE .table-col-forecast_value.table-body-col .table-cell,.searchable-dashboard-DISEASE .table-col-treatment_value.table-body-col .table-cell{flex-direction:column;align-items:stretch;justify-content:center;padding:2px;border-radius:2px;min-height:auto;cursor:pointer}.searchable-dashboard-DISEASE .table-col-forecast_value.table-body-col .table-cell itk-table-number span,.searchable-dashboard-DISEASE .table-col-treatment_value.table-body-col .table-cell itk-table-number span{width:100%;text-align:right}.searchable-dashboard-DISEASE .table-col-forecast_value.table-body-col .table-cell .suffix,.searchable-dashboard-DISEASE .table-col-treatment_value.table-body-col .table-cell .suffix{color:inherit;opacity:.5;display:none}.searchable-dashboard-DISEASE .table-col-forecast_value.table-body-col .table-cell span{display:none}.searchable-dashboard-DISEASE .table-col-forecast_value:hover+.table-col-treatment_value .table-cell,.searchable-dashboard-DISEASE .table-col-forecast_value:focus+.table-col-treatment_value .table-cell{opacity:1}.searchable-dashboard-DISEASE .table-col-powderyMildewLastTreatment,.searchable-dashboard-DISEASE .table-col-downyMildewLastTreatment{align-items:center;max-width:100%}.searchable-dashboard-DISEASE .table-col-powderyMildewLastTreatment .table-cell,.searchable-dashboard-DISEASE .table-col-downyMildewLastTreatment .table-cell{overflow:visible;flex-direction:column;width:100%;align-content:flex-start}.searchable-dashboard-DISEASE .table-col-powderyMildewLastTreatment-filled itk-table-string,.searchable-dashboard-DISEASE .table-col-downyMildewLastTreatment-filled itk-table-string{position:absolute;left:0;top:15px;color:#7e57c2;background-color:#fff;border-radius:2px;width:max-content;line-height:1;max-width:250px;box-shadow:0 0 0 2px #fff;text-align:left;z-index:3;display:none;overflow:visible;white-space:normal;font-size:.9em;text-transform:lowercase}.searchable-dashboard-DISEASE .table-col-powderyMildewLastTreatment-filled itk-table-string:first-letter,.searchable-dashboard-DISEASE .table-col-downyMildewLastTreatment-filled itk-table-string:first-letter{text-transform:capitalize}.searchable-dashboard-DISEASE .table-col-powderyMildewLastTreatment-filled .table-cell,.searchable-dashboard-DISEASE .table-col-downyMildewLastTreatment-filled .table-cell{padding-bottom:13px}.searchable-dashboard-DISEASE .table-col-powderyMildewLastTreatment-filled .table-cell:hover itk-table-string,.searchable-dashboard-DISEASE .table-col-powderyMildewLastTreatment-filled .table-cell:focus itk-table-string,.searchable-dashboard-DISEASE .table-col-downyMildewLastTreatment-filled .table-cell:hover itk-table-string,.searchable-dashboard-DISEASE .table-col-downyMildewLastTreatment-filled .table-cell:focus itk-table-string{display:block}.searchable-dashboard-DISEASE .table-col-powderyMildewLastTreatment-filled .suffix,.searchable-dashboard-DISEASE .table-col-downyMildewLastTreatment-filled .suffix{position:absolute;top:15px;text-transform:lowercase;padding-left:0;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.searchable-dashboard-DISEASE .table-col-powderyMildewLastTreatment-filled .suffix:first-letter,.searchable-dashboard-DISEASE .table-col-downyMildewLastTreatment-filled .suffix:first-letter{text-transform:capitalize}.searchable-dashboard-DISEASE .table-col-treatment_value.table-body-col .table-cell{background-color:var(--main-bg-contrast);opacity:.2;transition:opacity .2s;overflow:visible}.searchable-dashboard-DISEASE .table-col-treatment_value.table-body-col .table-cell:hover,.searchable-dashboard-DISEASE .table-col-treatment_value.table-body-col .table-cell:focus{background-color:#7e57c2;color:#fff}.searchable-dashboard-DISEASE .table-col-treatment_value.table-body-col .table-cell:before{font-family:itk-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;white-space:nowrap;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\eb3c"}.searchable-dashboard-DISEASE .table-col-treatment_value.table-body-col .table-cell itk-table-string{position:absolute;color:#7e57c2;background-color:#fff;border-radius:2px;width:max-content;line-height:1;max-width:250px;box-shadow:0 0 0 2px #fff;text-align:left;z-index:3;display:none;overflow:visible;white-space:normal;font-size:.9em;text-transform:lowercase;top:auto;bottom:22px;background-color:#7e57c2;color:#fff;padding-top:2px;left:50%;transform:translate(-50%)}.searchable-dashboard-DISEASE .table-col-treatment_value.table-body-col .table-cell itk-table-string:before{content:"";background-color:#7e57c2;border-radius:2px;transform:rotate(45deg);position:absolute;bottom:-2px;left:0;right:0;margin:auto;width:8px;height:8px;z-index:-1}.searchable-dashboard-DISEASE .table-col-treatment_value.table-body-col:hover .table-cell,.searchable-dashboard-DISEASE .table-col-treatment_value.table-body-col:focus .table-cell{opacity:1}.searchable-dashboard-DISEASE .table-col-treatment_value.applied-treatment .table-cell{background-color:#7e57c2;color:#fff;display:flex;flex-direction:row;opacity:1}.searchable-dashboard-DISEASE .table-col-treatment_value.applied-treatment .table-cell:hover itk-table-string,.searchable-dashboard-DISEASE .table-col-treatment_value.applied-treatment .table-cell:focus itk-table-string{display:block}.searchable-dashboard-DISEASE .table-col-treatment_value.applied-treatment .table-cell:before{content:"\eb3e";opacity:.6}.searchable-dashboard-DISEASE .table-col-treatment_value.applied-treatment .table-cell itk-table-number{flex:auto;display:block}.searchable-dashboard-DISEASE .table-body-col.HIGH .table-cell{background-color:#f44336;height:10px;padding:0}.searchable-dashboard-DISEASE .table-body-col.MEDIUM .table-cell{background-color:#f57c00;height:5px;margin-top:5px;padding:0}.searchable-dashboard-DISEASE .table-body-col.LOW .table-cell{background-color:#ffa000;height:5px;margin-top:5px;padding:0}.searchable-dashboard-DISEASE .table-body-col.NONE .table-cell{background-color:#00c853;height:2px;margin-top:8px;padding:0}.searchable-dashboard-DISEASE .table-body-col.PROTECTED .table-cell{background-color:#7e57c2;height:2px;margin-top:8px;padding:0}.searchable-dashboard-DISEASE .table-body-col.UNKNOWN .table-cell{color:#37474f}.searchable-dashboard-DISEASE .table-body-col.UNKNOWN .table-cell:before{content:"-"}.searchable-dashboard-DISEASE .table-body-col.table-col-sorted.HIGH{background-color:#f443361a}.searchable-dashboard-DISEASE .table-body-col.table-col-sorted.MEDIUM{background-color:#f57c001a}.searchable-dashboard-DISEASE .table-body-col.table-col-sorted.LOW{background-color:#ffa0001a}.searchable-dashboard-DISEASE .table-body-col.table-col-sorted.NONE{background-color:#00c8531a}.searchable-dashboard-DISEASE .table-body-col.table-col-sorted.PROTECTED{background-color:#7e57c21a}.searchable-dashboard-DISEASE .table-body-col.table-col-sorted.UNKNOWN{background-color:#37474f1a}@media (max-width: 1250px){.searchable-dashboard-DISEASE .table{grid-template-columns:35px repeat(7,1fr) min-content min-content}.searchable-dashboard-DISEASE .table-preheader{display:none}.searchable-dashboard-DISEASE .table-head,.searchable-dashboard-DISEASE .table-head-line,.searchable-dashboard-DISEASE .table-body,.searchable-dashboard-DISEASE .table-body-line{grid-column:1/span 10}.searchable-dashboard-DISEASE .table-col-powderyMildewforecast1_value,.searchable-dashboard-DISEASE .table-col-powderyMildewtreatment1_value,.searchable-dashboard-DISEASE .table-col-downyMildewforecast1_value,.searchable-dashboard-DISEASE .table-col-downyMildewtreatment1_value,.searchable-dashboard-DISEASE .table-col-powderyMildewforecast2_value,.searchable-dashboard-DISEASE .table-col-powderyMildewtreatment2_value,.searchable-dashboard-DISEASE .table-col-downyMildewforecast2_value,.searchable-dashboard-DISEASE .table-col-downyMildewtreatment2_value,.searchable-dashboard-DISEASE .table-col-powderyMildewforecast3_value,.searchable-dashboard-DISEASE .table-col-powderyMildewtreatment3_value,.searchable-dashboard-DISEASE .table-col-downyMildewforecast3_value,.searchable-dashboard-DISEASE .table-col-downyMildewtreatment3_value,.searchable-dashboard-DISEASE .table-col-powderyMildewforecast4_value,.searchable-dashboard-DISEASE .table-col-powderyMildewtreatment4_value,.searchable-dashboard-DISEASE .table-col-downyMildewforecast4_value,.searchable-dashboard-DISEASE .table-col-downyMildewtreatment4_value,.searchable-dashboard-DISEASE .table-col-powderyMildewforecast5_value,.searchable-dashboard-DISEASE .table-col-powderyMildewtreatment5_value,.searchable-dashboard-DISEASE .table-col-downyMildewforecast5_value,.searchable-dashboard-DISEASE .table-col-downyMildewtreatment5_value,.searchable-dashboard-DISEASE .table-col-powderyMildewforecast6_value,.searchable-dashboard-DISEASE .table-col-powderyMildewtreatment6_value,.searchable-dashboard-DISEASE .table-col-downyMildewforecast6_value,.searchable-dashboard-DISEASE .table-col-downyMildewtreatment6_value,.searchable-dashboard-DISEASE .table-col-powderyMildewforecast7_value,.searchable-dashboard-DISEASE .table-col-powderyMildewtreatment7_value,.searchable-dashboard-DISEASE .table-col-downyMildewforecast7_value,.searchable-dashboard-DISEASE .table-col-downyMildewtreatment7_value{width:auto}.searchable-dashboard-DISEASE .table-head .table-head-line{grid-template-areas:"checked downyMildewforecast1_value downyMildewforecast2_value downyMildewforecast3_value downyMildewforecast4_value downyMildewforecast5_value downyMildewforecast6_value downyMildewforecast7_value downyMildewLastTreatment downyMildewNbTreatments"}.searchable-dashboard-DISEASE .table-head .table-col-plotName,.searchable-dashboard-DISEASE .table-head .table-col-variety,.searchable-dashboard-DISEASE .table-head .table-col-area,.searchable-dashboard-DISEASE .table-head .table-col-powderyMildewLastTreatment,.searchable-dashboard-DISEASE .table-head .table-col-powderyMildewNbTreatments,.searchable-dashboard-DISEASE .table-head .table-col-goToExpertView,.searchable-dashboard-DISEASE .table-head .table-col-goToPlotManagement,.searchable-dashboard-DISEASE .table-head .table-col-powderyMildewforecast1_value,.searchable-dashboard-DISEASE .table-head .table-col-powderyMildewtreatment1_value,.searchable-dashboard-DISEASE .table-head .table-col-powderyMildewforecast2_value,.searchable-dashboard-DISEASE .table-head .table-col-powderyMildewtreatment2_value,.searchable-dashboard-DISEASE .table-head .table-col-powderyMildewforecast3_value,.searchable-dashboard-DISEASE .table-head .table-col-powderyMildewtreatment3_value,.searchable-dashboard-DISEASE .table-head .table-col-powderyMildewforecast4_value,.searchable-dashboard-DISEASE .table-head .table-col-powderyMildewtreatment4_value,.searchable-dashboard-DISEASE .table-head .table-col-powderyMildewforecast5_value,.searchable-dashboard-DISEASE .table-head .table-col-powderyMildewtreatment5_value,.searchable-dashboard-DISEASE .table-head .table-col-powderyMildewforecast6_value,.searchable-dashboard-DISEASE .table-head .table-col-powderyMildewtreatment6_value,.searchable-dashboard-DISEASE .table-head .table-col-powderyMildewforecast7_value,.searchable-dashboard-DISEASE .table-head .table-col-powderyMildewtreatment7_value{display:none}.searchable-dashboard-DISEASE .table-body .table-body-line{grid-template-areas:"checked plotName plotName plotName plotName variety variety area goToExpertView goToPlotManagement" ". tags tags tags tags tags tags tags tags tags" ". state state state state state state state state state" ". downyMildewforecast1_value downyMildewforecast2_value downyMildewforecast3_value downyMildewforecast4_value downyMildewforecast5_value downyMildewforecast6_value downyMildewforecast7_value downyMildewLastTreatment downyMildewNbTreatments" ". downyMildewtreatment1_value downyMildewtreatment2_value downyMildewtreatment3_value downyMildewtreatment4_value downyMildewtreatment5_value downyMildewtreatment6_value downyMildewtreatment7_value downyMildewLastTreatment downyMildewNbTreatments" ". powderyMildewforecast1_value powderyMildewforecast2_value powderyMildewforecast3_value powderyMildewforecast4_value powderyMildewforecast5_value powderyMildewforecast6_value powderyMildewforecast7_value powderyMildewLastTreatment powderyMildewNbTreatments" ". powderyMildewtreatment1_value powderyMildewtreatment2_value powderyMildewtreatment3_value powderyMildewtreatment4_value powderyMildewtreatment5_value powderyMildewtreatment6_value powderyMildewtreatment7_value powderyMildewLastTreatment powderyMildewNbTreatments"}.searchable-dashboard-DISEASE .table-body .table-body-line .table-col-powderyMildewLastTreatment-filled itk-table-string,.searchable-dashboard-DISEASE .table-body .table-body-line .table-col-downyMildewLastTreatment-filled itk-table-string{right:0;left:auto;min-width:100%}.searchable-dashboard-DISEASE .table-body .table-body-line .table-col-goToExpertView .table-cell-goToExpertView{justify-content:flex-end}.searchable-dashboard-DISEASE .table-body .table-body-line .table-col-goToPlotManagement .table-cell-goToPlotManagement{justify-content:flex-start;padding:0 5px}}@media (max-width: 900px){.searchable-dashboard-DISEASE .table-body .table-body-line{grid-template-areas:"checked plotName plotName plotName plotName plotName plotName plotName goToExpertView goToPlotManagement" ". variety variety variety variety area area area area area" ". tags tags tags tags tags tags tags tags tags" ". state state state state state state state state state" ". downyMildewforecast1_value downyMildewforecast2_value downyMildewforecast3_value downyMildewforecast4_value downyMildewforecast5_value downyMildewforecast6_value downyMildewforecast7_value downyMildewLastTreatment downyMildewNbTreatments" ". downyMildewtreatment1_value downyMildewtreatment2_value downyMildewtreatment3_value downyMildewtreatment4_value downyMildewtreatment5_value downyMildewtreatment6_value downyMildewtreatment7_value downyMildewLastTreatment downyMildewNbTreatments" ". powderyMildewforecast1_value powderyMildewforecast2_value powderyMildewforecast3_value powderyMildewforecast4_value powderyMildewforecast5_value powderyMildewforecast6_value powderyMildewforecast7_value powderyMildewLastTreatment powderyMildewNbTreatments" ". powderyMildewtreatment1_value powderyMildewtreatment2_value powderyMildewtreatment3_value powderyMildewtreatment4_value powderyMildewtreatment5_value powderyMildewtreatment6_value powderyMildewtreatment7_value powderyMildewLastTreatment powderyMildewNbTreatments"}}@media (max-width: 500px){.searchable-dashboard-DISEASE .table{grid-template-columns:35px repeat(7,1fr)}.searchable-dashboard-DISEASE .table-head,.searchable-dashboard-DISEASE .table-head-line,.searchable-dashboard-DISEASE .table-body,.searchable-dashboard-DISEASE .table-body-line{grid-column:1/span 8}.searchable-dashboard-DISEASE .table-head .table-col-downyMildewLastTreatment,.searchable-dashboard-DISEASE .table-head .table-col-downyMildewNbTreatments{display:none}.searchable-dashboard-DISEASE .table-body .table-body-line{grid-template-areas:"checked plotName plotName plotName plotName plotName plotName goToExpertView" ". variety variety variety variety variety variety goToPlotManagement" ". area area area area area area goToPlotManagement" ". tags tags tags tags tags tags tags" ". state state state state state state state" ". downyMildewforecast1_value downyMildewforecast2_value downyMildewforecast3_value downyMildewforecast4_value downyMildewforecast5_value downyMildewforecast6_value downyMildewforecast7_value" ". downyMildewtreatment1_value downyMildewtreatment2_value downyMildewtreatment3_value downyMildewtreatment4_value downyMildewtreatment5_value downyMildewtreatment6_value downyMildewtreatment7_value" ". downyMildewNbTreatments downyMildewLastTreatment downyMildewLastTreatment downyMildewLastTreatment downyMildewLastTreatment downyMildewLastTreatment  downyMildewLastTreatment" ". powderyMildewforecast1_value powderyMildewforecast2_value powderyMildewforecast3_value powderyMildewforecast4_value powderyMildewforecast5_value powderyMildewforecast6_value powderyMildewforecast7_value" ". powderyMildewtreatment1_value powderyMildewtreatment2_value powderyMildewtreatment3_value powderyMildewtreatment4_value powderyMildewtreatment5_value powderyMildewtreatment6_value powderyMildewtreatment7_value" ". powderyMildewNbTreatments powderyMildewLastTreatment powderyMildewLastTreatment powderyMildewLastTreatment powderyMildewLastTreatment powderyMildewLastTreatment powderyMildewLastTreatment "}.searchable-dashboard-DISEASE .table-body .table-body-line .table-col-forecast_value{margin-top:10px}.searchable-dashboard-DISEASE .table-body .table-body-line .table-col-powderyMildewLastTreatment itk-table-string,.searchable-dashboard-DISEASE .table-body .table-body-line .table-col-downyMildewLastTreatment itk-table-string{display:none}.searchable-dashboard-DISEASE .table-body .table-body-line .table-col-powderyMildewLastTreatment .table-cell,.searchable-dashboard-DISEASE .table-body .table-body-line .table-col-downyMildewLastTreatment .table-cell{padding-bottom:2px}.searchable-dashboard-DISEASE .table-body .table-body-line .table-col-powderyMildewLastTreatment .table-cell:hover itk-table-string,.searchable-dashboard-DISEASE .table-body .table-body-line .table-col-powderyMildewLastTreatment .table-cell:focus itk-table-string,.searchable-dashboard-DISEASE .table-body .table-body-line .table-col-downyMildewLastTreatment .table-cell:hover itk-table-string,.searchable-dashboard-DISEASE .table-body .table-body-line .table-col-downyMildewLastTreatment .table-cell:focus itk-table-string{display:none}.searchable-dashboard-DISEASE .table-body .table-body-line .table-col-powderyMildewLastTreatment .suffix,.searchable-dashboard-DISEASE .table-body .table-body-line .table-col-downyMildewLastTreatment .suffix{position:initial;white-space:initial}.searchable-dashboard-DISEASE .table-body .table-body-line .table-col-goToExpertView .table-cell-goToExpertView,.searchable-dashboard-DISEASE .table-body .table-body-line .table-col-goToPlotManagement .table-cell-goToPlotManagement{justify-content:flex-end;padding:0 5px}}.app-page-CERCOSPORIOSE{grid-template-rows:min-content min-content 1fr}.app-page-CERCOSPORIOSE .searchable-dashboard-wrapper{padding-top:20px}.app-page-header-synthetic-CERCOSPORIOSE{display:none}.searchable-dashboard-CERCOSPORIOSE .table-head-line,.searchable-dashboard-CERCOSPORIOSE .table-body-line{grid-template-columns:min-content 250px 0px 200px 1fr 1fr 50px 50px}.searchable-dashboard-CERCOSPORIOSE .table-head-line{grid-template-areas:"checked plotName state keys week-1 week-2 goToExpertView goToPlotManagement"}.searchable-dashboard-CERCOSPORIOSE .table-body-line{grid-template-areas:"checked plotName state keys week-1 week-2 goToExpertView goToPlotManagement" ". tags state keys week-1 week-2 goToExpertView goToPlotManagement";grid-template-rows:minmax(50px,max-content) 1fr}.searchable-dashboard-CERCOSPORIOSE .table-col-tags .table-cell-tags{align-content:flex-start}.searchable-dashboard-CERCOSPORIOSE .table-col-tags .table-cell-tags:empty{background:red}.searchable-dashboard-CERCOSPORIOSE .table-col-keys{grid-area:keys;color:var(--text-contrast)}.searchable-dashboard-CERCOSPORIOSE .table-col-week-1{grid-area:week-1}.searchable-dashboard-CERCOSPORIOSE .table-col-week-2{grid-area:week-2}.searchable-dashboard-CERCOSPORIOSE .table-col-checked{grid-area:checked}.searchable-dashboard-CERCOSPORIOSE .table-body-col.table-col-keys,.searchable-dashboard-CERCOSPORIOSE .table-body-col.table-col-weeks{padding-left:0;padding-right:0;font-size:.9em}.searchable-dashboard-CERCOSPORIOSE .table-col-state.table-body-col:not(.OK){grid-column-end:span 4}.searchable-dashboard-CERCOSPORIOSE .table-col-state.table-body-col:not(.OK)+.table-col-keys,.searchable-dashboard-CERCOSPORIOSE .table-col-state.table-body-col:not(.OK)~.table-col-weeks{display:none}@media (max-width: 900px){.searchable-dashboard-CERCOSPORIOSE .table-body-line{grid-template-columns:min-content min-content 1fr 1fr 50px 50px;grid-template-areas:"checked plotName plotName plotName goToExpertView goToPlotManagement" "checked tags tags tags tags tags" "checked state state state state state" "checked keys week-1 week-2 week-2 week-2"}.searchable-dashboard-CERCOSPORIOSE .table-col-plotName{position:relative}}.searchable-dashboard-FROST .table{display:grid;grid-template-columns:min-content minmax(250px,3fr) minmax(100px,1fr) minmax(80px,1fr) 0px 100px repeat(49,max-content) 50px 50px}.searchable-dashboard-FROST .table-preheader,.searchable-dashboard-FROST .table-preheader-line,.searchable-dashboard-FROST .table-head,.searchable-dashboard-FROST .table-head-line,.searchable-dashboard-FROST .table-body,.searchable-dashboard-FROST .table-body-line{grid-column:1/span 57;display:grid;grid-template-columns:subgrid}.searchable-dashboard-FROST .table-preheader-line{grid-template-areas:"checked plotName variety area state frost_budbreak_date frost_forecast1_none_value frost_forecast1_none_value frost_forecast1_none_value frost_forecast1_none_value frost_forecast1_none_value frost_forecast1_none_value frost_forecast1_none_value frost_forecast2_none_value frost_forecast2_none_value frost_forecast2_none_value frost_forecast2_none_value frost_forecast2_none_value frost_forecast2_none_value frost_forecast2_none_value frost_forecast3_none_value frost_forecast3_none_value frost_forecast3_none_value frost_forecast3_none_value frost_forecast3_none_value frost_forecast3_none_value frost_forecast3_none_value frost_forecast4_none_value frost_forecast4_none_value frost_forecast4_none_value frost_forecast4_none_value frost_forecast4_none_value frost_forecast4_none_value frost_forecast4_none_value frost_forecast5_none_value frost_forecast5_none_value frost_forecast5_none_value frost_forecast5_none_value frost_forecast5_none_value frost_forecast5_none_value frost_forecast5_none_value frost_forecast6_none_value frost_forecast6_none_value frost_forecast6_none_value frost_forecast6_none_value frost_forecast6_none_value frost_forecast6_none_value frost_forecast6_none_value frost_forecast7_none_value frost_forecast7_none_value frost_forecast7_none_value frost_forecast7_none_value frost_forecast7_none_value frost_forecast7_none_value frost_forecast7_none_value goToExpertView goToPlotManagement"}.searchable-dashboard-FROST .table-head-line,.searchable-dashboard-FROST .table-body-line{grid-template-areas:"checked plotName variety area state frost_budbreak_date frost_forecast1_none_value frost_forecast1_candles_value frost_forecast1_sprinkling_value frost_forecast1_wind_machine_value frost_forecast1_wind_machine_heating_value frost_forecast1_wind_machine_portable_value frost_forecast1_wind_machine_heating_portable_value frost_forecast2_none_value frost_forecast2_candles_value frost_forecast2_sprinkling_value frost_forecast2_wind_machine_value frost_forecast2_wind_machine_heating_value frost_forecast2_wind_machine_portable_value frost_forecast2_wind_machine_heating_portable_value frost_forecast3_none_value frost_forecast3_candles_value frost_forecast3_sprinkling_value frost_forecast3_wind_machine_value frost_forecast3_wind_machine_heating_value frost_forecast3_wind_machine_portable_value frost_forecast3_wind_machine_heating_portable_value frost_forecast4_none_value frost_forecast4_candles_value frost_forecast4_sprinkling_value frost_forecast4_wind_machine_value frost_forecast4_wind_machine_heating_value frost_forecast4_wind_machine_portable_value frost_forecast4_wind_machine_heating_portable_value frost_forecast5_none_value frost_forecast5_candles_value frost_forecast5_sprinkling_value frost_forecast5_wind_machine_value frost_forecast5_wind_machine_heating_value frost_forecast5_wind_machine_portable_value frost_forecast5_wind_machine_heating_portable_value frost_forecast6_none_value frost_forecast6_candles_value frost_forecast6_sprinkling_value frost_forecast6_wind_machine_value frost_forecast6_wind_machine_heating_value frost_forecast6_wind_machine_portable_value frost_forecast6_wind_machine_heating_portable_value frost_forecast7_none_value frost_forecast7_candles_value frost_forecast7_sprinkling_value frost_forecast7_wind_machine_value frost_forecast7_wind_machine_heating_value frost_forecast7_wind_machine_portable_value frost_forecast7_wind_machine_heating_portable_value goToExpertView goToPlotManagement" "checked tags variety area state frost_budbreak_date frost_forecast1_none_value frost_forecast1_candles_value frost_forecast1_sprinkling_value frost_forecast1_wind_machine_value frost_forecast1_wind_machine_heating_value frost_forecast1_wind_machine_portable_value frost_forecast1_wind_machine_heating_portable_value frost_forecast2_none_value frost_forecast2_candles_value frost_forecast2_sprinkling_value frost_forecast2_wind_machine_value frost_forecast2_wind_machine_heating_value frost_forecast2_wind_machine_portable_value frost_forecast2_wind_machine_heating_portable_value frost_forecast3_none_value frost_forecast3_candles_value frost_forecast3_sprinkling_value frost_forecast3_wind_machine_value frost_forecast3_wind_machine_heating_value frost_forecast3_wind_machine_portable_value frost_forecast3_wind_machine_heating_portable_value frost_forecast4_none_value frost_forecast4_candles_value frost_forecast4_sprinkling_value frost_forecast4_wind_machine_value frost_forecast4_wind_machine_heating_value frost_forecast4_wind_machine_portable_value frost_forecast4_wind_machine_heating_portable_value frost_forecast5_none_value frost_forecast5_candles_value frost_forecast5_sprinkling_value frost_forecast5_wind_machine_value frost_forecast5_wind_machine_heating_value frost_forecast5_wind_machine_portable_value frost_forecast5_wind_machine_heating_portable_value frost_forecast6_none_value frost_forecast6_candles_value frost_forecast6_sprinkling_value frost_forecast6_wind_machine_value frost_forecast6_wind_machine_heating_value frost_forecast6_wind_machine_portable_value frost_forecast6_wind_machine_heating_portable_value frost_forecast7_none_value frost_forecast7_candles_value frost_forecast7_sprinkling_value frost_forecast7_wind_machine_value frost_forecast7_wind_machine_heating_value frost_forecast7_wind_machine_portable_value frost_forecast7_wind_machine_heating_portable_value goToExpertView goToPlotManagement";grid-template-rows:1fr max-content}.searchable-dashboard-FROST .table-preheader{margin-left:1px}.searchable-dashboard-FROST .table-preheader .table-preheader-col{display:none}.searchable-dashboard-FROST .table-preheader .table-col-forecast_none{display:flex;justify-content:center;background-color:var(--main-bg-contrast);box-shadow:-1px 0 0 0 var(--main-bg) inset;margin-bottom:1px;padding:5px 0;box-sizing:border-box}.searchable-dashboard-FROST .table-head{margin-left:1px}.searchable-dashboard-FROST .table-body-col.table-col-state:not(.OK){grid-column-end:span 51}.searchable-dashboard-FROST .table-col-frost_budbreak_date{grid-area:frost_budbreak_date}.searchable-dashboard-FROST .table-col-frost_forecast1_none_value{grid-area:frost_forecast1_none_value}.searchable-dashboard-FROST .table-col-frost_forecast1_candles_value{grid-area:frost_forecast1_candles_value}.searchable-dashboard-FROST .table-col-frost_forecast1_sprinkling_value{grid-area:frost_forecast1_sprinkling_value}.searchable-dashboard-FROST .table-col-frost_forecast1_wind_machine_value{grid-area:frost_forecast1_wind_machine_value}.searchable-dashboard-FROST .table-col-frost_forecast1_wind_machine_heating_value{grid-area:frost_forecast1_wind_machine_heating_value}.searchable-dashboard-FROST .table-col-frost_forecast1_wind_machine_portable_value{grid-area:frost_forecast1_wind_machine_portable_value}.searchable-dashboard-FROST .table-col-frost_forecast1_wind_machine_heating_portable_value{grid-area:frost_forecast1_wind_machine_heating_portable_value}.searchable-dashboard-FROST .table-col-frost_forecast2_none_value{grid-area:frost_forecast2_none_value}.searchable-dashboard-FROST .table-col-frost_forecast2_candles_value{grid-area:frost_forecast2_candles_value}.searchable-dashboard-FROST .table-col-frost_forecast2_sprinkling_value{grid-area:frost_forecast2_sprinkling_value}.searchable-dashboard-FROST .table-col-frost_forecast2_wind_machine_value{grid-area:frost_forecast2_wind_machine_value}.searchable-dashboard-FROST .table-col-frost_forecast2_wind_machine_heating_value{grid-area:frost_forecast2_wind_machine_heating_value}.searchable-dashboard-FROST .table-col-frost_forecast2_wind_machine_portable_value{grid-area:frost_forecast2_wind_machine_portable_value}.searchable-dashboard-FROST .table-col-frost_forecast2_wind_machine_heating_portable_value{grid-area:frost_forecast2_wind_machine_heating_portable_value}.searchable-dashboard-FROST .table-col-frost_forecast3_none_value{grid-area:frost_forecast3_none_value}.searchable-dashboard-FROST .table-col-frost_forecast3_candles_value{grid-area:frost_forecast3_candles_value}.searchable-dashboard-FROST .table-col-frost_forecast3_sprinkling_value{grid-area:frost_forecast3_sprinkling_value}.searchable-dashboard-FROST .table-col-frost_forecast3_wind_machine_value{grid-area:frost_forecast3_wind_machine_value}.searchable-dashboard-FROST .table-col-frost_forecast3_wind_machine_heating_value{grid-area:frost_forecast3_wind_machine_heating_value}.searchable-dashboard-FROST .table-col-frost_forecast3_wind_machine_portable_value{grid-area:frost_forecast3_wind_machine_portable_value}.searchable-dashboard-FROST .table-col-frost_forecast3_wind_machine_heating_portable_value{grid-area:frost_forecast3_wind_machine_heating_portable_value}.searchable-dashboard-FROST .table-col-frost_forecast4_none_value{grid-area:frost_forecast4_none_value}.searchable-dashboard-FROST .table-col-frost_forecast4_candles_value{grid-area:frost_forecast4_candles_value}.searchable-dashboard-FROST .table-col-frost_forecast4_sprinkling_value{grid-area:frost_forecast4_sprinkling_value}.searchable-dashboard-FROST .table-col-frost_forecast4_wind_machine_value{grid-area:frost_forecast4_wind_machine_value}.searchable-dashboard-FROST .table-col-frost_forecast4_wind_machine_heating_value{grid-area:frost_forecast4_wind_machine_heating_value}.searchable-dashboard-FROST .table-col-frost_forecast4_wind_machine_portable_value{grid-area:frost_forecast4_wind_machine_portable_value}.searchable-dashboard-FROST .table-col-frost_forecast4_wind_machine_heating_portable_value{grid-area:frost_forecast4_wind_machine_heating_portable_value}.searchable-dashboard-FROST .table-col-frost_forecast5_none_value{grid-area:frost_forecast5_none_value}.searchable-dashboard-FROST .table-col-frost_forecast5_candles_value{grid-area:frost_forecast5_candles_value}.searchable-dashboard-FROST .table-col-frost_forecast5_sprinkling_value{grid-area:frost_forecast5_sprinkling_value}.searchable-dashboard-FROST .table-col-frost_forecast5_wind_machine_value{grid-area:frost_forecast5_wind_machine_value}.searchable-dashboard-FROST .table-col-frost_forecast5_wind_machine_heating_value{grid-area:frost_forecast5_wind_machine_heating_value}.searchable-dashboard-FROST .table-col-frost_forecast5_wind_machine_portable_value{grid-area:frost_forecast5_wind_machine_portable_value}.searchable-dashboard-FROST .table-col-frost_forecast5_wind_machine_heating_portable_value{grid-area:frost_forecast5_wind_machine_heating_portable_value}.searchable-dashboard-FROST .table-col-frost_forecast6_none_value{grid-area:frost_forecast6_none_value}.searchable-dashboard-FROST .table-col-frost_forecast6_candles_value{grid-area:frost_forecast6_candles_value}.searchable-dashboard-FROST .table-col-frost_forecast6_sprinkling_value{grid-area:frost_forecast6_sprinkling_value}.searchable-dashboard-FROST .table-col-frost_forecast6_wind_machine_value{grid-area:frost_forecast6_wind_machine_value}.searchable-dashboard-FROST .table-col-frost_forecast6_wind_machine_heating_value{grid-area:frost_forecast6_wind_machine_heating_value}.searchable-dashboard-FROST .table-col-frost_forecast6_wind_machine_portable_value{grid-area:frost_forecast6_wind_machine_portable_value}.searchable-dashboard-FROST .table-col-frost_forecast6_wind_machine_heating_portable_value{grid-area:frost_forecast6_wind_machine_heating_portable_value}.searchable-dashboard-FROST .table-col-frost_forecast7_none_value{grid-area:frost_forecast7_none_value}.searchable-dashboard-FROST .table-col-frost_forecast7_candles_value{grid-area:frost_forecast7_candles_value}.searchable-dashboard-FROST .table-col-frost_forecast7_sprinkling_value{grid-area:frost_forecast7_sprinkling_value}.searchable-dashboard-FROST .table-col-frost_forecast7_wind_machine_value{grid-area:frost_forecast7_wind_machine_value}.searchable-dashboard-FROST .table-col-frost_forecast7_wind_machine_heating_value{grid-area:frost_forecast7_wind_machine_heating_value}.searchable-dashboard-FROST .table-col-frost_forecast7_wind_machine_portable_value{grid-area:frost_forecast7_wind_machine_portable_value}.searchable-dashboard-FROST .table-col-frost_forecast7_wind_machine_heating_portable_value{grid-area:frost_forecast7_wind_machine_heating_portable_value}.searchable-dashboard-FROST .table-col-forecast_value.table-footer-col{padding:4px}.searchable-dashboard-FROST .table-col-forecast_value.table-body-col{padding:0 5px;display:flex;align-content:center;justify-content:center;align-items:center;align-content:flex-end;text-align:right;min-height:auto}.searchable-dashboard-FROST .table-col-forecast_value.table-body-col .table-cell{flex-direction:column;align-items:stretch;justify-content:center;padding:2px;border-radius:2px;min-height:auto;cursor:pointer}.searchable-dashboard-FROST .table-col-forecast_value.table-body-col .table-cell itk-table-number span{width:100%;text-align:right}.searchable-dashboard-FROST .table-col-forecast_value.table-body-col .table-cell .suffix{color:inherit;opacity:.5;display:none}.searchable-dashboard-FROST .table-col-forecast_value.table-head-col{padding-right:20px}.searchable-dashboard-FROST .table-col-forecast_value.table-body-col{display:flex;justify-content:center;align-items:stretch;padding:5px}.searchable-dashboard-FROST .table-col-forecast_value.table-body-col.HIGH .table-cell{color:#f44336}.searchable-dashboard-FROST .table-col-forecast_value.table-body-col.MEDIUM .table-cell{color:#f57c00}.searchable-dashboard-FROST .table-col-forecast_value.table-body-col.LOW .table-cell{color:#ffa000}.searchable-dashboard-FROST .table-col-forecast_value.table-body-col.NONE .table-cell{color:#00c853}.searchable-dashboard-FROST .table-col-forecast_value.table-body-col.PROTECTED .table-cell{color:#7e57c2}.searchable-dashboard-FROST .table-col-forecast_value.table-body-col.UNKNOWN .table-cell{color:#37474f}.searchable-dashboard-FROST .table-col-forecast_value.table-body-col.table-col-forecast_none.HIGH .table-cell{background-color:#f443361a}.searchable-dashboard-FROST .table-col-forecast_value.table-body-col.table-col-forecast_none.MEDIUM .table-cell{background-color:#f57c001a}.searchable-dashboard-FROST .table-col-forecast_value.table-body-col.table-col-forecast_none.LOW .table-cell{background-color:#ffa0001a}.searchable-dashboard-FROST .table-col-forecast_value.table-body-col.table-col-forecast_none.NONE .table-cell{background-color:#00c8531a}.searchable-dashboard-FROST .table-col-forecast_value.table-body-col.table-col-forecast_none.PROTECTED .table-cell{background-color:#7e57c21a}.searchable-dashboard-FROST .table-col-forecast_value.table-body-col.table-col-forecast_candles .table-cell:after,.searchable-dashboard-FROST .table-col-forecast_value.table-body-col.table-col-forecast_sprinkling .table-cell:after,.searchable-dashboard-FROST .table-col-forecast_value.table-body-col.table-col-forecast_wind_machine .table-cell:after,.searchable-dashboard-FROST .table-col-forecast_value.table-body-col.table-col-forecast_wind_machine_heating .table-cell:after,.searchable-dashboard-FROST .table-col-forecast_value.table-body-col.table-col-forecast_wind_machine_portable .table-cell:after,.searchable-dashboard-FROST .table-col-forecast_value.table-body-col.table-col-forecast_wind_machine_heating_portable .table-cell:after{font-family:itk-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;white-space:nowrap;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\eb13";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:3em;opacity:.1}.searchable-dashboard-FROST .table-col-forecast_value.table-body-col .table-cell{min-height:auto;padding:5px;border-radius:2px}.searchable-dashboard-FROST .table-col-forecast_value.table-body-col.table-col-sorted.HIGH{background-color:#f443361a}.searchable-dashboard-FROST .table-col-forecast_value.table-body-col.table-col-sorted.MEDIUM{background-color:#f57c001a}.searchable-dashboard-FROST .table-col-forecast_value.table-body-col.table-col-sorted.LOW{background-color:#ffa0001a}.searchable-dashboard-FROST .table-col-forecast_value.table-body-col.table-col-sorted.NONE{background-color:#00c8531a}.searchable-dashboard-FROST .table-col-forecast_value.table-body-col.table-col-sorted.PROTECTED{background-color:#7e57c21a}.searchable-dashboard-FROST .table-col-forecast_value.table-body-col.table-col-sorted.UNKNOWN{background-color:#37474f1a}.searchable-dashboard-FROST .table-col-forecast_none{border-left:1px solid var(--border-element-hover)}@media (max-width: 1250px){.searchable-dashboard-FROST .table{grid-template-columns:min-content repeat(7,1fr)}.searchable-dashboard-FROST .table-preheader,.searchable-dashboard-FROST .table-preheader-line,.searchable-dashboard-FROST .table-head,.searchable-dashboard-FROST .table-head-line,.searchable-dashboard-FROST .table-body,.searchable-dashboard-FROST .table-body-line,.searchable-dashboard-FROST .table-footer,.searchable-dashboard-FROST .table-footer-line{grid-column:1/span 8}.searchable-dashboard-FROST .table-preheader{position:sticky;top:0;z-index:3}.searchable-dashboard-FROST .table-preheader .table-preheader-line{grid-template-areas:". frost_forecast1_none_value frost_forecast2_none_value frost_forecast3_none_value frost_forecast4_none_value frost_forecast5_none_value frost_forecast6_none_value frost_forecast7_none_value"}.searchable-dashboard-FROST .table-head{display:none}.searchable-dashboard-FROST .table-body-line{grid-template-areas:"checked plotName plotName plotName variety area goToExpertView goToPlotManagement" ". tags tags tags tags tags tags tags" ". state state state state state state state" ". frost_budbreak_date frost_budbreak_date frost_budbreak_date frost_budbreak_date frost_budbreak_date frost_budbreak_date frost_budbreak_date" ". frost_forecast1_none_value frost_forecast2_none_value frost_forecast3_none_value frost_forecast4_none_value frost_forecast5_none_value frost_forecast6_none_value frost_forecast7_none_value"}.searchable-dashboard-FROST .table-body-line .table-col-frost_budbreak_date:before{content:"\eaaa"}.searchable-dashboard-FROST .table-body-line .table-col-forecast_value.table-body-col{padding:10px 0 0;align-items:flex-end;width:auto}.searchable-dashboard-FROST .table-body-line .table-col-forecast_value.table-body-col .table-cell span{display:inline-block;max-width:30px;font-size:.8em}.searchable-dashboard-FROST .table-body-line .table-col-forecast_candles,.searchable-dashboard-FROST .table-body-line .table-col-forecast_sprinkling,.searchable-dashboard-FROST .table-body-line .table-col-forecast_wind_machine,.searchable-dashboard-FROST .table-body-line .table-col-forecast_wind_machine_heating,.searchable-dashboard-FROST .table-body-line .table-col-forecast_wind_machine_portable,.searchable-dashboard-FROST .table-body-line .table-col-forecast_wind_machine_heating_portable{display:none}.searchable-dashboard-FROST .table-col-forecast_none{border-left:0}}@media (max-width: 900px){.searchable-dashboard-FROST .table-preheader{height:40px}.searchable-dashboard-FROST .table-body .table-body-line{grid-template-areas:"checked plotName plotName plotName plotName plotName plotName goToExpertView" "checked variety variety variety variety variety variety goToPlotManagement" ". area area area area area area goToPlotManagement" ". tags tags tags tags tags tags tags" ". state state state state state state state" ". frost_budbreak_date frost_budbreak_date frost_budbreak_date frost_budbreak_date frost_budbreak_date frost_budbreak_date frost_budbreak_date" ". frost_forecast1_none_value frost_forecast2_none_value frost_forecast3_none_value frost_forecast4_none_value frost_forecast5_none_value frost_forecast6_none_value frost_forecast7_none_value"}}.detailled_view{position:relative;display:grid;grid-template-areas:"header menu" "chart column" "chart close";grid-template-rows:minmax(50px,max-content) minmax(10%,1fr) 40px;grid-template-columns:minmax(10%,1fr) 320px;gap:10px;height:100%;width:100%;overflow:visible;padding:0 20px 20px;box-sizing:border-box}@media (max-height: 750px){.detailled_view{min-height:580px;height:auto}}@media (max-height: 750px){bn-detailed-view .detailled_view{height:100%;min-height:500px}}.detailled_view-nocol{grid-template-areas:"header" "chart";grid-template-rows:max-content 1fr;grid-template-columns:1fr}.pr_detailled_view{grid-template-columns:minmax(10%,1fr) 384px}.detailled_view_closedPanel{grid-template-areas:"header close" "chart close" "chart close";grid-template-columns:minmax(10%,1fr) 40px}@media (max-width: 800px){.detailled_view{position:relative;display:grid;grid-template-areas:"menu" "first" "second";grid-template-columns:1fr;grid-template-rows:50px max-content max-content;gap:5px;padding:0}.detailled_view-nocol{grid-template-areas:"first" "second";grid-template-rows:max-content max-content}}.detailled_view-header{grid-area:header;display:grid;grid-template-areas:"chartsNav primary secondary . seasonsZoom";grid-template-columns:max-content max-content max-content 1fr max-content;align-items:flex-end}@media (max-width: 1660px){.detailled_view-header .detailled_view-header-responsive_text{display:none}.detailled_view-header .zoomselect .itkselect,.detailled_view-header .itkselect{min-width:100px;width:100px}.detailled_view-header #zoom{width:85px;min-width:85px}}@media (max-width: 470px){.detailled_view-header{grid-template-areas:"seasonsZoom seasonsZoom seasonsZoom" "chartsNav primary secondary";grid-template-columns:max-content max-content 1fr}.detailled_view-header .detailled_view-header-seasonsZoom{justify-self:stretch;padding-bottom:10px}.detailled_view-header .detailled_view-header-seasonsZoom .zoomchart,.detailled_view-header .detailled_view-header-seasonsZoom .zoomselect,.detailled_view-header .detailled_view-header-seasonsZoom .seasonchart{flex:1}.detailled_view-header .detailled_view-header-seasonsZoom .zoomselect{margin-left:0}.detailled_view-header .zoomselect .itkselect,.detailled_view-header .itkselect{min-width:auto;width:100%}}.detailled_view-header-primary{grid-area:primary}.detailled_view-header-secondary{grid-area:secondary;display:flex;flex-direction:row;align-items:center}@media (min-width: 800px) and (max-width: 1300px){.detailled_view-header-secondary #expertDiseaseChartsToggle{flex-direction:column;gap:5px}}.detailled_view-header-secondary .btn{margin-left:5px}.detailled_view-header-seasonsZoom{grid-area:seasonsZoom;justify-self:end;display:flex}.detailled_view-header #nitrogen-charts-nav{grid-area:chartsNav}@media (max-width: 800px){.detailled_view-header{display:none;padding:10px;grid-area:first;z-index:620;overflow:hidden}.detailled_view-header.active{display:grid}}.detailled_view-chart{grid-area:chart;overflow:visible;height:100%;border:1px solid var(--border-element);box-sizing:border-box;position:relative}@media (max-width: 800px){.detailled_view-chart{display:none;grid-area:second;overflow:hidden;margin:0 10px 10px;height:calc(100% - 10px)}.detailled_view-chart.active{display:block}}.detailled_view-column-menu{grid-area:menu;align-items:flex-end;position:relative;top:5px}@media (min-width: 800px){.detailled_view-column-menu.closed{display:none}}@media (max-width: 800px){.detailled_view-column-menu{margin:0 10px}}.detailled_view-column-content{grid-area:column;flex:1 1;overflow-y:auto;overflow-x:hidden;padding-top:20px;display:none}.detailled_view-column-content_title{display:block;text-align:center;padding:20px}@media (max-width: 800px){.detailled_view-column-content{grid-area:first;grid-row:span 2;padding:20px 10px}}.detailled_view-column-content.active{display:block}@media (min-width: 800px){.detailled_view-column-content.active-above-tablet_portrait{display:flex;flex-direction:column}}@media (min-width: 800px){.detailled_view-column-content.closed{display:none}}.detailled_view-column-content_bottom-button{margin-top:10px;position:sticky;bottom:0;z-index:1}.detailled_view-column-content_bottom-button cr-download-intervention-button{display:block;margin-top:10px}vt-intervention-list .detailled_view-column-content_bottom-button{background-color:var(--main-bg)}.detailled_view-column-separator{margin:10px 0;border-top:1px solid var(--main-border)}.detailled_view-column-close{grid-area:close}@media (max-width: 800px){.detailled_view-column-close{display:none}}.btn-close-panel{height:100%}.intervention_list-item{position:relative;display:flex;width:100%;text-align:left;align-items:center;line-height:1;margin:10px 0;cursor:pointer}.intervention_list-item:hover .intervention_list-infos,.intervention_list-item:focus .intervention_list-infos{background-color:var(--hover-element)}.intervention_list-item:active .intervention_list-infos{background-color:var(--main-bg)}.intervention_list-item-nitrogen .intervention_list-icon{border:0;font-size:1.6em}.intervention_list-item-nitrogen .irrigation-row{color:#03a9f4}.intervention_list-item-irrigation .intervention_list-icon{background-color:#03a9f4;color:#fff;border:0}.intervention_list-item-treatment .intervention_list-icon{background-color:#7e57c2;color:#fff;border:0;font-size:1em}.intervention_list-item-treatment .intervention_list-content-row-title{display:flex}.intervention_list-item-intercrop .intervention_list-icon{color:#73c83c}.intervention_list-item-overwriterainfall .intervention_list-icon{color:#4fc3f7}.intervention_list-item-senescence .intervention_list-infos,.intervention_list-item-senescence .intervention_list-icon{color:#8d6e63}.intervention_list-item.readonly{cursor:default;pointer-events:none}.intervention_list-item.readonly .intervention_list-infos,.intervention_list-item.readonly .intervention_list-icon{color:var(--text-contrast)}.intervention_list-item-irrigation-auto.readonly .intervention_list-icon{background-color:#e1eef5;color:#026fa2}.intervention_list-item+.intervention_list-item:before{content:"";position:absolute;top:-10px;height:calc(100% + 10px);left:25px;border-left:1px dashed var(--border-element);z-index:-1}.intervention_list-date{text-transform:uppercase;text-align:center;padding:5px 0;width:50px}.intervention_list-day,.intervention_list-number,.intervention_list-month{background-color:var(--main-bg);box-shadow:0 0 0 2px var(--main-bg)}.intervention_list-day,.intervention_list-month{font-size:.8em;color:var(--text-contrast)}.intervention_list-number{font-size:1.6em;font-weight:900;line-height:1}.intervention_list-infos{border:1px solid var(--main-border);padding:10px;flex:1 1;border-radius:5px;display:flex;flex-direction:row;align-items:center;overflow:hidden}.intervention_list-icon{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:5px;border:1px solid var(--main-border);margin-right:10px;font-size:1rem;box-sizing:border-box}.intervention_list-content{flex:1 1;padding-right:5px}.intervention_list-content-row{display:block}.intervention_list-content-row+.intervention_list-content-row{margin-top:5px}.intervention_list-content-row-title{font-weight:900}.intervention_list-total{justify-self:end;align-self:center;font-size:.9em;color:var(--text-contrast);background-color:var(--main-bg-contrast);border-radius:5px;padding:5px}:host{display:block;height:100%}.interventions-form{display:flex;flex-direction:column;height:100%}.interventions-form-list-btns{display:flex}.interventions-form-list-btns-right{justify-content:flex-end}.multipractices-form .interventions-form{display:grid;grid-template-areas:"actions actions" "interventions extra" "footer footer";grid-template-columns:1fr minmax(min-content,260px)}.multipractices-form .interventions-form-list-btns{grid-area:actions}.multipractices-form .interventions-form-list{grid-area:interventions}.multipractices-form .modal-extra-content{grid-area:extra;border-left:1px solid var(--main-border);overflow:auto}.multipractices-form .modal-footer{grid-area:footer}.interventions-form-list{position:relative;padding-top:0;padding-bottom:0}@media (max-width: 550px){.interventions-form-list{padding:0 10px}}.interventions-form-list .notif-full{margin:20px 0}.interventions-form-list-item-wrapper{display:flex;align-items:center}.interventions-form-list-item-wrapper .interventions-form-list-item{flex:1}.interventions-form-list-item{display:grid;grid-template-areas:"timeline form actions";grid-template-columns:max-content 1fr max-content;gap:10px;position:relative}.interventions-form-list .interventions-form-list-item-wrapper:first-child .interventions-form-list-item-content,.interventions-form-list .interventions-form-list-item-wrapper:first-child .interventions-form-list-item-actions,.interventions-form-list cr-interventions-form-driver:first-child .interventions-form-list-item-content,.interventions-form-list cr-interventions-form-driver:first-child .interventions-form-list-item-actions{margin-top:30px}.interventions-form-list .interventions-form-list-item-wrapper:first-child .timeline-icon,.interventions-form-list cr-interventions-form-driver:first-child .timeline-icon{margin-top:20px}.interventions-form-list .interventions-form-list-item-wrapper:last-child .interventions-form-list-item-content,.interventions-form-list .interventions-form-list-item-wrapper:last-child .interventions-form-list-item-actions,.interventions-form-list cr-interventions-form-driver:last-child .interventions-form-list-item-content,.interventions-form-list cr-interventions-form-driver:last-child .interventions-form-list-item-actions{margin-bottom:30px}.interventions-form-list .interventions-form-list-item-wrapper:last-child .timeline-icon,.interventions-form-list cr-interventions-form-driver:last-child .timeline-icon{margin-bottom:20px}.interventions-form-list-item-timeline{text-align:center;min-width:26px;display:inline-flex;align-items:center;justify-content:center;grid-area:timeline;position:relative}.interventions-form-list-item-timeline:before{content:"";position:absolute;left:50%;top:0;height:100%;border-right:1px dashed var(--border-element);z-index:0}.interventions-form-list-item-timeline .timeline-text{font-size:1.6em;font-weight:900;line-height:1;color:var(--text);z-index:1;padding:5px 0;background-color:var(--main-bg)}.interventions-form-list-item-timeline .timeline-icon{height:26px;width:26px;border:1px solid var(--border-element);background-color:var(--main-bg);border-radius:5px;box-sizing:border-box;font-size:1rem;display:inline-flex;align-items:center;justify-content:center;z-index:1}.interventions-form-list-item-content{grid-area:form;display:grid;gap:20px;padding:20px;border-width:1px 1px 1px 2px;border-style:solid;border-color:var(--main-border);border-left-color:var(--intervention);border-radius:5px;background-color:var(--main-bg);position:relative;white-space:nowrap;margin:5px 0}@media (max-width: 550px){.interventions-form-list-item-content{gap:10px;padding:20px 10px}}.interventions-form-list-item-content .item-label-title{background-color:var(--intervention)}.interventions-form-list-item-content-label{position:absolute;top:-1px;left:-2px;font-size:.9em;display:inline-flex}.interventions-form-list-item-content-label .item-label-title{color:#fff;padding:2px 5px;transition:all .2s ease;border-radius:5px 0 3px}.interventions-form-list-item-content-label .item-label-delete{padding:2px 5px;color:#f44336}.interventions-form-list-item-status{grid-area:actions;width:80px;display:flex;align-items:center;justify-content:center}.interventions-form-list-item-actions{grid-area:actions;display:flex;flex-direction:column;align-items:center;flex:0 40px;box-sizing:border-box;margin:5px 0}.interventions-form-list-item-actions .btn{margin:0 0 10px}.interventions-form-list-item.is-new .interventions-form-list-item-content{border-style:dashed dashed dashed solid;border-width:1px 1px 1px 2px;border-color:var(--intervention)}.interventions-form-list-item-irrigation .interventions-form-list-item-content{border-left-color:#03a9f4}.interventions-form-list-item-irrigation .timeline-icon{background-color:#03a9f4;color:#fff;border:0}.interventions-form-list-item-irrigation.is-new .interventions-form-list-item-content{border-color:#03a9f4}.interventions-form-list-item-irrigation .interventions-form-list-item-content-label .item-label-title{background-color:#03a9f4}.interventions-form-list-item-irrigation-auto .timeline-icon{background-color:#e1eef5;color:#026fa2;border:0}.interventions-form-list-item-irrigation-auto .interventions-form-list-item-content{border-left-color:#026fa2;padding:0;margin-right:30px}.interventions-form-list-item-irrigation-auto .interventions-form-list-item-content .field{padding:10px 0}.interventions-form-list-item-irrigation-auto .interventions-form-list-item-content-label{grid-area:label;position:relative;top:auto;left:auto;display:flex;align-items:center;background-color:#e1eef5}.interventions-form-list-item-irrigation-auto .interventions-form-list-item-content-label .item-label-title{color:#026fa2;background-color:transparent;border-radius:0;padding:0 10px}.interventions-form-list-item-irrigation-auto label{padding-right:10px;color:var(--text-contrast)}.interventions-form-list-item-irrigation-auto label:after{content:":"}.interventions-form-list-item-nitrogen .interventions-form-list-item-content{border-left-color:#00b89f}.interventions-form-list-item-nitrogen .timeline-icon{background-color:#00b89f;color:#fff;border:0}.interventions-form-list-item-nitrogen.is-new .interventions-form-list-item-content{border-color:#00b89f}.interventions-form-list-item-nitrogen .interventions-form-list-item-content-label .item-label-title{background-color:#00b89f}.interventions-form-list-item-overwriterainfall .interventions-form-list-item-content{border-left-color:#4fc3f7}.interventions-form-list-item-overwriterainfall.is-new .interventions-form-list-item-content{border-color:#4fc3f7}.interventions-form-list-item-overwriterainfall .interventions-form-list-item-content-label .item-label-title{background-color:#4fc3f7}.interventions-form-list-item-cover-crop .interventions-form-list-item-content{border-left-color:#73c83c}.interventions-form-list-item-cover-crop .timeline-icon{background-color:var(--main-bg);color:#73c83c}.interventions-form-list-item-cover-crop.is-new .interventions-form-list-item-content{border-color:#73c83c}.interventions-form-list-item-cover-crop .interventions-form-list-item-content-label .item-label-title{background-color:#73c83c}.interventions-form-list-item-cover-crop-senescence .interventions-form-list-item-content{border-left-color:#8d6e63}.interventions-form-list-item-cover-crop-senescence .timeline-icon{background-color:var(--main-bg);color:#8d6e63}.interventions-form-list-item-cover-crop-senescence.is-new .interventions-form-list-item-content{border-color:#8d6e63}.interventions-form-list-item-cover-crop-senescence .interventions-form-list-item-content-label .item-label-title{background-color:#8d6e63}.interventions-form-list-item-treatment .interventions-form-list-item-content{border-left-color:#7e57c2}.interventions-form-list-item-treatment .timeline-icon{background-color:#7e57c2;color:#fff;border:0;font-size:1em}.interventions-form-list-item-treatment.is-new .interventions-form-list-item-content{border-color:#7e57c2}.interventions-form-list-item-treatment .item-label-title{background-color:#7e57c2}.interventions-form-list-item-observation .interventions-form-list-item-content{border-left-color:#37474f}.interventions-form-list-item-observation .interventions-form-list-item-content-label .item-label-title{background-color:#37474f}.interventions-form-list-item-observation.is-new .interventions-form-list-item-content{border-color:#37474f}.interventions-form-list-item-batch-change .timeline-icon{font-size:1em}.interventions-form-list-item.will-delete .timeline-icon{background-color:var(--border-element);color:var(--text-contrast)}.interventions-form-list-item.will-delete .interventions-form-list-item-content{border-color:var(--border-element);background-color:var(--button-bg-disabled);border-style:solid}.interventions-form-list-item.will-delete .floating-label,.interventions-form-list-item.will-delete .item-label-title{text-decoration:line-through}.interventions-form-list-item.will-delete .floating-label{background-color:var(--button-bg-disabled)}.interventions-form-list-item.will-delete .interventions-form-list-item-content-label .item-label-title{background-color:var(--border-element);color:var(--text)}.season-separation{padding-top:30px;margin-top:20px;position:relative;border-top:1px solid var(--border-element)}.season-separation-item{position:absolute;text-align:center;padding:5px;border-radius:3px;left:50%;top:0;transform:translate(-50%,-50%);color:var(--text-contrast);background-color:var(--main-bg);border:1px solid var(--border-element)}.readonly input,.readonly select,.readonly input-date,.readonly .radio-toggle{pointer-events:none}.readonly .timeline-icon{color:var(--text-contrast)}.readonly .interventions-form-list-item-content{border-left-color:var(--border-element)}.readonly .interventions-form-list-item-content .passed-season-hint{position:absolute;top:5px;right:5px}.readonly .interventions-form-list-item-content-label .item-label-title{background-color:var(--border-element);color:var(--text)}.readonly.interventions-form-list-item-cover-crop,.readonly.interventions-form-list-item-cover-crop-senescence{pointer-events:none}.readonly .field-sowing-rowPercent,.readonly .info-hint{pointer-events:auto}.itkselect-vt-product .itkselect-option-label,.interventions-form-list-item-treatment .field-mixture-name .itkselect-option-label,.intervention_list-item-treatment .intervention_list-content-row-title span{text-transform:lowercase}.itkselect-vt-product .itkselect-option-label:first-letter,.interventions-form-list-item-treatment .field-mixture-name .itkselect-option-label:first-letter,.intervention_list-item-treatment .intervention_list-content-row-title span:first-letter{text-transform:capitalize}.itkselect-vt-product{width:auto}.field-phenostage{align-items:center;justify-content:space-between;padding:10px 0}@media (max-width: 800px){.field-phenostage{margin:0}}.field-phenostage+.field-phenostage{border-top:1px solid var(--main-border)}.phenostage-title{white-space:nowrap}.phenostage-title+.phenostage-switch{justify-content:flex-end}@media (max-width: 800px){.phenostage-title{width:100%;margin-bottom:10px}.phenostage-title+.phenostage-switch{justify-content:flex-start}}.phenostage-title-label{background:var(--main-bg-contrast);border-radius:3px;padding:5px 10px;cursor:pointer;display:inline-block}.phenostage-switch{margin:0 30px;cursor:pointer;flex:1}@media (max-width: 800px){.phenostage-switch{margin:20px 0;width:50%}}.phenostage-switch-custom{opacity:.4}.phenostage-select{margin:0 10px 10px 0;opacity:.4;width:80px}.phenostage-date{width:200px;margin:0 0 10px}.field-phenostage .itk-input-date-btn{opacity:.4;border-color:#eceff1}.field-phenostage .floating-label{color:var(--border-element)}.field-phenostage-forced .phenostage-switch-default{opacity:.4}.field-phenostage-forced .phenostage-switch-custom,.field-phenostage-forced .phenostage-select{opacity:1}.field-phenostage-forced .itk-input-date-btn{opacity:1;border-color:var(--border-element)}.field-phenostage-forced .floating-label{color:var(--text-contrast)}.phenoForm .error-block{padding:10px;background-color:#f443361a;color:#f44336;text-align:center;margin:20px 0}rich-chart{display:flex;flex-direction:column;height:100%;width:100%;position:relative;background-color:var(--main-bg-darken)}rich-chart *{box-sizing:border-box;-webkit-user-select:none;user-select:none}rich-chart svg{transform:translateZ(0)}rich-chart svg rect{shape-rendering:crispedges}@media (max-width: 800px){rich-chart{height:auto;margin-bottom:50px}}.rc-charts-wrapper{position:absolute;left:0;width:100%;top:0;height:100%}rc-movable-marker~.rc-charts-wrapper{z-index:420}@media (max-width: 800px){rc-movable-marker~.rc-charts-wrapper{height:50px;top:inherit;bottom:0;transform:translateY(100%)}}.mobile-dragger-message{position:absolute;bottom:-20px;height:50px;transform:translateY(100%);padding-left:10px;font-size:.9em;color:var(--text-contrast);opacity:.5}.rc-chart .rc-charts-wrapper svg{z-index:340}.rc-weeks-axis .rc-x-axis-wrapper{position:absolute;top:0;left:0;height:100%;width:100%}.rc-weeks-axis .rc-x-axis-wrapper,.rc-pheno .rc-pheno-container,.rc-pheno-container .rc-charts-wrapper{z-index:440}@media screen and (min-width: 801px){orc-almonds-detailed-view .rc-date-range-stripes-wrapper,orc-almonds-detailed-view .rc-charts-wrapper,orc-detailed-view .rc-date-range-stripes-wrapper,orc-detailed-view .rc-charts-wrapper,vt-water-detailed-view .rc-date-range-stripes-wrapper,vt-water-detailed-view .rc-charts-wrapper,.custom-green-zone-chart .rc-date-range-stripes-wrapper,.custom-green-zone-chart .rc-charts-wrapper,vt-nitrogen-detailed-view .rc-date-range-stripes-wrapper,vt-nitrogen-detailed-view .rc-charts-wrapper,vt-powdery-mildew-gubler-thomas-chart .rc-date-range-stripes-wrapper,vt-powdery-mildew-gubler-thomas-chart .rc-charts-wrapper{left:30px;width:calc(100% - 30px)}}.rc-title{flex:0 0 30px;height:30px;border-top:1px solid var(--border-element);display:flex;align-items:center;padding-left:10px;z-index:380}@media (max-height: 900px){.rc-title{flex:0 0 15px;height:15px;font-size:.8em}}.rc-title-small{flex:0 0 15px;height:15px;border-top:0}.rc-title-child{padding-left:20px}.rc-title>*:not(:first-child:last-child){flex:1}.rc-title h3{color:var(--text)}.rc-title h4{color:var(--text);font-size:.9em}.rc-title .itkselect{background-color:var(--main-bg);z-index:580;border:0;height:30px;border-radius:0 0 10px;font-size:1.1em;font-weight:900;width:210px}.rc-title .itkselect:hover,.rc-title .itkselect:focus{background-color:var(--hover-element)}@media (max-width: 550px){.rc-title .itkselect{border-bottom-right-radius:0}}@media (max-height: 900px){.rc-title .itkselect{height:15px}}.rc-title .itkselect .itkselect-option-main{height:30px;padding:0 10px;align-items:center}@media (max-height: 900px){.rc-title .itkselect .itkselect-option-main{height:15px}}.rc-chart-vt-disease .rc-title-small,.rc-chart-vt-disease .rc-title-child{flex:1 1 15px;min-height:15px;border-top:0;align-items:flex-end}.rc-chart{position:relative;display:block;flex:1}@media (max-width: 800px){.rc-chart{flex:0 40vh}}.rc-chart-cw,.rc-chart-vt-nitrogen-stress,.rc-chart-vt-disease-risk{overflow:visible}.rc-chart-vt-disease{flex:1 1;display:flex;flex-direction:column;padding-bottom:10px}@media (max-height: 900px){.rc-chart-vt-disease{padding-bottom:5px}}.rc-chart-vt-disease-risk{flex:1 1;min-height:40px;box-shadow:0 -1px 0 0 inset var(--main-bg-contrast)}.rc-chart-vt-disease-factor{flex:0 0 15px;background-color:var(--main-bg-contrast)}.rc-chart-vt-disease-event{margin:2px 0;flex:0 0 8px;box-shadow:20px 0 0 0 inset var(--main-bg),0 2px 0 0 inset var(--main-bg),0 3px 0 0 inset var(--main-bg-contrast)}.rc-chart-vt-disease-event .rc-dot-image{background-color:transparent;box-shadow:none;border:0;transform:translate(-50%,-22px);font-size:.8em;color:var(--chart-element-reverted)}.rc-chart-vt-disease-event .rc-dot-image:hover,.rc-chart-vt-disease-event .rc-dot-image:focus{box-shadow:none}.rc-chart-vt-disease-event .rc-dot-image:after{content:"";background-color:var(--chart-element-reverted);width:2px;height:5px;position:absolute;bottom:-2px;left:50%;transform:translate(-50%)}@media (max-height: 900px){.rc-chart-vt-disease-event .rc-dot-image:after{height:2px}}.rc-chart-vt-disease-triangles{box-shadow:20px 0 0 0 inset var(--main-bg),0 -1px 0 0 inset var(--main-bg-contrast)}.rc-chart-vt-disease-factor .rc-charts-wrapper>svg,.rc-chart-vt-disease-event .rc-charts-wrapper>svg{position:absolute}.rc-chart-vt-oospores{flex:0 0 40px}.rc-chart-vt-disease-overview{flex:0 0 70px;height:70px}.rc-chart rc-domain{position:absolute;bottom:0;height:100%;width:100%;display:block}.rc-chart.rc-chart-vt-stress .rc-chart-vt-stress-inner{height:calc(100% - 30px)}.rc-chart.rc-chart-vt-stress .rc-chart-vt-stress-inner .rc-title{padding:0}.rc-chart.rc-chart-vt-weather{flex:0 0;display:flex;flex-direction:column;padding-bottom:0}.rc-chart.rc-chart-vt-weather .rc-chart-vt-weather-wrapper{flex:0 0 50px;position:relative}.rc-chart-small{flex:.4;min-height:50px}@media (max-width: 800px){.rc-chart-small{flex:0 10vh}}.rc-chart-very-small{flex:0 0 5px}.rc-chart-very-small .rc-charts-wrapper{display:flex}@media (max-width: 800px){.rc-chart-very-small{flex:0 2vh}}@media screen and (min-width: 800px){orc-almonds-detailed-view .rc-pheno .rc-timeline-event,orc-detailed-view .rc-pheno .rc-timeline-event,vt-water-detailed-view .rc-pheno .rc-timeline-event,.custom-green-zone-chart .rc-pheno .rc-timeline-event,vt-nitrogen-detailed-view .rc-pheno .rc-timeline-event,vt-powdery-mildew-gubler-thomas-chart .rc-pheno .rc-timeline-event{margin-left:30px}}.rc-pheno{height:40px;flex:0 0 40px}.rc-pheno:not(:hover){overflow:hidden}.rc-pheno-container{position:relative;height:40px;box-sizing:initial}.rc-pheno-item{position:absolute;top:0;height:40px;color:var(--text-contrast);background-color:var(--main-bg-darken);z-index:4;border-left:1px solid var(--border-element);overflow:hidden}.rc-pheno-name,.rc-pheno-date{position:relative;line-height:20px;padding:0 10px 0 5px}.rc-pheno-name{color:var(--text);white-space:nowrap;font-weight:900}.rc-pheno-line{position:absolute;top:0;left:0;height:40px;opacity:0}.rc-pheno-item.highlighted,.rc-pheno-item:hover,.rc-pheno-item:focus{z-index:5;background:var(--main-bg-contrast);overflow:visible;min-width:150px}.rc-pheno-item.highlighted .rc-pheno-line,.rc-pheno-item:hover .rc-pheno-line,.rc-pheno-item:focus .rc-pheno-line{border-left:1px solid var(--chart-element-reverted);opacity:1}@media (max-height: 900px){.rc-pheno{flex:0 0 30px;height:30px}.rc-pheno-container,.rc-pheno-item{height:30px}.rc-pheno-name,.rc-pheno-date{line-height:15px}}rc-movable-marker,rc-marker-box,rc-marker{top:0;height:100%;z-index:6;position:absolute}.rc-marker-first-risk{z-index:500}.rc-marker-first-risk .rc-marker-title,.rc-marker-first-risk .rc-marker-line{background-color:#f44336}.rc-marker-first-risk .rc-marker-title{color:#fff;top:110px}.rc-marker-today{z-index:480;pointer-events:none}.rc-marker-today .rc-marker-line{width:100vw;background-color:transparent;border-left:2px solid var(--chart-marker)}@media (max-width: 550px){.rc-marker-today .rc-marker-title{display:none}}.rc-marker-today-vt .rc-marker-line:before{height:80px}.rc-forecast-zone{z-index:460}.rc-forecast-zone .rc-marker-forecast .rc-marker-title{transform:none;top:60px;padding:0 2px;font-style:italic;background-color:transparent;color:var(--chart-forecast-marker);font-size:.8em;line-height:1em}.rc-forecast-zone .rc-marker-forecast .rc-marker-line{border-left:1px dashed var(--chart-forecast-marker);width:0;background:transparent}rc-movable-marker{z-index:560}@media (max-width: 800px){rc-movable-marker{height:calc(100% + 50px)}rc-movable-marker .rc-marker-line:after{content:"\ea35" "\ea36";font-family:itk-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;white-space:nowrap;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:2em;color:#fff;display:inline-flex;align-items:center;justify-content:center;background-color:var(--chart-movable-marker);height:40px;margin:5px 0;width:100px;position:absolute;left:50%;transform:translate(-50%);bottom:0;pointer-events:none;border-radius:10px}}@media screen and (min-width: 800px){.rc-axis-translate{transform:translate(30px)}vt-water-charts .rc-marker-forecast{transform:translate(30px)}}.rc-marker-line{background-color:var(--chart-marker);width:2px;transform:translate(-1px);position:absolute;top:0;z-index:0;height:100%}.rc-marker-title{background:var(--chart-marker);height:20px;line-height:20px;padding:0 10px;border-radius:3px;text-align:center;top:20px;z-index:2;position:absolute;transform:translate(-50%);white-space:nowrap}@media (max-width: 800px){.rc-marker-title{top:calc(100% - 70px)}}.rc-marker-today .rc-marker-title{top:auto;bottom:0}.rc-movable-marker-bn .rc-marker-title{top:0}rc-movable-marker .rc-marker-line{background-color:var(--chart-movable-marker)}rc-movable-marker .rc-marker-title{background:var(--chart-movable-marker);color:#fff;z-index:1}rc-marker-box .rc-marker-title,rc-marker-box .rc-marker-line{background:none}.rc-x-lines-wrapper,.rc-y-lines-wrapper{position:absolute;z-index:360;height:100%;pointer-events:all!important}.rc-x-lines-wrapper svg,.rc-y-lines-wrapper svg{overflow:visible}.rc-chart .rc-y-lines-wrapper{right:0}.rc-chart .rc-x-lines-wrapper{left:0;bottom:0;width:100%;height:100%}.rc-chart-vt .rc-x-lines-wrapper .rc-x-axis,.rc-chart-orc .rc-x-lines-wrapper .rc-x-axis,.rc-chart-orca .rc-x-lines-wrapper .rc-x-axis{padding:0}.rc-chart-vt .rc-x-lines-wrapper .rc-x-axis span,.rc-chart-orc .rc-x-lines-wrapper .rc-x-axis span,.rc-chart-orca .rc-x-lines-wrapper .rc-x-axis span{background-color:var(--main-bg-darken);padding:0 2px;transform:translateY(-50%);position:absolute}@media (max-width: 800px){.rc-chart-vt .rc-x-lines-wrapper .rc-x-axis span,.rc-chart-orc .rc-x-lines-wrapper .rc-x-axis span,.rc-chart-orca .rc-x-lines-wrapper .rc-x-axis span{background-color:transparent}}.rc-chart-vt .rc-x-lines-wrapper .rc-x-axis:first-child,.rc-chart-orc .rc-x-lines-wrapper .rc-x-axis:first-child,.rc-chart-orca .rc-x-lines-wrapper .rc-x-axis:first-child{display:none}.rc-x-axis{position:absolute;color:var(--text-contrast);padding:0 2px;font-size:.8em;font-weight:900;height:auto!important;width:100%!important;line-height:1;border-top:1px solid transparent}@media (max-width: 800px){.rc-x-axis{color:var(--chart-axis-color)}}.rc-x-axis:hover{color:var(--text);border-top-color:var(--chart-element-reverted)}.rc-x-axis span{z-index:3}@media (max-width: 800px){orc-almonds-charts .rc-x-axis,orc-charts .rc-x-axis,pr-charts .rc-x-axis,vt-water-charts .rc-x-axis,vt-nitrogen-charts .rc-x-axis,vt-powdery-mildew-gubler-thomas-charts .rc-x-axis{display:none}}.rc-x-axis-horizontal-right{text-align:right;z-index:3;height:1px!important;width:30px!important;right:0}.rc-x-axis-horizontal-right:hover{color:var(--text);width:100%!important}.rc-chart-vt .rc-x-lines-wrapper .rc-x-axis.rc-x-axis-horizontal-right span,.rc-chart-orc .rc-x-lines-wrapper .rc-x-axis.rc-x-axis-horizontal-right span,.rc-chart-orca .rc-x-lines-wrapper .rc-x-axis.rc-x-axis-horizontal-right span{position:initial}.rc-x-axis-horizontal-left{text-align:left}.rc-x-axis-horizontal-dashed{border-top-style:dashed}.rc-x-axis-horizontal-persistent{border-top-color:#37474f33}.rc-x-axis-horizontal-high-risk{border-top-color:#f44336}.rc-x-axis-horizontal-high-risk span{color:#f44336}.rc-x-axis-horizontal-moderate-risk{border-top-color:#ffa000}.rc-x-axis-horizontal-moderate-risk span{color:#ffa000}.rc-x-axis.rc-x-axis-horizontal-noline:focus,.rc-x-axis.rc-x-axis-horizontal-noline:hover{color:var(--text-contrast);border-top-color:transparent}.rc-legend{height:100%;display:inline-flex;justify-content:flex-end;align-items:center;padding:0 10px}.rc-legend-item{display:inline-flex;align-items:center}.rc-legend-item:before{content:"";display:inline-block;margin-right:.5em;box-sizing:border-box;border-radius:50%}.rc-legend-item+.rc-legend-item{margin-left:15px}.rc-months-axis,.rc-weeks-axis{display:block;height:20px;position:relative;overflow:hidden}@media (max-width: 800px){.rc-months-axis,.rc-weeks-axis{border-bottom:1px solid var(--border-element)}}@media screen and (min-width: 800px){.rc-months-axis-vt-water .rc-x-axis-element,.rc-months-axis-vt-nitrogen .rc-x-axis-element,.rc-months-axis-orca .rc-x-axis-element,.rc-months-axis-orc .rc-x-axis-element,.rc-months-axis-bn .rc-x-axis-element,.rc-weeks-axis-vt-water .rc-x-axis-element,.rc-weeks-axis-vt-nitrogen .rc-x-axis-element,.rc-weeks-axis-orca .rc-x-axis-element,.rc-weeks-axis-orc .rc-x-axis-element,.rc-weeks-axis-bn .rc-x-axis-element{transform:translate(30px)}}.rc-months-axis .rc-x-axis-element,.rc-weeks-axis .rc-x-axis-element{border-left:1px solid var(--border-element);position:absolute;top:0;height:100%;line-height:20px;padding-left:5px;color:var(--text-contrast);font-size:.8em;font-weight:900;background-color:var(--main-bg)}.rc-months-axis .rc-x-axis-element+.rc-x-axis-element,.rc-weeks-axis .rc-x-axis-element+.rc-x-axis-element{border-left:1px solid var(--border-element)}@media screen and (min-width: 800px){.rc-chart-orc .rc-months-axis .rc-x-axis-wrapper,.rc-chart-orca .rc-months-axis .rc-x-axis-wrapper,.rc-chart-vt .rc-months-axis .rc-x-axis-wrapper{transform:translate(30px)}}.rc-months-axis{border-top:1px solid var(--border-element)}.rc-weeks-axis .rc-x-axis-element{padding-left:1px}.rc-weeks-axis .rc-x-axis-element.highlighted,.rc-weeks-axis .rc-x-axis-element:hover,.rc-weeks-axis .rc-x-axis-element:focus{z-index:5;background:#eceff1}.rc-weeks-axis .rc-x-axis-element.highlighted :before,.rc-weeks-axis .rc-x-axis-element:hover :before,.rc-weeks-axis .rc-x-axis-element:focus :before{content:"";height:100vh;border-left-color:#37474f}.rc-date-range-stripes-wrapper{position:absolute;top:60px;height:calc(100% - 80px)!important;width:100%;overflow:hidden;left:0;z-index:1}.rc-stripe{height:100%;width:100%;position:absolute;background-color:#37474f0d}.rc-dot-image{height:20px;width:20px;font-size:100%;display:flex;align-items:center;justify-content:center;transform:translate(-50%,-50%);transition:all .1s ease;z-index:520;background-color:#fff;border-radius:50%;border:1px solid var(--main-border);box-shadow:var(--shadowSmall)}.rc-dot-image:hover{z-index:620;box-shadow:var(--shadow)}.rc-tabs{z-index:580;display:flex;flex-direction:row;align-items:flex-end;align-self:flex-start}.rc-tab-btn{height:29px;padding:0 10px;font-size:1.2em;color:var(--text-contrast);background-color:var(--main-bg-contrast)}.rc-tab-btn:first-child{border-bottom-left-radius:5px}.rc-tab-btn:last-child{border-bottom-right-radius:5px}.rc-tab-btn.active{color:var(--text);background-color:var(--main-bg-darken);box-shadow:0 -1px 0 0 var(--button-nav-active)}.rc-spacer_before{margin-top:20px}.rc-spacer_after{margin-bottom:20px}@media (max-width: 1150px){.detailled_view-nocol.detailled_view .zoomchart-nav-today{right:20px}.detailled_view-nocol.detailled_view .zoomchart-plus,.detailled_view-nocol.detailled_view .zoomchart-minus{right:0}}.rc-line{fill:none;stroke-width:1.5px}.rc-area{stroke:none}.rc-invisible{fill:none;stroke:none}.rc-title-vt-stress{padding-left:0}.rc-title-vt-stress .rc-title-innerchart{background-color:var(--main-bg-darken);height:100%;padding:0 10px;display:inline-flex;align-items:center;border-bottom-right-radius:10px}.rc-chart-vt-stress{min-height:140px}.rc-chart-vt-stress-inner .rc-charts-wrapper{background-color:#4fc3f780}vt-water-stress-chart.customizing-green-zone .rc-charts-wrapper{background-color:var(--main-bg-darken)}vt-water-stress-chart.customizing-green-zone .rc-charts-wrapper .rc-area.medium-stress-area{fill:var(--main-bg-darken)}vt-water-stress-chart.customizing-green-zone .rc-charts-wrapper .rc-area.high-stress-area{fill:var(--main-bg-darken)}vt-water-stress-chart.customizing-green-zone .rc-charts-wrapper .rc-line.water-stress-chart{stroke:var(--chart-element-reverted)}.custom-green-zone .rc-pheno-vt{border-bottom:1px solid var(--border-element)}vt-water-stress-chart.midday-potential .rc-charts-wrapper{background-color:var(--main-bg-darken)}.rc-line.water-stress-chart{stroke:var(--chart-element-reverted)}.rc-area.water-stress-overlay{fill:var(--chart-overlay)}.rc-area.water-stress-chart{fill:var(--main-bg-contrast)}.rc-area.no-stress-area{fill:#00c853}.rc-area.cover-stress-area{fill:#fff}.rc-area.medium-stress-area{fill:#ffa000}.rc-area.high-stress-area{fill:#f44336}.rc-area.green-zone-area{fill:#00c853}.rc-area.forecast-area{fill:var(--chart-forecast-overlay)}.rc-area.cover-zone-area{fill:#fff}.rc-legend-item.stem-water:before{width:.8em;height:2px;background-color:#37474f}.rc-legend-item .stem-water-absolute{font-style:italic;color:#78909c}.rc-dot-image.inflexion-point{counter-increment:inflexion-point;background-color:var(--main-color);color:#fff;stroke-width:0;border:0}.rc-dot-image.inflexion-point:after{content:counter(inflexion-point)}.rc-chart-vt-availablewater{min-height:50px}.rc-chart-vt-disease-triangles path{fill:var(--chart-element-reverted)}.rc-area.strategy-zone-background{fill:#00c853}.rc-area.strategy-zone-over{stroke-width:1px;stroke-dasharray:1px;stroke:#fff;fill:none}.rc-line.recommendation-line{stroke:#01579b}.rc-area.irrigation-bar{fill:#03a9f4}.rc-legend-item.legend-recommendation:before{width:.8em;height:2px;background-color:#01579b}.rc-legend-item.legend-rainIrrigation:before{width:.8em;height:.8em;background-color:#03a9f4}.rc-legend-item.legend-strategy:before{width:.8em;height:.8em;background-color:#00c853}.rc-line.baseline{fill:none;stroke:#1976d2}.rc-line.swp{fill:none;stroke:var(--chart-element-reverted)}.rc-area.no-stress-zone{fill:#03a9f4}.rc-area.mild-stress-zone{fill:#4fc3f7}.rc-area.moderate-stress-zone{fill:#b3e5fc}.rc-area.high-stress-zone{fill:#e1f5fe}.rc-area.data-zone{fill:var(--main-bg-darken)}.rc-legend-item.legend-swp:before{width:.8em;height:2px;background-color:#37474f}.rc-legend-item.legend-baseline:before{width:.8em;height:.8em;background-color:#03a9f4;border:2px solid #1976D2}.rc-legend-item.legend-noStress:before{width:.8em;height:.8em;background-color:#03a9f4}.rc-legend-item.legend-mildStress:before{width:.8em;height:.8em;background-color:#4fc3f7}.rc-legend-item.legend-moderateStress:before{width:.8em;height:.8em;background-color:#b3e5fc;box-shadow:0 0 0 1px inset #2632381a}.rc-legend-item.legend-highStress:before{width:.8em;height:.8em;background-color:#e1f5fe;box-shadow:0 0 0 1px inset #2632381a}.rc-line.plant-available-water-line{stroke:#4fc3f7}.rc-area.plant-available-water-area{fill:#4fc3f733}.rc-legend-item.available-water:before{width:.8em;height:.8em;background-color:#e1f5fe;border:2px solid #4FC3F7}.rc-chart-vt-nitrogen-stress{min-height:100px}.rc-line.vine-demand-line{stroke:var(--chart-element-reverted)}.rc-area.storage-supply-area{fill:#00b89f}.rc-area.soil-uptake-area{fill:var(--nitrogen-uptake)}.rc-legend-item.legend-vine-demand:before{width:.8em;height:2px;background-color:var(--chart-element-reverted)}.rc-legend-item.legend-soil-uptake:before{width:.8em;height:.8em;background-color:var(--nitrogen-uptake)}.rc-legend-item.legend-storage-supply:before{width:.8em;height:.8em;background-color:#00b89f}.rc-disease-medium-threshold{stroke:#ffa000}.rc-disease-high-threshold{stroke:#f44336}.rc-bar.low-risk{fill:#00c853}.rc-chart-vt-symptoms .rc-bar.low-risk{fill:var(--chart-element-reverted)}.rc-bar.medium-risk{fill:#ffa000}.rc-bar.high-risk{fill:#f44336}.rc-bar.no-risk,.rc-bar.no-protected{fill:var(--chart-outside-bar)}.rc-bar.moderate-protection{fill:#ce93d8}.rc-bar.protected{fill:#7e57c2}.rc-legend-item.legend-protected:before{width:.8em;height:.8em;background-color:#7e57c2}.rc-legend-item.legend-protected-moderate:before{width:.8em;height:.8em;background-color:#ce93d8}.rc-legend-item.legend-no-risk:before{width:.8em;height:.8em;background-color:var(--chart-outside-bar)}.rc-legend-item.legend-low-risk:before{width:.8em;height:.8em;background-color:#00c853}.rc-legend-item.legend-moderate-risk:before{width:.8em;height:.8em;background-color:#ffa000}.rc-legend-item.legend-high-risk:before{width:.8em;height:.8em;background-color:#f44336}.rc-legend-item.legend-mature-oospores:before{width:.8em;height:.8em;background-color:#bcaaa4}.rc-legend-item.legend-germinative-oospores:before{width:.8em;height:.8em;background-color:#795548}.rc-marker-box.rc-marker-treatment{background-color:#7e57c24d;box-shadow:1px 0 #7e57c2 inset;height:100%;position:absolute;top:0}vt-downy-mildew-chart .zoom-TWO_WEEKS .rc-bar,vt-downy-mildew-chart .zoom-MONTH .rc-bar,vt-powdery-mildew-chart .zoom-TWO_WEEKS .rc-bar,vt-powdery-mildew-chart .zoom-MONTH .rc-bar{transform:translate(5%) scaleX(.9);transform-box:fill-box}.rc-area.mature-oospores-chart{fill:#bcaaa4}.rc-area.germinative-oospores-chart{fill:#795548}.rc-line.soil-available-nitrogen-line{stroke:#00b89f}.rc-area.soil-available-nitrogen-area{fill:var(--nitrogen-uptake)}.rc-line.intercrop-status{stroke-dasharray:2px;stroke-width:5px;transform:translateY(5px)}.rc-line.intercrop-status-green{stroke:#73c83c}.rc-line.intercrop-status-senescence{stroke:#8d6e63}.rc-line.heatwave,.rc-line.frost{stroke-linecap:round;stroke-width:8px;transform:translateY(3px)}@media (max-height: 900px){.rc-line.heatwave,.rc-line.frost{transform:translateY(1px);stroke-width:4px}}.rc-line.heatwave{stroke:#c62828}.rc-line.frost{stroke:#bdeaff}.rc-area.temperature-area{fill:#c628281a}.rc-line.temperature-line{stroke:#c62828;fill:none}.rc-line.production-line{stroke:#000;fill:none}.rc-line.production-forecast-line{stroke:#000;fill:none;stroke-dasharray:5 5}.rc-area.production-area{fill:#cfd8dc}.rc-bar.rain-bar{fill:#1976d2}.rc-bar.override-rain-bar{fill:#4fc3f7}.rc-dot-image.override-rain-dot{display:inline-block;border-style:solid;border-width:4px 4px 0;border-color:#4FC3F7 transparent transparent;background-color:transparent;box-shadow:none;border-radius:0;height:0;width:0;margin-top:-5px}.rc-dot-image.override-rain-dot:hover{border-width:5px 5px 0}.rc-legend-item.rain:before{width:.8em;height:.8em;background-color:#1976d2}.rc-legend-item.rain-override:before{width:.8em;height:.8em;background-color:#4fc3f7}.rc-legend-item.temperature:before{width:.8em;height:.8em;background-color:#c628281a;border:2px solid #C62828}.rc-legend-item.etc:before{width:.8em;height:.8em;background-color:#c0ca3333;border:2px solid #C0CA33}.rc-area.windSpeed-area{fill:#607d8b33}.rc-line.windSpeed-line{stroke:#607d8b;fill:none}.rc-legend-item.windSpeed:before{width:.8em;height:.8em;background-color:#607d8b33;border:2px solid #607D8B}.rc-area.relativeHumidity-area{fill:#4fc3f733}.rc-line.relativeHumidity-line{stroke:#4fc3f7;fill:none}.rc-legend-item.relativeHumidity:before{width:.8em;height:.8em;background-color:#4fc3f733;border:2px solid #4FC3F7}.rc-area.solarRadiation-area{fill:#ffa00033}.rc-line.solarRadiation-line{stroke:#ffa000;fill:none}.rc-legend-item.solarRadiation:before{width:.8em;height:.8em;background-color:#ffa00033;border:2px solid #FFA000}.basal-mineralization{fill:#00474c}.organic-matter-mineralization{fill:#0d6774}.mineral-fertilizers{fill:#4da36a}.mineral-fertirrigations{fill:#9cb94f}.foliar-applications{fill:#f7c448}.leaching-losses{fill:#f26430}.vines{fill:#7f160e}.cover-crops{fill:#bc2e1b}.losses-during-applications{fill:#f2c894}.rc-legend-item.legend-basal-mineralization:before{width:.8em;height:.8em;background-color:#00474c}.rc-legend-item.legend-organic-matter-mineralization:before{width:.8em;height:.8em;background-color:#0d6774}.rc-legend-item.legend-minerals-fertilizers:before{width:.8em;height:.8em;background-color:#4da36a}.rc-legend-item.legend-mineral-fertirrigations:before{width:.8em;height:.8em;background-color:#9cb94f}.rc-legend-item.legend-foliar-applications:before{width:.8em;height:.8em;background-color:#f7c448}.rc-legend-item.legend-leaching-losses:before{width:.8em;height:.8em;background-color:#f26430}.rc-legend-item.legend-vines:before{width:.8em;height:.8em;background-color:#7f160e}.rc-legend-item.legend-cover-crops:before{width:.8em;height:.8em;background-color:#bc2e1b}.rc-legend-item.legend-losses-during-applications:before{width:.8em;height:.8em;background-color:#f2c894}.rc-area.etc-area{fill:#c0ca3333}.rc-line.etc-line{fill:none;stroke:#c0ca33}.rc-legend-item.legend-etc:before{width:.8em;height:.8em;background-color:#c0ca3333;border:2px solid #C0CA33}.rc-legend-item.legend-rain:before{width:.8em;height:.8em;background-color:#1976d2}.rc-chart-gz-height .color-0{fill:#993}.rc-chart-gz-height .color-1{fill:#979933}.rc-chart-gz-height .color-2{fill:#969933}.rc-chart-gz-height .color-3{fill:#949933}.rc-chart-gz-height .color-4{fill:#929933}.rc-chart-gz-height .color-5{fill:#919933}.rc-chart-gz-height .color-6{fill:#8f9933}.rc-chart-gz-height .color-7{fill:#8d9933}.rc-chart-gz-height .color-8{fill:#8b9933}.rc-chart-gz-height .color-9{fill:#8a9933}.rc-chart-gz-height .color-10{fill:#893}.rc-chart-gz-height .color-11{fill:#869933}.rc-chart-gz-height .color-12{fill:#859933}.rc-chart-gz-height .color-13{fill:#839933}.rc-chart-gz-height .color-14{fill:#819933}.rc-chart-gz-height .color-15{fill:#809933}.rc-chart-gz-height .color-16{fill:#7e9933}.rc-chart-gz-height .color-17{fill:#7c9933}.rc-chart-gz-height .color-18{fill:#7a9933}.rc-chart-gz-height .color-19{fill:#799933}.rc-chart-gz-height .color-20{fill:#793}.rc-chart-gz-height .color-21{fill:#759933}.rc-chart-gz-height .color-22{fill:#749933}.rc-chart-gz-height .color-23{fill:#729933}.rc-chart-gz-height .color-24{fill:#709933}.rc-chart-gz-height .color-25{fill:#6f9933}.rc-chart-gz-height .color-26{fill:#6d9933}.rc-chart-gz-height .color-27{fill:#6b9933}.rc-chart-gz-height .color-28{fill:#699933}.rc-chart-gz-height .color-29{fill:#689933}.rc-chart-gz-height .color-30{fill:#693}.rc-chart-gz-height .color-31{fill:#649933}.rc-chart-gz-height .color-32{fill:#639933}.rc-chart-gz-height .color-33{fill:#619933}.rc-chart-gz-height .color-34{fill:#5f9933}.rc-chart-gz-height .color-35{fill:#5e9933}.rc-chart-gz-height .color-36{fill:#5c9933}.rc-chart-gz-height .color-37{fill:#5a9933}.rc-chart-gz-height .color-38{fill:#589933}.rc-chart-gz-height .color-39{fill:#579933}.rc-chart-gz-height .color-40{fill:#593}.rc-chart-gz-height .color-41{fill:#539933}.rc-chart-gz-height .color-42{fill:#529933}.rc-chart-gz-height .color-43{fill:#509933}.rc-chart-gz-height .color-44{fill:#4e9933}.rc-chart-gz-height .color-45{fill:#4d9933}.rc-chart-gz-height .color-46{fill:#4b9933}.rc-chart-gz-height .color-47{fill:#499933}.rc-chart-gz-height .color-48{fill:#479933}.rc-chart-gz-height .color-49{fill:#469933}.rc-chart-gz-height .color-50{fill:#493}.rc-chart-gz-height .color-51{fill:#429933}.rc-chart-gz-height .color-52{fill:#419933}.rc-chart-gz-height .color-53{fill:#3f9933}.rc-chart-gz-height .color-54{fill:#3d9933}.rc-chart-gz-height .color-55{fill:#3c9933}.rc-chart-gz-height .color-56{fill:#3a9933}.rc-chart-gz-height .color-57{fill:#389933}.rc-chart-gz-height .color-58{fill:#369933}.rc-chart-gz-height .color-59{fill:#359933}.rc-chart-gz-height .color-60{fill:#393}.rc-chart-gz-height .color-61{fill:#339935}.rc-chart-gz-height .color-62{fill:#339936}.rc-chart-gz-height .color-63{fill:#339938}.rc-chart-gz-height .color-64{fill:#33993a}.rc-chart-gz-height .color-65{fill:#33993b}.rc-chart-gz-height .color-66{fill:#33993d}.rc-chart-gz-height .color-67{fill:#33993f}.rc-chart-gz-height .color-68{fill:#339941}.rc-chart-gz-height .color-69{fill:#339942}.rc-chart-gz-height .color-70{fill:#394}.rc-chart-gz-height .color-71{fill:#339946}.rc-chart-gz-height .color-72{fill:#339947}.rc-chart-gz-height .color-73{fill:#339949}.rc-chart-gz-height .color-74{fill:#33994b}.rc-chart-gz-height .color-75{fill:#33994d}.rc-chart-gz-height .color-76{fill:#33994e}.rc-chart-gz-height .color-77{fill:#339950}.rc-chart-gz-height .color-78{fill:#339952}.rc-chart-gz-height .color-79{fill:#339953}.rc-chart-gz-height .color-80{fill:#395}.rc-chart-gz-height .color-81{fill:#339957}.rc-chart-gz-height .color-82{fill:#339958}.rc-chart-gz-height .color-83{fill:#33995a}.rc-chart-gz-height .color-84{fill:#33995c}.rc-chart-gz-height .color-85{fill:#33995e}.rc-chart-gz-height .color-86{fill:#33995f}.rc-chart-gz-height .color-87{fill:#339961}.rc-chart-gz-height .color-88{fill:#339963}.rc-chart-gz-height .color-89{fill:#339964}.rc-chart-gz-height .color-90{fill:#396}.rc-chart-gz-height .color-91{fill:#339968}.rc-chart-gz-height .color-92{fill:#339969}.rc-chart-gz-height .color-93{fill:#33996b}.rc-chart-gz-height .color-94{fill:#33996d}.rc-chart-gz-height .color-95{fill:#33996f}.rc-chart-gz-height .color-96{fill:#339970}.rc-chart-gz-height .color-97{fill:#339972}.rc-chart-gz-height .color-98{fill:#339974}.rc-chart-gz-height .color-99{fill:#339975}.rc-chart-gz-height .color-100{fill:#397}.stress-limit-edit{position:absolute;right:10px;font-size:.8rem;z-index:620}@media (max-width: 800px){.stress-limit-edit{display:none}}.stress-limit-edit-nitrogen{top:calc(140px + (100% - 320px)/2)}.stress-limit-edit-water{top:90px}.rc-threshold{stroke:#607d8b;stroke-dasharray:2;stroke-width:1}.rc-title-cw-W h3{color:#03a9f4}.rc-chart-cw-waterstress .stress-bar-low{fill:#f44336}.rc-chart-cw-waterstress .stress-bar-medium{fill:#4fc3f7}.rc-chart-cw-waterstress .stress-bar-high{fill:#03a9f4}.rc-chart-cw-waterstress .stress-bar-unknown,.rc-chart-cw-waterstress .stress-bar-outside-critical-zone{fill:var(--chart-outside-bar)}.rc-legend-item.legend-waterNoStress:before{width:.8em;height:.8em;background-color:#03a9f4}.rc-legend-item.legend-waterMildStress:before{width:.8em;height:.8em;background-color:#4fc3f7}.rc-legend-item.legend-waterHighStress:before{width:.8em;height:.8em;background-color:#f44336}.rc-title-cw-N h3{color:#00b89f}.rc-chart-cw-nitrogenstress .stress-bar-low{fill:#f44336}.rc-chart-cw-nitrogenstress .stress-bar-medium{fill:#90e2d7}.rc-chart-cw-nitrogenstress .stress-bar-high{fill:#00b89f}.rc-chart-cw-nitrogenstress .stress-bar-unknown,.rc-chart-cw-nitrogenstress .stress-bar-outside-critical-zone{fill:var(--chart-outside-bar)}.rc-legend-item.legend-nitrogenNoStress:before{width:.8em;height:.8em;background-color:#00b89f}.rc-legend-item.legend-nitrogenMildStress:before{width:.8em;height:.8em;background-color:#90e2d7}.rc-legend-item.legend-nitrogenHighStress:before{width:.8em;height:.8em;background-color:#f44336}.rc-area.cw-temperature-area{fill:#c62828;fill-opacity:.2}.rc-line.cw-temperature-line{stroke:#c62828}.rc-legend-item.legend-rainfall:before{width:.8em;height:.8em;background-color:#1976d2}.rc-legend-item.legend-temperature:before{width:.8em;height:.8em;background-color:#c628281a;border:2px solid #C62828}.rc-area.solar-radiation-area{fill:#ffa000;fill-opacity:.2}.rc-line.solar-radiation-line{stroke:#ffa000}.rc-area.gdd-area{fill:#c62828;fill-opacity:.2}.rc-line.gdd-line{stroke:#c62828}.rc-legend-item.legend-rg:before{width:.8em;height:.8em;background-color:#ffa00033;border:2px solid #FFA000}.rc-legend-item.legend-gdd:before{width:.8em;height:.8em;background-color:#c62828}.rc-chart-bn.rc-risk-indicators{height:10px;flex:0 0 10px;margin:0 0 10px}.rc-bar.bottom-risk-indicators-bar{width:20px;fill:var(--main-bg)}.rc-bar.risk-indicators-bar{width:20px;stroke:var(--main-bg-darken)}.rc-bar.risk-indicators-bar.high{fill:#f44336}.rc-bar.risk-indicators-bar.medium{fill:#ffa000}.rc-bar.risk-indicators-bar.low{fill:#00c853}.rc-legend-item.legend-bnRiskIndicator-low:before{width:.8em;height:.8em;background-color:#00c853}.rc-legend-item.legend-bnRiskIndicator-medium:before{width:.8em;height:.8em;background-color:#ffa000}.rc-legend-item.legend-bnRiskIndicator-high:before{width:.8em;height:.8em;background-color:#f44336}.rc-legend-item.legend-bn-pjft:before{width:.8em;height:.8em;background-color:#73c83c}.rc-legend-item.legend-bn-pjfn:before{width:.8em;height:.8em;background-color:#8d6e63}.rc-chart.rc-evolution-state{min-height:100px}@media (max-width: 800px){.rc-chart.rc-evolution-state{flex:1 15vh}}.rc-line.evolution-state-line{stroke:#000}.rc-chart.rc-leaves{min-height:100px}@media (max-width: 800px){.rc-chart.rc-leaves{flex:1 15vh}}.rc-line.youngest-ill-leaves-line{stroke:#73c83c}.rc-line.youngest-necrosed-leaves-line{stroke:#8d6e63}.rc-bar.precipitations-bar{fill:#1976d2}@media (max-width: 800px){.rc-bar.precipitations-bar{flex:1 5vh}}.rc-area.pr-production-area{fill:var(--main-bg-contrast)}.rc-line.pr-production-forecast-line{stroke-dasharray:2px;stroke:var(--chart-element-reverted)}.rc-line.pr-production-line{stroke:var(--chart-element-reverted)}.rc-chart-aw{min-height:100px}.rc-bar.aw-no-risk{fill:#00c853}.rc-bar.aw-moderate-risk{fill:#f57c00}.rc-bar.aw-high-risk{fill:#f44336}.rc-bar.aw-frost-none{fill:#455a64}.rc-bar.aw-frost-loss-none{fill:#bdeaff}.rc-bar.aw-frost-loss-medium{fill:#f57c00}.rc-bar.aw-frost-loss-high{fill:#f44336}.rc-chart-thi .rc-bar.aw-moderate-risk{height:4px;transform:translateY(2px)}.rc-chart-thi .rc-bar.aw-high-risk{height:8px}.rc-line.aw-temperature{stroke:#c62828}.rc-line.aw-loss{stroke:#fff;stroke-width:1px;fill:#f44336}.rc-line.aw-wind{stroke:#607d8b}.rc-line.aw-humidity{stroke:#4fc3f7}.rc-area.aw-humidity{fill:#4fc3f733}.rc-area.aw-temperature{fill:#c628281a}.rc-area.aw-wind{fill:#607d8b33}.aw-thi-detailed-view-chart .rc-marker-today .rc-marker-line{border-color:#26323833}.aw-thi-detailed-view-chart .rc-x-axis-horizontal-thi-high{color:#f44336;font-size:1em}.aw-thi-detailed-view-chart .rc-x-axis-horizontal-thi-medium{color:#ffa000;font-size:1em}.aw-thi-detailed-view-chart .rc-line{stroke-width:1px}.aw-thi-detailed-view-chart .rc-chart-thi{flex:2}@media (max-width: 800px){.aw-thi-detailed-view-chart .rc-chart-thi{flex:0 30vh}}.aw-thi-detailed-view-chart .aw-thi-area{fill:#eceff1}.aw-thi-detailed-view-chart .aw-thi-limit-min{stroke:#ffa000}.aw-thi-detailed-view-chart .aw-thi-limit-max{stroke:#f44336}.aw-thi-detailed-view-chart .aw-thi-min,.aw-thi-detailed-view-chart .aw-thi-max{stroke:#37474f}.aw-thi-detailed-view-chart .rc-chart-aw-temperature{flex:1}@media (max-width: 800px){.aw-thi-detailed-view-chart .rc-chart-aw-temperature{flex:0 10vh}}.aw-thi-detailed-view-chart .aw-temperature-min{stroke:#c62828}.aw-thi-detailed-view-chart .aw-temperature-mean{stroke:#c62828;stroke-dasharray:2px}.aw-thi-detailed-view-chart .aw-temperature-max{stroke:#c62828}.aw-thi-detailed-view-chart .aw-temperature-area{fill:#c628281a}.aw-thi-detailed-view-chart .rc-chart-aw-humidity{flex:1}@media (max-width: 800px){.aw-thi-detailed-view-chart .rc-chart-aw-humidity{flex:0 10vh}}.aw-thi-detailed-view-chart .aw-humidity-min{stroke:#4fc3f7}.aw-thi-detailed-view-chart .aw-humidity-mean{stroke:#4fc3f7;stroke-dasharray:2px}.aw-thi-detailed-view-chart .aw-humidity-max{stroke:#4fc3f7}.aw-thi-detailed-view-chart .aw-humidity-area{fill:#4fc3f733}orc-almonds-interventions-chart.rc-interventions{position:relative}.rc-interventions{height:20px;flex:0 0 20px;display:block;position:relative;overflow:visible}.rc-interventions:not(.cw-interventions){border-top:1px solid var(--border-element)}.rc-interventions .rc-timeline-event{position:absolute;top:1px;z-index:540;height:18px;width:18px!important;text-align:center;line-height:18px;background-color:var(--main-bg-contrast);transform:translate(-50%);transition:all .1s ease;border-radius:3px}.rc-interventions .rc-timeline-event:before{font-family:itk-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;white-space:nowrap;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\eaf6";z-index:1}.rc-interventions .rc-timeline-event:after{content:attr(data-title);opacity:0;position:absolute;left:50%;transform:translate(-50%);bottom:100%;background-color:var(--tooltip-bg);color:var(--tooltip-text);padding:5px;border-radius:3px;text-align:center;transition:all .1s ease;pointer-events:none;line-height:1.2;white-space:nowrap;z-index:1;font-family:ClearSans,sans-serif;font-weight:700;font-size:.8rem;box-shadow:var(--shadowSmall)}.rc-interventions .rc-timeline-event *{color:transparent;width:0;height:0;pointer-events:none}.rc-interventions .rc-timeline-event .rc-timeline-event-line{position:absolute;z-index:-1;left:50%;transform:translateY(-50px);top:50%;opacity:0;border-right:2px solid var(--border-element)}.rc-interventions .rc-timeline-event.intervention-intercrop:after{transform:translate(-50%,150%)}.rc-interventions .rc-timeline-event:hover{box-shadow:0 0 0 1px var(--main-bg);z-index:620}.rc-interventions .rc-timeline-event:hover .rc-timeline-event-line{opacity:1}.rc-interventions .rc-timeline-event:hover:after{opacity:1;transform:translate(-50%,-5px)}.rc-interventions .rc-timeline-event.intervention-intercrop:hover:after{transform:translate(-50%,200%)}orc-almonds-detailed-view .rc-interventions .rc-timeline-event,orc-almonds-detailed-view .rc-interventions .rc-marker-intervention,orc-detailed-view .rc-interventions .rc-timeline-event,orc-detailed-view .rc-interventions .rc-marker-intervention,vt-water-detailed-view .rc-interventions .rc-timeline-event,vt-water-detailed-view .rc-interventions .rc-marker-intervention,vt-nitrogen-detailed-view .rc-interventions .rc-timeline-event,vt-nitrogen-detailed-view .rc-interventions .rc-marker-intervention,vt-powdery-mildew-gubler-thomas-detailed-view .rc-interventions .rc-timeline-event,vt-powdery-mildew-gubler-thomas-detailed-view .rc-interventions .rc-marker-intervention{margin-left:30px}@media (max-width: 800px){orc-almonds-detailed-view .rc-interventions .rc-timeline-event,orc-almonds-detailed-view .rc-interventions .rc-marker-intervention,orc-detailed-view .rc-interventions .rc-timeline-event,orc-detailed-view .rc-interventions .rc-marker-intervention,vt-water-detailed-view .rc-interventions .rc-timeline-event,vt-water-detailed-view .rc-interventions .rc-marker-intervention,vt-nitrogen-detailed-view .rc-interventions .rc-timeline-event,vt-nitrogen-detailed-view .rc-interventions .rc-marker-intervention,vt-powdery-mildew-gubler-thomas-detailed-view .rc-interventions .rc-timeline-event,vt-powdery-mildew-gubler-thomas-detailed-view .rc-interventions .rc-marker-intervention{margin-left:0}}vt-intercrop-status-chart rc-domain .timeline-wrapper .rc-timeline-event .rc-timeline-event-line{transform:translateY(-72px)}.rc-interventions-bn.rc-interventions{height:21px;flex:0 0 21px}.rc-interventions-bn .rc-timeline-event{top:22px;height:17px}.rc-interventions-bn .rc-timeline-event .rc-timeline-event-line{transform:translateY(-31px)}cw-intervention-chart rc-domain .timeline-wrapper .intervention-irrigation .rc-timeline-event-line{transform:translateY(-10%)}cw-intervention-chart rc-domain .timeline-wrapper .intervention-nitrogen .rc-timeline-event-line{transform:translateY(-46%)}.vt-interventions-marker{z-index:540}.vt-interventions-marker .marker-interventions.intervention-irrigation{background-color:#03a9f4}.vt-interventions-marker .marker-interventions.intervention-irrigation:before{color:#fff}.vt-interventions-marker .marker-interventions.intervention-irrigation:after{background-color:#03a9f4}.vt-interventions-marker .marker-interventions.intervention-irrigation .rc-timeline-event-line{border-color:#03a9f4}.vt-interventions-marker .marker-interventions.icon-multiple{background-color:#1976d2}.vt-interventions-marker .marker-interventions.icon-multiple:before{color:#fff}.vt-interventions-marker .marker-interventions.icon-multiple:after{background-color:#1976d2}.vt-interventions-marker .marker-interventions.icon-multiple .rc-timeline-event-line{border-color:#1976d2}.vt-interventions-marker .marker-interventions-tooltip{display:none}.vt-interventions-marker:hover .marker-interventions-tooltip{display:block}.rc-timeline-event.intervention-irrigation{background-color:#03a9f4}.rc-timeline-event.intervention-irrigation:before{content:"\ea7a";color:#fff}.rc-timeline-event.intervention-irrigation:after{background-color:#03a9f4}.rc-timeline-event.intervention-irrigation .rc-timeline-event-line{border-color:#03a9f4}.rc-timeline-event.intervention-irrigation-auto{background-color:#e1eef5}.rc-timeline-event.intervention-irrigation-auto:before{content:"\ea7a";color:#026fa2}.rc-timeline-event.intervention-irrigation-auto:after{background-color:#e1eef5;color:#026fa2}.rc-timeline-event.intervention-irrigation-auto .rc-timeline-event-line{border-color:#e1eef5}.rc-timeline-event.intervention-irrigation-expert{background-color:#e1eef5}.rc-timeline-event.intervention-irrigation-expert:before{content:"\ea7a";color:#026fa2}.rc-timeline-event.intervention-irrigation-expert:after{background-color:#e1eef5;color:#026fa2}.rc-timeline-event.intervention-irrigation-expert .rc-timeline-event-line{border-color:#e1eef5}.rc-timeline-event.intervention-nitrogen{background-color:#00b89f}.rc-timeline-event.intervention-nitrogen:before{content:"\eadd";color:#fff}.rc-timeline-event.intervention-nitrogen:after{background-color:#00b89f}.rc-timeline-event.intervention-nitrogen .rc-timeline-event-line{border-color:#00b89f}.rc-timeline-event.intervention-nitrogen.standard:before{content:"\ead9"}.rc-timeline-event.intervention-nitrogen.foliar:before{content:"\ead7"}.rc-timeline-event.intervention-nitrogen.fertirrigation:before{content:"\ea90"}.rc-timeline-event.intervention-observation{background-color:var(--border-element)}.rc-timeline-event.intervention-observation:before{content:"\eae0"}.rc-timeline-event.bn-intervention-treatment,.rc-timeline-event.intervention-treatment{background-color:#7e57c2}.rc-timeline-event.bn-intervention-treatment:before,.rc-timeline-event.intervention-treatment:before{content:"\eb3e";color:#fff;font-size:.9em}.rc-timeline-event.bn-intervention-treatment:after,.rc-timeline-event.intervention-treatment:after{background-color:#7e57c2;color:#fff}.rc-timeline-event.bn-intervention-treatment .rc-timeline-event-line,.rc-timeline-event.intervention-treatment .rc-timeline-event-line{border-color:#7e57c2}.rc-timeline-event.bn-intervention-treatment .rc-timeline-event-line{opacity:1}.rc-timeline-event.intervention-exchange{background-color:var(--border-element)}.rc-timeline-event.intervention-exchange:before{content:"\ea85";font-size:.9em}.rc-timeline-event.intervention-exchange:after{color:#fff}.rc-timeline-event.intervention-exchange .rc-timeline-event-line{opacity:1;border-color:var(--border-element)}.rc-timeline-event.intervention-intercrop{background-color:var(--main-bg-darken);color:#73c83c;border-radius:0;box-shadow:0 0 0 1px var(--main-bg-darken) inset}.rc-timeline-event.intervention-intercrop:hover{background-color:#73c83c}.rc-timeline-event.intervention-intercrop:hover:before{color:#fff}.rc-timeline-event.intervention-intercrop:before{color:#73c83c;font-size:1.2em}.rc-timeline-event.intervention-intercrop:after{color:#fff;background-color:#73c83c}.rc-timeline-event.intervention-intercrop .rc-timeline-event-line{border-color:#73c83c}.rc-timeline-event.intervention-intercrop-sowing:before{content:"\ea60"}.rc-timeline-event.intervention-intercrop-mowing:before{content:"\ea5d"}.rc-timeline-event.intervention-intercrop-disking:before{content:"\ea53"}.rc-timeline-event.intervention-intercrop-herbicide:before{content:"\ea58"}.rc-timeline-event.intervention-intercrop-rolling:before{content:"\ea5e"}.rc-timeline-event.intervention-intercrop-senescence{background-color:var(--main-bg)}.rc-timeline-event.intervention-intercrop-senescence:after{color:#fff;background-color:#8d6e63}.rc-timeline-event.intervention-intercrop-senescence:before{content:"\ea5f";color:#8d6e63}.rc-timeline-event.intervention-intercrop-senescence:hover{background-color:#8d6e63;color:#fff}.rc-timeline-event.intervention-intercrop-senescence:hover:before{color:#fff;background-color:#8d6e63}.rc-timeline-event.intervention-intercrop-senescence .rc-timeline-event-line{border-color:#8d6e63}.rc-interventions{height:20px;display:block;position:initial;overflow:visible}.rc-interventions-intercrop{position:relative}.rc-interventions .rc-marker{z-index:540}.rc-interventions .rc-marker:hover,.rc-interventions .rc-marker:focus{z-index:620}.rc-interventions .rc-marker:hover .rc-marker-line,.rc-interventions .rc-marker:focus .rc-marker-line{display:block}.rc-interventions .rc-marker-title{position:absolute;top:42px;transform:translate(-50%);text-align:center;padding:0;background-color:transparent}@media (max-height: 900px){.rc-interventions .rc-marker-title{top:32px}}.rc-interventions .rc-marker-intervention-dot{display:block;height:17px;width:17px!important;line-height:17px;background-color:var(--main-bg-contrast);border-radius:3px}.rc-interventions .rc-marker-intervention-dot:before{font-size:1em}.rc-interventions .rc-marker-intervention-tooltip{position:absolute;background-color:var(--main-bg-contrast);bottom:100%;margin:0 auto 5px;max-width:200px;width:max-content;display:none;left:50%;padding:1px;border-radius:3px;font-size:.9em;transform:translate(-50%);white-space:normal}.rc-interventions .rc-marker-intervention-tooltip-title{padding:0 2px}.rc-interventions .rc-marker-intervention-tooltip-content{padding:4px 5px 2px 2px}.rc-interventions .rc-marker-intervention-tooltip-content div:before{font-size:1em;opacity:.5;padding:0 4px 0 0}.rc-interventions .rc-marker-intervention-dot:hover+.rc-marker-intervention-tooltip,.rc-interventions .rc-marker-intervention-dot:focus+.rc-marker-intervention-tooltip{display:block}.rc-interventions .rc-marker-line{position:absolute;transform:translate(-1px);height:100%;display:none;border-right:2px solid var(--border-element)}.intervention-multiple .rc-marker-intervention-dot,.intervention-multiple .rc-marker-intervention-tooltip{background-color:#37474f;color:#fff}.intervention-multiple .rc-marker-intervention-tooltip-title{color:#fff}.intervention-multiple .rc-marker-intervention-tooltip-content{background-color:#fff;color:#37474f}.intervention-multiple .rc-marker-line{border-color:#37474f}.rc-marker-intervention-tooltip-content .intervention-multiple{color:#37474f}.intervention-irrigation .rc-marker-intervention-dot,.intervention-irrigation .rc-marker-intervention-tooltip{background-color:#03a9f4;color:#fff}.intervention-irrigation .rc-marker-intervention-tooltip-title{color:#fff}.intervention-irrigation .rc-marker-intervention-tooltip-content{background-color:#fff;color:#03a9f4}.intervention-irrigation .rc-marker-line{border-color:#03a9f4}.rc-marker-intervention-tooltip-content .intervention-irrigation{color:#03a9f4}.intervention-irrigation-auto .rc-marker-intervention-dot,.intervention-irrigation-auto .rc-marker-intervention-tooltip{background-color:#e1eef5;color:#026fa2}.intervention-irrigation-auto .rc-marker-intervention-tooltip-title{color:#026fa2}.intervention-irrigation-auto .rc-marker-intervention-tooltip-content{background-color:#fff;color:#e1eef5}.intervention-irrigation-auto .rc-marker-line{border-color:#e1eef5}.rc-marker-intervention-tooltip-content .intervention-irrigation-auto{color:#e1eef5}.intervention-nitrogen .rc-marker-intervention-dot,.intervention-nitrogen .rc-marker-intervention-tooltip{background-color:#00b89f;color:#fff}.intervention-nitrogen .rc-marker-intervention-tooltip-title{color:#fff}.intervention-nitrogen .rc-marker-intervention-tooltip-content{background-color:#fff;color:#00b89f}.intervention-nitrogen .rc-marker-line{border-color:#00b89f}.rc-marker-intervention-tooltip-content .intervention-nitrogen{color:#00b89f}.intervention-observation .rc-marker-intervention-dot,.intervention-observation .rc-marker-intervention-tooltip{background-color:#37474f;color:#fff}.intervention-observation .rc-marker-intervention-tooltip-title{color:#fff}.intervention-observation .rc-marker-intervention-tooltip-content{background-color:#fff;color:#37474f}.intervention-observation .rc-marker-line{border-color:#37474f}.rc-marker-intervention-tooltip-content .intervention-observation{color:#37474f}.intervention-treatment .rc-marker-intervention-dot,.intervention-treatment .rc-marker-intervention-tooltip{background-color:#7e57c2;color:#fff}.intervention-treatment .rc-marker-intervention-tooltip-title{color:#fff}.intervention-treatment .rc-marker-intervention-tooltip-content{background-color:#fff;color:#7e57c2}.intervention-treatment .rc-marker-line{border-color:#7e57c2}.rc-marker-intervention-tooltip-content .intervention-treatment{color:#7e57c2}.intervention-exchange .rc-marker-intervention-dot,.intervention-exchange .rc-marker-intervention-tooltip{background-color:#37474f;color:#fff}.intervention-exchange .rc-marker-intervention-tooltip-title{color:#fff}.intervention-exchange .rc-marker-intervention-tooltip-content{background-color:#fff;color:#37474f}.intervention-exchange .rc-marker-line{border-color:#37474f}.rc-marker-intervention-tooltip-content .intervention-exchange{color:#37474f}.rc-tooltip-wrapper .rc-tooltip{visibility:hidden!important}.rc-tooltip-wrapper .rc-tooltip.rc-tooltip-lower-bound{bottom:-20px;top:inherit!important}.rc-tooltip-wrapper .rc-tooltip.rc-tooltip-upper-bound{top:0!important}@media screen and (min-width: 800px){.rc-chart-orc .rc-tooltip,.rc-chart-orca .rc-tooltip,.rc-chart-vt-water .rc-tooltip,.rc-chart-vt-nitrogen .rc-tooltip,.rc-chart-vt-gubler .rc-tooltip{margin-left:44px}}.rc-tooltip{min-height:20px;line-height:20px;background:var(--main-bg);padding:0 10px;z-index:600;position:absolute;border-radius:3px 5px 5px 3px;border-width:1px 1px 1px 2px;border-style:solid;border-color:var(--border-element);white-space:nowrap;transform:translateY(-100%) translate(0);box-sizing:border-box;box-shadow:0 10px 15px #2632381a;margin:-10px 14px}.rc-tooltip:after,.rc-tooltip:not(.rc-legend-item):before{content:"";position:absolute;height:10px;width:10px;border-radius:50%;left:-20px;bottom:-15px;box-shadow:0 0 0 2px var(--main-bg);background-color:var(--main-bg)}.rc-tooltip:after{background-color:#37474f}.rc-tooltip-left{transform:translateY(-100%) translate(calc(-100% - 26px));border-width:1px 2px 1px 1px;border-radius:5px 3px 3px 5px}.rc-tooltip-left:after,.rc-tooltip-left:not(.rc-legend-item):before{right:-20px;left:inherit}.rc-tooltip-static{border-width:1px 1px 1px 1px;border-radius:5px;transform:translate(-50%) translateY(10px);text-align:center;opacity:0;animation-name:fadeIn;animation-delay:50ms;animation-fill-mode:forwards;animation-duration:.2s;animation-iteration-count:1;animation-timing-function:ease}.rc-tooltip-static:after,.rc-tooltip-static:before{content:none!important}.rc-tooltip .rc-tooltip-sub{font-style:italic;color:var(--text-contrast)}.rc-tooltip .rc-tooltip-header{background-color:#37474f;color:#fff;margin-left:-11px;margin-top:-1px;padding:0 10px;box-sizing:border-box;width:calc(100% + 22px);border-radius:5px 5px 0 0}.rc-tooltip.rc-tooltip-translateback{transform:translate(-25px)}.rc-tooltip .tooltip-provider{font-size:10px}.rc-tooltip.only-dot{min-height:0;line-height:0;border-style:none}.soil-available-water-tooltip{border-color:#03a9f44d;border-left-color:#03a9f4}.soil-available-water-tooltip:after{background-color:#03a9f44d;box-shadow:0 0 0 2px inset #03a9f4}.soil-available-nitrogen-tooltip{border-color:#00b89f4d;border-left-color:#00b89f}.soil-available-nitrogen-tooltip:after{background-color:#00b89f4d;box-shadow:0 0 0 2px inset #00b89f}.gdd-tooltip{border-color:#c6282833;border-left-color:#c62828}.gdd-tooltip:after{background-color:#c62828}.rg-tooltip{border-color:#ffa0004d;border-right-color:#ffa000}.rg-tooltip:after{background-color:#ffa0004d;box-shadow:0 0 0 2px inset #ffa000}.etc-tooltip{border-color:#c0ca334d;border-left-color:#c0ca33}.etc-tooltip:after{background-color:#c0ca334d;box-shadow:0 0 0 2px inset #c0ca33}.temperature-tooltip{border-color:#c6282833;border-left-color:#c62828}.temperature-tooltip:after{background-color:#c6282833;box-shadow:0 0 0 2px inset #c62828}.precipitations-tooltip{border-color:#1976d24d;border-left-color:#1976d2}.precipitations-tooltip:after{background-color:#1976d2}.override-precipitations-tooltip{border-color:#4fc3f74d;border-right-color:#4fc3f7}.override-precipitations-tooltip:after{background-color:#4fc3f7}.windSpeed-tooltip{border-color:#607d8b33;border-left-color:#607d8b}.windSpeed-tooltip:after{background-color:#607d8b33;box-shadow:0 0 0 2px inset #607d8b}.relativeHumidity-tooltip{border-color:#4fc3f733;border-left-color:#4fc3f7}.relativeHumidity-tooltip:after{background-color:#4fc3f733;box-shadow:0 0 0 2px inset #4fc3f7}.solarRadiation-tooltip{border-color:#ffa00033;border-left-color:#ffa000}.solarRadiation-tooltip:after{background-color:#ffa00033;box-shadow:0 0 0 2px inset #ffa000}.water-potential-tooltip[class*=left]{border-right-color:#37474f}.water-potential-tooltip:before,.water-potential-tooltip:after{background-color:#fff;box-shadow:0 0 0 2px #fff!important}.water-potential-tooltip:after{background-color:#37474f}.water-potential-tooltip.high-stress{border-color:#f4433633;border-left-color:#f44336}.water-potential-tooltip.high-stress:after{background-color:#f44336}.water-potential-tooltip.medium-stress{border-color:#ffa0004d;border-left-color:#ffa000}.water-potential-tooltip.medium-stress:after{background-color:#ffa000}.water-potential-tooltip.low-stress{border-color:#00c8534d;border-left-color:#00c853}.water-potential-tooltip.low-stress:after{background-color:#00c853}.water-potential-tooltip.excessive-stress{border-color:#03a9f44d;border-left-color:#03a9f4}.water-potential-tooltip.excessive-stress:after{background-color:#03a9f4}.vine-demand-tooltip{transform:translateY(-200%) translate(0);border-width:1px}.vine-demand-tooltip:after{background-color:var(--chart-element-reverted);margin-bottom:-20px}.soil-uptake-tooltip{border-width:1px}.soil-uptake-tooltip:after{background-color:var(--nitrogen-uptake)}.storage-supply-tooltip{border-width:1px}.storage-supply-tooltip:after{background-color:#00b89f}.disease-tooltip{border-color:#00c8534d;border-left-color:#00c853}.disease-tooltip[class*=left]{border-right-color:#00c853}.disease-tooltip:before,.disease-tooltip:after{background-color:#fff;box-shadow:0 0 0 2px #fff!important}.disease-tooltip:after{background-color:#00c853}.disease-tooltip.high-risk{border-color:#f4433633;border-left-color:#f44336}.disease-tooltip.high-risk:after{background-color:#f44336}.disease-tooltip.medium-risk{border-color:#ffa0004d;border-left-color:#ffa000}.disease-tooltip.medium-risk:after{background-color:#ffa000}.disease-tooltip.low-risk{border-color:#00c8534d;border-left-color:#00c853}.disease-tooltip.low-risk:after{background-color:#00c853}.disease-tooltip.no-risk{border-color:#90a4ae4d;border-left-color:#90a4ae}.disease-tooltip.no-risk:after{background-color:#90a4ae}.disease-tooltip.protected{border-color:#7e57c24d;border-left-color:#7e57c2}.disease-tooltip.protected:after{background-color:#7e57c2}.disease-tooltip.moderate-protection{border-color:#ce93d84d;border-left-color:#ce93d8}.disease-tooltip.moderate-protection:after{background-color:#ce93d8}.germinative-oospores-tooltip{border-color:#79554833;border-left-color:#795548}.germinative-oospores-tooltip:after{background-color:#795548;box-shadow:0 0 0 2px inset #795548}.mature-oospores-tooltip{border-color:#bcaaa433;border-right-color:#bcaaa4;border-width:1px 2px 1px 1px}.mature-oospores-tooltip:after{background-color:#bcaaa4;box-shadow:0 0 0 2px inset #bcaaa4}.stress-tooltip.high-stress{border-color:#f4433633;border-left-color:#f44336}.stress-tooltip.high-stress:after{background-color:#f44336}.stress-tooltip.outside-critical{border-color:var(--border-element);border-left-color:var(--border-element)}.stress-tooltip.outside-critical:after{background-color:var(--border-element)}.stress-tooltip-water.medium-stress{border-color:#4fc3f74d;border-left-color:#4fc3f7}.stress-tooltip-water.medium-stress:after{background-color:#4fc3f7}.stress-tooltip-water.no-stress{border-color:#03a9f44d;border-left-color:#03a9f4}.stress-tooltip-water.no-stress:after{background-color:#03a9f4}.stress-tooltip-n.medium-stress{border-color:#90e2d74d;border-left-color:#90e2d7}.stress-tooltip-n.medium-stress:after{background-color:#90e2d7}.stress-tooltip-n.no-stress{border-color:#00b89f4d;border-left-color:#00b89f}.stress-tooltip-n.no-stress:after{background-color:#00b89f}.bar-recommendation-tooltip{border-color:#03a9f44d;border-right-color:#03a9f4}.bar-recommendation-tooltip:after{background-color:#03a9f4}.line-recommendation-tooltip{border-color:#01579b4d;border-left-color:#01579b}.line-recommendation-tooltip:after{background-color:#01579b}.rc-tooltip-aw-frost-none{border-color:#455a6433;border-left-color:#455a64}.rc-tooltip-aw-frost-none:after{background-color:#455a64}.rc-tooltip-aw-frost-loss-none{border-color:#bdeaff33;border-left-color:#bdeaff}.rc-tooltip-aw-frost-loss-none:after{background-color:#bdeaff}.rc-tooltip-aw-frost-loss-medium{border-color:#f57c0033;border-left-color:#f57c00}.rc-tooltip-aw-frost-loss-medium:after{background-color:#f57c00}.rc-tooltip-aw-frost-loss-high{border-color:#f4433633;border-left-color:#f44336}.rc-tooltip-aw-frost-loss-high:after{background-color:#f44336}.rc-tooltip-aw-temperature{border-color:#c6282833;border-left-color:#c62828}.rc-tooltip-aw-temperature:after{background-color:#c6282833;box-shadow:0 0 0 2px inset #c62828}.rc-tooltip-aw-temperature-minmax{border-color:#c6282833;border-left-color:#c6282833}.rc-tooltip-aw-temperature-minmax:after{background-color:#c6282833}.rc-tooltip-aw-wind{border-color:#607d8b33;border-left-color:#607d8b}.rc-tooltip-aw-wind:after{background-color:#607d8b33;box-shadow:0 0 0 2px inset #607d8b}.rc-tooltip-aw-humidity{border-color:#4fc3f733;border-left-color:#4fc3f7}.rc-tooltip-aw-humidity:after{background-color:#4fc3f733;box-shadow:0 0 0 2px inset #4fc3f7}.rc-tooltip-aw-thi{border-color:#37474f33;border-left-color:#37474f}.rc-tooltip-aw-thi:after{background-color:#37474f33;box-shadow:0 0 0 2px inset #37474f}.rc-legend-item{white-space:nowrap}.rc-legend-item:before{width:10px;height:10px}.rc-legend-item.legend-aw-frost:before{background-color:#e1f5fe}.rc-legend-item.legend-aw-moderate-risk:before{background-color:#f57c00}.rc-legend-item.legend-aw-high-risk:before{background-color:#f44336}.rc-legend-item.legend-aw-thi:before{background-color:#37474f}.rc-legend-item.legend-aw-thi-indicator-medium:before{background-color:#f57c00}.rc-legend-item.legend-aw-thi-indicator-high:before{background-color:#f44336}.rc-legend-item.legend-aw-wind:before{background-color:#607d8b33;box-shadow:0 0 0 2px inset #607d8b}.rc-legend-item.legend-aw-temperature:before{background-color:#c6282833;box-shadow:0 0 0 2px inset #c62828}.rc-legend-item.legend-aw-temperature-minmax:before{background-color:#c6282833}.rc-legend-item.legend-aw-humidity:before{background-color:#4fc3f733;box-shadow:0 0 0 2px inset #4fc3f7}body.darktheme{--logo-itk: url(logo_itk_white.51b3c09c9863d261.svg);--app-login-logo: url(logo_white.2440d839d884fdcd.svg);--logo-loader: url(logo_loader_white.706919b7239d1601.svg);--header-bg: #37474F;--header-txt: #fff;--header-nav-active: #fff;--header-banner-bg: #263238;--header-banner-txt: #FFF;--main-bg: #263238;--main-bg-darken: rgb(27.6914893617, 36.4361702128, 40.8085106383);--main-bg-contrast-light: #37474F;--main-bg-contrast: #455A64;--main-border: #37474F;--main-bg-dark: #B0BEC5;--chart-overlay: rgba(55, 71, 79, .6);--border-element: #546E7A;--border-element-hover: #78909C;--border-element-active: #fff;--hover-element: var(--main-bg-darken);--glass: rgba(8, 11, 12, .7);--glass-light: rgba(38, 50, 56, .8);--onboarding-glass: var(--glass);--onboarding-focus-border: #000;--onboarding-focus-anim: #888;--text: #fff;--text-contrast: #90A4AE;--text-light: #37474F;--text-light-contrast: #607D8B;--tooltip-bg: #fff;--tooltip-text: #37474F;--tooltip-text-light: #B0BEC5;--button-bg:#455A64;--button-bg-hover: #37474F;--button-bg-disabled: rgb(48.3085106383, 63.5638297872, 71.1914893617);--button-text-disabled: #546E7A;--button-nav: #607D8B;--button-nav-active: #fff;--button-nav-active-text: #37474F;--button-main-color: var(--main-color);--button-main-color-darken: var(--main-color-darken-5pct);--button-main-color-text: #fff;--chart-marker: #455A64;--chart-movable-marker: #607D8B;--chart-element-reverted: #fff;--chart-forecast-overlay: rgba(55, 71, 79, .3);--chart-axis-color: rgba(255, 255, 255, .7);--nitrogen-uptake: rgba(0, 184, 159, .5);--chart-outside-bar: #455A64;--scrollbar-track: var(--main-bg-darken);--scrollbar-thumb: var(--button-bg);--scrollbar-thumb-hover: var(--button-bg-hover);--intervention: #546E7A;--search-filter-bg: rgb(27.6914893617, 36.4361702128, 40.8085106383);--prevent-menu-background: #1c2429;--prevent-menu-shadow: #171e22;--prevent-menu-tab-background: #263238;--prevent-map-btn-background: #263238;--prevent-alert-background: #1c2429;--shadow-light: 0px 10px 15px 0px rgba($greyblue-900,.1);--shadow: 0px 10px 15px 0px rgba(0,0,0,.5);--shadowSmall: 0px 5px 10px 0px rgba(0,0,0, .5);--shadowLight-reversed: 0px -10px 15px 0px rgba(0,0,0,.1)}.darktheme .blocklist-item:hover,.darktheme .blocklist-item:focus,.darktheme .blocklist-item.active{background-color:var(--hover-element)!important;color:#fff}.darktheme .loader{stroke:#fff}@media (max-width: 1600px){.hide-on-medium-screen{display:none!important}}@media (min-width: 1150px) and (max-width: 1600px){.hide-between-medium-small{display:none!important}}@media (max-width: 550px){.hide-on-mobile{display:none!important}}@media (min-width: 551px){.show-on-mobile{display:none!important}}@media (max-width: 800px){.hide-on-tablet-portrait{display:none!important}}@media (min-width: 801px){.show-on-tablet-portrait{display:none!important}}@media (max-width: 1150px){.hide-on-tablet{display:none!important}}@media (max-width: 1300px){.hide-on-small-screen{display:none!important}}@media (min-width: 801px){.hide-on-desktop{display:none!important}}
