/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}@keyframes bounce{0%,20%,53%,80%,to{transition-timing-function:cubic-bezier(0.215,0.61,0.355,1);transform:translate3d(0,0,0)}40%,43%{transition-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);transform:translate3d(0,-30px,0)}70%{transition-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scale3d(1,1,1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scale3d(1,1,1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scale3d(1,1,1)}30%{transform:scale3d(1.25,0.75,1)}40%{transform:scale3d(0.75,1.25,1)}50%{transform:scale3d(1.15,0.85,1)}65%{transform:scale3d(0.95,1.05,1)}75%{transform:scale3d(1.05,0.95,1)}to{transform:scale3d(1,1,1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes swing{20%{transform:rotate3d(0,0,1,15deg)}40%{transform:rotate3d(0,0,1,-10deg)}60%{transform:rotate3d(0,0,1,5deg)}80%{transform:rotate3d(0,0,1,-5deg)}to{transform:rotate3d(0,0,1,0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scale3d(1,1,1)}10%,20%{transform:scale3d(0.9,0.9,0.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{transform:scale3d(1,1,1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:none}15%{transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{transform:none}}.wobble{animation-name:wobble}@keyframes bounceIn{0%,20%,40%,60%,80%,to{transition-timing-function:cubic-bezier(0.215,0.61,0.355,1)}0%{opacity:0;transform:scale3d(0.3,0.3,0.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(0.9,0.9,0.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(0.97,0.97,0.97)}to{opacity:1;transform:scale3d(1,1,1)}}.bounceIn{animation-name:bounceIn;animation-duration:0.75s}@keyframes bounceInDown{0%,60%,75%,90%,to{transition-timing-function:cubic-bezier(0.215,0.61,0.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{transition-timing-function:cubic-bezier(0.215,0.61,0.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{transition-timing-function:cubic-bezier(0.215,0.61,0.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{transition-timing-function:cubic-bezier(0.215,0.61,0.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translate3d(0,0,0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(0.9,0.9,0.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(0.3,0.3,0.3)}}.bounceOut{animation-name:bounceOut;animation-duration:0.75s}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) rotate3d(0,1,0,-360deg);animation-timing-function:ease-out}40%{transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(0.95,0.95,0.95);animation-timing-function:ease-in}to{transform:perspective(400px);animation-timing-function:ease-in}}.animated.flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotate3d(1,0,0,90deg);transition-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(1,0,0,-20deg);transition-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{transform:perspective(400px)}}.flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotate3d(0,1,0,90deg);transition-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(0,1,0,-20deg);transition-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{transform:perspective(400px)}}.flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{animation-name:flipOutX;animation-duration:0.75s;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{backface-visibility:visible!important;animation-name:flipOutY;animation-duration:0.75s}@keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center;transform:rotate3d(0,0,1,-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate3d(0,0,1,-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate3d(0,0,1,80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate3d(0,0,1,60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-name:hinge}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(0.3,0.3,0.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(0.1,0.1,0.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}60%{opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(0.1,0.1,0.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}60%{opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(0.1,0.1,0.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}60%{opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(0.1,0.1,0.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}60%{opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(0.3,0.3,0.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}to{opacity:0;transform:scale3d(0.1,0.1,0.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(0.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(0.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}to{opacity:0;transform:scale3d(0.1,0.1,0.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translateY(-100%);visibility:visible}to{transform:translateY(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translateX(-100%);visibility:visible}to{transform:translateX(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translateX(100%);visibility:visible}to{transform:translateX(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translateY(100%);visibility:visible}to{transform:translateY(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateY(0)}to{visibility:hidden;transform:translateY(100%)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateX(0)}to{visibility:hidden;transform:translateX(-100%)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateX(0)}to{visibility:hidden;transform:translateX(100%)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateY(0)}to{visibility:hidden;transform:translateY(-100%)}}.slideOutUp{animation-name:slideOutUp}@font-face{font-family:FFDaxWebLight;src:url(../fonts/333ABC_0_0.83abaabc.eot);src:url(../fonts/333ABC_0_0.83abaabc.eot) format("embedded-opentype"),url(../fonts/333ABC_0_0.cd6e3e14.woff2) format("woff2"),url(../fonts/333ABC_0_0.3a3281cd.woff) format("woff"),url(../fonts/333ABC_0_0.4db3a1a1.ttf) format("truetype")}@font-face{font-family:FFDaxWebMedium;src:url(../fonts/333ABC_1_0.b984c765.eot);src:url(../fonts/333ABC_1_0.b984c765.eot) format("embedded-opentype"),url(../fonts/333ABC_1_0.b27553c9.woff2) format("woff2"),url(../fonts/333ABC_1_0.c0ea7c1a.woff) format("woff"),url(../fonts/333ABC_1_0.bee745bc.ttf) format("truetype")}.FFDaxWebLight{font-family:FFDaxWebLight}.FFDaxWebLight,.FFDaxWebMedium{font-weight:400;font-style:normal}.FFDaxWebMedium{font-family:FFDaxWebMedium}body{font-size:12pt;line-height:1.4}body,h1,h1 span,h2,h2 span,h3,h3 span,h4,h4 span,h5,h5 span,h6,h6 span{margin:0;padding:0;font-family:FFDaxWebLight;font-weight:400;font-style:normal}h1,h1 span,h2,h2 span,h3,h3 span,h4,h4 span,h5,h5 span,h6,h6 span{text-align:left}.bg-primary{background:#77af80!important}.left_drawer .q-item{color:#374b31}.left_drawer .q-item--active,.left_drawer .q-item.q-router-link--active{color:#77af80}.text-coolGrey{color:#6e8192}.bg-coolGrey{background-color:#6e8192}.bg-greenOne{background-color:#77af80}.text-coolOrange{color:#ee853a}.bg-coolOrange{background-color:#ee853a}.mt0{margin-top:0px!important}.mt10{margin-top:10px}.mt15{margin-top:15px}.mt20{margin-top:20px}.mt30{margin-top:30px}.mt35{margin-top:35px}.mt40{margin-top:40px}.mt45{margin-top:45px}.mt60{margin-top:60px}.md0{margin-bottom:0px}.md10{margin-bottom:10px}.md15{margin-bottom:15px}.md20{margin-bottom:20px}.md30{margin-bottom:30px}.md40{margin-bottom:40px}.md60{margin-bottom:60px}.ml30{margin-left:30px}.ml60{margin-left:60px}.mr30{margin-right:30px}.pl30{padding-left:30px}.pl40{padding-left:40px}.pl48{padding-left:48px}.pl60{padding-left:60px}.pr30{padding-right:30px}.pr40{padding-right:40px}.p0{padding:0}.p30{padding:30px}.pt30{padding-top:30px}.pt60{padding-top:60px}.pd60{padding-bottom:60px}.pd30{padding-bottom:30px}.pt0{padding-top:0px!important}.pt5{padding-top:5px}@media (max-width:768px){.mmt15{margin-top:15px}.mmt30{margin-top:30px}.mmd50{margin-bottom:50px}.ml60,.mml30{margin-left:30px}.mmd0{margin-bottom:0px!important}.mmd30{margin-bottom:30px}}.text-h5{font-weight:200}.logo{margin-left:30px;line-height:1;display:block}.logo img{display:block;max-width:160px}.container-full{width:100%}.loginForm{border-radius:19px;background:#f7f7f7;overflow:hidden;padding:15px 10px;max-width:90vw;min-width:500px;width:100%!important}.avatar{display:none;top:15px;width:100px;height:100px;border-radius:100px!important;overflow:hidden;transform:translateX(-50%) translateY(-100%);background:#fff}.avatar,.avatar img{position:absolute;left:50%}.avatar img{width:70%;display:block;height:auto;bottom:10px;transform:translateX(-50%)}#map .vue-map-container{width:100%;min-height:300px}.left_drawer{border-right:1px solid #fff!important}.widget.spaced{margin:60px 0}.neomorphic{background:#f7f7f7}.neomorphic .widget.neo{position:relative;border-radius:19px;background:#f7f7f7;box-shadow:20px 20px 26px #e8e8e8,-20px -20px 26px #fff;overflow:hidden}.neomorphic .widget.neo .fixWIco{position:absolute;right:0}.neomorphic .neo .q-table__card{color:#000;background-color:#fff;border-radius:0px;box-shadow:none}.sideBySide{display:flex;justify-content:space-between;align-items:stretch;flex-wrap:wrap}.sideBySide.charts .widget{flex:1 1 50%;margin:0px 0px;padding:30px 15px;max-width:32%}.q-slide-item__right{background:#ee853a}.neo.widget h5{color:#6e8192;position:relative}.neomorphic .widget.neo .q-stepper{box-shadow:none;border-radius:0px}@media (max-width:1280px){.sideBySide.charts{display:block}.sideBySide.charts .widget{max-width:none;width:100%;margin:30px 0}.sideBySide.charts .widget>div{margin:auto}.sideBySide.charts .apexcharts-canvas{margin:auto;display:block}}.flexRow div[class^=col]>div{height:100%}.flexRow{margin-left:-15px;margin-right:-15px}.flexRow div[class^=col]{padding:0 15px}.padded{padding:15px}.myTools .q-chip{margin:10px}.q-timeline__heading-title{font-size:1.5rem;font-weight:400;line-height:2rem;letter-spacing:normal}@media (max-width:960px){.neomorphic .q-pa-xl{padding:15px}.widget.spaced{margin:30px 0}.flexRow{margin-top:30px!important;margin-bottom:30px!important}.flexRow div[class^=col]{padding:0 15px}.flexRow div[class^=col]+div[class^=col]{margin-top:30px}}.q-item__label.q-item__label--caption.text-caption{font-family:FFDaxWebMedium;font-weight:400}.loginBgd{position:fixed;background-position:50%!important;background-size:cover!important;left:0;right:0;top:0;bottom:0}.cTable th{font-family:FFDaxWebMedium}h5 span.iconic i{display:block;line-height:0.9}h5 span.iconic{line-height:1;display:inline-block;vertical-align:middle;animation-fill-mode:forwards;animation-name:fadeIcon;animation-duration:3s;color:#77af80}@keyframes fadeIcon{to{color:#6e8192}}.q-table__bottom-item{margin-right:0px}.text-Cgrey{color:#6e8192}.inlineGallery .imgs{display:flex;overflow-y:auto;padding-bottom:15px}.inlineGallery .imgs div{width:250px!important;overflow:visible!important}.inlineGallery .imgs div+div{margin-left:5px}.absolute-full,.fixed-full,.fullscreen{padding:10px 15px}@media (max-width:960px){.loginForm{width:98vw!important;min-width:unset}.loginForm .q-px-md{padding:0px}.loginForm .q-px-lg{padding-left:0px;padding-right:0px}.loginForm .q-mb-md{margin-bottom:0px}.logo{margin-left:0px}.q-toolbar__title{display:none!important}.fixW .q-toolbar{justify-content:center}}.loginContainer{padding-top:0px!important}.fixW{width:100%}.typCol span{display:inline-block}.typCol div span+span{margin-left:25px}.typCol span img{width:30px;display:inline-block;vertical-align:middle}.q-checkbox__svg.absolute-full{padding:0px}.vAlgn{display:inline-block;margin-top:10px}.algnCols .col-12{margin:5px 0}.q-fab .absolute-full,.q-fab .fixed-full,.q-fab .fullscreen{padding:0px}.diaClose .clse{right:0;position:absolute;right:16px;top:10px}.svgLogo{width:103px;height:60px}.pngLogo,.svgLogo{margin-bottom:5px;margin-top:5px;display:inline-block}.pngLogo{width:175px;height:auto}.pngLogo img{width:100%;max-width:unset}.mainPngLogo{width:130px;height:auto}.mainPngLogo img{width:100%}.svgLogo svg{fill:#6a6a6a}.svgLogo:hover svg{fill:#77af80}.greyBtn{background:#f6f6f6;border:0.1rem solid #dddcdc;color:#6a6a6a}.q-btn--rectangle{border-radius:0px}.mainSvgLogo{width:85px;height:60px;margin-bottom:5px;margin-top:5px;display:inline-block}.mainSvgLogo svg{fill:#fff}.q-checkbox__inner--indet,.q-checkbox__inner--truthy,.q-slider{color:#77af80}.q-slider{position:relative;outline:0}.q-item__section--avatar{color:#374b31}.q-router-link--active .q-item__section--avatar{color:#77af80}.logoTitle{align-self:flex-end;margin-bottom:7px}.dialogLogo{width:160px;height:95px;display:inline-block}.dialogLogo svg{fill:#77af80}.gewPrintLogo{display:inline-flex;justify-content:flex-end;align-items:end}.gewPrintLogo img{width:220px;height:auto;margin-bottom:7px}.mapPlaceholder img{width:100%;height:auto}.footGewLogo{display:block;width:220px;height:auto;margin-bottom:7px;margin-left:auto;margin-right:0;margin-top:30px}.footTxt{text-align:right}.footLeftLogo{display:inline-flex;align-items:flex-end}.printPreviewWrappp .q-card,.printPreviewWrappp .q-table__card{box-shadow:none;background:transparent}.printPreviewWrappp .q-table th{font-weight:600}.printPreviewWrappp .q-card .bg-grey-4{background:transparent!important}.printPreviewWrappp .printCloseBtn{background:#fff}.p0{padding:0px!important}.footRow{display:none}.hidePrint{display:block}.showOnPrint{display:none}.pl0{padding-left:0px}.printMap .ol-viewport{max-width:210mm!important;margin:auto}.printPreviewWrappp:before{position:absolute;top:0;left:0;right:0;bottom:0;content:"";background-size:cover!important;background-position:top;background-clip:border-box;background:url(../img/pdf_bgd.415eb9e4.jpg) no-repeat;z-index:0;visibility:hidden;pointer-events:none}.printPreviewWrappp>*{z-index:1}.printAdapted tr td{vertical-align:top}.zTop{position:relative;z-index:1}.hideOnEdit{display:none}@media print{.q-dialog--modal{padding:0px!important}.q-card .q-bar{display:none}.absolute-full,.fixed-full,.fullscreen{padding:0px!important}.q-dialog__inner .q-card,.q-dialog__inner>div{box-shadow:none!important}.q-page-sticky{display:none}.q-body--fullscreen-mixin,.q-body--prevent-scroll{position:relative!important}.q-body--dialog{overflow:auto}.fullscreen{z-index:6000;border-radius:0!important;max-width:100vw;max-height:unset;height:auto;position:relative}.q-dialog__inner--maximized>div{max-height:none}.q-dialog__backdrop.fixed-full{display:none}.q-dialog__inner{position:relative}#q-app,.q-card__actions{display:none}body,html{margin:0px}.q-card__section--vert,body,html{padding:0px}.printBt,.printPreviewWrappp .q-field--outlined .q-field__control:before{display:none}.q-field--outlined .q-field__control{padding:0px}.q-table__top{padding-left:0px}.breakMeAfter{page-break-after:always}.printPreviewWrappp .bg-grey-4{background:#fff!important}.printPreviewWrappp .q-table th,.printPreviewWrappp .q-table thead,.printPreviewWrappp .q-table tr,.q-table td{border:none}.printAdapted{padding:0px;box-shadow:none}.printAdapted .inputTr,.printAdapted .q-table__bottom,.printAdapted .q-table__sort-icon,.printAdapted tbody tr td:first-of-type,.printAdapted tbody tr td:nth-of-type(2),.printAdapted tr th:first-of-type,.printAdapted tr th:nth-of-type(2){display:none}.printAdapted .q-td{padding:2px 20px 2px 0;white-space:normal}.printAdapted tr td,.printAdapted tr th{text-align:left!important;padding-left:0px!important}.printAdapted tbody tr td:last-of-type,.printAdapted tr th:last-of-type{text-align:right!important;padding-right:0px!important}.mapPlaceholder{display:block}.hidePrint{display:none}.footRow{display:flex;position:relative;z-index:2}.hideOnEdit,.showOnPrint{display:block}.printPreviewWrappp{position:relative}.ol-zoom{display:none}.printPreviewWrappp textarea{resize:none!important}.printPreviewWrappp:before{-webkit-print-color-adjust:exact!important;color-adjust:exact!important;visibility:visible}.txtPrnt{position:relative}.q-card,.q-dialog.fullscreen{width:100%!important;max-width:unset!important}@page{margin-top:30px;margin-bottom:30px}.commEmpty{display:none}}.q-slider__thumb-shape.absolute-full{padding:0px}.bg-red[data-v-4194cd65]{background-color:#ed969e;color:#fff}.loadingText[data-v-330dd643]{color:#77af80}.pac-container{z-index:10000!important}