@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:700);
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{animation-duration:.75s}@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.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:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translateZ(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 headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-name:headShake;animation-timing-function:ease-in-out}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{animation-name:swing;transform-origin:top center}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:none}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:none}}.wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.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{animation-timing-function:cubic-bezier(.215,.61,.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{animation-timing-function:cubic-bezier(.215,.61,.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{animation-timing-function:cubic-bezier(.215,.61,.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:translateZ(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-name:bounceOut}@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%{animation-timing-function:ease-out;transform:perspective(400px) rotateY(-1turn)}40%{animation-timing-function:ease-out;transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{animation-timing-function:ease-in;transform:perspective(400px) translateZ(150px) rotateY(-170deg)}80%{animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95)}to{animation-timing-function:ease-in;transform:perspective(400px)}}.animated.flip{animation-name:flip;-webkit-backface-visibility:visible;backface-visibility:visible}@keyframes flipInX{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{animation-name:flipInX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipInY{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{opacity:1;transform:perspective(400px) rotateY(10deg)}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{animation-name:flipInY;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutX{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.flipOutX{animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateY(-15deg)}to{opacity:0;transform:perspective(400px) rotateY(90deg)}}.flipOutY{animation-name:flipOutY;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes lightSpeedIn{0%{opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{opacity:1;transform:skewX(20deg)}80%{opacity:1;transform:skewX(-5deg)}to{opacity:1;transform:none}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{opacity:0;transform:rotate(-200deg);transform-origin:center}to{opacity:1;transform:none;transform-origin:center}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{opacity:0;transform:rotate(-45deg);transform-origin:left bottom}to{opacity:1;transform:none;transform-origin:left bottom}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{opacity:0;transform:rotate(45deg);transform-origin:right bottom}to{opacity:1;transform:none;transform-origin:right bottom}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{opacity:0;transform:rotate(45deg);transform-origin:left bottom}to{opacity:1;transform:none;transform-origin:left bottom}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{opacity:0;transform:rotate(-90deg);transform-origin:right bottom}to{opacity:1;transform:none;transform-origin:right bottom}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{opacity:1;transform-origin:center}to{opacity:0;transform:rotate(200deg);transform-origin:center}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{opacity:1;transform-origin:left bottom}to{opacity:0;transform:rotate(45deg);transform-origin:left bottom}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{opacity:1;transform-origin:right bottom}to{opacity:0;transform:rotate(-45deg);transform-origin:right bottom}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{opacity:1;transform-origin:left bottom}to{opacity:0;transform:rotate(-45deg);transform-origin:left bottom}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{opacity:1;transform-origin:right bottom}to{opacity:0;transform:rotate(90deg);transform-origin:right bottom}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{animation-timing-function:ease-in-out;transform-origin:top left}20%,60%{animation-timing-function:ease-in-out;transform:rotate(80deg);transform-origin:top left}40%,80%{animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg);transform-origin:top left}to{opacity:0;transform:translate3d(0,700px,0)}}.hinge{animation-name:hinge}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,100%,0);visibility:hidden}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-100%,0,0);visibility:hidden}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(100%,0,0);visibility:hidden}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-100%,0);visibility:hidden}}.slideOutUp{animation-name:slideOutUp}fieldset[disabled] .multiselect{pointer-events:none}.multiselect__spinner{background:#fff;display:block;height:35px;position:absolute;right:1px;top:1px;width:48px}.multiselect__spinner:after,.multiselect__spinner:before{border:2px solid transparent;border-radius:100%;border-top-color:#41b883;box-shadow:0 0 0 1px transparent;content:"";height:16px;left:50%;margin:-8px 0 0 -8px;position:absolute;top:50%;width:16px}.multiselect__spinner:before{animation:a 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner:after{animation:a 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active,.multiselect__loading-leave-active{opacity:1;transition:opacity .4s ease-in-out}.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0}.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:14px;-ms-touch-action:manipulation;touch-action:manipulation}.multiselect{box-sizing:content-box;color:#35495e;display:block;min-height:40px;position:relative;text-align:left;width:100%}.multiselect *{box-sizing:border-box}.multiselect:focus{outline:none}.multiselect--disabled{opacity:.6}.multiselect--active{z-index:1}.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input,.multiselect__single{background:#fff;border:none;border-radius:5px;box-sizing:border-box;display:inline-block;line-height:20px;margin-bottom:8px;min-height:20px;padding:1px 0 0 5px;position:relative;transition:border .1s ease;width:100%}.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto}.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf}.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none}.multiselect__single{margin-bottom:8px;padding-left:6px}.multiselect__tags-wrap{display:inline}.multiselect__tags{background:#fff;border:1px solid #e8e8e8;border-radius:5px;display:block;min-height:40px;padding:8px 40px 0 8px}.multiselect__tag{border-radius:5px;color:#fff;display:inline-block;line-height:1;margin-bottom:8px;margin-right:10px;padding:4px 26px 4px 10px;position:relative;white-space:nowrap}.multiselect__tag-icon{border-radius:5px;bottom:0;cursor:pointer;font-style:normal;font-weight:700;line-height:22px;margin-left:7px;position:absolute;right:0;text-align:center;top:0;transition:all .2s ease;width:22px}.multiselect__tag-icon:after{color:#266d4d;content:"×";font-size:14px}.multiselect__tag-icon:focus,.multiselect__tag-icon:hover{background:#369a6e}.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#fff}.multiselect__current{border:1px solid #e8e8e8;border-radius:5px;min-height:40px;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap}.multiselect__current,.multiselect__select{box-sizing:border-box;cursor:pointer;display:block;line-height:16px;margin:0;text-decoration:none}.multiselect__select{height:38px;padding:4px 8px;position:absolute;right:1px;text-align:center;top:1px;transition:transform .2s ease;width:40px}.multiselect__select:before{border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 0;color:#999;content:"";margin-top:4px;position:relative;right:0;top:65%}.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder{display:none}.multiselect__content-wrapper{-webkit-overflow-scrolling:touch;background:#fff;border:1px solid #e8e8e8;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:none;display:block;max-height:240px;overflow:auto;position:absolute;width:100%;z-index:1}.multiselect__content{display:inline-block;list-style:none;margin:0;min-width:100%;padding:0;vertical-align:top}.multiselect--above .multiselect__content-wrapper{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top:1px solid #e8e8e8;border-top-left-radius:5px;border-top-right-radius:5px;bottom:100%}.multiselect__content::webkit-scrollbar{display:none}.multiselect__element{display:block}.multiselect__option{cursor:pointer;display:block;line-height:16px;min-height:40px;padding:12px;position:relative;text-decoration:none;text-transform:none;vertical-align:middle;white-space:nowrap}.multiselect__option:after{line-height:40px;padding-left:20px;padding-right:12px;position:absolute;right:0;top:0}.multiselect__option--highlight{color:#fff;outline:none}.multiselect__option--highlight:after{background:#41b883;color:#fff;content:attr(data-select)}.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected:after{color:silver;content:attr(data-selected)}.multiselect__option--selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight:after{background:#ff6a6a;color:#fff;content:attr(data-deselect)}.multiselect--disabled{background:#ededed;pointer-events:none}.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select,.multiselect__option--disabled{background:#ededed;color:#a6a6a6}.multiselect__option--disabled{cursor:text;pointer-events:none}.multiselect__option--disabled.multiselect__option--highlight{background:#dedede!important}.multiselect-enter-active,.multiselect-leave-active{transition:all .15s ease}.multiselect-enter,.multiselect-leave-active{opacity:0}.multiselect__strong{display:inline-block;margin-bottom:10px}[dir=rtl] .multiselect{text-align:right}[dir=rtl] .multiselect__select{left:1px;right:auto}[dir=rtl] .multiselect__tags{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content{text-align:right}[dir=rtl] .multiselect__option:after{left:0;right:auto}[dir=rtl] .multiselect__clear{left:12px;right:auto}[dir=rtl] .multiselect__spinner{left:1px;right:auto}@keyframes a{0%{transform:rotate(0)}to{transform:rotate(2turn)}}@media (max-width:1700px){.is-hidden-on-small{display:none!important}}.modal--todos .todos__category,a,abbr,acronym,address,applet,b,big,blockquote,body,button,caption,center,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,figure,font,form,h1,h2,h3,h4,h5,h6,html,i,iframe,img,input,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,select,small,span,strike,strong,sub,sup,table,tbody,td,textarea,tfoot,th,thead,tr,tt,u,ul,var{background:transparent;border:0;color:#6a6c6f;margin:0;outline:0 none;padding:0;vertical-align:baseline}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}:focus{outline:0 none}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}a,button,input[type=reset],input[type=submit]{cursor:pointer}a{text-decoration:none}article,aside,details,figcaption,figure,figure img,footer,header,hgroup,nav,section{display:block}img{color:transparent;font-size:0;vertical-align:middle}svg{overflow:hidden}a,p{word-wrap:break-word}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}a:active,a:hover,button{outline:0}textarea{overflow:auto}::-moz-selection{background:#b3d4fc;text-shadow:none}::selection{background:#b3d4fc;text-shadow:none}body,html{height:100%}body{background-color:#f7f9fa;font-size:12px;font-weight:400;min-height:100%;position:relative}body,input,select,textarea{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif}a,button,button i,input{transition:all .2s ease-out}a.button:active,button:active{transform:scale(.95)}select option[disabled]:first-child{display:none}::-webkit-input-placeholder{color:#aaa}::-moz-placeholder{color:#aaa}:-ms-input-placeholder{color:#aaa}:-moz-placeholder{color:#aaa}.nav{z-index:0}.animated{-webkit-animation-duration:.5s;animation-duration:.5s}.input,.input.is-small,.select,.select select,.select.is-small{border-radius:2px}.button{border-color:#ccc}.button.is-primary{font-weight:400}.material-icons{font-size:17px;transform:rotate(.03deg);vertical-align:middle}.material-icons.is-smaller{font-size:16px}.material-icons.is-red{color:#e68c87!important}.material-icons.is-orange{color:#e6ab87!important}.material-icons.is-green{color:#41b883!important}.fa,.material-icons{color:#9d9fa2}.has-margin-top{margin-top:1.5rem}.icon-spin{animation:spin 1s linear infinite}.is-pointer{cursor:pointer}.is-cursor-text{cursor:text}.is-turqoise-text{color:#60a4ab}.is-text-red{color:#e68c87}.is-text-dark-red{color:#ff3860}.is-text-blue{color:#3b96d6}.is-text-yellow{color:#e6ab87}.is-text-link-color{color:#60a4ab}.is-small-text{font-size:10px}.is-tiny-text{font-size:11px}.is-relative{position:relative}.is-flex-grow{flex-grow:1}.columns.is-fullwidth{width:100%}.py{padding-bottom:1.5rem;padding-top:1.5rem}.is-blue-dark{color:#34495e}.is-blue-strong{color:#02f}.is-truncated{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.flex-child{min-width:0}.is-text-orange{color:#e6ab87}hr.my-sm{margin-bottom:5px;margin-top:5px}.mb-0{margin-bottom:0!important}.br-0{border-right:0!important}hr.mb-sm{margin-bottom:15px}hr.mt-sm{margin-top:15px}.level.mb-sm{margin-bottom:1em}.mt-0{margin-top:0!important}.px-xs{padding-left:5px;padding-right:5px}.level.mb-xs:not(:last-child){margin-bottom:5px}.has-text-active{color:#3498db}.font-normal{font-weight:400}.font-light{font-weight:300!important}.stars{display:flex;flex-direction:row}.stars .material-icons{color:#999;font-size:12px;margin-right:2px}.stars .material-icons.active{color:#333}.stars.stars-sm .material-icons{font-size:15px}[data-bubble]{position:relative}[data-bubble]:before{background:#34495e;border-radius:3px;color:#fff;content:attr(data-bubble);display:inline-block;font-size:11px;line-height:1;margin-right:5px;padding:2px 5px}.nl2br{white-space:pre-line}ul.icon-list{list-style:none;padding-left:0}ul.icon-list li{align-items:center;display:flex;text-align:left}ul.icon-list li:not(:last-of-type){margin-bottom:4px}ul.icon-list li i{font-size:15px;margin-right:10px;margin-top:1px}.is-line-through{text-decoration:line-through}.map{height:300px;width:100%}.map.is-small{height:200px}.is-space-between{justify-content:space-between}.is-rotated{transform:rotate(180deg);transform-origin:50% 50%}.is-transform-transition{transition-duration:.25s transform}.is-scrollable-x{overflow-x:auto}.is-scrollable-x::-webkit-scrollbar{display:none}.text-muted{color:#9d9fa2}.v-tour{z-index:6}.v-tour .v-step__content{color:#fff;margin-bottom:0;padding:15px 0;text-align:justify}.v-tour .v-step__content *{color:inherit}.v-tour .v-step__content i.material-icons{margin-right:5px;vertical-align:top}.v-tour .v-step__content ul{list-style:disc;list-style-position:inside}.v-tour .v-step__content ol{list-style:decimal;list-style-position:inside}.v-tour .v-step__header{color:#fff;font-weight:700;margin-bottom:0}.v-tour .v-step__header *{color:inherit}.rounded-btn{background:#fff;border:1px solid #ccc;border-radius:50%;font-size:11px;height:20px;line-height:18px;text-align:center;width:20px}.svg-inline{display:inline-block;font-size:inherit;height:1em;overflow:visible;vertical-align:-.125em;width:1em}.svg-inline path{fill:currentColor}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fade-enter-active,.fade-leave-active{transition:opacity .1s ease-out}.fade-enter,.fade-leave-to{opacity:0}.slide-enter-active,.slide-leave-active{transition:max-height .3s ease-out}.scale-enter-active,.scale-leave-active{transform-origin:top right;transition:transform .2s ease-out}.scale-enter,.scale-leave-to{transform:scale(0)}.scale-y-enter-active,.scale-y-leave-active{transform-origin:top;transition:transform .2s ease-out,opacity .2s ease-out}.scale-y-enter,.scale-y-leave-to{opacity:0;transform:scaleY(0)}.scale-y-enter-to,.scale-y-leave{opacity:1;transform:scaleY(1)}.dropdown{height:0;overflow:hidden;position:relative;transition:height .35s}.dropdown:after{background-image:linear-gradient(0deg,#fff,hsla(0,0%,100%,0));bottom:0;content:"";height:1rem;left:0;position:absolute;width:100%}.dropdown-enter,.dropdown-leave-to{opacity:0}.dropdown-enter-to,.dropdown-leave{opacity:1}.dropdown-enter-active,.dropdown-leave-active{position:absolute;transition:opacity .2s ease-in-out;width:100%}.dropdown-enter-active{transition-delay:.1s}.columns .column{transition:all .5s}.column-leave-active{position:absolute}.column-enter,.column-leave-to{opacity:0}.modal-overlay{background-color:rgba(0,0,0,.4);bottom:0;left:0;opacity:1;position:absolute;right:0;top:0;transition:opacity .2s ease-out;z-index:2}.modal-aside{height:100%;left:0;position:fixed;top:0;width:100vw;z-index:20}.modal-aside.fade-enter-active .modal-content,.modal-aside.fade-leave-to .modal-content{opacity:0;transform:translateX(100%)}.modal-aside .modal-content{background-color:#fff;height:100%;max-height:none;overflow:visible;overflow-y:auto;padding:62px 27px 12px 12px;position:absolute;right:0;top:0;transform:translateX(0);transition:all .2s ease-out;width:420px;z-index:2}.modal-aside .buttons{display:flex;justify-content:space-between;padding-top:20px}.modal-aside .buttons button{min-width:150px}.modal-aside .modal-times{position:absolute;top:10px}.modal-aside .modal-times i{font-size:30px}.modal{cursor:default;display:block;height:100%}.modal.fade-enter .modal-content,.modal.fade-leave-to .modal-content{opacity:0;transform:translateY(-30%)}.modal .modal-content,.modal.fade-enter-to .modal-content,.modal.fade-leave .modal-content{opacity:1;transform:translateY(0)}.modal .modal-content{background-color:#fff;border-radius:2px;box-shadow:0 1px 10px rgba(0,0,0,.05),0 1px 2px rgba(0,0,0,.1);margin:20px auto;max-width:85%;overflow:visible;position:relative;transition:all .2s ease-out;width:85%;z-index:2}.modal .modal-content>header{background-color:#eaeaea;border-bottom:1px solid #ccc;border-radius:2px 2px 0 0;color:#6a6c6f;font-size:13px;font-weight:600;height:auto;justify-content:center;margin-bottom:0;padding:10px 30px 5px;text-align:center}.modal .modal-content>header h4{font-size:30px;font-weight:300;margin-bottom:0}.modal .modal-content>header .close{padding:5px 0;position:absolute;right:4px;top:2px}.modal .modal-content>header .close i{color:#ccc;font-size:20px}.modal .modal-content>header .close:hover i{color:#6a6c6f;font-weight:700}.modal .modal-content .modal-body{height:790px;overflow-y:scroll;padding:20px 30px;position:relative}.modal .modal-content .modal-body iframe{width:100%}.modal .modal-content footer{background-color:#f7f9fa;border-radius:0 0 2px 2px;border-top:1px solid #e5e5e5;padding:10px 15px;text-align:right}.modal .modal-content footer>div{display:flex;justify-content:space-between}.modal .modal-content footer button{font-weight:600;min-width:125px}.modal.is-small .modal-content{width:620px}.modal.is-small .modal-content:after,.modal.is-small .modal-content:before{content:none}.modal.is-small header{color:#34495e;font-weight:600;text-align:left}.modal.is-small .close{display:none}.modal.is-form .modal-content{display:flex;flex-direction:column;width:620px}.modal.is-form .modal-content header{background:#f7f9fa;padding:7px 15px}.modal.is-form .modal-content header p{color:#6a6c6f;font-size:14px}.modal.is-form .modal-content .modal-body{flex:1;overflow-y:auto;padding:15px}.modal.is-form.is-medium .modal-content{width:1000px}.modal.is-form.is-medium .modal-content .search-day-concept{width:995px}.modal.is-form.is-large .modal-content{width:1400px}.modal.is-form.is-small .modal-content{width:500px}.modal.is-form .images .image{background:#fff;box-shadow:0 0 5px rgba(0,0,0,.1);margin-bottom:5px}.modal.is-form .images .image.is-active{border:2px solid #60a4ab}.modal.is-form .title{border-bottom:1px solid #ddd;margin-top:5px;padding-bottom:5px}.modal--todos .modal.is-form .title .todos__category,.modal.is-form .title .modal--todos .todos__category,.modal.is-form .title h1,.modal.is-form .title h2,.modal.is-form .title h3,.modal.is-form .title h4,.modal.is-form .title h5{border:0;margin-top:0;padding-bottom:0;padding-right:5px}.modal.is-form table{width:100%}.modal.is-form table td,.modal.is-form table th{padding-top:0;vertical-align:middle}.modal.is-form table th{padding-right:30px;white-space:nowrap;width:1px}.modal.is-form table th.is-top{line-height:26px;vertical-align:top}.modal.is-form table td{height:30px}.modal.is-form table td hr{margin:0}.modal.is-form table tr:not(:last-child) td,.modal.is-form table tr:not(:last-child) th{padding-bottom:7px}.modal.is-form table .mr{margin-right:10px}.modal.is-form table.properties tr td:not(:first-child){padding-left:10px}.modal.is-form table.properties tr td:last-child{text-align:right;white-space:nowrap;width:1%}.modal.is-form table.properties tr td:last-child i{cursor:pointer}.modal--todos .modal.is-form table .todos__category,.modal.is-form table .modal--todos .todos__category,.modal.is-form table h1,.modal.is-form table h2,.modal.is-form table h3,.modal.is-form table h4,.modal.is-form table h5{border-bottom:1px solid #ddd;margin-bottom:0;margin-top:5px;padding-bottom:5px}.modal.is-form .control.has-icons-left .icon,.modal.is-form .control.has-icons-right .icon{font-size:10px;height:2em;width:2em}.modal.is-form .field{align-items:center;display:flex}.modal.is-form .field .ml{margin-left:5px}.modal.is-form.is-image-form .modal-content{width:656px}.modal.is-form.is-image-form .map{height:250px;width:540px}.image+.image-delete{background:rgba(0,0,0,.5);color:#fff;cursor:pointer;padding:5px;position:absolute;right:0;top:0}.modal.is-bp-form .modal-content{width:640px}.modal.is-bp-form.is-large .modal-content{width:960px}.modal.is-bp-form.is-fullwidth .modal-content{width:90%}.modal.is-bp-form.has-scroll .modal-body{max-height:80vh;overflow-y:scroll}.modal.is-bp-form:not(has-scroll) .modal-body{overflow-y:visible}.modal.is-bp-form .modal-body{height:auto;overflow-y:auto}.modal.is-bp-form .modal-body>div{align-items:flex-start;display:flex;margin-bottom:10px}.modal.is-bp-form .modal-body>div label{flex:none;font-size:12px;line-height:24px;width:110px}.modal.is-bp-form .modal-body>div .input-price{width:100%}.modal.is-bp-form .modal-body>div .textarea{min-width:0}.modal.is-bp-form .modal-body h4{border-bottom:1px solid #ddd;padding-bottom:5px}.modal.is-bp-form .modal-body .pell{width:100%}.modal.is-bp-form .modal-body .pell-content{border-radius:0 0 2px 2px}.modal.is-confirmation .modal-content,.modal.placeholder .modal.is-confirmation .modal-content{width:500px}.modal.is-confirmation .modal-content header,.modal.placeholder .modal.is-confirmation .modal-content header{display:none}.modal.is-confirmation .modal-content .modal-body,.modal.placeholder .modal.is-confirmation .modal-content .modal-body{background-color:#fff;height:auto;overflow-y:visible;padding:20px 30px;text-align:left}.modal.is-confirmation footer,.modal.placeholder .modal.is-confirmation footer{display:block}.modal.y-overflow-visible .modal-content .modal-body{overflow-y:visible}.sb-aside{background:#efefef;border-left:1px solid #ccc;border-radius:2px;border-top:2px solid #60a4ab;bottom:0;box-shadow:0 1px 10px rgba(0,0,0,.05),0 1px 2px rgba(0,0,0,.1);height:100%;opacity:1;overflow:visible;overflow-y:auto;position:fixed;top:0;transform:translateY(0);transition:all .2s ease-out;width:450px;z-index:50}.sb-aside.is-right{right:0}.sb-aside.is-left{left:0}.sb-aside .sb-wrapper>header{background-color:#eaeaea;border-bottom:1px solid #ccc;border-radius:2px 2px 0 0;color:#6a6c6f;font-size:13px;font-weight:600;height:auto;justify-content:center;margin-bottom:0;padding:10px;text-align:center}.sb-aside .sb-wrapper>header h1{font-size:14px;font-weight:400;margin-bottom:0}.sb-aside .sb-wrapper>header .close{position:absolute;right:15px;top:10px}.sb-aside .sb-wrapper>header .close i{color:#6a6c6f;font-size:20px}.sb-aside .sb-wrapper>header .close:hover i{color:#ccc;font-weight:700}.sb-aside .sb-wrapper .sb-content{display:flex;flex-direction:column;min-height:calc(100vh - 50px);padding:15px}.sb-aside .sb-wrapper .sb-content .ai-question{background:#f7f9fa;border:1px solid #ccc;border-radius:20px;padding:10px;position:relative;right:0}.sb-aside .sb-wrapper .sb-content .ai-response{border:1px solid #ccc;border-radius:20px;padding:10px}.sb-aside .sb-wrapper .sb-content .ai-response textarea{background:#efefef;border:0}.sb-aside .sb-wrapper .sb-content .ai-prompt{margin-top:auto}.sb-aside .sb-wrapper .sb-content .ai-prompt textarea{padding-right:4rem}.sb-aside .sb-wrapper .sb-content .ai-prompt textarea::-webkit-scrollbar{height:8px;width:8px}.sb-aside .sb-wrapper .sb-content .ai-prompt textarea::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.sb-aside .sb-wrapper .sb-content .ai-prompt textarea::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:10px}.sb-aside .sb-wrapper .sb-content .ai-prompt textarea::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.sb-aside .sb-wrapper .sb-content .ai-prompt textarea::-webkit-scrollbar-button{display:none}.sb-aside .sb-wrapper .sb-content .ai-prompt .send-button{align-items:center;display:inline-flex;height:100%;justify-content:center;position:absolute;right:15px;top:0}.sb-aside .sb-wrapper .sb-content .ai-prompt .send-button .btn-single-toggle{height:38px;width:38px}.sb-aside .sb-wrapper .sb-content .ai-prompt .send-button i{font-size:24px}.checkbox-primary input[type=checkbox]:checked+label:before{background-color:#34495e;border-color:#34495e}.checkbox-primary input[type=checkbox]:checked+label:after{color:#fff}.checkbox-danger input[type=checkbox]:checked+label:before{background-color:#e74c3c;border-color:#e74c3c}.checkbox-danger input[type=checkbox]:checked+label:after{color:#fff}.checkbox-info input[type=checkbox]:checked+label:before{background-color:#3498db;border-color:#3498db}.checkbox-info input[type=checkbox]:checked+label:after{color:#fff}.checkbox-warning input[type=checkbox]:checked+label:before{background-color:#ffb606;border-color:#ffb606}.checkbox-warning input[type=checkbox]:checked+label:after{color:#fff}.checkbox-success input[type=checkbox]:checked+label:before{background-color:#62cb31;border-color:#62cb31}.checkbox-success input[type=checkbox]:checked+label:after{color:#fff}.radio-primary input[type=radio]+label:after{background-color:#34495e}.radio-primary input[type=radio]:checked+label:before{border-color:#34495e}.radio-primary input[type=radio]:checked+label:after{background-color:#34495e}.radio-danger input[type=radio]+label:after{background-color:#e74c3c}.radio-danger input[type=radio]:checked+label:before{border-color:#e74c3c}.radio-danger input[type=radio]:checked+label:after{background-color:#e74c3c}.radio-info input[type=radio]+label:after{background-color:#3498db}.radio-info input[type=radio]:checked+label:before{border-color:#3498db}.radio-info input[type=radio]:checked+label:after{background-color:#3498db}.radio-warning input[type=radio]+label:after{background-color:#ffb606}.radio-warning input[type=radio]:checked+label:before{border-color:#ffb606}.radio-warning input[type=radio]:checked+label:after{background-color:#ffb606}.radio-success input[type=radio]+label:after{background-color:#62cb31}.radio-success input[type=radio]:checked+label:before{border-color:#62cb31}.radio-success input[type=radio]:checked+label:after{background-color:#62cb31}.checkbox input:hover,.radio input:hover{cursor:pointer}.loading-container{background:hsla(0,0%,100%,.5);bottom:0;left:0;position:absolute;right:0;top:0;z-index:999}.loading-container,.loading-data{align-items:center;display:flex;justify-content:center}.loading-data{font-size:13px;padding:0 20px;width:100%}.loading-data .spinner{margin:20px}.loading-data.in-row{height:30px}.loading-data.is-small{font-size:12px}.loading-data.is-small .spinner{flex-basis:40px;height:30px;margin:0;width:40px}.loading-data.is-small .spinner>div{width:4px}.loading-data.is-vertical{flex-direction:column}table.table .loading-data{background-color:#fff;bottom:0;left:0;padding-top:13px;position:absolute;right:0;top:32px}.spinner{flex:none;flex-basis:60px;font-size:15px;height:50px;margin:20px auto;text-align:center;width:60px}.spinner>div{-webkit-animation:sk-stretchdelay 1.2s ease-in-out infinite;animation:sk-stretchdelay 1.2s ease-in-out infinite;background-color:#34495e;display:inline-block;height:100%;width:8px}.spinner .rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.spinner .rect3{-webkit-animation-delay:-1s;animation-delay:-1s}.spinner .rect4{-webkit-animation-delay:-.9s;animation-delay:-.9s}.spinner .rect5{-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes sk-stretchdelay{0%,40%,to{-webkit-transform:scaleY(.4)}20%{-webkit-transform:scaleY(1)}}@keyframes sk-stretchdelay{0%,40%,to{transform:scaleY(.4);-webkit-transform:scaleY(.4)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}.dropdown-menu.hdropdown{padding:0;z-index:1060}.dropdown-menu.hdropdown .title{border-bottom:1px solid #ccc;padding:12px;text-align:center}.dropdown-menu.hdropdown li{padding:6px 12px}.dropdown-menu.filedropdown li,.dropdown-menu.hdropdown li{background:#fafbfc;border-bottom:1px solid #ccc;text-align:left}.dropdown-menu.filedropdown li{padding:6px}.dropdown-menu.filedropdown li i{margin-right:10px}.dropdown-menu.hdropdown.notification li{padding:12px}.dropdown-menu.hdropdown.notification li .label{margin-right:10px}.dropdown-menu.filedropdown li>a:hover,.dropdown-menu.hdropdown li>a:hover{background:inherit}.dropdown-menu.filedropdown li:hover,.dropdown-menu.hdropdown li:hover{background:#f1f3f6}.dropdown-menu.hdropdown li.summary{background:#fff;padding:6px 12px;text-align:center}.navbar-nav .open>a,.navbar-nav .open>a:focus,.navbar-nav .open>a:hover,.navbar-nav>li>a:focus,.navbar-nav>li>a:hover{background:#f7f8fa;border-bottom:1px solid #ccc;color:inherit}.drop-down{position:relative}.drop-down__list{background:#fff;border:1px solid #ddd;left:-189px;margin-top:10px;max-height:120px;overflow-y:auto;padding:10px;position:absolute;top:100%;width:380px;z-index:999}.drop-down__list>ul li{line-height:24px}.hpanel .hpanel-heading{color:#6a6c6f;font-size:13px;font-weight:700;line-height:1.42857143;padding:10px 0}.hpanel .hpanel-body{background-color:#fff;border-radius:2px;border-top:2px solid #60a4ab;box-shadow:0 1px 10px rgba(0,0,0,.05),0 1px 2px rgba(0,0,0,.1);padding:20px}.hpanel .hpanel-body>.title{border-bottom:1px solid #ccc;font-size:12px;margin:-11px -20px 25px;padding:0 20px 6px}.hpanel .hpanel-body .select,.hpanel .hpanel-body .select select{width:100%}.hpanel .hpanel-body:not(:last-child){margin-bottom:1.5rem}.hpanel .text-heading{padding-bottom:30px}.hpanel .text-heading .float-right{float:right}.hpanel .text-heading .button.is-small{height:27px}.hpanel:not(:last-child){margin-bottom:1.5rem}.collapse-icon{cursor:pointer;transition:transform .3s}.collapse-icon.is-rotated{transform:rotate(180deg)}.collapse-toggle{align-items:center;background:#fff;border:1px solid #eaeaea;border-radius:2px;cursor:pointer;display:inline-flex;font-size:10px;padding:2px 10px}.collapse-toggle .collapse-icon{margin-left:15px}.panel-content-button{align-self:self-end;margin-bottom:13px;padding-right:26px}.panel{border-radius:2px;box-shadow:0 1px 10px rgba(0,0,0,.05),0 1px 2px rgba(0,0,0,.1);font-size:11px}.panel:not(.is-borderless) .panel-block:first-child,.panel:not(.is-borderless) .panel-heading:first-child,.panel:not(.is-borderless) .panel-tabs:first-child{border-top:2px solid #60a4ab}.panel-buttons{align-items:center;display:flex}.panel-buttons>*{margin-right:5px}.panel-heading{align-items:center;background:#fff;border-top-left-radius:2px;border-top-right-radius:2px;color:#6a6c6f;display:flex;font-size:12px;font-weight:700;justify-content:space-between;margin-bottom:0;min-height:40px;padding:2px 15px;text-transform:uppercase}.panel-heading .panel-label{flex:1;text-transform:none;white-space:nowrap}.panel-heading .panel-label .columns{margin-bottom:0;margin-top:0}.panel-heading .panel-label .columns .column{padding-bottom:0;padding-top:0}.panel-block{background:#fff;border-bottom-left-radius:2px;border-bottom-right-radius:2px;padding:12px 17px;transition:padding .4s}.panel-block .panel-content{display:block;width:100%}.panel-block .panel-content .mb{margin-bottom:1.5em}.panel-block.is-spaceless{padding:0}.panel.is-collapsed .panel-heading{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.panel.is-collapsed .panel-block{border-bottom:0;overflow:hidden;padding-bottom:0;padding-top:0}.panel.is-alt>.panel-heading{background:#f7f9fa}.panel.is-alt>.panel-heading .material-icons{color:#34495e}.panel.is-alt>.panel-heading .button>*{color:inherit}.panel.is-alt>.panel-block{background:#f7f9fa}.panel.is-small .panel-heading{padding:5px 10px}.panel.is-small .panel-block{padding:15px 10px}.panel.is-small.is-collapsed .panel-block{padding-bottom:0;padding-top:0}.panel-footer{background:#f7f9fa;border-top:1px solid #ccc;padding:15px}.panel .panel-carousel{position:relative}.panel .carousel-button{font-size:30px;height:36px;line-height:36px;margin-top:-18px;position:absolute;text-align:center;top:50%;width:50px}.panel .carousel-button-prev{left:0}.panel .carousel-button-next{right:0}.placeholders .placeholder{background-color:#f7f9fa}.placeholders .placeholder.is-form{text-transform:none}.placeholders .placeholder.is-form .field{align-items:center;display:inline-flex;flex-direction:row;font-weight:400}.placeholders .placeholder.is-form .field .mr{margin-right:10px}.placeholders .placeholder.is-form .field .ml{margin-left:10px}.placeholders .placeholder.is-form .field .mx{margin-left:10px;margin-right:10px}.placeholders .placeholder.is-form .material-icons{line-height:inherit}.placeholders .placeholder.is-form .input .is-narrow,.placeholders .placeholder.is-form .input-price{width:80px}.placeholders .placeholder.is-form .button{font-size:12px}.placeholders .placeholder.is-form .multiselect__content{font-weight:400}.placeholders .placeholder.is-form .multiselect__option:after{display:none}.placeholders .placeholder.is-form .multiselect.is-medium{width:300px}.placeholders .placeholder.is-empty{border-left:1px solid #ccc;border-right:1px solid #ccc;display:table-caption}.placeholders .placeholder.is-empty>div{padding-bottom:10px;padding-top:10px;text-align:center}.placeholders .placeholder.is-empty .simple-menu{vertical-align:middle}.placeholders.panel{font-size:12px}.placeholders.panel .panel-heading{background:#f7f9fa;font-size:inherit;font-weight:600}.placeholders.panel .panel-blocks{border:1px solid #ccc;border-top:0;display:table;width:100%}.placeholders.panel .panel-blocks .panel-block{display:table-row;padding-bottom:0;padding-top:0}.placeholders.panel .panel-blocks .panel-block .column{border-bottom:1px solid #ccc;display:table-cell;padding:5px 10px;vertical-align:middle}.placeholders.panel .panel-blocks .panel-block .column.is-narrow{white-space:nowrap;width:1%}.placeholders.panel .panel-blocks .panel-block .column .buttons{flex-wrap:nowrap;justify-content:flex-end;margin-bottom:0}.placeholders.panel .panel-blocks .panel-block .column .buttons .button{margin-bottom:0}.placeholders.panel .panel-blocks .panel-block:last-child .column{border-bottom:0}.message{background:#eaeaea}.box{border-radius:2px}.rating{font-size:12px;text-align:center}.rating__value{position:absolute}.rating__circle{align-items:center;background:#fff;border-radius:50%;display:flex;justify-content:center;margin-bottom:5px;position:relative}.rating__circle svg{transform:rotate(-90deg)}.rating .circle__meter,.rating .circle__value{fill:none}.rating .circle__meter{stroke:#e6e6e6}.rating .circle__value{stroke:#62cb31;stroke-linecap:round}.is-table-form-headline{align-items:center;border:1px solid #ddd;display:flex;height:26px;padding:5px;width:100%}.redesign-table{display:block;font-size:12px;position:relative;width:100%}.redesign-table:not(.is-sub-table){border-top:2px solid #60a4ab}.redesign-table.has-transition{transition:padding .4s ease 0s}.redesign-table .table-wrapper{background:#f7f9fa}.redesign-table:not(:last-child){margin-bottom:30px}.redesign-table .is-sub-table{margin-bottom:0}.redesign-table .table-label{background:#60a4ab;color:#fff;padding:0 20px;position:absolute;right:0;top:0}.redesign-table .is-white .row{background:#fff}.redesign-table .is-light .row,.redesign-table .is-zebra>.row:nth-child(2n):not(.is-editing){background:#fbfbfb}.redesign-table .is-zebra>.row:nth-child(2n):not(.is-editing):hover{background:#e8f4ff}.redesign-table .content{padding:10px}.redesign-table .row{align-items:center;background:#f7f9fa;border-bottom:1px solid #ddd;display:flex;flex-wrap:nowrap;height:32px;transition:background .25s}.redesign-table .row.is-blue{background:#34495e}.redesign-table .row.is-blue .cell,.redesign-table .row.is-blue .cell i{color:#fff}.redesign-table .row.requestItemRow{opacity:.6}.redesign-table .row.has-blue-text>.cell .input{color:#60a4ab}.redesign-table .row.has-subrows{border-bottom:2px solid #c4c4c4;flex-wrap:wrap;height:auto}.redesign-table .row.is-h-auto{align-items:flex-start;height:auto}.redesign-table .row.is-h-auto>.cell{min-height:32px}.redesign-table .row.is-h-auto .input-wrapper{background:#fff;border:1px solid #ddd;border-bottom:0;border-top:0;height:100%}.redesign-table .row.is-h-auto .input-wrapper .input,.redesign-table .row.is-h-auto .input-wrapper .multiselect__tags{border:0}.redesign-table .row.is-h-auto .self-stretch{align-self:stretch;border:0}.redesign-table .row.is-h-auto .textarea{padding-bottom:6px;padding-top:6px}.redesign-table .row .row{background:0;white-space:nowrap;width:100%}.redesign-table .row .row:last-child{border-bottom:0}.redesign-table .row.has-border .cell:not(.is-actions){align-items:center;border-right:1px solid #ddd;display:flex;height:100%}.redesign-table .row.has-border-left .cell:not(.is-actions){border-left:1px solid #ddd}.redesign-table .row.has-no-border{border:none}.redesign-table .row.is-head{background:#eaeaea;font-weight:600}.redesign-table .row.is-head .cell.has-border-head{align-items:center;border-right:1px solid #ddd;display:flex;height:100%}.redesign-table .row.is-head .cell{white-space:nowrap}.redesign-table .row.is-head .cell>i.fa,.redesign-table .row.is-head .cell>i.material-icons{color:#6a6c6f!important}.redesign-table .row.is-head .cell .btn-single-toggle.is-active i{color:#fff!important}.redesign-table .row.is-head.is-subrow{font-weight:400;height:32px}.redesign-table .row.is-selected{background:#e68c87;white-space:nowrap}.redesign-table .row.is-light-red{background:#f7eeed;white-space:nowrap}.redesign-table .row.is-selected-blue{background:#74b2db;white-space:nowrap}.redesign-table .row.is-editing{background:#ccc}.redesign-table .row.is-white{background:#fff}.redesign-table .row.is-filters,.redesign-table .row.is-head{height:unset;min-height:35px}.redesign-table .row.is-filters .cell:not(.is-actions) i.fa,.redesign-table .row.is-filters .cell:not(.is-actions) i.material-icons,.redesign-table .row.is-head .cell:not(.is-actions) i.fa,.redesign-table .row.is-head .cell:not(.is-actions) i.material-icons{margin-right:5px}.redesign-table .row.is-header{align-items:center;display:flex;flex-direction:row;height:40px;padding:10px}.modal--todos .redesign-table .row.is-header .todos__category,.redesign-table .row.is-header .modal--todos .todos__category,.redesign-table .row.is-header h2{margin-bottom:0}.redesign-table .row.is-filters{align-items:center;display:flex;flex-direction:row;padding:0 0 0 10px}.redesign-table .row.is-filters>*{margin-bottom:0;margin-right:10px}.redesign-table .row.is-filters>.input,.redesign-table .row.is-filters>.multiselect,.redesign-table .row.is-filters>.select,.redesign-table .row.is-filters>i.fa,.redesign-table .row.is-filters>i.material-icons{max-width:200px;min-width:25px}.redesign-table .row.is-filters>.input.is-500,.redesign-table .row.is-filters>.multiselect.is-500,.redesign-table .row.is-filters>.select.is-500,.redesign-table .row.is-filters>i.fa.is-500,.redesign-table .row.is-filters>i.material-icons.is-500{max-width:500px}.redesign-table .row.is-filters>.input.is-730,.redesign-table .row.is-filters>.multiselect.is-730,.redesign-table .row.is-filters>.select.is-730,.redesign-table .row.is-filters>i.fa.is-730,.redesign-table .row.is-filters>i.material-icons.is-730{max-width:730px}.redesign-table .row.is-filters>.combined{align-items:center;display:flex}.redesign-table .row.is-filters>.combined>span{margin-left:5px;margin-right:5px}.redesign-table .row.is-headline{background:#eee;font-weight:600;height:35px;justify-content:space-between;padding:0 10px}.redesign-table .row.is-headline.is-small{height:32px}.redesign-table .row.is-headline.is-darker{background:#eaeaea}.redesign-table .row.is-headline .b-l{border-left:1px solid #ccc;padding-left:10px}.redesign-table .row.is-headline .m-r{margin-right:5px}.redesign-table .row.is-darken{background:#eee}.redesign-table .row .is-actions,.redesign-table .row .is-visible-action{align-items:center;display:flex;flex-direction:row;justify-content:flex-end}.redesign-table .row .is-actions{max-width:80px}.redesign-table .row .is-actions :not(.btn-delete) i.fa,.redesign-table .row .is-actions :not(.btn-delete) i.material-icons{color:#34495e;transition:color .25s}.redesign-table .row .is-actions :not(.btn-delete) i.fa:hover,.redesign-table .row .is-actions :not(.btn-delete) i.material-icons:hover{color:#3498db}.redesign-table .row .is-actions .simple-menu button{height:19px}.redesign-table .row .is-actions .simple-menu .simple-menu-content :not(.btn-delete) i.fa,.redesign-table .row .is-actions .simple-menu .simple-menu-content i.material-icons{color:#fff}.redesign-table .row .is-actions button{min-width:17px}.redesign-table .row .is-actions i.fa.is-active,.redesign-table .row .is-actions i.material-icons.is-active{color:#3498db}.redesign-table .row.is-faded{opacity:.5}.redesign-table .row:not([class*=" is"]) .cell:not(.is-actions):not(.is-editable):not(.is-relative),.redesign-table .row:not([class*=" is"]) .cell:not(.is-actions):not(.is-editable):not(.is-relative) .v-popover{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.redesign-table .row:not([class*=" is"]) .is-actions{opacity:0;transition:opacity .25s}.redesign-table .row:not([class*=" is"]):hover{background:#e8f4ff}.redesign-table .row:not([class*=" is"]):hover .is-actions{opacity:1}.redesign-table .row:not([class*=" is"]) a{color:#60a4ab}.redesign-table .row:not([class*=" is"]) a:hover{text-decoration:underline}.redesign-table .row:not([class*=" is"]) .cell:not(.is-actions):not(.is-icon-buttons) i.fa,.redesign-table .row:not([class*=" is"]) .cell:not(.is-actions):not(.is-icon-buttons) i.material-icons{color:#9d9fa2}.redesign-table .row:not([class*=" is"]) .cell:not(.is-actions):not(.is-icon-buttons) i.fa.is-button,.redesign-table .row:not([class*=" is"]) .cell:not(.is-actions):not(.is-icon-buttons) i.material-icons.is-button{color:#34495e;transition:color .25s}.redesign-table .row:not([class*=" is"]) .cell:not(.is-actions):not(.is-icon-buttons) i.fa.is-button:hover,.redesign-table .row:not([class*=" is"]) .cell:not(.is-actions):not(.is-icon-buttons) i.material-icons.is-button:hover{color:#3498db}.redesign-table .row:not([class*=" is"]) .stars i.material-icons{color:#60a4ab!important}.redesign-table .is-sub-table .row.is-head{background:rgba(116,178,219,.369)}.redesign-table .cell{flex-grow:1;padding:0 10px;width:10%}.redesign-table .cell.is-three-quarters{width:75%}.redesign-table .cell.is-two-thirds{width:66.6666%}.redesign-table .cell.is-half{width:50%}.redesign-table .cell.is-one-third{width:33.3333%}.redesign-table .cell.is-one-quarter{flex-grow:0;width:25%}.redesign-table .cell.is-full{width:100%}.redesign-table .cell.is-four-fifths{width:80%}.redesign-table .cell.is-three-fifths{width:60%}.redesign-table .cell.is-two-fifths{width:40%}.redesign-table .cell.is-one-fifth{width:20%}.redesign-table .cell.is-one-tenth{width:10%}.redesign-table .cell.is-thirty{flex-grow:0;width:30%}.redesign-table .cell.is-double{flex-grow:0;width:20%}.redesign-table .cell.is-fifteen{flex-grow:0;width:15%}.redesign-table .cell.is-right{justify-content:right;text-align:right}.redesign-table .cell.has-text-centered{justify-content:center}.redesign-table .cell.has-text-centered .input{text-align:center!important}.redesign-table .cell.has-text-centered .multiselect{justify-content:center;text-align:center}.redesign-table .cell.has-text-centered .multiselect__single{padding-left:0;padding-right:0}.redesign-table .cell.has-border{align-items:center;border-right:1px solid #ddd;display:flex;height:100%}.redesign-table .cell.has-border-left{border-left:1px solid #ddd}.redesign-table .cell.has-red-text .input,.redesign-table .cell.has-red-text span{color:#ff4c4c}.redesign-table .cell.is-30px-cell{flex-grow:0;flex-shrink:0;width:30px}.redesign-table .cell.is-31px-cell{flex-grow:0;flex-shrink:0;width:31px}.redesign-table .cell.is-32px-cell{flex-grow:0;flex-shrink:0;width:32px}.redesign-table .cell.is-33px-cell{flex-grow:0;flex-shrink:0;width:33px}.redesign-table .cell.is-34px-cell{flex-grow:0;flex-shrink:0;width:34px}.redesign-table .cell.is-35px-cell{flex-grow:0;flex-shrink:0;width:35px}.redesign-table .cell.is-36px-cell{flex-grow:0;flex-shrink:0;width:36px}.redesign-table .cell.is-37px-cell{flex-grow:0;flex-shrink:0;width:37px}.redesign-table .cell.is-38px-cell{flex-grow:0;flex-shrink:0;width:38px}.redesign-table .cell.is-39px-cell{flex-grow:0;flex-shrink:0;width:39px}.redesign-table .cell.is-40px-cell{flex-grow:0;flex-shrink:0;width:40px}.redesign-table .cell.is-41px-cell{flex-grow:0;flex-shrink:0;width:41px}.redesign-table .cell.is-42px-cell{flex-grow:0;flex-shrink:0;width:42px}.redesign-table .cell.is-43px-cell{flex-grow:0;flex-shrink:0;width:43px}.redesign-table .cell.is-44px-cell{flex-grow:0;flex-shrink:0;width:44px}.redesign-table .cell.is-45px-cell{flex-grow:0;flex-shrink:0;width:45px}.redesign-table .cell.is-46px-cell{flex-grow:0;flex-shrink:0;width:46px}.redesign-table .cell.is-47px-cell{flex-grow:0;flex-shrink:0;width:47px}.redesign-table .cell.is-48px-cell{flex-grow:0;flex-shrink:0;width:48px}.redesign-table .cell.is-49px-cell{flex-grow:0;flex-shrink:0;width:49px}.redesign-table .cell.is-50px-cell{flex-grow:0;flex-shrink:0;width:50px}.redesign-table .cell.is-51px-cell{flex-grow:0;flex-shrink:0;width:51px}.redesign-table .cell.is-52px-cell{flex-grow:0;flex-shrink:0;width:52px}.redesign-table .cell.is-53px-cell{flex-grow:0;flex-shrink:0;width:53px}.redesign-table .cell.is-54px-cell{flex-grow:0;flex-shrink:0;width:54px}.redesign-table .cell.is-55px-cell{flex-grow:0;flex-shrink:0;width:55px}.redesign-table .cell.is-56px-cell{flex-grow:0;flex-shrink:0;width:56px}.redesign-table .cell.is-57px-cell{flex-grow:0;flex-shrink:0;width:57px}.redesign-table .cell.is-58px-cell{flex-grow:0;flex-shrink:0;width:58px}.redesign-table .cell.is-59px-cell{flex-grow:0;flex-shrink:0;width:59px}.redesign-table .cell.is-60px-cell{flex-grow:0;flex-shrink:0;width:60px}.redesign-table .cell.is-61px-cell{flex-grow:0;flex-shrink:0;width:61px}.redesign-table .cell.is-62px-cell{flex-grow:0;flex-shrink:0;width:62px}.redesign-table .cell.is-63px-cell{flex-grow:0;flex-shrink:0;width:63px}.redesign-table .cell.is-64px-cell{flex-grow:0;flex-shrink:0;width:64px}.redesign-table .cell.is-65px-cell{flex-grow:0;flex-shrink:0;width:65px}.redesign-table .cell.is-66px-cell{flex-grow:0;flex-shrink:0;width:66px}.redesign-table .cell.is-67px-cell{flex-grow:0;flex-shrink:0;width:67px}.redesign-table .cell.is-68px-cell{flex-grow:0;flex-shrink:0;width:68px}.redesign-table .cell.is-69px-cell{flex-grow:0;flex-shrink:0;width:69px}.redesign-table .cell.is-70px-cell{flex-grow:0;flex-shrink:0;width:70px}.redesign-table .cell.is-71px-cell{flex-grow:0;flex-shrink:0;width:71px}.redesign-table .cell.is-72px-cell{flex-grow:0;flex-shrink:0;width:72px}.redesign-table .cell.is-73px-cell{flex-grow:0;flex-shrink:0;width:73px}.redesign-table .cell.is-74px-cell{flex-grow:0;flex-shrink:0;width:74px}.redesign-table .cell.is-75px-cell{flex-grow:0;flex-shrink:0;width:75px}.redesign-table .cell.is-76px-cell{flex-grow:0;flex-shrink:0;width:76px}.redesign-table .cell.is-77px-cell{flex-grow:0;flex-shrink:0;width:77px}.redesign-table .cell.is-78px-cell{flex-grow:0;flex-shrink:0;width:78px}.redesign-table .cell.is-79px-cell{flex-grow:0;flex-shrink:0;width:79px}.redesign-table .cell.is-80px-cell{flex-grow:0;flex-shrink:0;width:80px}.redesign-table .cell.is-81px-cell{flex-grow:0;flex-shrink:0;width:81px}.redesign-table .cell.is-82px-cell{flex-grow:0;flex-shrink:0;width:82px}.redesign-table .cell.is-83px-cell{flex-grow:0;flex-shrink:0;width:83px}.redesign-table .cell.is-84px-cell{flex-grow:0;flex-shrink:0;width:84px}.redesign-table .cell.is-85px-cell{flex-grow:0;flex-shrink:0;width:85px}.redesign-table .cell.is-86px-cell{flex-grow:0;flex-shrink:0;width:86px}.redesign-table .cell.is-87px-cell{flex-grow:0;flex-shrink:0;width:87px}.redesign-table .cell.is-88px-cell{flex-grow:0;flex-shrink:0;width:88px}.redesign-table .cell.is-89px-cell{flex-grow:0;flex-shrink:0;width:89px}.redesign-table .cell.is-90px-cell{flex-grow:0;flex-shrink:0;width:90px}.redesign-table .cell.is-91px-cell{flex-grow:0;flex-shrink:0;width:91px}.redesign-table .cell.is-92px-cell{flex-grow:0;flex-shrink:0;width:92px}.redesign-table .cell.is-93px-cell{flex-grow:0;flex-shrink:0;width:93px}.redesign-table .cell.is-94px-cell{flex-grow:0;flex-shrink:0;width:94px}.redesign-table .cell.is-95px-cell{flex-grow:0;flex-shrink:0;width:95px}.redesign-table .cell.is-96px-cell{flex-grow:0;flex-shrink:0;width:96px}.redesign-table .cell.is-97px-cell{flex-grow:0;flex-shrink:0;width:97px}.redesign-table .cell.is-98px-cell{flex-grow:0;flex-shrink:0;width:98px}.redesign-table .cell.is-99px-cell{flex-grow:0;flex-shrink:0;width:99px}.redesign-table .cell.is-100px-cell{flex-grow:0;flex-shrink:0;width:100px}.redesign-table .cell.is-101px-cell{flex-grow:0;flex-shrink:0;width:101px}.redesign-table .cell.is-102px-cell{flex-grow:0;flex-shrink:0;width:102px}.redesign-table .cell.is-103px-cell{flex-grow:0;flex-shrink:0;width:103px}.redesign-table .cell.is-104px-cell{flex-grow:0;flex-shrink:0;width:104px}.redesign-table .cell.is-105px-cell{flex-grow:0;flex-shrink:0;width:105px}.redesign-table .cell.is-106px-cell{flex-grow:0;flex-shrink:0;width:106px}.redesign-table .cell.is-107px-cell{flex-grow:0;flex-shrink:0;width:107px}.redesign-table .cell.is-108px-cell{flex-grow:0;flex-shrink:0;width:108px}.redesign-table .cell.is-109px-cell{flex-grow:0;flex-shrink:0;width:109px}.redesign-table .cell.is-110px-cell{flex-grow:0;flex-shrink:0;width:110px}.redesign-table .cell.is-111px-cell{flex-grow:0;flex-shrink:0;width:111px}.redesign-table .cell.is-112px-cell{flex-grow:0;flex-shrink:0;width:112px}.redesign-table .cell.is-113px-cell{flex-grow:0;flex-shrink:0;width:113px}.redesign-table .cell.is-114px-cell{flex-grow:0;flex-shrink:0;width:114px}.redesign-table .cell.is-115px-cell{flex-grow:0;flex-shrink:0;width:115px}.redesign-table .cell.is-116px-cell{flex-grow:0;flex-shrink:0;width:116px}.redesign-table .cell.is-117px-cell{flex-grow:0;flex-shrink:0;width:117px}.redesign-table .cell.is-118px-cell{flex-grow:0;flex-shrink:0;width:118px}.redesign-table .cell.is-119px-cell{flex-grow:0;flex-shrink:0;width:119px}.redesign-table .cell.is-120px-cell{flex-grow:0;flex-shrink:0;width:120px}.redesign-table .cell.is-121px-cell{flex-grow:0;flex-shrink:0;width:121px}.redesign-table .cell.is-122px-cell{flex-grow:0;flex-shrink:0;width:122px}.redesign-table .cell.is-123px-cell{flex-grow:0;flex-shrink:0;width:123px}.redesign-table .cell.is-124px-cell{flex-grow:0;flex-shrink:0;width:124px}.redesign-table .cell.is-125px-cell{flex-grow:0;flex-shrink:0;width:125px}.redesign-table .cell.is-126px-cell{flex-grow:0;flex-shrink:0;width:126px}.redesign-table .cell.is-127px-cell{flex-grow:0;flex-shrink:0;width:127px}.redesign-table .cell.is-128px-cell{flex-grow:0;flex-shrink:0;width:128px}.redesign-table .cell.is-129px-cell{flex-grow:0;flex-shrink:0;width:129px}.redesign-table .cell.is-130px-cell{flex-grow:0;flex-shrink:0;width:130px}.redesign-table .cell.is-131px-cell{flex-grow:0;flex-shrink:0;width:131px}.redesign-table .cell.is-132px-cell{flex-grow:0;flex-shrink:0;width:132px}.redesign-table .cell.is-133px-cell{flex-grow:0;flex-shrink:0;width:133px}.redesign-table .cell.is-134px-cell{flex-grow:0;flex-shrink:0;width:134px}.redesign-table .cell.is-135px-cell{flex-grow:0;flex-shrink:0;width:135px}.redesign-table .cell.is-136px-cell{flex-grow:0;flex-shrink:0;width:136px}.redesign-table .cell.is-137px-cell{flex-grow:0;flex-shrink:0;width:137px}.redesign-table .cell.is-138px-cell{flex-grow:0;flex-shrink:0;width:138px}.redesign-table .cell.is-139px-cell{flex-grow:0;flex-shrink:0;width:139px}.redesign-table .cell.is-140px-cell{flex-grow:0;flex-shrink:0;width:140px}.redesign-table .cell.is-141px-cell{flex-grow:0;flex-shrink:0;width:141px}.redesign-table .cell.is-142px-cell{flex-grow:0;flex-shrink:0;width:142px}.redesign-table .cell.is-143px-cell{flex-grow:0;flex-shrink:0;width:143px}.redesign-table .cell.is-144px-cell{flex-grow:0;flex-shrink:0;width:144px}.redesign-table .cell.is-145px-cell{flex-grow:0;flex-shrink:0;width:145px}.redesign-table .cell.is-146px-cell{flex-grow:0;flex-shrink:0;width:146px}.redesign-table .cell.is-147px-cell{flex-grow:0;flex-shrink:0;width:147px}.redesign-table .cell.is-148px-cell{flex-grow:0;flex-shrink:0;width:148px}.redesign-table .cell.is-149px-cell{flex-grow:0;flex-shrink:0;width:149px}.redesign-table .cell.is-150px-cell{flex-grow:0;flex-shrink:0;width:150px}.redesign-table .cell.is-151px-cell{flex-grow:0;flex-shrink:0;width:151px}.redesign-table .cell.is-152px-cell{flex-grow:0;flex-shrink:0;width:152px}.redesign-table .cell.is-153px-cell{flex-grow:0;flex-shrink:0;width:153px}.redesign-table .cell.is-154px-cell{flex-grow:0;flex-shrink:0;width:154px}.redesign-table .cell.is-155px-cell{flex-grow:0;flex-shrink:0;width:155px}.redesign-table .cell.is-156px-cell{flex-grow:0;flex-shrink:0;width:156px}.redesign-table .cell.is-157px-cell{flex-grow:0;flex-shrink:0;width:157px}.redesign-table .cell.is-158px-cell{flex-grow:0;flex-shrink:0;width:158px}.redesign-table .cell.is-159px-cell{flex-grow:0;flex-shrink:0;width:159px}.redesign-table .cell.is-160px-cell{flex-grow:0;flex-shrink:0;width:160px}.redesign-table .cell.is-161px-cell{flex-grow:0;flex-shrink:0;width:161px}.redesign-table .cell.is-162px-cell{flex-grow:0;flex-shrink:0;width:162px}.redesign-table .cell.is-163px-cell{flex-grow:0;flex-shrink:0;width:163px}.redesign-table .cell.is-164px-cell{flex-grow:0;flex-shrink:0;width:164px}.redesign-table .cell.is-165px-cell{flex-grow:0;flex-shrink:0;width:165px}.redesign-table .cell.is-166px-cell{flex-grow:0;flex-shrink:0;width:166px}.redesign-table .cell.is-167px-cell{flex-grow:0;flex-shrink:0;width:167px}.redesign-table .cell.is-168px-cell{flex-grow:0;flex-shrink:0;width:168px}.redesign-table .cell.is-169px-cell{flex-grow:0;flex-shrink:0;width:169px}.redesign-table .cell.is-170px-cell{flex-grow:0;flex-shrink:0;width:170px}.redesign-table .cell.is-171px-cell{flex-grow:0;flex-shrink:0;width:171px}.redesign-table .cell.is-172px-cell{flex-grow:0;flex-shrink:0;width:172px}.redesign-table .cell.is-173px-cell{flex-grow:0;flex-shrink:0;width:173px}.redesign-table .cell.is-174px-cell{flex-grow:0;flex-shrink:0;width:174px}.redesign-table .cell.is-175px-cell{flex-grow:0;flex-shrink:0;width:175px}.redesign-table .cell.is-176px-cell{flex-grow:0;flex-shrink:0;width:176px}.redesign-table .cell.is-177px-cell{flex-grow:0;flex-shrink:0;width:177px}.redesign-table .cell.is-178px-cell{flex-grow:0;flex-shrink:0;width:178px}.redesign-table .cell.is-179px-cell{flex-grow:0;flex-shrink:0;width:179px}.redesign-table .cell.is-180px-cell{flex-grow:0;flex-shrink:0;width:180px}.redesign-table .cell.is-181px-cell{flex-grow:0;flex-shrink:0;width:181px}.redesign-table .cell.is-182px-cell{flex-grow:0;flex-shrink:0;width:182px}.redesign-table .cell.is-183px-cell{flex-grow:0;flex-shrink:0;width:183px}.redesign-table .cell.is-184px-cell{flex-grow:0;flex-shrink:0;width:184px}.redesign-table .cell.is-185px-cell{flex-grow:0;flex-shrink:0;width:185px}.redesign-table .cell.is-186px-cell{flex-grow:0;flex-shrink:0;width:186px}.redesign-table .cell.is-187px-cell{flex-grow:0;flex-shrink:0;width:187px}.redesign-table .cell.is-188px-cell{flex-grow:0;flex-shrink:0;width:188px}.redesign-table .cell.is-189px-cell{flex-grow:0;flex-shrink:0;width:189px}.redesign-table .cell.is-190px-cell{flex-grow:0;flex-shrink:0;width:190px}.redesign-table .cell.is-191px-cell{flex-grow:0;flex-shrink:0;width:191px}.redesign-table .cell.is-192px-cell{flex-grow:0;flex-shrink:0;width:192px}.redesign-table .cell.is-193px-cell{flex-grow:0;flex-shrink:0;width:193px}.redesign-table .cell.is-194px-cell{flex-grow:0;flex-shrink:0;width:194px}.redesign-table .cell.is-195px-cell{flex-grow:0;flex-shrink:0;width:195px}.redesign-table .cell.is-196px-cell{flex-grow:0;flex-shrink:0;width:196px}.redesign-table .cell.is-197px-cell{flex-grow:0;flex-shrink:0;width:197px}.redesign-table .cell.is-198px-cell{flex-grow:0;flex-shrink:0;width:198px}.redesign-table .cell.is-199px-cell{flex-grow:0;flex-shrink:0;width:199px}.redesign-table .cell.is-200px-cell{flex-grow:0;flex-shrink:0;width:200px}.redesign-table .cell.is-201px-cell{flex-grow:0;flex-shrink:0;width:201px}.redesign-table .cell.is-202px-cell{flex-grow:0;flex-shrink:0;width:202px}.redesign-table .cell.is-203px-cell{flex-grow:0;flex-shrink:0;width:203px}.redesign-table .cell.is-204px-cell{flex-grow:0;flex-shrink:0;width:204px}.redesign-table .cell.is-205px-cell{flex-grow:0;flex-shrink:0;width:205px}.redesign-table .cell.is-206px-cell{flex-grow:0;flex-shrink:0;width:206px}.redesign-table .cell.is-207px-cell{flex-grow:0;flex-shrink:0;width:207px}.redesign-table .cell.is-208px-cell{flex-grow:0;flex-shrink:0;width:208px}.redesign-table .cell.is-209px-cell{flex-grow:0;flex-shrink:0;width:209px}.redesign-table .cell.is-210px-cell{flex-grow:0;flex-shrink:0;width:210px}.redesign-table .cell.is-211px-cell{flex-grow:0;flex-shrink:0;width:211px}.redesign-table .cell.is-212px-cell{flex-grow:0;flex-shrink:0;width:212px}.redesign-table .cell.is-213px-cell{flex-grow:0;flex-shrink:0;width:213px}.redesign-table .cell.is-214px-cell{flex-grow:0;flex-shrink:0;width:214px}.redesign-table .cell.is-215px-cell{flex-grow:0;flex-shrink:0;width:215px}.redesign-table .cell.is-216px-cell{flex-grow:0;flex-shrink:0;width:216px}.redesign-table .cell.is-217px-cell{flex-grow:0;flex-shrink:0;width:217px}.redesign-table .cell.is-218px-cell{flex-grow:0;flex-shrink:0;width:218px}.redesign-table .cell.is-219px-cell{flex-grow:0;flex-shrink:0;width:219px}.redesign-table .cell.is-220px-cell{flex-grow:0;flex-shrink:0;width:220px}.redesign-table .cell.is-221px-cell{flex-grow:0;flex-shrink:0;width:221px}.redesign-table .cell.is-222px-cell{flex-grow:0;flex-shrink:0;width:222px}.redesign-table .cell.is-223px-cell{flex-grow:0;flex-shrink:0;width:223px}.redesign-table .cell.is-224px-cell{flex-grow:0;flex-shrink:0;width:224px}.redesign-table .cell.is-225px-cell{flex-grow:0;flex-shrink:0;width:225px}.redesign-table .cell.is-226px-cell{flex-grow:0;flex-shrink:0;width:226px}.redesign-table .cell.is-227px-cell{flex-grow:0;flex-shrink:0;width:227px}.redesign-table .cell.is-228px-cell{flex-grow:0;flex-shrink:0;width:228px}.redesign-table .cell.is-229px-cell{flex-grow:0;flex-shrink:0;width:229px}.redesign-table .cell.is-230px-cell{flex-grow:0;flex-shrink:0;width:230px}.redesign-table .cell.is-231px-cell{flex-grow:0;flex-shrink:0;width:231px}.redesign-table .cell.is-232px-cell{flex-grow:0;flex-shrink:0;width:232px}.redesign-table .cell.is-233px-cell{flex-grow:0;flex-shrink:0;width:233px}.redesign-table .cell.is-234px-cell{flex-grow:0;flex-shrink:0;width:234px}.redesign-table .cell.is-235px-cell{flex-grow:0;flex-shrink:0;width:235px}.redesign-table .cell.is-236px-cell{flex-grow:0;flex-shrink:0;width:236px}.redesign-table .cell.is-237px-cell{flex-grow:0;flex-shrink:0;width:237px}.redesign-table .cell.is-238px-cell{flex-grow:0;flex-shrink:0;width:238px}.redesign-table .cell.is-239px-cell{flex-grow:0;flex-shrink:0;width:239px}.redesign-table .cell.is-240px-cell{flex-grow:0;flex-shrink:0;width:240px}.redesign-table .cell.is-241px-cell{flex-grow:0;flex-shrink:0;width:241px}.redesign-table .cell.is-242px-cell{flex-grow:0;flex-shrink:0;width:242px}.redesign-table .cell.is-243px-cell{flex-grow:0;flex-shrink:0;width:243px}.redesign-table .cell.is-244px-cell{flex-grow:0;flex-shrink:0;width:244px}.redesign-table .cell.is-245px-cell{flex-grow:0;flex-shrink:0;width:245px}.redesign-table .cell.is-246px-cell{flex-grow:0;flex-shrink:0;width:246px}.redesign-table .cell.is-247px-cell{flex-grow:0;flex-shrink:0;width:247px}.redesign-table .cell.is-248px-cell{flex-grow:0;flex-shrink:0;width:248px}.redesign-table .cell.is-249px-cell{flex-grow:0;flex-shrink:0;width:249px}.redesign-table .cell.is-250px-cell{flex-grow:0;flex-shrink:0;width:250px}.redesign-table .cell.is-251px-cell{flex-grow:0;flex-shrink:0;width:251px}.redesign-table .cell.is-252px-cell{flex-grow:0;flex-shrink:0;width:252px}.redesign-table .cell.is-253px-cell{flex-grow:0;flex-shrink:0;width:253px}.redesign-table .cell.is-254px-cell{flex-grow:0;flex-shrink:0;width:254px}.redesign-table .cell.is-255px-cell{flex-grow:0;flex-shrink:0;width:255px}.redesign-table .cell.is-256px-cell{flex-grow:0;flex-shrink:0;width:256px}.redesign-table .cell.is-257px-cell{flex-grow:0;flex-shrink:0;width:257px}.redesign-table .cell.is-258px-cell{flex-grow:0;flex-shrink:0;width:258px}.redesign-table .cell.is-259px-cell{flex-grow:0;flex-shrink:0;width:259px}.redesign-table .cell.is-260px-cell{flex-grow:0;flex-shrink:0;width:260px}.redesign-table .cell.is-261px-cell{flex-grow:0;flex-shrink:0;width:261px}.redesign-table .cell.is-262px-cell{flex-grow:0;flex-shrink:0;width:262px}.redesign-table .cell.is-263px-cell{flex-grow:0;flex-shrink:0;width:263px}.redesign-table .cell.is-264px-cell{flex-grow:0;flex-shrink:0;width:264px}.redesign-table .cell.is-265px-cell{flex-grow:0;flex-shrink:0;width:265px}.redesign-table .cell.is-266px-cell{flex-grow:0;flex-shrink:0;width:266px}.redesign-table .cell.is-267px-cell{flex-grow:0;flex-shrink:0;width:267px}.redesign-table .cell.is-268px-cell{flex-grow:0;flex-shrink:0;width:268px}.redesign-table .cell.is-269px-cell{flex-grow:0;flex-shrink:0;width:269px}.redesign-table .cell.is-270px-cell{flex-grow:0;flex-shrink:0;width:270px}.redesign-table .cell.is-271px-cell{flex-grow:0;flex-shrink:0;width:271px}.redesign-table .cell.is-272px-cell{flex-grow:0;flex-shrink:0;width:272px}.redesign-table .cell.is-273px-cell{flex-grow:0;flex-shrink:0;width:273px}.redesign-table .cell.is-274px-cell{flex-grow:0;flex-shrink:0;width:274px}.redesign-table .cell.is-275px-cell{flex-grow:0;flex-shrink:0;width:275px}.redesign-table .cell.is-276px-cell{flex-grow:0;flex-shrink:0;width:276px}.redesign-table .cell.is-277px-cell{flex-grow:0;flex-shrink:0;width:277px}.redesign-table .cell.is-278px-cell{flex-grow:0;flex-shrink:0;width:278px}.redesign-table .cell.is-279px-cell{flex-grow:0;flex-shrink:0;width:279px}.redesign-table .cell.is-280px-cell{flex-grow:0;flex-shrink:0;width:280px}.redesign-table .cell.is-281px-cell{flex-grow:0;flex-shrink:0;width:281px}.redesign-table .cell.is-282px-cell{flex-grow:0;flex-shrink:0;width:282px}.redesign-table .cell.is-283px-cell{flex-grow:0;flex-shrink:0;width:283px}.redesign-table .cell.is-284px-cell{flex-grow:0;flex-shrink:0;width:284px}.redesign-table .cell.is-285px-cell{flex-grow:0;flex-shrink:0;width:285px}.redesign-table .cell.is-286px-cell{flex-grow:0;flex-shrink:0;width:286px}.redesign-table .cell.is-287px-cell{flex-grow:0;flex-shrink:0;width:287px}.redesign-table .cell.is-288px-cell{flex-grow:0;flex-shrink:0;width:288px}.redesign-table .cell.is-289px-cell{flex-grow:0;flex-shrink:0;width:289px}.redesign-table .cell.is-290px-cell{flex-grow:0;flex-shrink:0;width:290px}.redesign-table .cell.is-291px-cell{flex-grow:0;flex-shrink:0;width:291px}.redesign-table .cell.is-292px-cell{flex-grow:0;flex-shrink:0;width:292px}.redesign-table .cell.is-293px-cell{flex-grow:0;flex-shrink:0;width:293px}.redesign-table .cell.is-294px-cell{flex-grow:0;flex-shrink:0;width:294px}.redesign-table .cell.is-295px-cell{flex-grow:0;flex-shrink:0;width:295px}.redesign-table .cell.is-296px-cell{flex-grow:0;flex-shrink:0;width:296px}.redesign-table .cell.is-297px-cell{flex-grow:0;flex-shrink:0;width:297px}.redesign-table .cell.is-298px-cell{flex-grow:0;flex-shrink:0;width:298px}.redesign-table .cell.is-299px-cell{flex-grow:0;flex-shrink:0;width:299px}.redesign-table .cell.is-300px-cell{flex-grow:0;flex-shrink:0;width:300px}.redesign-table .cell.is-301px-cell{flex-grow:0;flex-shrink:0;width:301px}.redesign-table .cell.is-302px-cell{flex-grow:0;flex-shrink:0;width:302px}.redesign-table .cell.is-303px-cell{flex-grow:0;flex-shrink:0;width:303px}.redesign-table .cell.is-304px-cell{flex-grow:0;flex-shrink:0;width:304px}.redesign-table .cell.is-305px-cell{flex-grow:0;flex-shrink:0;width:305px}.redesign-table .cell.is-306px-cell{flex-grow:0;flex-shrink:0;width:306px}.redesign-table .cell.is-307px-cell{flex-grow:0;flex-shrink:0;width:307px}.redesign-table .cell.is-308px-cell{flex-grow:0;flex-shrink:0;width:308px}.redesign-table .cell.is-309px-cell{flex-grow:0;flex-shrink:0;width:309px}.redesign-table .cell.is-310px-cell{flex-grow:0;flex-shrink:0;width:310px}.redesign-table .cell.is-311px-cell{flex-grow:0;flex-shrink:0;width:311px}.redesign-table .cell.is-312px-cell{flex-grow:0;flex-shrink:0;width:312px}.redesign-table .cell.is-313px-cell{flex-grow:0;flex-shrink:0;width:313px}.redesign-table .cell.is-314px-cell{flex-grow:0;flex-shrink:0;width:314px}.redesign-table .cell.is-315px-cell{flex-grow:0;flex-shrink:0;width:315px}.redesign-table .cell.is-316px-cell{flex-grow:0;flex-shrink:0;width:316px}.redesign-table .cell.is-317px-cell{flex-grow:0;flex-shrink:0;width:317px}.redesign-table .cell.is-318px-cell{flex-grow:0;flex-shrink:0;width:318px}.redesign-table .cell.is-319px-cell{flex-grow:0;flex-shrink:0;width:319px}.redesign-table .cell.is-320px-cell{flex-grow:0;flex-shrink:0;width:320px}.redesign-table .cell.is-321px-cell{flex-grow:0;flex-shrink:0;width:321px}.redesign-table .cell.is-322px-cell{flex-grow:0;flex-shrink:0;width:322px}.redesign-table .cell.is-323px-cell{flex-grow:0;flex-shrink:0;width:323px}.redesign-table .cell.is-324px-cell{flex-grow:0;flex-shrink:0;width:324px}.redesign-table .cell.is-325px-cell{flex-grow:0;flex-shrink:0;width:325px}.redesign-table .cell.is-326px-cell{flex-grow:0;flex-shrink:0;width:326px}.redesign-table .cell.is-327px-cell{flex-grow:0;flex-shrink:0;width:327px}.redesign-table .cell.is-328px-cell{flex-grow:0;flex-shrink:0;width:328px}.redesign-table .cell.is-329px-cell{flex-grow:0;flex-shrink:0;width:329px}.redesign-table .cell.is-330px-cell{flex-grow:0;flex-shrink:0;width:330px}.redesign-table .cell.is-331px-cell{flex-grow:0;flex-shrink:0;width:331px}.redesign-table .cell.is-332px-cell{flex-grow:0;flex-shrink:0;width:332px}.redesign-table .cell.is-333px-cell{flex-grow:0;flex-shrink:0;width:333px}.redesign-table .cell.is-334px-cell{flex-grow:0;flex-shrink:0;width:334px}.redesign-table .cell.is-335px-cell{flex-grow:0;flex-shrink:0;width:335px}.redesign-table .cell.is-336px-cell{flex-grow:0;flex-shrink:0;width:336px}.redesign-table .cell.is-337px-cell{flex-grow:0;flex-shrink:0;width:337px}.redesign-table .cell.is-338px-cell{flex-grow:0;flex-shrink:0;width:338px}.redesign-table .cell.is-339px-cell{flex-grow:0;flex-shrink:0;width:339px}.redesign-table .cell.is-340px-cell{flex-grow:0;flex-shrink:0;width:340px}.redesign-table .cell.is-341px-cell{flex-grow:0;flex-shrink:0;width:341px}.redesign-table .cell.is-342px-cell{flex-grow:0;flex-shrink:0;width:342px}.redesign-table .cell.is-343px-cell{flex-grow:0;flex-shrink:0;width:343px}.redesign-table .cell.is-344px-cell{flex-grow:0;flex-shrink:0;width:344px}.redesign-table .cell.is-345px-cell{flex-grow:0;flex-shrink:0;width:345px}.redesign-table .cell.is-346px-cell{flex-grow:0;flex-shrink:0;width:346px}.redesign-table .cell.is-347px-cell{flex-grow:0;flex-shrink:0;width:347px}.redesign-table .cell.is-348px-cell{flex-grow:0;flex-shrink:0;width:348px}.redesign-table .cell.is-349px-cell{flex-grow:0;flex-shrink:0;width:349px}.redesign-table .cell.is-350px-cell{flex-grow:0;flex-shrink:0;width:350px}.redesign-table .cell.is-days-cell{flex-grow:0;flex-shrink:0;width:220px}.redesign-table .cell.is-small-cell,.redesign-table .cell.is-user-cell{flex-grow:0;flex-shrink:0;width:65px}.redesign-table .cell.is-smaller-cell{flex-grow:0;flex-shrink:0;width:100px}.redesign-table .cell.is-date-cell{flex-grow:0;flex-shrink:0;width:85px}.redesign-table .cell.is-check-cell{flex-grow:0;flex-shrink:0;width:62px}.redesign-table .cell.is-icon-cell{flex-grow:0;flex-shrink:0;width:42px}.redesign-table .cell.is-icon-date-cell{flex-grow:0;flex-shrink:0;width:125px}.redesign-table .cell.is-small-icon-cell{flex-grow:0;padding:0;width:20px}.redesign-table .cell.is-double-icon-cell{flex-grow:0;width:73px}.redesign-table .cell.is-medium-cell{flex-grow:0;flex-shrink:0;width:150px}.redesign-table .cell.is-larger-cell{flex-grow:0;width:200px}.redesign-table .cell.is-big-cell{flex-grow:0;flex-shrink:1;width:350px}.redesign-table .cell-is-auto-width{width:auto}.redesign-table .cell.is-narrow{width:1px}.redesign-table .cell.is-gapless{padding-left:0;padding-right:0}.redesign-table .cell.is-gapless>.button.is-fullwidth{background:#f7f9fa;border:0;height:100%;text-align:center;width:100%}.redesign-table .cell.is-gapless>.button.is-fullwidth i.material-icons{font-size:22px}.redesign-table .cell.is-gapless .input,.redesign-table .cell.is-gapless .textarea{padding-left:10px;padding-right:10px}.redesign-table .cell.is-gapless .input.no-left-border,.redesign-table .cell.is-gapless .textarea.no-left-border,.redesign-table .cell.is-gapless+.is-gapless .input,.redesign-table .cell.is-gapless+.is-gapless .textarea .multiselect__tags{border-left:0}.redesign-table .cell.is-relative{height:18px;position:relative;white-space:nowrap}.redesign-table .cell.is-relative .cell-content{position:absolute}.redesign-table .cell.is-relative .cell-content .mr{margin-right:10px}.redesign-table .cell.is-relative .cell-content.is-full{left:10px;right:10px}.redesign-table .cell.is-relative .cell-content.v-popover{padding-right:10px;width:100%}.redesign-table .cell.is-relative .cell-content.v-popover .trigger{width:100%}.redesign-table .cell.is-relative .cell-content.v-popover .trigger .is-truncated{display:block}.redesign-table .cell.is-sortable{cursor:pointer}.redesign-table .cell.is-sortable:after{color:#9d9fa2;content:"";font-family:FontAwesome;margin-left:10px}.redesign-table .cell.is-sortable.is-order-asc:after{content:""}.redesign-table .cell.is-sortable.is-order-desc:after{content:""}.redesign-table .cell .input,.redesign-table .cell .textarea{border:1px solid #ddd;border-bottom:0;border-radius:0;border-top:0;box-shadow:0 0 0 hsla(0,0%,100%,0);height:30px}.redesign-table .cell .sort-number{background:#60a4ab;color:#fff;flex-grow:0;flex-shrink:0;line-height:30px;text-align:center;width:30px}.redesign-table .cell .bp-deadline.is-editable{border-bottom:0;border-top:0;height:30px}.redesign-table .cell .badges{display:inline-flex}.redesign-table .cell .badges .badge{display:block;margin-left:0;margin-right:5px}.redesign-table .cell .btn-single-toggle{line-height:20px}.redesign-table .cell .multiselect{min-height:30px}.redesign-table .cell .multiselect__tags{border-bottom:0;border-radius:0;border-top:0;border-color:#ddd;height:30px}.redesign-table .cell .multiselect__select{height:26px}.redesign-table .cell .multiselect__input{height:30px;min-height:30px}.redesign-table__footer{align-items:center;display:flex;justify-content:space-between;padding-top:20px}.redesign-table [data-bubble]{white-space:nowrap}.redesign-table [data-bubble]:before{background:#60a4ab;color:#fff}.redesign-table .rating{align-items:center;display:flex;white-space:nowrap}.redesign-table .rating__circle{margin-bottom:0;margin-right:5px}.redesign-table .rating__value{background:#fff;border-radius:50%;font-size:9px;text-align:center;width:100%}.redesign-table .tags:last-child{margin-bottom:0}.redesign-table .tags .tag{border-radius:0;font-size:11px;height:auto;line-height:normal;line-height:18px;margin-bottom:0;padding:1px 10px}.redesign-table .tags .tag:not([class*=" is"]){background:#60a4ab}.redesign-table .tags .tag:not(:last-child){margin-right:3px}.redesign-table .tags .tag.is-icon{border-radius:50%;height:18px;line-height:18px;padding:0;text-align:center;width:18px}.redesign-table .tags .tag.is-icon i.fa,.redesign-table .tags .tag.is-icon i.material-icons,.redesign-table .tags .tag.is-icon span{color:#fff!important}.redesign-table .tags .tag.is-icon i.fa,.redesign-table .tags .tag.is-icon i.material-icons{font-size:10px}.redesign-table .tags .tag.is-icon span{font-size:8px}.redesign-table .bp-deadline{position:relative}.redesign-table .bp-deadline:before{left:0;margin-left:-16px;margin-top:-5px;position:absolute;top:50%}.redesign-table .user{height:24px;width:24px}.redesign-table .indicator{background:#eaeaea;border:1px solid #ccc;border-radius:50%;color:#6a6c6f;display:inline-block;font-size:11px;height:18px;line-height:16px;text-align:center;width:18px}.redesign-table .indicator.is-red{background:#e68c87;border-color:#dd645d;color:#fff}.redesign-table .indicator.is-blue{background:#3498db;border-color:#217dbb;color:#fff}.redesign-table.is-gapless{border-top:0;padding:0}.redesign-table.is-gapless .table-wrapper{box-shadow:0 0 0 transparent}.redesign-table .status-progress{position:relative}.redesign-table .status-progress .pie-chart{height:18px;left:0;margin-top:-9px;position:absolute;top:50%;width:18px}.redesign-table .status-progress .pie-chart+span{padding-left:24px}.redesign-table .complexity .pie-chart{display:inline-block;height:18px;margin-right:4px;position:relative;width:18px}.redesign-table .complexity .pie-chart span{left:5px;position:relative}.requests-count{background-color:#fff;border:1px solid #ccc;border-radius:50%;display:inline-block;font-size:12px;font-weight:600;height:22px;margin:0 5px 0 0;padding-bottom:2px;text-align:center;width:22px}.requests-count:hover{border-color:#9d9fa2}.requests-count.is-primary{background:#34495e;border-color:#34495e;color:#fff}.requests-count i{color:inherit!important;height:20px;line-height:21px;margin-right:0!important;text-align:center;width:20px}.conditions-table{width:100%}.conditions-table th{background:#eaeaea;color:#6a6c6f;font-weight:600;height:35px;padding:0 10px;vertical-align:middle}.conditions-table th.b-r{border-right:1px solid #ddd}.conditions-table td{background:#fff;border-bottom:1px solid #ddd;height:32px;vertical-align:middle}.conditions-table td:not(:last-child){border-right:1px solid #ddd}.conditions-table td .input{background:transparent;border:0;height:30px;padding-left:10px;padding-right:10px}.conditions-table td .multiselect__tags{border:0}.conditions-table .is-small{width:55px}.conditions-table .is-small .input{text-align:center}.conditions-table .is-narrow{padding-left:10px;padding-right:10px;width:1%}.conditions-table .is-large,.conditions-table .is-medium{width:300px}.conditions-table button{background:#f7f9fa;height:100%;width:100%}.conditions-table button i.material-icons{font-size:22px}.edit-table.redesign-table .row.is-head,.edit-table.redesign-table .row.is-headline{height:32px}.edit-table.redesign-table .row.is-head .cell,.edit-table.redesign-table .row.is-headline .cell{padding:0 6px}.edit-table.redesign-table .row:not(.is-head) .cell:not(.is-pure-text){padding-left:0;padding-right:0}.edit-table.redesign-table .row:not(.is-head) .cell.is-actions{padding-right:6px}.edit-table.redesign-table .row:not(.is-head) .cell.is-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.edit-table.redesign-table .row:not(.is-head):not(.not-white) .cell{background-color:#fff}.edit-table.redesign-table .cell{align-items:center;display:flex;flex-direction:row;flex-shrink:0;height:30px}.edit-table.redesign-table .cell.is-centered{justify-content:center}.edit-table.redesign-table .cell.is-right{justify-content:right}.edit-table.redesign-table .cell.is-pure-text{padding:0 6px}.edit-table.redesign-table .cell:last-child{border-right:1px solid #ddd}.edit-table.redesign-table .cell .input,.edit-table.redesign-table .cell .input-price,.edit-table.redesign-table .cell .multiselect__tags{background-color:#fff;border:0}.edit-table.redesign-table .cell [data-prefix]{align-items:center;display:flex;justify-content:space-between;width:100%}.edit-table.redesign-table .cell [data-prefix]:before{content:attr(data-prefix);text-align:center;width:25px}.edit-table.redesign-table .cell span[data-prefix]{padding-right:5px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell{background-color:rgba(116,178,219,.149)}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-30px-cell{flex-grow:0;flex-shrink:0;width:30px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-31px-cell{flex-grow:0;flex-shrink:0;width:31px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-32px-cell{flex-grow:0;flex-shrink:0;width:32px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-33px-cell{flex-grow:0;flex-shrink:0;width:33px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-34px-cell{flex-grow:0;flex-shrink:0;width:34px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-35px-cell{flex-grow:0;flex-shrink:0;width:35px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-36px-cell{flex-grow:0;flex-shrink:0;width:36px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-37px-cell{flex-grow:0;flex-shrink:0;width:37px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-38px-cell{flex-grow:0;flex-shrink:0;width:38px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-39px-cell{flex-grow:0;flex-shrink:0;width:39px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-40px-cell{flex-grow:0;flex-shrink:0;width:40px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-41px-cell{flex-grow:0;flex-shrink:0;width:41px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-42px-cell{flex-grow:0;flex-shrink:0;width:42px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-43px-cell{flex-grow:0;flex-shrink:0;width:43px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-44px-cell{flex-grow:0;flex-shrink:0;width:44px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-45px-cell{flex-grow:0;flex-shrink:0;width:45px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-46px-cell{flex-grow:0;flex-shrink:0;width:46px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-47px-cell{flex-grow:0;flex-shrink:0;width:47px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-48px-cell{flex-grow:0;flex-shrink:0;width:48px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-49px-cell{flex-grow:0;flex-shrink:0;width:49px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-50px-cell{flex-grow:0;flex-shrink:0;width:50px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-51px-cell{flex-grow:0;flex-shrink:0;width:51px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-52px-cell{flex-grow:0;flex-shrink:0;width:52px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-53px-cell{flex-grow:0;flex-shrink:0;width:53px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-54px-cell{flex-grow:0;flex-shrink:0;width:54px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-55px-cell{flex-grow:0;flex-shrink:0;width:55px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-56px-cell{flex-grow:0;flex-shrink:0;width:56px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-57px-cell{flex-grow:0;flex-shrink:0;width:57px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-58px-cell{flex-grow:0;flex-shrink:0;width:58px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-59px-cell{flex-grow:0;flex-shrink:0;width:59px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-60px-cell{flex-grow:0;flex-shrink:0;width:60px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-61px-cell{flex-grow:0;flex-shrink:0;width:61px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-62px-cell{flex-grow:0;flex-shrink:0;width:62px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-63px-cell{flex-grow:0;flex-shrink:0;width:63px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-64px-cell{flex-grow:0;flex-shrink:0;width:64px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-65px-cell{flex-grow:0;flex-shrink:0;width:65px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-66px-cell{flex-grow:0;flex-shrink:0;width:66px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-67px-cell{flex-grow:0;flex-shrink:0;width:67px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-68px-cell{flex-grow:0;flex-shrink:0;width:68px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-69px-cell{flex-grow:0;flex-shrink:0;width:69px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-70px-cell{flex-grow:0;flex-shrink:0;width:70px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-71px-cell{flex-grow:0;flex-shrink:0;width:71px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-72px-cell{flex-grow:0;flex-shrink:0;width:72px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-73px-cell{flex-grow:0;flex-shrink:0;width:73px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-74px-cell{flex-grow:0;flex-shrink:0;width:74px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-75px-cell{flex-grow:0;flex-shrink:0;width:75px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-76px-cell{flex-grow:0;flex-shrink:0;width:76px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-77px-cell{flex-grow:0;flex-shrink:0;width:77px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-78px-cell{flex-grow:0;flex-shrink:0;width:78px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-79px-cell{flex-grow:0;flex-shrink:0;width:79px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-80px-cell{flex-grow:0;flex-shrink:0;width:80px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-81px-cell{flex-grow:0;flex-shrink:0;width:81px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-82px-cell{flex-grow:0;flex-shrink:0;width:82px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-83px-cell{flex-grow:0;flex-shrink:0;width:83px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-84px-cell{flex-grow:0;flex-shrink:0;width:84px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-85px-cell{flex-grow:0;flex-shrink:0;width:85px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-86px-cell{flex-grow:0;flex-shrink:0;width:86px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-87px-cell{flex-grow:0;flex-shrink:0;width:87px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-88px-cell{flex-grow:0;flex-shrink:0;width:88px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-89px-cell{flex-grow:0;flex-shrink:0;width:89px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-90px-cell{flex-grow:0;flex-shrink:0;width:90px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-91px-cell{flex-grow:0;flex-shrink:0;width:91px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-92px-cell{flex-grow:0;flex-shrink:0;width:92px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-93px-cell{flex-grow:0;flex-shrink:0;width:93px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-94px-cell{flex-grow:0;flex-shrink:0;width:94px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-95px-cell{flex-grow:0;flex-shrink:0;width:95px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-96px-cell{flex-grow:0;flex-shrink:0;width:96px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-97px-cell{flex-grow:0;flex-shrink:0;width:97px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-98px-cell{flex-grow:0;flex-shrink:0;width:98px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-99px-cell{flex-grow:0;flex-shrink:0;width:99px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-100px-cell{flex-grow:0;flex-shrink:0;width:100px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-101px-cell{flex-grow:0;flex-shrink:0;width:101px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-102px-cell{flex-grow:0;flex-shrink:0;width:102px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-103px-cell{flex-grow:0;flex-shrink:0;width:103px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-104px-cell{flex-grow:0;flex-shrink:0;width:104px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-105px-cell{flex-grow:0;flex-shrink:0;width:105px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-106px-cell{flex-grow:0;flex-shrink:0;width:106px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-107px-cell{flex-grow:0;flex-shrink:0;width:107px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-108px-cell{flex-grow:0;flex-shrink:0;width:108px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-109px-cell{flex-grow:0;flex-shrink:0;width:109px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-110px-cell{flex-grow:0;flex-shrink:0;width:110px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-111px-cell{flex-grow:0;flex-shrink:0;width:111px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-112px-cell{flex-grow:0;flex-shrink:0;width:112px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-113px-cell{flex-grow:0;flex-shrink:0;width:113px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-114px-cell{flex-grow:0;flex-shrink:0;width:114px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-115px-cell{flex-grow:0;flex-shrink:0;width:115px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-116px-cell{flex-grow:0;flex-shrink:0;width:116px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-117px-cell{flex-grow:0;flex-shrink:0;width:117px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-118px-cell{flex-grow:0;flex-shrink:0;width:118px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-119px-cell{flex-grow:0;flex-shrink:0;width:119px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-120px-cell{flex-grow:0;flex-shrink:0;width:120px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-121px-cell{flex-grow:0;flex-shrink:0;width:121px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-122px-cell{flex-grow:0;flex-shrink:0;width:122px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-123px-cell{flex-grow:0;flex-shrink:0;width:123px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-124px-cell{flex-grow:0;flex-shrink:0;width:124px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-125px-cell{flex-grow:0;flex-shrink:0;width:125px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-126px-cell{flex-grow:0;flex-shrink:0;width:126px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-127px-cell{flex-grow:0;flex-shrink:0;width:127px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-128px-cell{flex-grow:0;flex-shrink:0;width:128px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-129px-cell{flex-grow:0;flex-shrink:0;width:129px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-130px-cell{flex-grow:0;flex-shrink:0;width:130px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-131px-cell{flex-grow:0;flex-shrink:0;width:131px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-132px-cell{flex-grow:0;flex-shrink:0;width:132px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-133px-cell{flex-grow:0;flex-shrink:0;width:133px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-134px-cell{flex-grow:0;flex-shrink:0;width:134px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-135px-cell{flex-grow:0;flex-shrink:0;width:135px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-136px-cell{flex-grow:0;flex-shrink:0;width:136px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-137px-cell{flex-grow:0;flex-shrink:0;width:137px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-138px-cell{flex-grow:0;flex-shrink:0;width:138px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-139px-cell{flex-grow:0;flex-shrink:0;width:139px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-140px-cell{flex-grow:0;flex-shrink:0;width:140px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-141px-cell{flex-grow:0;flex-shrink:0;width:141px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-142px-cell{flex-grow:0;flex-shrink:0;width:142px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-143px-cell{flex-grow:0;flex-shrink:0;width:143px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-144px-cell{flex-grow:0;flex-shrink:0;width:144px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-145px-cell{flex-grow:0;flex-shrink:0;width:145px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-146px-cell{flex-grow:0;flex-shrink:0;width:146px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-147px-cell{flex-grow:0;flex-shrink:0;width:147px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-148px-cell{flex-grow:0;flex-shrink:0;width:148px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-149px-cell{flex-grow:0;flex-shrink:0;width:149px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-150px-cell{flex-grow:0;flex-shrink:0;width:150px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-151px-cell{flex-grow:0;flex-shrink:0;width:151px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-152px-cell{flex-grow:0;flex-shrink:0;width:152px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-153px-cell{flex-grow:0;flex-shrink:0;width:153px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-154px-cell{flex-grow:0;flex-shrink:0;width:154px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-155px-cell{flex-grow:0;flex-shrink:0;width:155px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-156px-cell{flex-grow:0;flex-shrink:0;width:156px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-157px-cell{flex-grow:0;flex-shrink:0;width:157px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-158px-cell{flex-grow:0;flex-shrink:0;width:158px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-159px-cell{flex-grow:0;flex-shrink:0;width:159px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-160px-cell{flex-grow:0;flex-shrink:0;width:160px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-161px-cell{flex-grow:0;flex-shrink:0;width:161px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-162px-cell{flex-grow:0;flex-shrink:0;width:162px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-163px-cell{flex-grow:0;flex-shrink:0;width:163px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-164px-cell{flex-grow:0;flex-shrink:0;width:164px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-165px-cell{flex-grow:0;flex-shrink:0;width:165px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-166px-cell{flex-grow:0;flex-shrink:0;width:166px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-167px-cell{flex-grow:0;flex-shrink:0;width:167px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-168px-cell{flex-grow:0;flex-shrink:0;width:168px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-169px-cell{flex-grow:0;flex-shrink:0;width:169px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-170px-cell{flex-grow:0;flex-shrink:0;width:170px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-171px-cell{flex-grow:0;flex-shrink:0;width:171px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-172px-cell{flex-grow:0;flex-shrink:0;width:172px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-173px-cell{flex-grow:0;flex-shrink:0;width:173px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-174px-cell{flex-grow:0;flex-shrink:0;width:174px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-175px-cell{flex-grow:0;flex-shrink:0;width:175px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-176px-cell{flex-grow:0;flex-shrink:0;width:176px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-177px-cell{flex-grow:0;flex-shrink:0;width:177px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-178px-cell{flex-grow:0;flex-shrink:0;width:178px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-179px-cell{flex-grow:0;flex-shrink:0;width:179px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-180px-cell{flex-grow:0;flex-shrink:0;width:180px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-181px-cell{flex-grow:0;flex-shrink:0;width:181px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-182px-cell{flex-grow:0;flex-shrink:0;width:182px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-183px-cell{flex-grow:0;flex-shrink:0;width:183px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-184px-cell{flex-grow:0;flex-shrink:0;width:184px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-185px-cell{flex-grow:0;flex-shrink:0;width:185px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-186px-cell{flex-grow:0;flex-shrink:0;width:186px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-187px-cell{flex-grow:0;flex-shrink:0;width:187px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-188px-cell{flex-grow:0;flex-shrink:0;width:188px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-189px-cell{flex-grow:0;flex-shrink:0;width:189px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-190px-cell{flex-grow:0;flex-shrink:0;width:190px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-191px-cell{flex-grow:0;flex-shrink:0;width:191px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-192px-cell{flex-grow:0;flex-shrink:0;width:192px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-193px-cell{flex-grow:0;flex-shrink:0;width:193px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-194px-cell{flex-grow:0;flex-shrink:0;width:194px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-195px-cell{flex-grow:0;flex-shrink:0;width:195px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-196px-cell{flex-grow:0;flex-shrink:0;width:196px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-197px-cell{flex-grow:0;flex-shrink:0;width:197px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-198px-cell{flex-grow:0;flex-shrink:0;width:198px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-199px-cell{flex-grow:0;flex-shrink:0;width:199px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-200px-cell{flex-grow:0;flex-shrink:0;width:200px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-201px-cell{flex-grow:0;flex-shrink:0;width:201px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-202px-cell{flex-grow:0;flex-shrink:0;width:202px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-203px-cell{flex-grow:0;flex-shrink:0;width:203px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-204px-cell{flex-grow:0;flex-shrink:0;width:204px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-205px-cell{flex-grow:0;flex-shrink:0;width:205px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-206px-cell{flex-grow:0;flex-shrink:0;width:206px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-207px-cell{flex-grow:0;flex-shrink:0;width:207px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-208px-cell{flex-grow:0;flex-shrink:0;width:208px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-209px-cell{flex-grow:0;flex-shrink:0;width:209px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-210px-cell{flex-grow:0;flex-shrink:0;width:210px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-211px-cell{flex-grow:0;flex-shrink:0;width:211px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-212px-cell{flex-grow:0;flex-shrink:0;width:212px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-213px-cell{flex-grow:0;flex-shrink:0;width:213px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-214px-cell{flex-grow:0;flex-shrink:0;width:214px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-215px-cell{flex-grow:0;flex-shrink:0;width:215px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-216px-cell{flex-grow:0;flex-shrink:0;width:216px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-217px-cell{flex-grow:0;flex-shrink:0;width:217px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-218px-cell{flex-grow:0;flex-shrink:0;width:218px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-219px-cell{flex-grow:0;flex-shrink:0;width:219px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-220px-cell{flex-grow:0;flex-shrink:0;width:220px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-221px-cell{flex-grow:0;flex-shrink:0;width:221px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-222px-cell{flex-grow:0;flex-shrink:0;width:222px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-223px-cell{flex-grow:0;flex-shrink:0;width:223px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-224px-cell{flex-grow:0;flex-shrink:0;width:224px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-225px-cell{flex-grow:0;flex-shrink:0;width:225px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-226px-cell{flex-grow:0;flex-shrink:0;width:226px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-227px-cell{flex-grow:0;flex-shrink:0;width:227px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-228px-cell{flex-grow:0;flex-shrink:0;width:228px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-229px-cell{flex-grow:0;flex-shrink:0;width:229px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-230px-cell{flex-grow:0;flex-shrink:0;width:230px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-231px-cell{flex-grow:0;flex-shrink:0;width:231px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-232px-cell{flex-grow:0;flex-shrink:0;width:232px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-233px-cell{flex-grow:0;flex-shrink:0;width:233px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-234px-cell{flex-grow:0;flex-shrink:0;width:234px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-235px-cell{flex-grow:0;flex-shrink:0;width:235px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-236px-cell{flex-grow:0;flex-shrink:0;width:236px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-237px-cell{flex-grow:0;flex-shrink:0;width:237px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-238px-cell{flex-grow:0;flex-shrink:0;width:238px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-239px-cell{flex-grow:0;flex-shrink:0;width:239px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-240px-cell{flex-grow:0;flex-shrink:0;width:240px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-241px-cell{flex-grow:0;flex-shrink:0;width:241px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-242px-cell{flex-grow:0;flex-shrink:0;width:242px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-243px-cell{flex-grow:0;flex-shrink:0;width:243px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-244px-cell{flex-grow:0;flex-shrink:0;width:244px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-245px-cell{flex-grow:0;flex-shrink:0;width:245px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-246px-cell{flex-grow:0;flex-shrink:0;width:246px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-247px-cell{flex-grow:0;flex-shrink:0;width:247px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-248px-cell{flex-grow:0;flex-shrink:0;width:248px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-249px-cell{flex-grow:0;flex-shrink:0;width:249px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-250px-cell{flex-grow:0;flex-shrink:0;width:250px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-251px-cell{flex-grow:0;flex-shrink:0;width:251px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-252px-cell{flex-grow:0;flex-shrink:0;width:252px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-253px-cell{flex-grow:0;flex-shrink:0;width:253px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-254px-cell{flex-grow:0;flex-shrink:0;width:254px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-255px-cell{flex-grow:0;flex-shrink:0;width:255px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-256px-cell{flex-grow:0;flex-shrink:0;width:256px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-257px-cell{flex-grow:0;flex-shrink:0;width:257px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-258px-cell{flex-grow:0;flex-shrink:0;width:258px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-259px-cell{flex-grow:0;flex-shrink:0;width:259px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-260px-cell{flex-grow:0;flex-shrink:0;width:260px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-261px-cell{flex-grow:0;flex-shrink:0;width:261px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-262px-cell{flex-grow:0;flex-shrink:0;width:262px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-263px-cell{flex-grow:0;flex-shrink:0;width:263px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-264px-cell{flex-grow:0;flex-shrink:0;width:264px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-265px-cell{flex-grow:0;flex-shrink:0;width:265px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-266px-cell{flex-grow:0;flex-shrink:0;width:266px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-267px-cell{flex-grow:0;flex-shrink:0;width:267px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-268px-cell{flex-grow:0;flex-shrink:0;width:268px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-269px-cell{flex-grow:0;flex-shrink:0;width:269px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-270px-cell{flex-grow:0;flex-shrink:0;width:270px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-271px-cell{flex-grow:0;flex-shrink:0;width:271px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-272px-cell{flex-grow:0;flex-shrink:0;width:272px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-273px-cell{flex-grow:0;flex-shrink:0;width:273px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-274px-cell{flex-grow:0;flex-shrink:0;width:274px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-275px-cell{flex-grow:0;flex-shrink:0;width:275px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-276px-cell{flex-grow:0;flex-shrink:0;width:276px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-277px-cell{flex-grow:0;flex-shrink:0;width:277px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-278px-cell{flex-grow:0;flex-shrink:0;width:278px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-279px-cell{flex-grow:0;flex-shrink:0;width:279px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-280px-cell{flex-grow:0;flex-shrink:0;width:280px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-281px-cell{flex-grow:0;flex-shrink:0;width:281px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-282px-cell{flex-grow:0;flex-shrink:0;width:282px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-283px-cell{flex-grow:0;flex-shrink:0;width:283px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-284px-cell{flex-grow:0;flex-shrink:0;width:284px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-285px-cell{flex-grow:0;flex-shrink:0;width:285px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-286px-cell{flex-grow:0;flex-shrink:0;width:286px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-287px-cell{flex-grow:0;flex-shrink:0;width:287px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-288px-cell{flex-grow:0;flex-shrink:0;width:288px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-289px-cell{flex-grow:0;flex-shrink:0;width:289px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-290px-cell{flex-grow:0;flex-shrink:0;width:290px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-291px-cell{flex-grow:0;flex-shrink:0;width:291px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-292px-cell{flex-grow:0;flex-shrink:0;width:292px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-293px-cell{flex-grow:0;flex-shrink:0;width:293px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-294px-cell{flex-grow:0;flex-shrink:0;width:294px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-295px-cell{flex-grow:0;flex-shrink:0;width:295px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-296px-cell{flex-grow:0;flex-shrink:0;width:296px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-297px-cell{flex-grow:0;flex-shrink:0;width:297px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-298px-cell{flex-grow:0;flex-shrink:0;width:298px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-299px-cell{flex-grow:0;flex-shrink:0;width:299px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-300px-cell{flex-grow:0;flex-shrink:0;width:300px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-301px-cell{flex-grow:0;flex-shrink:0;width:301px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-302px-cell{flex-grow:0;flex-shrink:0;width:302px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-303px-cell{flex-grow:0;flex-shrink:0;width:303px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-304px-cell{flex-grow:0;flex-shrink:0;width:304px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-305px-cell{flex-grow:0;flex-shrink:0;width:305px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-306px-cell{flex-grow:0;flex-shrink:0;width:306px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-307px-cell{flex-grow:0;flex-shrink:0;width:307px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-308px-cell{flex-grow:0;flex-shrink:0;width:308px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-309px-cell{flex-grow:0;flex-shrink:0;width:309px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-310px-cell{flex-grow:0;flex-shrink:0;width:310px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-311px-cell{flex-grow:0;flex-shrink:0;width:311px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-312px-cell{flex-grow:0;flex-shrink:0;width:312px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-313px-cell{flex-grow:0;flex-shrink:0;width:313px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-314px-cell{flex-grow:0;flex-shrink:0;width:314px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-315px-cell{flex-grow:0;flex-shrink:0;width:315px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-316px-cell{flex-grow:0;flex-shrink:0;width:316px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-317px-cell{flex-grow:0;flex-shrink:0;width:317px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-318px-cell{flex-grow:0;flex-shrink:0;width:318px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-319px-cell{flex-grow:0;flex-shrink:0;width:319px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-320px-cell{flex-grow:0;flex-shrink:0;width:320px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-321px-cell{flex-grow:0;flex-shrink:0;width:321px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-322px-cell{flex-grow:0;flex-shrink:0;width:322px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-323px-cell{flex-grow:0;flex-shrink:0;width:323px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-324px-cell{flex-grow:0;flex-shrink:0;width:324px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-325px-cell{flex-grow:0;flex-shrink:0;width:325px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-326px-cell{flex-grow:0;flex-shrink:0;width:326px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-327px-cell{flex-grow:0;flex-shrink:0;width:327px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-328px-cell{flex-grow:0;flex-shrink:0;width:328px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-329px-cell{flex-grow:0;flex-shrink:0;width:329px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-330px-cell{flex-grow:0;flex-shrink:0;width:330px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-331px-cell{flex-grow:0;flex-shrink:0;width:331px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-332px-cell{flex-grow:0;flex-shrink:0;width:332px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-333px-cell{flex-grow:0;flex-shrink:0;width:333px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-334px-cell{flex-grow:0;flex-shrink:0;width:334px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-335px-cell{flex-grow:0;flex-shrink:0;width:335px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-336px-cell{flex-grow:0;flex-shrink:0;width:336px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-337px-cell{flex-grow:0;flex-shrink:0;width:337px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-338px-cell{flex-grow:0;flex-shrink:0;width:338px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-339px-cell{flex-grow:0;flex-shrink:0;width:339px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-340px-cell{flex-grow:0;flex-shrink:0;width:340px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-341px-cell{flex-grow:0;flex-shrink:0;width:341px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-342px-cell{flex-grow:0;flex-shrink:0;width:342px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-343px-cell{flex-grow:0;flex-shrink:0;width:343px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-344px-cell{flex-grow:0;flex-shrink:0;width:344px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-345px-cell{flex-grow:0;flex-shrink:0;width:345px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-346px-cell{flex-grow:0;flex-shrink:0;width:346px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-347px-cell{flex-grow:0;flex-shrink:0;width:347px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-348px-cell{flex-grow:0;flex-shrink:0;width:348px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-349px-cell{flex-grow:0;flex-shrink:0;width:349px}.edit-table.redesign-table.has-orange-inputs .row:not(.is-head) .cell.is-350px-cell{flex-grow:0;flex-shrink:0;width:350px}.columns.has-min-width-150 .column .multiselect,.columns.has-min-width-150 .column input{min-width:150px}.icheckbox_square-green,.iradio_square-green{border:none;cursor:pointer;display:inline-block;*display:inline;height:22px;margin:0;padding:0;vertical-align:middle;width:22px}.icheckbox_square-green{background-position:0 0}.icheckbox_square-green.hover{background-position:-24px 0}.icheckbox_square-green.checked{background-position:-48px 0}.icheckbox_square-green.disabled{background-position:-72px 0;cursor:default}.icheckbox_square-green.checked.disabled{background-position:-96px 0}.iradio_square-green{background-position:-120px 0}.iradio_square-green.hover{background-position:-144px 0}.iradio_square-green.checked{background-position:-168px 0}.iradio_square-green.disabled{background-position:-192px 0;cursor:default}.iradio_square-green.checked.disabled{background-position:-216px 0}@media(-o-min-device-pixel-ratio:5/4),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:120dpi){.icheckbox_square-green,.iradio_square-green{-webkit-background-size:240px 24px;background-size:240px 24px}}.text-small{font-size:12px}.is-vertical-middle{vertical-align:middle}hr{margin:1rem 0}p{color:#6a6c6f;font-size:12px}.h1,.h2,.h3,.h4,.modal--todos .todos__category,h1,h2,h3,h4{color:#6a6c6f;margin-bottom:1em}.h1,.h2,.h3,.h4,.modal--todos .todos__category,h1,h2,h3,h4{font-size:12px}.h1,.h2,.h3,.modal--todos .todos__category,h1,h2,h3{text-transform:uppercase}.h1,.h2,.modal--todos .todos__category,h1,h2{font-weight:700}.h3,.h4,h3,h4{font-weight:600}.level-item .h1,.level-item .h2,.level-item .h3,.level-item .h4,.level-item .modal--todos .todos__category,.level-item h1,.level-item h2,.level-item h3,.level-item h4,.modal--todos .level-item .todos__category{margin-bottom:0}.title{font-size:12px;text-transform:none}.title:not(:last-child){margin-bottom:1rem}.title:not(.is-spaced)+.subtitle{margin-top:-.75rem}.subtitle{font-size:12px;text-transform:none}.subtitle:not(:last-child){margin-bottom:1rem}.fa-angle-times:before{content:"";font-size:1.3em;letter-spacing:-.15em}.is-text-gray{color:#ccc}.pdf-container{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:228px;width:150px}.pdf-container.is-empty{border:1px dashed #ccc;width:100%}.pdf-container h3{min-height:45px;overflow-wrap:break-word;white-space:normal;word-break:break-word}.pdf-container .canvas{border:1px solid #ccc}.drag-ghost .hide-on-drag{visibility:hidden}.accordion{background-color:#fff;border-radius:2px;box-shadow:0 1px 10px rgba(0,0,0,.05),0 1px 2px rgba(0,0,0,.1)}.accordion:not(.no-border),.client-visit:not(.no-border){border-top:2px solid #60a4ab}.client-accordion{background-color:#f7f9fa;border-top:1px solid #ddd!important}.client-accordion .content p{font-size:15px;margin-left:12px}.client-accordion h4{margin-right:23px;margin-top:13px}.client-accordion div:nth-child(2){justify-content:flex-end}.client-accordion div:nth-child(2) .user-image{margin-right:25px;margin-top:4px}.accordion-header{min-height:40px;padding:0 10px;position:relative}.accordion-header:not(.is-static):after{text-rendering:optimizeLegibility;font-feature-settings:"liga" 1;-webkit-font-smoothing:antialiased;align-items:center;content:"keyboard_arrow_down";display:flex;font-family:Material Icons;font-size:20px;height:100%;justify-content:center;position:absolute;right:0;text-transform:none;top:0;transition:transform .2s ease-out;width:30px}.accordion-header.is-margin{margin-bottom:5px}.accordion-header.is-active{box-shadow:inset 0 2px 0 #60a4ab}.is-open>.accordion-header:after{transform:rotate(180deg)}.is-not-collapsible>.accordion-header:after{content:none}.accordion-content{box-shadow:0 -1px 0 #ccc;position:relative;transition:height .2s ease-out}.accordion.is-list-with-add .header-text{font-weight:700}.accordion.is-list-with-add .accordion-header{align-items:center;display:flex;justify-content:space-between;padding-right:35px}.accordion.is-list-with-add .accordion-header button{display:none}.accordion.is-list-with-add .accordion-header button i{color:#34495e}.accordion.is-list-with-add .accordion-content>div{padding:10px 15px}.accordion.is-list-with-add.is-open .accordion-header button{display:block}.accordion.header-is-highlighted .accordion-header{background:#9bf6b6}.button{border-radius:2px;color:#6a6c6f;font-size:12px;font-weight:600;height:26px}.button.is-50{opacity:.5}.button.is-in-row{border-bottom:0;border-top:0;height:30px}.button.is-success{background:#62cb31}.button.is-success:hover{background:#58b62c}.button.is-success[disabled]{background:#a0e181}.button.is-cancel{color:#9d9fa2}.button.is-primary{background:#34495e}.button.is-primary:hover{background:#2b3c4e}.button.is-primary[disabled]{background:#587ca0}.button.is-primary,.button.is-success{border-color:#ddd;color:#fff;font-weight:600}.button.is-primary:hover,.button.is-success:hover{border-color:#9d9fa2;box-shadow:none}.button.is-danger{background:#e68c87;border-color:#e68c87;color:#fff;font-weight:600}.button.is-danger:hover{background:#e27872;border-color:#e27872;box-shadow:none}.button.is-transparent{background:transparent}.button.is-gray{background-color:#eaeaea}.button.is-gray:hover{background:#ddd}.button.is-gray[disabled]{background:#fff}.button.is-active{background:#3498db;color:#fff}.button.is-dashed{background:#f7f9fa;border:1px dashed #6a6c6f;font-weight:600}.button.is-dashed:hover{background:#e7edf0}.button.is-large{border-radius:2px;font-size:13px;height:28px;padding-top:3px}.button.is-large i{margin-top:2px}.button.is-larger{border-radius:2px;font-size:13px;height:30px;padding-top:3px}.button.is-larger i{margin-top:2px}.button.is-smaller{border-radius:2px;font-size:12px;height:20px;padding-bottom:0;padding-top:0}.button.is-smaller i.material-icons{font-size:14px}.button.is-small{border-radius:2px;font-size:12px;height:18px;padding-bottom:0;padding-top:0}.button.is-fullwidth{display:block}.button>*{color:inherit}.button:not(.is-icon)>*{margin-right:5px}.button.is-icon>*{margin-right:0!important}.button:hover{border-color:#9d9fa2}.button.is-headline{background:#eee;height:35px;text-align:center;width:100%}.button.is-65{min-width:65px}.button.is-75{min-width:75px}.button.is-120{min-width:120px}.button.is-150{min-width:150px}.button.is-190{min-width:190px}.button.is-max-150{max-width:150px}.button.is-max-130{max-width:130px}.button.is-max-80{max-width:80px}.button.is-300{min-width:300px}.button.is-230{min-width:230px}.button.btn-select-addition{border-left:0;height:30px;width:30px}.button.btn-select-addition i{margin:0}.button.is-icon-button{height:30px;margin-left:5px;padding:0;width:30px}.button.is-icon-button i{margin:0}.buttons{position:relative}.buttons.m-t{margin-top:10px}.buttons .button,.buttons:last-child{margin-bottom:0}.buttons.has-addons{display:inline-flex;flex-wrap:nowrap}.buttons.has-addons:not(:last-child){margin-bottom:1rem}.level .buttons.has-addons:not(:last-child){margin-bottom:0}.buttons.has-addons .button{border:1px solid #ddd;height:26px;margin-left:-1px}.buttons.has-addons .button:first-child{border-bottom-left-radius:2px;border-top-left-radius:2px;margin-left:0}.buttons.has-addons .button:last-child{border-bottom-right-radius:2px;border-top-right-radius:2px}.buttons.has-addons .button:hover{border:1px solid #22303d}.buttons.has-addons .button.is-read-only{cursor:text}.buttons.has-addons .button.is-larger{height:30px}.buttons.has-addons .button.is-large{height:28px}.buttons.has-addons .button.is-small{height:22px;padding-left:7px;padding-right:7px}.buttons.has-addons .button.is-in-table{border-bottom:0;border-top:0;height:30px;padding-left:7px;padding-right:7px}.buttons.has-addons .button.is-in-table:first-child{border-left:0}.buttons.has-addons .button.is-in-table:last-child{border-right:0}.buttons.has-addons .button.is-tiny{height:22px;padding-left:2px;padding-right:2px}.buttons.has-addons .button.is-tiny i.material-icons{font-size:14px}.buttons.has-addons .button:not(:last-child){margin-right:0}.buttons.has-addons.is-dashed{border:1px dashed #6a6c6f}.buttons.has-addons.is-dashed .button{border:0}.buttons.has-addons.is-dashed .button:not(:last-child){border-right:1px dotted #6a6c6f;margin-right:0}.buttons.has-addons.is-fullwidth{display:flex}.buttons.has-addons.is-fullwidth .button{flex:1}.buttons.has-addons.toggle-switch .button.is-primary{background:#3498db}.buttons.has-addons.toggle-switch .button i{margin-right:0}.level .buttons{margin-bottom:0}.buttons .buttons-menu{background:#34495e;border-radius:2px;color:#fff;left:0;margin-top:10px;overflow:hidden;padding:3px 0;position:absolute;top:100%;z-index:2}.buttons .buttons-menu a{color:#fff;display:block;padding:2px 15px 2px 5px}.buttons .buttons-menu a:hover{background:#3d566e}.btn-delete,a.is-delete,button.is-delete{min-width:17px;position:relative}.btn-delete i,a.is-delete i,button.is-delete i{color:#34495e}.btn-delete:hover i,a.is-delete:hover i,button.is-delete:hover i{color:#ff3860}.btn-delete.is-loading:after,a.is-delete.is-loading:after,button.is-delete.is-loading:after{animation:spinAround .5s linear infinite;border-color:transparent transparent #34495e #34495e;border-radius:290486px;border-style:solid;border-width:2px;content:"";display:block;height:1em;left:1px;position:absolute;top:3px;width:1em}.btn-delete.is-loading i,a.is-delete.is-loading i,button.is-delete.is-loading i{display:none}.btn-edit i{color:#34495e}.btn-edit:hover i{color:#3b96d6}.bp-add-btn{margin:1px 0 0 4px}.bp-add-btn i{color:#34495e}.bp-add-btn:hover i{color:#000}.btn-single-toggle{background-color:#fff;border-radius:50%;color:#6a6c6f;height:20px;transition:background-color .2s ease-out;width:20px}.btn-single-toggle i{color:#6a6c6f;margin:0;transition:color .2s ease-out}.btn-single-toggle i.fa{font-size:12px!important}.btn-single-toggle i.material-icons{font-size:14px;vertical-align:-2px}.btn-single-toggle .btn-single-toggle-text{font-size:8px;justify-content:center}.btn-single-toggle.is-active{background-color:#3498db;color:#fff}.btn-single-toggle.is-active i{color:#fff}.btn-single-toggle.is-active:hover,.btn-single-toggle:hover{background-color:#34495e;color:#fff}.btn-single-toggle.is-active:hover i,.btn-single-toggle:hover i{color:#fff}.btn-single-toggle.has-border{border:1px solid #ccc}.btn-single-toggle.is-large{height:26px;width:26px}.btn-single-toggle.is-large i.fa{margin:0!important;vertical-align:middle}.is-email-link,.is-link{color:#60a4ab;cursor:pointer}.is-email-link:hover,.is-link:hover{color:#60a4ab;text-decoration:underline}.card{border-radius:2px}.card.is-loading{opacity:.5}.card.is-primary{border-top:2px solid #60a4ab}.card.is-voucher{background:#f7f9fa;border:1px solid #60a4ab;border-radius:2px;box-shadow:0 0 0 hsla(0,0%,100%,0);font-size:12px;margin-bottom:10px;padding-left:.75rem;padding-right:.75rem}.card.is-voucher.is-faded{opacity:.5}.card.is-voucher .card-heading{border-bottom:1px solid #ddd;margin-bottom:0;padding-top:1.25em}.card.is-voucher .card-heading p{align-items:center;display:flex}.card.is-voucher .card-heading p:not(:first-child){margin-left:10px}.card.is-voucher .card-heading .material-icons{font-size:16px;line-height:inherit;margin-right:5px}.card.is-voucher .card-block{padding-bottom:.75em;padding-top:.75em}.card.is-voucher .mr{margin-right:10px}.card.is-voucher .button.is-absolute,.card.is-voucher .buttons.is-absolute{margin-right:15px;margin-top:5px;position:absolute;right:0;top:0}.card.is-voucher .label{font-size:12px;font-weight:400}.card.is-voucher .columns.is-separated{margin-bottom:0;margin-top:0;padding-bottom:.75rem;padding-top:.75rem}.card.is-voucher .columns.is-separated .column{padding-bottom:0;padding-top:0}.card.is-voucher .columns.is-separated .column:not(:first-child){border-left:1px solid #ddd}.card.is-voucher .columns.is-separated .label{color:#60a4ab}.card.is-voucher .columns .is-half{width:48%}.card.is-voucher .bb{border-bottom:1px solid #ddd;margin-bottom:5px;padding-bottom:10px}.card--dashboard{margin-bottom:.75rem}.card--dashboard .card-content{padding-bottom:.75rem;padding-top:.75rem}.card--dashboard .item__heading{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:.75rem}.card--dashboard .item__heading .tag{font-size:10px;font-weight:700;height:auto;padding:1px 25px}.card--dashboard .item__heading .buttons{margin-bottom:0}.card--dashboard .item__title{align-items:center;display:flex}.card--dashboard .item__title .title{font-size:14px;font-weight:700;line-height:normal;margin:0 15px 0 0;text-transform:uppercase}.card--dashboard .item__title .stars,.card--dashboard .item__title .tag{margin-right:10px}.card--dashboard .item__title .icons .material-icons{font-size:22px;margin-right:3px}.card--dashboard .item__text{font-size:12px;margin-bottom:.5rem;max-width:1000px}.card--dashboard .item__attributes{list-style:none;margin-bottom:.75rem;padding-left:0}.card--dashboard .item__attributes,.card--dashboard .item__attributes li{align-items:center;display:flex;flex-direction:row}.card--dashboard .item__attributes li:not(:last-child){border-right:1px solid #ccc;margin-right:15px;padding-right:15px}.card--dashboard .item__attributes li .fa,.card--dashboard .item__attributes li .material-icons{font-size:14px;margin-right:10px}.card--dashboard .item__attributes li.property{align-items:center;display:inline-flex}.card--dashboard .item__attributes li.property .is-text-green{color:#62cb31;margin-right:5px}.card--dashboard .item__attributes li.property span{margin-left:5px;margin-right:5px}.card--dashboard .item__buttons{margin-bottom:.25rem}.card.is-scrollable{max-height:150px;overflow-y:auto}.card-actions{top:0}.card-actions,.card-tag{position:absolute;right:0}.card-tag{bottom:0}.card.is-image{background-color:#eaeaea;background-position:50%;background-repeat:no-repeat;background-size:cover;border:0;box-shadow:0 0 7px rgba(0,0,0,.2);display:block;height:200px;max-width:1000px;padding:0;width:100%}.card.is-image.is-empty{align-items:center;display:flex;height:200px;justify-content:center;padding-bottom:0}.card.is-image .placeholder-text{color:#6a6c6f}.card.is-image .card-actions{top:5px}.card.is-image .card-actions button{background:#fff;border:1px solid #ccc;border-radius:2px;height:22px;margin-right:5px;text-align:center;width:22px}.card.is-image .card-actions button .material-icons{line-height:22px}.card.is-image .card-tag{bottom:5px;right:5px}.card.is-image .card-tag .tag{height:auto}.panel .card{background:#f7f9fa;font-size:12px;min-height:85px;padding:15px}.panel .card-content{padding:0;position:relative}.panel .card-content .mb{margin-bottom:.5rem}.panel .card-content ul{list-style:none;padding-left:0}.panel .card-content ul li{align-items:center;display:flex;flex-direction:row}.panel .card-content ul li:not(:last-child){margin-bottom:3px}.panel .card-content ul li .material-icons{font-size:12px;margin-right:7px}.panel .card.is-image{padding:0}.panel .card.is-image img{max-height:150px;max-width:200px}div.flatpickr-calendar,div.flatpickr-calendar .flatpickr-weekdays,input.flatpickr-input{width:278px}div.flatpickr-calendar .dayContainer{max-width:278px;min-width:278px;width:278px}div.flatpickr-calendar--months .flatpickr-innerContainer{display:none}div.flatpickr-calendar--months .flatpickr-month{height:38px}div.flatpickr-calendar--months .flatpickr-month .flatpickr-next-month,div.flatpickr-calendar--months .flatpickr-month .flatpickr-prev-month{height:38px;line-height:22px}div.flatpickr-calendar--months .flatpickr-month .flatpickr-current-month{height:38px;padding:6px 0}.field.has-addons .control:last-child .button,.field.has-addons .control:last-child .input,.field.has-addons .control:last-child .select select{border-bottom-right-radius:2px;border-top-right-radius:2px}.prismCodeEditor{background:#eaeaea;color:#ccc;font-family:Fira code,Fira Mono,Consolas,Menlo,Courier,monospace;font-size:12px;line-height:1.5;padding:5px}.prismCodeEditor .number{-webkit-box-align:unset;-ms-flex-align:unset;-webkit-box-pack:unset;-ms-flex-pack:unset;align-items:unset;background-color:unset;border-radius:unset;display:unset;font-size:unset;height:unset;justify-content:unset;margin-right:unset;min-width:unset;padding:unset;text-align:unset;vertical-align:unset}.prism-editor__textarea:focus{outline:none}.is-table-form table{width:100%}.is-table-form table td,.is-table-form table th{padding-top:0;vertical-align:middle}.is-table-form table th{padding-right:30px;white-space:nowrap;width:1px}.is-table-form table td{height:30px}.is-table-form table td hr{margin:0}.is-table-form table tr:not(:last-child) td,.is-table-form table tr:not(:last-child) th{padding-bottom:7px}.is-table-form table .mr{margin-right:10px}.is-table-form table .modal--todos .todos__category,.is-table-form table h1,.is-table-form table h2,.is-table-form table h3,.is-table-form table h4,.is-table-form table h5,.modal--todos .is-table-form table .todos__category{border-bottom:1px solid #ddd;margin-bottom:0;margin-top:5px;padding-bottom:5px}.label{color:#6a6c6f;font-size:12px;font-weight:400}.label .fa,.label .material-icons{margin-right:10px}.input,.select select,.textarea{border:1px solid #ddd;border-radius:2px;color:#6a6c6f;font-size:12px;height:30px;transition:border-color .2s ease-out}.input.is-shorter,.select select.is-shorter,.textarea.is-shorter{height:26px}.input.is-readonly,.select select.is-readonly,.textarea.is-readonly{color:#9d9fa2}.input,.textarea{box-shadow:none}.input{padding:0 5px}.input.is-large{font-size:12px;width:400px}.input.is-tiny{width:30px}.input.is-tiny-small{width:50px}.input.is-small{width:100px}.input.is-smaller{width:150px}.input.is-date{text-align:center;width:80px}.input.is-160{width:160px}.input.is-medium{font-size:12px;width:200px}.checkbox,.radio{font-size:12px}.checkbox input,.radio input{margin-right:.75em;vertical-align:middle}.checkbox.is-nowrap,.radio.is-nowrap{white-space:nowrap}.checkboxes{align-items:center;display:flex;flex-wrap:wrap;line-height:26px;padding-top:5px}.checkboxes .checkbox{margin-bottom:5px;margin-right:10px}.checkboxes .checkbox input{margin-right:5px}.checkboxes.columns{margin:0;padding:0}.checkboxes.columns .column{padding:0}.select{width:100%}.select select:not([multiple]){padding-right:15px}.select:not(.is-multiple) select{height:30px}.select:not(.is-multiple).is-shorter,.select:not(.is-multiple).is-shorter select{height:26px}.select:not(.is-multiple):after{border-color:#ddd;margin-top:-6px;right:.5em;transition:border-color .2s ease-out;z-index:0}.select:not(.is-multiple):hover:after{border-color:#6a6c6f}.select select{width:100%}.select select option[disabled]:first-child{display:none}.select.is-full-date,.select.is-full-date select{width:93px}.select.is-tiny{width:40px}.select.is-small{width:100px}.select.is-medium{font-size:16px;width:200px}.input:active,.input:focus,.select select:active,.select select:focus,.textarea:active,.textarea:focus{border-color:#9d9fa2;box-shadow:none}.input-price{background:#fff;border:1px solid #ddd;border-radius:2px}.input-price.is-darken{background:#eee}.input-price.field.has-addons .control .button.is-static{background:0;border:0;color:#ccc;height:100%;line-height:normal}.input-price.field.has-addons .control .select select{border-right:0}.input-price.field.has-addons .control .input{background:0;border:0;border-radius:0;padding:0 5px;text-align:right}.input-price.field.has-addons.has-suffix .control .input{text-align:left}.input-price.field.has-addons .control+.control .input{border-radius:0 2px 2px 0}.input-price.is-small{width:75px}.input-price.is-smaller{width:110px}.input-price.is-160{width:160px}.input-price.is-medium-small{width:150px}.input-price.is-medium{width:200px}.field{font-size:12px}.field.has-icon{align-items:center;display:flex;flex-direction:row}.field.has-icon .icon{flex-grow:0;flex-shrink:0;justify-content:flex-start;margin-right:5px;width:1rem}.field.has-icon .icon.has-two{width:2.5rem}.field.has-icon .icon.has-two>:first-child{margin-right:.2rem}.field.has-icon .control{flex:1 1 100%}input.flatpickr-input{max-width:100%;width:100%}input.flatpickr-input.flatpickr--range{min-width:200px}input.flatpickr-input.is-tiny{width:25px}input.flatpickr-input.is-small{width:200px}.flatpickr-small{width:180px}.flatpickr-small .flatpickr-input{width:70px}.flatpickr-combined{align-items:center;display:flex;flex-direction:row}.flatpickr-combined .flatpickr-input{max-width:100px}.flatpickr-combined .flatpickr-input.is-small{max-width:80px}.flatpickr-combined>span{margin-left:5px;margin-right:5px}.control.has-icons-left .icon,.control.has-icons-right .icon{font-size:12px;height:26px;width:26px}.control.has-icons-left .icon i,.control.has-icons-right .icon i{color:inherit}.tiptap{background:#fff;border-radius:2px}.tiptap.is-alone{border-top:2px solid #60a4ab;box-shadow:0 1px 10px rgba(0,0,0,.05),0 1px 2px rgba(0,0,0,.1)}.tiptap.is-not-alone{border:1px solid #ddd}.tiptap.is-disabled{background:#f5f5f5}.tiptap.resizeable .tiptap-content{overflow:hidden;resize:vertical}.tiptap.is-fullscreen{bottom:0;left:0;position:fixed;right:0;top:0;z-index:99999}.tiptap.is-fullwidth{width:100%}.tiptap.is-smaller .tiptap-content{height:100px}.tiptap-menu{background-color:#f7f9fa;border-radius:2px 2px 0 0;display:flex;flex-direction:row;flex-wrap:wrap;position:relative;z-index:0}.tiptap-menu.is-not-alone{border-bottom:1px solid #ddd}.tiptap-menu button{height:30px;width:26px}.tiptap-menu button:hover{background-color:#eaeaea}.tiptap-menu button.is-active{background-color:#ddd}.tiptap-menu button span{font-size:12px;font-weight:700}.tiptap-menu .pickr{display:inline-block;font-size:0;height:30px;padding:5px;width:30px}.tiptap-menu .pickr .pcr-button{height:20px;width:20px}.tiptap-menu .tiptap-submenu{background-color:#ddd;display:none}.tiptap-menu .tiptap-submenu.is-active{display:block}.tiptap-menu .tiptap-submenu button:hover{background-color:#ddd}.tiptap-menu form{align-items:center;background-color:#eaeaea;display:flex;justify-content:space-between;padding:5px}.tiptap-menu form .input{flex:1}.tiptap-content{height:150px;padding:10px;position:relative;z-index:0}.tiptap-content .ProseMirror{min-height:100%}.tiptap-content .ProseMirror ul{list-style:disc}.tiptap-content .ProseMirror ol{list-style:decimal}.tiptap-content .ProseMirror ol,.tiptap-content .ProseMirror ul{list-style-position:outside;margin-left:1.8em}.tiptap-content .ProseMirror ol li,.tiptap-content .ProseMirror ul li{display:list-item}.tiptap-content .ProseMirror ol p,.tiptap-content .ProseMirror ul p{display:inline}.tiptap-content .ProseMirror table{border:1px solid #ccc;width:100%}.tiptap-content .ProseMirror table td,.tiptap-content .ProseMirror table th{border:1px solid #ccc;padding:5px}.tiptap-content .ProseMirror a{color:#60a4ab;text-decoration:underline}.tiptap-content .ProseMirror a:hover{text-decoration:none}.tiptap-content>pre{min-height:150px;padding:10px}.pell,.quillWrapper{border-radius:2px;border-top:2px solid #60a4ab;box-shadow:0 1px 10px rgba(0,0,0,.05),0 1px 2px rgba(0,0,0,.1)}.pell .pell-actionbar,.pell .ql-toolbar,.quillWrapper .pell-actionbar,.quillWrapper .ql-toolbar{background-color:#f7f9fa;border-radius:2px 2px 0 0}.pell .pell-content,.quillWrapper .pell-content{background:#fff;font-size:12px;height:150px}.pell .pell-content ul,.quillWrapper .pell-content ul{list-style:disc}.pell .pell-content ol,.quillWrapper .pell-content ol{list-style:decimal}.pell .pell-content ol,.pell .pell-content ul,.quillWrapper .pell-content ol,.quillWrapper .pell-content ul{list-style-position:inside}.pell.is-larger .pell-content,.quillWrapper.is-larger .pell-content{height:300px}.pell.is-smaller .pell-content,.quillWrapper.is-smaller .pell-content{height:100px}.pell.resizeable .pell-content,.quillWrapper.resizeable .pell-content{resize:vertical}.pell.is-flex{display:flex;flex-direction:column;height:100%}.pell.is-flex .pell-content{flex:1;min-height:150px}.pell.is-fullwidth{width:100%}div.ql-editor{font-size:14px}.quillWrapper .ql-container{font-family:Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif}.quillWrapper .ql-snow .ql-picker.ql-font{width:190px}.ql-font span[data-value=open-sans]:before{content:"Open Sans"!important;font-family:Open Sans}.ql-font span[data-value=open-sans-light]:before{content:"Open Sans Light"!important;font-family:Open Sans Light}.ql-font-open-sans-light{font-family:Open Sans Light}.ql-font span[data-value=open-sans-semi-bold]:before{content:"Open Sans Semibold"!important;font-family:Open Sans Semibold}.ql-font-open-sans-semi-bold{font-family:Open Sans Semibold}.pickr .pcr-button{height:24px;width:24px}.z-2{z-index:2}.z-3{z-index:3}.z-4{z-index:4}.z-5{z-index:5}.multiselect{font-size:12px;min-height:30px}.multiselect__tags{border-color:#ddd;min-height:30px;padding:0 29px 0 0;transition:border-color .2s ease-out}.multiselect:hover .multiselect__tags{border-color:#9d9fa2}.multiselect:hover .multiselect__copy{opacity:1}.multiselect:hover .multiselect__select:before{opacity:0}.multiselect__tag{background:#41b883;font-size:12px;margin:3px;padding-right:20px}.multiselect__tag-icon{align-items:center;border-radius:0;display:flex;line-height:19px;padding-left:5px;width:20px}.multiselect__tag-copy-icon{color:#fff;font-size:14px;margin-right:5px}.multiselect__tag span{color:#fff;display:inline;max-width:200px;overflow:hidden;text-overflow:ellipsis}.multiselect__input,.multiselect__placeholder,.multiselect__single{background:0;border:0;font-size:12px;height:28px;line-height:28px;margin-bottom:0;min-height:28px;overflow:hidden;padding-bottom:1px;padding-left:6px;padding-top:1px}.multiselect__input,.multiselect__single,.multiselect__tags{border-radius:2px}.multiselect__select{height:28px;padding:4px 6px;width:24px}.multiselect__select:before{opacity:1;top:75%}.multiselect__option{font-weight:400;min-height:26px;padding:4px;width:100%}.multiselect__option--selected{background:#ccc}.multiselect__option--selected span,.multiselect__option--selected strong{color:#41b883}.multiselect__option--highlight{background:#41b883}.multiselect__option--highlight span,.multiselect__option--highlight strong{color:#fff}.multiselect__option:after{display:none;font-size:12px;line-height:normal;min-height:26px;padding:4px}.multiselect__content{font-weight:400}.multiselect.is-shorter{min-height:26px}.multiselect.is-shorter .multiselect__input,.multiselect.is-shorter .multiselect__placeholder,.multiselect.is-shorter .multiselect__single{height:24px;line-height:24px;min-height:24px}.multiselect.is-shorter .multiselect__select{height:24px}.multiselect.is-shorter .multiselect__tags{height:26px}.multiselect.is-very-shorter{min-height:20px}.multiselect.is-very-shorter .multiselect__input,.multiselect.is-very-shorter .multiselect__placeholder,.multiselect.is-very-shorter .multiselect__single{height:18px;line-height:18px;min-height:18px}.multiselect.is-very-shorter .multiselect__select{height:18px}.multiselect.is-very-shorter .multiselect__tags{height:20px}.multiselect.is-very-shorter .multiselect__spinner{height:18px}.multiselect.is-normal{min-height:32px}.multiselect.is-normal .multiselect__input,.multiselect.is-normal .multiselect__placeholder,.multiselect.is-normal .multiselect__single{height:30px;line-height:30px;min-height:30px}.multiselect.is-normal .multiselect__select{height:30px}.multiselect.is-normal .multiselect__tags{height:32px}.multiselect.is-gapless .multiselect__tags{border-left:0;padding-right:0}@media(min-device-width:700px){.multiselect.is-medium-desktop{width:180px}.multiselect.is-small-tiny-desktop{width:75px}}.multiselect.is-medium{width:180px}.multiselect.is-smaller{width:140px}.multiselect.is-smaller-small{width:120px}.multiselect.is-small{width:100px}.multiselect.is-large{width:400px}.multiselect.is-very-large{width:500px}.multiselect.is-larger{width:300px}.multiselect.is-small-tiny{width:75px}.multiselect.is-tiny{width:50px}.multiselect__spinner{border-radius:2px;height:24px;width:25px}.multiselect--active .multiselect__tags{border-color:#9d9fa2;box-shadow:none}.multiselect.is-order-select{min-width:470px}.multiselect.is-order-select .multiselect__tag{margin-bottom:0}.multiselect.is-order-select .multiselect__option--highlight,.multiselect.is-order-select .multiselect__option--highlight:after{background-color:#f7f9fa}.multiselect.is-order-select .multiselect__content .multiselect__option--highlight,.multiselect.is-order-select .multiselect__content .multiselect__option--highlight span,.multiselect.is-order-select .multiselect__content .multiselect__option--highlight:after{color:#6a6c6f}.multiselect.is-order-select .multiselect__content .multiselect__option{align-items:center;display:flex;width:100%}.multiselect.is-order-select .multiselect__content .multiselect__option>*{overflow:hidden;text-overflow:ellipsis}.multiselect.is-order-select .multiselect__content .option__id,.multiselect.is-order-select .multiselect__content .option__name{color:#6a6c6f;display:inline-block}.multiselect.is-order-select .multiselect__content .option__id{flex-grow:0;flex-shrink:0;width:80px}.multiselect.is-order-select .multiselect__content .option__name{flex:1}.multiselect.is-order-select .multiselect__content .option__destination{flex-grow:0;flex-shrink:0;width:160px}.multiselect.is-order-select .multiselect__option--highlight.multiselect__option--selected{background-color:#ff6a6a}.multiselect.is-order-select .multiselect__option--highlight.multiselect__option--selected,.multiselect.is-order-select .multiselect__option--highlight.multiselect__option--selected i,.multiselect.is-order-select .multiselect__option--highlight.multiselect__option--selected span,.multiselect.is-order-select .multiselect__option--highlight.multiselect__option--selected strong{color:#fff}.multiselect__clear{cursor:pointer;display:block;height:24px;position:absolute;right:25px;width:24px;z-index:0}.multiselect__clear:before{transform:rotate(45deg)}.multiselect__clear:after{transform:rotate(-45deg)}.multiselect__clear:after,.multiselect__clear:before{background:#aaa;content:"";display:block;height:12px;position:absolute;right:4px;top:8px;width:2px}.multiselect__copy{cursor:pointer;opacity:0;position:absolute;right:4px;top:4px}.multiselect .multiselect-crud-link{align-items:center;display:flex;height:100%;position:absolute;right:-1px;top:-1px;width:30px}.multiselect .multiselect-crud-link i{color:#34495e;margin-left:2px;text-align:center;width:29px}.multiselect.is-hotel-search .multiselect__option{align-items:center;display:flex;min-height:36px}.multiselect.is-hotel-search .multiselect__option .rating{margin-right:5px}.multiselect.is-hotel-search .multiselect__option .rating__circle{margin-bottom:0}.multiselect.is-hotel-search .multiselect__option h1{font-weight:400;margin-bottom:0}.multiselect.is-hotel-search .multiselect__option .stars .material-icons{font-size:12px;min-width:14px}.color-switch{display:flex;flex-direction:column;margin-right:5px}.color-switch .tag{border-radius:0;height:10px;margin-right:0;padding:6px}.error-wrapper{align-items:center;display:flex;flex:1;flex-direction:row;justify-content:space-between}.error-wrapper>.control{flex:1}.error-wrapper .v-popover{flex-grow:0;flex-shrink:0;margin-left:10px}.error-wrapper .v-popover .trigger i.material-icons{color:#ff3860}.hover-upload-area:hover{background-color:#ddd}.dropzone .flex-table,.dropzone .redesign-table{margin-bottom:15px}.dropzone .dz-dropzone{background:#fff;border:2px dashed #ccc;border-radius:2px;cursor:pointer;font-size:12px;padding:30px 15px;text-align:center;transition:background-color .25s}.dropzone .dz-dropzone.is-in-row{align-items:center;display:flex;height:20px;padding-bottom:0;padding-top:0}.dropzone is-fullHeight{height:100%}.dropzone .dz-dropzone:hover,.dropzone.dz-drag-hover .dz-dropzone{background:#f7f9fa}.dropzone .dz-file-preview{align-items:center;background:#f7f9fa;border:1px solid #ddd;box-shadow:0 1px 10px rgba(0,0,0,.05),0 1px 2px rgba(0,0,0,.1);display:flex;flex-direction:row;font-size:12px;justify-content:space-between;margin-top:15px;padding:8px 10px;position:relative}.dropzone .dz-file-preview .dz-progress{bottom:0;height:2px;left:0;position:absolute;width:100%}.dropzone .dz-file-preview .dz-progress .dz-upload{background:#3b96d6;display:block;height:2px;opacity:0;transition:width .2s,opacity .2s;width:0}.dropzone .dz-file-preview .dz-remove{display:none}.dropzone .dz-file-preview.dz-processing.dz-error .dz-progress .dz-upload,.dropzone .dz-file-preview.dz-processing:not(.dz-success) .dz-progress .dz-upload{opacity:1}.dropzone .dz-file-preview.dz-processing.dz-success .dz-progress .dz-upload{background:#62cb31}.dropzone .dz-file-preview.dz-error .dz-remove{display:block}.dropzone .dz-file-preview.dz-error .dz-progress .dz-upload{background:#ff3860}.dropzone .dz-file-preview .dz-error-message span{color:#ff3860;font-style:italic}.help{color:#6a6c6f;font-style:italic}.list-select{max-height:220px;overflow-y:auto;position:relative}.switch[type=checkbox]{display:inline-block;opacity:0;outline:0;position:absolute;user-select:none}.switch[type=checkbox]+label{cursor:pointer;display:block;font-size:1rem;height:24px;line-height:1;padding-left:3.5rem;padding-top:.2rem;position:relative}.switch[type=checkbox]+label:before{background:#ccc;border-radius:12px;content:"";display:block;height:24px;left:0;position:absolute;top:0;width:3rem}.switch[type=checkbox]+label i{background:#fff;border-radius:50%;color:#fff;display:block;font-size:12px;height:1rem;left:.25rem;line-height:1rem;position:absolute;text-align:center;top:.25rem;transform:translateZ(0);transition:all .25s ease-out;width:1rem}.switch[type=checkbox]:checked+label:before{background:#60a4ab}.switch[type=checkbox]:checked+label i{color:#60a4ab;left:1.625rem}.dropzone{position:relative}.dropzone .dz-area{align-items:center;background:hsla(0,0%,100%,.75);bottom:0;color:#6a6c6f;display:flex;font-size:24px;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .25s,visibility .25s;visibility:hidden}.dropzone.dz-drag-hover .dz-area{opacity:1;visibility:visible}.dropzone.dropzone--images-tab{height:100%;min-height:500px}.gb-flag{margin-right:5px}.gb-flag.is-selected{border-bottom:2px solid #60a4ab}.simple-menu{cursor:pointer;display:inline-block;font-size:0;position:relative}.simple-menu>button,.simple-menu>i{color:#34495e;font-size:16px}.simple-menu>button{border-radius:50%;cursor:pointer;display:inline-block;height:15px;line-height:18px;text-align:center;width:15px}.simple-menu>button i{color:inherit}.simple-menu .simple-menu-content{background-color:#34495e;color:#fff;padding:5px 0;position:absolute;right:10px;top:10px;z-index:3}.simple-menu .simple-menu-content a,.simple-menu .simple-menu-content button{align-items:center;background-color:transparent;border:0;color:#fff;display:flex;font-size:12px;font-weight:400;padding:4px 15px 4px 10px;text-align:left;white-space:nowrap;width:100%}.simple-menu .simple-menu-content a.is-success,.simple-menu .simple-menu-content button.is-success{background:#62cb31}.simple-menu .simple-menu-content a.is-success:hover,.simple-menu .simple-menu-content button.is-success:hover{background:#58b62c}.simple-menu .simple-menu-content a.is-success[disabled],.simple-menu .simple-menu-content button.is-success[disabled]{background:#a0e181}.simple-menu .simple-menu-content a i,.simple-menu .simple-menu-content button i{color:#fff;line-height:15px;margin-right:5px}.simple-menu .simple-menu-content a i.material-icons,.simple-menu .simple-menu-content button i.material-icons{font-size:14px}.simple-menu .simple-menu-content a.is-active,.simple-menu .simple-menu-content a:hover,.simple-menu .simple-menu-content button.is-active,.simple-menu .simple-menu-content button:hover{background-color:#6a6c6f}.simple-menu .simple-menu-content hr{background:0;border-bottom:1px dashed #fff;border-top:0;height:0;margin-bottom:5px;margin-top:5px}.simple-menu .sub-menu{background-color:#34495e;min-height:100%;overflow:hidden;padding:5px 0;position:absolute;right:99%;top:0;transform:scale(0);transform-origin:top right;transition-timing-function:ease-out;transition:.35s;transition-delay:.35s}.simple-menu .has-sub-menu:hover .sub-menu{transform:scale(1);transition-timing-function:ease-in;transition:.15s;transition-delay:.15s}.simple-menu .has-sub-menu:hover .sub-menu button{transform:scale(1)}.simple-menu--export .simple-menu-content{align-items:center;display:flex;padding:7px}.simple-menu--export .simple-menu-content>span{color:#fff;font-size:12px;margin-right:10px}.inside-page-navigation{background:#fff;display:flex;flex-grow:1;height:100%;position:relative}.inside-page-navigation>*{border-right:1px solid #ddd;flex-basis:0;flex-grow:1;font-size:12px;font-weight:600;line-height:42px;padding:5px 0 0;text-align:center}.inside-page-navigation>.is-active,.inside-page-navigation>:hover{background-color:#f7f9fa}.inside-page-navigation>:first-child i{font-size:22px}.inside-page-navigation>:nth-child(2) i{font-size:21px}.inside-page-navigation>:nth-child(10) i,.inside-page-navigation>:nth-child(3) i,.inside-page-navigation>:nth-child(4) i,.inside-page-navigation>:nth-child(5) i,.inside-page-navigation>:nth-child(6) i,.inside-page-navigation>:nth-child(7) i,.inside-page-navigation>:nth-child(8) i,.inside-page-navigation>:nth-child(9) i{font-size:22px}.inside-page-navigation>:nth-child(11) i{font-size:26px}.inside-page-navigation i{color:#6a6c6f}.inside-page-navigation .btn-menu-on-small{display:none;padding-top:0}.inside-page-navigation .menu-on-small{display:none}@media (max-width:1700px){.inside-page-navigation .btn-menu-on-small{display:block}.inside-page-navigation .menu-on-small{background-color:#fff;border-left:1px solid #ccc;border-right:1px solid #ccc;display:none;opacity:0;padding:0;position:absolute;right:0;top:52px;transform:translateY(-100px);transition:transform .2s ease-out,opacity .2s ease-out;width:33.33%;z-index:1}.inside-page-navigation .menu-on-small.is-active{display:block}.inside-page-navigation .menu-on-small.is-visible{opacity:1;transform:translateY(0)}.inside-page-navigation .menu-on-small a{border-bottom:1px solid #ccc;display:block}.inside-page-navigation .menu-on-small a.is-active,.inside-page-navigation .menu-on-small a:hover{background-color:#f7f9fa}}.menu-label{font-size:12px;font-weight:700;letter-spacing:0;line-height:normal;text-transform:uppercase}.menu-list .hover-anchor{opacity:0;transition:opacity .25s,visibility .25s;visibility:hidden}.menu-list a{font-size:12px;letter-spacing:0}.menu-list a span,.menu-list a span i{color:inherit}.menu-list a.level{display:flex}.menu-list a.level .level-item{justify-content:normal}.menu-list a.is-active .hover-anchor,.menu-list a:hover .hover-anchor{opacity:1;visibility:visible}.menu-list a.is-active{background-color:#60a4ab}.statistic-number{text-align:center}.statistic-number.current{font-size:1rem}.statistic-number.historic,.statistic-number.percentage{color:#838589;display:block;font-size:.75rem;margin-top:.25rem}.statistic-number.percentage .is-up{color:#41b883}.statistic-number.percentage .is-down{color:#ff6a6a}.statistic-number.percentage i{margin-left:5px}div.notifications{bottom:-17px;pointer-events:none;position:fixed;right:0;z-index:1257}@media print,screen and (min-width:769px){.notifications{max-width:320px}}.notifications .notification{margin:20px}.notification{backface-visibility:hidden;min-width:240px;pointer-events:all;position:relative;transform:translateZ(0)}.panel.is-alt{border-radius:2px}.panel.is-alt .notification{background:#ccc}.notification.is-small{background:#eaeaea;padding-bottom:8px;padding-top:8px}.alert{background-color:#eaeaea;padding:15px}.alert p{color:#6a6c6f}.alert p:not(:last-child){margin-bottom:10px}.alert.is-danger{background-color:#faedea}.alert.is-danger strong{color:#e68c87;font-weight:700}.pagination-info{font-size:13px;padding-right:20px}.pagination{font-size:12px;justify-content:flex-end}.pagination .pagination-buttons{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pagination .pagination-buttons span{cursor:default;display:inline-block}.pagination .pagination-buttons button,.pagination .pagination-buttons span{border:1px solid #ccc;color:#9d9fa2;display:inline-block;float:left;font-size:13px;line-height:1.42857143;margin-left:-1px;padding:3px 9px}.pagination .pagination-buttons button:hover{background-color:#f7f9fa}.pagination .pagination-buttons button.active{background-color:#34495e;border-color:#ddd;color:#fff;cursor:default}.pagination .pagination-buttons button.disabled{color:#ccc;cursor:default}.pagination .pagination-buttons button.disabled:hover{background-color:transparent}.pagination .pagination-buttons button:first-child{border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination .pagination-buttons button:last-child{border-bottom-right-radius:4px;border-top-right-radius:4px}.pagination .pagination-link.is-current{background:#34495e;border-color:#ddd}.pagination .pagination-link,.pagination .pagination-next,.pagination .pagination-previous{background:#fff;color:#6a6c6f}.pagination .pagination-link.is-current,.pagination .pagination-next.is-current,.pagination .pagination-previous.is-current{background:#3498db;color:#fff}.custom-page{align-items:center;display:flex;font-size:13px;margin-left:15px;white-space:nowrap}.custom-page .input{margin-left:5px;text-align:center;vertical-align:0;width:50px}.vue-bulma-tabs{border:1px solid #ddd;display:flex;flex:1;position:relative}.vue-bulma-tabs.is-layout-top{flex-direction:column}.vue-bulma-tabs .tab-content{background-color:#f7f9fa;flex:1 1;flex-direction:column;margin:0;overflow:hidden;overflow:visible;padding:15px 0 0;position:relative}.vue-bulma-tabs .tab-pane{flex:1 1;width:100%}.vue-bulma-tabs .tab-pane.is-active{display:block;transform:translateZ(0)}.vue-bulma-tabs .tab-pane[class*=Out]{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0;transform:translateX(0);transform:translateY(0)}.vue-bulma-tabs .tabs{font-size:10px;font-weight:700;line-height:8px;margin-bottom:0}.vue-bulma-tabs .tabs li{flex-basis:34%}.vue-bulma-tabs .tabs li a{background-color:#ddd;border-bottom:1px solid #fff;border-top:1px solid #fff;border-color:currentcolor #fff;border-style:none solid;border-width:0 1px;width:100%}.vue-bulma-tabs .tabs li.is-active a{background-color:#34495e;border-color:transparent}.vue-bulma-tabs .tabs li.is-active a span{color:#fff}.tab-addition{background-color:#fff;border:1px solid #ddd;border-radius:2px;box-shadow:0 1px 10px rgba(0,0,0,.05),0 1px 2px rgba(0,0,0,.1);position:relative}.tab-addition.is-dashboard{height:100%}.tab-addition>.tab-addition__header header{display:flex}.tab-addition>.tab-addition__header header button{background-color:#f7f9fa;border-bottom:1px solid #ddd;border-right:1px solid #ddd;flex-grow:1;font-size:12px;font-weight:500;min-height:35px;position:relative}.tab-addition>.tab-addition__header header button:first-child{border-top-left-radius:2px}.tab-addition>.tab-addition__header header button:last-child{border-right:0;border-top-right-radius:2px}.tab-addition>.tab-addition__header header button.is-active{background-color:#fff;border-bottom:1px solid #fff}.tab-addition>.tab-addition__header header button.is-active:after{background-color:#60a4ab;content:" ";height:2px;left:0;position:absolute;top:-1px;width:100%}.tab-addition>.tab-addition__header header button:hover{background-color:#e8f4ff}.tab-addition>.main,.tab-addition>main{padding:45px 15px}.tab-addition>.main.is-gapless,.tab-addition>main.is-gapless{padding:0}.tab-addition>.main .title,.tab-addition>main .title{align-items:center;color:#6a6c6f;display:flex;font-size:12px;justify-content:space-between;margin-bottom:15px;margin-top:-15px;min-height:48px}.tab-addition>.main .title .material-icons,.tab-addition>main .title .material-icons{vertical-align:-4px}.tab-addition>.main .title .simple-menu>button,.tab-addition>main .title .simple-menu>button{height:auto;line-height:1}.tab-addition>main .tab-content{display:none}.table-title.has-spacing{padding:0 0 5px 12px}.tooltip{display:block;z-index:99999}.tooltip .tooltip-inner{background:#eaeaea;border:1px solid #ccc;border-radius:2px;color:#6a6c6f;font-size:12px;max-width:800px;padding:7px 10px;text-align:center}.tooltip .tooltip-arrow{background:#eaeaea;border-style:solid;display:none;height:14px;margin:0 5px;position:absolute;transform:rotate(45deg);width:14px}.tooltip[x-placement^=bottom]{margin-top:5px}.tooltip[x-placement^=bottom] .tooltip-arrow{border-left:1px solid #ccc;border-top:1px solid #ccc;display:block;left:49%;top:-7px}.tooltip[x-placement^=top]{margin-bottom:7px}.tooltip[x-placement^=top] .tooltip-arrow{border-bottom:1px solid #ccc;border-right:1px solid #ccc;bottom:-7px;display:block;left:49%}.is-error .tooltip .tooltip-inner{background:#ff6a6a;border-color:#ff6a6a;color:#fff}.is-error .tooltip .tooltip-inner>*{color:inherit}.is-error .tooltip .tooltip-arrow{background-color:#ff6a6a}.is-error .tooltip[x-placement^=bottom] .tooltip-arrow{border-left:0;border-top:0}.is-error .tooltip[x-placement^=top] .tooltip-arrow{border-bottom:0;border-right:0}.v-popover.is-large .tooltip-inner{max-width:450px}.tag:not(body){background:#6a6c6f;color:#fff;font-size:12px;font-weight:400;padding-left:1.5em;padding-right:1.5em}.tag:not(body).is-red{background-color:#ff6a6a}.tag:not(body).is-blue-dark{background-color:#34495e}.tag:not(body).is-green{background-color:#62cb31}.tag:not(body).is-orange{background-color:#e6ab87}.tag:not(body).is-blue{background-color:#3b96d6}.tag:not(body).is-yellow{background-color:#ffb606}.tag:not(body).is-purple{background-color:#995ab1}.tag:not(body).is-brown,.tag:not(body).is-zero{background-color:#9f4c0f}.tag:not(body).is-nature{background:#62cb31}.tag:not(body).is-culture{background:#ffb606}.tag:not(body).is-activity{background:#ff6a6a}.tag:not(body).is-recreation{background:#3b96d6}.tag:not(body).is-classic,.tag:not(body).is-low{background:#34495e}.tag:not(body).is-round{background:#62cb31}.tag:not(body).is-active{background:#ff6a6a}.tag:not(body).is-billing{background:#ffb606}.tag:not(body).is-delivery,.tag:not(body).is-map,.tag:not(body).is-new{background:#3b96d6}.tag:not(body).is-photo,.tag:not(body).is-primary{background:#62cb31}.tag:not(body).is-hard,.tag:not(body).is-high{background:#ff6a6a}.tag:not(body).is-medium{background:#ffb606;font-size:12px}.tag:not(body).is-white{background:#fff;border:1px solid #ddd;color:#6a6c6f}.tag:not(body).is-white.has-blue-border{border:1px solid #9dd3d8;padding-left:.75em;padding-right:.75em}.tag:not(body).is-white i{color:inherit}.tag.is-calculation,.tag.is-offer{min-height:0}.tag .has-margin-right{margin-right:5px}a.tag.is-white:hover{background-color:#f7f9fa;text-decoration:none}.orderConcepts .tag.is-activity{background:#3b96d6}.orderConcepts .tag.is-culture{background:#34495e}.badge{border-radius:50%;color:#fff;display:inline-block;font-size:9px;height:24px;line-height:24px;text-align:center;width:24px}.badge.is-new{background:#62cb31}.badge.is-19{background:#3b96d6}.badge.is-20{background:#22303d}.badge.is-21{background:#639}.badge.is-22{background:#9f4c0f}.badge.is-23{background:#e68c87}.badge.is-24{background:#ffb606}.badge.is-25{background:#5fa3aa}.badge.is-icon{background:#6a6c6f}.badge.is-icon i{color:#fff!important}.badge-warnings .badge{background:none;color:#6a6c6f;height:20px;line-height:20px;width:20px}.badge-warnings .badge.is-red{border:1px solid #ff6a6a;color:#ff6a6a}.badge-warnings .badge.is-green{border:1px solid #41b883;color:#41b883}.badge-warnings .badge.is-disabled{border:1px solid #dbdbdb;color:#dbdbdb}.badges .badge{margin-left:5px}button.badge{background:#fff;border:1px solid #ccc;height:18px;line-height:16px;width:18px}button.badge i{color:#fff!important;font-size:16px;font-weight:700;margin-bottom:3px}button.badge.is-active{background:#60a4ab;border-color:#60a4ab;text-align:center}.table .badges .badge{margin-left:0;margin-right:5px}.table .icons i{margin-right:5px;text-align:center;width:25px}.todo{background-color:#f7f9fa;border-radius:2px;border-top:2px solid #60a4ab;box-shadow:0 1px 10px rgba(0,0,0,.05),0 1px 2px rgba(0,0,0,.1);height:68px;margin-bottom:20px;padding:7px 10px}.todo__name{flex:1;font-weight:600;margin-right:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.todo__name .material-icons{font-size:14px;margin-left:4px;vertical-align:-2px}.todo__name .isExternal{color:#ff6a6a}.todo__top{align-items:center;display:flex;justify-content:space-between;margin-bottom:5px}.todo .user{height:22px;width:22px}.todo .bp-deadline.is-editable .input{height:21px;line-height:22px;padding-left:20px;width:90px}.todo .bp-deadline.is-editable:before{left:6px}.todo__info{align-items:center;display:flex;flex:1;overflow:hidden;position:relative}.todo__info:after{background-image:linear-gradient(90deg,transparent,#f7f9fa);bottom:0;content:"";position:absolute;right:0;top:0;width:30px}.todo .tag{background-color:#60a4ab;color:#fff;height:22px;margin-right:10px;padding:2px 5px}.todo .tag:not(.is-white){height:20px}.todo .tag i{color:#fff;margin-right:3px}.todo .tag i.no-margin{margin-right:0}.todo .deadline-date{align-items:center;display:inline-flex;line-height:normal;margin-top:0}.todo .deadline-date i.material-icons{margin-right:3px}.list .todo{border-bottom:1px solid #ddd}.modal--todos .buttons.has-addons{padding-top:0}.modal--todos .todos{padding-bottom:30px}.modal--todos .todos__category{box-shadow:0 0 3px rgba(0,0,0,.2);margin-bottom:15px;padding:5px 15px}.modal--todos .todo{background:#f7f9fa;border-radius:2px;border-top:2px solid #60a4ab;box-shadow:0 1px 3px rgba(0,0,0,.2);margin-bottom:15px}.todo__popover hr{margin-bottom:10px;margin-top:10px}.todo__popover .buttons{margin-top:5px}.favicon{flex-grow:0;flex-shrink:0;height:20px;margin-right:7px;width:20px}.favicon,.user{align-items:center;border-radius:50%;cursor:pointer;display:flex;justify-content:center;overflow:hidden;position:relative;transition:background .2s ease-out}.user{background:transparent;height:48px;width:48px}.user__avatar{background-position:50%;background-repeat:no-repeat;background-size:cover;height:100%;left:0;position:absolute;top:0;transition:opacity .2s ease-out;width:100%}.user__avatar.is-text{align-items:center;background:#3498db;color:#fff;display:flex;justify-content:center}.user i{color:#fff;opacity:0;transition:opacity .2s ease-out}.user.is-editable:hover{background:#000}.user.is-editable:hover .user__avatar{opacity:.5}.user.is-editable:hover i{opacity:1}.user.is-small{height:28px;width:28px}.users{display:flex;flex-direction:row;justify-content:flex-end}.users .user{border:2px solid #f7f9fa;margin-left:-24px}.users .user.is-small{margin-left:-14px}.users .user.is-favicon{border:0}.users .user:first-child{margin-left:0}.vue-slider{height:15px!important;padding:0!important;width:230px!important}.vue-slider-dot{height:21px!important;width:21px!important}.vue-slider-process,.vue-slider-rail{border-radius:2px}.vue-slider.is-0 .vue-slider-process{background:#e68c87}.vue-slider.is-25 .vue-slider-process{background:#e6ab87}.vue-slider.is-50 .vue-slider-process{background:#3498db}.vue-slider.is-75 .vue-slider-process{background:#35cddb}.vue-slider.is-100 .vue-slider-process{background:#62cb31}.color-picker{height:1.37rem;margin-top:5px!important;width:1.7rem}.ProseMirror{background-color:#fff;height:100%;min-height:10rem;overflow:hidden;padding:1rem!important;resize:vertical}.warnings{color:red;width:100%;z-index:2}.warnings>:first-child{border-top:1px solid red}.warnings>.warnings:nth-child(2),.warnings>:first-child{border-bottom:1px solid red}.has-extraLines-warnings{border:1px solid red!important}.is-fullscreen .tiptapDiv .ProseMirror{resize:none!important}.is-disabled .tiptapDiv .ProseMirror{background:#f5f5f5}.menu-items{padding:0 .3rem}.tiptapDiv{height:unset!important}.tiptap{border:1px solid #ccc}.is-alone{border:none;box-shadow:0 1px 10px rgba(0,0,0,.05),0 1px 2px rgba(0,0,0,.1)}.ProseMirror{color:blue}.ProseMirror a{color:#1e43e9;text-decoration:underline}.ProseMirror pre{border-radius:.5rem;color:#000;font-family:JetBrainsMono,monospace;padding:.75rem 1rem}.ProseMirror pre code{background:none;color:inherit;font-size:.8rem;padding:0}.ProseMirror pre .hljs-comment,.ProseMirror pre .hljs-quote{color:#616161}.ProseMirror pre .hljs-attribute,.ProseMirror pre .hljs-link,.ProseMirror pre .hljs-name,.ProseMirror pre .hljs-regexp,.ProseMirror pre .hljs-selector-class,.ProseMirror pre .hljs-selector-id,.ProseMirror pre .hljs-tag,.ProseMirror pre .hljs-template-variable,.ProseMirror pre .hljs-variable{color:#f98181}.ProseMirror pre .hljs-built_in,.ProseMirror pre .hljs-builtin-name,.ProseMirror pre .hljs-literal,.ProseMirror pre .hljs-meta,.ProseMirror pre .hljs-number,.ProseMirror pre .hljs-params,.ProseMirror pre .hljs-type{color:#fbbc88}.ProseMirror pre .hljs-bullet,.ProseMirror pre .hljs-string,.ProseMirror pre .hljs-symbol{color:#b9f18d}.ProseMirror pre .hljs-section,.ProseMirror pre .hljs-title{color:#faf594}.ProseMirror pre .hljs-keyword,.ProseMirror pre .hljs-selector-tag{color:#70cff8}.ProseMirror pre .hljs-emphasis{font-style:italic}.ProseMirror pre .hljs-strong{font-weight:700}.ProseMirror table{border-collapse:collapse;margin:0;overflow:hidden;table-layout:fixed;width:100%}.ProseMirror table td,.ProseMirror table th{border:2px solid #ced4da;box-sizing:border-box;min-width:1em;padding:3px 5px;position:relative;vertical-align:top}.ProseMirror table td>*,.ProseMirror table th>*{margin-bottom:0}.ProseMirror table th{background-color:#f1f3f5;font-weight:700;text-align:left}.ProseMirror table .selectedCell:after{background:rgba(200,200,255,.4);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:2}.ProseMirror table .column-resize-handle{background-color:#adf;bottom:-2px;pointer-events:none;position:absolute;right:-2px;top:0;width:4px}.ProseMirror table p{margin:0}.tableWrapper{overflow-x:auto}.ProseMirror ul{list-style:disc}.ProseMirror ol{list-style:decimal}.ProseMirror ol,.ProseMirror ul{list-style-position:outside;margin-left:1.8em}.ProseMirror ol li,.ProseMirror ul li{display:list-item}.ProseMirror ol p,.ProseMirror ul p{display:inline}code[class*=language-],pre[class*=language-]{word-wrap:normal;background:0 0;color:#000;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;font-size:1em;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;text-align:left;text-shadow:0 1px #fff;white-space:pre;word-break:normal;word-spacing:normal}code[class*=language-] ::-moz-selection,code[class*=language-]::-moz-selection,pre[class*=language-] ::-moz-selection,pre[class*=language-]::-moz-selection{background:#b3d4fc;text-shadow:none}code[class*=language-] ::selection,code[class*=language-]::selection,pre[class*=language-] ::selection,pre[class*=language-]::selection{background:#b3d4fc;text-shadow:none}@media print{code[class*=language-],pre[class*=language-]{text-shadow:none}}pre[class*=language-]{margin:.5em 0;overflow:auto;padding:1em}:not(pre)>code[class*=language-],pre[class*=language-]{background:#f5f2f0}:not(pre)>code[class*=language-]{border-radius:.3em;padding:.1em;white-space:normal}.token.cdata,.token.comment,.token.doctype,.token.prolog{color:#708090}.token.punctuation{color:#999}.token.namespace{opacity:.7}.token.boolean,.token.constant,.token.deleted,.token.number,.token.property,.token.symbol,.token.tag{color:#905}.token.attr-name,.token.builtin,.token.char,.token.inserted,.token.selector,.token.string{color:#690}.language-css .token.string,.style .token.string,.token.entity,.token.operator,.token.url{background:hsla(0,0%,100%,.5);color:#9a6e3a}.token.atrule,.token.attr-value,.token.keyword{color:#07a}.token.class-name,.token.function{color:#dd4a68}.token.important,.token.regex,.token.variable{color:#e90}.token.bold,.token.important{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}.bottom-panel{background-color:rgba(0,0,0,.2);bottom:1px;left:0;margin-bottom:0!important;position:fixed;width:100%!important;z-index:10}.handle-bar{align-items:center;background-color:#ddd;border:1px solid #ccc;cursor:pointer;display:flex;flex:1;font-size:16px;height:30px;justify-content:space-between}.toolbar-icon{color:#74b2db;margin-right:12px}.drawer-content{background-color:#efefef;overflow:auto;transition:.5s}#app{display:flex;flex-direction:column}#app.locked{height:100vh;overflow-y:hidden}#app>header{background-color:#fff;border-bottom:1px solid #ccc;display:flex;flex:none;height:52px}#app>header .logo{align-items:center;display:flex;float:left;height:52px;justify-content:center;width:220px}#app>header .logo img{max-width:150px;width:47%}#app>header .header-link{border-left:1px solid #ccc;border-right:1px solid #ccc;cursor:pointer;float:left;padding:15px 26px 17px}#app>header .page-name{flex:1;font-size:14px;font-weight:600;line-height:50px;padding:0 0 0 15px}#app>header .nav-search{border:1px solid #ccc;height:29px;margin:11px 15px 10px 10px;padding:0 10px;width:140px}#app>header .btn-show-left-side-on-small,#app>header .btn-show-right-side-on-small{border-left:1px solid #ccc;display:none;font-weight:600;width:130px}#app>header .btn-show-left-side-on-small i,#app>header .btn-show-right-side-on-small i{color:#9d9fa2;font-size:25px;margin-right:5px}#app>header .btn-show-left-side-on-small:hover,#app>header .btn-show-right-side-on-small:hover{background-color:#f7f9fa}#app>header .btn-show-left-side-on-small:hover,#app>header .btn-show-left-side-on-small:hover i,#app>header .btn-show-right-side-on-small:hover,#app>header .btn-show-right-side-on-small:hover i{color:#6a6c6f}@media (max-width:1700px){#app>header .btn-show-right-side-on-small.is-visible{display:block}#app>header .btn-show-left-side-on-small{border-left:0;border-right:1px solid #ccc}}@media (max-width:1919px){#app>header .btn-show-left-side-on-small.is-visible,#app>header .btn-show-right-side-on-small.is-visible{display:block}}#app>header .btn-help{padding:14px 14px 14px 0;z-index:10}#app>header .btn-help .simple-menu-content{margin-top:30px}#app>header .btn-camera{border:none;margin-left:-15px;margin-top:-3px;padding:18px 29px 25px 12px;z-index:100}#app>header .btn-camera i{border:none}.active-tool{color:#4287f5;cursor:pointer}.editor-container{margin-top:-34px;text-align:-webkit-center}.editor{cursor:pointer;display:flex;justify-content:space-between;margin-bottom:-32px;margin-top:44px;width:34%}.editor .tool{width:15px}.editor .tool i{font-size:25px}.editor .tool .is-selected{background-color:#34495e;border-radius:6px;color:#fff}.custom-editor{border:1px solid #8f9193;margin-top:32px;text-align:-webkit-center;width:88%}#app>.wrapper{flex-grow:1;margin:0 15px;padding:15px 0 0;position:relative;transition:margin .4s ease 0s}#app>.wrapper>div{margin-bottom:27px;width:100%}#app>ul.nav{background:#f7f9fa;bottom:0;flex-direction:column;left:0;margin-left:-220px;max-height:100%;overflow-y:hidden;padding-right:0;position:absolute;top:53px;transition:margin .4s ease 0s;width:220px}#app>ul.nav a,#app>ul.nav button{color:#9d9fa2;display:block;font-size:12px;font-weight:600;padding:10px 15px;text-align:left}#app>ul.nav .active a,#app>ul.nav .active button,#app>ul.nav .is-open button,#app>ul.nav a:hover,#app>ul.nav button:hover{color:#6a6c6f}#app>ul.nav>li>ul{height:0;overflow:hidden;padding-left:10px;transition:height .2s ease-out}#app>ul.nav>li>ul a,#app>ul.nav>li>ul button{font-size:12px;padding:5px 15px}#app>ul.nav .is-open ul{margin-bottom:10px}#app>ul.nav button{position:relative;width:100%}#app>ul.nav button:before{content:"";font-family:FontAwesome;position:absolute;right:15px;top:13px}#app>ul.nav .is-open button:before{content:""}#app.is-menu-opened>ul.nav{margin-left:0}#app.is-menu-opened>.wrapper{margin-left:220px}#app.is-right-aside-hidden>.wrapper{margin-right:0}@media (max-width:1700px){#app>.wrapper{margin:0 5px}}@media (max-width:768px){#app>.wrapper{margin:0}}.crud>.tab-addition,.tab-addition.is-small{background-color:transparent;border:0;box-shadow:0 0 0 hsla(0,0%,100%,0);display:flex;flex:1;flex-direction:column;overflow-x:hidden}.crud>.tab-addition>.tab-addition__header,.tab-addition.is-small>.tab-addition__header{display:flex;flex-wrap:nowrap;justify-content:space-between;min-height:1px;overflow-x:auto}.crud>.tab-addition>.tab-addition__header::-webkit-scrollbar,.tab-addition.is-small>.tab-addition__header::-webkit-scrollbar{display:none}.crud>.tab-addition>.tab-addition__header>header,.tab-addition.is-small>.tab-addition__header>header{display:flex}.crud>.tab-addition>.tab-addition__header>header button,.tab-addition.is-small>.tab-addition__header>header button{background:0;border:1px solid transparent;border-top:0;flex-grow:0;min-width:80px;padding-left:10px;padding-right:10px;white-space:nowrap}.crud>.tab-addition>.tab-addition__header>header button:last-child,.tab-addition.is-small>.tab-addition__header>header button:last-child{border-right:1px solid transparent}.crud>.tab-addition>.tab-addition__header>header button.is-active,.tab-addition.is-small>.tab-addition__header>header button.is-active{background:#fff;border-bottom:1px solid #fff;border-left-color:#ddd;border-right-color:#ddd}.crud>.tab-addition>.main,.crud>.tab-addition>main,.tab-addition.is-small>.main,.tab-addition.is-small>main{background:#fff;border:1px solid #ddd;box-shadow:0 1px 10px rgba(0,0,0,.05),0 1px 2px rgba(0,0,0,.1);flex:1;margin-top:-1px}.crud>.tab-addition>.main .columns .has-seperating-borders .column:not(:first-child),.crud>.tab-addition>main .columns .has-seperating-borders .column:not(:first-child),.tab-addition.is-small>.main .columns .has-seperating-borders .column:not(:first-child),.tab-addition.is-small>main .columns .has-seperating-borders .column:not(:first-child){border-left:1px solid #ccc}.crud>.tab-addition>.main .columns .column,.crud>.tab-addition>main .columns .column,.tab-addition.is-small>.main .columns .column,.tab-addition.is-small>main .columns .column{display:flex;flex-direction:column}.crud>.tab-addition>.main .columns .column .is-headline:not(.row),.crud>.tab-addition>main .columns .column .is-headline:not(.row),.tab-addition.is-small>.main .columns .column .is-headline:not(.row),.tab-addition.is-small>main .columns .column .is-headline:not(.row){border-bottom:1px solid #ccc;margin-bottom:0;margin-top:5px;padding-bottom:5px}.crud>.tab-addition>.main .columns .column .bp-panel,.crud>.tab-addition>main .columns .column .bp-panel,.tab-addition.is-small>.main .columns .column .bp-panel,.tab-addition.is-small>main .columns .column .bp-panel{flex:1;min-height:150px}.crud>.tab-addition>.main .columns .column .bp-panel.is-settings,.crud>.tab-addition>main .columns .column .bp-panel.is-settings,.tab-addition.is-small>.main .columns .column .bp-panel.is-settings,.tab-addition.is-small>main .columns .column .bp-panel.is-settings{min-height:130px}.crud>.tab-addition>.main .columns .column .bp-panel.has-no-title,.crud>.tab-addition>main .columns .column .bp-panel.has-no-title,.tab-addition.is-small>.main .columns .column .bp-panel.has-no-title,.tab-addition.is-small>main .columns .column .bp-panel.has-no-title{padding:15px 0}.crud>.tab-addition>.main .columns .column .bp-panel.is-add,.crud>.tab-addition>main .columns .column .bp-panel.is-add,.tab-addition.is-small>.main .columns .column .bp-panel.is-add,.tab-addition.is-small>main .columns .column .bp-panel.is-add{align-items:center;cursor:pointer;display:flex;justify-content:center;transition:background .25s}.crud>.tab-addition>.main .columns .column .bp-panel.is-add:hover,.crud>.tab-addition>main .columns .column .bp-panel.is-add:hover,.tab-addition.is-small>.main .columns .column .bp-panel.is-add:hover,.tab-addition.is-small>main .columns .column .bp-panel.is-add:hover{background:#fff}.crud>.tab-addition>.main .columns .column .bp-panel.is-add>.material-icons,.crud>.tab-addition>main .columns .column .bp-panel.is-add>.material-icons,.tab-addition.is-small>.main .columns .column .bp-panel.is-add>.material-icons,.tab-addition.is-small>main .columns .column .bp-panel.is-add>.material-icons{font-size:36px}.crud>.tab-addition>.main .columns .column .bp-panel .panel-content p,.crud>.tab-addition>main .columns .column .bp-panel .panel-content p,.tab-addition.is-small>.main .columns .column .bp-panel .panel-content p,.tab-addition.is-small>main .columns .column .bp-panel .panel-content p{margin-bottom:0}.crud>.tab-addition>.main .columns .column .bp-panel .panel-content .buttons,.crud>.tab-addition>main .columns .column .bp-panel .panel-content .buttons,.tab-addition.is-small>.main .columns .column .bp-panel .panel-content .buttons,.tab-addition.is-small>main .columns .column .bp-panel .panel-content .buttons{margin-top:-5px}.crud>.tab-addition>.main .columns .column .bp-panel .panel-content .buttons .button,.crud>.tab-addition>main .columns .column .bp-panel .panel-content .buttons .button,.tab-addition.is-small>.main .columns .column .bp-panel .panel-content .buttons .button,.tab-addition.is-small>main .columns .column .bp-panel .panel-content .buttons .button{margin-top:5px}.crud{align-items:stretch;display:flex;flex-direction:row}.crud aside{flex-grow:0;flex-shrink:0;margin-bottom:0;margin-right:30px;width:420px}.crud aside.is-500{width:500px}.crud aside.is-right{margin-left:30px;margin-right:0}.crud aside.is-smaller{width:320px}.crud aside .v-popover{bottom:7px;right:7px}.crud aside .v-popover:not(.userPopover){position:absolute}.crud aside .mb-0{margin-bottom:0}.crud aside .mb{margin-bottom:15px}.crud aside .mb-2x{margin-bottom:30px}.crud aside .rating__circle{margin-bottom:0;margin-top:5px}.crud aside ul li.is-url{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.crud aside ul li>i{color:#6a6c6f;flex-shrink:0;margin-right:.75rem;text-align:center;width:32px}.crud aside ul li:not(:last-child){margin-bottom:5px}.crud aside ul li a{color:#60a4ab}.crud aside ul li a:hover{text-decoration:underline}.crud aside ul li .tag{background:#60a4ab;border-radius:0;height:auto;line-height:normal;margin-bottom:0;margin-right:5px;padding:1px 10px}.crud aside ul li .tag a,.crud aside ul li .tag i{color:inherit}.crud aside ul li .tag a.fa-external-link,.crud aside ul li .tag i.fa-external-link{margin-left:10px}.crud aside ul li .badges{display:inline-block}.crud aside ul li .badges>*{margin-right:5px}.crud>main{border:0;display:flex;flex:1;flex-direction:column;margin-bottom:0;min-height:80vh;overflow-x:hidden}.crud .day{border-left:1px solid #ddd;border-right:1px solid #ddd;box-shadow:0 1px 10px rgba(0,0,0,.05),0 1px 2px rgba(0,0,0,.1);margin-bottom:30px}@media (max-width:1919px){.crud>aside{display:none;left:10px;opacity:0;padding:15px 20px;position:absolute;top:15px;transform:translateX(-420px);transition:transform .2s ease-out,opacity .2s ease-out;width:420px;z-index:2}.crud>aside+.overlay{background-color:rgba(0,0,0,.2);bottom:0;display:none;left:0;opacity:0;position:fixed;right:0;top:0;transition:opacity .2s ease-out}.crud>aside.is-active,.crud>aside.is-active+.overlay{display:block}.crud>aside.is-visible,.crud>aside.is-visible+.overlay{opacity:1;transform:translateX(0)}.crud>aside.is-active,.crud>aside.is-visible{z-index:2}.crud>aside.is-active+.overlay,.crud>aside.is-visible+.overlay{z-index:1}}.deadline-date{border-radius:2px;height:25px;line-height:25px;padding:2px 5px}.deadline-date[class*=is-]{color:#fff;height:25px;margin-top:2px;padding-top:0}.deadline-date[class*=is-] i,.deadline-date[class*=is-] span{color:#fff}.deadline-date.is-red{background-color:#ff4c4c}.deadline-date.is-yellow{background-color:#ffd813}.no-border{border:none!important}@media screen and (min-width:1919px){.is-hidden-large-screen{display:none!important}}@media screen and (max-width:1919px){.is-visible-large-screen{display:none!important}}.bp-deadline{align-items:center;display:flex;position:relative;white-space:nowrap}.bp-deadline.is-edit-table:before{left:0;margin-left:8px;margin-right:0;position:absolute;top:21px;transform:translateY(-50%);z-index:2}.bp-deadline.is-edit-table.is-text:before{top:20px}.bp-deadline.is-editable{background:#fff;border:1px solid #ccc;border-radius:0}.bp-deadline.is-editable:before{left:9px;margin-right:0;position:absolute;top:50%;transform:translateY(-50%)}.bp-deadline.is-editable input{background:0;border:0;height:28px}.bp-deadline.is-editable input::placeholder{color:#6a6c6f}.bp-deadline:before{border-radius:50%;content:" ";display:none;height:9px;margin-right:7px;pointer-events:none;width:9px}.bp-deadline.is-red:before,.bp-deadline.is-yellow:before{display:inline-block}.bp-deadline.is-red:before{background:#ff4c4c}.bp-deadline.is-yellow:before{background:#ffd813}.bp-deadline input{padding-left:25px}.bp-deadline.is-big input{height:30px}.bp-status{align-items:center;display:flex;position:relative;white-space:nowrap}.bp-status:before{border-radius:50%;content:"";display:block;height:9px;margin-right:5px;margin-top:-5px;pointer-events:none;position:absolute;right:100%;top:50%;width:9px}.bp-status.is-paid:before{background:#41b883}.bp-status.is-partially_paid:before{background:#62cb31}.bp-status.is-sent:before{background:#e68c87}.price-view{display:inline-block;min-height:12px;padding-right:8px;position:relative;text-align:right;width:130px}.price-view.has-total{width:147px}.price-view.has-total:before{left:78px}.price-view.has-total div:first-child{float:left;height:100%;text-align:left;width:70px}.price-view.is-close{padding-right:0;width:82px}.price-view.is-close:before{left:20px}.price-view.has-icon-plus:before{content:"+"}.price-view.has-icon-minus:before{content:"-"}.price-view.has-end-icon{padding-right:12px}.price-view.has-end-icon:before{left:auto;right:0}.price-view.has-two-end-icons{padding-right:30px}.price-view.has-two-end-icons:before{left:auto;right:18px}.bordered-object{background-color:#fff;border:1px solid #ccc;border-radius:2px;color:#6a6c6f!important;display:inline-block;margin-right:6px;padding:0 5px}.bordered-object.has-20px-height{height:20px}.circles{background:#eaeaea;border-radius:50%;display:flex;font-size:10px;height:22px;justify-content:center;place-items:center;width:22px}.circles.is-red{background:#e68c87}.circles.is-yellow{background:#ffb606}.circles.is-green{background:#62cb31}.circles .circles-popover{display:flex}.pie-chart{background-color:#eaeaea;background-image:linear-gradient(90deg,transparent 50%,#62cb31 0);border-radius:50%;display:inline-grid;height:20px;justify-items:center;margin-bottom:-5px;margin-right:4px;position:relative;width:20px}.pie-chart.is-red{background-image:linear-gradient(90deg,transparent 50%,#e68c87 0)}.pie-chart.is-orange{background-image:linear-gradient(90deg,transparent 50%,#e6ab87 0)}.pie-chart:before{background-color:inherit;border-radius:0 100% 100% 0/50%;content:" ";height:100%;left:50%;position:absolute;top:0;transform-origin:left;width:50%}.pie-chart[data-p="0"]:before{transform:rotate(0deg)}.pie-chart[data-p="1"]:before{transform:rotate(4deg)}.pie-chart[data-p="2"]:before{transform:rotate(7deg)}.pie-chart[data-p="3"]:before{transform:rotate(11deg)}.pie-chart[data-p="4"]:before{transform:rotate(14deg)}.pie-chart[data-p="5"]:before{transform:rotate(18deg)}.pie-chart[data-p="6"]:before{transform:rotate(22deg)}.pie-chart[data-p="7"]:before{transform:rotate(25deg)}.pie-chart[data-p="8"]:before{transform:rotate(29deg)}.pie-chart[data-p="9"]:before{transform:rotate(32deg)}.pie-chart[data-p="10"]:before{transform:rotate(36deg)}.pie-chart[data-p="11"]:before{transform:rotate(40deg)}.pie-chart[data-p="12"]:before{transform:rotate(43deg)}.pie-chart[data-p="13"]:before{transform:rotate(47deg)}.pie-chart[data-p="14"]:before{transform:rotate(50deg)}.pie-chart[data-p="15"]:before{transform:rotate(54deg)}.pie-chart[data-p="16"]:before{transform:rotate(58deg)}.pie-chart[data-p="17"]:before{transform:rotate(61deg)}.pie-chart[data-p="18"]:before{transform:rotate(65deg)}.pie-chart[data-p="19"]:before{transform:rotate(68deg)}.pie-chart[data-p="20"]:before{transform:rotate(72deg)}.pie-chart[data-p="21"]:before{transform:rotate(76deg)}.pie-chart[data-p="22"]:before{transform:rotate(79deg)}.pie-chart[data-p="23"]:before{transform:rotate(83deg)}.pie-chart[data-p="24"]:before{transform:rotate(86deg)}.pie-chart[data-p="25"]:before{transform:rotate(90deg)}.pie-chart[data-p="26"]:before{transform:rotate(94deg)}.pie-chart[data-p="27"]:before{transform:rotate(97deg)}.pie-chart[data-p="28"]:before{transform:rotate(101deg)}.pie-chart[data-p="29"]:before{transform:rotate(104deg)}.pie-chart[data-p="30"]:before{transform:rotate(108deg)}.pie-chart[data-p="31"]:before{transform:rotate(112deg)}.pie-chart[data-p="32"]:before{transform:rotate(115deg)}.pie-chart[data-p="33"]:before{transform:rotate(119deg)}.pie-chart[data-p="34"]:before{transform:rotate(122deg)}.pie-chart[data-p="35"]:before{transform:rotate(126deg)}.pie-chart[data-p="36"]:before{transform:rotate(130deg)}.pie-chart[data-p="37"]:before{transform:rotate(133deg)}.pie-chart[data-p="38"]:before{transform:rotate(137deg)}.pie-chart[data-p="39"]:before{transform:rotate(140deg)}.pie-chart[data-p="40"]:before{transform:rotate(144deg)}.pie-chart[data-p="41"]:before{transform:rotate(148deg)}.pie-chart[data-p="42"]:before{transform:rotate(151deg)}.pie-chart[data-p="43"]:before{transform:rotate(155deg)}.pie-chart[data-p="44"]:before{transform:rotate(158deg)}.pie-chart[data-p="45"]:before{transform:rotate(162deg)}.pie-chart[data-p="46"]:before{transform:rotate(166deg)}.pie-chart[data-p="47"]:before{transform:rotate(169deg)}.pie-chart[data-p="48"]:before{transform:rotate(173deg)}.pie-chart[data-p="49"]:before{transform:rotate(176deg)}.pie-chart[data-p="50"]:before{transform:rotate(180deg)}.pie-chart[data-p="100"]:before,.pie-chart[data-p="51"]:before,.pie-chart[data-p="52"]:before,.pie-chart[data-p="53"]:before,.pie-chart[data-p="54"]:before,.pie-chart[data-p="55"]:before,.pie-chart[data-p="56"]:before,.pie-chart[data-p="57"]:before,.pie-chart[data-p="58"]:before,.pie-chart[data-p="59"]:before,.pie-chart[data-p="60"]:before,.pie-chart[data-p="61"]:before,.pie-chart[data-p="62"]:before,.pie-chart[data-p="63"]:before,.pie-chart[data-p="64"]:before,.pie-chart[data-p="65"]:before,.pie-chart[data-p="66"]:before,.pie-chart[data-p="67"]:before,.pie-chart[data-p="68"]:before,.pie-chart[data-p="69"]:before,.pie-chart[data-p="70"]:before,.pie-chart[data-p="71"]:before,.pie-chart[data-p="72"]:before,.pie-chart[data-p="73"]:before,.pie-chart[data-p="74"]:before,.pie-chart[data-p="75"]:before,.pie-chart[data-p="76"]:before,.pie-chart[data-p="77"]:before,.pie-chart[data-p="78"]:before,.pie-chart[data-p="79"]:before,.pie-chart[data-p="80"]:before,.pie-chart[data-p="81"]:before,.pie-chart[data-p="82"]:before,.pie-chart[data-p="83"]:before,.pie-chart[data-p="84"]:before,.pie-chart[data-p="85"]:before,.pie-chart[data-p="86"]:before,.pie-chart[data-p="87"]:before,.pie-chart[data-p="88"]:before,.pie-chart[data-p="89"]:before,.pie-chart[data-p="90"]:before,.pie-chart[data-p="91"]:before,.pie-chart[data-p="92"]:before,.pie-chart[data-p="93"]:before,.pie-chart[data-p="94"]:before,.pie-chart[data-p="95"]:before,.pie-chart[data-p="96"]:before,.pie-chart[data-p="97"]:before,.pie-chart[data-p="98"]:before,.pie-chart[data-p="99"]:before{background-color:#62cb31}.pie-chart.is-red[data-p="100"]:before,.pie-chart.is-red[data-p="51"]:before,.pie-chart.is-red[data-p="52"]:before,.pie-chart.is-red[data-p="53"]:before,.pie-chart.is-red[data-p="54"]:before,.pie-chart.is-red[data-p="55"]:before,.pie-chart.is-red[data-p="56"]:before,.pie-chart.is-red[data-p="57"]:before,.pie-chart.is-red[data-p="58"]:before,.pie-chart.is-red[data-p="59"]:before,.pie-chart.is-red[data-p="60"]:before,.pie-chart.is-red[data-p="61"]:before,.pie-chart.is-red[data-p="62"]:before,.pie-chart.is-red[data-p="63"]:before,.pie-chart.is-red[data-p="64"]:before,.pie-chart.is-red[data-p="65"]:before,.pie-chart.is-red[data-p="66"]:before,.pie-chart.is-red[data-p="67"]:before,.pie-chart.is-red[data-p="68"]:before,.pie-chart.is-red[data-p="69"]:before,.pie-chart.is-red[data-p="70"]:before,.pie-chart.is-red[data-p="71"]:before,.pie-chart.is-red[data-p="72"]:before,.pie-chart.is-red[data-p="73"]:before,.pie-chart.is-red[data-p="74"]:before,.pie-chart.is-red[data-p="75"]:before,.pie-chart.is-red[data-p="76"]:before,.pie-chart.is-red[data-p="77"]:before,.pie-chart.is-red[data-p="78"]:before,.pie-chart.is-red[data-p="79"]:before,.pie-chart.is-red[data-p="80"]:before,.pie-chart.is-red[data-p="81"]:before,.pie-chart.is-red[data-p="82"]:before,.pie-chart.is-red[data-p="83"]:before,.pie-chart.is-red[data-p="84"]:before,.pie-chart.is-red[data-p="85"]:before,.pie-chart.is-red[data-p="86"]:before,.pie-chart.is-red[data-p="87"]:before,.pie-chart.is-red[data-p="88"]:before,.pie-chart.is-red[data-p="89"]:before,.pie-chart.is-red[data-p="90"]:before,.pie-chart.is-red[data-p="91"]:before,.pie-chart.is-red[data-p="92"]:before,.pie-chart.is-red[data-p="93"]:before,.pie-chart.is-red[data-p="94"]:before,.pie-chart.is-red[data-p="95"]:before,.pie-chart.is-red[data-p="96"]:before,.pie-chart.is-red[data-p="97"]:before,.pie-chart.is-red[data-p="98"]:before,.pie-chart.is-red[data-p="99"]:before{background-color:#e68c87}.pie-chart.is-orange[data-p="100"]:before,.pie-chart.is-orange[data-p="51"]:before,.pie-chart.is-orange[data-p="52"]:before,.pie-chart.is-orange[data-p="53"]:before,.pie-chart.is-orange[data-p="54"]:before,.pie-chart.is-orange[data-p="55"]:before,.pie-chart.is-orange[data-p="56"]:before,.pie-chart.is-orange[data-p="57"]:before,.pie-chart.is-orange[data-p="58"]:before,.pie-chart.is-orange[data-p="59"]:before,.pie-chart.is-orange[data-p="60"]:before,.pie-chart.is-orange[data-p="61"]:before,.pie-chart.is-orange[data-p="62"]:before,.pie-chart.is-orange[data-p="63"]:before,.pie-chart.is-orange[data-p="64"]:before,.pie-chart.is-orange[data-p="65"]:before,.pie-chart.is-orange[data-p="66"]:before,.pie-chart.is-orange[data-p="67"]:before,.pie-chart.is-orange[data-p="68"]:before,.pie-chart.is-orange[data-p="69"]:before,.pie-chart.is-orange[data-p="70"]:before,.pie-chart.is-orange[data-p="71"]:before,.pie-chart.is-orange[data-p="72"]:before,.pie-chart.is-orange[data-p="73"]:before,.pie-chart.is-orange[data-p="74"]:before,.pie-chart.is-orange[data-p="75"]:before,.pie-chart.is-orange[data-p="76"]:before,.pie-chart.is-orange[data-p="77"]:before,.pie-chart.is-orange[data-p="78"]:before,.pie-chart.is-orange[data-p="79"]:before,.pie-chart.is-orange[data-p="80"]:before,.pie-chart.is-orange[data-p="81"]:before,.pie-chart.is-orange[data-p="82"]:before,.pie-chart.is-orange[data-p="83"]:before,.pie-chart.is-orange[data-p="84"]:before,.pie-chart.is-orange[data-p="85"]:before,.pie-chart.is-orange[data-p="86"]:before,.pie-chart.is-orange[data-p="87"]:before,.pie-chart.is-orange[data-p="88"]:before,.pie-chart.is-orange[data-p="89"]:before,.pie-chart.is-orange[data-p="90"]:before,.pie-chart.is-orange[data-p="91"]:before,.pie-chart.is-orange[data-p="92"]:before,.pie-chart.is-orange[data-p="93"]:before,.pie-chart.is-orange[data-p="94"]:before,.pie-chart.is-orange[data-p="95"]:before,.pie-chart.is-orange[data-p="96"]:before,.pie-chart.is-orange[data-p="97"]:before,.pie-chart.is-orange[data-p="98"]:before,.pie-chart.is-orange[data-p="99"]:before{background-color:#e6ab87}.pie-chart.is-orange[data-p="51"]:before,.pie-chart.is-red[data-p="51"]:before,.pie-chart[data-p="51"]:before{transform:rotate(4deg)}.pie-chart.is-orange[data-p="52"]:before,.pie-chart.is-red[data-p="52"]:before,.pie-chart[data-p="52"]:before{transform:rotate(7deg)}.pie-chart.is-orange[data-p="53"]:before,.pie-chart.is-red[data-p="53"]:before,.pie-chart[data-p="53"]:before{transform:rotate(11deg)}.pie-chart.is-orange[data-p="54"]:before,.pie-chart.is-red[data-p="54"]:before,.pie-chart[data-p="54"]:before{transform:rotate(14deg)}.pie-chart.is-orange[data-p="55"]:before,.pie-chart.is-red[data-p="55"]:before,.pie-chart[data-p="55"]:before{transform:rotate(18deg)}.pie-chart.is-orange[data-p="56"]:before,.pie-chart.is-red[data-p="56"]:before,.pie-chart[data-p="56"]:before{transform:rotate(22deg)}.pie-chart.is-orange[data-p="57"]:before,.pie-chart.is-red[data-p="57"]:before,.pie-chart[data-p="57"]:before{transform:rotate(25deg)}.pie-chart.is-orange[data-p="58"]:before,.pie-chart.is-red[data-p="58"]:before,.pie-chart[data-p="58"]:before{transform:rotate(29deg)}.pie-chart.is-orange[data-p="59"]:before,.pie-chart.is-red[data-p="59"]:before,.pie-chart[data-p="59"]:before{transform:rotate(32deg)}.pie-chart.is-orange[data-p="60"]:before,.pie-chart.is-red[data-p="60"]:before,.pie-chart[data-p="60"]:before{transform:rotate(36deg)}.pie-chart.is-orange[data-p="61"]:before,.pie-chart.is-red[data-p="61"]:before,.pie-chart[data-p="61"]:before{transform:rotate(40deg)}.pie-chart.is-orange[data-p="62"]:before,.pie-chart.is-red[data-p="62"]:before,.pie-chart[data-p="62"]:before{transform:rotate(43deg)}.pie-chart.is-orange[data-p="63"]:before,.pie-chart.is-red[data-p="63"]:before,.pie-chart[data-p="63"]:before{transform:rotate(47deg)}.pie-chart.is-orange[data-p="64"]:before,.pie-chart.is-red[data-p="64"]:before,.pie-chart[data-p="64"]:before{transform:rotate(50deg)}.pie-chart.is-orange[data-p="65"]:before,.pie-chart.is-red[data-p="65"]:before,.pie-chart[data-p="65"]:before{transform:rotate(54deg)}.pie-chart.is-orange[data-p="66"]:before,.pie-chart.is-red[data-p="66"]:before,.pie-chart[data-p="66"]:before{transform:rotate(58deg)}.pie-chart.is-orange[data-p="67"]:before,.pie-chart.is-red[data-p="67"]:before,.pie-chart[data-p="67"]:before{transform:rotate(61deg)}.pie-chart.is-orange[data-p="68"]:before,.pie-chart.is-red[data-p="68"]:before,.pie-chart[data-p="68"]:before{transform:rotate(65deg)}.pie-chart.is-orange[data-p="69"]:before,.pie-chart.is-red[data-p="69"]:before,.pie-chart[data-p="69"]:before{transform:rotate(68deg)}.pie-chart.is-orange[data-p="70"]:before,.pie-chart.is-red[data-p="70"]:before,.pie-chart[data-p="70"]:before{transform:rotate(72deg)}.pie-chart.is-orange[data-p="71"]:before,.pie-chart.is-red[data-p="71"]:before,.pie-chart[data-p="71"]:before{transform:rotate(76deg)}.pie-chart.is-orange[data-p="72"]:before,.pie-chart.is-red[data-p="72"]:before,.pie-chart[data-p="72"]:before{transform:rotate(79deg)}.pie-chart.is-orange[data-p="73"]:before,.pie-chart.is-red[data-p="73"]:before,.pie-chart[data-p="73"]:before{transform:rotate(83deg)}.pie-chart.is-orange[data-p="74"]:before,.pie-chart.is-red[data-p="74"]:before,.pie-chart[data-p="74"]:before{transform:rotate(86deg)}.pie-chart.is-orange[data-p="75"]:before,.pie-chart.is-red[data-p="75"]:before,.pie-chart[data-p="75"]:before{transform:rotate(90deg)}.pie-chart.is-orange[data-p="76"]:before,.pie-chart.is-red[data-p="76"]:before,.pie-chart[data-p="76"]:before{transform:rotate(94deg)}.pie-chart.is-orange[data-p="77"]:before,.pie-chart.is-red[data-p="77"]:before,.pie-chart[data-p="77"]:before{transform:rotate(97deg)}.pie-chart.is-orange[data-p="78"]:before,.pie-chart.is-red[data-p="78"]:before,.pie-chart[data-p="78"]:before{transform:rotate(101deg)}.pie-chart.is-orange[data-p="79"]:before,.pie-chart.is-red[data-p="79"]:before,.pie-chart[data-p="79"]:before{transform:rotate(104deg)}.pie-chart.is-orange[data-p="80"]:before,.pie-chart.is-red[data-p="80"]:before,.pie-chart[data-p="80"]:before{transform:rotate(108deg)}.pie-chart.is-orange[data-p="81"]:before,.pie-chart.is-red[data-p="81"]:before,.pie-chart[data-p="81"]:before{transform:rotate(112deg)}.pie-chart.is-orange[data-p="82"]:before,.pie-chart.is-red[data-p="82"]:before,.pie-chart[data-p="82"]:before{transform:rotate(115deg)}.pie-chart.is-orange[data-p="83"]:before,.pie-chart.is-red[data-p="83"]:before,.pie-chart[data-p="83"]:before{transform:rotate(119deg)}.pie-chart.is-orange[data-p="84"]:before,.pie-chart.is-red[data-p="84"]:before,.pie-chart[data-p="84"]:before{transform:rotate(122deg)}.pie-chart.is-orange[data-p="85"]:before,.pie-chart.is-red[data-p="85"]:before,.pie-chart[data-p="85"]:before{transform:rotate(126deg)}.pie-chart.is-orange[data-p="86"]:before,.pie-chart.is-red[data-p="86"]:before,.pie-chart[data-p="86"]:before{transform:rotate(130deg)}.pie-chart.is-orange[data-p="87"]:before,.pie-chart.is-red[data-p="87"]:before,.pie-chart[data-p="87"]:before{transform:rotate(133deg)}.pie-chart.is-orange[data-p="88"]:before,.pie-chart.is-red[data-p="88"]:before,.pie-chart[data-p="88"]:before{transform:rotate(137deg)}.pie-chart.is-orange[data-p="89"]:before,.pie-chart.is-red[data-p="89"]:before,.pie-chart[data-p="89"]:before{transform:rotate(140deg)}.pie-chart.is-orange[data-p="90"]:before,.pie-chart.is-red[data-p="90"]:before,.pie-chart[data-p="90"]:before{transform:rotate(144deg)}.pie-chart.is-orange[data-p="91"]:before,.pie-chart.is-red[data-p="91"]:before,.pie-chart[data-p="91"]:before{transform:rotate(148deg)}.pie-chart.is-orange[data-p="92"]:before,.pie-chart.is-red[data-p="92"]:before,.pie-chart[data-p="92"]:before{transform:rotate(151deg)}.pie-chart.is-orange[data-p="93"]:before,.pie-chart.is-red[data-p="93"]:before,.pie-chart[data-p="93"]:before{transform:rotate(155deg)}.pie-chart.is-orange[data-p="94"]:before,.pie-chart.is-red[data-p="94"]:before,.pie-chart[data-p="94"]:before{transform:rotate(158deg)}.pie-chart.is-orange[data-p="95"]:before,.pie-chart.is-red[data-p="95"]:before,.pie-chart[data-p="95"]:before{transform:rotate(162deg)}.pie-chart.is-orange[data-p="96"]:before,.pie-chart.is-red[data-p="96"]:before,.pie-chart[data-p="96"]:before{transform:rotate(166deg)}.pie-chart.is-orange[data-p="97"]:before,.pie-chart.is-red[data-p="97"]:before,.pie-chart[data-p="97"]:before{transform:rotate(169deg)}.pie-chart.is-orange[data-p="98"]:before,.pie-chart.is-red[data-p="98"]:before,.pie-chart[data-p="98"]:before{transform:rotate(173deg)}.pie-chart.is-orange[data-p="99"]:before,.pie-chart.is-red[data-p="99"]:before,.pie-chart[data-p="99"]:before{transform:rotate(176deg)}.pie-chart.is-orange[data-p="100"]:before,.pie-chart.is-red[data-p="100"]:before,.pie-chart[data-p="100"]:before{transform:rotate(180deg)}.is-edit-mode{position:relative;z-index:2}.is-overlay{background-color:rgba(0,0,0,.2);position:fixed;z-index:1}.loading-data.is-global{background-color:hsla(0,0%,100%,.7);bottom:0;font-size:18px;font-weight:600;left:0;position:fixed;right:0;top:0;z-index:20}.level.has-small-margin:not(:last-child),.panel.has-small-margin:not(:last-child){margin-bottom:.75rem}.has-right-margin{margin-right:10px}.rooms-filter{align-items:center;display:flex;flex-direction:row;margin-bottom:15px}.rooms-filter>*{margin-right:10px}.rooms-filter .field,.rooms-filter>.label{margin-bottom:0}.is-empty{padding:20px;text-align:center}.is-full-width{width:100%;word-break:break-word}@media(max-device-width:700px){.is-full-width-mobile{width:100%;word-break:break-word}}.is-full-height{height:100%}.is-half{width:50%;word-break:break-word}#app>.wrapper>div.is-user-dashboard{margin-bottom:0}.is-user-dashboard{bottom:10px;display:flex;flex-direction:column;position:absolute;top:10px}.is-user-dashboard h1{margin-bottom:20px}.is-user-dashboard>div{display:flex;flex-grow:1}.is-user-dashboard .todos{background-color:#fff;background-color:#f7f9fa;border:1px solid #ccc;border-radius:2px;border-top:2px solid #60a4ab;box-shadow:0 1px 10px rgba(0,0,0,.05),0 1px 2px rgba(0,0,0,.1);display:flex;flex-direction:column;flex-grow:0;flex-shrink:0;margin-left:20px;width:380px}.is-user-dashboard .todos>div:first-child{align-items:center;border-bottom:1px solid #ccc;color:#6a6c6f;display:flex;font-size:12px;font-weight:600;justify-content:space-between;min-height:40px;padding:6px 10px}.is-user-dashboard .todos>div:first-child>div{display:flex;flex-direction:row}.is-user-dashboard .todos>div:first-child>div .v-popover{margin-left:10px}.is-user-dashboard .todos>div:nth-child(2):not(.is-hidden){border-bottom:1px solid #ddd;min-height:40px;padding:6px 10px;position:relative}.is-user-dashboard .todos>div:nth-child(2)>i{font-size:16px;margin-right:10px}.is-user-dashboard .todos>div:nth-child(2) .input{margin-right:10px}.is-user-dashboard .todos>div:nth-child(3){background-color:#eaeaea;border-bottom:1px solid #ddd;font-weight:600;min-height:40px;padding:6px 10px;position:relative}.is-user-dashboard .todos>div:nth-child(3) .select{margin-left:10px;vertical-align:0;width:80px}.is-user-dashboard .todos>div:nth-child(3) span{background:#fff;border:1px solid #ddd;border-radius:50%;height:25px;line-height:24px;position:absolute;right:10px;text-align:center;top:8px;width:25px}.is-user-dashboard .todo{border-bottom:1px solid #ccc;border-top:0;box-shadow:none;margin-bottom:0}.is-user-dashboard .todo:hover{background-color:#e8f4ff}.is-user-dashboard .todo:hover .todo__info:after{background-image:linear-gradient(90deg,transparent,#e8f4ff)}.is-user-dashboard .statistics{background-color:#fff;background-color:#f7f9fa;border:1px solid #ccc;border-radius:2px;border-top:2px solid #60a4ab;box-shadow:0 1px 10px rgba(0,0,0,.05),0 1px 2px rgba(0,0,0,.1);display:flex;flex-direction:column;flex-grow:0;flex-shrink:0;margin-left:20px;width:380px}.is-user-dashboard .statistics>div:first-child{align-items:center;color:#6a6c6f;display:flex;font-size:12px;font-weight:600;justify-content:space-between;min-height:40px;padding:6px 10px}.is-user-dashboard .statistics>div:first-child>div{display:flex;flex-direction:row}.is-user-dashboard .panel{display:flex;flex-direction:column}.is-user-dashboard .orders.redesign-table{background-color:#fff;background:0;border:1px solid #ccc;border-radius:2px;border-top:2px solid #60a4ab;box-shadow:0 1px 10px rgba(0,0,0,.05),0 1px 2px rgba(0,0,0,.1);margin-bottom:0;min-width:0}.is-user-dashboard .orders.redesign-table .row{height:34px}.is-user-dashboard .orders.redesign-table .row.is-filters{height:unset;min-height:43px;padding:2px 10px}.is-user-dashboard .orders.redesign-table .row.is-header{height:unset;min-height:41px;padding-bottom:2px;padding-top:2px}.is-user-dashboard .orders.redesign-table .row.is-head{height:40px}.is-user-dashboard .orders.redesign-table .redesign-table__footer{margin-bottom:20px;padding-left:10px;padding-right:10px}.is-user-dashboard .orders.redesign-table .b-l{border-left:1px solid #ddd;height:30px;padding-left:10px}.emails-page{align-items:stretch;display:flex;flex:1}.emails-page .is-empty{padding:20px;text-align:center}.emails-page .page-title{font-weight:700;padding-bottom:20px}.emails-list .tag-gray,.emails-list .tag-green,.emails-list .tag-white,.emails-page .tag-gray,.emails-page .tag-green,.emails-page .tag-white{border:1px solid #ccc;border-radius:2px;color:#fff;cursor:default;display:inline-block;font-weight:600;line-height:16px;margin-left:5px;margin-top:4px;padding:0 10px 1px}.emails-list .tag-gray:first-child,.emails-list .tag-green:first-child,.emails-list .tag-white:first-child,.emails-page .tag-gray:first-child,.emails-page .tag-green:first-child,.emails-page .tag-white:first-child{margin-left:0}.emails-list .tag-green,.emails-page .tag-green{background-color:#62cb31}.emails-list .tag-gray,.emails-page .tag-gray{background-color:#6a6c6f;margin-left:5px}.emails-list .tag-white,.emails-page .tag-white{background-color:#fff;color:#6a6c6f}.emails-list a.tag-gray,.emails-list a.tag-green,.emails-list a.tag-white,.emails-list button.tag-gray,.emails-list button.tag-green,.emails-list button.tag-white,.emails-page a.tag-gray,.emails-page a.tag-green,.emails-page a.tag-white,.emails-page button.tag-gray,.emails-page button.tag-green,.emails-page button.tag-white{cursor:pointer}.email-preview-on-hover{background:#fff;box-shadow:0 1px 10px rgba(0,0,0,.05),0 1px 2px rgba(0,0,0,.1);height:500px;left:400px;overflow:hidden;position:fixed;top:186px;width:60%;z-index:1}.email-preview-on-hover header{background-color:#eaeaea;border-bottom:1px solid #ccc;border-radius:2px 2px 0 0;font-size:12px;font-weight:600;padding:10px 24px 5px}.email-preview-on-hover iframe{position:relative;right:-16px}.email-preview-on-hover iframe html{padding-right:20px}aside{transition:width .4s ease 0s}#app.is-right-aside-hidden>.wrapper aside{border-bottom:1px solid #74b2db;border-left:1px solid #74b2db;border-top:1px solid #74b2db;padding:0;transition:width .4s ease 0s;width:30px}#app.is-right-aside-hidden>.wrapper aside span{color:#74b2db}#app.is-right-aside-hidden>.wrapper aside i{color:#74b2db;font-size:24px}#app.is-right-aside-hidden>.wrapper aside:hover{border-bottom:1px solid #3c8dbc;border-left:1px solid #3c8dbc;border-top:1px solid #3c8dbc}#app.is-right-aside-hidden>.wrapper aside:hover i{color:#3c8dbc}#app.is-left-aside-hidden>.wrapper aside{border-bottom:1px solid #74b2db;border-right:1px solid #74b2db;border-top:1px solid #74b2db;padding:0;transition:width .4s ease 0s;width:30px}#app.is-left-aside-hidden>.wrapper aside i{color:#74b2db;font-size:24px}#app.is-left-aside-hidden>.wrapper aside:hover{border-bottom:1px solid #3c8dbc;border-right:1px solid #3c8dbc;border-top:1px solid #3c8dbc}#app.is-left-aside-hidden>.wrapper aside:hover i{color:#3c8dbc}.emails-list{display:flex;flex-shrink:0;margin-right:15px;min-height:1125px;min-width:378px}.emails-list a{color:#60a4ab;display:inline-block;height:100%}.emails-list a:hover{text-decoration:underline}.emails-list .new-email-button{align-items:center;border-bottom:1px solid #ccc;display:flex;gap:10px;min-height:60px;padding:6px 10px}.emails-list .new-email-button button{width:100%}.emails-list .emails-list_categories,.emails-list .emails-list_items{background-color:#fff;border-radius:2px;border-top:2px solid #60a4ab;box-shadow:0 1px 10px rgba(0,0,0,.05),0 1px 2px rgba(0,0,0,.1);min-height:100px;width:50%}.emails-list .emails-list_categories .organisation-select,.emails-list .emails-list_items .organisation-select{border-bottom:1px solid #ccc;display:flex;min-height:40px;padding:4px 10px}.emails-list .emails-list_categories header,.emails-list .emails-list_items header{align-items:center;border-bottom:1px solid #ccc;display:flex;justify-content:space-between;min-height:40px;padding:6px 10px}.emails-list .emails-list_categories header>div *,.emails-list .emails-list_items header>div *{display:inline-block}.emails-list .emails-list_categories header .modal--todos .todos__category,.emails-list .emails-list_categories header h2,.emails-list .emails-list_items header .modal--todos .todos__category,.emails-list .emails-list_items header h2,.modal--todos .emails-list .emails-list_categories header .todos__category,.modal--todos .emails-list .emails-list_items header .todos__category{margin-bottom:0;margin-right:15px}.emails-list .emails-list_categories{width:378px}.emails-list .emails-list_categories .content{height:1005px;overflow-y:scroll;padding-top:10px}.emails-list .emails-list_categories .loading-data{padding-bottom:10px;padding-top:10px}.emails-list .emails-list_categories header{align-items:center;display:flex;justify-content:space-between}.emails-list .emails-list_categories header .modal--todos .todos__category,.emails-list .emails-list_categories header h2,.modal--todos .emails-list .emails-list_categories header .todos__category{margin-bottom:0}.emails-list .emails-list_categories .content button{display:flex;font-weight:700;min-height:40px;padding:0 10px}.emails-list .emails-list_categories .content button i{font-size:23px;margin-right:10px;transition:color .2s ease-out,margin-right .2s ease-out}.emails-list .emails-list_categories .content button i.is-down{transform:rotate(90deg)}.emails-list .emails-list_categories .content button[class^=is-]:not([class=is-0])>i{font-size:23px}.emails-list .emails-list_categories .content button span{color:#60a4ab;padding-left:10px}.emails-list .emails-list_categories .content button.is-selected i{color:#62cb31}.emails-list .emails-list_categories .content button:hover i{margin-right:15px}.emails-list .emails-list_categories .subfolders.are-closed{display:none}.emails-list .emails-list_categories .subfolders button{font-weight:600}.emails-list .emails-list_categories .is-0>button{padding-left:33px;position:relative}.emails-list .emails-list_categories .is-0>button>.is-arrow{left:6px;position:absolute}.emails-list .emails-list_categories .is-1,.emails-list .emails-list_categories .is-2,.emails-list .emails-list_categories .is-3,.emails-list .emails-list_categories .is-4{padding-left:25px}.emails-list .emails-list_items{display:flex;flex-direction:column;flex-shrink:0;margin-left:15px;width:467px}.emails-list .emails-list_items.is-concept{width:420px}.emails-list .emails-list_items header span{border:1px solid #ccc;border-radius:50%;display:inline-block;float:right;font-weight:600;height:25px;line-height:23px;margin-right:17px;text-align:center;width:25px}.emails-list .emails-list_items .content{overflow-y:scroll}.emails-list .emails-list-filters{align-items:center;border-bottom:1px solid #ccc;display:flex;height:60px;padding:6px 10px}.emails-list .emails-list-filters i{font-size:16px;margin-right:10px}.emails-list .buttons-wrapper{display:flex;flex-wrap:wrap;padding:10px;position:relative}.emails-list .buttons-wrapper button{flex-grow:1}.emails-list .buttons-wrapper button:first-child{border-radius:2px 0 0 2px;margin-right:-1px}.emails-list .buttons-wrapper button:last-child{border-radius:0 2px 2px 0}.emails-list .buttons-wrapper .input{margin-top:20px;width:100%}.emails-list .accordion{border-top:0;margin-bottom:40px;position:relative}.emails-list .accordion:first-child h4{border-radius:2px 2px 0 0}.emails-list .accordion:last-child{margin-bottom:0}.emails-list .accordion-header{min-height:40px;padding:0;position:relative;z-index:1}.emails-list .accordion-header:after{content:none}.emails-list .accordion-content>div{max-height:219px;overflow-y:scroll;position:relative;z-index:1}.emails-list .accordion-content .dragArea{min-height:50px}.emails-list .accordion-content .dragArea .loading-data{background-color:#fff}.emails-list .accordion.is-open:last-child .accordion-content>div{max-height:73px}.emails-list .accordion.is-open .accordion-content:after{bottom:3px;content:"Keine Emails vorhanden";font-weight:600;left:0;line-height:57px;position:absolute;text-align:center;width:100%}.emails-list h4{background-color:#60a4ab;color:#fff;cursor:pointer;font-weight:600;line-height:40px;margin-bottom:0;min-height:40px;padding:0 10px}.emails-list h4.is-inbox,.emails-list h4.is-sent{background-color:#6a6c6f}.emails-list h4.is-important{background-color:#e68c87}.emails-list h4.is-archive{background-color:#ddd;color:#6a6c6f}.emails-list h4 .nr-of-emails{background-color:#fff;border:1px solid #ccc;border-radius:50%;display:inline-block;float:right;font-size:12px;height:25px;line-height:24px;margin-top:8px;text-align:center;width:25px}.emails-list .email{background-color:#fff;border-bottom:1px solid #ccc;cursor:pointer;display:flex;min-height:60px;padding-left:12px;position:relative;user-select:none}.emails-list .email.is-outgoing{background-color:#f4f7f8}.emails-list .email:hover{background-color:#f7f9fa}.emails-list .email.is-selected{background-color:#fbe9de}.emails-list .email .column:first-child{flex:none;flex-basis:18px;padding-left:0;padding-right:0}.emails-list .email .column:first-child i{font-size:18px;margin-left:10px}.emails-list .email .column:first-child .incoming{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.emails-list .email .column:first-child>div{align-items:center;display:flex;height:100%}.emails-list .email .column:nth-child(2){width:380px}.emails-list .email .column:nth-child(2)>div{align-items:center;display:flex}.emails-list .email .title{font-size:12px;width:240px}.emails-list .email .date{font-size:10px}.emails-list .email .contact{color:#60a4ab}.emails-list .email .user-image{align-items:center;display:flex;flex:1;justify-content:center}.emails-list .email .contact,.emails-list .email .description,.emails-list .email .title{line-height:1.7;margin-bottom:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.emails-list .email .buttons{padding-top:5px}.emails-list .email .buttons.email-view{height:23px;margin-bottom:0;max-width:300px}.emails-list .email .attachments{bottom:13px;position:absolute;right:20px}.emails-list .email.sortable-chosen.sortable-ghost{background-color:#ccc}.emails-list.is-simple{display:flex;flex-direction:column}.emails-list.is-simple .list{flex:1;position:relative}.emails-list.is-simple .list .email:first-child{border-radius:2px 2px 0 0}.emails-list.is-simple .list .list-scrollable{left:0;max-height:100%;overflow-y:auto;position:absolute;top:0;width:100%}.emails-list.is-simple .emails-list_items{border-bottom:1px solid #ccc;margin-left:0}.emails-list.is-simple .is-search{margin:15px;width:auto}.emails-list.is-list-only{background-color:#f7f9fa;border-bottom:1px solid #ccc;border-left:1px solid #ccc;border-right:1px solid #ccc;display:flex;flex-direction:column;overflow-y:visible;padding-bottom:0}.emails-list.is-list-only>.title{align-items:center;color:#6a6c6f;display:flex;font-size:12px;justify-content:space-between;line-height:40px;margin-bottom:0;min-height:40px;padding:0 10px}.emails-list.is-list-only>.title>div{align-items:center;display:flex}.emails-list.is-list-only>.title>div a,.emails-list.is-list-only>.title>div button{margin-left:10px}.emails-list.is-list-only>.title .is-gray{background-color:#fff;margin-top:5px}.emails-list.is-list-only>div:nth-child(2){display:flex;flex:none;padding:5px 10px 6px}.emails-list.is-list-only>div:nth-child(2)>*{margin:0 5px}.emails-list.is-list-only>div:nth-child(2)>:first-child{margin-left:0}.emails-list.is-list-only>div:nth-child(2)>:last-child{margin-right:0}.emails-list.is-list-only>div:nth-child(4){overflow-y:scroll}.emails-list.is-list-only .email{padding-right:16px}.emails-list.is-list-only .email .column:nth-child(2){width:244px}.emails-list.is-list-only .multiselect{line-height:18px}.emails-list.is-sent{overflow:visible}.emails-list.is-sent .accordion-content>div,.emails-list.is-sent .accordion.is-open:last-child .accordion-content>div{max-height:438px}.is-emails-page .trip-dashboard>.main-panel{display:flex}.emails-page>main{background-color:#fff;border-radius:2px;border-top:2px solid #60a4ab;box-shadow:0 1px 10px rgba(0,0,0,.05),0 1px 2px rgba(0,0,0,.1);flex:1;min-height:1125px}.emails-page>main .action-buttons{border-bottom:1px solid #ccc;display:flex;min-height:40px;padding:6px 10px}.emails-page>main .action-buttons>div{display:flex;flex:1}.emails-page>main .action-buttons .button:not(.is-primary){border-radius:0;color:#6a6c6f;flex:1;font-weight:600;margin-right:0}.emails-page>main .action-buttons .button:not(.is-primary).is-success{color:#fff}.emails-page>main .action-buttons .button:not(.is-primary) i{font-size:18px;left:12px;position:absolute}.emails-page>main .action-buttons .modal-content footer .button{flex:0}.emails-page>main .action-buttons>div:first-child{flex:1}.emails-page>main .action-buttons>div:first-child>button:not(.is-primary){width:100%}.emails-page>main header{background-color:#f7f9fa;border-bottom:1px solid #ccc;border-radius:2px 2px 0 0;padding:20px 20px 0;position:relative}.emails-page>main header>div{line-height:22px;min-height:22px}.emails-page>main header b{display:inline-block;min-width:50px}.emails-page>main header .date{position:absolute;right:20px;top:20px}.emails-page>main .email{background-color:#fff;min-height:950px;padding:0 0 0 20px}.emails-page>main .attachments{padding:13px}.emails-page>main .attachments button{margin-bottom:5px;vertical-align:0}.emails-page>main .list{display:flex;flex-wrap:wrap;margin:0 -12px}.emails-page>main .list a{display:flex;text-align:center;width:260px}.emails-page>main .list a:hover{background-color:#f7f9fa}.emails-page>main .list span{background-color:#fff;box-shadow:0 1px 10px rgba(0,0,0,.05),0 1px 2px rgba(0,0,0,.1);display:flex;height:26px;margin-bottom:5px;padding-left:10px;padding-right:10px;padding-top:2px;width:255px}.emails-page>main .list i{color:#3b96d6;font-size:15px;margin-right:5px;padding-top:4px}.emails-page>main .list b{display:block;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.emails-page>main .empty-view{align-items:center;display:flex;font-size:14px;font-weight:600;height:100%;justify-content:center}.modal.new-email header{background-color:#fff;display:block;text-align:left}.modal.new-email header .name{font-size:12px;font-weight:700;text-transform:uppercase}.modal.new-email header .buttons{margin:16px 0}.modal.new-email .modal-content .close{min-width:0}.modal.new-email.ai-open{margin-right:450px}.modal.new-email .modal-body{background-color:#f7f9fa;height:auto;max-height:80vh}.modal.new-email .modal-body>div{background-color:#f7f9fa;border-radius:2px;border-top:2px solid #60a4ab;box-shadow:0 1px 10px rgba(0,0,0,.05),0 1px 2px rgba(0,0,0,.1);margin-bottom:20px;padding:15px}.modal.new-email .modal-body .new-email-modal-form{margin-bottom:0}.modal.new-email footer{display:none}.modal.new-email .last-icon{margin:0 10px 0 -5px}.modal.new-email .multiselect{display:inline-block;min-width:630px;width:auto}.modal.new-email .multiselect .multiselect__input{min-width:222px;width:auto}.modal.new-email .is-order-select{min-width:730px}.modal.new-email .simple-box{font-size:12px;padding:10px 40px 10px 15px}.modal.new-email .simple-box.is-white{background-color:#fff}.modal.new-email .simple-box>i{min-width:18px}.modal.new-email .simple-box>div:first-child{padding-bottom:5px}.modal.new-email .simple-box label{display:inline-block;width:90px}.modal.new-email .simple-box input{margin-left:5px;vertical-align:middle;width:580px}.modal.new-email .simple-box .multiselect{margin-bottom:5px}.modal.new-email .simple-box .float-right{float:right;margin-top:-4px;min-width:190px}.modal.new-email .simple-box .buttons+input{vertical-align:top}.modal.new-email .simple-box .buttons.has-addons{margin-bottom:0}.modal.new-email .requests-table{align-items:flex-start;display:flex;line-height:25px;max-width:none;padding-bottom:5px;padding-left:10px}.modal.new-email .requests-table label{flex-shrink:0;width:170px}.modal.new-email .requests-table>div{flex-grow:1}.modal.new-email .requests-table input[type=checkbox]{vertical-align:-3px}.modal.new-email .requests-table .deadline-date[class*=is-]{margin-top:0}.modal.new-email .requests-table header,.modal.new-email .requests-table main>div{display:flex;padding:2px 5px}.modal.new-email .requests-table header>div:first-child,.modal.new-email .requests-table main>div>div:first-child{width:25px}.modal.new-email .requests-table header>div:nth-child(2),.modal.new-email .requests-table main>div>div:nth-child(2){flex-grow:1}.modal.new-email .requests-table header>div:nth-child(2) i,.modal.new-email .requests-table main>div>div:nth-child(2) i{margin-right:5px}.modal.new-email .requests-table header>div:nth-child(3),.modal.new-email .requests-table main>div>div:nth-child(3){width:150px}.modal.new-email .requests-table header>div:nth-child(4),.modal.new-email .requests-table header>div:nth-child(5),.modal.new-email .requests-table main>div>div:nth-child(4),.modal.new-email .requests-table main>div>div:nth-child(5){width:100px}.modal.new-email .requests-table header>div:nth-child(6),.modal.new-email .requests-table header>div:nth-child(7),.modal.new-email .requests-table main>div>div:nth-child(6),.modal.new-email .requests-table main>div>div:nth-child(7){width:130px}.modal.new-email .requests-table header>div:nth-child(8),.modal.new-email .requests-table main>div>div:nth-child(8){width:95px}.modal.new-email .requests-table header{background-color:#eaeaea;border:1px solid #ccc;border-radius:2px 2px 0 0;font-weight:600}.modal.new-email .requests-table header>div:first-child{width:27px}.modal.new-email .requests-table .row.is-headline{padding-left:32px}.modal.new-email .requests-table main{background-color:#fff}.modal.new-email .requests-table main>div{border:1px solid #ccc;border-top:0}.new-email-modal-form{background-color:#f7f9fa;border-radius:2px;border-top:2px solid #60a4ab;box-shadow:0 1px 10px rgba(0,0,0,.05),0 1px 2px rgba(0,0,0,.1);font-size:12px;padding:15px;position:relative}.new-email-modal-form h3{font-weight:700;text-align:left}.new-email-modal-form .input-wrapper,.new-email-modal-form .pell-wrapper{display:flex}.new-email-modal-form .input-wrapper label,.new-email-modal-form .pell-wrapper label{line-height:24px;min-width:170px}.new-email-modal-form .input-wrapper{padding:3px 10px;width:100%}.new-email-modal-form .input-wrapper .multiselect{min-width:0;width:100%}.new-email-modal-form .input-wrapper>div:not(.multiselect){display:flex;justify-content:space-between;width:100%}.new-email-modal-form .input-wrapper>div:not(.multiselect) .multiselect{margin:0 10px}.new-email-modal-form .input-wrapper>div:not(.multiselect) .multiselect:first-child{margin-left:0}.new-email-modal-form .input-wrapper>div:not(.multiselect) .multiselect:last-child{margin-right:0}.new-email-modal-form .attachments{display:flex;padding:3px 10px}.new-email-modal-form .attachments label{line-height:24px;min-width:170px}.new-email-modal-form .pell-wrapper{padding:5px 0 5px 10px}.new-email-modal-form .pell-wrapper>div{flex-grow:1}.new-email-modal-form .pell{background-color:#fff;border:1px solid #ccc;border-radius:2px;margin-bottom:20px;padding:0 0 1px}.new-email-modal-form .pell-content{min-height:300px;padding:0;resize:vertical}.new-email-modal-form .pell-content p{color:inherit;font-size:inherit}.new-email-modal-form .pell-actionbar{background-color:transparent;padding:0 10px}.new-email-modal-form .pell-button{background-color:#fff;min-width:0}.new-email-modal-form>button{min-width:145px}.new-email-modal-form>.button{margin-top:20px}.new-email-modal-form .buttons-wrapper{display:flex;justify-content:space-between;padding-left:180px;text-align:right}.new-email-modal-form .buttons-wrapper button.button.is-gray{background-color:#eaeaea}.new-email-modal-form .buttons-wrapper>div{text-align:left}.new-email-modal-form .buttons-wrapper>div>.email-attachments>button,.new-email-modal-form .buttons-wrapper>div>button{margin-bottom:20px;margin-right:20px}.new-email-modal-form .buttons-wrapper .email-attachments div.button{margin:0 10px 10px 0;padding-top:5px}.new-email-modal-form .buttons-wrapper .email-attachments div.button>i{margin-top:0}.new-email-modal-form .buttons-wrapper .btn-delete{position:relative;right:-8px;top:-2px}.new-email-modal-form .multiselect .option__name{display:inline-block;min-width:160px}.new-email-modal-form .attachments-modal{align-items:center;bottom:85%;display:flex;justify-content:center;left:0;position:absolute;width:100%;z-index:10}.new-email-modal-form .attachments-modal .panel{width:95%}.new-email-modal-form .attachments-modal .panel-block{align-items:stretch;border-radius:0;display:flex;font-size:12px}.new-email-modal-form .attachments-modal .panel-block>button{border:1px solid #ddd;box-shadow:0 1px 10px rgba(0,0,0,.05),0 1px 2px rgba(0,0,0,.1);font-size:12px;margin:0 10px 0 0;padding:7px 10px;position:relative;transition:border-color .2s ease-out;width:120px}.new-email-modal-form .attachments-modal .panel-block>button:hover{border-color:#60a4ab}.new-email-modal-form .attachments-modal .panel-block>button i{background-color:#fff;color:#62cb31;position:absolute;right:-12px;top:-10px;transform:scale(0);transition:transform .2s ease-out}.new-email-modal-form .attachments-modal .panel-block>button.is-selected{border-color:#60a4ab}.new-email-modal-form .attachments-modal .panel-block>button.is-selected i{transform:scale(1)}.new-email-modal-form .attachments-modal footer{display:block}.email-templates .modal .modal-content{width:991px}.email-templates .template-preview{border:1px solid #ddd;border-radius:2px;min-height:300px;overflow:scroll;resize:vertical}.trip-dashboard{grid-column-gap:15px;grid-row-gap:40px;display:grid;grid-template-areas:"main dashboard" "footer footer";grid-template-columns:auto 420px;grid-template-rows:auto}.trip-dashboard>.main-panel{grid-area:main;margin-bottom:0;min-width:0}.trip-dashboard>.dashboard{grid-area:dashboard}.trip-dashboard>.footer{background-color:transparent;grid-area:footer;padding:0}.trip-dashboard .days>div:nth-child(2){padding-bottom:45px}.trip-dashboard .days>div:nth-child(2) .day:last-child{margin-bottom:0}@media (max-width:1700px){.trip-dashboard{display:block}}.main-panel{background-color:#fff;border-radius:2px;box-shadow:0 1px 10px rgba(0,0,0,.05),0 1px 2px rgba(0,0,0,.1);margin-bottom:20px;padding:15px 20px}.main-panel>header{align-items:center;display:flex;justify-content:space-between;min-height:45px;padding-bottom:15px}.main-panel>header .title{margin-bottom:0}.main-panel>header button.is-large{height:30px;min-width:150px}.main-panel>header button.is-large.is-icon{min-width:30px}@media (max-width:1700px){.main-panel{padding:15px 5px}}[page=emails] .main-panel{background-color:transparent;box-shadow:none;padding-top:0}[page=emails] .main-panel .emails-page{grid-template-columns:467px auto}[page=emails] .main-panel aside{background-color:#fff;box-shadow:0 1px 10px rgba(0,0,0,.05),0 1px 2px rgba(0,0,0,.1)}[page=emails] .main-panel aside .emails-list_items{box-shadow:none}[page=emails] .main-panel main [class^=tag-]{margin-bottom:15px}[page=emails] .main-panel main header{padding-bottom:15px}[page=emails] .main-panel main header [class^=tag-]{margin-bottom:0}.add-order .field{margin-bottom:2em}.add-order .field .message{margin-bottom:0}.add-order .field .control:not(:last-child){margin-bottom:15px}.add-order .field .field{margin-bottom:0}.add-order .field .field:not(:last-child){margin-bottom:.5em}.documents-add-assignment{margin-bottom:-15px;padding:20px 0 0;position:relative}.documents-add-assignment>div:not(.buttons){border-bottom:1px solid #ccc;margin-bottom:10px;padding-bottom:2px}.documents-add-assignment>div:not(.buttons):last-child{border-bottom:0}.documents-add-assignment label{cursor:pointer}.documents-add-assignment input{vertical-align:-2px}.documents-add-assignment .buttons{left:90px;position:absolute;top:-23px}.documents-add-assignment .add:hover i{color:#62cb31}.documents-add-assignment .remove:hover i{color:#ff3860}.documents-add-assignment .columns{margin-bottom:7px}.documents-add-assignment .column{flex:none;padding-bottom:0}.documents-add-assignment .column:nth-child(odd){width:21%}.documents-add-assignment .column:nth-child(2n){width:29%}.order-edit-overlay{background-color:rgba(0,0,0,.2);bottom:0;left:0;position:fixed;right:0;top:0;z-index:1}.is-emails-page .trip-dashboard>.main-panel,.trip-dashboard.is-client-invoice>.main-panel,.trip-dashboard.is-voucher>.main-panel{background:0;border-radius:0;box-shadow:0 0 0 transparent;padding:0}#email_assign.dropzone{align-items:center;background:hsla(0,0%,80%,.5);display:flex;font-size:1.5rem;height:100%;justify-content:center;left:0;opacity:0;padding:50px;position:fixed;top:0;transition:opacity .25s,visibility .25s;visibility:hidden;width:100%;z-index:2}#email_assign.dropzone.dz-drag-hover{opacity:1;visibility:visible}.is-dashboard .has-edit-mode{position:relative;z-index:2}.is-dashboard .has-edit-mode.is-edit-mode{z-index:3}.is-dashboard .has-edit-mode:hover button.is-edit-btn{display:inline-block}.is-dashboard .has-edit-mode button.is-edit-btn{display:none;height:26px;padding:0 3px;position:absolute;right:-8px;top:0;transition:none;width:30px;z-index:1}.is-dashboard .has-edit-mode button.is-edit-btn .material-icons{font-size:14px}.is-dashboard .has-edit-mode .bp-btn-cancel,.is-dashboard .has-edit-mode .bp-btn-save{border:0;display:block;height:30px;padding:0 2px 0 0;position:absolute;top:0;width:30px}.is-dashboard .has-edit-mode .bp-btn-cancel i,.is-dashboard .has-edit-mode .bp-btn-save i{margin-right:0}.is-dashboard .has-edit-mode .bp-btn-cancel:hover,.is-dashboard .has-edit-mode .bp-btn-save:hover{border:0}.is-dashboard .has-edit-mode .bp-btn-cancel:hover i,.is-dashboard .has-edit-mode .bp-btn-save:hover i{transform:scale(1.3)}.is-dashboard .has-edit-mode .bp-btn-cancel{background-color:#fff;border-radius:2px 0 0 2px;right:-22px}.is-dashboard .has-edit-mode .bp-btn-cancel i{color:#ff3860}.is-dashboard .has-edit-mode .bp-btn-save{background-color:#62cb31;border-radius:0 2px 2px 0;right:-52px}.is-dashboard .has-edit-mode .bp-btn-save i{color:#fff}.is-dashboard .has-edit-mode .flatpickr-input[readonly]{transition:none;width:64px}.is-dashboard .has-edit-mode .multiselect{display:inline-block;width:150px;z-index:1}.is-dashboard .has-edit-mode .input{z-index:1}.is-dashboard .info-row{padding:0 15px}.is-dashboard .info-row span{align-items:center;display:flex;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.is-dashboard>main>div{margin-bottom:45px}.is-dashboard .is-documents-section .custom-page,.is-dashboard .is-documents-section .pagination-info,.is-dashboard .is-documents-section .row.is-head{display:none}.is-dashboard .is-todo-section .actions{display:flex;flex-wrap:wrap;margin-bottom:15px}.is-dashboard .is-todo-section .actions .select{margin:0 10px;width:150px}.is-dashboard .is-todo-section .todos>.level{justify-content:flex-end}.is-dashboard .is-todo-section .todos .bp-panel.is-empty{margin-bottom:20px;padding:20px 0}.is-dashboard .v-popover.is-booking-stand .trigger{width:100%}.is-dashboard .pagination+.custom-page,.is-dashboard .pagination-info{display:none}@media (max-width:1700px){.is-dashboard{display:none;opacity:0;position:absolute;right:-5px;top:15px;transform:translateX(420px);transition:transform .2s ease-out,opacity .2s ease-out;width:420px;z-index:2}.is-dashboard+.overlay{background-color:rgba(0,0,0,.2);bottom:0;display:none;left:0;opacity:0;position:fixed;right:0;top:0;transition:opacity .2s ease-out}.is-dashboard.is-active,.is-dashboard.is-active+.overlay{display:block}.is-dashboard.is-visible,.is-dashboard.is-visible+.overlay{opacity:1;transform:translateX(0)}}.bp-panel{background-color:#f7f9fa;border-radius:2px;border-top:2px solid #60a4ab;box-shadow:0 1px 10px rgba(0,0,0,.05),0 1px 2px rgba(0,0,0,.1);padding:31px 0 15px;position:relative}.bp-panel .panel-actions{border-top:1px solid #ddd;box-shadow:0 -5px 10px rgba(0,0,0,.05);display:flex;justify-content:space-between;left:0;opacity:0;position:absolute;top:100%;transition:transform .25s,opacity .25s;visibility:hidden;width:100%;z-index:1}.bp-panel .panel-actions .v-popover,.bp-panel .panel-actions a,.bp-panel .panel-actions button{align-items:center;background:#fff;display:flex;flex:1 1 0;font-size:11px;font-weight:700;justify-content:center;text-transform:uppercase}.bp-panel .panel-actions a,.bp-panel .panel-actions button{padding:5px}.bp-panel .panel-actions a:not(:last-child),.bp-panel .panel-actions button:not(:last-child){border-right:1px solid #ddd}.bp-panel .panel-actions a:hover,.bp-panel .panel-actions button:hover{background:#f7f9fa}.bp-panel .panel-actions a i,.bp-panel .panel-actions button i{margin-right:5px}.bp-panel.is-form{display:flex;flex-direction:column}.bp-panel.is-form .panel-content{flex:1}.bp-panel.is-form .panel-actions{z-index:inherit}.bp-panel.is-form{opacity:1;padding-bottom:0;visibility:visible}.bp-panel.is-form .panel-actions{box-shadow:0 0 0 transparent;margin-top:31px;opacity:1;position:static;visibility:visible}.bp-panel.is-hover .panel-actions{opacity:1;transform:translateY(-100%);visibility:visible}.bp-panel .panel-content{padding-left:15px;padding-right:15px;width:100%}.bp-panel .panel-content ul li{align-items:center;flex-wrap:nowrap}.bp-panel .panel-content ul li.is-top{align-items:flex-start}.bp-panel .panel-content ul li:not(:last-child){margin-bottom:5px}.bp-panel .panel-content ul li i{margin-right:5px}.bp-panel .panel-content ul li.tags{flex-wrap:wrap}.bp-panel .panel-content ul li.tags .tag{margin-bottom:.5rem}.bp-panel .panel-content ul:not(:last-child){margin-bottom:10px}.bp-panel .panel-content .pell-content ul li{display:list-item}.bp-panel .panel-content dl dt{font-weight:700;text-transform:uppercase}.bp-panel .panel-content dl dd:not(:last-child){margin-bottom:5px}.bp-panel.has-header{background:#fff;padding-top:0}.bp-panel.has-header.is-grey-lightest{background:#f7f9fa}.bp-panel .panel-header{align-items:center;background:#eaeaea;border-bottom:1px solid #ddd;display:flex;justify-content:space-between;margin-bottom:15px;padding:10px 15px}.bp-panel .panel-header.is-grey-lightest{background:#f7f9fa}.bp-panel .panel-header>*{margin-bottom:0}.bp-panel .panel-label{background:#60a4ab;border-top-right-radius:2px;color:#fff;padding:0 20px;position:absolute;right:0;top:0;transition:background .25s}.bp-panel .panel-label>i{padding-bottom:1px}.bp-panel .panel-label *{color:inherit}.bp-panel .panel-label.has-hover{cursor:pointer}.bp-panel .panel-label.has-hover:hover{background:#53979e}.bp-panel .info-row{align-items:center;cursor:default;display:flex;font-size:12px;min-height:31px}.bp-panel .info-row i{margin-right:7px;min-width:18px;text-align:center}.bp-panel .info-row .btn-single-toggle{margin-right:5px}.bp-panel .info-row .btn-single-toggle>i{color:#9d9fa2;margin-right:0;min-width:0}.bp-panel .info-row .btn-single-toggle>i.fa.fa-folder-open{margin-left:1px;margin-top:2px}.bp-panel .info-row .bp-deadline{align-items:center;background-color:transparent;cursor:pointer;display:flex;margin-top:0;padding-left:0;position:relative;width:100%}.bp-panel .info-row .bp-deadline:before{left:34px;position:absolute;top:10px}.bp-panel .info-row .bp-deadline span{background-color:#fff;border:1px solid #ddd;color:#6a6c6f;height:30px;padding-left:6px;transition:border-color .2s ease-out;width:100%}.bp-panel .info-row .bp-deadline:hover span{border-color:#ccc}.bp-panel .info-row .bp-deadline.is-red span,.bp-panel .info-row .bp-deadline.is-yellow span{padding-left:25px}.bp-panel.has-two-columns{display:flex;flex-wrap:wrap}.bp-panel.has-two-columns .info-row{width:50%}.bp-panel.is-gray{border-top:2px solid #9d9fa2}.bp-panel.is-gray .panel-label{background:#9d9fa2}.bp-panel.is-add{align-items:center;cursor:pointer;display:flex;flex:1;justify-content:center;min-height:150px;transition:background .25s}.bp-panel.is-add:hover{background:#fff}.bp-panel.is-add .panel-content>.material-icons,.bp-panel.is-add>.material-icons{font-size:36px}.bp-panel.is-add .panel-actions{bottom:0;margin-top:0;opacity:1;position:absolute;top:auto;visibility:visible}.bp-panel .pell{border:0;box-shadow:0 0 0 transparent}.bp-panel .pell-actionbar{background:0}.bp-panel.is-flex{display:flex;flex-direction:column}.bp-panel.is-flex .panel-content{display:flex;flex:1;flex-direction:column}.bp-panel.is-flex .panel-content .content-grow{flex:1}.bp-panel--multiple{display:flex}.bp-panel--multiple>div{flex:1}.row-label{display:block;text-align-last:left;width:170px}.bp-panel.is-contingent{padding-bottom:5px;position:relative}.bp-panel.is-contingent>button{left:12px;position:absolute;top:5px}.bp-panel.is-contingent .row,.bp-panel.is-contingent header{display:flex;line-height:28px;min-height:37px;padding:3.5px 7.5px}.bp-panel.is-contingent .row>div,.bp-panel.is-contingent header>div{align-self:center;flex:1;text-align:center}.bp-panel.is-contingent .row>div:not(:last-child) input,.bp-panel.is-contingent header>div:not(:last-child) input{border-right:0}.bp-panel.is-contingent header{border-bottom:1px solid #ddd;margin-bottom:10px;min-height:34px;padding-bottom:5px;padding-top:0}.bp-panel.is-contingent input{text-align:center;width:33px}.bp-panel.is-contact{margin-bottom:25px}.bp-panel.is-contact [class^=btn-]{opacity:0;transition:opacity .2s ease-out}.bp-panel.is-contact:hover [class^=btn-]{opacity:1}.bp-panel.is-contact .name{min-height:40px;padding:0 35px 10px 15px;position:relative}.bp-panel.is-contact .name span{font-weight:600;padding-right:20px;text-transform:uppercase}.bp-panel.is-contact .name .simple-menu{position:absolute;right:5px;top:5px}.bp-panel.is-contact .is-bus-driver{border-top:1px solid #ccc;margin:15px 15px 0;padding:15px 0 0 30px;position:relative}.bp-panel.is-contact .is-bus-driver>i{left:0;position:absolute;top:21px}.bp-panel.is-contact .is-bus-driver label{display:inline-block;line-height:28px;min-width:95px;padding-bottom:5px}.bp-panel.is-contact .is-bus-driver input{text-align:center;width:35px}.bp-panel.is-contact .is-bus-driver input.is-half{width:50%}.bp-panel.is-settings{min-height:140px}.bp-panel.is-settings .columns .column{padding-bottom:0;padding-top:.5rem}.bp-panel.is-settings .columns .column>div{height:30px}.bp-panel.is-settings .columns .column .multiselect.is-blue .multiselect__single{color:#3c8dbc}.bp-panel.is-image{background-position:50%;background-repeat:no-repeat;background-size:contain}.for-contingent-tooltip .tooltip-inner div{text-align:left}.for-contingent-tooltip .tooltip-inner div span{display:inline-block;min-width:110px}.for-contingent-tooltip .tooltip-inner div div:first-child,.for-contingent-tooltip .tooltip-inner div div:last-child{padding:3px 5px}.dashboard-contingent .modal-content{padding:45px 30px 45px 15px}.dashboard-contingent .table-style{margin-bottom:39px}.dashboard-contingent .table-style h4{font-size:12px;font-weight:600;padding-bottom:15px}.bp-panel.is-form-contingent{margin-bottom:45px;padding-bottom:5px}.bp-panel.is-form-contingent .row,.bp-panel.is-form-contingent header{display:flex;padding:3.5px 7.5px}.bp-panel.is-form-contingent .row>div,.bp-panel.is-form-contingent header>div{flex:none;padding:0 3px;text-align:center}.bp-panel.is-form-contingent .row>div:first-child,.bp-panel.is-form-contingent header>div:first-child{flex:1;text-align:left}.bp-panel.is-form-contingent .row>div:nth-child(2),.bp-panel.is-form-contingent .row>div:nth-child(3),.bp-panel.is-form-contingent .row>div:nth-child(4),.bp-panel.is-form-contingent header>div:nth-child(2),.bp-panel.is-form-contingent header>div:nth-child(3),.bp-panel.is-form-contingent header>div:nth-child(4){width:42px}.bp-panel.is-form-contingent .row>div:nth-child(5),.bp-panel.is-form-contingent header>div:nth-child(5){width:30px}.bp-panel.is-form-contingent .row>div:first-child{align-items:center;display:flex;justify-content:space-between}.bp-panel.is-form-contingent input{text-align:center}.bp-panel.is-form-contingent header{border-bottom:1px solid #ddd;margin-bottom:10px;padding-bottom:10px}.bp-panel.is-form-contingent header button,.bp-panel.is-form-contingent header button i{color:#34495e}.bp-panel.is-form-contingent header .fa-plus-circle{font-size:17px}.bp-panel.is-form-contingent .has-border-top{border-top:1px solid #ddd;margin-top:10px;padding-top:10px}.bp-panel.is-form-contingent .multiselect-is-small{align-items:center;display:flex}.bp-panel.is-form-contingent .multiselect-is-small .select{margin-right:6px;width:50px}.bp-box.is-tickets main>div{display:flex}.bp-box.is-tickets header>div:first-child,.bp-box.is-tickets main>div>div:first-child{flex-grow:1}.bp-box.is-tickets header>div:nth-child(2),.bp-box.is-tickets header>div:nth-child(3),.bp-box.is-tickets main>div>div:nth-child(2),.bp-box.is-tickets main>div>div:nth-child(3){text-align:center;width:80px}.bp-box.is-tickets header>div:nth-child(2),.bp-box.is-tickets main>div>div:nth-child(2){display:flex;justify-content:space-around;left:-10px;position:relative}.bp-box.is-tickets header>div:nth-child(2) i,.bp-box.is-tickets main>div>div:nth-child(2) i{margin-right:0}.bp-box.is-tickets header button i{color:#34495e}.bp-box.is-tickets .input{padding-left:4px;padding-right:4px;text-align:center;width:32px}.bp-box.is-tickets input[type=number]::-webkit-inner-spin-button,.bp-box.is-tickets input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none}.bp-box.is-tickets input[type=number]{-moz-appearance:textfield}.bp-box.is-tickets .extra-people{padding-top:8px;position:relative}.bp-box.is-tickets .extra-people:before{background-color:#ccc;content:" ";height:1px;left:-12px;position:absolute;right:-12px;top:3px}.bp-box.is-tickets .extra-people>div:first-child .input{text-align:left;width:280px}.days-header{align-items:center;background-color:#ddd;border-radius:2px;border-top:2px solid #60a4ab;color:#6a6c6f;display:flex;font-weight:600;min-height:30px;padding:0 85px 0 0;position:relative}.days-header .fa{font-size:13px}.days-header>div{align-items:center;display:flex;flex:none;padding:0 12px;width:150px}.days-header>div:first-child{flex:1;width:330px}.days-header>div:first-child i{margin-left:2px}.days-header .is-60{width:60px}.days-header .is-100{width:100px}.days-header .is-120{width:120px}.days-header .is-130{width:130px}.days-header .is-160{width:160px}.days-header .is-190{width:190px}.days-header .is-250{width:250px}.days-header .buttons{justify-content:flex-end;position:absolute;right:-3px;top:5px}.days-header .buttons button{margin-left:10px}.day{background-color:#f7f9fa;border-bottom:1px solid #ccc;box-shadow:none;font-size:12px;margin-bottom:45px;position:relative}.day.is-empty{padding:0}.day.is-empty>header{border-bottom:0;margin-bottom:0}.day>.accordion-header{min-height:30px;padding:0}.day>.accordion-header.is-static>header{padding-right:10px}.day>.accordion-header>header{align-items:center;background-color:#eaeaea;border-bottom:1px solid #ccc;border-top:1px solid #ccc;color:#6a6c6f;display:flex;font-weight:600;margin-top:-2px;min-height:30px;padding-left:10px;position:relative;text-transform:uppercase}.day>.accordion-header>header.bp-row-form{z-index:2}.day>.accordion-header>header .column{padding-bottom:3px;padding-top:2px}.day>.accordion-header>header .loading-data{width:auto}.day>.accordion-header>header .loading-data .spinner{margin:0 20px}.day>.accordion-header .day-action-buttons{align-items:center;display:flex;height:100%;margin-right:27px;position:absolute;right:4px;top:0}.day.has-hidden-arrow>.accordion-header:after{content:none}.day.has-hidden-arrow>.accordion-header .day-action-buttons{margin-right:0}.day.is-not-collapsible .day-action-buttons{margin-right:10px}.day .simple-menu{height:100%;text-align:left;width:30px}.day .simple-menu>button{height:100%;transition:transform .2s ease-out;width:100%}.day .simple-menu>button>i{margin-right:0}.day .simple-menu>button i{color:#34495e}.day .simple-menu>button:hover i{transform:scale(1.2)}.day .simple-menu i{color:#fff}.day label{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.day input[type=checkbox],.day input[type=radio]{margin:1px 7px 0 10px;vertical-align:-2px}.day input[type=radio]{vertical-align:0}.day button.btn-delete:hover i{color:#ff3860}.day button.btn-edit:hover i{color:#3b96d6}.day .fa,.day .material-icons{font-size:18px;margin-right:5px}.day .fa{vertical-align:-2px}.day .order-second-last .contingent-component>div>div:nth-child(2){order:3}.day .modal.day-concept .modal-body{height:auto;overflow-y:visible}.bp-row-form{background-color:#eaeaea;display:flex;padding:5px 10px;position:relative;z-index:2}.bp-row-form.extra-info{background:#fff;font-weight:500}.bp-row-form.extra-info>div{border-right:1px solid #eaeaea;line-height:25px;padding:0 10px}.bp-row-form.extra-info>div:first-child{padding-left:0}.bp-row-form.extra-info>div:last-child{border-right:0}.bp-row-form.extra-info>div a{color:#60a4ab}.bp-row-form .select{height:30px}.bp-row-form .bp-row-form__title{color:#6a6c6f;margin-bottom:5px;padding-top:5px;word-break:normal}.bp-row-form .bp-row-form__title:before{text-rendering:optimizeLegibility;font-feature-settings:"liga" 1;-webkit-font-smoothing:antialiased;content:"keyboard_arrow_right";font-family:Material Icons;font-size:18px;font-weight:400;position:relative;text-transform:none;width:30px}.bp-row-form>div{padding-left:20px}.bp-row-form>div:first-child{padding-left:0}.bp-row-form>div.is-long{width:500px}.bp-row-form>div .is-160,.bp-row-form>div.is-160{width:160px}.bp-row-form>div.is-flex-grow{max-width:500px}.bp-row-form>div>div{align-items:center;display:flex;padding-bottom:5px}.bp-row-form>div .fa,.bp-row-form>div .material-icons{margin-right:0;min-width:29px}.bp-row-form>div .btn-single-toggle:first-child{flex-shrink:0;margin-right:8px}.bp-row-form>.is-close,.bp-row-form>.is-save{position:absolute;right:0;top:100%}.bp-row-form>.is-close i,.bp-row-form>.is-save i{margin-right:0}.bp-row-form>.is-close{right:37px}.bp-row-form .has-margin-right{margin-right:10px}.bp-row-form .has-margin-left{margin-left:10px}.bp-row-form .has-time .flatpickr-input{width:44px}.bp-row-form .is-static-date{margin-right:10px;padding-left:5px}.bp-row-form .buttons.toggle-switch{margin-bottom:0}.bp-row-form .btn-single-toggle i{font-size:14px;min-width:0}.bp-row-form .is-100{width:100px}.bp-row-form.is-day-subtitle-form{background-color:#eaeaea;position:relative;z-index:2}.day .placeholder-wrapper{border-bottom:1px solid #ccc}.day .placeholder-wrapper.is-optional .is-request .column,.day .placeholder-wrapper.is-optional .is-request .currency,.day .placeholder-wrapper.is-optional .is-request .deadline-date:not([class*=is-]),.day .placeholder-wrapper.is-optional .is-request div,.day .placeholder-wrapper.is-optional .is-request label,.day .placeholder-wrapper.is-optional .is-request span{color:#9d9fa2}.day .placeholder-wrapper.is-optional .is-request i{color:#ccc}.day .placeholder-wrapper.is-optional .is-request .fa-warning{color:#e6ab87}.day .placeholder-wrapper.is-optional .simple-menu i{color:#34495e}.day .placeholder-wrapper.is-optional .simple-menu-content i{color:#fff}.day .placeholder-wrapper:last-child{border-bottom:0}.day .placeholder-wrapper.is-selected{background-color:#f7eeed}.day .placeholder-wrapper.is-edit-mode{z-index:2}.day .placeholder-wrapper .requests{background-color:#fff}.day .placeholder-wrapper .requests .is-request{border-bottom:0;border-top:1px solid #ccc;padding-left:35px}.day .placeholder-wrapper .requests .is-main:before{background-color:#62cb31;border:1px solid #ccc;border-radius:50%;content:" ";height:18px;left:13px;position:absolute;top:6px;width:18px}.day .placeholder-wrapper .requests .is-main:after{text-rendering:optimizeLegibility;font-feature-settings:"liga" 1;-webkit-font-smoothing:antialiased;color:#fff;content:"check";font-family:Material Icons;font-size:15px;left:14px;position:absolute;text-transform:none;top:0}.placeholder-view{border-bottom:1px solid #ccc;display:flex;line-height:30px;min-height:30px;padding-right:85px;position:relative}.placeholder-view:hover{background-color:#e8f4ff}.placeholder-view.is-optional .column,.placeholder-view.is-optional .currency,.placeholder-view.is-optional .deadline-date:not([class*=is-]),.placeholder-view.is-optional div,.placeholder-view.is-optional label,.placeholder-view.is-optional span{color:#9d9fa2}.placeholder-view.is-optional i{color:#ccc}.placeholder-view.is-additional .column,.placeholder-view.is-additional .currency,.placeholder-view.is-additional .deadline-date:not([class*=is-]),.placeholder-view.is-additional div,.placeholder-view.is-additional label,.placeholder-view.is-additional span{color:#3c8dbc}.placeholder-view.is-additional i{color:#6a6c6f}.placeholder-view.has-no-route-description>div:not(.action-buttons){opacity:.7}.placeholder-view.is-selected{background-color:#f7eeed}.placeholder-view>div{flex:none;padding:0 12px;width:150px}.placeholder-view>div:first-child{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:335px}.placeholder-view>div:nth-child(2){width:131px}.placeholder-view>div:nth-child(6){width:120px}.placeholder-view>div:nth-child(8){width:131px}.placeholder-view .is-300{width:300px}.placeholder-view .is-250{width:250px}.placeholder-view .is-130{width:130px}.placeholder-view .D{width:120px}.placeholder-view .is-100{width:100px}.placeholder-view .is-60{width:60px}.placeholder-view .action-buttons{align-items:center;display:flex;height:100%;justify-content:flex-end;padding:0;position:absolute;right:4px;top:0;width:auto}.placeholder-view .action-buttons .simple-menu{opacity:0;transition:opacity .2s ease-out}.placeholder-view .action-buttons .simple-menu.is-open{opacity:1}.placeholder-view .action-buttons .is-30{width:30px}.placeholder-view:hover .action-buttons .simple-menu{opacity:1}.placeholder-view:hover .group-icon{visibility:hidden}.placeholder-view .simple-menu{height:100%}.placeholder-view .contingent-section{width:120px}.placeholder-view .contingent-section .fa-warning{color:#e6ab87;font-size:12px;margin-left:5px;vertical-align:0}.placeholder-view .route-difficulty{display:inline-flex;height:100%;margin-left:5px;padding-top:11px;position:relative;top:0}.placeholder-view .route-difficulty .dot{border:1px solid #6a6c6f;border-radius:50%;height:9px;margin-left:2px;width:9px}.placeholder-view .route-difficulty.has-1 .dot:first-child,.placeholder-view .route-difficulty.has-2 .dot:first-child,.placeholder-view .route-difficulty.has-2 .dot:nth-child(2),.placeholder-view .route-difficulty.has-3 .dot:first-child,.placeholder-view .route-difficulty.has-3 .dot:nth-child(2),.placeholder-view .route-difficulty.has-3 .dot:nth-child(3){background-color:#6a6c6f}.placeholder-view .is-full-cell{margin-left:-7px}.placeholder-view .is-full-cell select{border-bottom:0;border-top:0}.placeholder-view .bp-deadline.is-editable{border-bottom:0;border-top:0;height:100%;transform:translateX(-9px)}.placeholder-view .btn-warning i{color:#34495e}.placeholder-view .btn-warning i:hover{color:#3498db}.placeholder-view .btn-warning.is-accent i{color:#60a4ab}.placeholder-view .btn-warning.is-high i{color:#ff6a6a}.placeholder-view .btn-warning.is-medium i{color:#ffb606}.placeholder-view .btn-warning.is-off i{opacity:0}.placeholder-view a{color:#60a4ab;display:inline-block;height:100%}.placeholder-view a:hover{text-decoration:underline}.placeholder-view .concept-provider-btn{background-color:#fff;border:1px solid #ccc;border-radius:50%;color:#6a6c6f;display:inline-block;font-size:11px;font-weight:600;height:18px;text-align:center;transition:transform .2s ease-out;width:18px;z-index:1}.placeholder-view .concept-provider-btn.is-1{background-color:#62cb31}.placeholder-view .concept-provider-btn.is-2{background-color:#e68c87;color:#fff}.placeholder-view .concept-provider-btn.is-3{background-color:#e6ab87;color:#fff}.placeholder-view .concept-provider-btn.is-4{background-color:#faedea}.placeholder-view .concept-provider-btn.is-5{background-color:#fff}.placeholder-view .concept-provider-btn:not(:first-child){margin-left:10px}.placeholder-view.has-requests{border-bottom:0;padding-left:35px}.placeholder-view.has-requests .nr-of-requests{color:#fff;display:inline-block;font-size:11px;font-weight:600;height:100%;left:0;position:absolute;text-align:center;top:0;width:44px;z-index:1}.placeholder-view.has-requests .nr-of-requests:before{border:1px solid #ccc;border-radius:50%;content:" ";height:18px;left:13px;position:absolute;top:7px;transition:transform .2s ease-out;width:18px;z-index:-1}.placeholder-view.has-requests .nr-of-requests:hover:before{transform:scale(1.1)}.placeholder-view.has-requests .nr-of-requests.is-high:before{background-color:#e68c87}.placeholder-view.has-requests .nr-of-requests.is-medium:before{background-color:#3498db}.placeholder-view.has-requests .nr-of-requests.is-medium-low:before{background-color:#fff}.placeholder-view.has-requests .nr-of-requests.is-medium-low{color:#9d9fa2}.placeholder-view.has-requests .nr-of-requests.is-low:before{background-color:#f7f9fa}.placeholder-view.has-requests .nr-of-requests.is-low{color:#9d9fa2}.placeholder-view.has-requests .nr-of-requests.is-ok:before{background-color:#62cb31}.placeholder-view.has-requests.is-optional .nr-of-requests:before{background-color:#ccc}.placeholder-view div.group-icon{background-color:#60a4ab;height:100%;padding:0;position:absolute;right:0;text-align:center;top:0;width:33px}.placeholder-view div.group-icon:after{color:#fff;display:inline-block;font-size:20px;position:relative;width:21px}.placeholder-view div.group-icon.is-bike:after{content:"directions_bike"}.placeholder-view div.group-icon.is-bike:after,.placeholder-view div.group-icon.is-hiking:after{text-rendering:optimizeLegibility;font-feature-settings:"liga" 1;-webkit-font-smoothing:antialiased;font-family:Material Icons;text-transform:none}.placeholder-view div.group-icon.is-hiking:after{content:"landscape"}.placeholder-view div.group-icon.is-culture:after{content:"account_balance"}.placeholder-view div.group-icon.is-bus:after,.placeholder-view div.group-icon.is-culture:after{text-rendering:optimizeLegibility;font-feature-settings:"liga" 1;-webkit-font-smoothing:antialiased;font-family:Material Icons;text-transform:none}.placeholder-view div.group-icon.is-bus:after{content:"directions_bus"}.placeholder-view div.group-icon.is-alternative:after{text-rendering:optimizeLegibility;font-feature-settings:"liga" 1;-webkit-font-smoothing:antialiased;content:"list_alt";font-family:Material Icons;text-transform:none}.placeholders-actions{margin-bottom:45px}.placeholders-actions .title{align-items:center;color:#6a6c6f;display:flex;font-size:12px;justify-content:space-between;margin-bottom:15px;margin-top:-15px;min-height:48px}.placeholders-actions .title .material-icons{vertical-align:-4px}.placeholders-actions p{color:#9d9fa2;font-size:11px;margin-bottom:7px}.placeholders-actions>div{display:flex;margin-bottom:15px}.placeholders-actions>div:last-child{margin-bottom:0}.placeholders-actions .button{margin-left:10px;min-width:170px}.placeholders-actions .button:first-child{margin-left:0}.day .route-detail-spacing{margin-right:25px}.day .placeholder-subcomponents{background-color:#e8f4ff;border-top:1px solid #ccc;max-height:200px;overflow:hidden;overflow-y:scroll}.day .placeholder-subcomponents.is-gray{background:#eaeaea;color:#6a6c6f}.day .placeholder-subcomponents.is-gray>div,.day .placeholder-subcomponents.is-gray>div button,.day .placeholder-subcomponents.is-gray>div strong{color:inherit}.day .placeholder-subcomponents.slide-enter,.day .placeholder-subcomponents.slide-leave-to{max-height:0}.day .placeholder-subcomponents>div{border-bottom:1px solid #ccc;color:#6a6c6f;line-height:29px;min-height:33px;padding:2px 5px}.day .placeholder-subcomponents>div:last-child{border-bottom:0}.day .placeholder-subcomponents>div i{margin:0 11px 0 8px}.day .placeholder-subcomponents>div strong{color:#6a6c6f}.day .placeholder-subcomponents>div button{color:#6a6c6f;padding-right:15px}.day .placeholder-subcomponents.warnings i{color:#6a6c6f}.day .placeholder-subcomponents.warnings i.is-high{color:#ff6a6a}.day .placeholder-subcomponents.warnings i.is-medium{color:#ffb606}.day .warning-section{padding:10px 0}.day .warning-title{font-weight:600}.day .warning-content{padding:0 40px}.add-day{border:1px dashed #6a6c6f;border-radius:2px;line-height:24px;position:relative}.add-day .is-edit-mode{background-color:#eaeaea}.add-day .add-days-header{background-color:#eaeaea;border-radius:2px;display:flex;min-height:32px;padding-bottom:1px}.add-day .add-days-header>div{align-items:center;display:flex;padding:0 12px}.add-day .add-days-header>div:last-child{padding-right:8px}.add-day .add-days-header>div i{margin-right:5px}.add-day .add-days-header>div input[type=text]{max-width:300px}.add-day .is-add-order-concept input.flatpickr-input.flatpickr--range{min-width:0}.add-day .is-add-order-concept .configurator{border-top:1px dashed #6a6c6f}.add-day .is-add-order-concept .configurator>.columns>.column>.level-left{left:12px;position:absolute;top:1px;z-index:2}.add-day .is-add-order-concept .configurator>.columns>.column>.level-left input{width:300px}.add-day .select-a-concept{border:1px dashed #6a6c6f;border-radius:2px;position:relative;z-index:2}.add-day .select-a-concept header{border-bottom:1px dashed #6a6c6f;justify-content:space-between;padding:3px 8px 1px 12px}.add-day .select-a-concept header input[type=text]{margin-right:10px;max-width:350px}.add-day .select-a-concept header .multiselect{max-width:240px}.add-day .select-a-concept header .level-item i{margin-right:10px}.add-day .select-a-concept .select,.add-day .select-a-concept select{width:auto}.add-day .select-a-concept>div:last-child{padding:15px 8px}.add-day .button.is-gray i{margin-top:2px}.search-day-concept{display:flex;font-size:12px;padding:0 12px 10px}.search-day-concept.is-gapless{margin-left:-.75rem;margin-right:-.75rem;padding:0}.search-day-concept h4{font-weight:600;padding-bottom:10px}.search-day-concept .day-concepts>div,.search-day-concept .placeholder-concepts>div{background-color:#fff;border-bottom:1px solid #ccc;line-height:28px;padding:0 10px}.search-day-concept .day-concepts{font-size:12px;width:100%}.search-day-concept .day-concepts>div{align-items:center;cursor:pointer;display:flex;flex-direction:row;height:30px;position:relative}.search-day-concept .day-concepts>div.is-selected,.search-day-concept .day-concepts>div:hover{background-color:#f7f9fa}.search-day-concept .day-concepts>div .tag{left:5px;overflow:hidden;padding-left:5px;padding-right:5px;position:absolute;text-overflow:ellipsis;top:2px;white-space:nowrap;width:100px}.search-day-concept .day-concepts>div .tag>span{color:inherit}.search-day-concept .day-concepts>div .tag.is-placeholder{background:#f7f9fa;height:22px}.search-day-concept .day-concepts>div .tag+div,.search-day-concept .day-concepts>div .tag+span{padding-left:105px}.search-day-concept .day-concepts>div .index{background:#60a4ab;border-radius:9px;color:#fff;flex-grow:0;flex-shrink:0;height:18px;line-height:18px;margin-right:10px;min-width:18px;padding-left:5px;padding-right:5px;text-align:center}.search-day-concept .day-concepts>div.is-variation{justify-content:space-between}.search-day-concept .day-concepts>div.is-variation .level-left{flex:1;overflow:hidden}.search-day-concept .day-concepts>div.is-variation .level-left .level-item{justify-content:flex-start;width:50%}.search-day-concept .day-concepts>div.is-variation .level-left .level-item:not(:last-child){margin-right:0;padding-right:.75rem}.search-day-concept .day-concepts>div.is-variation .icons{align-items:center;display:flex;flex-grow:0;flex-shrink:0;justify-content:flex-end;text-align:right;width:30px}.search-day-concept .day-concepts>div.is-variation .icons .fa,.search-day-concept .day-concepts>div.is-variation .icons i.material-icons{font-size:13px}.search-day-concept .day-concepts>div.is-variation .icons i.fa-external-link-square{margin-right:0;vertical-align:0}.search-day-concept .day-concepts>div.is-placeholder{display:flex;flex-direction:row;justify-content:space-between;overflow:hidden}.search-day-concept .day-concepts>div.is-placeholder .level-left{flex:1}.search-day-concept .day-concepts>div.is-placeholder .level-left i.material-icons{margin-right:10px}.search-day-concept .day-concepts>div.is-placeholder .level-left>span{flex:1;height:30px;position:relative}.search-day-concept .day-concepts>div.is-placeholder .level-left>span>.is-truncated{left:0;position:absolute;top:0;width:100%}.search-day-concept .day-concepts>div.is-placeholder.is-optional i.material-icons,.search-day-concept .day-concepts>div.is-placeholder.is-optional span{color:#60a4ab}.search-day-concept .day-concepts>div.is-placeholder .form{flex-shrink:0;padding-left:10px;width:100px}.search-day-concept .day-concepts>div.is-placeholder .form .input{margin-right:10px}.search-day-concept .placeholder-concepts .is-optional{color:#60a4ab}.search-day-concept .placeholder-concepts i{margin:0 11px 0 5px}.search-day-concept .day-concept{padding-left:72px;padding-right:0;position:relative}.search-day-concept .day-concept>i{font-size:40px;left:11px;position:absolute;top:53px}.search-day-concept .has-more-info{display:flex;justify-content:space-between}.is-concept .placeholder-view{border-bottom:1px solid #ccc;padding-left:0}.is-concept .placeholder-view:last-child{border-bottom:0}.is-concept .placeholder-view .action-buttons{right:0}.configurator .panel-heading .is-light{color:#9d9fa2;font-size:11px;font-style:normal;font-weight:400;text-transform:none}.modal.placeholder .fa,.modal.placeholder .material-icons{font-size:16px}.modal.placeholder .spacing-left{margin-left:5px}.modal.placeholder .no-spacing{margin-right:0}.modal.placeholder .has-margin-right{margin-right:10px}.modal.placeholder .ferry{width:45px}.modal.placeholder .has-margin-left{margin-left:10px}.modal.placeholder label{cursor:pointer}.modal.placeholder input[type=radio]{vertical-align:-2px}.modal.placeholder .score{background-color:#afe696;border-radius:50%;display:inline-block;height:36px;width:36px}.modal.placeholder .score .fill,.modal.placeholder .score .slice{-webkit-backface-visibility:hidden;border-radius:50%;height:36px;position:absolute;transition:transform .2s ease-out;width:36px}.modal.placeholder .score .slice{clip:rect(0,36px,36px,18px)}.modal.placeholder .score .slice .fill{clip:rect(0,18px,36px,0);background-color:#62cb31}.modal.placeholder .score .text{background-color:#fff;border-radius:50%;height:32px;line-height:32px;margin-left:2px;margin-top:2px;position:absolute;text-align:center;width:32px}.modal.placeholder .score[data-score="1"] .fill,.modal.placeholder .score[data-score="1"] .slice.full{transform:rotate(1.8deg)}.modal.placeholder .score[data-score="1"] .fill.bar,.modal.placeholder .score[data-score="2"] .fill,.modal.placeholder .score[data-score="2"] .slice.full{transform:rotate(3.6deg)}.modal.placeholder .score[data-score="2"] .fill.bar{transform:rotate(7.2deg)}.modal.placeholder .score[data-score="3"] .fill,.modal.placeholder .score[data-score="3"] .slice.full{transform:rotate(5.4deg)}.modal.placeholder .score[data-score="3"] .fill.bar{transform:rotate(10.8deg)}.modal.placeholder .score[data-score="4"] .fill,.modal.placeholder .score[data-score="4"] .slice.full{transform:rotate(7.2deg)}.modal.placeholder .score[data-score="4"] .fill.bar{transform:rotate(14.4deg)}.modal.placeholder .score[data-score="5"] .fill,.modal.placeholder .score[data-score="5"] .slice.full{transform:rotate(9deg)}.modal.placeholder .score[data-score="5"] .fill.bar{transform:rotate(18deg)}.modal.placeholder .score[data-score="6"] .fill,.modal.placeholder .score[data-score="6"] .slice.full{transform:rotate(10.8deg)}.modal.placeholder .score[data-score="6"] .fill.bar{transform:rotate(21.6deg)}.modal.placeholder .score[data-score="7"] .fill,.modal.placeholder .score[data-score="7"] .slice.full{transform:rotate(12.6deg)}.modal.placeholder .score[data-score="7"] .fill.bar{transform:rotate(25.2deg)}.modal.placeholder .score[data-score="8"] .fill,.modal.placeholder .score[data-score="8"] .slice.full{transform:rotate(14.4deg)}.modal.placeholder .score[data-score="8"] .fill.bar{transform:rotate(28.8deg)}.modal.placeholder .score[data-score="9"] .fill,.modal.placeholder .score[data-score="9"] .slice.full{transform:rotate(16.2deg)}.modal.placeholder .score[data-score="9"] .fill.bar{transform:rotate(32.4deg)}.modal.placeholder .score[data-score="10"] .fill,.modal.placeholder .score[data-score="10"] .slice.full{transform:rotate(18deg)}.modal.placeholder .score[data-score="10"] .fill.bar{transform:rotate(36deg)}.modal.placeholder .score[data-score="11"] .fill,.modal.placeholder .score[data-score="11"] .slice.full{transform:rotate(19.8deg)}.modal.placeholder .score[data-score="11"] .fill.bar{transform:rotate(39.6deg)}.modal.placeholder .score[data-score="12"] .fill,.modal.placeholder .score[data-score="12"] .slice.full{transform:rotate(21.6deg)}.modal.placeholder .score[data-score="12"] .fill.bar{transform:rotate(43.2deg)}.modal.placeholder .score[data-score="13"] .fill,.modal.placeholder .score[data-score="13"] .slice.full{transform:rotate(23.4deg)}.modal.placeholder .score[data-score="13"] .fill.bar{transform:rotate(46.8deg)}.modal.placeholder .score[data-score="14"] .fill,.modal.placeholder .score[data-score="14"] .slice.full{transform:rotate(25.2deg)}.modal.placeholder .score[data-score="14"] .fill.bar{transform:rotate(50.4deg)}.modal.placeholder .score[data-score="15"] .fill,.modal.placeholder .score[data-score="15"] .slice.full{transform:rotate(27deg)}.modal.placeholder .score[data-score="15"] .fill.bar{transform:rotate(54deg)}.modal.placeholder .score[data-score="16"] .fill,.modal.placeholder .score[data-score="16"] .slice.full{transform:rotate(28.8deg)}.modal.placeholder .score[data-score="16"] .fill.bar{transform:rotate(57.6deg)}.modal.placeholder .score[data-score="17"] .fill,.modal.placeholder .score[data-score="17"] .slice.full{transform:rotate(30.6deg)}.modal.placeholder .score[data-score="17"] .fill.bar{transform:rotate(61.2deg)}.modal.placeholder .score[data-score="18"] .fill,.modal.placeholder .score[data-score="18"] .slice.full{transform:rotate(32.4deg)}.modal.placeholder .score[data-score="18"] .fill.bar{transform:rotate(64.8deg)}.modal.placeholder .score[data-score="19"] .fill,.modal.placeholder .score[data-score="19"] .slice.full{transform:rotate(34.2deg)}.modal.placeholder .score[data-score="19"] .fill.bar{transform:rotate(68.4deg)}.modal.placeholder .score[data-score="20"] .fill,.modal.placeholder .score[data-score="20"] .slice.full{transform:rotate(36deg)}.modal.placeholder .score[data-score="20"] .fill.bar{transform:rotate(72deg)}.modal.placeholder .score[data-score="21"] .fill,.modal.placeholder .score[data-score="21"] .slice.full{transform:rotate(37.8deg)}.modal.placeholder .score[data-score="21"] .fill.bar{transform:rotate(75.6deg)}.modal.placeholder .score[data-score="22"] .fill,.modal.placeholder .score[data-score="22"] .slice.full{transform:rotate(39.6deg)}.modal.placeholder .score[data-score="22"] .fill.bar{transform:rotate(79.2deg)}.modal.placeholder .score[data-score="23"] .fill,.modal.placeholder .score[data-score="23"] .slice.full{transform:rotate(41.4deg)}.modal.placeholder .score[data-score="23"] .fill.bar{transform:rotate(82.8deg)}.modal.placeholder .score[data-score="24"] .fill,.modal.placeholder .score[data-score="24"] .slice.full{transform:rotate(43.2deg)}.modal.placeholder .score[data-score="24"] .fill.bar{transform:rotate(86.4deg)}.modal.placeholder .score[data-score="25"] .fill,.modal.placeholder .score[data-score="25"] .slice.full{transform:rotate(45deg)}.modal.placeholder .score[data-score="25"] .fill.bar{transform:rotate(90deg)}.modal.placeholder .score[data-score="26"] .fill,.modal.placeholder .score[data-score="26"] .slice.full{transform:rotate(46.8deg)}.modal.placeholder .score[data-score="26"] .fill.bar{transform:rotate(93.6deg)}.modal.placeholder .score[data-score="27"] .fill,.modal.placeholder .score[data-score="27"] .slice.full{transform:rotate(48.6deg)}.modal.placeholder .score[data-score="27"] .fill.bar{transform:rotate(97.2deg)}.modal.placeholder .score[data-score="28"] .fill,.modal.placeholder .score[data-score="28"] .slice.full{transform:rotate(50.4deg)}.modal.placeholder .score[data-score="28"] .fill.bar{transform:rotate(100.8deg)}.modal.placeholder .score[data-score="29"] .fill,.modal.placeholder .score[data-score="29"] .slice.full{transform:rotate(52.2deg)}.modal.placeholder .score[data-score="29"] .fill.bar{transform:rotate(104.4deg)}.modal.placeholder .score[data-score="30"] .fill,.modal.placeholder .score[data-score="30"] .slice.full{transform:rotate(54deg)}.modal.placeholder .score[data-score="30"] .fill.bar{transform:rotate(108deg)}.modal.placeholder .score[data-score="31"] .fill,.modal.placeholder .score[data-score="31"] .slice.full{transform:rotate(55.8deg)}.modal.placeholder .score[data-score="31"] .fill.bar{transform:rotate(.31turn)}.modal.placeholder .score[data-score="32"] .fill,.modal.placeholder .score[data-score="32"] .slice.full{transform:rotate(57.6deg)}.modal.placeholder .score[data-score="32"] .fill.bar{transform:rotate(.32turn)}.modal.placeholder .score[data-score="33"] .fill,.modal.placeholder .score[data-score="33"] .slice.full{transform:rotate(59.4deg)}.modal.placeholder .score[data-score="33"] .fill.bar{transform:rotate(.33turn)}.modal.placeholder .score[data-score="34"] .fill,.modal.placeholder .score[data-score="34"] .slice.full{transform:rotate(61.2deg)}.modal.placeholder .score[data-score="34"] .fill.bar{transform:rotate(.34turn)}.modal.placeholder .score[data-score="35"] .fill,.modal.placeholder .score[data-score="35"] .slice.full{transform:rotate(63deg)}.modal.placeholder .score[data-score="35"] .fill.bar{transform:rotate(126deg)}.modal.placeholder .score[data-score="36"] .fill,.modal.placeholder .score[data-score="36"] .slice.full{transform:rotate(64.8deg)}.modal.placeholder .score[data-score="36"] .fill.bar{transform:rotate(.36turn)}.modal.placeholder .score[data-score="37"] .fill,.modal.placeholder .score[data-score="37"] .slice.full{transform:rotate(66.6deg)}.modal.placeholder .score[data-score="37"] .fill.bar{transform:rotate(.37turn)}.modal.placeholder .score[data-score="38"] .fill,.modal.placeholder .score[data-score="38"] .slice.full{transform:rotate(68.4deg)}.modal.placeholder .score[data-score="38"] .fill.bar{transform:rotate(.38turn)}.modal.placeholder .score[data-score="39"] .fill,.modal.placeholder .score[data-score="39"] .slice.full{transform:rotate(70.2deg)}.modal.placeholder .score[data-score="39"] .fill.bar{transform:rotate(.39turn)}.modal.placeholder .score[data-score="40"] .fill,.modal.placeholder .score[data-score="40"] .slice.full{transform:rotate(72deg)}.modal.placeholder .score[data-score="40"] .fill.bar{transform:rotate(144deg)}.modal.placeholder .score[data-score="41"] .fill,.modal.placeholder .score[data-score="41"] .slice.full{transform:rotate(73.8deg)}.modal.placeholder .score[data-score="41"] .fill.bar{transform:rotate(.41turn)}.modal.placeholder .score[data-score="42"] .fill,.modal.placeholder .score[data-score="42"] .slice.full{transform:rotate(75.6deg)}.modal.placeholder .score[data-score="42"] .fill.bar{transform:rotate(.42turn)}.modal.placeholder .score[data-score="43"] .fill,.modal.placeholder .score[data-score="43"] .slice.full{transform:rotate(77.4deg)}.modal.placeholder .score[data-score="43"] .fill.bar{transform:rotate(154.8deg)}.modal.placeholder .score[data-score="44"] .fill,.modal.placeholder .score[data-score="44"] .slice.full{transform:rotate(79.2deg)}.modal.placeholder .score[data-score="44"] .fill.bar{transform:rotate(.44turn)}.modal.placeholder .score[data-score="45"] .fill,.modal.placeholder .score[data-score="45"] .slice.full{transform:rotate(81deg)}.modal.placeholder .score[data-score="45"] .fill.bar{transform:rotate(162deg)}.modal.placeholder .score[data-score="46"] .fill,.modal.placeholder .score[data-score="46"] .slice.full{transform:rotate(82.8deg)}.modal.placeholder .score[data-score="46"] .fill.bar{transform:rotate(165.6deg)}.modal.placeholder .score[data-score="47"] .fill,.modal.placeholder .score[data-score="47"] .slice.full{transform:rotate(84.6deg)}.modal.placeholder .score[data-score="47"] .fill.bar{transform:rotate(.47turn)}.modal.placeholder .score[data-score="48"] .fill,.modal.placeholder .score[data-score="48"] .slice.full{transform:rotate(86.4deg)}.modal.placeholder .score[data-score="48"] .fill.bar{transform:rotate(172.8deg)}.modal.placeholder .score[data-score="49"] .fill,.modal.placeholder .score[data-score="49"] .slice.full{transform:rotate(88.2deg)}.modal.placeholder .score[data-score="49"] .fill.bar{transform:rotate(.49turn)}.modal.placeholder .score[data-score="50"] .fill,.modal.placeholder .score[data-score="50"] .slice.full{transform:rotate(90deg)}.modal.placeholder .score[data-score="50"] .fill.bar{transform:rotate(180deg)}.modal.placeholder .score[data-score="51"] .fill,.modal.placeholder .score[data-score="51"] .slice.full{transform:rotate(91.8deg)}.modal.placeholder .score[data-score="51"] .fill.bar{transform:rotate(.51turn)}.modal.placeholder .score[data-score="52"] .fill,.modal.placeholder .score[data-score="52"] .slice.full{transform:rotate(93.6deg)}.modal.placeholder .score[data-score="52"] .fill.bar{transform:rotate(.52turn)}.modal.placeholder .score[data-score="53"] .fill,.modal.placeholder .score[data-score="53"] .slice.full{transform:rotate(95.4deg)}.modal.placeholder .score[data-score="53"] .fill.bar{transform:rotate(.53turn)}.modal.placeholder .score[data-score="54"] .fill,.modal.placeholder .score[data-score="54"] .slice.full{transform:rotate(97.2deg)}.modal.placeholder .score[data-score="54"] .fill.bar{transform:rotate(.54turn)}.modal.placeholder .score[data-score="55"] .fill,.modal.placeholder .score[data-score="55"] .slice.full{transform:rotate(99deg)}.modal.placeholder .score[data-score="55"] .fill.bar{transform:rotate(198deg)}.modal.placeholder .score[data-score="56"] .fill,.modal.placeholder .score[data-score="56"] .slice.full{transform:rotate(100.8deg)}.modal.placeholder .score[data-score="56"] .fill.bar{transform:rotate(201.6deg)}.modal.placeholder .score[data-score="57"] .fill,.modal.placeholder .score[data-score="57"] .slice.full{transform:rotate(102.6deg)}.modal.placeholder .score[data-score="57"] .fill.bar{transform:rotate(.57turn)}.modal.placeholder .score[data-score="58"] .fill,.modal.placeholder .score[data-score="58"] .slice.full{transform:rotate(104.4deg)}.modal.placeholder .score[data-score="58"] .fill.bar{transform:rotate(208.8deg)}.modal.placeholder .score[data-score="59"] .fill,.modal.placeholder .score[data-score="59"] .slice.full{transform:rotate(106.2deg)}.modal.placeholder .score[data-score="59"] .fill.bar{transform:rotate(.59turn)}.modal.placeholder .score[data-score="60"] .fill,.modal.placeholder .score[data-score="60"] .slice.full{transform:rotate(108deg)}.modal.placeholder .score[data-score="60"] .fill.bar{transform:rotate(216deg)}.modal.placeholder .score[data-score="61"] .fill,.modal.placeholder .score[data-score="61"] .slice.full{transform:rotate(109.8deg)}.modal.placeholder .score[data-score="61"] .fill.bar{transform:rotate(.61turn)}.modal.placeholder .score[data-score="62"] .fill,.modal.placeholder .score[data-score="62"] .slice.full{transform:rotate(.31turn)}.modal.placeholder .score[data-score="62"] .fill.bar{transform:rotate(.62turn)}.modal.placeholder .score[data-score="63"] .fill,.modal.placeholder .score[data-score="63"] .slice.full{transform:rotate(113.4deg)}.modal.placeholder .score[data-score="63"] .fill.bar{transform:rotate(.63turn)}.modal.placeholder .score[data-score="64"] .fill,.modal.placeholder .score[data-score="64"] .slice.full{transform:rotate(.32turn)}.modal.placeholder .score[data-score="64"] .fill.bar{transform:rotate(.64turn)}.modal.placeholder .score[data-score="65"] .fill,.modal.placeholder .score[data-score="65"] .slice.full{transform:rotate(117deg)}.modal.placeholder .score[data-score="65"] .fill.bar{transform:rotate(234deg)}.modal.placeholder .score[data-score="66"] .fill,.modal.placeholder .score[data-score="66"] .slice.full{transform:rotate(.33turn)}.modal.placeholder .score[data-score="66"] .fill.bar{transform:rotate(.66turn)}.modal.placeholder .score[data-score="67"] .fill,.modal.placeholder .score[data-score="67"] .slice.full{transform:rotate(120.6deg)}.modal.placeholder .score[data-score="67"] .fill.bar{transform:rotate(241.2deg)}.modal.placeholder .score[data-score="68"] .fill,.modal.placeholder .score[data-score="68"] .slice.full{transform:rotate(.34turn)}.modal.placeholder .score[data-score="68"] .fill.bar{transform:rotate(.68turn)}.modal.placeholder .score[data-score="69"] .fill,.modal.placeholder .score[data-score="69"] .slice.full{transform:rotate(124.2deg)}.modal.placeholder .score[data-score="69"] .fill.bar{transform:rotate(248.4deg)}.modal.placeholder .score[data-score="70"] .fill,.modal.placeholder .score[data-score="70"] .slice.full{transform:rotate(126deg)}.modal.placeholder .score[data-score="70"] .fill.bar{transform:rotate(252deg)}.modal.placeholder .score[data-score="71"] .fill,.modal.placeholder .score[data-score="71"] .slice.full{transform:rotate(127.8deg)}.modal.placeholder .score[data-score="71"] .fill.bar{transform:rotate(.71turn)}.modal.placeholder .score[data-score="72"] .fill,.modal.placeholder .score[data-score="72"] .slice.full{transform:rotate(.36turn)}.modal.placeholder .score[data-score="72"] .fill.bar{transform:rotate(.72turn)}.modal.placeholder .score[data-score="73"] .fill,.modal.placeholder .score[data-score="73"] .slice.full{transform:rotate(131.4deg)}.modal.placeholder .score[data-score="73"] .fill.bar{transform:rotate(.73turn)}.modal.placeholder .score[data-score="74"] .fill,.modal.placeholder .score[data-score="74"] .slice.full{transform:rotate(.37turn)}.modal.placeholder .score[data-score="74"] .fill.bar{transform:rotate(.74turn)}.modal.placeholder .score[data-score="75"] .fill,.modal.placeholder .score[data-score="75"] .slice.full{transform:rotate(135deg)}.modal.placeholder .score[data-score="75"] .fill.bar{transform:rotate(270deg)}.modal.placeholder .score[data-score="76"] .fill,.modal.placeholder .score[data-score="76"] .slice.full{transform:rotate(.38turn)}.modal.placeholder .score[data-score="76"] .fill.bar{transform:rotate(.76turn)}.modal.placeholder .score[data-score="77"] .fill,.modal.placeholder .score[data-score="77"] .slice.full{transform:rotate(138.6deg)}.modal.placeholder .score[data-score="77"] .fill.bar{transform:rotate(.77turn)}.modal.placeholder .score[data-score="78"] .fill,.modal.placeholder .score[data-score="78"] .slice.full{transform:rotate(.39turn)}.modal.placeholder .score[data-score="78"] .fill.bar{transform:rotate(.78turn)}.modal.placeholder .score[data-score="79"] .fill,.modal.placeholder .score[data-score="79"] .slice.full{transform:rotate(142.2deg)}.modal.placeholder .score[data-score="79"] .fill.bar{transform:rotate(284.4deg)}.modal.placeholder .score[data-score="80"] .fill,.modal.placeholder .score[data-score="80"] .slice.full{transform:rotate(144deg)}.modal.placeholder .score[data-score="80"] .fill.bar{transform:rotate(288deg)}.modal.placeholder .score[data-score="81"] .fill,.modal.placeholder .score[data-score="81"] .slice.full{transform:rotate(145.8deg)}.modal.placeholder .score[data-score="81"] .fill.bar{transform:rotate(.81turn)}.modal.placeholder .score[data-score="82"] .fill,.modal.placeholder .score[data-score="82"] .slice.full{transform:rotate(.41turn)}.modal.placeholder .score[data-score="82"] .fill.bar{transform:rotate(.82turn)}.modal.placeholder .score[data-score="83"] .fill,.modal.placeholder .score[data-score="83"] .slice.full{transform:rotate(149.4deg)}.modal.placeholder .score[data-score="83"] .fill.bar{transform:rotate(298.8deg)}.modal.placeholder .score[data-score="84"] .fill,.modal.placeholder .score[data-score="84"] .slice.full{transform:rotate(.42turn)}.modal.placeholder .score[data-score="84"] .fill.bar{transform:rotate(.84turn)}.modal.placeholder .score[data-score="85"] .fill,.modal.placeholder .score[data-score="85"] .slice.full{transform:rotate(153deg)}.modal.placeholder .score[data-score="85"] .fill.bar{transform:rotate(306deg)}.modal.placeholder .score[data-score="86"] .fill,.modal.placeholder .score[data-score="86"] .slice.full{transform:rotate(154.8deg)}.modal.placeholder .score[data-score="86"] .fill.bar{transform:rotate(309.6deg)}.modal.placeholder .score[data-score="87"] .fill,.modal.placeholder .score[data-score="87"] .slice.full{transform:rotate(156.6deg)}.modal.placeholder .score[data-score="87"] .fill.bar{transform:rotate(.87turn)}.modal.placeholder .score[data-score="88"] .fill,.modal.placeholder .score[data-score="88"] .slice.full{transform:rotate(.44turn)}.modal.placeholder .score[data-score="88"] .fill.bar{transform:rotate(.88turn)}.modal.placeholder .score[data-score="89"] .fill,.modal.placeholder .score[data-score="89"] .slice.full{transform:rotate(160.2deg)}.modal.placeholder .score[data-score="89"] .fill.bar{transform:rotate(320.4deg)}.modal.placeholder .score[data-score="90"] .fill,.modal.placeholder .score[data-score="90"] .slice.full{transform:rotate(162deg)}.modal.placeholder .score[data-score="90"] .fill.bar{transform:rotate(324deg)}.modal.placeholder .score[data-score="91"] .fill,.modal.placeholder .score[data-score="91"] .slice.full{transform:rotate(163.8deg)}.modal.placeholder .score[data-score="91"] .fill.bar{transform:rotate(.91turn)}.modal.placeholder .score[data-score="92"] .fill,.modal.placeholder .score[data-score="92"] .slice.full{transform:rotate(165.6deg)}.modal.placeholder .score[data-score="92"] .fill.bar{transform:rotate(331.2deg)}.modal.placeholder .score[data-score="93"] .fill,.modal.placeholder .score[data-score="93"] .slice.full{transform:rotate(167.4deg)}.modal.placeholder .score[data-score="93"] .fill.bar{transform:rotate(.93turn)}.modal.placeholder .score[data-score="94"] .fill,.modal.placeholder .score[data-score="94"] .slice.full{transform:rotate(.47turn)}.modal.placeholder .score[data-score="94"] .fill.bar{transform:rotate(.94turn)}.modal.placeholder .score[data-score="95"] .fill,.modal.placeholder .score[data-score="95"] .slice.full{transform:rotate(171deg)}.modal.placeholder .score[data-score="95"] .fill.bar{transform:rotate(342deg)}.modal.placeholder .score[data-score="96"] .fill,.modal.placeholder .score[data-score="96"] .slice.full{transform:rotate(172.8deg)}.modal.placeholder .score[data-score="96"] .fill.bar{transform:rotate(345.6deg)}.modal.placeholder .score[data-score="97"] .fill,.modal.placeholder .score[data-score="97"] .slice.full{transform:rotate(174.6deg)}.modal.placeholder .score[data-score="97"] .fill.bar{transform:rotate(.97turn)}.modal.placeholder .score[data-score="98"] .fill,.modal.placeholder .score[data-score="98"] .slice.full{transform:rotate(.49turn)}.modal.placeholder .score[data-score="98"] .fill.bar{transform:rotate(.98turn)}.modal.placeholder .score[data-score="99"] .fill,.modal.placeholder .score[data-score="99"] .slice.full{transform:rotate(178.2deg)}.modal.placeholder .score[data-score="99"] .fill.bar{transform:rotate(.99turn)}.modal.placeholder .score[data-score="100"] .fill,.modal.placeholder .score[data-score="100"] .slice.full{transform:rotate(180deg)}.modal.placeholder .score[data-score="100"] .fill.bar{transform:rotate(1turn)}.modal.placeholder .no-name{background-color:#eaeaea;border:1px solid #ddd;border-radius:50%;font-size:9px;height:36px;line-height:12px;padding-top:3px;text-align:center;width:36px}.modal.placeholder .stars{display:inline-block;padding-left:10px;position:relative;top:-1px}.modal.placeholder .stars i{color:#ccc;font-size:11px;margin-right:0}.modal.placeholder .stars.has-1 i:first-child,.modal.placeholder .stars.has-2 i:first-child,.modal.placeholder .stars.has-2 i:nth-child(2),.modal.placeholder .stars.has-3 i:first-child,.modal.placeholder .stars.has-3 i:nth-child(2),.modal.placeholder .stars.has-3 i:nth-child(3),.modal.placeholder .stars.has-4 i:first-child,.modal.placeholder .stars.has-4 i:nth-child(2),.modal.placeholder .stars.has-4 i:nth-child(3),.modal.placeholder .stars.has-4 i:nth-child(4),.modal.placeholder .stars.has-5 i:first-child,.modal.placeholder .stars.has-5 i:nth-child(2),.modal.placeholder .stars.has-5 i:nth-child(3),.modal.placeholder .stars.has-5 i:nth-child(4),.modal.placeholder .stars.has-5 i:nth-child(5){color:#000}.modal.placeholder .tag{height:18px;margin-left:12px;text-transform:none}.modal.placeholder .is-date{width:73px}.modal.placeholder .has-time .flatpickr-input{width:46px}.modal.placeholder .has-input-radio{cursor:pointer;margin-right:33px}.modal.placeholder .has-input-radio input[type=radio]{margin-left:0}.modal.placeholder .modal-content>header .header-extra-info>div{align-items:center;display:flex}.modal.placeholder .header-extra-info{display:flex;font-weight:500;padding:10px 0}.modal.placeholder .header-extra-info>div{border-right:1px solid #eaeaea;line-height:25px;padding:0 10px}.modal.placeholder .header-extra-info>div:first-child{padding-left:0}.modal.placeholder .header-extra-info>div:last-child{border-right:0}.modal.placeholder .header-extra-info>div a{color:#60a4ab}.modal.placeholder .deadline-date{margin-top:-2px;padding:2px 0}.modal.placeholder .deadline-date.is-red,.modal.placeholder .deadline-date.is-yellow{height:auto;padding:2px 5px 1px}.modal.placeholder .modal-content{border-top:2px solid #60a4ab}.modal.placeholder .modal-content>header{background-color:#fff;display:block;padding:10px 20px 5px;text-align:left}.modal.placeholder .modal-content>header .name{font-size:12px;font-weight:700;text-transform:uppercase}.modal.placeholder .modal-content>header .is-add-new{position:absolute;right:37px;top:38px;z-index:3}.modal.placeholder .modal-content>header .is-saving{position:absolute;right:30px;top:6px}.modal.placeholder .modal-content>header .is-saving i{color:#60a4ab;font-size:19px}.modal.placeholder .modal-content footer{display:none}.modal.placeholder .modal-body{background-color:#eaeaea;border-radius:0 0 5px 5px;padding:25px 20px 10px}.modal.placeholder .menu-form header{text-align:center!important}.modal.placeholder .menu-form .modal-body{background-color:#fff!important}.modal.placeholder .buttons-right{text-align:right}.modal.placeholder .buttons-right button{min-width:145px}.modal.placeholder .buttons.has-addons{margin-bottom:0}.modal.placeholder .buttons.has-addons i{margin-right:0}.modal.placeholder .bp-panel.is-form-contingent{height:100%;margin-bottom:0}.modal.placeholder .bp-panel.is-form-contingent .material-icons{margin-right:0}.modal.placeholder .bp-panel.is-form-contingent .row>div:nth-child(4),.modal.placeholder .bp-panel.is-form-contingent header>div:nth-child(4){width:90px}.modal.placeholder .bp-panel.is-form-contingent .extra-people>div:first-child{align-items:center;display:flex}.modal.placeholder .bp-panel.is-form-contingent .extra-people>div:first-child .material-icons{margin-right:5px}.modal.placeholder .bp-panel.is-form-contingent .has-margin-top{margin-top:-3px}.modal.placeholder .accordion{margin-bottom:25px}.modal.placeholder .accordion .accordion-header>div{display:flex}.modal.placeholder .accordion .accordion-header>div>div:first-child{align-items:center;display:flex;flex:none;flex-basis:36px;padding-right:20px}.modal.placeholder .accordion .accordion-header>div>div:nth-child(2){flex:1;font-weight:700;overflow:hidden;padding:9px 0 0;text-transform:uppercase}.modal.placeholder .accordion .accordion-header>div>div:nth-child(3){display:flex;justify-content:flex-end;padding:9px 20px 10px 0}.modal.placeholder .accordion .accordion-header>div>div:nth-child(3) input[type=checkbox]{vertical-align:-4px}.modal.placeholder .accordion .accordion-header .header-extra-info{padding-top:5px;text-transform:none}.modal.placeholder .accordion .accordion-header .header-extra-info>div{white-space:nowrap}.modal.placeholder .accordion .accordion-content>div{padding:20px 25px}.modal.placeholder .accordion .accordion-content>div>.buttons{margin-bottom:40px}.modal.placeholder .accordion .accordion-content>div>.buttons button{min-width:200px}.modal.placeholder .explanation{display:flex;justify-content:flex-end}.modal.placeholder .explanation i{margin:0 2px 0 25px}.modal.placeholder .has-big-select{align-items:center;display:flex;width:570px}.modal.placeholder .has-big-select .multiselect{flex-grow:1;margin-left:5px}.modal.placeholder .has-big-select .multiselect:nth-child(3),.modal.placeholder .has-big-select .multiselect:nth-child(4){flex:none;width:140px}.modal.placeholder .has-3-multiselects{width:680px}.modal.placeholder .has-3-multiselects>div{flex:none;width:32%}.bp-box{border-radius:2px;border-top:2px solid #60a4ab;box-shadow:0 1px 10px rgba(0,0,0,.05),0 1px 2px rgba(0,0,0,.1);margin-bottom:25px;padding:0}.bp-box header{align-items:center;background-color:#f7f9fa;border-bottom:1px solid #ccc;border-radius:2px 2px 0 0;display:flex;justify-content:flex-start;margin-bottom:0;min-height:35px;padding:3px 10px}.bp-box main{background-color:#f7f9fa;border-radius:0 0 2px 2px;line-height:26px;padding:5px 10px}.bp-box.is-info main{align-items:center;display:flex;flex-wrap:wrap}.bp-box.is-info main>div{align-items:center;display:flex;padding-right:25px}.bp-box.is-info main>div:last-child{padding-right:0}.bp-box.is-info main .multiselect,.bp-box.is-info main .select,.bp-box.is-info main input{margin-left:5px}.bp-box.is-info main .flatpickr,.bp-box.is-info main .multiselect{display:inline-block}.bp-box.is-info main .input{width:auto}.bp-box.is-info main .input.is-larger{width:300px}.bp-box.is-info main .is-date{width:73px}.bp-box.is-info main .is-one-row{display:flex;flex:none;margin-bottom:10px;width:100%}.bp-box.is-info main .is-one-row>div{align-items:center;display:flex;padding-right:25px}.bp-box.is-info main .is-last-row{display:flex;flex:none;width:100%}.bp-box.is-info main .is-last-row>div{align-items:center;display:flex;padding-right:25px}.bp-box.is-info main .is-300{width:300px}.bp-box.is-info main label{min-width:95px}.bp-box .multiselect,.bp-box .select,.bp-box select{width:auto}.bp-box .fa,.bp-box .material-icons{vertical-align:-3px}.bp-box table{margin:-5px -10px;width:100%}.bp-box table td:first-child label input{margin-left:0}.bp-box tr{border-bottom:1px solid #ccc}.bp-box tr:last-child{border-bottom:0}.bp-box td{height:37px;vertical-align:middle}.bp-box td:first-child{padding-left:10px}.bp-box .btn-delete:hover i{color:#ff3860}.bp-box.is-flex{display:flex;flex-direction:column;height:100%;margin-bottom:0;width:100%}.bp-box.is-flex .flex-grow{flex:1}.modal.placeholder .bp-box.is-price{height:100%;margin-bottom:0;position:relative}.modal.placeholder .bp-box.is-price header,.modal.placeholder .bp-box.is-price main>div{display:flex;justify-content:space-between}.modal.placeholder .bp-box.is-price header{left:0;position:absolute;top:0;width:100%}.modal.placeholder .bp-box.is-price main{height:100%;padding:41px 0 5px}.modal.placeholder .bp-box.is-price main>div{padding-left:10px;padding-right:10px}.modal.placeholder .bp-box.is-price main>div>div:nth-child(2){align-items:center;display:flex}.modal.placeholder .bp-box.is-price main>div input{width:65px}.modal.placeholder .bp-box.is-price .input-price{margin-bottom:2px}.modal.placeholder .bp-box.is-calculated-price{display:flex;flex-direction:column;height:100%;margin-bottom:0;position:relative}.modal.placeholder .bp-box.is-calculated-price .columns{align-items:center;margin:0;width:100%}.modal.placeholder .bp-box.is-calculated-price .columns .column{padding:0}.modal.placeholder .bp-box.is-calculated-price .columns:not(:last-child){margin-bottom:3px}.modal.placeholder .bp-box.is-calculated-price header .column:nth-child(3){text-align:right}.modal.placeholder .bp-box.is-calculated-price main{flex:1;padding:5px 10px}.modal.placeholder .bp-box.is-calculated-price main .level-left>:first-child{margin-right:5px}.modal.placeholder .bp-box.is-calculated-price input{width:55px}.modal.placeholder .crud-prices{align-items:center;background:rgba(0,0,0,.5);bottom:0;display:flex;flex-direction:row;left:0;padding:15px;position:absolute;top:0;width:100%;z-index:2}.modal.placeholder .crud-prices .panel{font-size:12px;width:100%}.modal.placeholder .crud-prices .panel .panel-block{border-bottom-left-radius:0;border-bottom-right-radius:0}.modal.placeholder .crud-prices .columns .column,.modal.placeholder .crud-prices .panel footer{display:block}.modal.placeholder .bp-box.is-freeplaces header>div:first-child{align-items:center;display:flex;flex-grow:1}.modal.placeholder .bp-box.is-freeplaces header>div:first-child button{margin-top:-1px;padding-left:10px}.modal.placeholder .bp-box.is-freeplaces header>div:first-child button i{color:#34495e}.modal.placeholder .bp-box.is-freeplaces main>div{display:flex;padding-bottom:2px}.modal.placeholder .bp-box.is-freeplaces main>div>div:nth-child(2){flex-grow:1}.modal.placeholder .bp-box.is-freeplaces main>div button{padding:0 7px 0 9px}.modal.placeholder .bp-box.is-freeplaces input{margin:0 7px 0 5px;text-align:center;width:33px}.modal.placeholder .bp-box.is-freeplaces .select{margin:0 5px}.modal.placeholder .bp-box.is-extra header{align-items:center;display:flex}.modal.placeholder .bp-box.is-extra header button{margin-top:-1px;padding-left:10px}.modal.placeholder .bp-box.is-extra header button i{color:#34495e}.modal.placeholder .bp-box.is-extra main>div{align-items:center;display:flex}.modal.placeholder .bp-box.is-extra main>div .btn-single-toggle{margin-right:10px}.modal.placeholder .bp-box.is-extra main>div>div:nth-child(2){flex-grow:1;padding:0 10px 2px 0}.modal.placeholder .bp-box.is-extra main>div>div:nth-child(2) input{text-align:left;width:100%}.modal.placeholder .bp-box.is-extra main>div>div:nth-child(3){margin-right:10px}.modal.placeholder .bp-box.is-extra main>div>div:nth-child(3) span{padding-left:5px;padding-right:5px}.modal.placeholder .bp-box.is-extra main>div>div:nth-child(4){align-items:center;display:flex}.modal.placeholder .bp-box.is-extra main>div>div:nth-child(4) input:nth-child(3){margin:0 10px}.modal.placeholder .bp-box.is-extra input{text-align:center;width:33px}.modal.placeholder .bp-box.is-extra .input-price{margin-bottom:0}.modal.placeholder .bp-box.is-extra .input-price input{width:52px}.modal.placeholder .bp-box.is-extra .buttons{margin:0 10px}.modal.placeholder .bp-box.is-extra .buttons button{margin:0;width:25px}.modal.placeholder .bp-box.is-extra .buttons button i{margin-right:0}.modal.placeholder .is-package{margin-top:-12px}.modal.placeholder .is-package:before{background-color:rgba(0,0,0,.1);bottom:0;content:" ";left:0;opacity:0;pointer-events:none;position:fixed;right:0;top:0;transition:opacity .2s ease-out;z-index:1}.modal.placeholder .is-package.has-overlay:before{opacity:1;pointer-events:auto}.modal.placeholder .is-package.has-overlay>div:nth-child(2){position:relative;text-align:right;z-index:1}.modal.placeholder .is-package.has-overlay>div:nth-child(2)>button{margin-bottom:20px;min-width:145px}.modal.placeholder .is-package .is-add-package,.modal.placeholder .is-package .is-add-request{background-color:#fff}.modal.placeholder .is-package .package{text-align-last:center}.modal.placeholder .is-package .is-add-package main label{align-self:stretch;line-height:37px}.modal.placeholder .is-package .is-add-package main td:first-child{width:240px}.modal.placeholder .is-package .is-add-package main td:nth-child(2){align-items:center;display:flex}.modal.placeholder .is-package .request-title{background-color:#fff;border:1px solid #ccc;border-radius:2px;margin-right:6px;padding:0 7px}.modal.placeholder .is-package .is-package-list td:nth-child(2){width:250px}.modal.placeholder .is-package .is-package-list td:nth-child(3),.modal.placeholder .is-package .is-package-list td:nth-child(4){width:150px}.modal.placeholder .is-package .is-package-list td:nth-child(5){width:35px}.modal.placeholder .is-moved-up{display:block;text-align:right;transform:translateY(-20px)}.modal.placeholder .redesign-table.is-costs .row .cell:first-child{width:auto}.modal.placeholder .redesign-table.is-costs .row .cell:nth-child(4),.modal.placeholder .redesign-table.is-costs .row .cell:nth-child(5){text-align:right}.modal.placeholder .redesign-table.is-costs .row .cell:nth-child(2),.modal.placeholder .redesign-table.is-costs .row .cell:nth-child(3){text-align:center}.modal.placeholder .redesign-table.is-costs .row .cell:not(:first-child){flex-grow:0;flex-shrink:0;width:120px}.modal.placeholder .redesign-table.is-costs .row .cell .price-view{padding-right:0;width:100%}.modal.placeholder .is-empty-cost{font-size:13px;font-weight:600;padding:30px 0;text-align:center}.is-costs+.for-costs-total{display:flex;justify-content:flex-end;margin:-6px 0 0}.is-costs+.for-costs-total>div{background-color:#34495e;line-height:30px;min-height:30px}.is-costs+.for-costs-total>div,.is-costs+.for-costs-total>div b{color:#fff}.is-costs+.for-costs-total>div:first-child{border-radius:0 0 0 2px;padding:0 31px 0 37px}.is-costs+.for-costs-total>div:last-child{border-radius:0 0 2px 0;padding-right:3px;text-align:right}.is-costs+.for-costs-total .price-view{color:#fff}.is-costs+.for-costs-total .price-view:before{left:-1px;top:7px}.modal.placeholder .emails-page{grid-row-gap:15px;grid-template-areas:"aside  main" "header header";margin-bottom:0}.modal.placeholder .emails-page>header{display:none}.modal.placeholder .emails-page>aside,.modal.placeholder .emails-page>main{border-top:2px solid #60a4ab}.modal.placeholder .emails-page .buttons-wrapper,.modal.placeholder .emails-page>main{background-color:#f7f9fa}.modal.placeholder .emails-page main header{display:block}.modal.placeholder .emails-page main .list a{color:#3c8dbc;text-align:left;width:auto}.modal.placeholder .emails-page main .list a:hover{text-decoration:underline}.modal.placeholder .emails-page main .list a span{display:none}.modal.placeholder .emails-page main .email{height:597px}.modal.placeholder .emails-page .page-title{display:none}.modal.placeholder .is-provider header>div:first-child{margin:-5px 0 -7px -5px;transform:scale(.8)}.modal.placeholder .is-provider header>div:nth-child(2){flex-grow:1;padding-left:9px;text-transform:uppercase}.modal.placeholder .is-provider header>div:nth-child(2) .stars{vertical-align:2px}.modal.placeholder .is-provider main{display:flex}.modal.placeholder .is-provider main>div{padding-right:25px}.modal.placeholder .is-provider main a{color:#3c8dbc}.modal.placeholder .is-provider main a:hover{text-decoration:underline}.modal.placeholder .new-request{background-color:#eaeaea;border-radius:0 0 2px 2px;position:relative;text-align:right}.modal.placeholder .new-request .accordion{text-align:left}.modal.placeholder .new-request>button{margin-bottom:15px;min-width:145px}.modal.placeholder .new-request .accordion-header .fa-plus-circle{color:#62cb31;font-size:37px;margin-right:4px}.modal.placeholder .overall-buttons{margin-bottom:10px}.invoice-page .modal{display:block;height:100%;width:100%}.invoice-page .modal .modal-overlay{display:block}.invoice-page .modal .modal-content{left:auto;margin-top:158px;position:absolute;right:0}.invoice-page.no-side .invoice-list-for-form{margin-right:0}.invoice-page .invoice-list-for-form{margin-right:580px;position:relative;transition:margin .4s ease 0s;z-index:21}.invoice-page .invoice-list-for-form .search{align-items:center;display:flex;max-width:780px;padding-bottom:20px}.invoice-page .invoice-list-for-form .search>i{font-size:18px;margin-right:10px}.invoice-page .invoice-list-for-form .search .multiselect:nth-child(3){margin-left:20px;width:250px}.invoice-page .invoice-list-for-form .box{border-radius:2px}.invoice-page .invoice-list-for-form .box .accordion{border-top:0;box-shadow:none}.invoice-page .invoice-list-for-form .box .accordion:last-child .accordion-header{border-radius:2px}.invoice-page .invoice-list-for-form .box .accordion-header{background-color:#f7f9fa;min-height:30px;padding:0}.invoice-page .invoice-list-for-form .box .list-item,.invoice-page .invoice-list-for-form .box header{align-items:center;border-bottom:1px solid #ccc;display:flex}.invoice-page .invoice-list-for-form .box .list-item>div:first-child,.invoice-page .invoice-list-for-form .box header>div:first-child{flex-grow:1;overflow:hidden;padding-right:20px;text-overflow:ellipsis;white-space:nowrap}.invoice-page .invoice-list-for-form .box .list-item>div:first-child i,.invoice-page .invoice-list-for-form .box header>div:first-child i{margin-right:5px}.invoice-page .invoice-list-for-form .box .list-item>div:nth-child(2),.invoice-page .invoice-list-for-form .box header>div:nth-child(2){min-width:120px}.invoice-page .invoice-list-for-form .box .list-item>div:nth-child(3),.invoice-page .invoice-list-for-form .box header>div:nth-child(3){min-width:145px}.invoice-page .invoice-list-for-form .box .list-item>div:nth-child(4),.invoice-page .invoice-list-for-form .box header>div:nth-child(4){min-width:60px}.invoice-page .invoice-list-for-form .box .list-item>div:nth-child(5),.invoice-page .invoice-list-for-form .box header>div:nth-child(5){min-width:50px}.invoice-page .invoice-list-for-form .box .list-item>div:nth-child(6),.invoice-page .invoice-list-for-form .box header>div:nth-child(6){min-width:70px;text-align:right}.invoice-page .invoice-list-for-form .box .list-item>div:nth-child(7),.invoice-page .invoice-list-for-form .box header>div:nth-child(7){min-width:90px;text-align:right}.invoice-page .invoice-list-for-form .box .list-item>div:nth-child(8),.invoice-page .invoice-list-for-form .box .list-item>div:nth-child(9),.invoice-page .invoice-list-for-form .box header>div:nth-child(8),.invoice-page .invoice-list-for-form .box header>div:nth-child(9){min-width:60px;text-align:right}.invoice-page .invoice-list-for-form .box .list-item>div:nth-child(10),.invoice-page .invoice-list-for-form .box header>div:nth-child(10){min-width:65px;padding-right:13px;text-align:right}.invoice-page .invoice-list-for-form .box .list-item>div:nth-child(10) button,.invoice-page .invoice-list-for-form .box header>div:nth-child(10) button{padding:0 3px}.invoice-page .invoice-list-for-form .box .list-item>div:nth-child(10) button i,.invoice-page .invoice-list-for-form .box header>div:nth-child(10) button i{color:#34495e}.invoice-page .invoice-list-for-form .box header{font-weight:600}.invoice-page .invoice-list-for-form .box .list-item{min-height:30px;padding:0 15px}.invoice-page .invoice-list-for-form .box .list-item .is-red{color:#ff6a6a}.trip-dashboard .invoice-page .invoice-list-for-form{margin-right:145px}.trip-dashboard .invoice-page.no-side .invoice-list-for-form{margin-right:0}.is-calculations,.is-offer{min-height:300px;position:relative}.is-calculations .box,.is-offer .box{padding:10px}.is-calculations .box .panel-heading,.is-offer .box .panel-heading{justify-content:normal}.is-calculations .box .panel-heading .mr,.is-offer .box .panel-heading .mr{margin-right:10px}.is-calculations .box .panel:not(.is-padded) .panel-block,.is-offer .box .panel:not(.is-padded) .panel-block{padding:0}.is-calculations .notification,.is-offer .notification{background:0!important;font-size:12px;font-weight:600;text-align:center}.is-calculations .list,.is-offer .list{font-size:12px}.is-calculations .list__item,.is-offer .list__item{align-items:center;border-bottom:1px solid #ccc;display:flex;flex-direction:row;flex-wrap:nowrap}.is-calculations .list__item i.material-icons,.is-offer .list__item i.material-icons{font-size:16px}.is-calculations .list__item i.fa,.is-offer .list__item i.fa{font-size:14px}.is-calculations .list__item .mx,.is-offer .list__item .mx{margin-left:5px;margin-right:5px}.is-calculations .list__item .mr,.is-offer .list__item .mr{margin-right:5px}.is-calculations .list__item .ml,.is-offer .list__item .ml{margin-left:5px}.is-calculations .list__item__details,.is-offer .list__item__details{align-items:center;display:flex;min-height:30px;padding:1px 10px}.is-calculations .list__item__details.is-icons,.is-offer .list__item__details.is-icons{justify-content:center;padding-left:0;padding-right:0;width:65px}.is-calculations .list__item__details.is-date,.is-offer .list__item__details.is-date{width:160px}.is-calculations .list__item__details.is-date.plus-nights:not(.plus-name),.is-offer .list__item__details.is-date.plus-nights:not(.plus-name){width:210px}.is-calculations .list__item__details.is-date.plus-name:not(.plus-nights),.is-offer .list__item__details.is-date.plus-name:not(.plus-nights){flex:1;width:440px}.is-calculations .list__item__details.is-date.plus-name.plus-nights,.is-offer .list__item__details.is-date.plus-name.plus-nights{flex:1;width:490px}.is-calculations .list__item__details.is-small-date,.is-offer .list__item__details.is-small-date{width:100px}.is-calculations .list__item__details.is-nights,.is-offer .list__item__details.is-nights{justify-content:center;width:50px}.is-calculations .list__item__details.is-name,.is-offer .list__item__details.is-name{flex:1;width:280px}.is-calculations .list__item__details.is-double,.is-calculations .list__item__details.is-margin,.is-calculations .list__item__details.is-profit,.is-calculations .list__item__details.is-single,.is-offer .list__item__details.is-double,.is-offer .list__item__details.is-margin,.is-offer .list__item__details.is-profit,.is-offer .list__item__details.is-single{width:140px}.is-calculations .list__item__details.is-profit-margin,.is-offer .list__item__details.is-profit-margin{width:280px}.is-calculations .list__item__details.is-buttons,.is-offer .list__item__details.is-buttons{justify-content:flex-end;padding-left:0;padding-right:20px;width:60px}.is-calculations .list__item__details.is-buttons i,.is-offer .list__item__details.is-buttons i{cursor:pointer;transition:transform .25s}.is-calculations .list__item__details.is-buttons i.is-rotated,.is-offer .list__item__details.is-buttons i.is-rotated{transform:rotate(180deg)}.is-calculations .list__item__details.is-buttons button,.is-offer .list__item__details.is-buttons button{height:28px;padding-bottom:2px}.is-calculations .list__item__details.is-buttons .btn-expand,.is-offer .list__item__details.is-buttons .btn-expand{position:absolute;right:13px}.is-calculations .list__item.is-head,.is-offer .list__item.is-head{font-weight:600}.is-calculations .list__item.is-head .list__item__details,.is-offer .list__item.is-head .list__item__details{padding-bottom:7px;padding-top:7px;white-space:nowrap}.is-calculations .list__item.is-head .list__item__details i.fa,.is-calculations .list__item.is-head .list__item__details i.material-icons,.is-offer .list__item.is-head .list__item__details i.fa,.is-offer .list__item.is-head .list__item__details i.material-icons{width:20px}.is-calculations .list__item.is-head .list__item__details.is-double i.fa,.is-calculations .list__item.is-head .list__item__details.is-double i.material-icons,.is-calculations .list__item.is-head .list__item__details.is-margin i.fa,.is-calculations .list__item.is-head .list__item__details.is-margin i.material-icons,.is-calculations .list__item.is-head .list__item__details.is-profit i.fa,.is-calculations .list__item.is-head .list__item__details.is-profit i.material-icons,.is-calculations .list__item.is-head .list__item__details.is-profit-margin i.fa,.is-calculations .list__item.is-head .list__item__details.is-profit-margin i.material-icons,.is-calculations .list__item.is-head .list__item__details.is-single i.fa,.is-calculations .list__item.is-head .list__item__details.is-single i.material-icons,.is-offer .list__item.is-head .list__item__details.is-double i.fa,.is-offer .list__item.is-head .list__item__details.is-double i.material-icons,.is-offer .list__item.is-head .list__item__details.is-margin i.fa,.is-offer .list__item.is-head .list__item__details.is-margin i.material-icons,.is-offer .list__item.is-head .list__item__details.is-profit i.fa,.is-offer .list__item.is-head .list__item__details.is-profit i.material-icons,.is-offer .list__item.is-head .list__item__details.is-profit-margin i.fa,.is-offer .list__item.is-head .list__item__details.is-profit-margin i.material-icons,.is-offer .list__item.is-head .list__item__details.is-single i.fa,.is-offer .list__item.is-head .list__item__details.is-single i.material-icons{text-align:center;width:25px}.is-calculations .list__item.is-head .list__item__details.is-icons i.fa,.is-calculations .list__item.is-head .list__item__details.is-icons i.material-icons,.is-calculations .list__item.is-head .list__item__details.is-nights i.fa,.is-calculations .list__item.is-head .list__item__details.is-nights i.material-icons,.is-offer .list__item.is-head .list__item__details.is-icons i.fa,.is-offer .list__item.is-head .list__item__details.is-icons i.material-icons,.is-offer .list__item.is-head .list__item__details.is-nights i.fa,.is-offer .list__item.is-head .list__item__details.is-nights i.material-icons{width:auto}.is-calculations .list__item.is-foot .list__item__details,.is-offer .list__item.is-foot .list__item__details{font-weight:600;padding-bottom:10px;padding-top:10px}.is-calculations .list__item.is-collapse .is-date,.is-offer .list__item.is-collapse .is-date{font-weight:600}.is-calculations .list__item.is-collapse .input.is-tiny,.is-offer .list__item.is-collapse .input.is-tiny{text-align:center}.is-calculations .list .collapse,.is-calculations .list .is-darker,.is-offer .list .collapse,.is-offer .list .is-darker{background:#eaeaea}.is-calculations .list .collapse.is-collapsed,.is-offer .list .collapse.is-collapsed{overflow:hidden}.is-calculations [data-prefix],.is-offer [data-prefix]{align-items:center;display:flex;justify-content:space-between;width:100%}.is-calculations [data-prefix]:before,.is-offer [data-prefix]:before{content:attr(data-prefix);text-align:center;width:25px}.is-calculations span[data-prefix],.is-offer span[data-prefix]{padding-right:5px}.is-calculations .is-overlay,.is-offer .is-overlay{align-items:center;background:rgba(247,249,250,.5);display:flex;justify-content:center;z-index:999}.is-calculations .contingent{align-items:center;display:flex;font-size:12px;min-height:30px;padding:5px 10px}.is-calculations .contingent .input{text-align:center;width:40px}.is-calculations .contingent span{padding-left:10px;padding-right:10px}.is-calculations .contingent__item{align-items:center;display:flex;margin-right:20px}.is-calculations .freeplaces{font-size:12px}.is-calculations .freeplaces__item{align-items:center;display:flex;justify-content:space-between;min-height:30px;padding:5px 19.5px 5px 10px}.is-calculations .freeplaces__item>div{align-items:center;display:flex}.is-calculations .freeplaces span{white-space:nowrap}.is-calculations .freeplaces .input{margin-left:10px;margin-right:10px;text-align:center;width:40px}.is-calculations .freeplaces .select{margin-left:10px;margin-right:10px}.is-offer .table--message{width:100%}.is-offer .table--message th{width:30%}.is-offer .table--message td{width:70%}.is-offer .table--message td,.is-offer .table--message th{padding:5px 10px}.is-offer .table--message .label{font-weight:600;line-height:26px}.is-offer>.box{margin-bottom:1.5rem}.attached-orders{padding:10px}.attached-orders .columns{flex-wrap:wrap}.attached-orders .has-multiselect{flex:none;width:541px}.attached-order{align-items:center;background:#eaeaea;border-radius:2px;box-shadow:0 0 4px rgba(0,0,0,.3);display:flex;flex-direction:row;font-size:12px;height:30px;justify-content:space-between;padding:3px 10px}.attached-order .multiselect{margin-right:10px}.attached-order .order__details{display:flex;flex:1}.attached-order .order__details strong{margin-right:10px}.attached-order .order__details span,.attached-order .order__details strong{align-items:center;display:flex}.attached-order .order__details span i,.attached-order .order__details strong i{margin-right:5px}.attached-order .order__buttons{align-items:center;display:flex;margin-left:10px}.attached-order .order__buttons i{cursor:pointer}.attached-order .order__buttons i.fa{font-size:14px}.attached-order .order__buttons i:not(:last-child){margin-right:5px}.attached-order.is-green{background:#41b883;color:#fff}.attached-order.is-green *{color:inherit!important}.conditions{position:relative}.conditions__category{align-items:center;background:#eaeaea;border-radius:2px;box-shadow:0 0 4px rgba(0,0,0,.3);display:flex;font-size:12px;font-weight:600;height:30px;justify-content:space-between;margin-bottom:10px;padding:3px 10px}.conditions__category.is-editable{transition:background .2s}.conditions__category.is-editable:hover{background:#f7f9fa}.conditions .card{background:#fff;border:1px solid #ccc;box-shadow:0 0 0 hsla(0,0%,100%,0);margin-bottom:10px;min-height:0}.conditions .card .mx{margin-left:5px;margin-right:5px}.conditions .card .mr{margin-right:5px}.conditions .card .is-nowrap{white-space:nowrap}.conditions .card .columns:not(:last-child){margin-bottom:10px}.conditions .card .columns .column{padding-bottom:5px;padding-top:5px}.conditions .card .label{font-weight:600}.conditions .card .freeplace{align-items:center;display:flex;flex-direction:row}.conditions .card .freeplace:not(:last-child){margin-bottom:10px}.bulletpoints{position:relative}.bulletpoint{display:flex;flex-direction:column;min-height:200px}.bulletpoint__name{align-items:center;background:#eaeaea;border:1px solid #ddd;border-radius:2px;display:flex;font-size:12px;font-weight:600;height:30px;justify-content:space-between;margin-bottom:10px;padding:3px 10px}.bulletpoint .button.is-fullwidth{flex:1}.bulletpoint .level{margin-bottom:10px}.bulletpoint .level .select{margin-right:10px}.bulletpoint .level .select select{height:30px}@media screen and (max-width:1800px){.is-calculations>.columns{flex-direction:column}.is-calculations>.columns>.column{flex:none;max-width:1250px}}@media screen and (max-width:1720px){.is-offer>.box>.columns{flex-direction:column}.is-offer>.box>.columns>.column{flex:none;width:100%!important}}.calculation>.main-panel{background:0;border-radius:0;box-shadow:0 0 0 transparent;margin:0;padding:0}.calculation .loaded-search{margin-bottom:15px}.calculation .redesign-table .is-additional .row .cell{color:#3c8dbc}.calculation .redesign-table .row.is-header{justify-content:space-between}.calculation .redesign-table .row.is-head,.calculation .redesign-table .row.is-headline{height:31px}.calculation .redesign-table .row.darken,.calculation .redesign-table .row.is-headline{background:#eee;font-size:11px}.calculation .redesign-table .row.isItemPriceRow .cell{opacity:60%}.calculation .redesign-table .row:not(.is-head) .cell.is-price-cell{border-left:1px solid #ddd}.calculation .redesign-table .row:not(.is-head) .cell.is-price-cell.has-last-right-border:last-child,.calculation .redesign-table .row:not(.is-head) .cell.is-price-cell.is-margin-cell{border-right:1px solid #ddd}.calculation .redesign-table .row:not(.is-head) .cell.is-currency-cell{border-left:1px solid #ddd}.calculation .redesign-table .cell.is-centered{justify-content:center}.calculation .redesign-table .cell.is-price-cell{align-items:center;display:flex;flex-direction:row;flex-grow:0;flex-shrink:0;height:30px;padding-left:0;padding-right:0;width:130px}.calculation .redesign-table .cell.is-price-cell.is-half{width:65px}.calculation .redesign-table .cell.is-price-cell.is-small{width:70px}.calculation .redesign-table .cell.is-price-cell .is-currency{padding-left:10px}.calculation .redesign-table .cell.is-price-cell .margin-tax{align-items:center;display:flex;justify-content:space-between;padding-left:10px;padding-right:10px;width:100%}.calculation .redesign-table .cell.is-price-cell .margin-tax .v-popover,.calculation .redesign-table .cell.is-price-cell .margin-tax .v-popover .trigger{height:auto}.calculation .redesign-table .cell.is-price-cell .empty{display:block;padding-left:10px;padding-right:10px;text-align:right;width:100%}.calculation .redesign-table .cell.is-price-cell .input-price{border:0}.calculation .redesign-table .cell.is-price-cell .input-price .is-blue{color:#3c8dbc}.calculation .redesign-table .cell.is-price-cell .input-price.is-read-only{background:0}.calculation .redesign-table .cell.is-price-cell .input-price.is-highlight{background:rgba(98,203,49,.2)}.calculation .redesign-table .cell.is-price-cell .v-popover{flex-shrink:0;height:30px}.calculation .redesign-table .cell.is-price-cell .v-popover .trigger{height:30px}.calculation .redesign-table .cell.is-price-cell .v-popover+.link{margin-left:0}.calculation .redesign-table .cell.is-name-cell{padding-right:0}.calculation .redesign-table .cell.is-name-cell>.input{border-left:1px solid #ddd;border-right:0}.calculation .redesign-table .cell.is-name-cell.has-provider>.input{border-right:1px solid #ddd}.calculation .redesign-table .cell.is-provider-cell{flex-grow:0;flex-shrink:0;width:180px}.calculation .redesign-table .cell.is-date-cell{max-width:140px;overflow:visible!important;text-overflow:clip!important}.calculation .redesign-table .cell.is-icon-cell{overflow:visible!important;text-overflow:clip!important;width:50px}.calculation .redesign-table .cell.is-icon-cell.is-edit-icon{width:25px}.calculation .redesign-table .cell.is-icon-cell .icon{background:#34495e;border-radius:50%;color:#fff;font-size:11px;height:22px;line-height:22px;text-align:center;width:22px}.calculation .redesign-table .cell.is-icon-cell .icon i.material-icons{color:inherit;font-size:12px}.calculation .circle{border:1px solid #ddd;border-radius:50%;display:block;flex-grow:0;flex-shrink:0;height:10px;margin:10px;width:10px}.calculation .circle.is-orange{background:#e6ab87;border:1px solid #e68c87}.calculation .circle.is-green{background:#41b883;border:1px solid #006400}.calculation .circle.is-invisible{background:none;border:none}.calculation .circle.is-small-input{margin:0 10px}.calculation .circle-line{height:10px;position:absolute;-webkit-transform:translateY(-23px) translateX(5px) rotate(-45deg);width:14px}.calculation .circle-line.is-orange{border-bottom:2px solid #e68c87}.calculation .circle-line.is-green{border-bottom:2px solid #006400}.calculation .circle-line.is-small-input{-webkit-transform:translateY(-13px) translateX(5px) rotate(-45deg)}.calculation .inOrderCurrency{color:#3c8dbc;font-size:10px;line-height:30px;margin:0 7px}.calculation .link{line-height:30px;margin:0 7px}.calculation .link i.material-icons{transform:rotate(45deg)}.order-client-invoice{overflow-x:initial!important}.order-client-invoice>.accordion{margin-bottom:40px}.order-client-invoice>.accordion>.accordion-header{align-items:center;display:flex;font-weight:700}.order-client-invoice>.accordion>.accordion-content>div{padding:30px 40px}.order-client-invoice .overview .is-empty{font-weight:400;padding:10px 0}.order-client-invoice .tables .gray-table{background-color:#f7f9fa;border:1px solid #ccc;border-radius:2px;border-top:2px solid #60a4ab;box-shadow:0 1px 10px rgba(0,0,0,.05),0 1px 2px rgba(0,0,0,.1);margin-bottom:30px;max-width:1170px}.order-client-invoice .tables .gray-table .is-info{color:#3c8dbc;font-weight:400}.order-client-invoice .tables .gray-table footer,.order-client-invoice .tables .gray-table header{align-items:center;display:flex;font-weight:600;min-height:40px;padding:0 10px}.order-client-invoice .tables .gray-table footer i,.order-client-invoice .tables .gray-table header i{font-size:16px}.order-client-invoice .tables .gray-table footer .fa-plus-circle,.order-client-invoice .tables .gray-table header .fa-plus-circle{font-size:18px}.order-client-invoice .tables .gray-table footer>div:first-child,.order-client-invoice .tables .gray-table header>div:first-child{flex-grow:1}.order-client-invoice .tables .gray-table footer>div:first-child i,.order-client-invoice .tables .gray-table header>div:first-child i{margin-right:10px}.order-client-invoice .tables .gray-table footer button,.order-client-invoice .tables .gray-table header button{margin-left:5px}.order-client-invoice .tables .gray-table header{border-bottom:1px solid #ccc}.order-client-invoice .tables .gray-table footer{margin-right:74px}.order-client-invoice .tables .gray-table .head-row{font-weight:600}.order-client-invoice .tables .gray-table .head-row,.order-client-invoice .tables .gray-table .is-empty,.order-client-invoice .tables .gray-table .row{align-items:center;border-bottom:1px solid #ccc;display:flex;min-height:35px;padding:7px 10px;position:relative}.order-client-invoice .tables .gray-table .head-row>div:first-child,.order-client-invoice .tables .gray-table .is-empty>div:first-child,.order-client-invoice .tables .gray-table .row>div:first-child{flex-grow:1;padding-right:12px}.order-client-invoice .tables .gray-table .head-row>div:nth-child(2),.order-client-invoice .tables .gray-table .is-empty>div:nth-child(2),.order-client-invoice .tables .gray-table .row>div:nth-child(2){padding-right:12px;width:150px}.order-client-invoice .tables .gray-table .head-row>div:nth-child(3),.order-client-invoice .tables .gray-table .head-row>div:nth-child(4),.order-client-invoice .tables .gray-table .is-empty>div:nth-child(3),.order-client-invoice .tables .gray-table .is-empty>div:nth-child(4),.order-client-invoice .tables .gray-table .row>div:nth-child(3),.order-client-invoice .tables .gray-table .row>div:nth-child(4){text-align:right;width:150px}.order-client-invoice .tables .gray-table .head-row>div:nth-child(5),.order-client-invoice .tables .gray-table .is-empty>div:nth-child(5),.order-client-invoice .tables .gray-table .row>div:nth-child(5){text-align:right;width:74px}.order-client-invoice .tables .gray-table .rows{background-color:#eaeaea}.order-client-invoice .tables .gray-table .rows:not(.has-head) .isEven{background-color:#fff}.order-client-invoice .tables .gray-table .rows:not(.has-head) .isOdd{background-color:#eaeaea}.order-client-invoice .tables .gray-table .rows.has-head>div{background-color:#fff}.order-client-invoice .tables .gray-table .rows.has-head>div.head-row{background-color:#eaeaea}.order-client-invoice .tables .gray-table .btn-visibility{background-color:transparent;border:0;position:absolute;right:26px;top:5px;width:30px}.order-client-invoice .tables .gray-table .btn-visibility:before{text-rendering:optimizeLegibility;font-feature-settings:"liga" 1;-webkit-font-smoothing:antialiased;content:"";font-family:Material Icons;text-transform:none}.order-client-invoice .tables .gray-table .btn-visibility.is-loading:after{border-color:transparent transparent #34495e #34495e}.order-client-invoice .tables .gray-table .btn-visibility.is-loading:before{content:none}.order-client-invoice .tables .gray-table .btn-freeplaces{background-color:transparent;border:0;position:absolute;right:44px;top:4px;width:30px}.order-client-invoice .tables .gray-table .btn-freeplaces:before{text-rendering:optimizeLegibility;font-feature-settings:"liga" 1;-webkit-font-smoothing:antialiased;content:"";font-family:Material Icons;text-transform:none}.order-client-invoice .tables .gray-table .btn-freeplaces.is-loading:after{border-color:transparent transparent #34495e #34495e}.order-client-invoice .tables .gray-table .btn-freeplaces.is-loading:before{content:none}.order-client-invoice .tables .gray-table .btn-freeplaces.has-freeplaces,.order-client-invoice .tables .gray-table .is-not-visible *{color:#ccc}.order-client-invoice .tables .gray-table .is-not-visible .btn-visibility{color:#34495e}.order-client-invoice .tables .gray-table .is-not-visible .btn-visibility:before{content:""}.order-client-invoice .tables .gray-table .rows .is-empty:not(:first-child){display:none}.order-client-invoice .tables .gray-table:last-child{margin-bottom:0}.order-client-invoice .tables .gray-table:last-child .row>div:first-child button{margin-left:5px}.order-client-invoice .tables .gray-table:last-child .row>div:nth-child(2){width:400px}.order-client-invoice .tables .gray-table:last-child .row>div:last-child{width:350px}.order-client-invoice .tables .gray-table.is-payments .row>div:first-child{align-items:center;display:flex;justify-content:space-between}.order-client-invoice .tables .btn-edit.in-row{display:none}.order-client-invoice .tables .row.is-edit-mode{padding:0 10px}.order-client-invoice .tables .row:hover .btn-edit{display:inline-block}.order-client-invoice .tables button.btn-cancel,.order-client-invoice .tables button.btn-save{border:0;height:34px;position:absolute;top:0;width:30px}.order-client-invoice .tables button.btn-cancel:hover,.order-client-invoice .tables button.btn-save:hover{border:0}.order-client-invoice .tables button.btn-cancel:hover i,.order-client-invoice .tables button.btn-save:hover i{transform:scale(1.3)}.order-client-invoice .tables button.btn-cancel.is-loading i,.order-client-invoice .tables button.btn-save.is-loading i{display:none}.order-client-invoice .tables button.btn-cancel i,.order-client-invoice .tables button.btn-save i{margin-right:0}.order-client-invoice .tables button.btn-cancel{border-radius:0;right:-30px}.order-client-invoice .tables button.btn-cancel i{color:#ff3860}.order-client-invoice .tables button.btn-save{background-color:#62cb31;border-radius:0 2px 2px 0;right:-60px}.order-client-invoice .tables button.btn-save i{color:#fff}.order-client-invoice .form .accordion-content .is-flex{justify-content:space-between;padding-bottom:30px;position:relative}.order-client-invoice .form .accordion-content .level-left .button{margin-right:15px}.order-client-invoice .form .gray-box{background-color:#f7f9fa;border-radius:2px;border-top:2px solid #60a4ab;box-shadow:0 1px 10px rgba(0,0,0,.05),0 1px 2px rgba(0,0,0,.1);height:100%;width:100%}.order-client-invoice .form .gray-box header{align-items:center;border-bottom:1px solid #ccc;display:flex;font-weight:600;min-height:45px;padding:0 10px}.order-client-invoice .form .gray-box header i{font-size:16px;margin-right:10px}.order-client-invoice .form .gray-box main{padding:20px}.order-client-invoice .form .gray-box main>div{align-items:flex-start;display:flex;justify-content:space-between;line-height:30px;margin-bottom:5px}.order-client-invoice .form .gray-box main label{flex-grow:0;flex-shrink:0;font-weight:600;width:150px}.order-client-invoice .form .gray-box main .field{flex:1}.order-client-invoice .form .gray-box textarea{min-height:50px;min-width:0}.order-client-invoice .is-full-width{width:100%}.order-client-invoice .is-date{width:73px}.bp-client-invoice .circle{background:#60a4ab;border-radius:50%;color:#fff;font-size:11px;height:14px;line-height:14px;text-align:center;width:14px}.bp-client-invoice .row.is-head{background:#ccc;height:31px}.bp-client-invoice .row.is-sub-head{background:#eaeaea;height:31px}.bp-client-invoice>.row{background:#f7f9fa}.bp-client-invoice>.row:not([class*=" is"]):hover{background:#e7edf0}.trip-details>.main-panel{background:0;border-radius:0;box-shadow:0 0 0 transparent;margin:0;padding:0}.trip-details>.main-panel>.tab-addition{margin-bottom:30px}.trip-details .details .days-switch,.trip-details .menus .days-switch{position:relative}.trip-details .details .days-switch:before,.trip-details .menus .days-switch:before{border-left:1px solid #ccc;border-right:1px solid #ccc;bottom:0;content:"";left:25px;margin-left:-1px;position:absolute;top:0;width:0}.trip-details .details .days-switch .day-button,.trip-details .menus .days-switch .day-button{display:flex;flex-direction:row;position:relative;width:100px}.trip-details .details .days-switch .day-button:not(:last-child),.trip-details .menus .days-switch .day-button:not(:last-child){margin-bottom:15px}.trip-details .details .days-switch .day-button button,.trip-details .menus .days-switch .day-button button{background:#fff;border:1px solid #ccc;border-radius:50%;box-shadow:0 0 5px rgba(0,0,0,.1);font-size:10px;height:50px;line-height:1;position:relative;transition:color .25s,background .25s;width:50px}.trip-details .details .days-switch .day-button button strong,.trip-details .menus .days-switch .day-button button strong{color:inherit;display:block;font-size:14px;padding-bottom:2px;text-transform:uppercase}.trip-details .details .days-switch .day-button button.is-visited,.trip-details .menus .days-switch .day-button button.is-visited{background:#f7f9fa;color:#ccc}.trip-details .details .days-switch .day-button button.is-done,.trip-details .menus .days-switch .day-button button.is-done{background:#62cb31;border-color:#62cb31;color:#fff}.trip-details .details .days-switch .day-button button.is-active-day,.trip-details .menus .days-switch .day-button button.is-active-day{border:2px solid #fff;box-shadow:0 0 0 2px #60a4ab}.trip-details .details .days-switch .day-button button.is-active-day:not(.is-done),.trip-details .menus .days-switch .day-button button.is-active-day:not(.is-done){background:#fff;color:#6a6c6f}.trip-details .details .days-switch .day-button__requests,.trip-details .menus .days-switch .day-button__requests{margin-top:25px;padding-top:10px;position:relative;text-align:center;width:50px}.trip-details .details .days-switch .day-button__requests:after,.trip-details .menus .days-switch .day-button__requests:after{border-bottom:1px solid #ccc;content:"";left:0;position:absolute;top:0;width:50%}.trip-details .details .days-switch .day-button__requests:before,.trip-details .menus .days-switch .day-button__requests:before{border-right:1px solid #ccc;bottom:0;content:"";left:50%;position:absolute;top:0;width:0}.trip-details .details .days-switch .day-button__requests button,.trip-details .menus .days-switch .day-button__requests button{border:2px solid #ccc;height:30px;width:30px}.trip-details .details .days-switch .day-button__requests button i,.trip-details .menus .days-switch .day-button__requests button i{color:#fff}.trip-details .details .days-switch .day-button__requests button:not(:last-child),.trip-details .menus .days-switch .day-button__requests button:not(:last-child){margin-bottom:10px}.trip-details .details .days-switch .day-button__requests button.is-progress-0,.trip-details .menus .days-switch .day-button__requests button.is-progress-0{background:#e68c87;border-color:#e68c87}.trip-details .details .days-switch .day-button__requests button.is-progress-25,.trip-details .menus .days-switch .day-button__requests button.is-progress-25{background:#e6ab87;border-color:#e6ab87}.trip-details .details .days-switch .day-button__requests button.is-progress-50,.trip-details .menus .days-switch .day-button__requests button.is-progress-50{background:#3498db;border-color:#3498db}.trip-details .details .days-switch .day-button__requests button.is-progress-75,.trip-details .menus .days-switch .day-button__requests button.is-progress-75{background:#35cddb;border-color:#35cddb}.trip-details .details .days-switch .day-button__requests button.is-progress-100,.trip-details .menus .days-switch .day-button__requests button.is-progress-100{background:#62cb31;border-color:#62cb31}.trip-details .details .days-switch .day-button__requests button.is-active,.trip-details .menus .days-switch .day-button__requests button.is-active{border:2px solid #fff;box-shadow:0 0 0 2px #60a4ab}.trip-details .menus .days-switch .day-block{position:relative}.trip-details .menus .days-switch .day-block:before{border-bottom:1px solid #ccc;content:"";left:0;position:absolute;top:25px;width:100%}.trip-details .menus .days-switch:before{display:none}.trip-details .menus .day-content{margin-left:120px}.trip-details .details{align-items:flex-start;display:flex;flex-direction:row}.trip-details .details .days-switch{flex-grow:0;flex-shrink:0;margin-right:20px;width:100px}.trip-details .details__right{flex:1}.trip-details .columns>.column.is-half>.section>.columns>.column.is-half{width:100%}.trip-details .section{padding:0 0 30px}.trip-details .section-title{align-items:center;display:flex;justify-content:space-between;margin-bottom:.75rem}.trip-details .section-title .h2{align-items:center;display:flex;margin-bottom:0}.trip-details .section-title .h2 i.material-icons{margin-left:5px}.trip-details .details__right .bp-panel:not(:last-child){margin-bottom:15px}.trip-details .details__right .days-header{border-top:0}.trip-details .details__right .days-header>div{flex-grow:0}.trip-details .details__right .days-header>div:first-child{flex-grow:1;width:150px}.trip-details .details__right .placeholder-view{flex-grow:1}.trip-details .details__right .placeholder-view>div:first-child{width:150px}.is-catalog>.main-panel{background:0;border-radius:0;box-shadow:0 0 0 transparent;margin:0;padding:0}.is-catalog>.main-panel>.tab-addition{margin-bottom:30px}.is-catalog .panel.is-day{box-shadow:0 0 0 transparent}.is-catalog .panel.is-day>.panel-heading{border-left:0;border-right:0;font-size:11px;padding-left:15px;padding-right:15px}.is-catalog .panel.is-day>.panel-block{border:0;padding-left:15px;padding-right:15px;padding-top:0}.is-catalog .panel.is-day .pell{border:0;box-shadow:0 0 0 transparent;margin-bottom:15px}.is-catalog .panel.is-day .pell-actionbar{background:0}.is-catalog .panel.is-day .pell-content{border-bottom:1px solid hsla(0,0%,4%,.1)}.order-list h5{font-weight:600;padding-bottom:10px;text-transform:uppercase}.order-list .filters{display:flex;padding-bottom:40px}.order-list .filters .material-icons{font-size:22px;top:3px;vertical-align:-7px}.order-list .filters .fa{font-size:19px}.order-list .filters .select,.order-list .filters select{height:27px}.order-list .table-search{width:100%}.order-list .table-search .fa{font-size:12px}.order-list .table-dates{line-height:27px;padding-left:50px}.order-list .table-dates .flatpickr-input[readonly]{font-size:12px;height:27px;width:70px}.order-list [class*=is-fixed-width]{margin-left:60px;position:relative}.order-list [class*=is-fixed-width] i{left:-26px;position:absolute;top:5px}.order-list .hpanel-body .is-fixed-width{width:150px}.order-list .material-icons{vertical-align:-4px}.orders-add .column{padding-right:60px}.orders-add .is-client{position:relative}.orders-add .is-client>a{font-size:16px;position:absolute;right:-30px;text-align:center;top:4px;width:30px}.orders-add .is-client>a i{color:#34495e}.police-tape{background-color:#ccc;background:linear-gradient(180deg,#fff,#ccc 5%,#ccc 90%,#d9d9d9 95%,#4d4d4d);font-size:3em;padding:.125em;text-align:center;white-space:nowrap}.police-tape--1{margin-top:0;top:40%;transform:rotate(10deg);z-index:2}.police-tape--1,.police-tape--2{font-family:Roboto Condensed;left:-5%;position:absolute;right:-5%}.police-tape--2{top:50%;transform:rotate(-8deg)}.ghost{display:flex;flex-direction:column;height:100vh;justify-content:stretch}.ghost--columns{align-content:stretch;display:flex;flex-basis:200px;flex-grow:1}.ghost--navbar{background:linear-gradient(0deg,#fff,#fff 10px,transparent 0);border-bottom:2px solid #fff;flex:0 0 60px}.ghost--column{background-color:#f0f0f0;border:solid #fff;border-width:0 0 0 10px;flex:1 0 30%}.ghost--column:first-child .code:first-child{margin-left:5em}.ghost--column:first-child .code:nth-child(2){margin-left:4.5em}.ghost--column:first-child .code:nth-child(3){margin-left:5.5em}.ghost--column:first-child .code:nth-child(4){margin-left:2em}.ghost--column:nth-child(2) .code:first-child{margin-left:3em}.ghost--column:nth-child(2) .code:nth-child(2){margin-left:5.5em}.ghost--column:nth-child(2) .code:nth-child(3){margin-left:3.5em}.ghost--column:nth-child(2) .code:nth-child(4){margin-left:2.5em}.ghost--column:nth-child(3) .code:first-child{margin-left:4.5em}.ghost--column:nth-child(3) .code:nth-child(2){margin-left:3em}.ghost--column:nth-child(3) .code:nth-child(3){margin-left:4em}.ghost--column:nth-child(3) .code:nth-child(4){margin-left:4.5em}.ghost--main{border-top:15px solid #fff;flex:1 0 100px}.code,.ghost--main{background-color:#fff}.code{display:block;height:1em;margin:1em;width:100px}.ghost--main .code{height:2em;width:200px}.trip-dashboard .is-invoice-list.has-form-open{padding-right:0}@media (max-width:1700px){.trip-dashboard .is-invoice-list.has-form-open{padding-right:425px}}.modal-aside.is-invoice-form{pointer-events:none;top:67px}.modal-aside.is-invoice-form .modal-overlay{display:none}.modal-aside.is-invoice-form .modal-content{border-left:1px solid #ccc;border-top:2px solid #60a4ab;overflow-y:scroll;padding:30px 10px 80px 12px;pointer-events:auto;width:451px}.modal-aside.is-invoice-form h4{padding-bottom:0;text-transform:uppercase}.modal-aside.is-invoice-form table{width:100%}.modal-aside.is-invoice-form td{padding:5px 0}.modal-aside.is-invoice-form .row .cell{flex:none}.modal-aside.is-invoice-form .row .cell:first-child{flex-grow:1}.modal-aside.is-invoice-form .row .cell:nth-child(2),.modal-aside.is-invoice-form .row .cell:nth-last-child(2){text-align:right;width:86px}.modal-aside.is-invoice-form .row .cell:last-child{width:15px}.modal-aside.is-invoice-form .row .cell.is-actions{padding:0 3px 0 0}.modal-aside.is-invoice-form .is-empty{width:100%}.modal-aside.is-invoice-form .label{min-width:165px;padding-top:9px}.modal-aside.is-invoice-form .textarea:not([rows]){min-height:70px}.modal-aside.is-invoice-form .button.is-success{margin-bottom:10px}.modal-aside.is-invoice-form .total-for-list{text-align:right;width:230px}.modal-aside.is-invoice-form .total-for-list>div{align-items:center;border-bottom:1px solid #ccc;border-left:1px solid #ccc;border-right:1px solid #ccc;display:flex;height:30px;padding:0 53px 0 15px;position:relative}.modal-aside.is-invoice-form .total-for-list label{flex-grow:1;text-align:left}.modal-aside.is-invoice-form .is-empty{padding:20px;text-align:center}.is-faqs .filters{display:flex;padding-bottom:20px}.is-faqs .filters input:first-child{margin-right:5px}.is-faqs aside.main-panel{padding-bottom:0}.is-faqs .accordion{margin-bottom:25px}.is-faqs .accordion-header{align-items:center;background-color:#eaeaea;display:flex;font-weight:600;text-transform:uppercase}.is-faqs .row:not(.is-head):hover{cursor:pointer}.is-faqs .redesign-table{border-top:0}.is-faqs .redesign-table .cell.is-small-cell{width:45px}.is-faqs .redesign-table .is-active{background-color:#e8f4ff}.is-faqs .btn-delete.is-loading:after{top:-6px}.is-faqs>.panel{background-color:#fff;margin-bottom:0;position:relative;width:100%}.is-faqs>.panel .panel-heading{border-bottom:0;border-left:0;border-right:0}.is-faqs>.panel .panel-heading .question{flex-grow:1;margin-right:10px}.is-faqs>.panel .panel-heading .category{margin-right:10px;text-align:right;width:200px}.is-faqs>.panel .panel-heading.is-view .question{padding-right:150px}.is-faqs>.panel .panel-heading.is-view .category{background-color:#60a4ab;color:#fff;font-weight:400;line-height:18px;margin-right:0;padding:0 20px;position:absolute;right:0;text-transform:capitalize;top:0;width:auto}.is-faqs>.panel .panel-content{padding:15px}.is-faqs .ql-editor{min-height:620px}.is-faqs .is-close,.is-faqs .is-save{bottom:-26px;position:absolute}.is-faqs .is-close i,.is-faqs .is-save i{margin-right:0}.is-faqs .is-close{right:36px}.is-faqs .is-save{right:0}aside.is-faqs .faqs-overlay,aside.is-faqs .faqs-wrapper{bottom:0;position:absolute;right:0;top:52px}aside.is-faqs .faqs-overlay{background:rgba(0,0,0,.7);width:100%;z-index:100}aside.is-faqs .faqs-wrapper{background:#fff;overflow-y:auto;padding:15px;position:absolute;width:420px;z-index:101}aside.is-faqs .bp-panel{border-bottom:1px solid #ddd;border-top:1px solid #ddd;box-shadow:0 0 0 hsla(0,0%,100%,0);padding-top:15px}
/*# sourceMappingURL=672.bdde6a5c.css.map*/