@charset "UTF-8";@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700);@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i700,700i);@import url(https://fonts.googleapis.com/css2?family=Poppins&display=swap);@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap);@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap); /*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:none;transform:none}}@keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@font-face{font-family:Pe-icon-7-stroke;src:url(/static/media/Pe-icon-7-stroke.71394c0c.eot);src:url(/static/media/Pe-icon-7-stroke.71394c0c.eot?#iefixd7yf1v) format("embedded-opentype"),url(/static/media/Pe-icon-7-stroke.b38ef310.woff) format("woff"),url(/static/media/Pe-icon-7-stroke.01798bc1.ttf) format("truetype"),url(/static/media/Pe-icon-7-stroke.dedf2698.svg#Pe-icon-7-stroke) format("svg");font-weight:400;font-style:normal}[class*=" pe-7s-"],[class^=pe-7s-]{display:inline-block;font-family:Pe-icon-7-stroke;speak:none;font-style:normal;font-weight:400;-webkit-font-feature-settings:normal;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pe-7s-album:before{content:"\E6AA"}.pe-7s-arc:before{content:"\E6AB"}.pe-7s-back-2:before{content:"\E6AC"}.pe-7s-bandaid:before{content:"\E6AD"}.pe-7s-car:before{content:"\E6AE"}.pe-7s-diamond:before{content:"\E6AF"}.pe-7s-door-lock:before{content:"\E6B0"}.pe-7s-eyedropper:before{content:"\E6B1"}.pe-7s-female:before{content:"\E6B2"}.pe-7s-gym:before{content:"\E6B3"}.pe-7s-hammer:before{content:"\E6B4"}.pe-7s-headphones:before{content:"\E6B5"}.pe-7s-helm:before{content:"\E6B6"}.pe-7s-hourglass:before{content:"\E6B7"}.pe-7s-leaf:before{content:"\E6B8"}.pe-7s-magic-wand:before{content:"\E6B9"}.pe-7s-male:before{content:"\E6BA"}.pe-7s-map-2:before{content:"\E6BB"}.pe-7s-next-2:before{content:"\E6BC"}.pe-7s-paint-bucket:before{content:"\E6BD"}.pe-7s-pendrive:before{content:"\E6BE"}.pe-7s-photo:before{content:"\E6BF"}.pe-7s-piggy:before{content:"\E6C0"}.pe-7s-plugin:before{content:"\E6C1"}.pe-7s-refresh-2:before{content:"\E6C2"}.pe-7s-rocket:before{content:"\E6C3"}.pe-7s-settings:before{content:"\E6C4"}.pe-7s-shield:before{content:"\E6C5"}.pe-7s-smile:before{content:"\E6C6"}.pe-7s-usb:before{content:"\E6C7"}.pe-7s-vector:before{content:"\E6C8"}.pe-7s-wine:before{content:"\E6C9"}.pe-7s-cloud-upload:before{content:"\E68A"}.pe-7s-cash:before{content:"\E68C"}.pe-7s-close:before{content:"\E680"}.pe-7s-bluetooth:before{content:"\E68D"}.pe-7s-cloud-download:before{content:"\E68B"}.pe-7s-way:before{content:"\E68E"}.pe-7s-close-circle:before{content:"\E681"}.pe-7s-id:before{content:"\E68F"}.pe-7s-angle-up:before{content:"\E682"}.pe-7s-wristwatch:before{content:"\E690"}.pe-7s-angle-up-circle:before{content:"\E683"}.pe-7s-world:before{content:"\E691"}.pe-7s-angle-right:before{content:"\E684"}.pe-7s-volume:before{content:"\E692"}.pe-7s-angle-right-circle:before{content:"\E685"}.pe-7s-users:before{content:"\E693"}.pe-7s-angle-left:before{content:"\E686"}.pe-7s-user-female:before{content:"\E694"}.pe-7s-angle-left-circle:before{content:"\E687"}.pe-7s-up-arrow:before{content:"\E695"}.pe-7s-angle-down:before{content:"\E688"}.pe-7s-switch:before{content:"\E696"}.pe-7s-angle-down-circle:before{content:"\E689"}.pe-7s-scissors:before{content:"\E697"}.pe-7s-wallet:before{content:"\E600"}.pe-7s-safe:before{content:"\E698"}.pe-7s-volume2:before{content:"\E601"}.pe-7s-volume1:before{content:"\E602"}.pe-7s-voicemail:before{content:"\E603"}.pe-7s-video:before{content:"\E604"}.pe-7s-user:before{content:"\E605"}.pe-7s-upload:before{content:"\E606"}.pe-7s-unlock:before{content:"\E607"}.pe-7s-umbrella:before{content:"\E608"}.pe-7s-trash:before{content:"\E609"}.pe-7s-tools:before{content:"\E60A"}.pe-7s-timer:before{content:"\E60B"}.pe-7s-ticket:before{content:"\E60C"}.pe-7s-target:before{content:"\E60D"}.pe-7s-sun:before{content:"\E60E"}.pe-7s-study:before{content:"\E60F"}.pe-7s-stopwatch:before{content:"\E610"}.pe-7s-star:before{content:"\E611"}.pe-7s-speaker:before{content:"\E612"}.pe-7s-signal:before{content:"\E613"}.pe-7s-shuffle:before{content:"\E614"}.pe-7s-shopbag:before{content:"\E615"}.pe-7s-share:before{content:"\E616"}.pe-7s-server:before{content:"\E617"}.pe-7s-search:before{content:"\E618"}.pe-7s-film:before{content:"\E6A5"}.pe-7s-science:before{content:"\E619"}.pe-7s-disk:before{content:"\E6A6"}.pe-7s-ribbon:before{content:"\E61A"}.pe-7s-repeat:before{content:"\E61B"}.pe-7s-refresh:before{content:"\E61C"}.pe-7s-add-user:before{content:"\E6A9"}.pe-7s-refresh-cloud:before{content:"\E61D"}.pe-7s-paperclip:before{content:"\E69C"}.pe-7s-radio:before{content:"\E61E"}.pe-7s-note2:before{content:"\E69D"}.pe-7s-print:before{content:"\E61F"}.pe-7s-network:before{content:"\E69E"}.pe-7s-prev:before{content:"\E620"}.pe-7s-mute:before{content:"\E69F"}.pe-7s-power:before{content:"\E621"}.pe-7s-medal:before{content:"\E6A0"}.pe-7s-portfolio:before{content:"\E622"}.pe-7s-like2:before{content:"\E6A1"}.pe-7s-plus:before{content:"\E623"}.pe-7s-left-arrow:before{content:"\E6A2"}.pe-7s-play:before{content:"\E624"}.pe-7s-key:before{content:"\E6A3"}.pe-7s-plane:before{content:"\E625"}.pe-7s-joy:before{content:"\E6A4"}.pe-7s-photo-gallery:before{content:"\E626"}.pe-7s-pin:before{content:"\E69B"}.pe-7s-phone:before{content:"\E627"}.pe-7s-plug:before{content:"\E69A"}.pe-7s-pen:before{content:"\E628"}.pe-7s-right-arrow:before{content:"\E699"}.pe-7s-paper-plane:before{content:"\E629"}.pe-7s-delete-user:before{content:"\E6A7"}.pe-7s-paint:before{content:"\E62A"}.pe-7s-bottom-arrow:before{content:"\E6A8"}.pe-7s-notebook:before{content:"\E62B"}.pe-7s-note:before{content:"\E62C"}.pe-7s-next:before{content:"\E62D"}.pe-7s-news-paper:before{content:"\E62E"}.pe-7s-musiclist:before{content:"\E62F"}.pe-7s-music:before{content:"\E630"}.pe-7s-mouse:before{content:"\E631"}.pe-7s-more:before{content:"\E632"}.pe-7s-moon:before{content:"\E633"}.pe-7s-monitor:before{content:"\E634"}.pe-7s-micro:before{content:"\E635"}.pe-7s-menu:before{content:"\E636"}.pe-7s-map:before{content:"\E637"}.pe-7s-map-marker:before{content:"\E638"}.pe-7s-mail:before{content:"\E639"}.pe-7s-mail-open:before{content:"\E63A"}.pe-7s-mail-open-file:before{content:"\E63B"}.pe-7s-magnet:before{content:"\E63C"}.pe-7s-loop:before{content:"\E63D"}.pe-7s-look:before{content:"\E63E"}.pe-7s-lock:before{content:"\E63F"}.pe-7s-lintern:before{content:"\E640"}.pe-7s-link:before{content:"\E641"}.pe-7s-like:before{content:"\E642"}.pe-7s-light:before{content:"\E643"}.pe-7s-less:before{content:"\E644"}.pe-7s-keypad:before{content:"\E645"}.pe-7s-junk:before{content:"\E646"}.pe-7s-info:before{content:"\E647"}.pe-7s-home:before{content:"\E648"}.pe-7s-help2:before{content:"\E649"}.pe-7s-help1:before{content:"\E64A"}.pe-7s-graph3:before{content:"\E64B"}.pe-7s-graph2:before{content:"\E64C"}.pe-7s-graph1:before{content:"\E64D"}.pe-7s-graph:before{content:"\E64E"}.pe-7s-global:before{content:"\E64F"}.pe-7s-gleam:before{content:"\E650"}.pe-7s-glasses:before{content:"\E651"}.pe-7s-gift:before{content:"\E652"}.pe-7s-folder:before{content:"\E653"}.pe-7s-flag:before{content:"\E654"}.pe-7s-filter:before{content:"\E655"}.pe-7s-file:before{content:"\E656"}.pe-7s-expand1:before{content:"\E657"}.pe-7s-exapnd2:before{content:"\E658"}.pe-7s-edit:before{content:"\E659"}.pe-7s-drop:before{content:"\E65A"}.pe-7s-drawer:before{content:"\E65B"}.pe-7s-download:before{content:"\E65C"}.pe-7s-display2:before{content:"\E65D"}.pe-7s-display1:before{content:"\E65E"}.pe-7s-diskette:before{content:"\E65F"}.pe-7s-date:before{content:"\E660"}.pe-7s-cup:before{content:"\E661"}.pe-7s-culture:before{content:"\E662"}.pe-7s-crop:before{content:"\E663"}.pe-7s-credit:before{content:"\E664"}.pe-7s-copy-file:before{content:"\E665"}.pe-7s-config:before{content:"\E666"}.pe-7s-compass:before{content:"\E667"}.pe-7s-comment:before{content:"\E668"}.pe-7s-coffee:before{content:"\E669"}.pe-7s-cloud:before{content:"\E66A"}.pe-7s-clock:before{content:"\E66B"}.pe-7s-check:before{content:"\E66C"}.pe-7s-chat:before{content:"\E66D"}.pe-7s-cart:before{content:"\E66E"}.pe-7s-camera:before{content:"\E66F"}.pe-7s-call:before{content:"\E670"}.pe-7s-calculator:before{content:"\E671"}.pe-7s-browser:before{content:"\E672"}.pe-7s-box2:before{content:"\E673"}.pe-7s-box1:before{content:"\E674"}.pe-7s-bookmarks:before{content:"\E675"}.pe-7s-bicycle:before{content:"\E676"}.pe-7s-bell:before{content:"\E677"}.pe-7s-battery:before{content:"\E678"}.pe-7s-ball:before{content:"\E679"}.pe-7s-back:before{content:"\E67A"}.pe-7s-attention:before{content:"\E67B"}.pe-7s-anchor:before{content:"\E67C"}.pe-7s-albums:before{content:"\E67D"}.pe-7s-alarm:before{content:"\E67E"}.pe-7s-airplay:before{content:"\E67F"}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:initial}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:initial}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:initial;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:initial}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{background:transparent!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:Glyphicons Halflings;src:url(/static/media/glyphicons-halflings-regular.f4769f9b.eot);src:url(/static/media/glyphicons-halflings-regular.f4769f9b.eot?#iefix) format("embedded-opentype"),url(/static/media/glyphicons-halflings-regular.448c34a5.woff2) format("woff2"),url(/static/media/glyphicons-halflings-regular.fa277232.woff) format("woff"),url(/static/media/glyphicons-halflings-regular.e18bbf61.ttf) format("truetype"),url(/static/media/glyphicons-halflings-regular.f7214668.svg#glyphicons_halflingsregular) format("svg")}.glyphicon{position:relative;top:1px;display:inline-block;font-family:Glyphicons Halflings;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"*"}.glyphicon-plus:before{content:"+"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20AC"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270F"}.glyphicon-glass:before{content:"\E001"}.glyphicon-music:before{content:"\E002"}.glyphicon-search:before{content:"\E003"}.glyphicon-heart:before{content:"\E005"}.glyphicon-star:before{content:"\E006"}.glyphicon-star-empty:before{content:"\E007"}.glyphicon-user:before{content:"\E008"}.glyphicon-film:before{content:"\E009"}.glyphicon-th-large:before{content:"\E010"}.glyphicon-th:before{content:"\E011"}.glyphicon-th-list:before{content:"\E012"}.glyphicon-ok:before{content:"\E013"}.glyphicon-remove:before{content:"\E014"}.glyphicon-zoom-in:before{content:"\E015"}.glyphicon-zoom-out:before{content:"\E016"}.glyphicon-off:before{content:"\E017"}.glyphicon-signal:before{content:"\E018"}.glyphicon-cog:before{content:"\E019"}.glyphicon-trash:before{content:"\E020"}.glyphicon-home:before{content:"\E021"}.glyphicon-file:before{content:"\E022"}.glyphicon-time:before{content:"\E023"}.glyphicon-road:before{content:"\E024"}.glyphicon-download-alt:before{content:"\E025"}.glyphicon-download:before{content:"\E026"}.glyphicon-upload:before{content:"\E027"}.glyphicon-inbox:before{content:"\E028"}.glyphicon-play-circle:before{content:"\E029"}.glyphicon-repeat:before{content:"\E030"}.glyphicon-refresh:before{content:"\E031"}.glyphicon-list-alt:before{content:"\E032"}.glyphicon-lock:before{content:"\E033"}.glyphicon-flag:before{content:"\E034"}.glyphicon-headphones:before{content:"\E035"}.glyphicon-volume-off:before{content:"\E036"}.glyphicon-volume-down:before{content:"\E037"}.glyphicon-volume-up:before{content:"\E038"}.glyphicon-qrcode:before{content:"\E039"}.glyphicon-barcode:before{content:"\E040"}.glyphicon-tag:before{content:"\E041"}.glyphicon-tags:before{content:"\E042"}.glyphicon-book:before{content:"\E043"}.glyphicon-bookmark:before{content:"\E044"}.glyphicon-print:before{content:"\E045"}.glyphicon-camera:before{content:"\E046"}.glyphicon-font:before{content:"\E047"}.glyphicon-bold:before{content:"\E048"}.glyphicon-italic:before{content:"\E049"}.glyphicon-text-height:before{content:"\E050"}.glyphicon-text-width:before{content:"\E051"}.glyphicon-align-left:before{content:"\E052"}.glyphicon-align-center:before{content:"\E053"}.glyphicon-align-right:before{content:"\E054"}.glyphicon-align-justify:before{content:"\E055"}.glyphicon-list:before{content:"\E056"}.glyphicon-indent-left:before{content:"\E057"}.glyphicon-indent-right:before{content:"\E058"}.glyphicon-facetime-video:before{content:"\E059"}.glyphicon-picture:before{content:"\E060"}.glyphicon-map-marker:before{content:"\E062"}.glyphicon-adjust:before{content:"\E063"}.glyphicon-tint:before{content:"\E064"}.glyphicon-edit:before{content:"\E065"}.glyphicon-share:before{content:"\E066"}.glyphicon-check:before{content:"\E067"}.glyphicon-move:before{content:"\E068"}.glyphicon-step-backward:before{content:"\E069"}.glyphicon-fast-backward:before{content:"\E070"}.glyphicon-backward:before{content:"\E071"}.glyphicon-play:before{content:"\E072"}.glyphicon-pause:before{content:"\E073"}.glyphicon-stop:before{content:"\E074"}.glyphicon-forward:before{content:"\E075"}.glyphicon-fast-forward:before{content:"\E076"}.glyphicon-step-forward:before{content:"\E077"}.glyphicon-eject:before{content:"\E078"}.glyphicon-chevron-left:before{content:"\E079"}.glyphicon-chevron-right:before{content:"\E080"}.glyphicon-plus-sign:before{content:"\E081"}.glyphicon-minus-sign:before{content:"\E082"}.glyphicon-remove-sign:before{content:"\E083"}.glyphicon-ok-sign:before{content:"\E084"}.glyphicon-question-sign:before{content:"\E085"}.glyphicon-info-sign:before{content:"\E086"}.glyphicon-screenshot:before{content:"\E087"}.glyphicon-remove-circle:before{content:"\E088"}.glyphicon-ok-circle:before{content:"\E089"}.glyphicon-ban-circle:before{content:"\E090"}.glyphicon-arrow-left:before{content:"\E091"}.glyphicon-arrow-right:before{content:"\E092"}.glyphicon-arrow-up:before{content:"\E093"}.glyphicon-arrow-down:before{content:"\E094"}.glyphicon-share-alt:before{content:"\E095"}.glyphicon-resize-full:before{content:"\E096"}.glyphicon-resize-small:before{content:"\E097"}.glyphicon-exclamation-sign:before{content:"\E101"}.glyphicon-gift:before{content:"\E102"}.glyphicon-leaf:before{content:"\E103"}.glyphicon-fire:before{content:"\E104"}.glyphicon-eye-open:before{content:"\E105"}.glyphicon-eye-close:before{content:"\E106"}.glyphicon-warning-sign:before{content:"\E107"}.glyphicon-plane:before{content:"\E108"}.glyphicon-calendar:before{content:"\E109"}.glyphicon-random:before{content:"\E110"}.glyphicon-comment:before{content:"\E111"}.glyphicon-magnet:before{content:"\E112"}.glyphicon-chevron-up:before{content:"\E113"}.glyphicon-chevron-down:before{content:"\E114"}.glyphicon-retweet:before{content:"\E115"}.glyphicon-shopping-cart:before{content:"\E116"}.glyphicon-folder-close:before{content:"\E117"}.glyphicon-folder-open:before{content:"\E118"}.glyphicon-resize-vertical:before{content:"\E119"}.glyphicon-resize-horizontal:before{content:"\E120"}.glyphicon-hdd:before{content:"\E121"}.glyphicon-bullhorn:before{content:"\E122"}.glyphicon-bell:before{content:"\E123"}.glyphicon-certificate:before{content:"\E124"}.glyphicon-thumbs-up:before{content:"\E125"}.glyphicon-thumbs-down:before{content:"\E126"}.glyphicon-hand-right:before{content:"\E127"}.glyphicon-hand-left:before{content:"\E128"}.glyphicon-hand-up:before{content:"\E129"}.glyphicon-hand-down:before{content:"\E130"}.glyphicon-circle-arrow-right:before{content:"\E131"}.glyphicon-circle-arrow-left:before{content:"\E132"}.glyphicon-circle-arrow-up:before{content:"\E133"}.glyphicon-circle-arrow-down:before{content:"\E134"}.glyphicon-globe:before{content:"\E135"}.glyphicon-wrench:before{content:"\E136"}.glyphicon-tasks:before{content:"\E137"}.glyphicon-filter:before{content:"\E138"}.glyphicon-briefcase:before{content:"\E139"}.glyphicon-fullscreen:before{content:"\E140"}.glyphicon-dashboard:before{content:"\E141"}.glyphicon-paperclip:before{content:"\E142"}.glyphicon-heart-empty:before{content:"\E143"}.glyphicon-link:before{content:"\E144"}.glyphicon-phone:before{content:"\E145"}.glyphicon-pushpin:before{content:"\E146"}.glyphicon-usd:before{content:"\E148"}.glyphicon-gbp:before{content:"\E149"}.glyphicon-sort:before{content:"\E150"}.glyphicon-sort-by-alphabet:before{content:"\E151"}.glyphicon-sort-by-alphabet-alt:before{content:"\E152"}.glyphicon-sort-by-order:before{content:"\E153"}.glyphicon-sort-by-order-alt:before{content:"\E154"}.glyphicon-sort-by-attributes:before{content:"\E155"}.glyphicon-sort-by-attributes-alt:before{content:"\E156"}.glyphicon-unchecked:before{content:"\E157"}.glyphicon-expand:before{content:"\E158"}.glyphicon-collapse-down:before{content:"\E159"}.glyphicon-collapse-up:before{content:"\E160"}.glyphicon-log-in:before{content:"\E161"}.glyphicon-flash:before{content:"\E162"}.glyphicon-log-out:before{content:"\E163"}.glyphicon-new-window:before{content:"\E164"}.glyphicon-record:before{content:"\E165"}.glyphicon-save:before{content:"\E166"}.glyphicon-open:before{content:"\E167"}.glyphicon-saved:before{content:"\E168"}.glyphicon-import:before{content:"\E169"}.glyphicon-export:before{content:"\E170"}.glyphicon-send:before{content:"\E171"}.glyphicon-floppy-disk:before{content:"\E172"}.glyphicon-floppy-saved:before{content:"\E173"}.glyphicon-floppy-remove:before{content:"\E174"}.glyphicon-floppy-save:before{content:"\E175"}.glyphicon-floppy-open:before{content:"\E176"}.glyphicon-credit-card:before{content:"\E177"}.glyphicon-transfer:before{content:"\E178"}.glyphicon-cutlery:before{content:"\E179"}.glyphicon-header:before{content:"\E180"}.glyphicon-compressed:before{content:"\E181"}.glyphicon-earphone:before{content:"\E182"}.glyphicon-phone-alt:before{content:"\E183"}.glyphicon-tower:before{content:"\E184"}.glyphicon-stats:before{content:"\E185"}.glyphicon-sd-video:before{content:"\E186"}.glyphicon-hd-video:before{content:"\E187"}.glyphicon-subtitles:before{content:"\E188"}.glyphicon-sound-stereo:before{content:"\E189"}.glyphicon-sound-dolby:before{content:"\E190"}.glyphicon-sound-5-1:before{content:"\E191"}.glyphicon-sound-6-1:before{content:"\E192"}.glyphicon-sound-7-1:before{content:"\E193"}.glyphicon-copyright-mark:before{content:"\E194"}.glyphicon-registration-mark:before{content:"\E195"}.glyphicon-cloud-download:before{content:"\E197"}.glyphicon-cloud-upload:before{content:"\E198"}.glyphicon-tree-conifer:before{content:"\E199"}.glyphicon-tree-deciduous:before{content:"\E200"}.glyphicon-cd:before{content:"\E201"}.glyphicon-save-file:before{content:"\E202"}.glyphicon-open-file:before{content:"\E203"}.glyphicon-level-up:before{content:"\E204"}.glyphicon-copy:before{content:"\E205"}.glyphicon-paste:before{content:"\E206"}.glyphicon-alert:before{content:"\E209"}.glyphicon-equalizer:before{content:"\E210"}.glyphicon-king:before{content:"\E211"}.glyphicon-queen:before{content:"\E212"}.glyphicon-pawn:before{content:"\E213"}.glyphicon-bishop:before{content:"\E214"}.glyphicon-knight:before{content:"\E215"}.glyphicon-baby-formula:before{content:"\E216"}.glyphicon-tent:before{content:"\26FA"}.glyphicon-blackboard:before{content:"\E218"}.glyphicon-bed:before{content:"\E219"}.glyphicon-apple:before{content:"\F8FF"}.glyphicon-erase:before{content:"\E221"}.glyphicon-hourglass:before{content:"\231B"}.glyphicon-lamp:before{content:"\E223"}.glyphicon-duplicate:before{content:"\E224"}.glyphicon-piggy-bank:before{content:"\E225"}.glyphicon-scissors:before{content:"\E226"}.glyphicon-bitcoin:before,.glyphicon-btc:before,.glyphicon-xbt:before{content:"\E227"}.glyphicon-jpy:before,.glyphicon-yen:before{content:"\A5"}.glyphicon-rub:before,.glyphicon-ruble:before{content:"\20BD"}.glyphicon-scale:before{content:"\E230"}.glyphicon-ice-lolly:before{content:"\E231"}.glyphicon-ice-lolly-tasted:before{content:"\E232"}.glyphicon-education:before{content:"\E233"}.glyphicon-option-horizontal:before{content:"\E234"}.glyphicon-option-vertical:before{content:"\E235"}.glyphicon-menu-hamburger:before{content:"\E236"}.glyphicon-modal-window:before{content:"\E237"}.glyphicon-oil:before{content:"\E238"}.glyphicon-grain:before{content:"\E239"}.glyphicon-sunglasses:before{content:"\E240"}.glyphicon-text-size:before{content:"\E241"}.glyphicon-text-color:before{content:"\E242"}.glyphicon-text-background:before{content:"\E243"}.glyphicon-object-align-top:before{content:"\E244"}.glyphicon-object-align-bottom:before{content:"\E245"}.glyphicon-object-align-horizontal:before{content:"\E246"}.glyphicon-object-align-left:before{content:"\E247"}.glyphicon-object-align-vertical:before{content:"\E248"}.glyphicon-object-align-right:before{content:"\E249"}.glyphicon-triangle-right:before{content:"\E250"}.glyphicon-triangle-left:before{content:"\E251"}.glyphicon-triangle-bottom:before{content:"\E252"}.glyphicon-triangle-top:before{content:"\E253"}.glyphicon-console:before{content:"\E254"}.glyphicon-superscript:before{content:"\E255"}.glyphicon-subscript:before{content:"\E256"}.glyphicon-menu-left:before{content:"\E257"}.glyphicon-menu-right:before{content:"\E258"}.glyphicon-menu-down:before{content:"\E259"}.glyphicon-menu-up:before{content:"\E260"}*,:after,:before{box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:Open Sans,sans-serif;font-size:14px;line-height:1.42857;color:#212121;background-color:#f2f2f2}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857;background-color:#f2f2f2;border:1px solid #ddd;border-radius:4px;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #e8e8e8}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#9b9b9b}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{background-color:#fcf8e3;padding:.2em}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.initialism,.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#9b9b9b}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #e8e8e8}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-inline,.list-unstyled{padding-left:0;list-style:none}.list-inline{margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857}dt{font-weight:700}dd{margin-left:0}.dl-horizontal dd:after,.dl-horizontal dd:before{content:" ";display:table}.dl-horizontal dd:after{clear:both}@media (min-width:768px){.dl-horizontal dt{float:left;width:90px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:110px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #9b9b9b}.initialism{font-size:90%}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #e8e8e8}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857;color:#9b9b9b}blockquote .small:before,blockquote footer:before,blockquote small:before{content:"\2014   \A0"}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #e8e8e8;border-left:0;text-align:right}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:""}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:"\A0   \2014"}address{margin-bottom:20px;font-style:normal;line-height:1.42857}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,Courier New,monospace}code{color:#c7254e;background-color:#f9f2f4;border-radius:4px}code,kbd{padding:2px 4px;font-size:90%}kbd{color:#fff;background-color:#333;border-radius:3px;box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857;word-break:break-all;word-wrap:break-word;color:#373737;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:initial;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.container:after,.container:before{content:" ";display:table}.container:after{clear:both}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.container-fluid:after,.container-fluid:before{content:" ";display:table}.container-fluid:after{clear:both}.row{margin-left:-15px;margin-right:-15px}.row:after,.row:before{content:" ";display:table}.row:after{clear:both}.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-1{width:8.33333%}.col-xs-2{width:16.66667%}.col-xs-3{width:25%}.col-xs-4{width:33.33333%}.col-xs-5{width:41.66667%}.col-xs-6{width:50%}.col-xs-7{width:58.33333%}.col-xs-8{width:66.66667%}.col-xs-9{width:75%}.col-xs-10{width:83.33333%}.col-xs-11{width:91.66667%}.col-xs-12{width:100%}.col-xs-pull-0{right:auto}.col-xs-pull-1{right:8.33333%}.col-xs-pull-2{right:16.66667%}.col-xs-pull-3{right:25%}.col-xs-pull-4{right:33.33333%}.col-xs-pull-5{right:41.66667%}.col-xs-pull-6{right:50%}.col-xs-pull-7{right:58.33333%}.col-xs-pull-8{right:66.66667%}.col-xs-pull-9{right:75%}.col-xs-pull-10{right:83.33333%}.col-xs-pull-11{right:91.66667%}.col-xs-pull-12{right:100%}.col-xs-push-0{left:auto}.col-xs-push-1{left:8.33333%}.col-xs-push-2{left:16.66667%}.col-xs-push-3{left:25%}.col-xs-push-4{left:33.33333%}.col-xs-push-5{left:41.66667%}.col-xs-push-6{left:50%}.col-xs-push-7{left:58.33333%}.col-xs-push-8{left:66.66667%}.col-xs-push-9{left:75%}.col-xs-push-10{left:83.33333%}.col-xs-push-11{left:91.66667%}.col-xs-push-12{left:100%}.col-xs-offset-0{margin-left:0}.col-xs-offset-1{margin-left:8.33333%}.col-xs-offset-2{margin-left:16.66667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.33333%}.col-xs-offset-5{margin-left:41.66667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.33333%}.col-xs-offset-8{margin-left:66.66667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.33333%}.col-xs-offset-11{margin-left:91.66667%}.col-xs-offset-12{margin-left:100%}@media (min-width:768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-1{width:8.33333%}.col-sm-2{width:16.66667%}.col-sm-3{width:25%}.col-sm-4{width:33.33333%}.col-sm-5{width:41.66667%}.col-sm-6{width:50%}.col-sm-7{width:58.33333%}.col-sm-8{width:66.66667%}.col-sm-9{width:75%}.col-sm-10{width:83.33333%}.col-sm-11{width:91.66667%}.col-sm-12{width:100%}.col-sm-pull-0{right:auto}.col-sm-pull-1{right:8.33333%}.col-sm-pull-2{right:16.66667%}.col-sm-pull-3{right:25%}.col-sm-pull-4{right:33.33333%}.col-sm-pull-5{right:41.66667%}.col-sm-pull-6{right:50%}.col-sm-pull-7{right:58.33333%}.col-sm-pull-8{right:66.66667%}.col-sm-pull-9{right:75%}.col-sm-pull-10{right:83.33333%}.col-sm-pull-11{right:91.66667%}.col-sm-pull-12{right:100%}.col-sm-push-0{left:auto}.col-sm-push-1{left:8.33333%}.col-sm-push-2{left:16.66667%}.col-sm-push-3{left:25%}.col-sm-push-4{left:33.33333%}.col-sm-push-5{left:41.66667%}.col-sm-push-6{left:50%}.col-sm-push-7{left:58.33333%}.col-sm-push-8{left:66.66667%}.col-sm-push-9{left:75%}.col-sm-push-10{left:83.33333%}.col-sm-push-11{left:91.66667%}.col-sm-push-12{left:100%}.col-sm-offset-0{margin-left:0}.col-sm-offset-1{margin-left:8.33333%}.col-sm-offset-2{margin-left:16.66667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.33333%}.col-sm-offset-5{margin-left:41.66667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.33333%}.col-sm-offset-8{margin-left:66.66667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.33333%}.col-sm-offset-11{margin-left:91.66667%}.col-sm-offset-12{margin-left:100%}}@media (min-width:992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-1{width:8.33333%}.col-md-2{width:16.66667%}.col-md-3{width:25%}.col-md-4{width:33.33333%}.col-md-5{width:41.66667%}.col-md-6{width:50%}.col-md-7{width:58.33333%}.col-md-8{width:66.66667%}.col-md-9{width:75%}.col-md-10{width:83.33333%}.col-md-11{width:91.66667%}.col-md-12{width:100%}.col-md-pull-0{right:auto}.col-md-pull-1{right:8.33333%}.col-md-pull-2{right:16.66667%}.col-md-pull-3{right:25%}.col-md-pull-4{right:33.33333%}.col-md-pull-5{right:41.66667%}.col-md-pull-6{right:50%}.col-md-pull-7{right:58.33333%}.col-md-pull-8{right:66.66667%}.col-md-pull-9{right:75%}.col-md-pull-10{right:83.33333%}.col-md-pull-11{right:91.66667%}.col-md-pull-12{right:100%}.col-md-push-0{left:auto}.col-md-push-1{left:8.33333%}.col-md-push-2{left:16.66667%}.col-md-push-3{left:25%}.col-md-push-4{left:33.33333%}.col-md-push-5{left:41.66667%}.col-md-push-6{left:50%}.col-md-push-7{left:58.33333%}.col-md-push-8{left:66.66667%}.col-md-push-9{left:75%}.col-md-push-10{left:83.33333%}.col-md-push-11{left:91.66667%}.col-md-push-12{left:100%}.col-md-offset-0{margin-left:0}.col-md-offset-1{margin-left:8.33333%}.col-md-offset-2{margin-left:16.66667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.33333%}.col-md-offset-5{margin-left:41.66667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.33333%}.col-md-offset-8{margin-left:66.66667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.33333%}.col-md-offset-11{margin-left:91.66667%}.col-md-offset-12{margin-left:100%}}@media (min-width:1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-1{width:8.33333%}.col-lg-2{width:16.66667%}.col-lg-3{width:25%}.col-lg-4{width:33.33333%}.col-lg-5{width:41.66667%}.col-lg-6{width:50%}.col-lg-7{width:58.33333%}.col-lg-8{width:66.66667%}.col-lg-9{width:75%}.col-lg-10{width:83.33333%}.col-lg-11{width:91.66667%}.col-lg-12{width:100%}.col-lg-pull-0{right:auto}.col-lg-pull-1{right:8.33333%}.col-lg-pull-2{right:16.66667%}.col-lg-pull-3{right:25%}.col-lg-pull-4{right:33.33333%}.col-lg-pull-5{right:41.66667%}.col-lg-pull-6{right:50%}.col-lg-pull-7{right:58.33333%}.col-lg-pull-8{right:66.66667%}.col-lg-pull-9{right:75%}.col-lg-pull-10{right:83.33333%}.col-lg-pull-11{right:91.66667%}.col-lg-pull-12{right:100%}.col-lg-push-0{left:auto}.col-lg-push-1{left:8.33333%}.col-lg-push-2{left:16.66667%}.col-lg-push-3{left:25%}.col-lg-push-4{left:33.33333%}.col-lg-push-5{left:41.66667%}.col-lg-push-6{left:50%}.col-lg-push-7{left:58.33333%}.col-lg-push-8{left:66.66667%}.col-lg-push-9{left:75%}.col-lg-push-10{left:83.33333%}.col-lg-push-11{left:91.66667%}.col-lg-push-12{left:100%}.col-lg-offset-0{margin-left:0}.col-lg-offset-1{margin-left:8.33333%}.col-lg-offset-2{margin-left:16.66667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.33333%}.col-lg-offset-5{margin-left:41.66667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.33333%}.col-lg-offset-8{margin-left:66.66667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.33333%}.col-lg-offset-11{margin-left:91.66667%}.col-lg-offset-12{margin-left:100%}}table{background-color:initial}caption{padding-top:8px;padding-bottom:8px;color:#9b9b9b}caption,th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#f2f2f2}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered,.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;float:none;display:table-column}table td[class*=col-],table th[class*=col-]{position:static;float:none;display:table-cell}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{overflow-x:auto;min-height:.01%}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{margin:0;min-width:0}fieldset,legend{padding:0;border:0}legend{display:block;width:100%;margin-bottom:20px;font-size:21px;line-height:inherit;color:#373737;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{padding-top:7px}.form-control,output{display:block;font-size:14px;line-height:1.42857;color:#777}.form-control{width:100%;height:34px;padding:6px 12px;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;box-shadow:inset 0 1px 1px rgba(0,0,0,.075);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control:focus{border-color:#66afe9;outline:0;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{border:0;background-color:initial}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#e8e8e8;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control{line-height:34px}.input-group-sm>.input-group-btn>input.btn[type=date],.input-group-sm>.input-group-btn>input.btn[type=datetime-local],.input-group-sm>.input-group-btn>input.btn[type=month],.input-group-sm>.input-group-btn>input.btn[type=time],.input-group-sm>input.form-control[type=date],.input-group-sm>input.form-control[type=datetime-local],.input-group-sm>input.form-control[type=month],.input-group-sm>input.form-control[type=time],.input-group-sm>input.input-group-addon[type=date],.input-group-sm>input.input-group-addon[type=datetime-local],.input-group-sm>input.input-group-addon[type=month],.input-group-sm>input.input-group-addon[type=time],.input-group-sm input[type=date],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],.input-group-sm input[type=time],input[type=date].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm,input[type=time].input-sm{line-height:36px}.input-group-lg>.input-group-btn>input.btn[type=date],.input-group-lg>.input-group-btn>input.btn[type=datetime-local],.input-group-lg>.input-group-btn>input.btn[type=month],.input-group-lg>.input-group-btn>input.btn[type=time],.input-group-lg>input.form-control[type=date],.input-group-lg>input.form-control[type=datetime-local],.input-group-lg>input.form-control[type=month],.input-group-lg>input.form-control[type=time],.input-group-lg>input.input-group-addon[type=date],.input-group-lg>input.input-group-addon[type=datetime-local],.input-group-lg>input.input-group-addon[type=month],.input-group-lg>input.input-group-addon[type=time],.input-group-lg input[type=date],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],.input-group-lg input[type=time],input[type=date].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg,input[type=time].input-lg{line-height:58px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox-inline input[type=checkbox],.checkbox input[type=checkbox],.radio-inline input[type=radio],.radio input[type=radio]{position:absolute;margin-left:-20px;margin-top:4px\9}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:400;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}.checkbox-inline.disabled,.checkbox.disabled label,.radio-inline.disabled,.radio.disabled label,fieldset[disabled] .checkbox-inline,fieldset[disabled] .checkbox label,fieldset[disabled] .radio-inline,fieldset[disabled] .radio label,fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0;min-height:34px}.form-control-static.input-lg,.form-control-static.input-sm,.input-group-lg>.form-control-static.form-control,.input-group-lg>.form-control-static.input-group-addon,.input-group-lg>.input-group-btn>.form-control-static.btn,.input-group-sm>.form-control-static.form-control,.input-group-sm>.form-control-static.input-group-addon,.input-group-sm>.input-group-btn>.form-control-static.btn{padding-left:0;padding-right:0}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn,.input-sm{height:36px;padding:8px 5px;font-size:12px;line-height:1.5;border-radius:3px}.input-group-sm>.input-group-btn>select.btn,.input-group-sm>select.form-control,.input-group-sm>select.input-group-addon,select.input-sm{height:36px;line-height:36px}.input-group-sm>.input-group-btn>select.btn[multiple],.input-group-sm>.input-group-btn>textarea.btn,.input-group-sm>select.form-control[multiple],.input-group-sm>select.input-group-addon[multiple],.input-group-sm>textarea.form-control,.input-group-sm>textarea.input-group-addon,select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:36px;padding:8px 5px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:36px;line-height:36px}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:36px;min-height:32px;padding:9px 5px;font-size:12px;line-height:1.5}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn,.input-lg{height:58px;padding:16px 10px;font-size:18px;line-height:1.33333;border-radius:6px}.input-group-lg>.input-group-btn>select.btn,.input-group-lg>select.form-control,.input-group-lg>select.input-group-addon,select.input-lg{height:58px;line-height:58px}.input-group-lg>.input-group-btn>select.btn[multiple],.input-group-lg>.input-group-btn>textarea.btn,.input-group-lg>select.form-control[multiple],.input-group-lg>select.input-group-addon[multiple],.input-group-lg>textarea.form-control,.input-group-lg>textarea.input-group-addon,select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:58px;padding:16px 10px;font-size:18px;line-height:1.33333;border-radius:6px}.form-group-lg select.form-control{height:58px;line-height:58px}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:58px;min-height:38px;padding:17px 10px;font-size:18px;line-height:1.33333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-group-lg>.form-control+.form-control-feedback,.input-group-lg>.input-group-addon+.form-control-feedback,.input-group-lg>.input-group-btn>.btn+.form-control-feedback,.input-lg+.form-control-feedback{width:58px;height:58px;line-height:58px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-group-sm>.form-control+.form-control-feedback,.input-group-sm>.input-group-addon+.form-control-feedback,.input-group-sm>.input-group-btn>.btn+.form-control-feedback,.input-sm+.form-control-feedback{width:36px;height:36px;line-height:36px}.has-success .checkbox,.has-success .checkbox-inline,.has-success.checkbox-inline label,.has-success.checkbox label,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.radio-inline label,.has-success.radio label{color:#3c763d}.has-success .form-control{border-color:#3c763d;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning.checkbox-inline label,.has-warning.checkbox label,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.radio-inline label,.has-warning.radio label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error.checkbox-inline label,.has-error.checkbox label,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.radio-inline label,.has-error.radio label{color:#a94442}.has-error .form-control{border-color:#a94442;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#616161}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{margin-top:0;margin-bottom:0;padding-top:7px}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-left:-15px;margin-right:-15px}.form-horizontal .form-group:after,.form-horizontal .form-group:before{content:" ";display:table}.form-horizontal .form-group:after{clear:both}@media (min-width:768px){.form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:7px}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:17px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:9px;font-size:12px}}.btn{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{outline:0;background-image:none;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);box-shadow:none}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.btn-default:hover,.open>.btn-default.dropdown-toggle{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.btn-default.dropdown-toggle.focus,.open>.btn-default.dropdown-toggle:focus,.open>.btn-default.dropdown-toggle:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.open>.btn-default.dropdown-toggle{background-image:none}.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary.active,.btn-primary:active,.btn-primary:hover,.open>.btn-primary.dropdown-toggle{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.btn-primary.dropdown-toggle.focus,.open>.btn-primary.dropdown-toggle:focus,.open>.btn-primary.dropdown-toggle:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.active,.btn-primary:active,.open>.btn-primary.dropdown-toggle{background-image:none}.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success.active,.btn-success:active,.btn-success:hover,.open>.btn-success.dropdown-toggle{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.btn-success.dropdown-toggle.focus,.open>.btn-success.dropdown-toggle:focus,.open>.btn-success.dropdown-toggle:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.active,.btn-success:active,.open>.btn-success.dropdown-toggle{background-image:none}.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info.active,.btn-info:active,.btn-info:hover,.open>.btn-info.dropdown-toggle{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.btn-info.dropdown-toggle.focus,.open>.btn-info.dropdown-toggle:focus,.open>.btn-info.dropdown-toggle:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.active,.btn-info:active,.open>.btn-info.dropdown-toggle{background-image:none}.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.btn-warning:hover,.open>.btn-warning.dropdown-toggle{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.btn-warning.dropdown-toggle.focus,.open>.btn-warning.dropdown-toggle:focus,.open>.btn-warning.dropdown-toggle:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.open>.btn-warning.dropdown-toggle{background-image:none}.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger.active,.btn-danger:active,.btn-danger:hover,.open>.btn-danger.dropdown-toggle{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.btn-danger.dropdown-toggle.focus,.open>.btn-danger.dropdown-toggle:focus,.open>.btn-danger.dropdown-toggle:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.active,.btn-danger:active,.open>.btn-danger.dropdown-toggle{background-image:none}.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{color:#337ab7;font-weight:400;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:initial;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:initial}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#9b9b9b;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:16px 10px;font-size:18px;line-height:1.33333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:8px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;transition-property:height,visibility;transition-duration:.35s;transition-timing-function:ease}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;text-align:left;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;box-shadow:0 6px 12px rgba(0,0,0,.175);background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857;color:#373737;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{text-decoration:none;color:#2a2a2a;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;outline:0;background-color:#337ab7}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#9b9b9b}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;background-color:initial;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);cursor:not-allowed}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857;color:#9b9b9b;white-space:nowrap}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{left:0;right:auto}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar:after,.btn-toolbar:before{content:" ";display:table}.btn-toolbar:after{clear:both}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.btn-group-lg.btn-group>.btn+.dropdown-toggle,.btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.btn-group.open .dropdown-toggle{box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{box-shadow:none}.btn .caret{margin-left:0}.btn-group-lg>.btn .caret,.btn-lg .caret{border-width:5px 5px 0}.dropup .btn-group-lg>.btn .caret,.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before{content:" ";display:table}.btn-group-vertical>.btn-group:after{clear:both}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-right-radius:0;border-top-left-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:initial}.btn-group-justified>.btn,.btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio],[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:initial}.input-group[class*=col-]{float:none;padding-left:0;padding-right:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#777;text-align:center;background-color:#e8e8e8;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.input-group-addon.btn{padding:8px 5px;font-size:12px;border-radius:3px}.input-group-addon.input-lg,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.input-group-addon.btn{padding:16px 10px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group .form-control:first-child{border-bottom-right-radius:0;border-top-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group .form-control:last-child{border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{font-size:0;white-space:nowrap}.input-group-btn,.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{margin-bottom:0;padding-left:0;list-style:none}.nav:after,.nav:before{content:" ";display:table}.nav:after{clear:both}.nav>li,.nav>li>a{position:relative;display:block}.nav>li>a{padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#e8e8e8}.nav>li.disabled>a{color:#9b9b9b}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#9b9b9b;text-decoration:none;background-color:initial;cursor:not-allowed}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#e8e8e8;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#e8e8e8 #e8e8e8 #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#777;background-color:#f2f2f2;border:1px solid;border-color:#ddd #ddd transparent;cursor:default}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified,.nav-tabs.nav-justified{width:100%}.nav-justified>li,.nav-tabs.nav-justified>li{float:none}.nav-justified>li>a,.nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li,.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a,.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified,.nav-tabs.nav-justified{border-bottom:0}.nav-tabs-justified>li>a,.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a,.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#f2f2f2}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;min-height:70px;margin-bottom:20px;border:1px solid transparent}.navbar:after,.navbar:before{content:" ";display:table}.navbar:after{clear:both}@media (min-width:768px){.navbar{border-radius:4px}}.navbar-header:after,.navbar-header:before{content:" ";display:table}.navbar-header:after{clear:both}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.1);-webkit-overflow-scrolling:touch}.navbar-collapse:after,.navbar-collapse:before{content:" ";display:table}.navbar-collapse:after{clear:both}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-left:0;padding-right:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;padding:25px 15px;font-size:18px;line-height:20px;height:70px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container-fluid .navbar-brand,.navbar>.container .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:18px;margin-bottom:18px;background-color:initial;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:12.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:initial;border:0;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:25px;padding-bottom:25px}}.navbar-form{padding:10px 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.1),0 1px 0 hsla(0,0%,100%,.1);margin:18px -15px}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:18px;margin-bottom:18px}.btn-group-sm>.navbar-btn.btn,.navbar-btn.btn-sm{margin-top:17px;margin-bottom:17px}.btn-group-xs>.navbar-btn.btn,.navbar-btn.btn-xs{margin-top:24px;margin-bottom:24px}.navbar-text{margin-top:25px;margin-bottom:25px}@media (min-width:768px){.navbar-text{float:left;margin-left:15px;margin-right:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:initial}.navbar-default .navbar-nav>li>a,.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:initial}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:initial}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{background-color:#e7e7e7;color:#555}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:initial}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:initial}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#090909}.navbar-inverse .navbar-brand{color:#c1c1c1}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:initial}.navbar-inverse .navbar-nav>li>a,.navbar-inverse .navbar-text{color:#c1c1c1}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:initial}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#090909}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:initial}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{background-color:#090909;color:#fff}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#090909}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#090909}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#c1c1c1}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:initial}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#090909}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:initial}}.navbar-inverse .navbar-link{color:#c1c1c1}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#c1c1c1}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{content:"/\A0";padding:0 5px;color:#ccc}.breadcrumb>.active{color:#9b9b9b}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;line-height:1.42857;text-decoration:none;color:#337ab7;background-color:#fff;border:1px solid #ddd;margin-left:-1px}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#e8e8e8;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;background-color:#337ab7;border-color:#337ab7;cursor:default}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#9b9b9b;background-color:#fff;border-color:#ddd;cursor:not-allowed}.pagination-lg>li>a,.pagination-lg>li>span{padding:16px 10px;font-size:18px;line-height:1.33333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:8px 5px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}.pager{padding-left:0;margin:20px 0;list-style:none;text-align:center}.pager:after,.pager:before{content:" ";display:table}.pager:after{clear:both}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#e8e8e8}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#9b9b9b;background-color:#fff;cursor:not-allowed}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:initial;border-radius:.25em}.label:empty{display:none}.btn .label{position:relative;top:-1px}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label-default{background-color:#9b9b9b}.label-default[href]:focus,.label-default[href]:hover{background-color:#828282}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;color:#fff;line-height:1;vertical-align:middle;white-space:nowrap;text-align:center;background-color:#9b9b9b;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;background-color:#e8e8e8}.jumbotron,.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#cfcfcf}.container-fluid .jumbotron,.container .jumbotron{border-radius:6px;padding-left:15px;padding-right:15px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container-fluid .jumbotron,.container .jumbotron{padding-left:60px;padding-right:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857;background-color:#f2f2f2;border:1px solid #ddd;border-radius:4px;transition:border .2s ease-in-out}.thumbnail>img,.thumbnail a>img{display:block;max-width:100%;height:auto;margin-left:auto;margin-right:auto}.thumbnail .caption{padding:9px;color:#212121}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{0%{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{0%{background-position:40px 0}to{background-position:0 0}}.progress{overflow:hidden;height:20px;margin-bottom:20px;background-color:#f5f5f5;border-radius:4px;box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{zoom:1;overflow:hidden}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{margin-bottom:20px;padding-left:0}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{text-decoration:none;color:#555;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{background-color:#e8e8e8;color:#9b9b9b;cursor:not-allowed}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#9b9b9b}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-body:after,.panel-body:before{content:" ";display:table}.panel-body:after{clear:both}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-heading>.dropdown .dropdown-toggle,.panel-title{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-right-radius:0;border-top-left-radius:0}.list-group+.panel-footer,.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table-responsive>.table caption,.panel>.table caption{padding-left:15px;padding-right:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-responsive{border:0;margin-bottom:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#373737;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#373737}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;left:0;bottom:0;height:100%;width:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.modal,.modal-open{overflow:hidden}.modal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translateY(-25%);transform:translateY(-25%);transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0);transform:translate(0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;box-shadow:0 3px 9px rgba(0,0,0,.5);background-clip:padding-box;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header:after,.modal-header:before{content:" ";display:table}.modal-header:after{clear:both}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer:after,.modal-footer:before{content:" ";display:table}.modal-footer:after{clear:both}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:650px;margin:30px auto}.modal-content{box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:Open Sans,sans-serif;font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.42857;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:12px;opacity:0;filter:alpha(opacity=0)}.tooltip.in{opacity:.9;filter:alpha(opacity=90)}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.right{margin-left:3px;padding:0 5px}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.left{margin-left:-3px;padding:0 5px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px}.tooltip.top-left .tooltip-arrow,.tooltip.top-right .tooltip-arrow{bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{left:5px}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:Open Sans,sans-serif;font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.42857;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:14px;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;box-shadow:0 5px 10px rgba(0,0,0,.2)}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{margin:0;padding:8px 14px;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{border-width:10px;content:""}.popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0,0,0,.25);bottom:-11px}.popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,.25)}.popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}.popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25);top:-11px}.popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}.carousel,.carousel-inner{position:relative}.carousel-inner{overflow:hidden;width:100%}.carousel-inner>.item{display:none;position:relative;transition:left .6s ease-in-out}.carousel-inner>.item>a>img,.carousel-inner>.item>img{display:block;max-width:100%;height:auto;line-height:1}@media (-webkit-transform-3d),(transform-3d){.carousel-inner>.item{transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.active.right,.carousel-inner>.item.next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);left:0}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);left:0}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{-webkit-transform:translateZ(0);transform:translateZ(0);left:0}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:.5;filter:alpha(opacity=50);font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);background-color:transparent}.carousel-control.left{background-image:linear-gradient(90deg,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001));background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000",endColorstr="#00000000",GradientType=1)}.carousel-control.right{left:auto;right:0;background-image:linear-gradient(90deg,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5));background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#80000000",GradientType=1)}.carousel-control:focus,.carousel-control:hover{outline:0;color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;margin-top:-10px;z-index:5;display:inline-block}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;line-height:1;font-family:serif}.carousel-control .icon-prev:before{content:"\2039"}.carousel-control .icon-next:before{content:"\203A"}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #fff;border-radius:10px;cursor:pointer;background-color:#000\9;background-color:transparent}.carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#fff}.carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{left:20%;right:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:after,.clearfix:before{content:" ";display:table}.clearfix:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:initial;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}.agenda,.rbc-calendar{flex:1 1;min-height:580px}.agenda .agenda-date{width:170px}.agenda .agenda-date .dayofmonth{width:40px;font-size:36px;line-height:36px;float:left;text-align:right;margin-right:10px}.agenda .agenda-date .shortdate{font-size:.75em}.agenda .agenda-time{width:140px}.overview-padding .alert,.overview-padding .alert h4{margin-bottom:0}.s-alert-box{z-index:1200!important}li.reason__parent{list-style:none;font-weight:700}li.reason__parent ul{margin-bottom:0;padding-left:10px;list-style:none}li.reason__parent ul li.reason__child{font-weight:400}.comment-table .alert+.btn{margin-top:16px}.comment-table .follow-up.confirmed.message{text-decoration:none;color:#00008b}.comment-table .follow-up.confirmed{text-decoration:line-through}.comment-table .follow-up{color:red}.comment-table .add-comment path{fill:#fff}.comment-table .comments{margin-top:15px}.comment-table .comments .comment-section{margin-bottom:32px;padding-bottom:8px;border-bottom:1px solid #e8e8e8}.comment-table .comments .comment-section .comment{width:93%;display:inline-block}.comment-table .comments .comment-section .comment .follow-up-header{margin-bottom:7px}.comment-table .comments .comment-section .comment .footer{margin-top:5px}.comment-table .comments .comment-section .comment-text{white-space:pre-line;font-weight:700}.comment-table .comments .comment-section .comment-edit{width:4%;display:inline-block;vertical-align:top}.comment-table .comments .comment-section .comment-edit .job-edit-comment{float:right}.comment-table .comments .comment__head{margin-bottom:16px}.comment-table .comments p{margin:0}.event-queue .alert{text-align:center}.step-wrapper{position:relative;width:100%}.next-step-enter,.prev-step-enter{position:absolute;top:0;left:0;right:0;opacity:.01;-webkit-transform:translateX(115%);transform:translateX(115%)}.prev-step-enter{-webkit-transform:translateX(-115%);transform:translateX(-115%)}.next-step-enter.next-step-enter-active,.prev-step-enter.prev-step-enter-active{opacity:1;-webkit-transform:translateX(0);transform:translateX(0);transition:opacity .15s ease-in,-webkit-transform .35s ease-in;transition:opacity .15s ease-in,transform .35s ease-in;transition:opacity .15s ease-in,transform .35s ease-in,-webkit-transform .35s ease-in}.next-step-leave,.prev-step-leave{position:absolute;top:0;left:0;right:0;opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.next-step-leave.next-step-leave-active,.prev-step-leave.prev-step-leave-active{opacity:.01;-webkit-transform:translateX(-115%);transform:translateX(-115%);transition:opacity .15s ease-in,-webkit-transform .2s ease-in;transition:opacity .15s ease-in,transform .2s ease-in;transition:opacity .15s ease-in,transform .2s ease-in,-webkit-transform .2s ease-in}.prev-step-leave.prev-step-leave-active{-webkit-transform:translateX(115%);transform:translateX(115%)}.fade-enter{opacity:.01}.fade-enter.fade-enter-active{opacity:1;transition:opacity .5s ease-in}.fade-leave{opacity:1}.fade-leave.fade-leave-active{opacity:.01;transition:opacity .3s ease-in}.virtual-binder .virtual-binder__header{display:flex;align-items:center;justify-content:space-between}.virtual-binder .virtual-binder__header .binder__title h1{font-weight:600}.virtual-binder .virtual-binder__header .binder__title-wrapper{display:flex;align-items:center;height:50px}.virtual-binder .virtual-binder__header .binder__title-wrapper .binder__back-action{height:100%;display:flex;align-items:center;margin-right:10px;padding-right:15px;border-right:1px solid #9b9b9b;cursor:pointer}.virtual-binder .virtual-binder__header .binder__title-wrapper .binder-action{margin-left:10px}.virtual-binder .virtual-binder__header .binder__title-wrapper .binder-action:first-of-type{margin-left:15px}.virtual-binder .virtual-binder__header .binder__title-wrapper .binder-action .session-button .icon{width:14px;height:14px;margin:auto}.virtual-binder .virtual-binder__header .binder__title-wrapper .binder-action .session-button span{margin-left:5px}.virtual-binder h1{font-size:18px;margin-top:10px}.virtual-binder h1 small{display:block}.title-wrapper .media-left{padding-right:15px;border-right:1px solid #9b9b9b;cursor:pointer}.title-wrapper .media-body{padding-left:15px}.btn-close-binder{font-size:1.5rem;color:#9b9b9b}.binder.flex-center{display:flex;justify-content:center;cursor:zoom-in}.binder-tabs-container{padding-right:0;background:#e5e5e5;box-shadow:inset -2px 0 5px 1px rgba(0,0,0,.2);min-height:calc(100vh - 120px)}.binder-tabs-container .ant-tree li{position:relative}.binder-tabs-container .ant-tree li ul{padding:0 0 0 34px}.binder-tabs-container .ant-tree li .ant-tree-switcher{position:absolute;top:23px;left:7px}.binder-tabs-container .ant-tree li .ant-tree-switcher i{font-size:18px!important;color:#fff}.binder-tabs-container .ant-tree li .ant-tree-node-selected{background-color:initial!important}.binder-tabs-container .ant-tree li .ant-tree-node-content-wrapper{height:100%;width:100%}.binder-tabs-container .ant-tree li .ant-tree-node-content-wrapper:hover{background-color:initial!important}.binder-tabs-container .ant-tree li .ant-tree-child-tree a{padding:15px;margin-left:-2px!important}.binder-tabs-container .ant-tree li a{display:flex;align-items:center;white-space:break-spaces;border-radius:8px 0 0 8px;font-weight:700;color:#fff;width:95%;text-decoration:none;padding:15px 15px 15px 10px}.binder-tabs-container .ant-tree li.active>.ant-tree-node-content-wrapper a{margin-left:0}.binder-tabs-container .ant-tree li.active>.ant-tree-node-content-wrapper a:focus{outline:0}.binder-tabs-container .ant-tree>li.active>.ant-tree-node-content-wrapper a{font-size:20px}.binder-tabs-container .ant-tree li>.ant-tree-node-content-wrapper a{font-size:17px}.binder-tabs-container .ant-tree .ant-tree-switcher{pointer-events:none}.binder-tabs-container .ant-tree .ant-tree-child-tree li.active>.ant-tree-node-content-wrapper a{font-size:17px}.binder-tabs-container .ant-tree .ant-tree-child-tree li>.ant-tree-node-content-wrapper a{font-size:15px}.binder-tabs-container .ant-tree li.binder-color-a a{background:linear-gradient(90deg,#cccecd,#cccecd 99%,#b7bab9)}.binder-tabs-container .ant-tree li.binder-color-a.active a{background:#cccecd}.binder-tabs-container .ant-tree li.binder-color-b a{background:linear-gradient(90deg,#c84143,#c84143 99%,#ae3234)}.binder-tabs-container .ant-tree li.binder-color-b.active a{background:#c84143}.binder-tabs-container .ant-tree li.binder-color-c a{background:linear-gradient(90deg,#24a1d2,#24a1d2 99%,#1e86af)}.binder-tabs-container .ant-tree li.binder-color-c.active a{background:#24a1d2}.binder-tabs-container .ant-tree li.binder-color-d a{background:linear-gradient(90deg,#d7af33,#d7af33 99%,#bc9725)}.binder-tabs-container .ant-tree li.binder-color-d.active a{background:#d7af33}.binder-tabs-container .ant-tree li.binder-color-e a{background:linear-gradient(90deg,#6e49a9,#6e49a9 99%,#5b3d8d)}.binder-tabs-container .ant-tree li.binder-color-e.active a{background:#6e49a9}.binder-tabs-container .ant-tree li.binder-color-f a{background:linear-gradient(90deg,#d3c316,#d3c316 99%,#aea112)}.binder-tabs-container .ant-tree li.binder-color-f.active a{background:#d3c316}.binder-tabs-container .ant-tree li.binder-color-g a{background:linear-gradient(90deg,#d9bb0f,#d9bb0f 99%,#b39a0c)}.binder-tabs-container .ant-tree li.binder-color-g.active a{background:#d9bb0f}.binder-tabs-container .ant-tree li.binder-color-h a{background:linear-gradient(90deg,#d49f5d,#d49f5d 99%,#cb8c3d)}.binder-tabs-container .ant-tree li.binder-color-h.active a{background:#d49f5d}.binder-tabs-container .ant-tree li.binder-color-i a{background:linear-gradient(90deg,#958da2,#958da2 99%,#807790)}.binder-tabs-container .ant-tree li.binder-color-i.active a{background:#958da2}.binder-tabs-container .ant-tree li.binder-color-j a{background:linear-gradient(90deg,#0779b8,#0779b8 99%,#065f91)}.binder-tabs-container .ant-tree li.binder-color-j.active a{background:#0779b8}.binder-tabs-container .ant-tree li.binder-color-k a{background:linear-gradient(90deg,#cd8590,#cd8590 99%,#c16876)}.binder-tabs-container .ant-tree li.binder-color-k.active a{background:#cd8590}.binder-tabs-container .ant-tree li.binder-color-l a{background:linear-gradient(90deg,#da692f,#da692f 99%,#be5722)}.binder-tabs-container .ant-tree li.binder-color-l.active a{background:#da692f}.binder-tabs-container .ant-tree li.binder-color-m a{background:linear-gradient(90deg,#c93737,#c93737 99%,#a92e2e)}.binder-tabs-container .ant-tree li.binder-color-m.active a{background:#c93737}.binder-tabs-container .ant-tree li.binder-color-n a{background:linear-gradient(90deg,#26a56e,#26a56e 99%,#1e8458)}.binder-tabs-container .ant-tree li.binder-color-n.active a{background:#26a56e}.binder-tabs-container .ant-tree li.binder-color-o a{background:linear-gradient(90deg,#059655,#059655 99%,#046f3f)}.binder-tabs-container .ant-tree li.binder-color-o.active a{background:#059655}.binder-tabs-container .ant-tree li.binder-color-p a{background:linear-gradient(90deg,#0c7935,#0c7935 99%,#085425)}.binder-tabs-container .ant-tree li.binder-color-p.active a{background:#0c7935}.binder-content{padding-left:0;padding-right:0;border-style:solid;border-width:5px;min-height:calc(100vh - 120px)}.binder-content-portrait{padding-top:0;padding-bottom:0;min-width:calc(100vw - 60px)}.detail-row,.job-row,.model-row,.step-row{position:relative;display:flex;align-items:center;padding:0 15px;border-radius:0 0 0 3px}.detail-row h1,.detail-row h2,.detail-row h3,.detail-row h4,.detail-row h5,.detail-row h6,.job-row h1,.job-row h2,.job-row h3,.job-row h4,.job-row h5,.job-row h6,.model-row h1,.model-row h2,.model-row h3,.model-row h4,.model-row h5,.model-row h6,.step-row h1,.step-row h2,.step-row h3,.step-row h4,.step-row h5,.step-row h6{margin-bottom:0}.detail-row:after,.detail-row:before,.job-row:after,.job-row:before,.model-row:after,.model-row:before,.step-row:after,.step-row:before{content:"";display:block;position:absolute;height:21px}.detail-row .content .job-document,.job-row .content .job-document,.model-row .content .job-document,.step-row .content .job-document{display:flex;flex-direction:row}.detail-row .content .job-document .job-document-details,.job-row .content .job-document .job-document-details,.model-row .content .job-document .job-document-details,.step-row .content .job-document .job-document-details{margin-left:10px;display:flex;flex-direction:column;justify-content:center}.detail-row .content .job-document .job-document-actions .edit-job-document,.job-row .content .job-document .job-document-actions .edit-job-document,.model-row .content .job-document .job-document-actions .edit-job-document,.step-row .content .job-document .job-document-actions .edit-job-document{cursor:pointer}.job-row,.model-row,.step-row{box-shadow:0 1px 3px 1px rgba(55,55,55,.4)}.model-row{display:flex;align-items:center;background:#3f51b5;z-index:100;border-radius:3px 0 0 3px}.model-row h4{margin-top:0;margin-bottom:0;color:#fff}.step-row{background:#8591d5;margin-left:20px;z-index:90}.step-row h5{color:#fff}.job-row{background:#d1d6ef;margin-left:40px;z-index:80}.detail-row{background:#f7f8fc;z-index:70;margin-left:60px}.virtual-binder .message{z-index:600;position:absolute;top:50%;left:50%;text-align:center;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.virtual-binder .message .selector{padding:30px;background:#f2f2f2;box-shadow:0 1px 3px 1px rgba(0,0,0,.2)}.virtual-binder .cover-form{z-index:600;position:relative;text-align:center;margin-top:130px}.virtual-binder .cover-form .selector{padding:30px;background:#f2f2f2;box-shadow:0 1px 3px 1px rgba(0,0,0,.2)}.binder-cover{width:100%;left:0;overflow:hidden}.binder-cover .overlay{position:absolute;top:0;left:0;right:0;bottom:0;z-index:500}.binder-cover img{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);min-width:100%;min-height:100%}.binder-modal .modal-dialog{width:100%;height:100%;margin:0;padding:0}.binder-modal .modal-content{height:auto;min-height:100%;border-radius:0;background-color:#373737}.binder-modal .modal-body{min-height:100%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.binder-modal .btn-toolbar{justify-content:center;display:flex}.track-vertical{background:#e8e8e8}.track-vertical .thumb-vertical{width:60%!important;margin:0 auto;background:#9b9b9b}.scrollbar-shadow-top{top:0;background:linear-gradient(180deg,rgba(0,0,0,.3) 0,transparent)}.scrollbar-shadow-bottom,.scrollbar-shadow-top{position:absolute;left:-15px;right:0;height:70px;pointer-events:none}.scrollbar-shadow-bottom{bottom:0;background:linear-gradient(0deg,rgba(0,0,0,.3) 0,transparent)}.edit-binder-modal .ant-modal{width:95%!important;top:75px!important}.edit-binder-modal .ant-modal .ant-modal-content{height:calc(94vh - 42px)}.edit-binder-modal .ant-modal .ant-modal-content .ant-modal-body{height:calc(100% - 60px);padding:0 24px}.edit-binder-modal .ant-modal .edit-binder,.edit-binder-modal .ant-modal .edit-binder .ant-tabs{height:100%}.edit-binder-modal .ant-modal .edit-binder .ant-tabs .ant-tabs-bar{margin:0}.edit-binder-modal .ant-modal .edit-binder .ant-tabs .ant-tabs-content{height:calc(100% - 38px)}.edit-binder-modal .ant-modal .edit-binder .binder-measurements{padding-top:5px}.edit-binder-modal .ant-modal .edit-binder .binder-measurements .measurement-jobs-table.jobs-body .ant-table-body,.edit-binder-modal .ant-modal .edit-binder .binder-measurements .measurement-jobs-table.jobs-empty .ant-table-placeholder{height:calc(83vh - 377px)}.edit-binder-modal .ant-modal .edit-binder .binder-measurements .measurement-jobs-table .edit-form-danger,.edit-binder-modal .ant-modal .edit-binder .binder-measurements .measurement-jobs-table .job-has-form-data{color:#d9534f}.edit-binder-modal .ant-modal .edit-binder .binder-measurements .measurement-item{display:flex;align-items:center;margin-bottom:12px}.edit-binder-modal .ant-modal .edit-binder .binder-measurements .measurement-item .measurement-item-select{flex:1 1}.edit-binder-modal .ant-modal .edit-binder .binder-measurements .measurement-item .measurement-item-select .child-form-field{padding-top:6px;padding-left:50px;position:relative}.edit-binder-modal .ant-modal .edit-binder .binder-measurements .measurement-item .measurement-item-select .child-form-field:before{position:absolute;left:25px;content:"\A";border-bottom:1px solid #ccc;border-left:1px solid #ccc;border-bottom-left-radius:10px;height:15px;width:20px;top:5px}.edit-binder-modal .ant-modal .edit-binder .binder-measurements .measurement-item .measurement-label{width:70px}.edit-binder-modal .ant-modal .edit-binder .binder-measurements .data-form-footer{position:absolute;bottom:0;right:25px}.filter-active{-webkit-filter:invert(42%) sepia(77%) saturate(3229%) hue-rotate(197deg) brightness(107%) contrast(105%);filter:invert(42%) sepia(77%) saturate(3229%) hue-rotate(197deg) brightness(107%) contrast(105%)}.filter-button{display:flex!important;align-items:center}.filter-button:hover .icon{-webkit-filter:invert(42%) sepia(77%) saturate(3229%) hue-rotate(197deg) brightness(107%) contrast(105%);filter:invert(42%) sepia(77%) saturate(3229%) hue-rotate(197deg) brightness(107%) contrast(105%)}.filter-button .icon{margin-right:5px}.view-filter-modal .ant-modal{width:600px!important}.view-filter-modal .virtual-binder__filter{display:flex;width:100%;flex-direction:column}.view-filter-modal .virtual-binder__filter .title{color:#000;font-weight:600;border-bottom:1px solid #9b9b9b;padding-bottom:7px;margin-bottom:7px}.view-filter-modal .virtual-binder__filter .filter-assets,.view-filter-modal .virtual-binder__filter .filter-date>div,.view-filter-modal .virtual-binder__filter .filter-toggle-documents{margin-bottom:10px}.view-filter-modal .virtual-binder__filter .actions{display:flex;width:100%;justify-content:space-around}.view-filter-modal .filter-label{display:block}.view-filter-modal .filter-label .highlighted{color:#000;font-weight:600}.view-filter-modal .exception-criteria{display:flex;flex-direction:row;justify-content:flex-end;grid-gap:10px;gap:10px}.view-filter-modal .exception-criteria .criteria-connector{padding-right:10px}.doctype-tool{z-index:2000!important}.tag-option .tag-name{display:block}.tag-option .tag-service-contract{display:block;font-size:smaller;color:#dedede;text-align:left;font-style:italic;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ant-select-selection-selected-value .tag-option .tag-service-contract{display:none}.binder-session-modal{width:70%!important;height:80%}.binder-session-modal .ant-modal-content{height:100%}.binder-session-modal .binder-session-header{width:100%;display:flex;justify-content:space-between;margin-bottom:5px}.binder-session-modal .binder-session-table .ant-table-fixed-header>.ant-table-content>.ant-table-scroll>.ant-table-body{overflow:auto!important}.binder-session-modal .binder-session-table .row-deactivated{color:#9b9b9b;text-decoration:line-through}.binder-session-modal .binder-session-table .row-archived{color:#9b9b9b;font-style:italic!important}.binder-session-modal .binder-session-table .binder-year{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}.binder-session-modal .binder-session-table .binder-year span{width:46px;text-align:center}.session-details-modal{width:80%!important;height:80%}.session-details-modal .ant-modal-content,.session-details-modal .ant-modal-content .ant-tabs{height:100%}.session-details-modal .ant-modal-content .ant-tabs .ant-tabs-bar{margin:0}.session-details-modal .ant-modal-content .ant-tabs .ant-tabs-content{height:calc(100% - 38px)}.session-details-modal .ant-modal-content .ant-modal-body{height:calc(100% - 120px)}.session-details-modal .ant-modal-content .ant-modal-footer{position:relative}.session-details-modal .ant-modal-content .ant-modal-footer .archive{position:absolute;left:50px;top:15px}.session-details-modal .ant-modal-content .ant-modal-footer .footer-action{margin-left:10px}.session-details-modal.extended .ant-modal-content .ant-modal-body{height:calc(100% - 70px)}.session-details-modal .session-details-content{display:flex;flex-direction:column;justify-content:flex-start}.session-details-modal .session-details-content .session-details-header{display:flex;flex-direction:row;align-items:center;width:100%;grid-gap:25px;gap:25px;padding:5px;justify-content:space-between}.session-details-modal .session-details-content .session-details-header .label__name{margin-right:10px}.session-details-modal .session-details-content .session-details-header .session-name{width:50%}.session-details-modal .session-details-content .session-details-header .years{width:40%}.session-details-modal .session-details-content .session-details-header .expiration-date{display:flex;flex-direction:column;align-items:flex-start;grid-gap:5px;gap:5px;width:350px}.session-details-modal .session-details-content .session-details-header .expiration-date .label__name.smaller{font-size:smaller;color:#9b9b9b}.session-details-modal .session-details-content .session-details-header .expiration-date div{display:flex;flex-direction:row;align-items:center}.session-details-modal .session-details-content .session-details-header .enable-download{display:flex;flex-direction:row;align-items:center;justify-content:start;grid-gap:5px;gap:5px}.session-details-modal .session-details-content .session-details .session-details-table .ant-table-fixed-header>.ant-table-content>.ant-table-scroll>.ant-table-body{overflow:auto!important}.session-details-modal .session-details-content .session-details .session-details-table .action-column-wrapper{display:flex}.session-details-modal .session-details-content .session-details .session-details-table .action-column-wrapper .doc-removed-info{color:#f0ad4e;margin-right:6px}.session-details-modal .session-details-content .session-details .session-details-table .document-removed-row{color:#9b9b9b}.session-details-modal .session-details-content .session-details .session-details-table-header{display:flex;flex-direction:row;justify-content:space-between;margin:10px 0}.session-details-modal .users-content .users-header{display:flex;flex-direction:row;justify-content:space-between;padding:5px}.session-details-modal .users-content .users-header .confirmation-mode{display:flex;align-items:center}.session-details-modal .users-content .users-header .confirmation-mode .label__name{margin-right:10px}.session-details-modal .users-content .users-details{height:100%}.session-details-modal .users-content .users-details .icon{width:16px;height:16px;margin:auto;cursor:pointer;-webkit-filter:brightness(0) saturate(100%) invert(40%) sepia(99%) saturate(1866%) hue-rotate(191deg) brightness(101%) contrast(100%);filter:brightness(0) saturate(100%) invert(40%) sepia(99%) saturate(1866%) hue-rotate(191deg) brightness(101%) contrast(100%)}.session-details-modal .users-content .users-details .users-table .ant-table-fixed-header>.ant-table-content>.ant-table-scroll>.ant-table-body{overflow:auto!important}.session-details-modal .users-content .users-details .users-table .action-buttons{display:flex;align-items:center;justify-content:center}.session-details-modal .restricted-domains-content .domains-header{display:flex;flex-direction:row;justify-content:space-between;padding:5px}.session-details-modal .restricted-domains-content .domains-header .add-domain{display:flex;justify-content:flex-end}.session-details-modal .restricted-domains-content .domains-details{height:100%}.session-details-modal .restricted-domains-content .domains-details .icon{width:16px;height:16px;margin:auto;cursor:pointer;-webkit-filter:brightness(0) saturate(100%) invert(40%) sepia(99%) saturate(1866%) hue-rotate(191deg) brightness(101%) contrast(100%);filter:brightness(0) saturate(100%) invert(40%) sepia(99%) saturate(1866%) hue-rotate(191deg) brightness(101%) contrast(100%)}.session-details-modal .restricted-domains-content .domains-details .domains-table .ant-table-fixed-header>.ant-table-content>.ant-table-scroll>.ant-table-body{overflow:auto!important}.session-details-modal .restricted-domains-content .domains-details .domains-table .action-buttons{display:flex;align-items:center;justify-content:center}.session-details-modal .restricted-domains-content .domains-details .domains-table div.access-info{padding-right:30px}.list-access-popover .list-access .list-access-title{text-decoration:underline;font-weight:700;color:#0e334c}.list-access-popover .list-access .list-access-values{max-height:150px;overflow-y:auto}.list-access-popover .list-access .list-access-values .access-entry .access-entry-date{font-size:smaller;color:#9b9b9b}.list-access-popover .list-access .list-access-values .access-entry .access-entry-confirmation{font-size:small;font-style:italic;color:#d3d3d3}.list-access-popover .list-access .list-access-values .access-entry .access-entry-email{font-size:normal}.access-scope-modal{width:75%!important;height:80%}.session-user .ant-drawer-body{height:calc(100% - 55px)}.session-user .ant-drawer-body .add-user-wrapper .user-item-wrapper{margin-bottom:10px}.session-user .footer{position:absolute;bottom:0;display:flex;justify-content:flex-start}.session-user .footer Button:not(:last-of-type){margin-right:10px}.session-domain .ant-drawer-body{height:calc(100% - 55px)}.session-domain .ant-drawer-body .add-domain-wrapper .domain-item-wrapper{margin-bottom:10px}.session-domain .error{color:red}.session-domain .footer{position:absolute;bottom:0;display:flex;justify-content:flex-start}.session-domain .footer Button:not(:last-of-type){margin-right:10px}.ant-modal-mask:has(.session-preview-modal),.ant-modal-wrap:has(.session-preview-modal){z-index:2034!important}.session-preview-modal{width:100%!important;height:100%!important;top:0!important;padding-bottom:0!important}.session-preview-modal .ant-modal-footer{padding:0}.session-preview-modal .ant-modal-content{height:100%}.required-symbol{color:red}.activate-session-modal .ant-modal-content{height:100%}.activate-session-modal .ant-modal-content .ant-modal-body{height:calc(100% - 120px)}.activate-session-modal .ant-modal-content .ant-modal-body .activate-session-info{font-size:larger}.activate-session-modal .ant-modal-content .ant-modal-body .expiration-date{margin-top:50px;display:flex;width:100%;flex-direction:column;align-items:flex-start;grid-gap:5px;gap:5px}.activate-session-modal .ant-modal-content .ant-modal-body .expiration-date .label__name{width:250px;text-align:right}.activate-session-modal .ant-modal-content .ant-modal-body .expiration-date .form__control{margin-left:10px}.activate-session-modal .ant-modal-content .ant-modal-body .expiration-date div{display:flex;flex-direction:row;align-items:center}.add-document-modal .ant-modal{width:500px!important}.add-document-modal .ant-modal .ant-modal-content{height:100%}.add-document-modal .ant-modal .ant-modal-body{height:200px}.add-document-modal .ant-modal .ant-modal-body .add-document-to-session{display:flex;flex-direction:column;height:100%;justify-content:space-between}.add-document-modal .ant-modal .ant-modal-body .add-document-to-session__form{display:flex;flex-direction:column;grid-gap:10px;gap:10px}.add-document-modal .ant-modal .ant-modal-body .add-document-to-session .label__name{font-weight:600}.add-document-modal .ant-modal .ant-modal-body .add-document-to-session .form__control .ant-select{width:100%!important}.add-document-modal .ant-modal .ant-modal-body .add-document-to-session .form__control .error{color:red}.add-document-modal .ant-modal .ant-modal-body .add-document-to-session .form__value{padding-left:10px}.add-document-modal .ant-modal .ant-modal-body .actions{display:flex;width:100%;justify-content:flex-end;grid-gap:10px;gap:10px}.btn{text-transform:uppercase;font-weight:600}.btn,.btn-group-lg>.btn,.btn-group-sm>.btn,.btn-lg,.btn-sm{border-radius:0}.job-detail .page-header .btn{margin-top:2px}.job-data-details .btn:active:focus,.job-data-details .btn:focus{outline:none}.close{color:#fff!important;background-color:#fff;opacity:1}button.close.ril-close{width:40px;height:35px;cursor:pointer;border:none;opacity:.7;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zd…UgLTEuMjUsLTEuMjUgNy41LC03LjUgLTcuNSwtNy41IHoiIGZpbGw9IiNGRkYiLz48L3N2Zz4=) no-repeat 50%;float:none;line-height:24px!important;color:#fff!important;text-shadow:none}button.close.ril-close:before{font:normal normal normal 30px/1 FontAwesome;content:"\F00D"}button.close.ril-close:hover{opacity:1}.btn-inline{background:transparent;border:0;padding:0;margin:0;line-height:16px}.btn-inline:hover{color:#448aff}.btn-inline-blue{color:#00f;background:transparent;border:0;padding:0;margin:0;line-height:16px}.btn-inline-blue:hover{color:#448aff}.btn-filters{padding:4px 8px;margin-top:3px;border-bottom:0;border-color:#e8e8e8}.btn-filters:hover{background:#448aff;border-color:#448aff;color:#fff}.btn-filters.active:focus,.btn-filters:active:focus,.btn-filters:focus{outline:none;background:inherit;border-color:#e8e8e8}.btn-filters.active:focus:hover,.btn-filters:active:focus:hover,.btn-filters:focus:hover{color:#d9d9d9}.btn-filters.active,.btn-filters.active:hover{box-shadow:0 2px 1px rgba(0,0,0,.1);border-color:transparent;background:#448aff;color:#fff}.status-button-list{padding-top:10px;padding-left:10px}.status-button-list .btn.btn-default:focus:not(.active){background:transparent}.status-button-list .btn.btn-default:focus:not(.active):hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.status-button-list .btn-default.active:focus,.status-button-list .btn-default:active:focus{box-shadow:none;border-color:inherit;background:#448aff}.btn-group.btn-group__full-width{display:flex;width:100%}.btn-group.btn-group__full-width .btn{flex:1 1}.card{position:relative;display:block;margin-bottom:20px;background-color:#fff;border:1px solid #ddd;border-radius:4px}.card-block{padding:15px}.card-block:after,.card-block:before{content:" ";display:table}.card-block:after{clear:both}.card-block.card-block--stacked{padding-bottom:0;cursor:pointer}.card-title{margin-top:0;margin-bottom:10px}.card-subtitle{margin-top:-10px}.card-subtitle,.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:15px}.card>.list-group:first-child .list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.card-header{padding:10px 15px;background-color:#f5f5f5;border-bottom:1px solid #ddd}.card-header:after,.card-header:before{content:" ";display:table}.card-header:after{clear:both}.card-header:first-child{border-radius:4px 4px 0 0}.card-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd}.card-footer:after,.card-footer:before{content:" ";display:table}.card-footer:after{clear:both}.card-footer:last-child{border-radius:0 0 4px 4px}.card-header-tabs{margin-bottom:-10px;border-bottom:0}.card-header-pills,.card-header-tabs{margin-right:-5px;margin-left:-5px}.card-primary{background-color:#337ab7;border-color:#337ab7}.card-primary .card-footer,.card-primary .card-header{background-color:initial}.card-success{background-color:#5cb85c;border-color:#5cb85c}.card-success .card-footer,.card-success .card-header{background-color:initial}.card-info{background-color:#5bc0de;border-color:#5bc0de}.card-info .card-footer,.card-info .card-header{background-color:initial}.card-warning{background-color:#f0ad4e;border-color:#f0ad4e}.card-warning .card-footer,.card-warning .card-header{background-color:initial}.card-danger{background-color:#d9534f;border-color:#d9534f}.card-danger .card-footer,.card-danger .card-header,.card-outline-primary{background-color:initial}.card-outline-primary{border-color:#337ab7}.card-outline-secondary{background-color:initial;border-color:#ccc}.card-outline-info{background-color:initial;border-color:#5bc0de}.card-outline-success{background-color:initial;border-color:#5cb85c}.card-outline-warning{background-color:initial;border-color:#f0ad4e}.card-outline-danger{background-color:initial;border-color:#d9534f}.card-inverse .card-footer,.card-inverse .card-header{border-color:hsla(0,0%,100%,.2)}.card-inverse .card-blockquote,.card-inverse .card-footer,.card-inverse .card-header,.card-inverse .card-title{color:#fff}.card-inverse .card-blockquote .blockquote-footer,.card-inverse .card-link,.card-inverse .card-subtitle,.card-inverse .card-text{color:hsla(0,0%,100%,.65)}.card-inverse .card-link:focus,.card-inverse .card-link:hover{color:#fff}.card-blockquote{padding:0;margin-bottom:0;border-left:0}.card-img{border-radius:.25em;display:block;width:auto;max-width:100%;max-height:100px;margin:15px auto 0}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:15px}.card-img-top{border-top-right-radius:4px;border-top-left-radius:4px}.card-img-bottom{border-bottom-right-radius:4px;border-bottom-left-radius:4px}@media (max-width:1199px){.ant-card-head-wrapper{flex-direction:column}.ant-card-head-wrapper .ant-card-extra,.ant-card-head-wrapper .ant-card-head-title{display:block;padding:8px 0;float:none;text-align:center;margin-left:0}}.checkbox .helper-text-hidden{display:none}.prereqs .checkbox hr{margin-top:10px!important;margin-bottom:15px!important}.check-list .required-check-item{color:#d9534f}section.contact{margin-bottom:16px}.profile-list__row{display:table-row}.profile-list__row .profile-list__actions,.profile-list__row .profile-list__content,.profile-list__row .profile-list__icon{display:table-cell;height:38px;padding-bottom:16px}.profile-list__row .profile-list__icon{width:60px;text-align:center}.profile-list__row .profile-list__content{padding-right:10px}.profile-list__row .profile-list__content .meta{font-style:normal}.profile-list__row .profile-list__content .meta:before{content:"\2022";padding:0 5px}.profile-list--no-icon .profile-list__row .profile-list__content{padding-left:22px}.profile-list__row .profile-list__actions{display:none}.profile-list__row:hover .profile-list__actions{display:table-cell}.content-area{background-color:#fafafb;margin-top:70px}.content-area.binder{margin-bottom:0}@media (max-width:1199px){.content-area{margin-top:72px}}@media (max-width:768px){.content-area{margin-top:106px}}.userAccountList{padding-top:25px}.dashboard-filter__content ul.ant-tree-child-tree{padding-left:33px}.dashboard-filter__content ul.ant-tree-child-tree>li,.dashboard-filter__content ul.ant-tree>li{padding:0;margin-bottom:10px}.dashboard-filter__content ul.ant-tree-child-tree>li:before,.dashboard-filter__content ul.ant-tree>li:before{display:none}.dashboard-filter__content ul.ant-tree-child-tree>li.site-node>.ant-tree-switcher,.dashboard-filter__content ul.ant-tree>li.site-node>.ant-tree-switcher{top:25.5px;left:40px}.dashboard-filter__content ul.ant-tree-child-tree>li.site-node>.ant-tree-node-content-wrapper,.dashboard-filter__content ul.ant-tree>li.site-node>.ant-tree-node-content-wrapper{height:75px}.dashboard-filter__content ul.ant-tree-child-tree>li.site-node>.ant-tree-node-content-wrapper .ant-tree-icon__customize,.dashboard-filter__content ul.ant-tree>li.site-node>.ant-tree-node-content-wrapper .ant-tree-icon__customize{margin-left:20px}.dashboard-filter__content ul.ant-tree-child-tree>li.site-node>.ant-tree-node-content-wrapper .ant-tree-title,.dashboard-filter__content ul.ant-tree>li.site-node>.ant-tree-node-content-wrapper .ant-tree-title{font-family:Poppins;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.1px}.dashboard-filter__content ul.ant-tree-child-tree>li.site-node>.ant-tree-node-content-wrapper .ant-tree-title .site__name,.dashboard-filter__content ul.ant-tree>li.site-node>.ant-tree-node-content-wrapper .ant-tree-title .site__name{font-size:14px;font-weight:600;text-overflow:ellipsis;overflow:hidden}.dashboard-filter__content ul.ant-tree-child-tree>li.site-node>.ant-tree-node-content-wrapper .ant-tree-title .site__address,.dashboard-filter__content ul.ant-tree>li.site-node>.ant-tree-node-content-wrapper .ant-tree-title .site__address{font-size:13px;font-weight:200;word-wrap:break-word;white-space:pre-wrap}.dashboard-filter__content ul.ant-tree-child-tree>li.site-node>.ant-tree-node-content-wrapper .ant-tree-title .site__info,.dashboard-filter__content ul.ant-tree>li.site-node>.ant-tree-node-content-wrapper .ant-tree-title .site__info{font-size:13px;font-weight:200;overflow:hidden;text-overflow:ellipsis}.dashboard-filter__content ul.ant-tree-child-tree>li.site-node>.ant-tree-node-content-wrapper .ant-tree-title .site__info .site-info__number,.dashboard-filter__content ul.ant-tree>li.site-node>.ant-tree-node-content-wrapper .ant-tree-title .site__info .site-info__number{font-weight:500}.dashboard-filter__content ul.ant-tree-child-tree>li .asset-node>.ant-tree-switcher,.dashboard-filter__content ul.ant-tree-child-tree>li.asset-type-node>.ant-tree-switcher,.dashboard-filter__content ul.ant-tree>li .asset-node>.ant-tree-switcher,.dashboard-filter__content ul.ant-tree>li.asset-type-node>.ant-tree-switcher{top:12px;left:20px}.dashboard-filter__content ul.ant-tree-child-tree>li .asset-node>.ant-tree-node-content-wrapper,.dashboard-filter__content ul.ant-tree-child-tree>li.asset-type-node>.ant-tree-node-content-wrapper,.dashboard-filter__content ul.ant-tree>li .asset-node>.ant-tree-node-content-wrapper,.dashboard-filter__content ul.ant-tree>li.asset-type-node>.ant-tree-node-content-wrapper{height:48px}.dashboard-filter__content ul.ant-tree-child-tree>li .asset-node>.ant-tree-node-content-wrapper.ant-tree-node-selected:before,.dashboard-filter__content ul.ant-tree-child-tree>li.asset-type-node>.ant-tree-node-content-wrapper.ant-tree-node-selected:before,.dashboard-filter__content ul.ant-tree>li .asset-node>.ant-tree-node-content-wrapper.ant-tree-node-selected:before,.dashboard-filter__content ul.ant-tree>li.asset-type-node>.ant-tree-node-content-wrapper.ant-tree-node-selected:before{position:absolute;left:-66px}.dashboard-filter__content ul.ant-tree-child-tree>li .asset-node>.ant-tree-node-content-wrapper .ant-tree-title,.dashboard-filter__content ul.ant-tree-child-tree>li.asset-type-node>.ant-tree-node-content-wrapper .ant-tree-title,.dashboard-filter__content ul.ant-tree>li .asset-node>.ant-tree-node-content-wrapper .ant-tree-title,.dashboard-filter__content ul.ant-tree>li.asset-type-node>.ant-tree-node-content-wrapper .ant-tree-title{font-family:Poppins;font-size:12px;font-weight:500;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.09px}.dashboard-filter__content ul.ant-tree-child-tree>li .ant-tree-switcher,.dashboard-filter__content ul.ant-tree>li .ant-tree-switcher{transition:-webkit-transform .8s ease;transition:transform .8s ease;transition:transform .8s ease,-webkit-transform .8s ease;position:absolute;right:5px;background:transparent!important}.dashboard-filter__content ul.ant-tree-child-tree>li .ant-tree-switcher.ant-tree-switcher_open,.dashboard-filter__content ul.ant-tree>li .ant-tree-switcher.ant-tree-switcher_open{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.dashboard-filter__content ul.ant-tree-child-tree>li .ant-tree-switcher.ant-tree-switcher-noop,.dashboard-filter__content ul.ant-tree>li .ant-tree-switcher.ant-tree-switcher-noop{display:none}.dashboard-filter__content ul.ant-tree-child-tree>li .ant-tree-node-content-wrapper,.dashboard-filter__content ul.ant-tree>li .ant-tree-node-content-wrapper{width:100%;padding-right:20px;padding-left:0;display:flex;align-items:center}.dashboard-filter__content ul.ant-tree-child-tree>li .ant-tree-node-content-wrapper.ant-tree-node-selected,.dashboard-filter__content ul.ant-tree-child-tree>li .ant-tree-node-content-wrapper:hover,.dashboard-filter__content ul.ant-tree>li .ant-tree-node-content-wrapper.ant-tree-node-selected,.dashboard-filter__content ul.ant-tree>li .ant-tree-node-content-wrapper:hover{background:transparent}.dashboard-filter__content ul.ant-tree-child-tree>li .ant-tree-node-content-wrapper.ant-tree-node-selected .ant-tree-icon__customize svg.node-icon path,.dashboard-filter__content ul.ant-tree>li .ant-tree-node-content-wrapper.ant-tree-node-selected .ant-tree-icon__customize svg.node-icon path{fill:#bed657}.dashboard-filter__content ul.ant-tree-child-tree>li .ant-tree-node-content-wrapper.ant-tree-node-selected:before,.dashboard-filter__content ul.ant-tree>li .ant-tree-node-content-wrapper.ant-tree-node-selected:before{content:" ";width:10px;height:31px;border-radius:100px;margin-left:-5px;position:absolute;background-color:#0062ff}.dashboard-filter__content ul.ant-tree-child-tree>li .ant-tree-node-content-wrapper.ant-tree-node-selected .ant-tree-title,.dashboard-filter__content ul.ant-tree>li .ant-tree-node-content-wrapper.ant-tree-node-selected .ant-tree-title{color:#689fc8}.dashboard-filter__content ul.ant-tree-child-tree>li .ant-tree-node-content-wrapper .ant-tree-icon__customize,.dashboard-filter__content ul.ant-tree>li .ant-tree-node-content-wrapper .ant-tree-icon__customize{display:flex;align-items:center;flex-shrink:0;flex-grow:0;margin-right:10px}.dashboard-filter__content ul.ant-tree-child-tree>li .ant-tree-node-content-wrapper .ant-tree-icon__customize svg.node-icon,.dashboard-filter__content ul.ant-tree>li .ant-tree-node-content-wrapper .ant-tree-icon__customize svg.node-icon{flex-shrink:0;flex-grow:0}.dashboard-filter__content ul.ant-tree-child-tree>li .ant-tree-node-content-wrapper .ant-tree-icon__customize svg.node-icon path,.dashboard-filter__content ul.ant-tree>li .ant-tree-node-content-wrapper .ant-tree-icon__customize svg.node-icon path{fill:#92929d}.dashboard-filter__content ul.ant-tree-child-tree>li .ant-tree-node-content-wrapper .ant-tree-title,.dashboard-filter__content ul.ant-tree>li .ant-tree-node-content-wrapper .ant-tree-title{white-space:nowrap;display:block;overflow:hidden;text-overflow:ellipsis;width:90%;color:#171725}.header{color:#dcf3f6;background-color:rgba(145,200,248,.75);margin-bottom:14px;padding:12px 0}.header img{float:left;margin:0 10px 5px 0}.dashboard{padding-top:15px}.job-summary-widget-totals{padding:35px 70px 50px}.dashboard-pane.empty .message{margin-top:200px;text-align:center}.customer-dashboard .loadingMessage{position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.dob-calendar-view .ant-fullcalendar-date{padding:0!important}.dob-calendar-view .ant-fullcalendar-date .dob-calendar-view__events{list-style:none;margin:0;padding:0;overflow-y:auto;overflow-x:hidden;height:100%;width:100%}.dob-calendar-view .ant-fullcalendar-date .dob-calendar-view__events .ant-badge-status{overflow:hidden;white-space:nowrap;width:100%;text-overflow:ellipsis;font-size:12px}.dob-calendar-view .ant-fullcalendar-date .dob-calendar-view__events li:not(:first-child){margin-top:1px}.dob-calendar-view .ant-fullcalendar-date .dob-calendar-view__events .dob-calendar-view__job-event{width:100%;text-align:left;display:flex;flex-direction:row;align-items:center;padding:0 3px 0 0}.dob-calendar-view .ant-fullcalendar-date .dob-calendar-view__events .dob-calendar-view__job-event .dob-calendar-view__job-event__name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.dob-calendar-view .ant-fullcalendar-date .dob-calendar-view__events .dob-calendar-view__job-event .fa{margin-right:5px}.dob-calendar-view .ant-fullcalendar-date .dob-calendar-view__events .dob-calendar-view__job-event .fa.progress-icon{padding:4px 3px;margin-right:2px}.dob-calendar-view .ant-fullcalendar-date .dob-calendar-view__events .dob-calendar-view__job-event .fa.progress-icon__green{color:#3dd598}.dob-calendar-view .ant-fullcalendar-date .dob-calendar-view__events .dob-calendar-view__job-event .fa.progress-icon__orange{color:#ffb000}.dob-calendar-view .ant-fullcalendar-date .dob-calendar-view__events .dob-calendar-view__job-event .fa.progress-icon__red{color:#fc5a5a}.notes-month{text-align:center}.notes-month,.notes-month section{font-size:28px}.dashboard-date-range__header-section{display:flex;margin-bottom:10px}.dashboard-date-range__header-section .two-lines{display:flex;flex-direction:column;height:50px;justify-content:flex-end}.dashboard-date-range__header-section .two-lines .two-lines__label{font-family:Poppins;font-size:11px;font-weight:600;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.8px;color:#44444f;text-transform:uppercase}.dashboard-pane__header{background:#fff;height:80px;box-shadow:0 1px 4px 0 rgba(23,23,37,.1);display:flex;flex-direction:row;align-items:center;margin-top:-10px}.dashboard-pane__header.header-small{height:40px}.dashboard-pane__header .dashboard-title{display:flex;align-items:center;width:100%}.dashboard-pane__header .dashboard-title .smart-rounds-filters{display:flex;margin-left:20px;align-items:center}.dashboard-pane__header .dashboard-title .smart-rounds-filters .date-range{margin-left:10px}.dashboard-pane__header .dashboard-pane__header-section .two-lines{display:flex;flex-direction:column;height:50px;justify-content:flex-end}.dashboard-pane__header .dashboard-pane__header-section .two-lines .two-lines__label{font-family:Poppins;font-size:11px;font-weight:600;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.8px;color:#44444f;text-transform:uppercase}.dashboard-pane__header .dashboard-pane__header-section .feature-name{font-size:20px!important;font-weight:700}.dashboard-pane__header .dashboard-pane__header-section .product-line-name{font-size:16px!important}.dashboard-pane__header .dashboard-pane__header-section .mass-review-step .sites-jobs-scroll-eta-status>div:first-child .site-name,.dashboard-pane__header .dashboard-pane__header-section .mass-review-step .sites-jobs-scroll-new-eta>div:first-child .site-name,.dashboard-pane__header .dashboard-pane__header-section .mass-review-step .sites-jobs-scroll-status>div:first-child .site-name,.dashboard-pane__header .dashboard-pane__header-section .site-name,.mass-review-step .sites-jobs-scroll-eta-status>div:first-child .dashboard-pane__header .dashboard-pane__header-section .site-name,.mass-review-step .sites-jobs-scroll-new-eta>div:first-child .dashboard-pane__header .dashboard-pane__header-section .site-name,.mass-review-step .sites-jobs-scroll-status>div:first-child .dashboard-pane__header .dashboard-pane__header-section .site-name{font-size:20px!important;color:#777}.dashboard-pane__header .dashboard-pane__header-section .dashboard-feature-title{min-width:450px}.dashboard-pane__header .dashboard-pane__header-section .active-selection{font-family:Poppins;font-size:24px;font-stretch:normal;font-style:normal;line-height:1.5;letter-spacing:.1px;color:#171725;display:flex;align-items:center;width:100%;margin-left:45px}.dashboard-pane__header .dashboard-pane__header-section .active-selection .active-selection__icon{margin-left:0;margin-right:10px;margin-bottom:6px}.dashboard-pane__header .dashboard-pane__header-section .active-selection .active-selection__icon>path{fill:#92929d}.dashboard-pane__header .dashboard-pane__header-section .active-selection .active-selection__group{display:flex;flex-direction:column;overflow:hidden}.dashboard-pane__header .dashboard-pane__header-section .active-selection .active-selection__group .active-selection__site{font-weight:600;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.dashboard-pane__header .dashboard-pane__header-section .active-selection .active-selection__group .active-selection__asset{font-weight:500;font-size:14px;color:#44444f;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.dashboard-pane__header .dashboard-pane__header-section .dashboard-type-selector{margin-right:80px;margin-left:auto}.dashboard-pane__header .dashboard-pane__header-section .dashboard-type-selector.ant-select .ant-select-selection.ant-select-selection--single{border-radius:10px;width:300px;height:38px;-webkit-transform:rotate(-1turn);transform:rotate(-1turn);border:1px solid #e2e2ea;background-color:#fff}.dashboard-pane__header .dashboard-pane__header-section .dashboard-type-selector.ant-select .ant-select-selection.ant-select-selection--single .ant-select-selection__rendered{padding:7px 12px;margin-left:0}.dashboard-pane__header .dashboard-pane__header-section .dashboard-type-selector.ant-select .ant-select-selection.ant-select-selection--single .ant-select-selection__rendered .ant-select-selection-selected-value{font-family:Roboto;font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.71;letter-spacing:.1px;color:#44444f}.cardHeadStyle{background-color:green;list-style-type:none}.critical-dates-dob-widget{margin-bottom:15px}.critical-dates-dob-widget .ant-list .ant-list-item .ant-card,.job-dob-popover.ant-popover .ant-popover-inner{border-radius:15px}.critical-dates-dob-widget .ant-list .ant-list-item .ant-card .ant-card-head,.job-dob-popover.ant-popover .ant-popover-inner .ant-card-head{height:130px}.critical-dates-dob-widget .ant-list .ant-list-item .ant-card .ant-popover-title,.job-dob-popover.ant-popover .ant-popover-inner .ant-popover-title{max-height:130px}.critical-dates-dob-widget .ant-list .ant-list-item .ant-card .ant-card-head,.critical-dates-dob-widget .ant-list .ant-list-item .ant-card .ant-popover-title,.job-dob-popover.ant-popover .ant-popover-inner .ant-card-head,.job-dob-popover.ant-popover .ant-popover-inner .ant-popover-title{border-radius:15px 15px 0 0;border-bottom:1px solid #e0e0e0;padding:15px;background-color:#5cb85c}.critical-dates-dob-widget .ant-list .ant-list-item .ant-card .ant-card-head .ant-card-head-title,.critical-dates-dob-widget .ant-list .ant-list-item .ant-card .ant-popover-title .ant-card-head-title,.job-dob-popover.ant-popover .ant-popover-inner .ant-card-head .ant-card-head-title,.job-dob-popover.ant-popover .ant-popover-inner .ant-popover-title .ant-card-head-title{padding:0}.critical-dates-dob-widget .ant-list .ant-list-item .ant-card .ant-card-head .ant-card-head-title ul.job-header-info,.critical-dates-dob-widget .ant-list .ant-list-item .ant-card .ant-card-head ul.job-header-info,.critical-dates-dob-widget .ant-list .ant-list-item .ant-card .ant-popover-title .ant-card-head-title ul.job-header-info,.critical-dates-dob-widget .ant-list .ant-list-item .ant-card .ant-popover-title ul.job-header-info,.job-dob-popover.ant-popover .ant-popover-inner .ant-card-head .ant-card-head-title ul.job-header-info,.job-dob-popover.ant-popover .ant-popover-inner .ant-card-head ul.job-header-info,.job-dob-popover.ant-popover .ant-popover-inner .ant-popover-title .ant-card-head-title ul.job-header-info,.job-dob-popover.ant-popover .ant-popover-inner .ant-popover-title ul.job-header-info{margin-bottom:0}.critical-dates-dob-widget .ant-list .ant-list-item .ant-card .ant-card-head .ant-card-head-title ul.job-header-info li,.critical-dates-dob-widget .ant-list .ant-list-item .ant-card .ant-card-head ul.job-header-info li,.critical-dates-dob-widget .ant-list .ant-list-item .ant-card .ant-popover-title .ant-card-head-title ul.job-header-info li,.critical-dates-dob-widget .ant-list .ant-list-item .ant-card .ant-popover-title ul.job-header-info li,.job-dob-popover.ant-popover .ant-popover-inner .ant-card-head .ant-card-head-title ul.job-header-info li,.job-dob-popover.ant-popover .ant-popover-inner .ant-card-head ul.job-header-info li,.job-dob-popover.ant-popover .ant-popover-inner .ant-popover-title .ant-card-head-title ul.job-header-info li,.job-dob-popover.ant-popover .ant-popover-inner .ant-popover-title ul.job-header-info li{display:flex;flex-direction:row;text-transform:capitalize;align-items:center;font-family:Poppins;font-size:14px;font-stretch:normal;font-style:normal;line-height:normal;font-weight:400;letter-spacing:1.02px}.critical-dates-dob-widget .ant-list .ant-list-item .ant-card .ant-card-head .ant-card-head-title ul.job-header-info li.top-separator,.critical-dates-dob-widget .ant-list .ant-list-item .ant-card .ant-card-head ul.job-header-info li.top-separator,.critical-dates-dob-widget .ant-list .ant-list-item .ant-card .ant-popover-title .ant-card-head-title ul.job-header-info li.top-separator,.critical-dates-dob-widget .ant-list .ant-list-item .ant-card .ant-popover-title ul.job-header-info li.top-separator,.job-dob-popover.ant-popover .ant-popover-inner .ant-card-head .ant-card-head-title ul.job-header-info li.top-separator,.job-dob-popover.ant-popover .ant-popover-inner .ant-card-head ul.job-header-info li.top-separator,.job-dob-popover.ant-popover .ant-popover-inner .ant-popover-title .ant-card-head-title ul.job-header-info li.top-separator,.job-dob-popover.ant-popover .ant-popover-inner .ant-popover-title ul.job-header-info li.top-separator{border-top:1px solid hsla(0,0%,100%,.7);margin:5px 0}.critical-dates-dob-widget .ant-list .ant-list-item .ant-card .ant-card-head .ant-card-head-title ul.job-header-info li.job-header-info__smaller,.critical-dates-dob-widget .ant-list .ant-list-item .ant-card .ant-card-head ul.job-header-info li.job-header-info__smaller,.critical-dates-dob-widget .ant-list .ant-list-item .ant-card .ant-popover-title .ant-card-head-title ul.job-header-info li.job-header-info__smaller,.critical-dates-dob-widget .ant-list .ant-list-item .ant-card .ant-popover-title ul.job-header-info li.job-header-info__smaller,.job-dob-popover.ant-popover .ant-popover-inner .ant-card-head .ant-card-head-title ul.job-header-info li.job-header-info__smaller,.job-dob-popover.ant-popover .ant-popover-inner .ant-card-head ul.job-header-info li.job-header-info__smaller,.job-dob-popover.ant-popover .ant-popover-inner .ant-popover-title .ant-card-head-title ul.job-header-info li.job-header-info__smaller,.job-dob-popover.ant-popover .ant-popover-inner .ant-popover-title ul.job-header-info li.job-header-info__smaller{font-size:11px}.critical-dates-dob-widget .ant-list .ant-list-item .ant-card .ant-card-head .ant-card-head-title ul.job-header-info li.job-header-info__smaller .job-header-info__value,.critical-dates-dob-widget .ant-list .ant-list-item .ant-card .ant-card-head ul.job-header-info li.job-header-info__smaller .job-header-info__value,.critical-dates-dob-widget .ant-list .ant-list-item .ant-card .ant-popover-title .ant-card-head-title ul.job-header-info li.job-header-info__smaller .job-header-info__value,.critical-dates-dob-widget .ant-list .ant-list-item .ant-card .ant-popover-title ul.job-header-info li.job-header-info__smaller .job-header-info__value,.job-dob-popover.ant-popover .ant-popover-inner .ant-card-head .ant-card-head-title ul.job-header-info li.job-header-info__smaller .job-header-info__value,.job-dob-popover.ant-popover .ant-popover-inner .ant-card-head ul.job-header-info li.job-header-info__smaller .job-header-info__value,.job-dob-popover.ant-popover .ant-popover-inner .ant-popover-title .ant-card-head-title ul.job-header-info li.job-header-info__smaller .job-header-info__value,.job-dob-popover.ant-popover .ant-popover-inner .ant-popover-title ul.job-header-info li.job-header-info__smaller .job-header-info__value{font-style:italic;font-weight:400}.critical-dates-dob-widget .ant-list .ant-list-item .ant-card .ant-card-head .ant-card-head-title ul.job-header-info li .job-header-info__label,.critical-dates-dob-widget .ant-list .ant-list-item .ant-card .ant-card-head ul.job-header-info li .job-header-info__label,.critical-dates-dob-widget .ant-list .ant-list-item .ant-card .ant-popover-title .ant-card-head-title ul.job-header-info li .job-header-info__label,.critical-dates-dob-widget .ant-list .ant-list-item .ant-card .ant-popover-title ul.job-header-info li .job-header-info__label,.job-dob-popover.ant-popover .ant-popover-inner .ant-card-head .ant-card-head-title ul.job-header-info li .job-header-info__label,.job-dob-popover.ant-popover .ant-popover-inner .ant-card-head ul.job-header-info li .job-header-info__label,.job-dob-popover.ant-popover .ant-popover-inner .ant-popover-title .ant-card-head-title ul.job-header-info li .job-header-info__label,.job-dob-popover.ant-popover .ant-popover-inner .ant-popover-title ul.job-header-info li .job-header-info__label{color:hsla(0,0%,100%,.7);font-size:12px;width:120px;flex-shrink:0;text-align:right;position:relative}.critical-dates-dob-widget .ant-list .ant-list-item .ant-card .ant-card-head .ant-card-head-title ul.job-header-info li .job-header-info__label .time-horizon-widget,.critical-dates-dob-widget .ant-list .ant-list-item .ant-card .ant-card-head ul.job-header-info li .job-header-info__label .time-horizon-widget,.critical-dates-dob-widget .ant-list .ant-list-item .ant-card .ant-popover-title .ant-card-head-title ul.job-header-info li .job-header-info__label .time-horizon-widget,.critical-dates-dob-widget .ant-list .ant-list-item .ant-card .ant-popover-title ul.job-header-info li .job-header-info__label .time-horizon-widget,.job-dob-popover.ant-popover .ant-popover-inner .ant-card-head .ant-card-head-title ul.job-header-info li .job-header-info__label .time-horizon-widget,.job-dob-popover.ant-popover .ant-popover-inner .ant-card-head ul.job-header-info li .job-header-info__label .time-horizon-widget,.job-dob-popover.ant-popover .ant-popover-inner .ant-popover-title .ant-card-head-title ul.job-header-info li .job-header-info__label .time-horizon-widget,.job-dob-popover.ant-popover .ant-popover-inner .ant-popover-title ul.job-header-info li .job-header-info__label .time-horizon-widget{position:absolute;top:-8px;right:51px}.critical-dates-dob-widget .ant-list .ant-list-item .ant-card .ant-card-head .ant-card-head-title ul.job-header-info li .job-header-info__label .time-horizon-widget svg.time-horizon,.critical-dates-dob-widget .ant-list .ant-list-item .ant-card .ant-card-head ul.job-header-info li .job-header-info__label .time-horizon-widget svg.time-horizon,.critical-dates-dob-widget .ant-list .ant-list-item .ant-card .ant-popover-title .ant-card-head-title ul.job-header-info li .job-header-info__label .time-horizon-widget svg.time-horizon,.critical-dates-dob-widget .ant-list .ant-list-item .ant-card .ant-popover-title ul.job-header-info li .job-header-info__label .time-horizon-widget svg.time-horizon,.job-dob-popover.ant-popover .ant-popover-inner .ant-card-head .ant-card-head-title ul.job-header-info li .job-header-info__label .time-horizon-widget svg.time-horizon,.job-dob-popover.ant-popover .ant-popover-inner .ant-card-head ul.job-header-info li .job-header-info__label .time-horizon-widget svg.time-horizon,.job-dob-popover.ant-popover .ant-popover-inner .ant-popover-title .ant-card-head-title ul.job-header-info li .job-header-info__label .time-horizon-widget svg.time-horizon,.job-dob-popover.ant-popover .ant-popover-inner .ant-popover-title ul.job-header-info li .job-header-info__label .time-horizon-widget svg.time-horizon{width:32px;height:32px;cursor:pointer;flex-shrink:0}.critical-dates-dob-widget .ant-list .ant-list-item .ant-card .ant-card-head .ant-card-head-title ul.job-header-info li .job-header-info__label .time-horizon-widget svg.time-horizon path,.critical-dates-dob-widget .ant-list .ant-list-item .ant-card .ant-card-head ul.job-header-info li .job-header-info__label .time-horizon-widget svg.time-horizon path,.critical-dates-dob-widget .ant-list .ant-list-item .ant-card .ant-popover-title .ant-card-head-title ul.job-header-info li .job-header-info__label .time-horizon-widget svg.time-horizon path,.critical-dates-dob-widget .ant-list .ant-list-item .ant-card .ant-popover-title ul.job-header-info li .job-header-info__label .time-horizon-widget svg.time-horizon path,.job-dob-popover.ant-popover .ant-popover-inner .ant-card-head .ant-card-head-title ul.job-header-info li .job-header-info__label .time-horizon-widget svg.time-horizon path,.job-dob-popover.ant-popover .ant-popover-inner .ant-card-head ul.job-header-info li .job-header-info__label .time-horizon-widget svg.time-horizon path,.job-dob-popover.ant-popover .ant-popover-inner .ant-popover-title .ant-card-head-title ul.job-header-info li .job-header-info__label .time-horizon-widget svg.time-horizon path,.job-dob-popover.ant-popover .ant-popover-inner .ant-popover-title ul.job-header-info li .job-header-info__label .time-horizon-widget svg.time-horizon path{fill:#fff}.critical-dates-dob-widget .ant-list .ant-list-item .ant-card .ant-card-head .ant-card-head-title ul.job-header-info li .job-header-info__value,.critical-dates-dob-widget .ant-list .ant-list-item .ant-card .ant-card-head ul.job-header-info li .job-header-info__value,.critical-dates-dob-widget .ant-list .ant-list-item .ant-card .ant-popover-title .ant-card-head-title ul.job-header-info li .job-header-info__value,.critical-dates-dob-widget .ant-list .ant-list-item .ant-card .ant-popover-title ul.job-header-info li .job-header-info__value,.job-dob-popover.ant-popover .ant-popover-inner .ant-card-head .ant-card-head-title ul.job-header-info li .job-header-info__value,.job-dob-popover.ant-popover .ant-popover-inner .ant-card-head ul.job-header-info li .job-header-info__value,.job-dob-popover.ant-popover .ant-popover-inner .ant-popover-title .ant-card-head-title ul.job-header-info li .job-header-info__value,.job-dob-popover.ant-popover .ant-popover-inner .ant-popover-title ul.job-header-info li .job-header-info__value{display:block;color:#fff;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-weight:500;margin-left:5px}.critical-dates-dob-widget .ant-list .ant-list-item .ant-card .ant-popover-inner-content,.job-dob-popover.ant-popover .ant-popover-inner .ant-popover-inner-content{box-shadow:0 12px 24px 0 rgba(23,23,37,.1);border:none}.critical-dates-dob-widget .ant-list .ant-list-item .ant-card .ant-popover-inner-content .critical-item,.job-dob-popover.ant-popover .ant-popover-inner .ant-popover-inner-content .critical-item{max-height:470px}.critical-dates-dob-widget .ant-list .ant-list-item .ant-card .ant-card-body .critical-item,.job-dob-popover.ant-popover .ant-popover-inner .ant-card-body .critical-item{height:470px}.critical-dates-dob-widget .ant-list .ant-list-item .ant-card .ant-card-body,.critical-dates-dob-widget .ant-list .ant-list-item .ant-card .ant-popover-inner-content,.job-dob-popover.ant-popover .ant-popover-inner .ant-card-body,.job-dob-popover.ant-popover .ant-popover-inner .ant-popover-inner-content{padding:15px 20px}.critical-dates-dob-widget .ant-list .ant-list-item .ant-card .ant-card-body .critical-item,.critical-dates-dob-widget .ant-list .ant-list-item .ant-card .ant-popover-inner-content .critical-item,.job-dob-popover.ant-popover .ant-popover-inner .ant-card-body .critical-item,.job-dob-popover.ant-popover .ant-popover-inner .ant-popover-inner-content .critical-item{display:flex;flex-direction:column;margin:0;padding:0}.critical-dates-dob-widget .ant-list .ant-list-item .ant-card .ant-card-body .critical-item .critical-item-info,.critical-dates-dob-widget .ant-list .ant-list-item .ant-card .ant-popover-inner-content .critical-item .critical-item-info,.job-dob-popover.ant-popover .ant-popover-inner .ant-card-body .critical-item .critical-item-info,.job-dob-popover.ant-popover .ant-popover-inner .ant-popover-inner-content .critical-item .critical-item-info{display:flex;flex-direction:column;margin-top:8px;line-height:1}.critical-dates-dob-widget .ant-list .ant-list-item .ant-card .ant-card-body .critical-item .critical-item-info.critical-item-info__links,.critical-dates-dob-widget .ant-list .ant-list-item .ant-card .ant-popover-inner-content .critical-item .critical-item-info.critical-item-info__links,.job-dob-popover.ant-popover .ant-popover-inner .ant-card-body .critical-item .critical-item-info.critical-item-info__links,.job-dob-popover.ant-popover .ant-popover-inner .ant-popover-inner-content .critical-item .critical-item-info.critical-item-info__links{margin-top:auto;border-top:1px solid #e2e2ea;height:38px}.critical-dates-dob-widget .ant-list .ant-list-item .ant-card .ant-card-body .critical-item .critical-item-info.critical-item-info__links .critical-item-info__value,.critical-dates-dob-widget .ant-list .ant-list-item .ant-card .ant-popover-inner-content .critical-item .critical-item-info.critical-item-info__links .critical-item-info__value,.job-dob-popover.ant-popover .ant-popover-inner .ant-card-body .critical-item .critical-item-info.critical-item-info__links .critical-item-info__value,.job-dob-popover.ant-popover .ant-popover-inner .ant-popover-inner-content .critical-item .critical-item-info.critical-item-info__links .critical-item-info__value{display:block;color:#689fc8;font-weight:400;letter-spacing:.8px;width:98%;font-size:12px}.critical-dates-dob-widget .ant-list .ant-list-item .ant-card .ant-card-body .critical-item .critical-item-info .critical-item-info__value,.critical-dates-dob-widget .ant-list .ant-list-item .ant-card .ant-popover-inner-content .critical-item .critical-item-info .critical-item-info__value,.job-dob-popover.ant-popover .ant-popover-inner .ant-card-body .critical-item .critical-item-info .critical-item-info__value,.job-dob-popover.ant-popover .ant-popover-inner .ant-popover-inner-content .critical-item .critical-item-info .critical-item-info__value{font-family:Poppins;font-size:14px;font-weight:600;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.1px;color:#171725;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;flex-shrink:0}.critical-dates-dob-widget .ant-list .ant-list-item .ant-card .ant-card-body .critical-item .critical-item-info .critical-item-info__value a,.critical-dates-dob-widget .ant-list .ant-list-item .ant-card .ant-popover-inner-content .critical-item .critical-item-info .critical-item-info__value a,.job-dob-popover.ant-popover .ant-popover-inner .ant-card-body .critical-item .critical-item-info .critical-item-info__value a,.job-dob-popover.ant-popover .ant-popover-inner .ant-popover-inner-content .critical-item .critical-item-info .critical-item-info__value a{color:#689fc8}.critical-dates-dob-widget .ant-list .ant-list-item .ant-card .ant-card-body .critical-item .critical-item-info .critical-item-info__value>.critical-item-info__value-status-reason,.critical-dates-dob-widget .ant-list .ant-list-item .ant-card .ant-popover-inner-content .critical-item .critical-item-info .critical-item-info__value>.critical-item-info__value-status-reason,.job-dob-popover.ant-popover .ant-popover-inner .ant-card-body .critical-item .critical-item-info .critical-item-info__value>.critical-item-info__value-status-reason,.job-dob-popover.ant-popover .ant-popover-inner .ant-popover-inner-content .critical-item .critical-item-info .critical-item-info__value>.critical-item-info__value-status-reason{font-style:italic;font-weight:400;font-size:12px}.critical-dates-dob-widget .ant-list .ant-list-item .ant-card .ant-card-body .critical-item .critical-item-info .critical-item-info__value .critical-item-info__value-green,.critical-dates-dob-widget .ant-list .ant-list-item .ant-card .ant-popover-inner-content .critical-item .critical-item-info .critical-item-info__value .critical-item-info__value-green,.job-dob-popover.ant-popover .ant-popover-inner .ant-card-body .critical-item .critical-item-info .critical-item-info__value .critical-item-info__value-green,.job-dob-popover.ant-popover .ant-popover-inner .ant-popover-inner-content .critical-item .critical-item-info .critical-item-info__value .critical-item-info__value-green{color:#3dd598}.critical-dates-dob-widget .ant-list .ant-list-item .ant-card .ant-card-body .critical-item .critical-item-info .critical-item-info__value .critical-item-info__value-red,.critical-dates-dob-widget .ant-list .ant-list-item .ant-card .ant-popover-inner-content .critical-item .critical-item-info .critical-item-info__value .critical-item-info__value-red,.job-dob-popover.ant-popover .ant-popover-inner .ant-card-body .critical-item .critical-item-info .critical-item-info__value .critical-item-info__value-red,.job-dob-popover.ant-popover .ant-popover-inner .ant-popover-inner-content .critical-item .critical-item-info .critical-item-info__value .critical-item-info__value-red{color:#fc5a5a}.critical-dates-dob-widget .ant-list .ant-list-item .ant-card .ant-card-body .critical-item .critical-item-info .critical-item-info__value .critical-item-info__value-orange,.critical-dates-dob-widget .ant-list .ant-list-item .ant-card .ant-popover-inner-content .critical-item .critical-item-info .critical-item-info__value .critical-item-info__value-orange,.job-dob-popover.ant-popover .ant-popover-inner .ant-card-body .critical-item .critical-item-info .critical-item-info__value .critical-item-info__value-orange,.job-dob-popover.ant-popover .ant-popover-inner .ant-popover-inner-content .critical-item .critical-item-info .critical-item-info__value .critical-item-info__value-orange{color:#ffb000}.critical-dates-dob-widget .ant-list .ant-list-item .ant-card .ant-card-body .critical-item .critical-item-info .critical-item-info__label,.critical-dates-dob-widget .ant-list .ant-list-item .ant-card .ant-popover-inner-content .critical-item .critical-item-info .critical-item-info__label,.job-dob-popover.ant-popover .ant-popover-inner .ant-card-body .critical-item .critical-item-info .critical-item-info__label,.job-dob-popover.ant-popover .ant-popover-inner .ant-popover-inner-content .critical-item .critical-item-info .critical-item-info__label{font-family:Roboto;font-size:12px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.83;letter-spacing:normal;color:#44444f}.job-dob-popover.ant-popover{width:340px;max-width:340px}.dob-toolbar{padding-bottom:25px}.dob-toolbar .btn,.dob-toolbar .btn-default{border-radius:20px;display:flex;width:360px;align-items:center;font-family:Poppins;font-size:16px;font-weight:600;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.11px;color:#171725;background-color:#fff;border-color:#fff;margin-right:16px;padding:26px 20px;text-transform:capitalize}.dob-toolbar .btn-default svg.icon,.dob-toolbar .btn svg.icon{margin-left:auto}.dob-toolbar .btn-default svg.icon path,.dob-toolbar .btn svg.icon path{fill:#92929d}.dob-toolbar .btn-default.active,.dob-toolbar .btn-default .active:focus :active:hover,.dob-toolbar .btn-default .active:hover,.dob-toolbar .btn-default :active:focus,.dob-toolbar .btn.active,.dob-toolbar .btn .active:focus :active:hover,.dob-toolbar .btn .active:hover,.dob-toolbar .btn :active:focus{color:#689fc8!important;background-color:#fff!important;border-color:#fff!important;box-shadow:0 12px 15px 0 rgba(23,23,37,.15)!important}.dob-toolbar .btn-default .active:focus :active:hover svg.icon path,.dob-toolbar .btn-default .active:hover svg.icon path,.dob-toolbar .btn-default.active svg.icon path,.dob-toolbar .btn-default :active:focus svg.icon path,.dob-toolbar .btn .active:focus :active:hover svg.icon path,.dob-toolbar .btn .active:hover svg.icon path,.dob-toolbar .btn.active svg.icon path,.dob-toolbar .btn :active:focus svg.icon path{fill:#689fc8}.DateInput{cursor:pointer}.filters .SingleDatePicker{margin:0 5px;line-height:1}.filters .DateInput{width:auto;vertical-align:initial;box-shadow:0 1px 3px rgba(0,0,0,.25)}.filters .DateInput:after{content:"\F073";font:normal normal normal 14px/1 FontAwesome;position:absolute;top:50%;right:5px;-webkit-transform:translateY(-50%);transform:translateY(-50%);color:#777;transition:color .3s}.filters .DateInput .DateInput_input{padding:0 22px 0 6px;height:20px;font-weight:400;font-size:14px;line-height:1.42857;width:105px;transition:box-shadow .3s}.filters .DateInput .DateInput_input.DateInput_input__focused{background-color:initial;color:#448aff;border-bottom-color:transparent}.filters .DateInput .DateInput_input.DateInput_input__focused:after{color:#448aff}.filters .SingleDatePicker_picker{top:32px!important;box-shadow:0 1px 5px rgba(68,138,255,.25);border-color:#448aff}.filters .SingleDatePicker_picker .CalendarDay__selected,.filters .SingleDatePicker_picker .CalendarDay__selected:active,.filters .SingleDatePicker_picker .CalendarDay__selected:hover{background:#448aff;border-color:#448aff}.filters .SingleDatePicker_picker .DayPickerKeyboardShortcuts_show__bottomRight{border-right-color:#448aff}.filters .DateInput_fang{top:21px!important}.customer-filter-button-bar .btn.btn-default.active[disabled],.job-filter-button-bar .btn.btn-default.active[disabled]{background-color:#448aff}label[for*=filter],label[htmlfor*=filter]{text-align:right;color:#696969}.input-addon-before{color:#777;left:12px;position:absolute;top:50%;z-index:4;-webkit-transform:translateY(-50%);transform:translateY(-50%)}input.vit-input{padding-left:38px}.Select-control{border-radius:0!important;border-color:transparent!important}.panel-body .Select-control{border-color:#f4f4f4!important}.Select-menu-outer{border-radius:0!important}.form-control{border-radius:0;border-color:transparent;box-shadow:0 1px 1px rgba(0,0,0,.075)}.input-xs{height:20px;padding:4px 6px;font-size:14px}.form-inline .input-xs{margin:0 5px}.in-range .input-xs{width:50px}input[type=number].input-xs::-webkit-inner-spin-button,input[type=number].input-xs::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.work-scope-fields{box-shadow:0 1px 3px rgba(0,0,0,.25)}.work-scope-fields textarea{resize:vertical}.work-scope-fields .SingleDatePicker{display:block}.work-scope-fields .SingleDatePickerInput{border-width:0}.work-scope-fields .DateInput{height:36px;padding:4px 10px;line-height:1.42857;font-size:14px}.work-scope-fields .DateInput__display-text--focused{background:transparent;border-color:transparent}.work-scope-fields .DateInput--with-caret:after,.work-scope-fields .DateInput--with-caret:before{top:36px}.work-scope-fields .SingleDatePicker__picker{top:46px}.btn-group-vertical>.btn:first-child:not(:last-child),.btn-group-vertical>.btn:last-child:not(:first-child){border-radius:0}.container-left{margin:0}.col-vcenter{display:inline-block;vertical-align:middle;float:none}.job-detail__sidebar .photo-container .grid-sizer,.job-detail__sidebar .photo-container .tile{width:31%}.job-detail__sidebar .photo-container .gutter-sizer{width:1%}.job-detail__sidebar .photo-container .tile a{margin-bottom:5px}.job-detail__sidebar .photo-container .tile a figure{width:100%}.job-detail__sidebar .photo-container .tile a img{width:100%;margin-bottom:0}.row-flex{display:flex}.mb-no{margin-bottom:0!important}.mb-xs{margin-bottom:4px}.mb-sm{margin-bottom:8px}.mb-md{margin-bottom:12px}.mb-lg{margin-bottom:16px}.mb-xl{margin-bottom:24px}.mb-xxl{margin-bottom:32px}.mb-xxxl{margin-bottom:40px}.mt-no{margin-top:0!important}.mt-xs{margin-top:4px}.mt-sm{margin-top:8px}.mt-md{margin-top:12px}.mt-lg{margin-top:16px}.mt-xl{margin-top:24px}.mt-xxl{margin-top:32px}.mt-xxxl{margin-top:40px}.mr-no{margin-right:0!important}.mr-xs{margin-right:2.5px}.mr-sm{margin-right:5px}.mr-md{margin-right:7.5px}.mr-lg{margin-right:10px}.mr-xl{margin-right:15px}.mr-xxl{margin-right:20px}.mr-xxxl{margin-right:25px}.ml-no{margin-left:0!important}.ml-xs{margin-left:2.5px}.ml-sm{margin-left:5px}.ml-md{margin-left:7.5px}.ml-lg{margin-left:10px}.ml-xl{margin-left:15px}.ml-xxl{margin-left:20px}.ml-xxxl{margin-left:25px}.clearfix{clear:both}.flex-column{display:flex;flex-direction:column}.flex-center{justify-content:center}.proofs-list .list-group-item{padding-bottom:0;cursor:pointer}.proofs-list .list-group-item.disabled{background-color:#e8e8e8}.proofs-list .list-group-item:first-child,.proofs-list .list-group-item:last-child{border-radius:0}.proofs-list .list-group-item.active,.proofs-list .list-group-item.active:focus,.proofs-list .list-group-item.active:hover{background-color:#ecf3ff;border-color:#448aff;color:inherit}.proofs-list .proof-item-sidebar{padding-left:0;padding-right:0}.proofs-list .proof-item-content{padding-left:0}.proofs-list .proof-item-content p{margin-bottom:0}.proof-loader{display:flex;justify-content:center}.proof-loader .loading{display:flex;flex-direction:column;align-items:center}.invoice-loader .loading{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-align:center}.invoice-list{height:calc(100vh - 140px)}.invoice-detail{height:calc(100vh - 190px)}.invoice-detail .panel,.invoice-list .panel{margin-bottom:0}.invoice-detail .panel-heading,.invoice-list .panel-heading{cursor:pointer}.invoice-detail .site-header,.invoice-list .site-header{font-weight:700}.invoice-detail .panel-body,.invoice-list .panel-body{padding-top:4px;padding-bottom:4px}.invoice-detail .panel-body.date-header-panel,.invoice-list .panel-body.date-header-panel{padding-left:27px;cursor:pointer;margin-bottom:10px}.invoice-detail .panel-body.line-item,.invoice-detail .panel-body.line-item-header,.invoice-list .panel-body.line-item,.invoice-list .panel-body.line-item-header{margin:0 27px}.invoice-detail .panel-body.line-item-header,.invoice-list .panel-body.line-item-header{border-bottom:2px solid #9b9b9b;color:#777}.invoice-detail .panel-body.line-item,.invoice-list .panel-body.line-item{border-bottom:1px solid #e8e8e8}.invoice-detail .date-header,.invoice-list .date-header{font-weight:600;color:#373737;border-bottom:2px solid #777}.icon-valid{color:#5cb85c}.icon-warning{color:#f0ad4e}.icon-info{color:#448aff;cursor:pointer}.finish-checkbox{margin-right:20px}span.line-item-loading{margin:0 27px;padding-left:15px}.choose-proof .preferred-opts-list{margin-left:25px;text-align:left}.proof-modal.modal-dialog{height:80%;width:80%}.proof-modal .modal-content{height:100%;width:100%;position:relative}.proof-modal .modal-footer{border-radius:0;bottom:0;position:absolute;width:100%}@-webkit-keyframes bounce{0%{-webkit-transform:scale(1);transform:scale(1)}25%{-webkit-transform:scale(.97);transform:scale(.97)}35%{-webkit-transform:scale(.9);transform:scale(.9)}45%{-webkit-transform:scale(1.1);transform:scale(1.1)}55%{-webkit-transform:scale(.9);transform:scale(.9)}65%{-webkit-transform:scale(1.1);transform:scale(1.1)}75%{-webkit-transform:scale(1.03);transform:scale(1.03)}to{-webkit-transform:scale(1);transform:scale(1)}}.bounce{display:inline-block;-webkit-animation:bounce 2s infinite;animation:bounce 2s infinite}.activity-comment-wrapper{padding:10px}.activity-comment-wrapper:hover{border-left:5px solid #3f51b5;padding-left:5px;background-color:#f4f4f4}.activity-comment-info,.activity-comment-text{margin-left:20px}.info-popover.detail-link .ant-popover-content .ant-popover-inner{width:350px}.job-id{font-family:Poppins;display:flex;align-items:center;padding:22px 37px 22px 0;background-color:#fff}.job-id .job-details-wrapper{margin-left:35px;display:flex;flex-direction:column;flex-shrink:0}.job-id .job-details-wrapper .job-details-property{display:flex;flex-direction:row;flex-shrink:0;flex-grow:0;align-items:center;padding:4px 4px 4px 0}.job-id .job-details-wrapper .job-details-property .job-details-property__label{width:130px;text-align:right;padding-right:10px}.job-id .job-details-wrapper .job-details-property .job-details-property__value{font-weight:500;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:500px}.job-id .job-details-wrapper .job-details-property .job-details-property__value .change-status{color:#689fc8;margin-left:10px}.job-id p{font-size:24px;font-weight:600;line-height:1.5;letter-spacing:.1px;color:#171725;margin:0}.job-id .link-icon{margin-left:10px;cursor:pointer;vertical-align:bottom;width:23px;height:23px}.job-id .complete-job-button{display:table-cell;vertical-align:middle}.job-id .complete-job-button-wrapper{margin-left:auto;display:flex;align-items:center}.job-id .project-name{display:inline-block;font-size:14px;text-align:left;max-width:440px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.job-id .project-name-icon{height:23px;width:23px;vertical-align:bottom}.job-id .user-preferences{width:32px;cursor:pointer;margin-left:10px}.job-detail{font-family:Poppins;letter-spacing:.1px}.job-detail .job-tabs{display:flex;width:100%;margin:30px 0 0}.job-detail .job-tabs.sub-tabs{margin:20px 0 0}.job-detail .job-tabs.sub-tabs .tab-label{font-size:14px}.job-detail .job-tabs .tab-label{flex:1 1;padding:20px 27px;margin:0 10px;border-radius:20px;background-color:#fff;color:#595959;font-size:16px;display:flex;justify-content:space-between;border:0;flex-wrap:wrap;text-align:center;align-items:center;outline:none;font-weight:700}.job-detail .job-tabs .tab-label:first-child{margin-left:0}.job-detail .job-tabs .tab-label:last-child{margin-right:0}.job-detail .job-tabs .tab-label path{fill:#92929d}.job-detail .job-tabs .tab-label.active{box-shadow:0 12px 15px 0 rgba(23,23,37,.15);color:#689fc8}.job-detail .job-tabs .tab-label.active path{fill:#689fc8}.job-detail .job-tabs .truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:78%}.job-detail .tabSection{border-radius:20px;background-color:#fff;padding:20px;margin-top:20px;position:relative}.job-detail .tabSection .title-separator{color:#171725;position:relative;font-weight:700;margin:10px 0;z-index:0}.job-detail .tabSection .title-separator span{background:#fff;position:relative;padding-right:10px;z-index:1}.job-detail .tabSection .title-separator:after{content:" ";width:100%;position:absolute;bottom:3px;left:0;border-bottom:1px solid #e8e8e8;z-index:0}.job-detail .tabSection .resource-photos .add-photo-button{margin-bottom:7px}.job-detail .tabSection .resource-photos .image-border{padding:0 8px;margin-bottom:10px}.job-detail .tabSection .resource-photos .image-border img{max-height:100px;max-width:300px;border:2px solid #44444f;padding:1px}.job-detail .tabSection .panel{min-width:200px;max-width:300px}.job-detail .tabSection .panel .panel-body{background:#fafafb;white-space:normal}.job-detail .tabSection .text-status{font-size:14px;cursor:default}.job-detail .tabSection .list-blocks{padding:0;list-style-type:none;display:flex;flex-wrap:wrap}.job-detail .tabSection .list-blocks>li{flex:1 1;background-color:#fafafb;border-radius:15px;padding:20px 10px;max-width:220px;border:1px solid #e8e8e8;min-width:170px;margin:0 12px 20px}.job-detail .tabSection .list-blocks>li.long{max-width:540px}.job-detail .tabSection .list-blocks>li span{display:block;font-size:12px}.job-detail .tabSection .list-blocks>li span span{display:inline}.job-detail .tabSection .list-blocks .btn-group-sm>.btn.btn-link,.job-detail .tabSection .list-blocks .btn.btn-sm.btn-link{padding:0 10px 0 0}.job-detail .tabSection .list-blocks .icon{cursor:pointer}.job-detail .tabSection .list-blocks .flex-header{display:flex;flex-wrap:wrap}.job-detail .tabSection .list-blocks .flex-header button{background:#fff;margin-right:10px;font-family:FontAwesome;border:1px solid #e2e2ea;color:#92929d;border-radius:3px;padding:0;display:flex;height:16px;width:16px;box-sizing:border-box;align-items:center;justify-content:space-around;outline:none}.job-detail .tabSection .list-blocks .flex-header button:before{content:"\F067";font-size:10px}.job-detail .tabSection .list-blocks .flex-header button.active:before{content:"\F068"}.job-detail .tabSection .list-blocks .flex-header span{font-size:14px}.job-detail .tabSection .list-blocks .icon-container{display:flex;justify-content:space-around}.job-detail .tabSection .list-blocks.expandable{align-items:flex-start;align-content:flex-start}.job-detail .tabSection .list-blocks .image-border{display:flex;justify-content:space-around;align-items:flex-end;height:135px;padding:0 8px;margin-bottom:10px}.job-detail .tabSection .list-blocks .image-border img{max-height:100px;max-width:300px;border:2px solid #44444f;padding:1px}.job-detail .complete-button{padding:8px 18px;border:0;border-radius:10px;background-color:#0d426a;font-size:14px;font-weight:700;color:#fff;display:flex;align-items:center;outline:none}.job-detail .complete-button svg{margin-right:10px}.job-detail .doc-name-section{display:flex;flex-direction:row;width:100%;align-items:center}.job-detail .doc-name-section .doc-preview{margin-right:6px;cursor:pointer}.job-detail .doc-name-section .click-header{display:flex;align-items:center;margin-bottom:0;cursor:pointer;width:96%}.job-detail .doc-name-section .click-header>span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.job-detail .doc-name-section .click-header .doc-download{margin-right:6px;flex-shrink:0;color:#44444f}.fixed{position:absolute;bottom:40px;right:20px}.doc-created-by-section{display:flex;flex-direction:row;align-items:center}.doc-created-by-section .doc-created-by{display:flex;flex-direction:column;margin-left:5px}.icons-color{color:#0062ff}.icons-color path{fill:#0062ff}.pending-color{color:#ffb000}ul.job-progress-bar{padding-left:0;margin-bottom:0}ul.job-progress-bar li{display:inline-block;margin:0 10px;text-transform:uppercase;font-size:11px;letter-spacing:.8px;font-weight:600;color:#44444f}ul.job-progress-bar li:first-of-type{margin-left:0}ul.job-progress-bar li:not(.separator):before{content:"";display:inline-block;width:14px;height:14px;margin-right:5px;margin-bottom:-2px;border:2px solid #777;border-radius:50%}ul.job-progress-bar li.complete:before{background:#448aff;border-color:#448aff}ul.job-progress-bar li.in-progress:before{background:#777;border-color:#777}ul.job-progress-bar li.incomplete:before{background:#f0ad4e;border-color:#f0ad4e}ul.job-progress-bar li.separator{width:50px;border-bottom:1px solid #777;margin-bottom:4px}.job-detail .list-group-item{background:#fafafb;padding-top:20px;padding-bottom:20px}.progress-section{display:flex;align-items:center;justify-content:space-between}.progress-section .formControlsSelect{width:300px}.header-section{display:flex;justify-content:space-between;margin-bottom:20px}.header-section .filter-buttons{border-radius:8px;border:1px solid #e8e8e8;padding:1px}.header-section .filter-buttons button{background-color:initial;padding:5px 10px;border-radius:8px;border:0;letter-spacing:.2px;outline:none}.header-section .filter-buttons button.active{background-color:#0d426a;color:#fff}.header-section .progress-container{width:350px}.header-section .progress-container .ant-progress-inner{border:1px solid #e2e2ea;padding:1px}.header-section .progress-container .ant-progress-outer{padding-right:0}.header-section .progress-container .ant-progress-text{position:absolute;right:100%;top:4px;font-weight:700;font-size:12px;color:#44444f}.panel__section{padding:0 15px 85px}.panel__section:last-child{padding-bottom:30px}ul.resource-details li{line-height:1;margin-bottom:10px}form.prereqs .checkbox{margin-left:15px}form.prereqs .checkbox:first-of-type{margin-top:0}.data-system-load,.overview-padding{padding:10px}.issue{color:red;font-weight:700}.no-issue{color:#75c9a4;font-weight:700}.issue .fa-exclamation-triangle{-webkit-animation-name:flash;animation-name:flash;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-play-state:running;animation-play-state:running}@-webkit-keyframes flash{0%{color:red}to{color:#000}}@keyframes flash{0%{color:red}to{color:#000}}.job-detail .loading{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.fa-5x{vertical-align:middle}.change-status-padding{padding-top:10px;padding-left:10px}.sign-off,.sign-off li.item-error .resolved{text-decoration:line-through}.job-sites-dialog{width:90%}.job-sites-dialog .modal-body{min-height:400px}.job-mass-status-dialog{width:55%;margin-bottom:0!important}.change-status-modal .change-status-dialog{width:75%}.change-status-modal .control-label.col-sm-3{text-align:right}.change-status-modal .job-complete-error-msg{color:#d9534f}.change-status-modal .complete-group{border:1px solid #ddd!important;padding:0 10px 10px;border-bottom:none;margin:4px 0}.change-status-modal .complete-group .complete-group__title{width:auto!important;border:none;font-size:14px;padding:0 10px;margin-bottom:10px}.change-status-modal .complete-group label[for=datetime] span{display:none}.add-photo-modal .modal-body .grid-container{display:grid;grid-template-columns:20% 80%;grid-gap:7px}.add-photo-modal .modal-body .grid-container .error{color:#fc5a5a}.job-complete-error-modal .job-complete-error-dialog{width:50%}.job-complete-error-modal .job-complete-error-dialog .error-messages{font-weight:700;display:flex;justify-content:center;align-items:center;flex-direction:column;min-height:150px}.job-complete-error-modal .job-complete-error-dialog .error-messages>div{margin:10px 0}.user-preferences-modal{width:85%}.user-preferences-modal .title{text-align:center}.user-preferences-modal .title .title__info{font-size:.8em;font-weight:400}.user-preferences-modal .option-info{margin:0 0 0 23px;color:grey;font-size:13px}.user-preferences-modal .option-info .option-not-allowed{font-weight:500;color:#171725;display:block}.user-preferences-modal .option{margin-bottom:14px}.user-preferences-modal .option .ant-checkbox-wrapper{color:#171725;font-weight:400}.user-preferences-modal .option .ant-checkbox-wrapper>span:first-child{vertical-align:top;margin-top:4px}.user-preferences-modal .option .ant-checkbox-wrapper>span:last-child{display:inline-block;width:400px}.user-preferences-modal .person-label{font-weight:700;margin:10px 0 10px 23px}.user-preferences-modal .ant-select-selection.ant-select-selection--single{height:60px;align-items:center;display:flex}.user-preferences-modal .ant-select-selection.ant-select-selection--single .ant-select-selection__rendered,.user-preferences-modal .ant-select-selection.ant-select-selection--single .ant-select-selection__rendered .ant-select-selection-selected-value{width:100%;height:100%}.people-selector,.user-preferences-contact-info{display:flex;flex-direction:row;justify-content:center;height:60px}.people-selector>span,.user-preferences-contact-info>span{display:flex;flex-direction:column;width:50%;justify-content:center}.people-selector>span.one-line,.user-preferences-contact-info>span.one-line{width:100%;text-align:left!important}.people-selector>span:last-of-type,.user-preferences-contact-info>span:last-of-type{text-align:right;padding-right:5px}.people-selector>span span,.user-preferences-contact-info>span span{font-size:11px;line-height:13px;padding:2px 0}.people-selector>span span.inherit-font-size,.user-preferences-contact-info>span span.inherit-font-size{font-size:inherit}.people-selector>span span:first-of-type,.user-preferences-contact-info>span span:first-of-type{padding-top:0}.people-selector>span span:last-of-type,.user-preferences-contact-info>span span:last-of-type{padding-bottom:0}.people-selector>span .contact-info__name,.user-preferences-contact-info>span .contact-info__name{font-size:14px;font-weight:600}.people-selector>span .contact-info__email,.user-preferences-contact-info>span .contact-info__email{color:#689fc8}.people-selector>span .contact-info__phone-type,.user-preferences-contact-info>span .contact-info__phone-type{font-style:italic}.resource-table td.container-comment-wrapper .container-comment,.resource-table td.container-comment-wrapper .container-comment :first-child,.resource-table td .failure-tag{width:90%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.import-asset-by-name-modal .textarea-label{display:flex;height:37px;align-items:flex-end}.import-asset-by-name-modal .validate-section{border:1px solid #d9d9d9;border-radius:4px;overflow-y:auto;padding:4px 11px}.import-asset-by-name-modal .validate-buttons{display:flex;justify-content:space-between}.import-asset-by-name-modal .fail-action,.import-asset-by-name-modal .generic-action,.import-asset-by-name-modal .pass-action,.import-asset-by-name-modal .reset-action{min-height:80px;max-height:134px;cursor:pointer;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:10px;flex-direction:column}.import-asset-by-name-modal .pass-action{border:1px solid #3dd598;color:#3dd598}.import-asset-by-name-modal .fail-action{border:1px solid #d9534f;margin:7px 0;color:#d9534f}.import-asset-by-name-modal .reset-action{border:1px solid #ffb000;color:#ffb000}.import-asset-by-name-modal .fail-action:hover,.import-asset-by-name-modal .pass-action:hover,.import-asset-by-name-modal .reset-action:hover{box-shadow:0 12px 15px 0 rgba(23,23,37,.15)}.modal-dialog{margin:80px auto}.modal-dialog .modal-content{border-radius:15px;font-family:Poppins;font-size:13px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:1.02px;color:#171725}.modal-dialog .modal-header{border-radius:15px 15px 0 0;background-color:#bed657}.modal-dialog .modal-header .modal-title{color:#44444f;text-transform:uppercase;font-family:Poppins;font-size:16px;font-weight:600;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:1.02px}.ReactModal__Overlay--after-open{margin:0;-webkit-margin-start:0;margin-inline-start:0;z-index:1050!important}.time-horizon-modal{width:95%}.data-form-modal{width:75%}.ant-modal .ant-modal-content{border-radius:15px;font-family:Poppins;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:1.02px;color:#171725}.ant-modal .ant-modal-content .ant-modal-body{letter-spacing:.2px}.ant-modal .ant-modal-content .ant-modal-header{border-radius:15px 15px 0 0;background-color:#bed657}.ant-modal .ant-modal-content .ant-modal-header .ant-modal-title{color:#44444f;text-transform:uppercase;font-family:Poppins;font-size:16px;font-weight:600;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:1.02px}.user-profile-menu .active-item{position:relative;overflow:hidden}.user-profile-menu .active-item:before{content:" ";width:4px;height:19px;border-radius:100px;margin-left:-12px;margin-top:-3px;position:absolute;background-color:#0062ff}.user-profile-menu .active-item a{font-weight:700!important;color:#689fc8!important}.navbar-default{background-color:#fff;box-shadow:inset 0 -1px 0 0 #e2e2ea;height:70px;border:none;display:flex;align-items:center}.navbar-default .container-fluid{padding:0 40px 0 25px;margin:0;display:flex;align-items:center;width:100%;height:100%}.navbar-default .container-fluid .navbar-header{margin:0;padding:0}.navbar-default .container-fluid .navbar-header .app-brand{display:flex;align-items:center}.navbar-default .container-fluid .navbar-header .app-brand .app-logo{width:151px}.navbar-default .container-fluid .navbar-header .app-brand .app-logo .st0{fill:#0e334c}.navbar-default .container-fluid .navbar-header .app-brand .env-watermark{position:absolute;height:70px;display:flex;align-items:center;justify-content:center;left:190px;color:#fff;font-weight:700;background:#d2d2d2;padding:2px 10px;font-size:1.5em;pointer-events:none}.navbar-default .container-fluid .navbar-collapse{display:flex!important;align-items:center;width:100%;height:100%!important;margin-left:153px}.navbar-default .container-fluid .navbar-collapse>ul.navbar-nav{height:100%}.navbar-default .container-fluid .navbar-collapse>ul.navbar-nav li{height:100%;cursor:pointer}.navbar-default .container-fluid .navbar-collapse>ul.navbar-nav li .product-line__name,.navbar-default .container-fluid .navbar-collapse>ul.navbar-nav li a{height:100%;display:flex;align-items:center;margin-right:30px;font-family:Poppins;font-size:14px;font-weight:500;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.1px;color:#171725}.navbar-default .container-fluid .navbar-collapse>ul.navbar-nav li .product-line__name:hover,.navbar-default .container-fluid .navbar-collapse>ul.navbar-nav li a:hover{color:#0d426a}.navbar-default .container-fluid .navbar-collapse>ul.navbar-nav li .product-line__name>.nav__item-icon,.navbar-default .container-fluid .navbar-collapse>ul.navbar-nav li a>.nav__item-icon{color:#92929d;margin-right:5px}.navbar-default .container-fluid .navbar-collapse>ul.navbar-nav li.active .product-line__name,.navbar-default .container-fluid .navbar-collapse>ul.navbar-nav li.active a{font-family:Poppins;font-size:14px;font-weight:600;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.1px;color:#0d426a;background:transparent}.navbar-default .container-fluid .navbar-collapse>ul.navbar-nav li.active .product-line__name:after,.navbar-default .container-fluid .navbar-collapse>ul.navbar-nav li.active a:after{content:" ";width:6px;height:52px;border-radius:100px 0 0 100px;right:50%;bottom:-32px;position:relative;background-color:#bed657;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.navbar-default .container-fluid .navbar-collapse .logout-top-navigation{margin-left:auto}.navbar-default .container-fluid .navbar-collapse .logout-top-navigation ul.nav.navbar-nav{display:flex;flex-direction:column;margin:0;padding:0;max-width:220px}.navbar-default .container-fluid .navbar-collapse .logout-top-navigation ul.nav.navbar-nav li.open a.dropdown-toggle{background-color:initial}.navbar-default .container-fluid .navbar-collapse .logout-top-navigation ul.nav.navbar-nav li a{padding:0}.navbar-default .container-fluid .navbar-collapse .logout-top-navigation ul.nav.navbar-nav li a.dropdown-toggle{font-family:Poppins;font-size:14px;font-weight:600;font-stretch:normal;font-style:normal;line-height:1;letter-spacing:.1px;color:#171725}.navbar-default .container-fluid .navbar-collapse .logout-top-navigation ul.nav.navbar-nav li.account a{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:5px;font-family:Roboto;font-size:12px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1;letter-spacing:.1px;color:#92929d}.navbar-default .container-fluid .navbar-collapse .logout-top-navigation ul.nav.navbar-nav li .dropdown-menu{border-radius:10px 0 10px 10px;border:none;margin-top:5px}.navbar-default .container-fluid .navbar-collapse .logout-top-navigation ul.nav.navbar-nav li .dropdown-menu li:not(.divider){padding:5px 10px}.navbar-default .container-fluid .navbar-collapse .logout-top-navigation ul.nav.navbar-nav li .dropdown-menu li.divider{margin:5px 0}.navbar-default .container-fluid .navbar-collapse .logout-top-navigation ul.nav.navbar-nav li .dropdown-menu li.active a{background-color:initial}.navbar-default .container-fluid .navbar-collapse .logout-top-navigation ul.nav.navbar-nav li .dropdown-menu li a{font-family:Roboto;font-size:12px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1;letter-spacing:.1px;color:#171725}.navbar-default .container-fluid .navbar-collapse .logout-top-navigation ul.nav.navbar-nav li .dropdown-menu li a:hover{background-color:initial}.navbar-default .container-fluid .navbar-collapse .logout-top-navigation ul.nav.navbar-nav li .dropdown-menu li .help-menu-item{display:flex;align-items:center}.navbar-default .container-fluid .navbar-collapse .logout-top-navigation ul.nav.navbar-nav li .dropdown-menu li .help-menu-item .help-icon{margin-left:4px;width:23px;height:23px}.navbar-header{padding:14px 15px}img.navbar-brand{width:169px;height:22px;padding:0}@media (max-width:1199px){.navbar-default .navbar-nav>li>a{font-size:12px;padding-top:8px;padding-bottom:8px}.navbar-default .navbar-brand,.navbar-default .navbar-link,.navbar-default .navbar-text{font-size:12px}.navbar-header{padding-top:8px;padding-bottom:8px}.navbar-default .navbar-text{padding-top:0;padding-bottom:0;margin-top:8px;margin-bottom:8px}img.navbar-brand{width:120px;height:auto;padding:0}}.pagination>li{font-weight:600}.pagination>li:first-child>a,.pagination>li:first-child>span,.pagination>li:last-child>a,.pagination>li:last-child>span{border-radius:0}.react-tabs [role=tablist]{margin-bottom:0}.react-tabs [role=tab]{border-bottom:1px solid transparent}.react-tabs [role=tab]:not([aria-selected=true]):hover{background:#448aff;color:#fff;border-bottom:1px solid #9b9b9b}.react-tabs [role=tab][aria-selected=true]{border-radius:0 0 0 0;-moz-border-radius:0 0 0 0;-webkit-border-radius:0 0 0 0;border-color:#9b9b9b #9b9b9b transparent}.react-tabs [role=tab][aria-selected=true]:hover{background:#fff;color:#212121}.ReactTabs__TabPanel{background:#fff;padding:8px;border:1px solid #9b9b9b;border-top:none}.panel .panel-heading a:after{content:"\F107";float:right;margin-top:-3px;font:normal normal normal 1.5em/1 FontAwesome}.panel .panel-heading a.collapsed:after{content:"\F106";margin-top:-5px}.panel-disabled{pointer-events:none;opacity:.65;box-shadow:none;cursor:not-allowed}.profile{padding-top:40px}body,html{height:auto!important}body{font-family:Open Sans,sans-serif!important;font-size:14px!important;line-height:1.42857!important;color:#212121!important;background-color:#fafafb!important}section:not(:last-of-type){margin-bottom:32px}.environment-watermark{position:fixed;top:0;height:70px;display:flex;align-items:center;left:200px;z-index:99999;color:#fff;font-weight:700;background:#d2d2d2;padding:2px 10px;font-size:2em;pointer-events:none}.auth0-lock.auth0-lock .auth0-lock-header-logo{max-width:100%!important;height:auto!important;margin:12px auto!important}.job-dashboard{padding-top:15px}.signature-canvas{width:100%;height:200px}body{font-family:Poppins}.progress-status-tooltip .tooltip-inner .warning-message{display:inline-block;margin-bottom:5px}.progress-status-tooltip .tooltip-inner .progress-status.progress-status__green{color:#3dd598}.progress-status-tooltip .tooltip-inner .progress-status.progress-status__orange{color:#ffb000}.progress-status-tooltip .tooltip-inner .progress-status.progress-status__red{color:#fc5a5a}.job-detail--with-sidebar{overflow:auto;padding-left:0;transition:all .5s ease}.job-detail--with-sidebar .job-detail__sidebar{z-index:1000;position:fixed;left:390px;width:64px;height:calc(100% - 50px);margin-left:-390px;overflow-y:auto;transition:all .5s ease;background:#fff;border-right:1px solid #777}@media (max-width:991px){.job-detail--with-sidebar .job-detail__sidebar{left:300px;margin-left:-300px}}.job-detail--with-sidebar .job-detail__sidebar>section{display:none}.job-detail--with-sidebar .job-id{margin-left:64px}.job-detail--with-sidebar .job-detail__content-wrapper{position:absolute;left:64px;width:calc(100% - 64px);padding-top:10px;transition:all .5s ease}.job-detail--with-sidebar.toggled{padding-left:390px;box-shadow:0 1px 4px 0 rgba(23,23,37,.1)}.job-detail--with-sidebar.toggled .job-id{margin-left:0}.job-detail--with-sidebar.toggled .job-detail__sidebar{width:390px}@media (max-width:991px){.job-detail--with-sidebar.toggled .job-detail__sidebar{width:300px}}.job-detail--with-sidebar.toggled .job-detail__content-wrapper{position:absolute;left:390px;width:calc(100% - 390px)}@media (max-width:991px){.job-detail--with-sidebar.toggled .job-detail__content-wrapper{left:300px;width:calc(100% - 300px)}}.job-detail--with-sidebar.toggled .job-detail__sidebar>section{display:block}.label{display:inline-block;text-transform:uppercase;font-size:12px;margin:1px;padding:5px 17px;font-weight:400;border-radius:5px;letter-spacing:.8px}.label.label-default{box-sizing:border-box;background:transparent;border:1px solid #9b9b9b;color:#777}.label.short{padding:5px 7px}.job-detail__sidebar h2{margin-top:10px}.job-detail__sidebar .section-header h4{display:flex;justify-content:space-between;padding:0 10px;cursor:pointer;color:#171725;font-size:14px;letter-spacing:.1px}.job-detail__sidebar .section-header h4:after{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:22px;content:"\F107";cursor:pointer;color:#9b9b9b;transition:-webkit-transform .8s ease;transition:transform .8s ease;transition:transform .8s ease,-webkit-transform .8s ease}.job-detail__sidebar .section-header h4.collapsed:after{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.job-detail__sidebar .section-header h4 .section-header__info{display:inline-flex}.job-detail__sidebar .section-header h4 .section-header__info span{display:inline-block}.job-detail__sidebar h1{font-size:14px;margin:30px 0;color:#92929d;text-transform:uppercase;letter-spacing:1px}.job-detail__sidebar .overview-padding{transition:all .8s ease;max-height:1000px;overflow:hidden;padding:10px}.job-detail__sidebar .overview-padding.collapsed{max-height:0;padding-top:0;padding-bottom:0}.job-detail__sidebar .overview-padding .tags{margin-bottom:0;border-top:1px solid #ddd;padding-top:6px}.job-detail__sidebar .overview-padding .tags .tags-area .categories{margin:0 0 0 20px}.job-detail__sidebar .overview-padding .tags .tags-area .categories .category{margin:9px 0}.job-detail__sidebar .overview-padding .tags .tags-area .categories .category .edit-tag{margin-left:5px}.job-detail__sidebar .overview-padding .tags .tags-area .categories .category .type-name{margin-top:2px;font-size:12px;color:#212121}.job-detail__sidebar hr{border-color:#9b9b9b}.job-detail__sidebar .toggle-icon{position:absolute;top:34px;right:22px;font-size:14px;color:#337ab7;cursor:pointer;-webkit-transform:rotate(-180deg);transform:rotate(-180deg);transition:-webkit-transform .8s ease;transition:transform .8s ease;transition:transform .8s ease,-webkit-transform .8s ease}.job-detail__sidebar .section-title{margin-bottom:15px}.job-detail__sidebar .mass-review-step .sites-jobs-scroll-eta-status>div:first-child .status .panel-body,.job-detail__sidebar .mass-review-step .sites-jobs-scroll-new-eta>div:first-child .status .panel-body,.job-detail__sidebar .mass-review-step .sites-jobs-scroll-status>div:first-child .status .panel-body,.job-detail__sidebar .status .panel-body,.mass-review-step .sites-jobs-scroll-eta-status>div:first-child .job-detail__sidebar .status .panel-body,.mass-review-step .sites-jobs-scroll-new-eta>div:first-child .job-detail__sidebar .status .panel-body,.mass-review-step .sites-jobs-scroll-status>div:first-child .job-detail__sidebar .status .panel-body{text-align:center}.job-detail__sidebar .panel-body{background:#fafafb;white-space:normal}.job-detail__sidebar .job-overview .row{margin-bottom:10px}.job-detail__sidebar .job-overview .check-in-controls{margin-top:24px;margin-bottom:24px}.job-detail__sidebar .job-overview .progress-status.progress-status__green{color:#3dd598}.job-detail__sidebar .job-overview .progress-status.progress-status__orange{color:#ffb000}.job-detail__sidebar .job-overview .progress-status.progress-status__red{color:#fc5a5a}.job-detail__sidebar .job-overview .mass-review-step .sites-jobs-scroll-eta-status>div:first-child .status .change-status,.job-detail__sidebar .job-overview .mass-review-step .sites-jobs-scroll-new-eta>div:first-child .status .change-status,.job-detail__sidebar .job-overview .mass-review-step .sites-jobs-scroll-status>div:first-child .status .change-status,.job-detail__sidebar .job-overview .status .change-status,.mass-review-step .sites-jobs-scroll-eta-status>div:first-child .job-detail__sidebar .job-overview .status .change-status,.mass-review-step .sites-jobs-scroll-new-eta>div:first-child .job-detail__sidebar .job-overview .status .change-status,.mass-review-step .sites-jobs-scroll-status>div:first-child .job-detail__sidebar .job-overview .status .change-status{margin-left:5px;vertical-align:bottom}ul.overview-details li{line-height:1;margin-bottom:10px}ul.overview-details li p{margin:0}ul.overview-details li span{font-size:12px}ul.geo-details li{text-align:left}.complete-work-order-details li.item-error .resolved{text-decoration:line-through}.roundButton{float:right;border-radius:50%;background-color:#0d426a;padding:15px;border:0;color:#fff;display:flex;align-items:center;text-align:center}.roundButton .icon{width:22px;height:22px;fill:#fff}.roundButton .icon path{fill:#fff}.edit-tag-modal .modal-body{min-height:200px}.edit-tag-modal .modal-body .category-name{margin-bottom:10px}.edit-tag-modal .modal-body .category-name .type-name{margin-left:30px;color:#689fc8}.tag-value-tooltip .ant-tooltip-content{width:400px}body{overflow-x:hidden}.sidebar-layout{overflow:auto;padding-left:0;transition:all .5s ease}.sidebar-layout .sidebar-layout__sidebar{z-index:1000;position:fixed;left:300px;width:64px;height:calc(100% - 50px);margin-left:-300px;overflow:hidden;transition:all .5s ease;box-shadow:inset -1px 0 0 0 #e2e2ea;background-color:#fff}@media (max-width:991px){.sidebar-layout .sidebar-layout__sidebar{left:300px;margin-left:-300px}}.sidebar-layout .sidebar-layout__sidebar section{display:none}.sidebar-layout .sidebar-layout__sidebar h2{margin-top:10px}.sidebar-layout .sidebar-layout__sidebar hr{border-color:#9b9b9b}.sidebar-layout .sidebar-layout__sidebar .toggle-wrapper{margin:10px 15px 0 0;float:right}.sidebar-layout .sidebar-layout__sidebar .toggle-wrapper .toggle-icon{cursor:pointer;font-size:30px;-webkit-transform:none;transform:none;transition:-webkit-transform .8s ease;transition:transform .8s ease;transition:transform .8s ease,-webkit-transform .8s ease;z-index:1}.sidebar-layout .sidebar-layout__sidebar .toggle-wrapper .toggle-icon path{fill:#0062ff}.sidebar-layout .sidebar-layout__sidebar .section-title{margin-bottom:0}.sidebar-layout .sidebar-layout__sidebar .section-title .container-fluid{padding-left:0;padding-right:0}.sidebar-layout .sidebar-layout__sidebar .section-title .container-fluid a,.sidebar-layout .sidebar-layout__sidebar .section-title .container-fluid h1,.sidebar-layout .sidebar-layout__sidebar .section-title .container-fluid span{margin-top:15px;margin-left:20px;margin-bottom:15px;cursor:pointer;text-decoration:none;font-family:Poppins;font-size:14px;font-weight:600;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:1px;color:#92929d;max-width:85%;height:52px;display:flex;align-items:center}.sidebar-layout .sidebar-layout__sidebar .section-title .container-fluid a>span,.sidebar-layout .sidebar-layout__sidebar .section-title .container-fluid h1>span,.sidebar-layout .sidebar-layout__sidebar .section-title .container-fluid span>span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-layout .sidebar-layout__sidebar .section-title .container-fluid a.selected,.sidebar-layout .sidebar-layout__sidebar .section-title .container-fluid h1.selected,.sidebar-layout .sidebar-layout__sidebar .section-title .container-fluid span.selected{color:#689fc8}.sidebar-layout .sidebar-layout__sidebar .section-title .container-fluid a.selected:before,.sidebar-layout .sidebar-layout__sidebar .section-title .container-fluid h1.selected:before,.sidebar-layout .sidebar-layout__sidebar .section-title .container-fluid span.selected:before{content:" ";width:10px;height:31px;border-radius:100px;margin-left:-25px;position:absolute;background-color:#0062ff}.sidebar-layout .sidebar-layout__sidebar .section-overview{height:calc(100% - 60px)}.sidebar-layout .sidebar-layout__sidebar .section-overview .container-fluid{padding:0 0 10px}.sidebar-layout .sidebar-layout__sidebar .section-overview .container-fluid .row{margin:0}.sidebar-layout .sidebar-layout__sidebar .section-overview .container-fluid .row>div{padding:0}.sidebar-layout .sidebar-layout__content-wrapper{position:absolute;left:64px;width:calc(100% - 64px);padding-top:10px;transition:all .5s ease}.sidebar-layout .sidebar-layout__content-wrapper-full{left:0;width:100%}.sidebar-layout.toggled{padding-left:300px}.sidebar-layout.toggled .sidebar-layout__sidebar{width:300px}@media (max-width:991px){.sidebar-layout.toggled .sidebar-layout__sidebar{width:300px}}.sidebar-layout.toggled .sidebar-layout__sidebar section{display:block}.sidebar-layout.toggled .sidebar-layout__sidebar .toggle-icon{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.sidebar-layout.toggled .sidebar-layout__content-wrapper{position:absolute;left:300px;width:calc(100% - 300px)}@media (max-width:991px){.sidebar-layout.toggled .sidebar-layout__content-wrapper{left:300px;width:calc(100% - 300px)}}.sidebar-layout.toggled .sidebar-layout__sidebar>section{display:block}.table{background:#f4f4f4}.react-bs-table{margin:0!important;border:0!important}.react-bs-table .table>caption+thead>tr:first-child>td,.react-bs-table .table>caption+thead>tr:first-child>th,.react-bs-table .table>colgroup+thead>tr:first-child>td,.react-bs-table .table>colgroup+thead>tr:first-child>th,.react-bs-table .table>thead:first-child>tr:first-child>td,.react-bs-table .table>thead:first-child>tr:first-child>th{border-top:1px solid #e8e8e8}.react-bs-table .table-bordered>tbody>tr>td:last-child,.react-bs-table .table-bordered>tbody>tr>th:last-child,.react-bs-table .table-bordered>tfoot>tr>td:last-child,.react-bs-table .table-bordered>tfoot>tr>th:last-child,.react-bs-table .table-bordered>thead>tr>td:last-child,.react-bs-table .table-bordered>thead>tr>th:last-child{border-right:1px solid #e8e8e8}.react-bs-table .table-bordered>tbody>tr>td:first-child,.react-bs-table .table-bordered>tbody>tr>th:first-child,.react-bs-table .table-bordered>tfoot>tr>td:first-child,.react-bs-table .table-bordered>tfoot>tr>th:first-child,.react-bs-table .table-bordered>thead>tr>td:first-child,.react-bs-table .table-bordered>thead>tr>th:first-child{border-left:1px solid #e8e8e8}.react-bs-table th.column--hide-filter .select-filter,.react-bs-table th.column--hide-filter .text-filter{display:none}.react-bs-table .table tbody .break-word td,.react-bs-table .table tbody tr .break-word{white-space:normal;word-wrap:break-word}.table-bordered,.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #e8e8e8}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.btn-default.active,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active,.btn-default:active:focus,.btn-default:active:hover{border-color:#448aff;box-shadow:none;background:#448aff;color:#fff}.table .btn-toolbar{margin-left:0}.table-with-filters{position:relative}.table-with-filters .react-bs-table-container{position:absolute;top:64px;z-index:900}.table-with-filters .react-bs-table{margin:0;border-top:0;border-bottom:0;border-color:#e8e8e8;border-radius:0}.table-with-filters .filter-container{position:absolute;left:0;right:0;z-index:1000}.table-with-filters .filter-container>.meta{display:inline-block;padding:5px 0}.table-with-filters .filter-container .filters{position:absolute;top:29px;left:0;right:0;padding:15px;background-color:#e8e8e8;border:2px solid #448aff;box-shadow:0 2px 1px rgba(0,0,0,.1)}.react-bs-table-container .s-alert-wrapper{display:none}.project-horizon tbody tr.active-job,.tier-table tbody tr.active-tier{background-color:#a3d7a3;color:#fff}.data .loading{position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.steps-content{margin-top:16px;border:1px dashed #e9e9e9;border-radius:6px;background-color:#fafafa;min-height:200px;text-align:center;padding-top:80px}.steps-action{margin-top:24px}.even-row,.header-row,.odd-row{border-bottom:1px solid #e0e0e0}.odd-row{background-color:#e8e8e8}.team-dashboard .loadingMessage{position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.team-detail.empty .message{margin-top:200px;text-align:center;color:#9b9b9b}.team-detail.empty .message .fa{font-size:5em}.site-assignments{padding:10px}.img-parent-fixed{position:relative;display:inline-block;width:100%;padding:4px;overflow:hidden}.img-parent-fixed.img-thumbnail{border:none;border-radius:0}.img-parent-fixed .img-ratio-sizer{position:relative;padding-top:40%}@media (max-width:767px){.img-parent-fixed .img-ratio-sizer{display:none}}.img-parent-fixed .img-ratio-element{position:absolute;top:0;right:0;bottom:0;left:0}@media (max-width:767px){.img-parent-fixed .img-ratio-element{position:static}}.img-parent-fixed img{position:absolute;top:50%;left:50%;max-width:100%;display:block;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);max-height:100%}@media (max-width:767px){.img-parent-fixed img{position:static;-webkit-transform:none;transform:none;max-height:400px}}.img-parent-fixed.img-parent-fixed--fw img{width:100%;max-height:none}.tile a{display:block;margin-bottom:10px;padding:10px;border:1px solid #e8e8e8;color:#212121;transition:all .2s ease}.tile a:hover{text-decoration:none;box-shadow:0 2px 5px 0 rgba(0,0,0,.15)}.tile a figure{display:table;width:1px}.tile a img{max-width:200px}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:Poppins,sans-serif;font-weight:600;letter-spacing:-1px}p{word-break:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.meta{font-style:italic;color:#777}.placeholder{font-style:italic;color:#9b9b9b}.section-header h4{position:relative;color:#595959}.section-header h4 .icon{fill:#595959;margin-right:20px}.section-header h4 .icon path{fill:#595959}.section-header h4 .icon.border{border:1px solid #595959;border-radius:50%}.section-header.section-header--with-add h4:after{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\F055";margin-left:5px;cursor:pointer;color:#9b9b9b}.section-header.section-header--with-add h4:hover:after{color:#3f51b5}.text-success{color:#5cb85c}.text-danger{color:#d9534f}.license-agreement{font-size:16px;line-height:1.5}.list-title{padding-bottom:10px;border-bottom:1px solid #9b9b9b;font-weight:400}.filters .filter-title{margin-top:0;color:#448aff}.filters .filter-title span{color:#9b9b9b;font-weight:400}@media (-webkit-min-device-pixel-ratio:0){.btn{padding-top:7px}.btn.btn-fab{padding-top:10px}.btn-group-lg>.btn,.btn-lg{padding-top:11px}.btn-group-sm>.btn,.btn-sm{padding-top:6px}.btn-group-xs>.btn,.btn-xs{padding-top:2px}.pagination>li>a,.pagination>li>span{padding-top:7px}.pagination-lg>li>a,.pagination-lg>li>span{padding-top:17px}.pagination-sm>li>a,.pagination-sm>li>span{padding-top:9px}.label{padding-top:calc(.2em + 1px)}.checkbox input[type=checkbox]:checked+label:after,.checkbox label:before{top:-1px}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding-top:6px}}.webViewer{flex:1 1;margin:5px;box-shadow:1px 1px 10px #999;height:100%}.well{background:#fff;border-color:#9b9b9b;border-radius:0;box-shadow:none}.well h2:first-of-type{margin-top:0}.well.signature{padding:0}.customer-compliance-collapse.ant-collapse .ant-collapse-item:last-child .ant-collapse-header .customer-compliance-collapse__item .option-info .option-status span,.customer-compliance-collapse.ant-collapse .ant-collapse-item:last-child>.ant-collapse-content.ant-collapse-content-active .ant-collapse-content-box .ant-table.ant-table-small .ant-table-content .ant-table-body tr td.asset-status__text span{font-family:Roboto;font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;color:#ffb000;line-height:1.71;letter-spacing:.1px}.customer-compliance-collapse.ant-collapse .ant-collapse-item:last-child .ant-collapse-header .customer-compliance-collapse__item .option-info .option-status span.active,.customer-compliance-collapse.ant-collapse .ant-collapse-item:last-child>.ant-collapse-content.ant-collapse-content-active .ant-collapse-content-box .ant-table.ant-table-small .ant-table-content .ant-table-body tr td.asset-status__text span.active{color:#75c9a4}.critical-dates-loading{width:100%;height:70vh;display:flex;align-items:center;justify-content:center}.customer-compliance-collapse.shadow>.ant-collapse-item.ant-collapse-item-active{box-shadow:0 12px 15px 0 rgba(23,23,37,.15)}.customer-compliance-collapse.no-expand .ant-collapse-arrow{visibility:hidden}.customer-compliance-collapse .ant-switch{width:54px}.customer-compliance-collapse .ant-switch.ant-switch-checked{color:#fafafb;background:#3dd598}.customer-compliance-collapse.ant-collapse{border-radius:20px;transition:none;border:1px solid #e2e2ea;background:#fff;margin-top:10px}.customer-compliance-collapse.ant-collapse .ant-collapse-item{border-bottom:none}.customer-compliance-collapse.ant-collapse .ant-collapse-item:not(.ant-collapse-item-active){height:76px}.customer-compliance-collapse.ant-collapse .ant-collapse-item .confirm-btn{border-radius:5px;width:95px;height:26px;font-family:Poppins;font-size:12px;font-weight:600;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.8px;color:#fafafb;background:#3dd598;padding-top:5px;border:none}.customer-compliance-collapse.ant-collapse .ant-collapse-item:last-child{border-radius:20px}.customer-compliance-collapse.ant-collapse .ant-collapse-item:last-child>.ant-collapse-content{border-radius:0 0 20px 20px;border:none}.customer-compliance-collapse.ant-collapse .ant-collapse-item:last-child>.ant-collapse-content.ant-collapse-content-active .ant-collapse-content-box{padding:0 10px 10px}.compliance-option .customer-compliance-collapse.ant-collapse .ant-collapse-item:last-child>.ant-collapse-content.ant-collapse-content-active .ant-collapse-content-box{padding-left:40px}.customer-compliance-collapse.ant-collapse .ant-collapse-item:last-child>.ant-collapse-content.ant-collapse-content-active .ant-collapse-content-box .ant-table.ant-table-small{border-radius:10px;border:none}.customer-compliance-collapse.ant-collapse .ant-collapse-item:last-child>.ant-collapse-content.ant-collapse-content-active .ant-collapse-content-box .ant-table.ant-table-small .ant-table-content .ant-table-header{background-color:#fafafb;border-radius:10px}.customer-compliance-collapse.ant-collapse .ant-collapse-item:last-child>.ant-collapse-content.ant-collapse-content-active .ant-collapse-content-box .ant-table.ant-table-small .ant-table-content .ant-table-header .ant-table-thead{border-radius:10px}.customer-compliance-collapse.ant-collapse .ant-collapse-item:last-child>.ant-collapse-content.ant-collapse-content-active .ant-collapse-content-box .ant-table.ant-table-small .ant-table-content .ant-table-header .ant-table-thead th{border:none;text-transform:uppercase}.customer-compliance-collapse.ant-collapse .ant-collapse-item:last-child>.ant-collapse-content.ant-collapse-content-active .ant-collapse-content-box .ant-table.ant-table-small .ant-table-content .ant-table-header .ant-table-thead th .custom-header{display:flex;align-items:center;height:100%}.customer-compliance-collapse.ant-collapse .ant-collapse-item:last-child>.ant-collapse-content.ant-collapse-content-active .ant-collapse-content-box .ant-table.ant-table-small .ant-table-content .ant-table-header .ant-table-thead th .custom-header svg{margin-right:10px;cursor:help;object-fit:contain;flex-shrink:0}.customer-compliance-collapse.ant-collapse .ant-collapse-item:last-child>.ant-collapse-content.ant-collapse-content-active .ant-collapse-content-box .ant-table.ant-table-small .ant-table-content .ant-table-header .ant-table-thead th .custom-header svg>path{fill:#44444f}.customer-compliance-collapse.ant-collapse .ant-collapse-item:last-child>.ant-collapse-content.ant-collapse-content-active .ant-collapse-content-box .ant-table.ant-table-small .ant-table-content .ant-table-header .ant-table-thead th .custom-header span{padding-top:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.customer-compliance-collapse.ant-collapse .ant-collapse-item:last-child>.ant-collapse-content.ant-collapse-content-active .ant-collapse-content-box .ant-table.ant-table-small .ant-table-content .ant-table-header .ant-table-thead th.asset-name .ant-table-header-column{margin-left:-20px}.customer-compliance-collapse.ant-collapse .ant-collapse-item:last-child>.ant-collapse-content.ant-collapse-content-active .ant-collapse-content-box .ant-table.ant-table-small .ant-table-content .ant-table-header .ant-table-thead th .ant-table-header-column .ant-table-column-title{font-family:Poppins;font-size:11px;font-weight:600;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.8px;color:#44444f}.customer-compliance-collapse.ant-collapse .ant-collapse-item:last-child>.ant-collapse-content.ant-collapse-content-active .ant-collapse-content-box .ant-table.ant-table-small .ant-table-content .ant-table-body tr:hover:nth-child(2n+2) td,.customer-compliance-collapse.ant-collapse .ant-collapse-item:last-child>.ant-collapse-content.ant-collapse-content-active .ant-collapse-content-box .ant-table.ant-table-small .ant-table-content .ant-table-body tr:nth-child(2n+2){background-color:#fafafb}.customer-compliance-collapse.ant-collapse .ant-collapse-item:last-child>.ant-collapse-content.ant-collapse-content-active .ant-collapse-content-box .ant-table.ant-table-small .ant-table-content .ant-table-body tr:hover:nth-child(odd) td{background-color:#fff}.customer-compliance-collapse.ant-collapse .ant-collapse-item:last-child>.ant-collapse-content.ant-collapse-content-active .ant-collapse-content-box .ant-table.ant-table-small .ant-table-content .ant-table-body tr:hover td{border-top:1px solid #bed657;border-bottom:1px solid #bed657}.customer-compliance-collapse.ant-collapse .ant-collapse-item:last-child>.ant-collapse-content.ant-collapse-content-active .ant-collapse-content-box .ant-table.ant-table-small .ant-table-content .ant-table-body tr:hover td:first-child{border-left:1px solid #bed657}.customer-compliance-collapse.ant-collapse .ant-collapse-item:last-child>.ant-collapse-content.ant-collapse-content-active .ant-collapse-content-box .ant-table.ant-table-small .ant-table-content .ant-table-body tr:hover td:last-child{border-right:1px solid #bed657}.customer-compliance-collapse.ant-collapse .ant-collapse-item:last-child>.ant-collapse-content.ant-collapse-content-active .ant-collapse-content-box .ant-table.ant-table-small .ant-table-content .ant-table-body tr td{border:1px solid transparent;border-right:none;border-left:none;padding-top:16px;padding-bottom:16px}.customer-compliance-collapse.ant-collapse .ant-collapse-item:last-child>.ant-collapse-content.ant-collapse-content-active .ant-collapse-content-box .ant-table.ant-table-small .ant-table-content .ant-table-body tr td:first-child{border-radius:15px 0 0 15px;border-left:1px solid transparent;padding-left:37px}.customer-compliance-collapse.ant-collapse .ant-collapse-item:last-child>.ant-collapse-content.ant-collapse-content-active .ant-collapse-content-box .ant-table.ant-table-small .ant-table-content .ant-table-body tr td:first-child .asset-checkbox{padding-left:0!important}.customer-compliance-collapse.ant-collapse .ant-collapse-item:last-child>.ant-collapse-content.ant-collapse-content-active .ant-collapse-content-box .ant-table.ant-table-small .ant-table-content .ant-table-body tr td:nth-child(2){padding-left:20px}.customer-compliance-collapse.ant-collapse .ant-collapse-item:last-child>.ant-collapse-content.ant-collapse-content-active .ant-collapse-content-box .ant-table.ant-table-small .ant-table-content .ant-table-body tr td:last-child{border-radius:0 15px 15px 0;border-right:1px solid transparent}.customer-compliance-collapse.ant-collapse .ant-collapse-item:last-child>.ant-collapse-content.ant-collapse-content-active .ant-collapse-content-box .ant-table.ant-table-small .ant-table-content .ant-table-body tr td.asset-name{font-family:Poppins;font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.2px;color:#171725}.customer-compliance-collapse.ant-collapse .ant-collapse-item:last-child>.ant-collapse-content.ant-collapse-content-active .ant-collapse-content-box .ant-table.ant-table-small .ant-table-content .ant-table-body tr td.asset-last-in-progress .ant-switch.ant-switch-checked{color:#fafafb;background:#3dd598}.customer-compliance-collapse.ant-collapse .ant-collapse-item:last-child .ant-collapse-header{border-radius:20px;padding:0}.customer-compliance-collapse.ant-collapse .ant-collapse-item:last-child .ant-collapse-header .ant-collapse-arrow{z-index:100;width:24px;height:24px;display:flex;justify-content:center;align-items:center;color:#92929d}.customer-compliance-collapse.ant-collapse .ant-collapse-item:last-child .ant-collapse-header .customer-compliance-collapse__item{border-radius:20px;height:76px;display:flex;flex-direction:row;align-items:center;padding:28px 20px}.customer-compliance-collapse.ant-collapse .ant-collapse-item:last-child .ant-collapse-header .customer-compliance-collapse__item .asset-type__edit-btn{display:flex;align-self:center;margin-left:auto;margin-right:40px}.customer-compliance-collapse.ant-collapse .ant-collapse-item:last-child .ant-collapse-header .customer-compliance-collapse__item .asset-type__edit-btn:hover svg>path{fill:#bed657}.customer-compliance-collapse.ant-collapse .ant-collapse-item:last-child .ant-collapse-header .customer-compliance-collapse__item.customer-compliance-collapse__item-option{padding-left:50px}.customer-compliance-collapse.ant-collapse .ant-collapse-item:last-child .ant-collapse-header .customer-compliance-collapse__item .option-info{display:flex;flex-direction:row;align-items:center;width:100%}.customer-compliance-collapse.ant-collapse .ant-collapse-item:last-child .ant-collapse-header .customer-compliance-collapse__item .option-info .two-lines{display:flex;flex-direction:column;height:50px;justify-content:flex-end}.customer-compliance-collapse.ant-collapse .ant-collapse-item:last-child .ant-collapse-header .customer-compliance-collapse__item .option-info .two-lines .two-lines__label{font-family:Poppins;font-size:11px;font-weight:600;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.8px;color:#44444f;text-transform:uppercase;display:flex;flex-direction:row;margin-bottom:auto}.customer-compliance-collapse.ant-collapse .ant-collapse-item:last-child .ant-collapse-header .customer-compliance-collapse__item .option-info .two-lines .two-lines__label span{display:flex}.customer-compliance-collapse.ant-collapse .ant-collapse-item:last-child .ant-collapse-header .customer-compliance-collapse__item .option-info .two-lines .two-lines__label span.text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.customer-compliance-collapse.ant-collapse .ant-collapse-item:last-child .ant-collapse-header .customer-compliance-collapse__item .option-info .two-lines .two-lines__label .description-popover{cursor:help;object-fit:contain;margin-right:5px;flex-shrink:0}.customer-compliance-collapse.ant-collapse .ant-collapse-item:last-child .ant-collapse-header .customer-compliance-collapse__item .option-info .two-lines .two-lines__label .description-popover>path{fill:#44444f}.customer-compliance-collapse.ant-collapse .ant-collapse-item:last-child .ant-collapse-header .customer-compliance-collapse__item .option-description{display:flex}.customer-compliance-collapse.ant-collapse .ant-collapse-item:last-child .ant-collapse-header .customer-compliance-collapse__item .compliance-checkbox{display:flex;align-items:center;padding-left:0}.customer-compliance-collapse.ant-collapse .ant-collapse-item:last-child .ant-collapse-header .customer-compliance-collapse__item .compliance-checkbox .tags-icon{width:16px;height:16px;cursor:pointer}.customer-compliance-collapse.ant-collapse .ant-collapse-item:last-child .ant-collapse-header .customer-compliance-collapse__item .compliance-checkbox .tags-icon>path{fill:#3dd598}.customer-compliance-collapse.ant-collapse .ant-collapse-item:last-child .ant-collapse-header .customer-compliance-collapse__item .compliance-checkbox .tags-icon.disabled>path{fill:#92929d}.customer-compliance-collapse.ant-collapse .ant-collapse-item:last-child .ant-collapse-header .customer-compliance-collapse__item .compliance-checkbox.ant-checkbox-wrapper-checked .ant-checkbox{margin-top:3px}.customer-compliance-collapse.ant-collapse .ant-collapse-item:last-child .ant-collapse-header .customer-compliance-collapse__item .compliance-checkbox.ant-checkbox-wrapper-checked .ant-checkbox+span{color:#689fc8}.customer-compliance-collapse.ant-collapse .ant-checkbox+span{color:#171725;display:flex;padding:0;width:100%;cursor:default}.customer-compliance-collapse.ant-collapse .ant-checkbox+span .icon-svg{margin-left:10px;display:flex;align-self:center;flex-shrink:0}.customer-compliance-collapse.ant-collapse .ant-checkbox+span .icon-svg:last-of-type{margin-right:10px}.customer-compliance-collapse.ant-collapse .ant-checkbox+span .icon-svg.description-popover{cursor:help;object-fit:contain}.customer-compliance-collapse.ant-collapse .ant-checkbox+span .icon-svg.description-popover>path{fill:#bed657}.customer-compliance-collapse.ant-collapse .ant-checkbox+span .icon-svg.description-popover.inactive>path{fill:#92929d}.customer-compliance-collapse.ant-collapse .ant-checkbox+span span{display:flex;flex-direction:column;font-family:Poppins;font-stretch:normal;font-style:normal;line-height:normal;font-weight:600;width:100%;padding-right:25px}.customer-compliance-collapse.ant-collapse .ant-checkbox+span span>:first-child{font-size:14px;letter-spacing:.1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.customer-compliance-collapse.ant-collapse .ant-checkbox+span span>.subtitle{font-size:10px;font-weight:500;letter-spacing:.8px;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.customer-compliance-collapse.ant-collapse .ant-checkbox.ant-checkbox-checked:after{border-color:#3dd598!important}.customer-compliance-collapse.ant-collapse .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner{background-color:#3dd598!important;border-color:#3dd598!important}.customer-compliance-collapse.ant-collapse .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner:after{border-color:#fff}.customer-compliance-collapse.ant-collapse .ant-checkbox .ant-checkbox-inner{border-color:#e2e2ea}.asset-type .loading-status{margin-right:7px}.edit-resources-modal{width:60%;height:70%;margin-top:4%}.edit-resources-modal .modal-content{height:100%}.edit-resources-modal .modal-content .modal-header{background-color:#fff}.edit-resources-modal .modal-content .modal-header .close{color:#000!important}.edit-resources-modal .modal-content .modal-body{height:84%}.edit-resources-modal .modal-content .modal-body .edit-section{height:100%}.edit-resources-modal .modal-content .modal-body .edit-section .edit-section__menu{height:100%;padding-right:0}.edit-resources-modal .modal-content .modal-body .edit-section .edit-section__menu .add-new{margin:5px 0}.edit-resources-modal .modal-content .modal-body .edit-section .asset-details,.edit-resources-modal .modal-content .modal-body .edit-section .edit-section__menu .asset-names{height:100%;overflow-y:auto}.edit-resources-modal .modal-content .modal-body .edit-section .asset-details form .asset-group-item div label{line-height:21px;text-align:right;white-space:break-spaces}.config-selection-modal .options-type{text-align:left}.config-selection-modal .modal-footer button{margin-left:10px}.search-column-filter{width:250px;padding:8px}.status-popover .status-popover__content.no-content .status-info{border-radius:20px}.status-popover .ant-popover-inner{border-radius:20px;box-shadow:0 12px 24px 0 rgba(23,23,37,.1)}.status-popover .ant-popover-inner .status-popover__content{width:350px;min-height:60px}.status-popover .ant-popover-inner .status-popover__content .status-info{border-bottom:1px solid #e0e0e0;margin:-12px -16px 12px;padding:15px 20px;height:70px;color:#fff;display:flex;align-items:center;flex-grow:0;border-radius:20px 20px 0 0}.status-popover .ant-popover-inner .status-popover__content .status-info .icon{display:flex;align-items:center;width:32px;margin-right:15px}.status-popover .ant-popover-inner .status-popover__content .status-info .status{display:flex;flex-direction:column;text-transform:uppercase;font-family:Poppins;font-size:14px;font-weight:600;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:1.02px}.status-popover .ant-popover-inner .status-popover__content .status-info .status .status__value{display:block;color:#fff}.status-popover .ant-popover-inner .status-popover__content .status-info .status .status_label{color:hsla(0,0%,100%,.7);font-size:12px}.status-popover .ant-popover-inner .status-popover__content .status-property{display:flex;flex-direction:column;margin-bottom:15px;line-height:1}.status-popover .ant-popover-inner .status-popover__content .status-property .status-property__value{font-family:Poppins;font-size:14px;font-weight:600;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.1px;color:#171725;align-items:center;display:flex}.status-popover .ant-popover-inner .status-popover__content .status-property .status-property__value svg{width:32px;height:32px}.status-popover .ant-popover-inner .status-popover__content .status-property .status-property__label{font-family:Roboto;font-size:12px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.83;letter-spacing:normal;color:#44444f}.info-popover{z-index:1050!important}.info-popover.no-content .ant-popover-inner .ant-popover-title{border-radius:20px}.info-popover.no-content .ant-popover-inner .ant-popover-inner-content{padding:0}.info-popover .ant-popover-inner{border-radius:20px;box-shadow:0 12px 24px 0 rgba(23,23,37,.1);width:700px}.info-popover .ant-popover-inner .ant-popover-title{border-radius:20px 20px 0 0;padding:12px 20px;border-bottom:none;background-color:#bed657;color:#44444f;display:flex;flex-direction:row;align-items:center;text-transform:uppercase;font-family:Poppins;font-size:13px;font-weight:600;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:1.02px}.info-popover .ant-popover-inner .ant-popover-title .icon{display:flex;align-items:center;flex-shrink:0;width:32px;margin-right:15px}.info-popover .ant-popover-inner .ant-popover-inner-content{padding:12px 20px;font-family:Roboto;font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.83;letter-spacing:normal;color:#44444f}.info-popover .ant-popover-inner .ant-popover-inner-content hr{margin-top:10px;margin-bottom:10px}.tags-modal{width:65%}.tags-modal .ant-tabs-tab-active{color:#171725!important}.tags-modal .ant-tabs-ink-bar{background-color:#bed657!important}.tags-modal .ant-tabs-tab:hover{color:#171725!important}.tags-modal .tags{min-height:550px;max-height:550px;overflow-y:auto}.tags-modal .tags .tags-header{width:100%;margin-bottom:10px}.tags-modal .tags .tags-header .option-info{width:55%;display:inline-block}.tags-modal .tags .tags-header .option-info .option-area{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;text-align:center}.tags-modal .tags .tags-header .option-info .option-area .name,.tags-modal .tags .tags-header .option-info .option-area .title{display:block}.tags-modal .tags .tags-header .site-info{width:45%;display:inline-block;text-align:center}.tags-modal .tags .type-container{margin-left:50px;display:flex;justify-content:space-around;margin-bottom:4px;margin-top:4px}.tags-modal .tags .type-container .type{flex-basis:55%}.tags-modal .tags .type-container .tag{flex-basis:30%}.tags-modal .tags .type-container .tag button:disabled{border-color:transparent}.tags-modal .tags .type-container .tag .active{color:#3dd598}.tags-modal .tags .type-container .tag .tag-value{font-size:14px}.tags-modal .tags .type-container .tag .tag-value.warning{color:#ffb000}.tags-modal .tags .ant-checkbox.ant-checkbox-checked:after{border-color:#3dd598!important}.tags-modal .tags .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner{background-color:#3dd598!important;border-color:#3dd598!important}.tags-modal .tags .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner:after{border-color:#fff}.tags-modal .tags .ant-checkbox.ant-checkbox-checked+span{color:#689fc8}.tags-modal .tags .ant-checkbox .ant-checkbox-inner{border-color:#e2e2ea}.tags-modal .tags-setup{height:550px;overflow-y:auto}.tags-modal .tags-setup .type-container{margin:4px 0 4px 50px}.tags-modal .tags-setup .type-container .ant-switch-checked{background-color:#3dd598!important;border-color:#3dd598!important}.tags-modal .footer{border-top:1px solid #e8e8e8;padding-top:10px}.tags-modal .footer .action-buttons-right{display:flex;justify-content:flex-end}.tags-modal .ant-select-disabled .ant-select-selection-selected-value{color:#171725!important}.tags-modal .edit-area .category-name{margin-bottom:10px}.tags-modal .edit-area .category-name .type-name{margin-left:30px;color:#689fc8}.tags-modal .edit-area .footer{position:absolute;right:0;bottom:0;width:100%;border-top:1px solid #e9e9e9;padding:10px 16px;background:#fff;text-align:right}.form-data-viewer{height:calc(100vh - 50px);margin-top:50px;background-color:red}.form-data-viewer .export-to-excel-btn{width:47px;cursor:pointer}.export-to-excel-btn{cursor:pointer}.export-to-excel-btn-disabled{cursor:not-allowed;fill:#d3d3d3}.ant-list.form-metrics{height:100%}.ant-list.form-metrics .ant-list-header{height:80px}.ant-list.form-metrics .ant-list-items{height:100%;overflow:auto}.ant-list.form-metrics .ant-spin-nested-loading{height:calc(100% - 80px)}.ant-list.form-metrics .ant-spin-nested-loading .ant-spin-container{height:100%}.reporting-layout .requests-filter{width:100%;padding:15px 0;display:flex;align-items:center}.reporting-layout .requests-filter .filter-item{display:flex;align-items:flex-start;flex-direction:column;margin-right:10px}.reporting-layout .requests-filter .filter-item label{font-weight:400;font-size:12px}.reporting-layout .requests-filter .filter-item.report-model{width:30%}.reporting-layout .requests-filter .filter-item.report-model .value-selector{width:100%}.reporting-layout .requests-filter .filter-item.req-by{width:25%}.reporting-layout .requests-filter .filter-item.req-by .value-selector{width:100%}.reporting-layout .requests-filter .filter-item.end-date .value-selector,.reporting-layout .requests-filter .filter-item.start-date .value-selector{width:125px}.reporting-layout .requests-filter .filter-item.automated-reports{margin-top:auto;margin-bottom:5px;margin-right:0}.reporting-layout .requests-filter .filter-item.automated-reports label{font-size:12px;font-weight:600}.reporting-layout .requests .ant-table-expand-icon-th{width:15px!important}.reporting-layout .requests .ant-table-row.non-expandable-row .ant-table-row-expand-icon-cell .ant-table-row-expand-icon{display:none}.reporting-layout .requests .ant-table-row .ant-table-row-expand-icon-cell{width:15px!important}.portfolio-dashboard__extra-header .action-plan-super-filter{display:flex}.portfolio-dashboard__extra-header .action-plan-super-filter .action-plan-super-filter__option{border-radius:20px;background-color:#fff;width:16.66667%;margin:0 20px 20px 0;padding:15px;display:flex;flex-direction:row;align-items:center;justify-content:center;cursor:pointer;font-weight:600;font-size:.9em}.portfolio-dashboard__extra-header .action-plan-super-filter .action-plan-super-filter__option>span{display:flex;flex-direction:row;align-items:center;justify-content:center}.portfolio-dashboard__extra-header .action-plan-super-filter .action-plan-super-filter__option.action-plan-super-filter__option-orange{color:#ffb000}.portfolio-dashboard__extra-header .action-plan-super-filter .action-plan-super-filter__option.action-plan-super-filter__option-red{color:#fc5a5a}.portfolio-dashboard__extra-header .action-plan-super-filter .action-plan-super-filter__option.action-plan-super-filter__option-green{color:#3dd598}.portfolio-dashboard__extra-header .action-plan-super-filter .action-plan-super-filter__option.active{box-shadow:0 12px 15px 0 rgba(23,23,37,.15)}.portfolio-dashboard__extra-header .action-plan-super-filter .action-plan-super-filter__option:last-child{margin-right:0}.portfolio-dashboard__extra-header .action-plan-super-filter .action-plan-super-filter__option .action-plan-super-filter__option-rate{font-weight:400}.portfolio-dashboard__extra-header .action-plan-super-filter .action-plan-super-filter__option .action-plan-super-filter__option-label{margin-left:15px;display:flex;flex-direction:column;align-items:center;justify-content:center}.portfolio-dashboard__extra-header .action-plan-super-filter .action-plan-super-filter__option .action-plan-super-filter__option-label>span{text-align:center}.portfolio-dashboard__extra-header .action-plan-super-filter .action-plan-super-filter__option .fa{margin-left:3px}@media only screen and (min-width:1920px){.action-plan-super-filter__option{font-size:1.2em!important}}.portfolio-dashboard{background-color:#fff;padding:10px;border-radius:20px}.portfolio-dashboard .two-lines{display:flex;flex-direction:column;height:50px;justify-content:flex-end;padding-left:10px;padding-right:10px}.portfolio-dashboard .two-lines .two-lines__label{font-family:Poppins;font-size:10px;font-weight:600;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.8px;color:#44444f;text-transform:capitalize;padding-left:10px;display:flex;flex-direction:row;margin-top:auto}.portfolio-dashboard .two-lines .two-lines__label span{display:flex}.portfolio-dashboard .two-lines .two-lines__label span.text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;color:#44444f}.portfolio-dashboard .portfolio-dashboard__filter .filter-options{margin-left:0;margin-right:0;width:100%;display:flex}.portfolio-dashboard .portfolio-dashboard__filter .filter-options .filter-options__sites{width:14%}.portfolio-dashboard .portfolio-dashboard__filter .filter-options .filter-options__month{width:11%;max-width:150px}.portfolio-dashboard .portfolio-dashboard__filter .filter-options .filter-options__year{width:8%}.portfolio-dashboard .portfolio-dashboard__filter .filter-options .filter-options__asset-type{width:12%}.portfolio-dashboard .portfolio-dashboard__filter .filter-options .filter-options__compliance-class{width:15%}.portfolio-dashboard .portfolio-dashboard__filter .filter-options .filter-options__project-manager{width:12%}.portfolio-dashboard .portfolio-dashboard__filter .filter-options .filter-options__project-assignment{width:13%}.portfolio-dashboard .portfolio-dashboard__filter .filter-options .filter-options__project-status{width:9%}.portfolio-dashboard .portfolio-dashboard__filter .filter-options .filter-options__document-type{width:13%}.portfolio-dashboard .portfolio-dashboard__filter .filter-options .filter-options__system-reports .data-selector{margin-right:auto;margin-top:auto}.portfolio-dashboard .portfolio-dashboard__filter .filter-options .filter-options__system-reports .data-selector.ant-switch-checked{background-color:#3dd598}.portfolio-dashboard .portfolio-dashboard__filter .filter-options .data-selector.ant-select .ant-select-selection{border-radius:10px;width:100%;-webkit-transform:rotate(-1turn);transform:rotate(-1turn);border:1px solid #e2e2ea;background-color:#fff}.portfolio-dashboard .portfolio-dashboard__filter .filter-options .data-selector.ant-select .ant-select-selection__choice{max-width:60%}.portfolio-dashboard .portfolio-dashboard__filter .filter-options .data-selector.ant-calendar-picker .ant-calendar-picker-input{border-radius:10px;width:100%;-webkit-transform:rotate(-1turn);transform:rotate(-1turn);border:1px solid #e2e2ea;background-color:#fff}.portfolio-dashboard .portfolio-dashboard__filter .filter-options .export-to-excel-btn{width:47px;cursor:pointer}.portfolio-dashboard .portfolio-dashboard__filter .filter-options .mass-action-wizard-btn{width:40px;height:50px;display:flex;border:1px solid #595959;align-items:center;justify-content:center;border-radius:10px;margin-left:10px;cursor:pointer}.portfolio-dashboard .portfolio-dashboard__data .ant-table{border-radius:10px;border:none;margin-top:10px}.portfolio-dashboard .portfolio-dashboard__data .ant-table .ant-table-content .ant-table-sroll .ant-table-header{border:none!important}.portfolio-dashboard .portfolio-dashboard__data .ant-table .ant-table-content .ant-table-header{background-color:#fafafb;border-radius:10px}.portfolio-dashboard .portfolio-dashboard__data .ant-table .ant-table-content .ant-table-header .ant-table-thead{border-radius:10px}.portfolio-dashboard .portfolio-dashboard__data .ant-table .ant-table-content .ant-table-header .ant-table-thead th{border:none;text-transform:uppercase}.portfolio-dashboard .portfolio-dashboard__data .ant-table .ant-table-content .ant-table-header .ant-table-thead th:first-child{padding-left:15px}.portfolio-dashboard .portfolio-dashboard__data .ant-table .ant-table-content .ant-table-header .ant-table-thead th .custom-header{display:flex;align-items:center;height:100%}.portfolio-dashboard .portfolio-dashboard__data .ant-table .ant-table-content .ant-table-header .ant-table-thead th .custom-header svg{margin-right:10px;cursor:help;object-fit:contain;flex-shrink:0}.portfolio-dashboard .portfolio-dashboard__data .ant-table .ant-table-content .ant-table-header .ant-table-thead th .custom-header svg>path{fill:#44444f}.portfolio-dashboard .portfolio-dashboard__data .ant-table .ant-table-content .ant-table-header .ant-table-thead th .custom-header span{padding-top:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.portfolio-dashboard .portfolio-dashboard__data .ant-table .ant-table-content .ant-table-header .ant-table-thead th .ant-table-header-column .ant-table-column-title{font-family:Poppins;font-size:11px;font-weight:600;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.8px;color:#44444f}.portfolio-dashboard .portfolio-dashboard__data .ant-table .ant-table-content .ant-table-body{overflow-x:auto!important}.portfolio-dashboard .portfolio-dashboard__data .ant-table .ant-table-content .ant-table-body tr:hover:nth-child(2n+2) td,.portfolio-dashboard .portfolio-dashboard__data .ant-table .ant-table-content .ant-table-body tr:nth-child(2n+2){background-color:#fafafb}.portfolio-dashboard .portfolio-dashboard__data .ant-table .ant-table-content .ant-table-body tr:hover:nth-child(odd) td{background-color:#fff}.portfolio-dashboard .portfolio-dashboard__data .ant-table .ant-table-content .ant-table-body tr:hover td{border-top:1px solid #bed657;border-bottom:1px solid #bed657}.portfolio-dashboard .portfolio-dashboard__data .ant-table .ant-table-content .ant-table-body tr:hover td:first-child{border-left:1px solid #bed657}.portfolio-dashboard .portfolio-dashboard__data .ant-table .ant-table-content .ant-table-body tr:hover td:last-child{border-right:1px solid #bed657}.portfolio-dashboard .portfolio-dashboard__data .ant-table .ant-table-content .ant-table-body tr td{font-family:Poppins;font-size:13px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.2px;color:#171725;border:1px solid transparent;border-right:none;border-left:none;padding-top:16px;padding-bottom:16px}.portfolio-dashboard .portfolio-dashboard__data .ant-table .ant-table-content .ant-table-body tr td:first-child{border-radius:15px 0 0 15px;border-left:1px solid transparent;padding-left:15px}.portfolio-dashboard .portfolio-dashboard__data .ant-table .ant-table-content .ant-table-body tr td:last-child{border-radius:0 15px 15px 0;border-right:1px solid transparent}.portfolio-dashboard .portfolio-dashboard__data .ant-table .ant-table-content .ant-table-body tr td .ant-switch.ant-switch-checked{color:#fafafb;background:#3dd598}.portfolio-dashboard .portfolio-dashboard__data .ant-table .ant-table-content .ant-table-body tr td .service-provider{display:flex;flex-direction:row;align-items:center;width:100%;justify-content:center;text-decoration:none}.portfolio-dashboard .portfolio-dashboard__data .ant-table .ant-table-content .ant-table-body tr td .service-provider .service-provider__label.service-provider__label-editable{text-decoration:underline;color:#171725;cursor:pointer}.portfolio-dashboard .portfolio-dashboard__data .ant-table .ant-table-content .ant-table-body tr td .job-status .job-status__name.job-status__name-editable{text-decoration:underline;cursor:pointer}.portfolio-dashboard .portfolio-dashboard__data .ant-table .ant-table-content .ant-table-body tr td .split-line{display:flex;flex-direction:column;width:100%}.portfolio-dashboard .portfolio-dashboard__data .ant-table .ant-table-content .ant-table-body tr td .split-line.direction-row{align-items:center;flex-direction:row}.portfolio-dashboard .portfolio-dashboard__data .ant-table .ant-table-content .ant-table-body tr td .split-line .split-line__first-level{margin:0;color:#171725}.portfolio-dashboard .portfolio-dashboard__data .ant-table .ant-table-content .ant-table-body tr td .split-line .split-line__second-level{color:#9e9e9e}.portfolio-dashboard .portfolio-dashboard__data .ant-table .ant-table-content .ant-table-body tr td .split-line .split-line__second-level.job-status__reason{font-size:10px;font-style:italic}.portfolio-dashboard .portfolio-dashboard__data .ant-table .ant-table-content .ant-table-body tr td .split-line .text-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.portfolio-dashboard .portfolio-dashboard__data .ant-table .ant-table-content .ant-table-body tr td .split-line .split-line__third-level{color:#9e9e9e;font-size:11px;font-style:italic}.portfolio-dashboard .portfolio-dashboard__data .ant-table .ant-table-content .ant-table-body tr td .project-phase .project-phase_project-manager{cursor:pointer;text-decoration:underline}.portfolio-dashboard .portfolio-dashboard__data .ant-table .ant-table-content .ant-table-body tr td .project-phase .project-phase__labels{display:flex;flex-direction:column;width:100%}.portfolio-dashboard .portfolio-dashboard__data .ant-table .ant-table-content .ant-table-body tr td .project-phase .project-phase__labels .project-phase_jobName.show-state{color:#3dd598}.portfolio-dashboard .portfolio-dashboard__data .ant-table .ant-table-content .ant-table-body tr td .project-phase .project-phase__labels .project-phase_jobName.show-state.late{cursor:help}.portfolio-dashboard .portfolio-dashboard__data .ant-table .ant-table-content .ant-table-body tr td .project-phase .project-phase__labels .project-phase_jobName.show-state.late.no-later-than{color:#fc5a5a}.portfolio-dashboard .portfolio-dashboard__data .ant-table .ant-table-content .ant-table-body tr td .project-phase .project-phase__labels .project-phase_jobName.show-state.late.eta-max{color:#ffb000}.portfolio-dashboard .portfolio-dashboard__data .ant-table .ant-table-content .ant-table-body tr td .project-phase svg.time-horizon{width:35px;height:35px;cursor:pointer;margin-left:-10px;flex-shrink:0}.portfolio-dashboard .portfolio-dashboard__data .ant-table .ant-table-content .ant-table-body tr td .no-later-than{color:#171725}.portfolio-dashboard .portfolio-dashboard__data .ant-table .ant-table-content .ant-table-body tr td .no-later-than.late{color:#fc5a5a}.portfolio-dashboard .portfolio-dashboard__data .ant-table .ant-table-content .ant-table-body tr td .document-actions .document-actions__item{font-size:18px;margin-right:10px;cursor:pointer}.portfolio-dashboard .portfolio-dashboard__data .ant-table .ant-table-content .ant-table-body tr td .job-date{display:flex;flex-direction:row;align-items:center;width:100%;justify-content:center}.portfolio-dashboard .portfolio-dashboard__data .ant-table .ant-table-content .ant-table-body tr td .job-date>.job-date__label{color:#171725;margin-left:5px;margin-right:5px}.portfolio-dashboard .portfolio-dashboard__data .ant-table .ant-table-content .ant-table-body tr td .job-date>.job-date__label.job-date__label-editable{text-decoration:underline;cursor:pointer}.portfolio-dashboard .portfolio-dashboard__data .ant-table .ant-table-content .ant-table-body tr td .job-date>svg.job-date__warning-icon{visibility:hidden;width:14px;height:14px;flex-shrink:0}.portfolio-dashboard .portfolio-dashboard__data .ant-table .ant-table-content .ant-table-body tr td .job-date>svg.job-date__warning-icon path{fill:#fc5a5a}.portfolio-dashboard .portfolio-dashboard__data .ant-table .ant-table-content .ant-table-body tr td .job-date>.job-date__picker{visibility:hidden;width:14px;height:14px;flex-shrink:0}.portfolio-dashboard .portfolio-dashboard__data .ant-table .ant-table-content .ant-table-body tr td .job-date.late>.job-date__label{color:#fc5a5a}.portfolio-dashboard .portfolio-dashboard__data .ant-table .ant-table-content .ant-table-body tr td .job-date.late>svg.job-date__warning-icon{visibility:visible}.executive-summary-dashboard__data .link-enabled{cursor:pointer;text-decoration:underline}.executive-summary-dashboard__data .ant-table .ant-table-header .ant-table-thead tr th.border-bottom{border-bottom:1px solid #dedede!important}.executive-summary-dashboard__data .ant-table .ant-table-header .ant-table-thead tr th.border-left{border-left:1px solid #dedede!important}.executive-summary-dashboard__data .ant-table .ant-table-header .ant-table-thead tr th.planned-green .ant-table-header-column .ant-table-column-title{color:#3dd598!important}.executive-summary-dashboard__data .ant-table .ant-table-header .ant-table-thead tr th.planned-orange .ant-table-header-column .ant-table-column-title{color:#ffb000!important}.executive-summary-dashboard__data .ant-table .ant-table-header .ant-table-thead tr th.planned-red .ant-table-header-column .ant-table-column-title{color:#fc5a5a!important}.executive-summary-dashboard__data .ant-table .ant-table-header .ant-table-thead tr th.corrective-green .ant-table-header-column .ant-table-column-title{color:#3dd598!important}.executive-summary-dashboard__data .ant-table .ant-table-header .ant-table-thead tr th.corrective-orange .ant-table-header-column .ant-table-column-title{color:#ffb000!important}.executive-summary-dashboard__data .ant-table .ant-table-header .ant-table-thead tr th.corrective-red .ant-table-header-column .ant-table-column-title{color:#fc5a5a!important}.executive-summary-dashboard__data .ant-table .ant-table-body .ant-table-tbody tr.ant-table-row.ant-table-row-level-0 td.name{font-weight:600}.executive-summary-dashboard__data .ant-table .ant-table-body .ant-table-tbody tr.ant-table-row.ant-table-row-level-1 td.name{padding-left:25px;display:flex;align-items:center}.executive-summary-dashboard__data .ant-table .ant-table-body .ant-table-tbody tr.ant-table-row.ant-table-row-level-1 td.name svg{flex-shrink:0;margin-right:10px;cursor:help}.executive-summary-dashboard__data .ant-table .ant-table-body .ant-table-tbody tr.ant-table-row.ant-table-row-level-1 td.name svg path{fill:#3dd598}.executive-summary-dashboard__data .ant-table .ant-table-body .ant-table-tbody tr.ant-table-row.ant-table-row-level-1 td.name svg.no-popover{cursor:default}.executive-summary-dashboard__data .ant-table .ant-table-body .ant-table-tbody tr.ant-table-row.ant-table-row-level-1 td.name svg.no-popover path{fill:#92929d}.executive-summary-dashboard__data .ant-table .ant-table-body .ant-table-tbody tr.ant-table-row.ant-table-row-level-1 td.name .ant-table-row-indent.indent-level-1{padding-left:0!important}.executive-summary-dashboard__data .ant-table .ant-table-body .ant-table-tbody tr.ant-table-row td .ant-table-row-expand-icon{display:none!important}.executive-summart-jobs__modal .ant-modal-header{background-color:#fff!important}.executive-summart-jobs__modal .executive-summart-jobs__title{display:flex;flex-direction:column}.executive-summart-jobs__modal .executive-summart-jobs__title .executive-summart-jobs__title-target{width:98%;display:flex;align-items:center}.executive-summart-jobs__modal .executive-summart-jobs__title .executive-summart-jobs__title-target .executive-summart-jobs__title-asset-type{flex-shrink:0}.executive-summart-jobs__modal .executive-summart-jobs__title .executive-summart-jobs__title-target .executive-summart-jobs__title-compliance-class{color:#606060;font-size:14px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-left:5px}.executive-summart-jobs__modal .executive-summart-jobs__title .executive-summart-jobs__title-progress{color:#3dd598;font-size:14px;font-weight:500}.executive-summart-jobs__modal .executive-summart-jobs__title .executive-summart-jobs__title-progress.late{cursor:help}.executive-summart-jobs__modal .executive-summart-jobs__title .executive-summart-jobs__title-progress.late.no-later-than{color:#fc5a5a}.executive-summart-jobs__modal .executive-summart-jobs__title .executive-summart-jobs__title-progress.late.eta-max{color:#ffb000}.job-edit-eta-date__modal .modal-dialog .modal-content{border-radius:15px;font-family:Poppins;font-size:13px;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:1.02px;color:#171725}.job-edit-eta-date__modal .modal-dialog .modal-header{border-radius:15px 15px 0 0;background-color:#bed657}.job-edit-eta-date__modal .modal-dialog .modal-header .modal-title{color:#44444f;text-transform:uppercase;font-family:Poppins;font-size:16px;font-weight:600;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:1.02px}.edit-vendor-modal{width:85%}.edit-vendor-modal .modal-body{min-height:400px}.edit-vendor-modal .review-step{margin-top:10px}.edit-vendor-modal .review-step .title{font-size:15px;margin-bottom:13px}.edit-vendor-modal .review-step .columns{width:80%;border-bottom:1px solid #e8e8e8}.edit-vendor-modal .review-step .columns .select-header{display:inline-block;width:6%}.edit-vendor-modal .review-step .columns .job-header{display:inline-block;width:28%}.edit-vendor-modal .review-step .columns .vendor-header{display:inline-block;width:33%;text-align:center}.edit-vendor-modal .review-step .steps-group{width:80%;margin-bottom:40px;margin-top:10px}.edit-vendor-modal .review-step .steps-group .select-column{display:inline-block;width:6%;padding-left:15px}.edit-vendor-modal .review-step .steps-group .step-column{display:inline-block;width:28%}.edit-vendor-modal .review-step .steps-group .vendor-column{display:inline-block;width:33%;text-align:center}.edit-vendor-modal .review-step .steps-group .site-review{margin-bottom:7px}.edit-vendor-modal .ant-table-body .ant-table-tbody tr.ant-table-row td{font-family:Poppins;font-size:13px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.2px;color:#171725}.edit-vendor-modal .vendor-info{padding:10px;margin-bottom:10px;line-height:1}.edit-vendor-modal .vendor-info .ant-card-body{padding:0}.edit-vendor-modal .ant-checkbox-wrapper,.edit-vendor-modal .ant-radio-wrapper{color:#171725;letter-spacing:.2px}.edit-vendor-modal .jobs-vendor,.edit-vendor-modal .sites-vendor{margin-top:10px}.edit-vendor-modal .jobs-vendor .empty-message-center,.edit-vendor-modal .sites-vendor .empty-message-center{display:flex;justify-content:center;align-items:center;height:280px}.edit-vendor-modal .jobs-vendor .true-color.ant-checkbox-wrapper-disabled>span,.edit-vendor-modal .sites-vendor .true-color.ant-checkbox-wrapper-disabled>span{color:#171725}.edit-vendor-modal .jobs-vendor .true-color.ant-checkbox-wrapper-disabled .step-name,.edit-vendor-modal .sites-vendor .true-color.ant-checkbox-wrapper-disabled .step-name{font-weight:400}.edit-vendor-modal .jobs-vendor .ant-checkbox-group .ant-checkbox-wrapper,.edit-vendor-modal .sites-vendor .ant-checkbox-group .ant-checkbox-wrapper{font-family:Poppins;font-size:13px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.2px;color:#171725;margin:3px 0;display:block}.edit-vendor-modal .jobs-vendor .jobs-group,.edit-vendor-modal .sites-vendor .jobs-group{width:70%}.edit-vendor-modal .jobs-vendor .jobs-group .select-column,.edit-vendor-modal .sites-vendor .jobs-group .select-column{display:inline-block;width:6%;padding-left:15px}.edit-vendor-modal .jobs-vendor .jobs-group .step-column,.edit-vendor-modal .sites-vendor .jobs-group .step-column{display:inline-block;width:35%}.edit-vendor-modal .jobs-vendor .jobs-group .vendor-column,.edit-vendor-modal .sites-vendor .jobs-group .vendor-column{display:inline-block;width:44%;text-align:center}.edit-vendor-modal .jobs-vendor .columns,.edit-vendor-modal .sites-vendor .columns{width:70%;border-bottom:1px solid #e8e8e8}.edit-vendor-modal .jobs-vendor .columns .select-header,.edit-vendor-modal .sites-vendor .columns .select-header{display:inline-block;width:6%}.edit-vendor-modal .jobs-vendor .columns .job-header,.edit-vendor-modal .sites-vendor .columns .job-header{display:inline-block;width:35%}.edit-vendor-modal .jobs-vendor .columns .vendor-header,.edit-vendor-modal .sites-vendor .columns .vendor-header{display:inline-block;width:44%;text-align:center}.edit-vendor-modal .sites-vendor .sites-vendor__title{font-weight:700;font-size:medium;margin-bottom:10px}.edit-vendor-modal .sites-vendor .sites-vendor__all{margin-bottom:10px}.edit-vendor-modal .sites-vendor .sites-vendor__header{display:flex;flex-direction:row;margin-bottom:10px;min-height:28px;border-bottom:1px solid #e8e8e8;font-weight:700;width:70%}.edit-vendor-modal .sites-vendor .sites-vendor__header .icon-hover{margin-left:4px;cursor:pointer}.edit-vendor-modal .sites-vendor .sites-vendor__header .icon-hover:hover{color:#000!important}.edit-vendor-modal .sites-vendor .site-row{display:flex;flex-direction:row;align-items:center;margin-bottom:7px;width:70%}.edit-vendor-modal .sites-vendor .name{flex:0 0 34%}.edit-vendor-modal .sites-vendor .address{flex:0 0 36%}.edit-vendor-modal .sites-vendor .service-provider{flex:0 0 30%}.edit-vendor-modal .sites-vendor .sites-group{border-top:1px solid #e2e2ea;padding-top:10px}.step-content{margin-top:10px}.step-content .choose-sites .choose-sites__no-records,.step-content .choose-sites .choose-sites__title{font-weight:700;font-size:medium}.step-content .choose-sites .choose-sites__no-records{display:flex;justify-content:center;align-items:center;height:280px}.step-content .choose-sites .headers{min-height:28px;border-bottom:1px solid #e8e8e8;font-weight:700;margin-top:10px}.step-content .choose-sites .headers .icon-hover{margin-left:4px;cursor:pointer}.step-content .choose-sites .headers .icon-hover:hover{color:#000!important}.step-content .choose-sites .headers .name{display:inline-block;width:26%;vertical-align:top}.step-content .choose-sites .headers .type{display:inline-block;width:24%;vertical-align:top}.mass-review-step .sites-jobs-scroll-eta-status>div:first-child .step-content .choose-sites .headers .status,.mass-review-step .sites-jobs-scroll-new-eta>div:first-child .step-content .choose-sites .headers .status,.mass-review-step .sites-jobs-scroll-status>div:first-child .step-content .choose-sites .headers .status,.step-content .choose-sites .headers .mass-review-step .sites-jobs-scroll-eta-status>div:first-child .status,.step-content .choose-sites .headers .mass-review-step .sites-jobs-scroll-new-eta>div:first-child .status,.step-content .choose-sites .headers .mass-review-step .sites-jobs-scroll-status>div:first-child .status,.step-content .choose-sites .headers .status{display:inline-block;width:18%;vertical-align:top}.step-content .choose-sites .headers .status.max-columns{width:15%}.step-content .choose-sites .headers .eta{display:inline-block;width:12%;vertical-align:top}.step-content .choose-sites .headers .eta.max-columns{width:9%}.step-content .choose-sites .headers .new-eta{display:inline-block;width:12%;vertical-align:top}.step-content .choose-sites .headers .new-eta.max-columns{width:9%}.step-content .choose-sites .headers .new-status{display:inline-block;width:18%;vertical-align:top}.step-content .choose-sites .headers .new-status.max-columns{width:15%}.step-content .choose-sites .jobs-sites{margin-top:10px}.step-content .choose-sites .jobs-sites .site-row{min-height:50px;display:flex}.step-content .choose-sites .jobs-sites .site-row .site-details{display:inline-block;width:26%}.step-content .choose-sites .jobs-sites .site-row .site-details .ant-checkbox{vertical-align:super;top:-8px}.step-content .choose-sites .jobs-sites .site-row .site-details .site-name{display:inline-block;width:88%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.step-content .choose-sites .jobs-sites .site-row .site-details .site-name .site-address{display:block;font-weight:100;font-size:small;text-overflow:ellipsis;width:95%;white-space:nowrap;overflow:hidden}.step-content .choose-sites .jobs-sites .site-row .asset{display:inline-block;width:24%}.step-content .choose-sites .jobs-sites .site-row .asset .asset__name{font-size:13px;font-weight:700}.step-content .choose-sites .jobs-sites .site-row .asset .asset__name .asset__type{display:block;font-weight:100;font-size:small}.step-content .choose-sites .jobs-sites .site-row .status-name{display:inline-block;width:18%}.step-content .choose-sites .jobs-sites .site-row .status-name .status{font-size:13px;font-weight:700}.step-content .choose-sites .jobs-sites .site-row .status-name .status .reason{display:block;font-weight:100;font-size:small}.step-content .choose-sites .jobs-sites .site-row .status-name.max-columns{width:15%}.step-content .choose-sites .jobs-sites .site-row .current-date{display:inline-block;width:12%;min-height:50px;vertical-align:middle}.step-content .choose-sites .jobs-sites .site-row .current-date.max-columns{width:9%}.step-content .choose-sites .jobs-sites .site-row .property-value{display:block;font-size:13px;color:#171725}.mass-status-title{font-size:16px;margin-bottom:6px}.mass-review-step .job-header{border-bottom:1px solid #e8e8e8;font-weight:700;margin-top:10px}.mass-review-step .current-job-container{display:grid;grid-row-gap:5px;row-gap:5px;margin-bottom:10px;align-items:center}.mass-review-step .current-job-container .status-reason{display:block}.mass-review-step .current-job-container>div{padding-left:17px}.mass-review-step .sites-jobs-container{display:grid;font-weight:700;margin:10px 0}.mass-review-step .sites-jobs-container>div{padding-left:17px}.mass-review-step .site-name,.mass-review-step .sites-jobs-scroll-eta-status>div:first-child .site-name,.mass-review-step .sites-jobs-scroll-new-eta>div:first-child .site-name,.mass-review-step .sites-jobs-scroll-status>div:first-child .site-name{display:inline-block;width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-weight:700}.mass-review-step .site-name .site-address,.mass-review-step .sites-jobs-scroll-eta-status>div:first-child .site-name .site-address,.mass-review-step .sites-jobs-scroll-new-eta>div:first-child .site-name .site-address,.mass-review-step .sites-jobs-scroll-status>div:first-child .site-name .site-address{display:block;font-weight:100;font-size:small;text-overflow:ellipsis;width:100%;white-space:nowrap;overflow:hidden}.mass-review-step .sites-jobs-scroll-eta-status>div:first-child .status,.mass-review-step .sites-jobs-scroll-new-eta>div:first-child .status,.mass-review-step .sites-jobs-scroll-status>div:first-child .status,.mass-review-step .status{font-weight:700}.mass-review-step .sites-jobs-scroll-eta-status>div:first-child .status .reason,.mass-review-step .sites-jobs-scroll-new-eta>div:first-child .status .reason,.mass-review-step .sites-jobs-scroll-status>div:first-child .status .reason,.mass-review-step .status .reason{display:block;font-weight:100}.mass-review-step .sites-jobs-scroll-new-eta>div:first-child>div{padding-left:17px}.mass-review-step .sites-jobs-scroll-new-eta>div:first-child{display:grid;grid-template-columns:3% 27% 26% 22% 10% 10%;grid-row-gap:10px;row-gap:10px;align-items:center}.mass-review-step .sites-jobs-scroll-status>div:first-child{display:grid;grid-template-columns:2% 24% 23% 19% 10% 19%;grid-row-gap:10px;row-gap:10px;grid-column-gap:5px;-webkit-column-gap:5px;column-gap:5px;align-items:center}.mass-review-step .sites-jobs-scroll-eta-status>div:first-child{display:grid;grid-template-columns:2% 24% 22% 15% 9% 15% 9%;grid-row-gap:10px;row-gap:10px;grid-column-gap:5px;-webkit-column-gap:5px;column-gap:5px;align-items:center}.vendors__table .filter-icon{display:inline;margin-left:6px;position:relative!important}.data-container .data-container__header{display:flex;flex-direction:row;min-height:28px;border-bottom:1px solid #e8e8e8;font-weight:700;width:100%}.data-container .data-container__header .icon-hover{margin-left:4px;cursor:pointer}.data-container .data-container__header .icon-hover:hover{color:#000!important}.data-container .data-row{display:flex;flex-direction:row;align-items:center;padding:5px;width:100%}.data-container .data-row:hover{background:#f6f6f6}.data-container .space-equaly{flex:0 0 20%;flex-grow:0;flex-shrink:0;overflow:hidden}.data-container .space-equaly .ant-checkbox-wrapper,.data-container .space-equaly .ant-radio-wrapper{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.data-container .name{flex:0 0 34%}.data-container .address{flex:0 0 36%}.data-container .service-provider{flex:0 0 30%}.data-container .data-group{border-top:1px solid #e2e2ea;padding-top:10px}.project-manger-modal .ant-modal-body{height:488px}.project-manger-modal .step-content{margin-top:25px;height:300px}.project-manger-modal .step-content .ant-checkbox-wrapper-disabled span,.project-manger-modal .step-content .ant-checkbox-wrapper span{color:#171725}.project-manger-modal .step-content .no-data{display:flex;justify-content:center;align-items:center;height:100%}.project-manger-modal .step-content .section{height:100%}.project-manger-modal .step-content .section-title{font-weight:700;font-size:medium;margin-bottom:10px}.project-manger-modal .step-content .section .check-all,.project-manger-modal .step-content .section .unassigned{margin-bottom:10px}.jobs-filter-site-dropdown{width:572px}.jobs-filter-site-dropdown .site-option__adress{overflow:hidden;text-overflow:ellipsis;font-size:12px;color:#9b9b9b}.assign-project-user-modal .assign-settings{margin:0 0 20px}.mass-action-modal .ant-modal-title .selected-action-title{color:brown}.mass-action-modal .ant-modal-body{padding:0}.mass-action-modal .ant-modal-body .ant-steps{padding:20px}.mass-action-modal .ant-modal-body .mass-action-step-content{min-height:350px;padding:0 20px 20px;display:flex}.mass-action-modal .ant-modal-body .mass-action-step-content .receiver-selector .ant-select-selection.ant-select-selection--single{height:60px;align-items:center;display:flex}.mass-action-modal .ant-modal-body .mass-action-step-content .receiver-selector .ant-select-selection.ant-select-selection--single .ant-select-selection__rendered,.mass-action-modal .ant-modal-body .mass-action-step-content .receiver-selector .ant-select-selection.ant-select-selection--single .ant-select-selection__rendered .ant-select-selection-selected-value{width:100%;height:100%}.mass-action-modal .ant-modal-body .mass-action-step-content .mass-action-step{width:100%}.mass-action-modal .ant-modal-body .mass-action-step-content .mass-action-step-action{display:flex;padding-top:30px;flex-direction:column}.mass-action-modal .ant-modal-body .mass-action-step-content .mass-action-step-action .mass-action-selector{width:100%}.mass-action-modal .ant-modal-body .mass-action-step-content .mass-action-step-jobs textarea{height:100%}.mass-action-modal .ant-modal-body .mass-action-step-content .mass-action-step-send-to>div:not(:first-of-type){margin-top:15px}.mass-action-modal .ant-modal-body .mass-action-step-content .mass-action-step-send-to>div label{margin-right:10px}.mass-action-modal .ant-modal-body .mass-action-step-content .mass-action-step-review div{display:flex;flex-direction:row}.mass-action-modal .ant-modal-body .mass-action-step-content .mass-action-step-review div.review-comment,.mass-action-modal .ant-modal-body .mass-action-step-content .mass-action-step-review div.review-jobs{flex-direction:column}.mass-action-modal .ant-modal-body .mass-action-step-content .mass-action-step-review div:not(:first-of-type){margin-top:5px}.mass-action-modal .ant-modal-body .mass-action-step-content .mass-action-step-review div label{margin-right:10px}.mass-action-modal .ant-modal-body .mass-action-step-content .mass-action-step-review div span:not(:last-of-type){margin-right:5px}.form-templates{width:100vw;height:calc(100vh - 75px);margin-left:-15px;margin-right:-15px}.project-horizon{max-height:calc(100vh - 250px);display:block;overflow:auto;padding-bottom:10px}.project-horizon .ant-page-header{padding:0 5px 0 0}.project-horizon .ant-page-header:not(:first-of-type){margin-top:35px}.project-horizon-drawer .ant-drawer-content-wrapper{width:77%;height:calc(100vh - 70px);margin-top:70px}.project-horizon-drawer .ant-drawer-content-wrapper .ant-drawer-header{height:60px}.project-horizon-drawer .ant-drawer-content-wrapper .ant-drawer-body{padding:0 0 0 24px}.project-horizon-drawer .ant-drawer-content-wrapper .ant-drawer-body .project-horizon{max-height:calc(100vh - 130px);display:block;overflow:auto;padding-top:18px}.create-project-summary{margin-top:10px;padding:10px}.create-project-summary-row{margin-bottom:10px;display:flex}.create-project-summary-row-label{font-weight:700;flex:50% 1}.create-project-summary-row-value{flex:50% 1}.missingAssetMessage{color:#f5222d;font-size:12px}.create-project-tag-container{margin-top:10px;padding:10px}.create-tag-button{margin-bottom:3px}.create-tag-drawer-footer{position:absolute;right:0;bottom:0;width:100%;border-top:1px solid #e9e9e9;padding:10px 16px;background:#fff;text-align:right}.ant-modal.create-project-modal .ant-modal-content{position:relative;overflow:hidden}.ant-table-wrapper.create-project-asset-table .ant-table-footer{text-align:right}.ant-table-wrapper.create-project-asset-table-error .ant-table-small{border-color:red}.site-address-info{font-style:italic;font-size:11px}.tag-column-popover{z-index:1032!important}.tag-column-popover .ant-popover-content .ant-popover-inner{max-width:450px}.request-info span{display:block}.filter-tags{min-height:32px}.filter-tags .filter-tags-header{margin-right:10px}.job-deficiencies tr.discarded a,.job-deficiencies tr.discarded span{color:#fc5a5a!important}.job-deficiencies tr.discarded td{text-decoration:line-through}.job-deficiencies tr.project-created a,.job-deficiencies tr.project-created span{color:#3dd598!important}.job-deficiencies .deficiency-actions{display:flex;flex-direction:row;align-content:center;justify-content:center;height:100%;width:100%}.job-deficiencies .deficiency-actions .discard-deficiency-btn svg{width:16px;height:16px}.job-deficiencies .deficiency-actions .discard-deficiency-btn svg path{fill:#fc5a5a}.job-deficiencies .deficiency-actions svg{margin-right:10px;flex-shrink:0;width:16px;height:16px}.job-deficiencies .deficiency-actions svg.time-horizon{width:42px;height:42px}.job-deficiencies .deficiency-actions svg.edit-deficiency-btn{cursor:pointer}.job-deficiencies .deficiency-actions svg.edit-deficiency-btn path{fill:#689fc8}.edit-deficiency-modal{overflow:hidden}.edit-deficiency-modal .ant-modal-content .ant-modal-body{padding:0}.edit-deficiency-modal .ant-modal-content .ant-modal-body hr{margin-top:0}.edit-deficiency-modal .ant-modal-content .ant-modal-body .header-details{padding:15px 24px 0;font-weight:800;background-color:#ecf7f0}.edit-deficiency-modal .ant-modal-content .ant-modal-body .header-details .header-details__column{padding-right:35px}.edit-deficiency-modal .ant-modal-content .ant-modal-body .header-details .header-details__column .form-control{border-color:hsla(0,0%,77.6%,.62)}.edit-deficiency-modal .ant-modal-content .ant-modal-body .header-details .header-details__column .form-control .site-address{font-size:13px;margin-top:4px;color:#9b9b9b}.edit-deficiency-modal .ant-modal-content .ant-modal-body #deficiencyForm{padding:0 24px 24px}.edit-deficiency-modal .ant-modal-content .ant-modal-body #deficiencyForm .target-selector{display:block}.edit-deficiency-modal .ant-modal-content .ant-modal-body #deficiencyForm .target-selector .ant-select-selection.ant-select-selection--single{height:60px;align-items:center;display:flex}.edit-deficiency-modal .ant-modal-content .ant-modal-body #deficiencyForm .target-selector .ant-select-selection.ant-select-selection--single .ant-select-selection__rendered,.edit-deficiency-modal .ant-modal-content .ant-modal-body #deficiencyForm .target-selector .ant-select-selection.ant-select-selection--single .ant-select-selection__rendered .ant-select-selection-selected-value{width:100%;height:100%}.edit-deficiency-modal .ant-modal-content .ant-modal-body #deficiencyForm .row{margin-left:0;margin-right:0}.edit-deficiency-modal .ant-modal-content .ant-modal-body #deficiencyForm .row .control-label,.edit-deficiency-modal .ant-modal-content .ant-modal-body #deficiencyForm .row label{padding-left:0}.edit-deficiency-modal .ant-modal-content .ant-modal-body #deficiencyForm .form-group.inline-element{width:49%;display:inline-block}.edit-deficiency-modal .ant-modal-content .ant-modal-body #deficiencyForm .form-group.inline-element.pull-right{margin-left:2%}.edit-deficiency-modal .ant-modal-content .ant-modal-body #deficiencyForm .form-group .help-block{font-size:11px;color:#959595}.edit-deficiency-modal .ant-modal-content .ant-modal-body #deficiencyForm .form-group .form-control{border-color:hsla(0,0%,77.6%,.62)}.edit-deficiency-modal .ant-modal-content .ant-modal-body .history{padding-right:15px}.edit-deficiency-modal .ant-modal-content .ant-modal-body .history .comment{border-bottom:1px solid #ececec;padding:6px 0}.edit-deficiency-modal .ant-modal-content .ant-modal-body .history .comment .comment-text{font-size:15px}.edit-deficiency-modal .ant-modal-content .ant-modal-body .history .comment .comment-target,.edit-deficiency-modal .ant-modal-content .ant-modal-body .history .comment .comment-user{color:#b5b5b5;font-size:12px}.deficiency-popover .ant-popover-inner{width:500px}.deficiency-comments-modal .history{padding-right:15px}.deficiency-comments-modal .history .comment{border-bottom:1px solid #ececec;padding:6px 0}.deficiency-comments-modal .history .comment .comment-text{font-size:15px}.deficiency-comments-modal .history .comment .comment-target,.deficiency-comments-modal .history .comment .comment-user{color:#b5b5b5;font-size:12px}@media screen and (max-height:965px){#deficiencyForm .deficiency-documents-table{height:100px!important}#deficiencyForm .deficiency-documents-table .ant-table-body{max-height:60px!important;overflow-y:auto}}@media screen and (min-height:966px){#deficiencyForm .deficiency-documents-table{height:165px!important}#deficiencyForm .deficiency-documents-table .ant-table-body{overflow-y:auto;max-height:135px!important}}.user-target-selector__dropdown{z-index:1084!important}.add-proposal{height:20px}.add-proposal path{fill:#fff}.board-member-actions{display:flex;flex-direction:row;align-content:center;justify-content:center;height:100%;width:100%}.board-member-actions .delete-member-btn svg{width:16px;height:16px}.board-member-actions .delete-member-btn svg path{fill:#fc5a5a}.board-member-actions svg{margin-right:10px;flex-shrink:0;width:16px;height:16px}.board-member-actions svg.edit-member-btn path{fill:#689fc8}.job-proposals tr .proposal__status{font-size:13px;font-weight:500;text-transform:uppercase}.job-proposals tr td.proposal__type{font-weight:600!important}.job-proposals tr.cancelled td.proposal-docs-under-review,.job-proposals tr.cancelled td.proposal__type{text-decoration:line-through}.job-proposals tr.approved .proposal__status{color:#3dd598!important}.job-proposals tr.declined .proposal__status,.job-proposals tr.declined .proposal__updated-on{color:#fc5a5a!important}.job-proposals tr.pending .proposal__status{color:#ffb000!important}.job-proposals tr.negotiation .proposal__status{color:#689fc8!important}.job-proposals tr.cancelled .proposal__status,.job-proposals tr.cancelled .proposal__updated-on{color:#92929d!important}.job-proposals tr.cancelled .proposal__title{text-decoration:line-through;text-decoration-thickness:0}.job-proposals .proposal-actions{display:flex;flex-direction:row;height:100%;width:100%}.job-proposals .proposal-actions .void-proposal-btn svg{width:16px;height:16px}.job-proposals .proposal-actions .void-proposal-btn svg path{fill:#fc5a5a}.job-proposals .proposal-actions svg{margin-right:10px;flex-shrink:0;width:16px;height:16px}.job-proposals .proposal-actions svg.proposal-details-btn path{fill:#689fc8}.job-proposals .proposal-actions svg.proposal-thread-btn path{fill:#44444f}.ant-modal.proposal-modal{padding-bottom:0;top:75px}.ant-modal.proposal-modal .ant-modal-body{padding:0;margin:0;position:relative;overflow:hidden}.ant-modal.proposal-modal .ant-modal-body .ant-input-number .ant-input-number-handler-wrap{display:none!important}.ant-modal.proposal-modal .ant-modal-body .ant-drawer-mask{background-color:hsla(0,0%,76.5%,.45)}.ant-modal.proposal-modal .ant-modal-body ul.document-voters{list-style:none;padding:0}.ant-modal.proposal-modal .ant-modal-body ul.document-voters li{display:flex;flex-direction:column}.ant-modal.proposal-modal .ant-modal-body ul.document-voters li:not(:first-of-type){margin-top:10px}.ant-modal.proposal-modal .ant-modal-body ul.document-voters li .full-name{font-size:15px;font-weight:500;color:#000;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ant-modal.proposal-modal .ant-modal-body ul.document-voters li .contact-info{font-size:12px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:100%}.ant-modal.proposal-modal .ant-modal-body form .form-control{border-color:#ccc}.ant-modal.proposal-modal .ant-modal-body .ant-tabs .ant-tabs-bar{margin:0}.ant-modal.proposal-modal .ant-modal-body .ant-tabs .ant-tabs-tabpane{display:flex;align-items:center;min-height:350px}.ant-modal.proposal-modal .ant-modal-body .ant-tabs .ant-tabs-tabpane .ant-spin{width:100%}.ant-modal.proposal-modal .ant-modal-body .proposal-thread{list-style:none;padding:8px 10px 10px}.ant-modal.proposal-modal .ant-modal-body .proposal-thread .proposal-thread__comment{border:1px solid #d8d8d8;padding:10px;border-radius:20px;width:95%}.ant-modal.proposal-modal .ant-modal-body .proposal-thread .proposal-thread__comment:not(:first-of-type){margin-top:10px}.ant-modal.proposal-modal .ant-modal-body .proposal-thread .proposal-thread__comment.proposal-thread__comment-mine{margin-left:auto}.ant-modal.proposal-modal .ant-modal-body .proposal-thread .proposal-thread__comment .proposal-thread__body{padding-bottom:5px;white-space:pre-line}.ant-modal.proposal-modal .ant-modal-body .proposal-thread .proposal-thread__comment .proposal-thread__footer{display:flex;flex-direction:row;font-size:11px;font-style:italic}.ant-modal.proposal-modal .ant-modal-body .proposal-thread .proposal-thread__comment .proposal-thread__footer b{margin:0 5px;font-weight:500}.ant-modal.proposal-modal .ant-modal-body .proposal{padding:0 20px 20px;display:flex;flex-direction:column}.ant-modal.proposal-modal .ant-modal-body .proposal.approved .proposal-info__value-status{color:#3dd598!important}.ant-modal.proposal-modal .ant-modal-body .proposal.declined .proposal-info__value-status{color:#fc5a5a!important}.ant-modal.proposal-modal .ant-modal-body .proposal.pending .proposal-info__value-status{color:#ffb000!important}.ant-modal.proposal-modal .ant-modal-body .proposal.negotiation .proposal-info__value-status{color:#689fc8!important}.ant-modal.proposal-modal .ant-modal-body .proposal.cancelled .proposal-info__value-status{color:#92929d!important}.ant-modal.proposal-modal .ant-modal-body .proposal .proposal-info-list{width:100%}.ant-modal.proposal-modal .ant-modal-body .proposal .proposal-info-list .proposal-info-row{display:flex}.ant-modal.proposal-modal .ant-modal-body .proposal .proposal-info-list .proposal-info{width:100%;display:flex;flex-direction:column;margin-top:8px;line-height:1}.ant-modal.proposal-modal .ant-modal-body .proposal .proposal-info-list .proposal-info .proposal-info__value{font-family:Poppins;font-size:14px;font-weight:600;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.1px;color:#171725;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;flex-shrink:0}.ant-modal.proposal-modal .ant-modal-body .proposal .proposal-info-list .proposal-info .proposal-info__label{font-family:Roboto;font-size:12px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.83;letter-spacing:normal;color:#44444f}.ant-modal.proposal-modal .ant-modal-body .proposal .proposal-documents{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;width:100%;flex-grow:0}.ant-modal.proposal-modal .ant-modal-body .proposal .proposal-documents .proposal-documents__title{margin-top:20px}.ant-modal.proposal-modal .ant-modal-body .proposal .proposal-documents .proposal-documents__body{display:flex;flex-direction:column;width:100%;flex-grow:0;justify-content:space-around}.ant-modal.proposal-modal .ant-modal-body .proposal .proposal-documents .proposal-documents__body .doc-item{width:100%;padding:10px 10px 0;display:flex;flex-direction:column;margin-top:10px;border:1px solid #d8d8d8;border-radius:10px;justify-content:space-between}.ant-modal.proposal-modal .ant-modal-body .proposal .proposal-documents .proposal-documents__body .doc-item-approved{background:#f3fff3;box-shadow:inset 0 0 10px -7px #00b400}.ant-modal.proposal-modal .ant-modal-body .proposal .proposal-documents .proposal-documents__body .doc-item .document-status{font-weight:600;text-transform:uppercase;display:flex}.ant-modal.proposal-modal .ant-modal-body .proposal .proposal-documents .proposal-documents__body .doc-item .document-status svg{margin-right:5px;width:18px;height:18px;flex-shrink:0}.ant-modal.proposal-modal .ant-modal-body .proposal .proposal-documents .proposal-documents__body .doc-item .document-status.approved{color:#3dd598}.ant-modal.proposal-modal .ant-modal-body .proposal .proposal-documents .proposal-documents__body .doc-item .document-status.approved svg{fill:#3dd598}.ant-modal.proposal-modal .ant-modal-body .proposal .proposal-documents .proposal-documents__body .doc-item .document-status.negotiation{color:#689fc8}.ant-modal.proposal-modal .ant-modal-body .proposal .proposal-documents .proposal-documents__body .doc-item .document-status.negotiation svg{fill:#689fc8}.ant-modal.proposal-modal .ant-modal-body .proposal .proposal-documents .proposal-documents__body .doc-item .doc-item__title{width:100%;display:flex;align-items:center;margin-bottom:5px}.ant-modal.proposal-modal .ant-modal-body .proposal .proposal-documents .proposal-documents__body .doc-item .doc-item__title .document-selector{margin-right:5px}.ant-modal.proposal-modal .ant-modal-body .proposal .proposal-documents .proposal-documents__body .doc-item .doc-item__title .document-name-editor{width:90%;margin-right:5px}.ant-modal.proposal-modal .ant-modal-body .proposal .proposal-documents .proposal-documents__body .doc-item .doc-item__title h4{width:90%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;line-height:1.3;margin-bottom:0;font-size:16px}.ant-modal.proposal-modal .ant-modal-body .proposal .proposal-documents .proposal-documents__body .doc-item .doc-item__title svg{margin-left:auto;cursor:pointer;flex-shrink:0}.ant-modal.proposal-modal .ant-modal-body .proposal .proposal-documents .proposal-documents__body .doc-item .doc-item__title .remove-document{margin-left:5px}.ant-modal.proposal-modal .ant-modal-body .proposal .proposal-documents .proposal-documents__body .doc-item .doc-item__title .recommend-document{margin-right:5px}.ant-modal.proposal-modal .ant-modal-body .proposal .proposal-documents .proposal-documents__body .doc-item .doc-item__body{width:100%;display:flex;flex-direction:column}.ant-modal.proposal-modal .ant-modal-body .proposal .proposal-documents .proposal-documents__body .doc-item .doc-item__body span{line-height:normal}.ant-modal.proposal-modal .ant-modal-body .proposal .proposal-documents .proposal-documents__body .doc-item .doc-item__footer{width:100%;padding:5px 0;display:flex;flex-direction:row;align-items:center;font-size:12px}.ant-modal.proposal-modal .ant-modal-body .proposal .proposal-documents .proposal-documents__body .doc-item .doc-item__footer span{line-height:normal}.ant-modal.proposal-modal .ant-modal-body .proposal .proposal-documents .proposal-documents__body .doc-item .doc-item__footer .doc-item__footer-amount-label{margin-right:5px}.ant-modal.proposal-modal .ant-modal-body .proposal .proposal-documents .proposal-documents__body .doc-item .doc-item__footer .doc-item__footer-amount-label.mark-required:before{content:"*";color:red;font-weight:500;font-size:14px}.ant-modal.proposal-modal .ant-modal-body .proposal .proposal-documents .proposal-documents__body .doc-item .doc-item__footer .doc-item__footer-amount-value{font-weight:600;color:#171725;font-style:italic}.ant-modal.proposal-modal .ant-modal-body .proposal .proposal-documents .proposal-documents__body .doc-item .doc-item__footer .doc-item__footer-uploaded-on{font-style:italic}.ant-modal.proposal-modal .ant-modal-body .proposal .proposal-documents .proposal-documents__body .doc-item .doc-item__footer .doc-item__footer-recommended{color:#3dd598;margin-left:10px}.ant-modal.proposal-modal .ant-modal-body .proposal .proposal-documents .proposal-documents__body .doc-item .doc-item__footer .doc-item__footer-votes{margin-left:auto;font-weight:600}.ant-modal.proposal-modal .ant-modal-body .proposal .proposal-documents .proposal-documents__body .doc-item .doc-item__footer .doc-item__footer-votes-hover:hover{cursor:pointer}.ant-modal.proposal-modal .ant-form{margin-top:10px}.ant-modal.proposal-modal .ant-form .ant-form-item-label{line-height:20px}.ant-modal.proposal-modal .ant-form .ant-form-item-label label{font-weight:500;margin-bottom:0}.ant-modal.proposal-modal .ant-form .ant-form-item-control-wrapper .ant-form-explain{font-size:12px}.ant-modal.proposal-modal .ant-modal-footer .proposal-modal-actions{display:flex;flex-direction:row;justify-content:flex-end}.ant-modal.proposal-modal .ant-modal-footer .proposal-modal-actions button{margin-left:0}.ant-modal.proposal-modal .ant-modal-footer .proposal-modal-actions button:not(:first-of-type){margin-left:5px}.ant-modal.proposal-modal .ant-modal-footer .proposal-modal-actions button.pull-left{margin-right:auto}.board-members .delete{color:#d9534f}.board-members .add-button span{margin:0 4px 5px 0!important}.board-members .action{font-size:20px;margin:0 2px;cursor:pointer}.no-required-icon .ant-form-item-label .ant-form-item-required:before{display:none}.data-comments{color:#171725;font-family:Poppins;min-height:100%;list-style:none;margin:0;padding:0}.data-comments,.data-comments-item{width:100%;display:flex;flex-direction:column}.data-comments-item{padding:5px 15px}.data-comments-item:hover{background-color:#fafafa}.data-comments-item p{margin:0;padding:0}.data-comments-item .item-footer{display:flex;flex-direction:row;font-size:12px;color:#b3b3b3}.data-comments-item .item-footer span.bold{font-weight:500;margin-left:5px;margin-right:5px}.feature-container .no-option{display:flex;width:77vw;height:77vh;justify-content:center;align-items:center;font-size:20px;font-weight:700}.smart-rounds-dashboard{height:calc(100vh - 180px)}.smart-rounds-dashboard :last-child{flex:1 1}.smart-rounds-dashboard .ant-row-flex{height:100%}.smart-rounds-dashboard .ant-row-flex .ant-col{height:50%!important}.smart-rounds-dashboard .smart-rounds-dashboard__chart,.smart-rounds-dashboard .smart-rounds-dashboard__chart .ant-spin-nested-loading,.smart-rounds-dashboard .smart-rounds-dashboard__chart .ant-spin-nested-loading .ant-spin-container{height:100%;width:100%}.smart-rounds-dashboard .smart-rounds-dashboard__chart .chart__card{height:100%}.smart-rounds-dashboard .smart-rounds-dashboard__chart .chart__card .ant-card-body{height:100%;width:100%}.smart-rounds-dashboard .smart-rounds-dashboard__chart .chart__card .chart__header{display:flex;justify-content:center}.smart-rounds-dashboard .smart-rounds-dashboard__chart .chart__card .chart__header button{z-index:1}.smart-rounds-dashboard .smart-rounds-dashboard__chart .chart__card .chart__header .header__title{display:flex;flex-direction:column;margin-top:-15px}.smart-rounds-dashboard .smart-rounds-dashboard__chart .chart__card .overall-measurements-chart{margin-top:-30px}.smart-rounds-dashboard .smart-rounds-dashboard__chart .chart__card .text-red{color:#d9534f}.smart-rounds-dashboard .chart__no-data{display:flex;align-items:center;height:100%;justify-content:center}.overall-measurements-details .measurements-details__header{margin-bottom:15px}.overall-measurements-details .measurements-details__header .details-header__row{display:flex}.overall-measurements-details .measurements-details__header .details-header__row .header__label{margin-right:10px}.overall-measurements-details .alerts-color{color:#d9534f}.overall-measurements-details .alert-details-grid-title{font-size:17px;margin-bottom:10px}.site-notes-modal .ant-modal{top:50px}.site-notes-modal .ant-modal .site-notes-and-photos .ant-tabs-tabpane .photo-thumbnail{width:100px;height:90px;border:1px solid #dedede}.site-notes-modal .ant-modal .site-notes-and-photos .site-note-col{white-space:pre-line}.site-notes-modal .ant-modal .site-notes-and-photos .site-note-type-col .detailes{display:flex;width:100%}.site-notes-modal .ant-modal .site-notes-and-photos .site-note-type-col .detailes .label{color:rgba(0,0,0,.25);width:70px;text-align:right;padding-right:5px;padding-left:0}.site-notes-modal .ant-modal .site-notes-and-photos .site-note-type-col .detailes .info{color:rgba(0,0,0,.5)}.site-notes-modal .ant-modal .site-notes-and-photos .site-note-info-col .ant-btn{height:auto;width:auto;line-height:normal;margin-left:5px}.site-notes-modal .ant-modal .site-notes-and-photos .site-note-info-col .ant-btn.details{padding:0;vertical-align:middle}.site-notes-modal .ant-modal .site-notes-and-photos .site-note-info-col .ant-btn.details svg path{fill:#777}.site-notes-modal .ant-modal .site-notes-and-photos .site-note-photos-table .custom-filter-col .custom-col__search{min-width:232px}.site-notes-modal .ant-modal .site-notes-and-photos .site-note-photos-table .custom-filter-col .custom-col__search input{font-weight:100}.site-notes-modal .ant-modal .site-notes-and-photos .site-note-photos-table .custom-filter-col .photos-date-filter{display:flex}.site-notes-modal .ant-modal .site-notes-and-photos .site-note-photos-table .custom-filter-col .photos-date-filter .photos-start-date{margin-right:7px}.site-notes-modal .ant-modal .site-notes-and-photos .site-note-photos-table .custom-filter-col .custom-filter__title{display:flex;align-items:center}.site-notes-modal .ant-modal .site-notes-and-photos .site-note-photos-table .custom-filter-col .custom-filter__title .column-title{font-size:16px;margin-right:5px;margin-top:2px}.site-notes-modal .ant-modal .site-notes-and-photos .site-note-photos-table .custom-filter-col .custom-filter__title .sort-options{display:flex;flex-direction:column;align-items:center}.site-notes-modal .ant-modal .site-notes-and-photos .site-note-photos-table .custom-filter-col .custom-filter__title .sort-options i{height:11px}.site-notes-modal .ant-modal .site-notes-and-photos .site-note-photos-table .ant-table-column-sorter{display:none}.smart-rounds-details-modal .smart-rounds-title{margin-top:0;margin-bottom:10px;color:rgba(0,0,0,.85);font-weight:500;letter-spacing:-1px;font-size:30px}.smart-rounds-details-modal .smart-rounds-details-table tbody tr{cursor:pointer}.smart-rounds-details-modal .smart-rounds-details-table .selected-smart-round-row{background-color:#f2f2f2}.smart-rounds-details-modal .smart-rounds-details-table.forms-table-empty .ant-table-placeholder,.smart-rounds-details-modal .smart-rounds-details-table.forms-table .ant-table-body{height:195px}.smart-rounds-details-modal .smart-rounds-details-forms-table .percentage-col{font-weight:700;margin-right:6px!important}.smart-rounds-details-modal .smart-rounds-details-forms-table.forms-table-empty .ant-table-placeholder{min-height:calc(74vh - 384px)}.smart-rounds-details-modal .smart-rounds-details-forms-table.forms-table .ant-table-body{height:calc(74vh - 384px)}.smart-rounds-details-modal .table-separator{display:block;height:1px;border:0;border-top:1px solid #373737;margin:10px 0;padding:0}.tab-template{display:flex;margin-top:10px;margin-left:20px;height:calc(100% - 10px)}.tab-template .tab-template__header{display:flex;justify-content:space-between;height:37px;margin-right:23px}.tab-template .tab-template__header .header__actions{display:flex}.tab-template .tab-template__header .header__actions button{margin-right:5px}.tab-template .tab-template__header .header__title{font-family:Poppins;font-size:20px;font-weight:700;line-height:1.5;letter-spacing:.1px;color:#171725}.tab-template .template__tree{flex:0 1 450px;height:100%}.tab-template .template__tree .ant-spin-nested-loading,.tab-template .template__tree .ant-spin-nested-loading .ant-spin-container{height:100%}.tab-template .template__tree .ant-spin-nested-loading .ant-spin-container .tree-scrol-area{height:calc(100% - 60px)!important;max-height:calc(100% - 60px)!important}.tab-template .template__tree .ant-spin-nested-loading .ant-spin-container .tree-scrol-area>div:first-of-type{max-height:calc(100% - 60px)!important;height:calc(100% - 60px)!important;overflow-x:hidden!important;z-index:1!important}.tab-template .template__tree .tree-container{margin-right:20px;min-height:200px}.tab-template .template__tree .tree-container .tree-item{display:flex;align-items:center}.tab-template .template__tree .tree-container .tree-item .tree-item-container{display:flex;width:100%;align-items:center;margin:3px;border-radius:8px 0 0 8px}.tab-template .template__tree .tree-container .tree-item .tree-item-container .tree-expand-icon .child-dot-icon svg{width:8px}.tab-template .template__tree .tree-container .tree-item .tree-item-container .tree-expand-icon i{color:#fff}.tab-template .template__tree .tree-container .tree-item .tree-item-container .item-label{min-height:50px;cursor:pointer;width:100%;display:flex;align-items:center;font-size:20px;margin:5px;padding-left:7px;justify-content:space-between}.tab-template .template__tree .tree-container .tree-item .tree-item-container .item-label .tree-item__actions{display:flex}.tab-template .template__tree .tree-container .tree-item .tree-item-container .item-label .tree-item__actions .ant-btn-background-ghost.ant-btn-link.delete{color:red}.tab-template .template__tree .tree-container .tree-item .tree-item-container .item-label .template-not-visible{text-decoration:line-through;width:100%}.tab-template .template__tree .no-data-tab{width:200%;margin-top:20%}.tab-template .template__edit{display:flex;flex:0 1 50%;justify-content:center}.tab-template .template__edit .edit-template__container{width:80%;margin-top:32px}.tab-template .template__edit .edit-template__container .name-error{color:red}.tab-template .template__edit .edit-template__container .document-types{margin-top:10px;margin-bottom:10px;border:1px solid #bdbdbd;padding:7px}.tab-template .template__edit .edit-template__container .save-template-actions{margin-top:10px;margin-bottom:10px;display:flex;justify-content:center}.tab-template .template__edit .edit-template__container .doc-types-header{display:flex;justify-content:space-between;align-items:center}.tab-template .template__edit .no-template{display:flex;min-height:200px;margin-top:100px}.tab-template .empty-template{display:flex;flex:0 1 100%;align-items:center;justify-content:center;min-height:500px}.tab-template .edit-template-label{margin-top:7px;font-weight:700}.tab-template .switch-label{margin-top:4px;margin-right:6px;display:inline-block}.setup-binder__changes .ant-modal-header{background-color:#fff!important}.doc-types-setup-modal .ant-modal-content{overflow-x:hidden}.doc-types-setup-modal .ant-modal-content .ant-modal-header{background-color:#fff}.doc-types-setup-modal .ant-modal-content .doc-types-header{display:flex;justify-content:space-between;align-items:center}.doc-types-setup-modal .ant-modal-content .doc-type-disabled{color:#777}.doc-types-setup-modal .ant-modal-content .doc-type-disabled-background{background-color:#f4f4f4}.doc-types-setup-modal .ant-modal-content .doc-types-container{margin-top:10px;margin-bottom:10px;border:1px solid #bdbdbd;padding:7px;width:100%}.doc-types-setup-modal .ant-modal-content .doc-types-container .doc-type-row{margin-bottom:5px}.doc-types-setup-modal .ant-modal-content .doc-types-container .doc-type-row .doc-type-item-checkbox{display:flex;align-items:center}.doc-types-setup-modal .ant-modal-content .doc-types-container .doc-type-row .doc-type-item-checkbox span{color:#171725}.doc-types-setup-modal .ant-modal-content .doc-types-container .doc-type-row .doc-type-item-checkbox-system{display:flex;align-items:center}.doc-types-setup-modal .ant-modal-content .doc-types-container .doc-type-row .doc-type-item-checkbox-system span{color:#171725}.doc-types-setup-modal .ant-modal-content .doc-types-container .doc-type-row .doc-type-row__actions{text-align:right;padding-right:20px}.doc-types-setup-modal .ant-modal-content .doc-type-drawer .ant-drawer-content-wrapper{width:80%!important}.doc-types-setup-modal .ant-modal-content .doc-type-drawer .edit-doc-type-label{margin-top:7px;font-weight:700}.doc-types-setup-modal .ant-modal-content .doc-type-drawer .name-error{color:red}.doc-types-setup-modal .ant-modal-content .doc-type-drawer .doc-type-edit-actions{margin-top:15px}.delete-confirmation-doc-type-item{margin:10px}.setup-binder{height:calc(100vh - 70px);display:flex}.setup-binder .binders-list{height:100%;width:550px;background-color:#fff;margin-left:-10px}.setup-binder .binders-list-header{height:90px;border-bottom:1px solid #f0f0f4}.setup-binder .binders-list-header h2{font-family:Poppins;font-size:20px;font-stretch:normal;font-style:normal;line-height:1.5;letter-spacing:.1px;color:#171725;display:flex;align-items:center;width:100%;margin-top:10px}.setup-binder .binders-list-header .site-dropdown{display:flex;flex-direction:row}.setup-binder .binders-list-header .site-dropdown>span{font-family:Poppins;font-size:16px;font-stretch:normal;font-style:normal;line-height:1.5;letter-spacing:.1px;color:#171725;display:flex;align-items:center;margin-right:5px}.setup-binder .binders-list-header .site-dropdown>.ant-select{margin-right:20px;width:calc(100% - 70px)}.setup-binder .binders-list .portfolio-dashboard{padding:0}.setup-binder .binders-list .binders{width:100%}.setup-binder .binders-list .binders .ant-table-tbody tr.ant-table-row-selected td{border-color:#0d426a!important}.setup-binder .binders-list .binders .ant-table-tbody tr td:nth-child(2){padding-left:15px;border-left:1px solid transparent;border-radius:15px!important}.setup-binder .binders-list .binders .ant-table-tbody tr td:nth-child(2):hover{border-left:1px solid #bed657}.setup-binder .binders-list .binders .ant-table-tbody .ant-table-selection-column{display:none}.setup-binder .binders-list .binders .bindersetup-template{display:flex;flex-direction:row;align-items:center}.setup-binder .binders-list .binders .bindersetup-template-details>span{position:relative}.setup-binder .binders-list .binders .bindersetup-template-details .bindersetup-template__name{margin-right:20px;font-size:15px;display:flex;align-items:center}.setup-binder .binders-list .binders .bindersetup-template-details .bindersetup-template__name.customer-customization:before{content:"*";position:absolute;left:-10px;top:-10px;color:red;font-size:18px}.setup-binder .binders-list .binders .bindersetup-template-details .bindersetup-template__serv-cat{font-style:italic;color:#a09c9c;width:185px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:middle;display:flex;align-items:center}.setup-binder .binders-list .binders .bindersetup-template-actions{margin-left:auto}.setup-binder .tab-templates{height:100%;width:calc(100% - 550px)}.setup-binder .ant-table-placeholder{border-top:1px}.clone-binder-modal .clone-binder-title{display:flex;flex-direction:row;width:calc(100% - 30px);align-items:center}.clone-binder-modal .clone-binder-title>span{white-space:nowrap;margin-right:10px}.clone-binder-modal .ant-modal-body{height:calc(100vh - 250px);overflow:auto;padding-left:0;padding-right:0}.clone-binder-modal .ant-modal-body .ant-table{width:100%;border:none}.vlc-dashboard-filters{display:flex;margin-left:10px}.vlc-dashboard-filters .asset-filter{min-width:260px}.vlc-dashboard-filters .year-filter{min-width:110px}.vlc-dashboard-container .dashboard-wrapper{display:flex;min-width:600px;min-height:600px;flex-wrap:wrap}.vlc-dashboard-container .dashboard-wrapper .widget-group{display:flex;flex:0 1 33.33%;flex-direction:column}.vlc-dashboard-container .dashboard-wrapper .widget-group .widget-group-container{display:flex;flex-direction:column;margin:10px;background:#fff;height:410px;border-radius:5px;border:1px solid #e8e8e8}.vlc-dashboard-container .dashboard-wrapper .widget-group .widget-group-container .group-title{display:flex;font-size:15px;color:#e8e8e8;background-color:#373737;padding-left:5px;border-top-right-radius:5px;border-top-left-radius:5px}.vlc-dashboard-container .dashboard-wrapper .widget-group .widget-group-container .group-title .group-title-name{display:flex;height:40px;font-size:20px;font-weight:700;align-items:center}.vlc-dashboard-container .dashboard-wrapper .widget-group .widget-group-container .scroll-visible{padding-right:10px}.vlc-dashboard-container .dashboard-wrapper .widget-group .widget-group-container .widget-table-wrapper{display:flex}.vlc-dashboard-container .dashboard-wrapper .widget-group .widget-group-container .widget-table-wrapper .widget-table{width:100%}.vlc-dashboard-container .dashboard-wrapper .widget-group .widget-group-container .widget-table-wrapper .widget-table .widget-table-details-header{color:#f4f4f4;background-color:#777;padding-left:5px;min-height:43px}.vlc-dashboard-container .dashboard-wrapper .widget-group .widget-group-container .widget-table-wrapper .widget-table .widget-table-details-header .widget-table-title{display:flex;font-size:16px;font-weight:700}.vlc-dashboard-container .dashboard-wrapper .widget-group .widget-group-container .widget-table-wrapper .widget-table .widget-table-details-header .widget-table-description{display:flex;font-size:13px}.vlc-dashboard-container .dashboard-wrapper .widget-group .widget-group-container .widget-table-wrapper .widget-table .widget-table-header{display:flex;font-size:15px}.vlc-dashboard-container .dashboard-wrapper .widget-group .widget-group-container .widget-table-wrapper .widget-table .widget-table-header .widget-table-col{flex:1 1;display:flex;align-items:center;justify-content:end;padding-right:10px;text-align:right}.vlc-dashboard-container .dashboard-wrapper .widget-group .widget-group-container .widget-table-wrapper .widget-table .widget-table-body{width:100%}.vlc-dashboard-container .dashboard-wrapper .widget-group .widget-group-container .widget-table-wrapper .widget-table .widget-table-body .widget-table-row{display:flex;border-bottom:1px solid #e8e8e8;margin-bottom:6px}.vlc-dashboard-container .dashboard-wrapper .widget-group .widget-group-container .widget-table-wrapper .widget-table .widget-table-body .widget-table-row .widget-table-label{flex:1 1;display:flex;font-weight:700;justify-content:end;align-items:center;padding-right:10px;text-align:right}.vlc-dashboard-container .dashboard-wrapper .widget-wrapper{display:flex;flex:0 1 33.33%;flex-direction:column}.vlc-dashboard-container .dashboard-wrapper .widget-wrapper .widget-container{display:flex;flex-direction:column;border-radius:5px;height:410px;background:#fff;margin:10px;border:1px solid #e8e8e8}.vlc-dashboard-container .dashboard-wrapper .widget-wrapper .widget-container .widget-header{display:flex;font-size:15px;color:#e8e8e8;background-color:#373737;padding-left:5px;border-top-right-radius:5px;border-top-left-radius:5px}.vlc-dashboard-container .dashboard-wrapper .widget-wrapper .widget-container .widget-header .widget-col{display:flex;flex:1 1;height:40px;font-size:20px;align-items:center}.vlc-dashboard-container .dashboard-wrapper .widget-wrapper .widget-container .widget-header .widget-col-doc-type{flex:1 1 63%;justify-content:end}.vlc-dashboard-container .dashboard-wrapper .widget-wrapper .widget-container .widget-header .widget-col-doc-date{flex:1 1 37%;justify-content:end;margin-right:12px}.vlc-dashboard-container .dashboard-wrapper .widget-wrapper .widget-container .widget-body{width:100%}.vlc-dashboard-container .dashboard-wrapper .widget-wrapper .widget-container .widget-body .widget-row{display:flex;border-bottom:1px solid #e8e8e8;margin-bottom:6px}.vlc-dashboard-container .dashboard-wrapper .widget-wrapper .widget-container .widget-body .widget-row .widget-label-value{display:flex;flex:1 1 70%;font-weight:700;align-items:center}.vlc-dashboard-container .dashboard-wrapper .widget-wrapper .widget-container .widget-body .widget-row .widget-label-value .qr-url{display:flex;align-items:center}.vlc-dashboard-container .dashboard-wrapper .widget-wrapper .widget-container .widget-body .widget-row .widget-label-value .qr-url .smart-binder-access svg{width:25px;height:25px}.vlc-dashboard-container .dashboard-wrapper .widget-wrapper .widget-container .widget-body .widget-row .widget-label-key{flex:1 1 30%;display:flex;justify-content:end;padding-right:7px;align-items:center;text-align:right}.vlc-dashboard-container .dashboard-wrapper .widget-wrapper .widget-container .widget-body .widget-row .widget-label-doc-type{flex:1 1 63%;text-align:end}.vlc-dashboard-container .dashboard-wrapper .widget-wrapper .widget-container .widget-body .widget-row .widget-label-doc-date{flex:1 1 37%;text-align:end;margin-right:12px}.feed-binder{height:100%;width:100%;padding:7px 10px 5px}.feed-binder .feed-binder__form{height:100%;display:flex;flex-direction:column}.feed-binder .feed-binder__form .no-job-found{display:flex;justify-content:center;font-size:14px;color:#fc5a5a}.feed-binder .feed-binder__form .searching-jobs{display:flex;justify-content:center;font-size:14px;color:#689fc8}.feed-binder .feed-binder__form .document-added-message{display:flex;justify-content:center;margin-top:10px;background:#70b570;padding:5px 10px;border-radius:5px;color:#fff}.feed-binder .feed-binder__form .document-selection{border:1px solid #dcdcdc;padding:5px 10px;margin-left:-10px;margin-right:-10px;border-radius:5px;flex-grow:1;display:flex;flex-direction:column}.feed-binder .feed-binder__form .document-selection .document-selection__actions button{margin:0}.feed-binder .feed-binder__form .document-selection button.add-document[disabled]{pointer-events:auto}.feed-binder .feed-binder__form .document-selection .ant-tabs{height:0;flex-grow:1}.feed-binder .feed-binder__form .document-selection .ant-tabs .follow-up{padding-top:0;overflow:hidden;position:relative;height:100%}.feed-binder .feed-binder__form .document-selection .ant-tabs .follow-up .ant-spin-nested-loading{height:100%}.feed-binder .feed-binder__form .document-selection .ant-tabs .follow-up .ant-spin-nested-loading .ant-spin-container{height:100%;display:flex;flex-direction:column}.feed-binder .feed-binder__form .document-selection .ant-tabs .follow-up .filter-wrapper{display:flex;justify-content:space-between;padding-top:5px}.feed-binder .feed-binder__form .document-selection .ant-tabs .follow-up .filter-wrapper .filter-label{display:inline-block;margin-right:10px}.feed-binder .feed-binder__form .document-selection .ant-tabs .follow-up .filter-wrapper .filter-label:not(:first-of-type){margin-left:10px}.feed-binder .feed-binder__form .document-selection .ant-tabs .follow-up .filter-wrapper .status-dropdown{width:150px}.feed-binder .feed-binder__form .document-selection .ant-tabs .follow-up .follow-up__completed{font-weight:500;color:#5cb85c}.feed-binder .feed-binder__form .document-selection .ant-tabs .follow-up .follow-up-table-wrapper{margin-top:7px;height:100%}.feed-binder .feed-binder__form .document-selection .ant-tabs .follow-up .follow-up-table-wrapper .follow-up-table,.feed-binder .feed-binder__form .document-selection .ant-tabs .follow-up .follow-up-table-wrapper .follow-up-table .ant-spin-nested-loading,.feed-binder .feed-binder__form .document-selection .ant-tabs .follow-up .follow-up-table-wrapper .follow-up-table .ant-spin-nested-loading .ant-spin-container{height:100%}.feed-binder .feed-binder__form .document-selection .ant-tabs .follow-up .follow-up-table-wrapper .follow-up-table .ant-spin-nested-loading .ant-spin-container .ant-table{height:97%}.feed-binder .feed-binder__form .document-selection .ant-tabs .follow-up .follow-up-table-wrapper .follow-up-table .ant-spin-nested-loading .ant-spin-container .ant-table .ant-table-content{height:100%}.feed-binder .feed-binder__form .document-selection .ant-tabs .follow-up .follow-up-table-wrapper .follow-up-table .ant-spin-nested-loading .ant-spin-container .ant-table .ant-table-content .ant-table-scroll{height:100%;overflow:hidden}.feed-binder .feed-binder__form .document-selection .ant-tabs .follow-up .follow-up-table-wrapper .follow-up-table .ant-spin-nested-loading .ant-spin-container .ant-table .ant-table-content .ant-table-scroll .ant-table-body{height:auto;overflow:hidden}.feed-binder .feed-binder__form .document-selection .ant-tabs .follow-up .follow-up-table-wrapper .follow-up-table .ant-spin-nested-loading .ant-spin-container .ant-table .ant-table-content .ant-table-scroll .ant-table-body .follow-up__open{font-weight:500;color:#d9534f}.feed-binder .feed-binder__form .document-selection .ant-tabs .follow-up .follow-up-table-wrapper .follow-up-table .ant-spin-nested-loading .ant-spin-container .ant-table .ant-table-content .ant-table-scroll .ant-table-body .follow-up__note{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.feed-binder .feed-binder__form .document-selection .ant-tabs .follow-up .follow-up-table-wrapper .follow-up-table .ant-spin-nested-loading .ant-spin-container .ant-table .ant-table-content .ant-table-scroll .ant-table-body .support-forms{font-weight:600}.feed-binder .feed-binder__form .document-selection .ant-tabs .follow-up .follow-up-table-wrapper .follow-up-table.not-empty .ant-table-content .ant-table-scroll{display:flex!important;flex-direction:column!important}.feed-binder .feed-binder__form .document-selection .ant-tabs .follow-up .follow-up-table-wrapper .follow-up-table.not-empty .ant-table-content .ant-table-scroll .ant-table-header{flex:0 0 auto}.feed-binder .feed-binder__form .document-selection .ant-tabs .follow-up .follow-up-table-wrapper .follow-up-table.not-empty .ant-table-content .ant-table-scroll .ant-table-body{height:0!important;flex-grow:1;overflow-y:auto!important}.feed-binder .feed-binder__form .document-selection .ant-tabs .follow-up .follow-up-drawer .ant-drawer-wrapper-body{display:flex;flex-direction:column}.feed-binder .feed-binder__form .document-selection .ant-tabs .follow-up .follow-up-drawer .ant-drawer-wrapper-body .ant-drawer-header{padding:8px 24px}.feed-binder .feed-binder__form .document-selection .ant-tabs .follow-up .follow-up-drawer .ant-drawer-wrapper-body .ant-drawer-body{flex:1 1;padding:5px 0 7px 10px}.feed-binder .feed-binder__form .document-selection .ant-tabs .follow-up .follow-up-drawer .ant-drawer-wrapper-body .ant-drawer-body .follow-up-details-wrapper{padding-right:20px}.feed-binder .feed-binder__form .document-selection .ant-tabs .follow-up .follow-up-drawer .ant-drawer-wrapper-body .ant-drawer-body .follow-up-details-wrapper .follow-up-label{margin-top:7px}.feed-binder .feed-binder__form .document-selection .ant-tabs .follow-up .follow-up-drawer .ant-drawer-wrapper-body .ant-drawer-body .follow-up-details-wrapper .follow-up-label .type{font-weight:bolder}.feed-binder .feed-binder__form .document-selection .ant-tabs .follow-up .follow-up-drawer .ant-drawer-wrapper-body .ant-drawer-body .follow-up-details-wrapper .follow-up-label .description{margin-left:10px}.feed-binder .feed-binder__form .document-selection .ant-tabs .follow-up .follow-up-drawer .ant-drawer-wrapper-body .ant-drawer-body .follow-up-details-wrapper .follow-up-label .description.full-size{width:100%;margin-left:0;display:block}.feed-binder .feed-binder__form .document-selection .ant-tabs .follow-up .follow-up-drawer .ant-drawer-wrapper-body .ant-drawer-body .follow-up-details-wrapper .follow-up-notify-users__dropdown{width:100%}.feed-binder .feed-binder__form .document-selection .ant-tabs .follow-up .follow-up-drawer .ant-drawer-wrapper-body .ant-drawer-body .follow-up-details-wrapper .scope-of-work-job-select .ant-select-selection{height:50px}.feed-binder .feed-binder__form .document-selection .ant-tabs .follow-up .follow-up-drawer .ant-drawer-wrapper-body .ant-drawer-body .follow-up-details-wrapper .work-scope-details{margin:7px 0 7px 5px}.feed-binder .feed-binder__form .document-selection .ant-tabs .follow-up .follow-up-drawer .ant-drawer-wrapper-body .ant-drawer-body .follow-up-details-wrapper .work-scope-details .forms-selected{cursor:pointer;color:#0062ff;margin-left:7px}.feed-binder .feed-binder__form .document-selection .ant-tabs .follow-up .follow-up-drawer .ant-drawer-wrapper-body .ant-drawer-body .follow-up-details-wrapper .work-scope-details .no-forms-selected{cursor:pointer;color:#d9534f;margin-left:7px}.feed-binder .feed-binder__form .document-selection .my-tasks-filter{display:flex;flex-direction:row}.feed-binder .feed-binder__form .document-selection .my-tasks-filter .my-tasks-filter-item{display:flex;flex-direction:column;margin-right:10px;grid-gap:10px;gap:10px}.feed-binder .feed-binder__form .document-selection .my-tasks-filter .my-tasks-filter-item .filter-label{font-weight:700;margin-right:5px;padding-top:5px}.feed-binder .feed-binder__form .document-selection .my-tasks-filter .my-tasks-filter-item .ant-select-selection-selected-value{max-width:300px}.feed-binder .feed-binder__form .document-selection .my-tasks-filter .my-tasks-filter-item .ant-select-selection-selected-value .document-type--service-category{display:none}.feed-binder .feed-binder__form .document-selection .my-tasks-filter .my-tasks-filter-item .filter-active{-webkit-filter:invert(42%) sepia(77%) saturate(3229%) hue-rotate(197deg) brightness(107%) contrast(105%);filter:invert(42%) sepia(77%) saturate(3229%) hue-rotate(197deg) brightness(107%) contrast(105%)}.feed-binder .feed-binder__form .document-selection .my-tasks-filter .my-tasks-filter-item .measurements-filter-button{display:flex!important;align-items:center}.feed-binder .feed-binder__form .document-selection .my-tasks-filter .my-tasks-filter-item .measurements-filter-button:hover .icon{-webkit-filter:invert(42%) sepia(77%) saturate(3229%) hue-rotate(197deg) brightness(107%) contrast(105%);filter:invert(42%) sepia(77%) saturate(3229%) hue-rotate(197deg) brightness(107%) contrast(105%)}.feed-binder .feed-binder__form .document-selection .my-tasks-filter .my-tasks-filter-item .measurements-filter{display:flex;flex-direction:row}.feed-binder .feed-binder__form .document-selection .my-tasks-filter .my-tasks-filter-date-wrapper{margin-right:5px;display:flex;flex-direction:column}.feed-binder .feed-binder__form .document-selection .my-tasks-filter .my-tasks-filter-date-wrapper .date-range-type .ant-select-selection-selected-value{font-weight:700;color:#212121!important}.feed-binder .feed-binder__form .document-selection .my-tasks-filter .my-tasks-filter-date-wrapper .date-range-type .ant-select-selection{border-color:transparent}.feed-binder .feed-binder__form .document-selection .my-tasks-filter .my-tasks-filter-date-wrapper .date-filter{display:flex;flex-direction:row}.feed-binder .feed-binder__form .download-section{display:inline-block;margin-left:50px}.feed-binder .feed-binder__form .form__doc-type{display:flex;justify-content:space-between}.feed-binder .feed-binder__form .form__doc-type .effective-date-wrapper{justify-content:end;flex:0.1 0 auto!important}.feed-binder .feed-binder__form .form__doc-type .form__row{flex:1 0 auto}.feed-binder .feed-binder__form .form__doc-type .form__row .effective-date{flex:0 0 auto}.feed-binder .feed-binder__form .form__row{align-items:center;display:flex;margin:10px 0}.feed-binder .feed-binder__form .form__row>div{position:relative}.feed-binder .feed-binder__form .form__row .label__name{flex:0 0 300px;font-weight:700;flex-direction:column;justify-content:flex-end;align-items:flex-end;display:flex;margin-right:10px;text-align:right}.feed-binder .feed-binder__form .form__row .label__name-optional{font-size:12px;color:#d3d3d3}.feed-binder .feed-binder__form .form__row .label__name-required{flex-direction:row}.feed-binder .feed-binder__form .form__row .label__name-required:before{content:"*";color:red;margin-right:5px;top:-5px}.feed-binder .feed-binder__form .form__row .label__name-top{align-self:flex-start}.feed-binder .feed-binder__form .form__row .label__asset{display:flex;font-weight:700;margin:0 10px 0 7px}.feed-binder .feed-binder__form .form__row .form__control{flex-grow:1}.feed-binder .feed-binder__form .form__row .form__control .job-binders .job-binders-children{margin-left:25px}.feed-binder .feed-binder__form .form__row .form__control .upload-document{display:flex;align-items:center}.feed-binder .feed-binder__form .form__row .form__control .upload-document .ant-upload-list{margin-left:15px}.feed-binder .feed-binder__form .form__row .form__control .upload-document.upload-additional-document .ant-upload-list-item-info i.anticon-paper-clip{display:none}.feed-binder .feed-binder__form .form__row .form__control .upload-document.upload-additional-document .ant-upload-list-text{margin-left:0}.feed-binder .feed-binder__form .form__row .form__control .upload-document.upload-additional-document .ant-upload-list-item-name{max-width:400px!important;padding-left:0;padding-right:0;text-decoration:underline;color:#1c9be5}.feed-binder .feed-binder__form .form__row .form__control .edit__preview-button{margin-left:-7px;cursor:pointer}.feed-binder .feed-binder__form .form__row .form__control .edit__preview-button i{margin-top:3px}.feed-binder .feed-binder__form .form__row .form__control .edit__preview-button i svg{width:24px;height:24px}.feed-binder .feed-binder__form .form__row .form__control .edit__remove-button{cursor:pointer;margin-right:7px}.feed-binder .feed-binder__form .form__row .form__control .edit__remove-button i{color:#d9534f;margin-top:3px}.feed-binder .feed-binder__form .form__row .form__control .edit__remove-button i svg{width:24px;height:24px}.feed-binder .feed-binder__form .form__row .form__control .repository__name{font-weight:700}.feed-binder .feed-binder__form .form__row .form__control .document-form-select .option-disabled-warning{color:#f0ad4e}.feed-binder .feed-binder__form .form__row .form__control .readonly__value{font-weight:400}.feed-binder .feed-binder__form .form__row .form__control .highlighted__value{font-weight:600;color:#000}.feed-binder .feed-binder__form .form__row>div{display:flex;flex-direction:row;align-items:center}.feed-binder .feed-binder__form .form__row>div .form__control{flex:1 0 auto}.feed-binder .feed-binder__form .form__row .ant-upload-list .ant-upload-list-item{position:unset;margin:0;font-size:unset;height:unset}.feed-binder .feed-binder__form .form__row .ant-upload-list .ant-upload-list-item-info{padding:0}.feed-binder .feed-binder__form .form__row .ant-upload-list .ant-upload-list-item-info>span{display:flex;align-items:center}.feed-binder .feed-binder__form .form__row .ant-upload-list .ant-upload-list-item-info>span .anticon{font-size:24px;margin-right:15px}.feed-binder .feed-binder__form .form__row .ant-upload-list .ant-upload-list-item-info>span .anticon-delete{color:#fc5a5a;margin-left:7px;margin-right:7px}.feed-binder .feed-binder__form .form__row .ant-upload-list .ant-upload-list-item-info>span .ant-upload-list-item-name{font-size:16px;cursor:zoom-in}.feed-binder .feed-binder__form .form__row .ant-upload-list .ant-upload-list-item-info>span .ant-upload-list-item-card-actions{position:relative;opacity:1;right:unset}.feed-binder .feed-binder__form .edit-document-footer{height:40px;display:flex;justify-content:end;align-items:center;margin-right:-10px}.feed-binder .feed-binder__form .doc-form-item{display:flex;align-items:center;margin-bottom:7px}.feed-binder .feed-binder__form .doc-form-item .doc-form-item-select{flex:1 1}.feed-binder .feed-binder__form .doc-form-item .doc-form-item-select .child-form-field{padding-top:6px;padding-left:50px;position:relative}.feed-binder .feed-binder__form .doc-form-item .doc-form-item-select .child-form-field:before{position:absolute;left:25px;content:"\A";border-bottom:1px solid #ccc;border-left:1px solid #ccc;border-bottom-left-radius:10px;height:15px;width:20px;top:5px}.feed-binder .feed-binder__form .doc-form-item .doc-form-item-label{width:70px}.feed-binder .list-documents-section{flex-grow:1;padding-top:3px}.feed-binder .list-documents-section .list-documents-table{height:100%}.feed-binder .list-documents-section .list-documents-table.with-pagination{height:calc(100% - 40px)}.feed-binder .list-documents-section .list-documents-table.with-pagination .ant-pagination{margin:8px 0}.feed-binder .list-documents-section .list-documents-table .ant-spin-nested-loading,.feed-binder .list-documents-section .list-documents-table .ant-spin-nested-loading .ant-spin-container,.feed-binder .list-documents-section .list-documents-table .ant-spin-nested-loading .ant-spin-container .ant-table,.feed-binder .list-documents-section .list-documents-table .ant-spin-nested-loading .ant-spin-container .ant-table .ant-table-content{height:100%}.feed-binder .list-documents-section .list-documents-table .ant-spin-nested-loading .ant-spin-container .ant-table .ant-table-content .ant-table-scroll{height:100%;overflow:hidden}.feed-binder .list-documents-section .list-documents-table .ant-spin-nested-loading .ant-spin-container .ant-table .ant-table-content .ant-table-scroll .ant-table-body{height:auto;overflow:hidden}.feed-binder .list-documents-section .list-documents-table .ant-spin-nested-loading .ant-spin-container .ant-table .ant-table-content .ant-table-scroll .ant-table-body .ant-tag{overflow:hidden;white-space:nowrap;max-width:100%;text-overflow:ellipsis}.feed-binder .list-documents-section .list-documents-table .document-row{cursor:default}.feed-binder .list-documents-section .list-documents-table.not-empty .ant-table-content .ant-table-scroll{display:flex!important;flex-direction:column!important}.feed-binder .list-documents-section .list-documents-table.not-empty .ant-table-content .ant-table-scroll .ant-table-header{flex:0 0 auto}.feed-binder .list-documents-section .list-documents-table.not-empty .ant-table-content .ant-table-scroll .ant-table-body{height:0!important;flex-grow:1}.feed-binder .list-documents-section .list-documents-table.not-empty .ant-table-content .ant-table-scroll .ant-table-body .reviewed{color:green}.feed-binder .list-documents-section .list-documents-table.not-empty .ant-table-content .ant-table-scroll .ant-table-body .incomplete-action{color:red}.feed-binder .list-documents-section .list-documents-table.not-empty .ant-table-content .ant-table-scroll .ant-table-body .col-additional-info{font-size:12px;color:#9b9b9b}.feed-binder .list-documents-section .list-documents-table.not-empty .ant-table-content .ant-table-scroll .ant-table-body .col-additional-info-ellipsis,.feed-binder .service-categories-ellipsis{text-overflow:ellipsis;overflow:hidden}.feed-binder .additional-doc{display:flex;margin-top:10px;min-height:32px}.feed-binder .additional-doc .none-selected{color:#bfbfbf}.feed-binder .additional-doc-selection{margin-left:10px;margin-right:5px}.feed-binder .document-data{display:flex;margin-top:5px;font-weight:700}.feed-binder .document-data .doc_effective-date{width:87px}.feed-binder .doc-isreviewed{display:flex}.feed-binder .open-doc-btn{color:#4a7ddb}.feed-binder .documents-number{color:#1c9be5}.feed-binder .doc-actions{width:100%;display:flex;align-items:center;justify-content:center}.feed-binder .additional-documentation-number{cursor:pointer;text-decoration:underline}.feed-binder .documents-list.ant-drawer{overflow:hidden}.feed-binder .documents-list.ant-drawer .ant-drawer-body{height:100%;display:flex;flex-direction:column}.feed-binder .documents-list.ant-drawer .ant-drawer-body .require-additional-docs-table{flex-grow:1}.feed-binder .documents-list.ant-drawer .ant-table-wrapper{max-height:100%}.feed-binder .documents-list.ant-drawer .additional-documentation-header{display:flex;justify-content:space-between;margin-bottom:5px}.feed-binder .documents-list.ant-drawer .additional-documentation-header .additional-documentation__title{font-size:16px;font-weight:700}.feed-binder .documents-list.ant-drawer .filter-doc-table{display:flex}.feed-binder .documents-list.ant-drawer .filter-doc-table .filter-doc{margin-bottom:10px;display:flex;flex-direction:column}.feed-binder .documents-list.ant-drawer .filter-doc-table .filter-doc:not(:last-of-type){margin-right:10px}.feed-binder .documents-list.ant-drawer .filter-doc-table .filter-doc:not(:first-of-type){margin-left:10px}.feed-binder .documents-list .ant-drawer-body{padding:10px}.feed-binder .documents-list .additional-doc-actions{width:100%;display:flex}.feed-binder .documents-list .additional-doc-actions button{margin-left:auto;width:250px;margin-top:5px}.additional-doc-popover .ant-popover-inner-content{padding:0}.additional-doc-popover .ant-popover-inner-content .additional-doc-content{max-height:300px;overflow-y:auto;padding:10px;max-width:400px}.additional-doc-popover .ant-popover-inner-content .additional-doc-content .additional-doc-wrapper{display:flex;margin-bottom:5px}.additional-doc-popover .ant-popover-inner-content .additional-doc-content .additional-doc-wrapper .doc_effective-date{width:87px}.email-summary-tab{height:90%;overflow:auto}.email-summary-tab .ai-email__section{flex:0 0 100%;padding-right:10px;display:flex;flex-direction:column}.email-summary-tab .ai-email__section .ai-email__details{display:flex;align-items:center;margin-top:5px;margin-bottom:5px}.email-summary-tab .ai-email__section .ai-email__details .ai-email__label{width:60px;font-weight:600}.email-summary-tab .ai-email__section .ai-email__details .ai-email__content{display:flex;align-items:center;flex-wrap:wrap}.email-summary-tab .ai-email__section .ai-email__details .ai-email__content .content__name{flex:1 1 auto}.email-summary-tab .ai-email__section .ant-divider{margin:5px 0}.email-summary-tab .ai-email__section .email-body-wrapper{flex-grow:1}.email-summary-tab .ai-email__section .email-body-wrapper .email-body{width:100%;height:50px}.email-summary-tab .ai-email__section .email-body-wrapper .email-body img{width:auto!important;max-width:100%!important;height:auto!important}.threads-col{font-size:11px}.threads-col>span:not(:last-of-type){margin-right:5px}.threads-col-badge{position:relative}.threads-col-badge sup{background-color:#fff;color:#44444f;box-shadow:inset 0 0 0 1px #92929d;position:absolute;top:-7px;right:-10px;padding:3px 5px;border-radius:100px;line-height:10px}.threads-col-badge.no-thread svg,.threads-col-badge.no-thread svg path{fill:#92929d}.threads-col-badge.pending-threads svg,.threads-col-badge.pending-threads svg path{fill:#ffb000}.threads-col-badge.done-threads svg,.threads-col-badge.done-threads svg path{fill:#3dd598}.threads-col-icons{display:flex;align-items:center;justify-content:center}.threads-col-icons>span:not(:last-of-type){margin-right:15px}.threads-col-icons svg{width:24px;height:24px}.document-jobs-modal{width:80%!important}.document-jobs{overflow:hidden}.document-jobs .document-job-header{display:flex;margin-bottom:17px}.document-jobs .document-job-header button{margin-left:15px}.document-jobs .document-job-header .jobs-title{font-size:16px;font-weight:600}.document-jobs .job-section{display:flex;flex-wrap:wrap;min-height:300px;padding-top:4px}.document-jobs .job-section>div{margin-right:17px;border:1px solid #e8e8e8;border-radius:3px;margin-bottom:10px;width:calc(33.3% - 17px)}.document-jobs .job-section>div .job-details{padding:10px 15px;display:flex;justify-content:space-between}.document-jobs .job-section>div .job-details .job-binders{margin-left:25px}.document-jobs .job-section>div .job-details .job-checkbox-info span:last-child{color:rgba(0,0,0,.65)}.document-jobs .job-section>div .job-details .job-details__row{display:flex}.document-jobs .job-section>div .job-details .job-details__row .job-row__label{width:30%;text-align:right;margin-right:6px}.document-jobs .job-section>div .job-details .checkbox-require-docs-wrapper{margin-top:10px;margin-bottom:5px}.document-jobs .job-section>div .job-details .checkbox-require-docs-wrapper .conclusion-option{font-weight:700}.document-jobs .job-section>div .job-details .checkbox-require-docs-wrapper .additional-docs-count{display:block}.document-jobs .job-section>div .job-details .binders-wrapper{margin-top:10px}.document-jobs .job-section>div .regular-jobs{display:flex;flex-direction:column}.document-jobs .job-section>div .regular-jobs>div{padding:10px 15px;width:100%;display:flex;flex-direction:row;border-top:.5px solid #e8e8e8;align-items:center;font-weight:700;justify-content:space-between}.document-jobs .job-section>div .regular-jobs>div>div{display:flex}.document-jobs .job-section>div .regular-jobs>div>div a{font-weight:400}.document-jobs .job-section>div .regular-jobs>div>div:not(:last-of-type){padding-right:10px}.document-jobs .job-section>div .regular-jobs>div>div:not(:first-of-type){padding-left:10px}.document-jobs .job-section>div .regular-jobs>div>div.job-name{width:60%;display:flex;flex-direction:column}.document-jobs .job-section>div .regular-jobs>div>div.job-name>.project-name{color:#afafaf;font-weight:400}.thread_form-details ul{list-style:square}.thread_form-details ul li:not(:last-of-type){margin-bottom:15px}.thread_form-details .thread_form{display:flex;min-width:450px;flex-direction:row}.thread_form-details .thread_form.extended{min-width:550px}.thread_form-details .thread_form .thread_form_details,.thread_form-details .thread_form .thread_form_status{display:flex;flex-direction:column}.thread_form-details .thread_form .thread_form_details{flex:2 1}.thread_form-details .thread_form .thread_form_status{flex:1 1;margin-left:30px;display:flex;width:100%;text-align:right;max-width:100px}.thread_form-details .thread_form .thread_form_status.extended{max-width:250px}.user-roles-popover .ant-tooltip-inner{max-width:400px}.document-type--service-category{color:#dcdcdc!important;line-height:14px;font-size:smaller}.ant-tag.custom-tag{line-height:16px;font-size:12px;position:relative;bottom:2px}.selection__required:after{content:"*";position:absolute;color:red;right:-15px;top:5px}.doc-types-preference.select-document-type{width:350px}.doc-types-preference.add-preferred-form{display:flex;flex-direction:column;grid-row-gap:10px;row-gap:10px;margin-top:10px}.doc-types-preference.add-preferred-form-action{align-self:flex-end}.doc-types-preference .required-symbol{margin-left:5px}.doc-types-preference-wrapper{height:250px;margin-left:300px}.doc-types-preference-wrapper .doc-types-header{display:flex;align-items:center}.doc-types-preference-wrapper .doc-types-header .favorites-control{margin-left:10px}.doc-types-preference-wrapper .expected-doc-types-label{font-weight:700;margin-right:10px;font-size:1.05em}.doc-types-preference-wrapper .doc-types-preference-list-wrapper{display:flex;flex-direction:row;flex:1 1;height:100%}.doc-types-preference-wrapper .doc-types-preference-list-wrapper .ant-spin-container{height:250px}.doc-types-preference-wrapper .doc-types-preference-list-wrapper .pref-list-wrapper{display:flex;flex-direction:column;flex:1 1;background-color:#fff;margin-top:10px;margin-bottom:7px;height:100%}.doc-types-preference-wrapper .doc-types-preference-list-wrapper .pref-list-wrapper .no-pref-items{display:flex;flex-direction:row;flex:1 1;justify-content:center;align-items:center;font-weight:700;font-size:16px}.doc-types-preference-wrapper .doc-types-preference-list-wrapper .pref-list-wrapper .pref-item-wrapper.pref-header{font-weight:700}.doc-types-preference-wrapper .doc-types-preference-list-wrapper .pref-list-wrapper .pref-item-wrapper.pref-header .name-column{width:40%}.doc-types-preference-wrapper .doc-types-preference-list-wrapper .pref-list-wrapper .pref-item-wrapper.pref-header .expected-date-column{width:25%;text-align:center}.doc-types-preference-wrapper .doc-types-preference-list-wrapper .pref-list-wrapper .pref-item-wrapper.pref-header .status-column{width:15%;text-align:center}.doc-types-preference-wrapper .doc-types-preference-list-wrapper .pref-list-wrapper .pref-item-wrapper.pref-header .pref-action{width:3%}.doc-types-preference-wrapper .doc-types-preference-list-wrapper .pref-list-wrapper .pref-item-wrapper.pref-header .offset-column{width:10%;text-align:center}.doc-types-preference-wrapper .doc-types-preference-list-wrapper .pref-list-wrapper .pref-item-wrapper{display:flex;justify-content:space-between;padding:3px;align-items:center;border-bottom:1px solid #e8e8e8;margin-right:5px}.doc-types-preference-wrapper .doc-types-preference-list-wrapper .pref-list-wrapper .pref-item-wrapper .column{display:flex;align-items:center;justify-content:center}.doc-types-preference-wrapper .doc-types-preference-list-wrapper .pref-list-wrapper .pref-item-wrapper .column.name-column{width:40%;justify-content:flex-start}.doc-types-preference-wrapper .doc-types-preference-list-wrapper .pref-list-wrapper .pref-item-wrapper .column.expected-date-column{width:25%}.doc-types-preference-wrapper .doc-types-preference-list-wrapper .pref-list-wrapper .pref-item-wrapper .column.expected-date-column .no-date{font-style:italic}.doc-types-preference-wrapper .doc-types-preference-list-wrapper .pref-list-wrapper .pref-item-wrapper .column.expected-date-column .edit-actions{display:flex}.doc-types-preference-wrapper .doc-types-preference-list-wrapper .pref-list-wrapper .pref-item-wrapper .column.expected-date-column .edit-actions button{margin:0 2px}.doc-types-preference-wrapper .doc-types-preference-list-wrapper .pref-list-wrapper .pref-item-wrapper .column.offset-column{width:10%}.doc-types-preference-wrapper .doc-types-preference-list-wrapper .pref-list-wrapper .pref-item-wrapper .column.status-column{font-weight:700;width:15%}.doc-types-preference-wrapper .doc-types-preference-list-wrapper .pref-list-wrapper .pref-item-wrapper .column.status-column.provided{font-weight:700;color:#499625}.doc-types-preference-wrapper .doc-types-preference-list-wrapper .pref-list-wrapper .pref-item-wrapper .column.status-column.not-provided{font-weight:700;color:#d9534f}.doc-types-preference-wrapper .doc-types-preference-list-wrapper .pref-list-wrapper .pref-item-wrapper .column.calc-offset-label,.doc-types-preference-wrapper .doc-types-preference-list-wrapper .pref-list-wrapper .pref-item-wrapper .column .none-offset{color:#9e9e9e;font-style:italic;font-size:13px}.doc-types-preference-wrapper .doc-types-preference-list-wrapper .pref-list-wrapper .pref-item-wrapper .pref-action{margin-left:5px;min-width:45px}.supplemental-doc-wrapper{width:80%;height:100%}@media screen and (max-width:768px){.supplemental-doc-wrapper{width:98%}}.supplemental-doc-wrapper .supplemental-doc-action-wrapper{display:flex;justify-content:flex-end;justify-self:left;width:100%}.supplemental-doc-wrapper .supplemental-doc-action-wrapper .supplemental-doc-action-add{align-self:end}.supplemental-doc-wrapper .supplemental-doc-list-wrapper{display:flex;flex-direction:column;flex:1 1;height:100%;border:1.5px solid #d3d3d3;padding-left:3px;padding-right:3px;margin-bottom:3px}.supplemental-doc-wrapper .supplemental-doc-list-wrapper .supplemental-doc-list-header{display:flex;flex-direction:row;font-weight:700;border-bottom:1px solid #e8e8e8;margin-top:10px}.supplemental-doc-wrapper .supplemental-doc-list-wrapper .supplemental-doc-list-header .supplemental-header{padding-right:5px}.supplemental-doc-wrapper .supplemental-doc-list-wrapper .supplemental-doc-list-header .supplemental-header.name-column{width:350px;overflow:hidden;text-overflow:ellipsis;padding-left:10px}.supplemental-doc-wrapper .supplemental-doc-list-wrapper .supplemental-doc-list-header .supplemental-header.label-column{width:20%}.supplemental-doc-wrapper .supplemental-doc-list-wrapper .supplemental-doc-list-header .supplemental-header.measurements-column{width:150px;text-align:center}.supplemental-doc-wrapper .supplemental-doc-list-wrapper .supplemental-doc-list-header .supplemental-header.tags-column{width:180px;text-align:center}.supplemental-doc-wrapper .supplemental-doc-list-wrapper .supplemental-doc-list-header .supplemental-header.description-column{width:20%}.supplemental-doc-wrapper .supplemental-doc-list-wrapper .supplemental-doc-list-header .supplemental-header.action-column{width:10%;min-width:150px}.supplemental-doc-wrapper .supplemental-doc-list-wrapper .supplemental-doc-list-content{display:flex;flex-direction:column;flex:1 1}.supplemental-doc-wrapper .supplemental-doc-list-wrapper .supplemental-doc-list-content .supplemental-doc-list-item{display:flex;flex-direction:row;flex:1 1;border-bottom:1px solid #e8e8e8}.supplemental-doc-wrapper .supplemental-doc-list-wrapper .supplemental-doc-list-content .supplemental-doc-list-item.supplemental-doc-list-item-last-of-type{border-bottom:none}.supplemental-doc-wrapper .supplemental-doc-list-wrapper .supplemental-doc-list-content .supplemental-doc-list-item .item{display:flex;flex-direction:column;justify-content:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:5px}.supplemental-doc-wrapper .supplemental-doc-list-wrapper .supplemental-doc-list-content .supplemental-doc-list-item .item.name-column{width:350px;flex-direction:row;align-items:center;justify-content:flex-start}.supplemental-doc-wrapper .supplemental-doc-list-wrapper .supplemental-doc-list-content .supplemental-doc-list-item .item.name-column span{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis}.supplemental-doc-wrapper .supplemental-doc-list-wrapper .supplemental-doc-list-content .supplemental-doc-list-item .item.name-column .preview-button{padding-right:3px;padding-left:3px;width:24px}.supplemental-doc-wrapper .supplemental-doc-list-wrapper .supplemental-doc-list-content .supplemental-doc-list-item .item.label-column{width:20%}.supplemental-doc-wrapper .supplemental-doc-list-wrapper .supplemental-doc-list-content .supplemental-doc-list-item .item.label-column span{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis}.supplemental-doc-wrapper .supplemental-doc-list-wrapper .supplemental-doc-list-content .supplemental-doc-list-item .item.measurements-column{width:150px;text-align:center}.supplemental-doc-wrapper .supplemental-doc-list-wrapper .supplemental-doc-list-content .supplemental-doc-list-item .item.tags-column{width:180px;text-align:center}.supplemental-doc-wrapper .supplemental-doc-list-wrapper .supplemental-doc-list-content .supplemental-doc-list-item .item.description-column{width:20%}.supplemental-doc-wrapper .supplemental-doc-list-wrapper .supplemental-doc-list-content .supplemental-doc-list-item .item.description-column span{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis}.supplemental-doc-wrapper .supplemental-doc-list-wrapper .supplemental-doc-list-content .supplemental-doc-list-item .item.action-column{width:10%;min-width:150px;display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.supplemental-doc-wrapper .supplemental-doc-list-wrapper .supplemental-doc-list-content .supplemental-doc-list-item .custom-bullet-item{position:relative;padding-left:10px}.supplemental-doc-wrapper .supplemental-doc-list-wrapper .supplemental-doc-list-content .supplemental-doc-list-item .custom-bullet-item:before{content:"\2022";position:absolute;left:0;color:#333}.edit-supplemental-modal{width:50%!important;height:85vh}.edit-supplemental-modal .ant-modal-content{height:100%}.edit-supplemental-modal .ant-modal-content .ant-modal-body{height:calc(85vh - 135px);position:relative!important}.edit-supplemental-modal .ant-modal-content .ant-modal-body .ant-spin-container{overflow:hidden!important}.add-supplemental-modal{width:min(max(50vw,650px),800px)!important}.add-supplemental-document-picker-wrapper{display:flex;justify-content:center;align-items:center;margin-bottom:20px}.edit-supplemental-wrapper{display:flex;flex-direction:column;width:100%;height:100%}.edit-supplemental-wrapper .center{display:flex;justify-content:center;align-items:center}.edit-supplemental-wrapper .document-picker-buttons{display:flex;flex-direction:row;justify-content:center;grid-gap:10px;gap:10px}.edit-supplemental-wrapper .file_name{font-weight:700;margin-bottom:10px}.edit-supplemental-wrapper .form__row{display:flex;flex-direction:row;align-items:center;margin-bottom:10px}.edit-supplemental-wrapper .form__row .label__name{width:150px;font-weight:400;text-align:right;margin-right:10px}.edit-supplemental-wrapper .form__row .label__name.supplemental-description{align-self:self-start}.edit-supplemental-wrapper .form__row .form__control{flex-grow:1}.pricing-feature-content{height:100%}.display-pricing-features .ant-modal{width:85%!important;top:75px!important}.display-pricing-features .ant-modal .ant-modal-content{height:80vh}.display-pricing-features .ant-modal .ant-modal-content .ant-modal-body{height:calc(100% - 60px)}.display-pricing-features .ant-modal .ant-modal-content .ant-modal-body th.ant-table-row-cell-last{text-align:right}.display-pricing-features .ant-modal .ant-modal-content .ant-modal-body .ant-table-body{overflow:auto!important}.display-pricing-features .group-actions{text-align:right}.display-pricing-features .advanced-data-extraction-header{height:50px;display:flex;justify-content:flex-end;position:relative}.display-pricing-features .advanced-data-extraction-header .priority-changed-actions{margin-right:auto}.display-pricing-features .advanced-data-extraction-header .priority-changed-actions button{margin-left:10px}.display-pricing-features .edit-form .ant-form-item-required:before,.display-pricing-features .reorder-row:before{display:inline-block;margin-right:4px;color:#f5222d;font-size:14px;font-family:SimSun,sans-serif;line-height:1;content:"*"}.pricing-catalog-item{height:calc(100vh - 285px);margin:auto;padding:0;display:flex;flex-direction:row}.pricing-catalog-item .pricing-catalog-item_name label{display:flex}.pricing-catalog-item .pricing-catalog-item_name .associations-btn{position:absolute;padding:0;right:0}.pricing-catalog-item .pricing-catalog-item_name .associations-btn .association-icon{width:20px;vertical-align:middle;margin-right:5px;fill:#4daaff}.pricing-catalog-item .item-header{width:100%;padding:5px 0 5px 10px;margin:0 5px}.pricing-catalog-item .item-header .ant-form{margin-top:0!important}.pricing-catalog-item .item-header.small{width:40%}.pricing-catalog-item .item-header .ant-spin-nested-loading,.pricing-catalog-item .item-header .ant-spin-nested-loading .ant-spin-container{height:100%}.pricing-catalog-item .item-features{margin:10px 5px;border-left:.5px solid #d8d8d8;width:60%;padding:5px 0 0 20px}.pricing-catalog-item .item-features ul{list-style:none;width:100%;margin:0;padding:5px 0}.pricing-catalog-item .item-features ul li{width:100%}.pricing-catalog-item .item-features ul li h4{letter-spacing:1px}.pricing-catalog-item .item-features ul li h5{letter-spacing:.2px}.pricing-catalog-item .item-features ul li.features-group>h4{padding:15px 10px;border:.5px solid #bed657;border-radius:10px}.pricing-catalog-item .item-features ul.features{width:100%;padding:5px 0;margin:0 20px 0 0}.pricing-catalog-item .item-features ul.features li{display:flex;flex-direction:row;width:100%;align-items:center;padding:5px}.pricing-catalog-item .item-features ul.features li:nth-child(odd){background:#fbfbfb}.pricing-catalog-item .item-features ul.features li:hover{background-color:#f3f3f3}.pricing-catalog-item .item-features ul.features li .ant-spin-nested-loading{margin-left:auto}.pricing-catalog-item .item-features ul.features li .feature-value-input{width:200px}.pricing-catalog-item .item-features ul.features li .feature-value-input input{text-align:right;padding-right:25px}.pricing-catalog-item .ant-form{margin-right:20px}.pricing-catalog-item .ant-form-item{margin-bottom:10px}.pricing-catalog-form-actions{margin-top:10px;padding-top:5px;border-top:1px solid #e7e7e7;display:flex}.pricing-catalog-form-actions button{margin-right:10px}.pricing-catalog-list .ant-table td{vertical-align:top}.pricing-catalog-list .ant-table:not(.ant-table-empty) .ant-table-content .ant-table-scroll>.ant-table-body{height:calc(100vh - 327px)}.pricing-catalog-list .ant-table .catalog-item-name{font-weight:700}.pricing-catalog-list .ant-table .catalog-item-description{display:block;font-size:12px}.pricing-catalog-list .feature-group-total-value{display:inline-block;width:100%;text-align:right;color:#000;font-weight:700}.asset-associations{width:100%;display:flex;flex-direction:column}.asset-associations_toolbar{margin-bottom:10px;display:flex;align-items:center}.asset-associations_toolbar-site{margin-left:10px;width:400px}.asset-associations_toolbar-search{width:300px;margin-left:10px}.asset-associations .item-asset-associations:not(.toggle-associations) .ant-table-selection-column .ant-checkbox-wrapper,.asset-associations .item-asset-associations:not(.toggle-associations) .ant-table-selection-column .ant-table-selection{display:none}.asset-associations .item-asset-associations:not(.toggle-associations) .ant-table:not(.ant-table-empty) .ant-table-body{height:calc(100vh - 370px)}.asset-associations .item-asset-associations.toggle-associations .ant-table .ant-table-column-title .ant-table-selection{display:none}.asset-associations .item-asset-associations.toggle-associations .ant-table:not(.ant-table-empty) .ant-table-body{height:calc(100vh - 440px)}.asset-associations .toggle-associations-actions{margin-top:10px;display:flex;justify-content:flex-end}.asset-associations>.ant-spin-nested-loading{width:calc(100% - 800px)}.asset-associations>.ant-spin-nested-loading .ant-spin-container{height:100%}.asset-view{max-height:600px;padding-left:10px}.asset-view h5{border-bottom:1px solid #dedede;padding:11.5px}.asset-view .asset-prop{width:100%;padding:5px 0 5px 10px;display:flex;align-items:flex-start}.asset-view .asset-prop-name{font-weight:400;display:inline-block;width:200px;text-align:right;flex-grow:0;flex-shrink:0;padding-right:10px}.asset-view .asset-prop-value{font-weight:600;display:flex;align-content:flex-start;flex-wrap:wrap;flex-shrink:0}.asset-view .asset-view-actions{display:flex;justify-content:flex-end;margin-top:20px}.pricing-catalog-filter{display:flex}.pricing-catalog-filter .attributes-filter{width:calc(100% - 300px);display:flex;margin-top:7px}.pricing-catalog-filter .attributes-filter .filter-popover-trigger{cursor:pointer;font-size:18px;color:#6fa3ca}.pricing-catalog-filter .attributes-filter-tags{margin-left:10px}.pricing-catalog-filter .attributes-filter-tags .ant-tag{margin-bottom:1px}.pricing-catalog-table-setup,.pricing-catalog-table-setup .visible-features-selector{width:100%}.site-region-modifier-wrapper{height:calc(80vh - 170px)}.site-region-modifier-wrapper .region-modifiers-table,.site-region-modifier-wrapper .region-modifiers-table .ant-spin-nested-loading,.site-region-modifier-wrapper .region-modifiers-table .ant-spin-nested-loading .ant-spin-container,.site-region-modifier-wrapper .region-modifiers-table .ant-spin-nested-loading .ant-spin-container .ant-table,.site-region-modifier-wrapper .region-modifiers-table .ant-spin-nested-loading .ant-spin-container .ant-table .ant-table-content{height:100%}.site-region-modifier-wrapper .region-modifiers-table .ant-spin-nested-loading .ant-spin-container .ant-table .ant-table-content .ant-table-scroll{height:100%;overflow:hidden}.site-region-modifier-wrapper .region-modifiers-table .ant-spin-nested-loading .ant-spin-container .ant-table .ant-table-content .ant-table-scroll .ant-table-body{height:auto;overflow:hidden}.site-region-modifier-wrapper .region-modifiers-table .ant-spin-nested-loading .ant-spin-container .ant-table .ant-table-content .ant-table-scroll .ant-table-body .ant-tag{overflow:hidden;white-space:nowrap;max-width:100%;text-overflow:ellipsis}.site-region-modifier-wrapper .region-modifiers-table.not-empty .ant-table-content .ant-table-scroll{display:flex!important;flex-direction:column!important}.site-region-modifier-wrapper .region-modifiers-table.not-empty .ant-table-content .ant-table-scroll .ant-table-header{flex:0 0 auto}.site-region-modifier-wrapper .region-modifiers-table.not-empty .ant-table-content .ant-table-scroll .ant-table-body{height:0!important;flex-grow:1;overflow-y:auto!important}.site-region-modifier-wrapper .site-region-modifier-drawer .ant-drawer-wrapper-body{display:flex;flex-direction:column}.site-region-modifier-wrapper .site-region-modifier-drawer .ant-drawer-wrapper-body .ant-drawer-body{flex:1 1;display:flex;flex-direction:column;justify-content:space-between;padding:10px 7px 7px 24px}.site-region-modifier-wrapper .site-region-modifier-drawer .site-region-details,.site-region-modifier-wrapper .site-region-modifier-drawer .site-region-details .region-item{display:flex;margin-right:7px;margin-bottom:7px;flex-direction:column}.site-region-modifier-wrapper .site-region-modifier-drawer .site-region-details .region-item .region-item__label{margin-right:7px;width:80px;font-weight:700}.site-region-modifier-wrapper .site-region-modifier-drawer .site-region-details .region-item .region-select-wrapper{flex:1 1}.site-region-modifier-wrapper .site-region-modifier-drawer .site-region-footer{margin-top:7px;display:flex;justify-content:end}.site-region-modifier-wrapper .site-region-modifier-drawer .site-region-footer .cancel-button{margin-right:7px}.attributes-filter-setup{width:500px}.attributes-filter-setup,.attributes-filter-setup .item{display:flex;flex-direction:column}.attributes-filter-setup .item:not(:first-of-type){margin-top:10px}.attributes-filter-setup .item-label{font-weight:700}.custom-model-setup-drawer .ant-drawer-header{height:80px}.custom-model-setup-drawer .ant-drawer-body{height:calc(100% - 80px);padding-right:0}.custom-model-setup{width:100%;height:100%}.custom-model-setup-not-draggable{cursor:auto!important}.custom-model-setup .model-actions{display:flex;justify-content:flex-end;margin-top:10px}.custom-model-setup .model-actions :not(:first-of-type){margin-left:10px}.sorting-table tr.drop-over-downward td{border-bottom:3px dashed #0062ff}.sorting-table tr.drop-over-upward td{border-top:3px dashed #0062ff}.asset-management{background-color:#fff;height:calc(100vh - 80px)}.asset-management .asset-management__title{font-size:18px;font-weight:700;margin-bottom:7px;margin-top:7px}.asset-management .asset-management__filter{display:flex;margin-bottom:7px}.asset-management .asset-management__filter .filter-item-wrapper{display:flex;align-items:center;margin-right:7px;flex:1 1;flex-wrap:wrap}.asset-management .asset-management__filter .filter-item-wrapper .filter__label{font-weight:700;margin-right:7px}.asset-management .asset-management__filter .filter-item-wrapper .filter__item{flex:1 1}.asset-management .asset-management__filter .filter-item-wrapper .filter__item .ant-select{width:100%}.asset-management .asset-management__filter .filter-item-wrapper .filter__item .ant-select .ant-select-selection-selected-value{max-width:315px}.asset-management .assets-management-table .asset-active{color:#5cb85c}.asset-management .assets-management-table .asset-inactive{color:#d9534f}.asset-management .assets-management-table .asset-actions-col{display:flex;justify-content:end}.asset-management .assets-management-table .asset-actions-col button{margin-right:3px}.asset-management .assets-management-table .generic-sub-type{color:#a9a9a9}.asset-edit-modal{width:80%!important;height:85vh}.asset-edit-modal .ant-modal-content{height:100%}.asset-edit-modal .ant-modal-content .ant-modal-body{height:calc(85vh - 135px);position:relative!important}.asset-edit-modal .ant-modal-content .ant-modal-body .ant-spin-container{overflow:hidden!important}.asset-edit-modal .ant-modal-content .ant-modal-body .ant-spin-container .change-association-drawer .ant-drawer-content-wrapper .ant-drawer-content .ant-drawer-body{padding:15px}.asset-edit-modal .ant-modal-content .ant-modal-body .ant-spin-container .change-association-drawer .search-filter{position:relative;height:calc(85vh - 215px)}.asset-edit-modal .ant-modal-content .ant-modal-body .ant-spin-container .change-association-drawer .search-filter .pricing-catalog-filter{margin-bottom:15px;display:flex;align-items:center}.asset-edit-modal .ant-modal-content .ant-modal-body .ant-spin-container .change-association-drawer .search-filter .pricing-catalog-filter .page-title{font-size:18px;font-weight:700}.asset-edit-modal .ant-modal-content .ant-modal-body .ant-spin-container .change-association-drawer .search-filter .pricing-catalog-list{padding:15px;border:1px solid rgba(0,0,0,.25);border-radius:15px;height:calc(85vh - 260px)}.asset-edit-modal .ant-modal-content .ant-modal-body .ant-spin-container .change-association-drawer .search-filter .pricing-catalog-list .pricing-catalog-selectable{flex-direction:row;display:flex;padding:15px 5px}.asset-edit-modal .ant-modal-content .ant-modal-body .ant-spin-container .change-association-drawer .search-filter .pricing-catalog-list .pricing-catalog-selectable.pricing-catalog-selected{background-color:#ecf5ff}.asset-edit-modal .ant-modal-content .ant-modal-body .ant-spin-container .change-association-drawer .search-filter .pricing-catalog-list .pricing-catalog-selectable:not(:last-of-type){border-bottom:1px solid rgba(0,0,0,.25)}.asset-edit-modal .ant-modal-content .ant-modal-body .ant-spin-container .change-association-drawer .search-filter .pricing-catalog-list .pricing-catalog-selectable span:nth-of-type(2){width:calc(100% - 15px);display:flex}.asset-edit-modal .ant-modal-content .ant-modal-body .ant-spin-container .change-association-drawer .search-filter .pricing-catalog-list .ant-radio{width:15px;height:15px;margin-right:15px}.asset-edit-modal .ant-modal-content .ant-modal-body .ant-spin-container .change-association-drawer .search-filter .pricing-catalog-list .pricing-catalog{width:100%;display:flex;flex-direction:column}.asset-edit-modal .ant-modal-content .ant-modal-body .ant-spin-container .change-association-drawer .search-filter .pricing-catalog-list .pricing-catalog .title{font-weight:600;font-size:14px}.asset-edit-modal .ant-modal-content .ant-modal-body .ant-spin-container .change-association-drawer .search-filter .pricing-catalog-list .pricing-catalog .description{color:#969696;font-size:12px;white-space:break-spaces;font-weight:300}.asset-edit-modal .ant-modal-content .ant-modal-body .ant-spin-container .change-association-drawer .search-filter .pricing-catalog-list .pricing-catalog .details{width:100%;display:flex;flex-direction:row}.asset-edit-modal .ant-modal-content .ant-modal-body .ant-spin-container .change-association-drawer .search-filter .pricing-catalog-list .pricing-catalog .details .attributes{width:40%}.asset-edit-modal .ant-modal-content .ant-modal-body .ant-spin-container .change-association-drawer .search-filter .pricing-catalog-list .pricing-catalog .details .attributes:nth-of-type(2){width:59%}.asset-edit-modal .ant-modal-content .ant-modal-body .ant-spin-container .change-association-drawer .search-filter .pricing-catalog-list .pricing-catalog .details .attributes .attribute{width:100%;display:flex;flex-direction:row;font-size:11px}.asset-edit-modal .ant-modal-content .ant-modal-body .ant-spin-container .change-association-drawer .search-filter .pricing-catalog-list .pricing-catalog .details .attributes .attribute .attribute-label{width:150px;color:#969696;text-align:right;white-space:break-spaces}.asset-edit-modal .ant-modal-content .ant-modal-body .ant-spin-container .change-association-drawer .search-filter .pricing-catalog-list .pricing-catalog .details .attributes .attribute .value{width:calc(100% - 160px);margin-left:5px;white-space:break-spaces}.asset-edit-modal .ant-modal-content .ant-modal-body .ant-spin-container .change-association-drawer .search-filter .pricing-catalog-list .pricing-catalog .details .attributes .attribute .value-undefined{font-style:italic;color:#c8c8c8!important}.asset-edit-modal .asset-details-wrapper{height:calc(85vh - 180px);overflow-y:auto;overflow-x:hidden}.asset-edit-modal .asset-details{display:flex}.asset-edit-modal .asset-details .asset-fields-wrapper{display:flex;flex-direction:column;flex:1 1 50%;margin-right:5px;min-width:0}.asset-edit-modal .asset-details .has-attributes .asset-item-wrapper .asset-item .ant-select .ant-select-selection-selected-value{max-width:310px}.asset-edit-modal .asset-details .attribute-definitions-wrapper{display:flex;flex-direction:column;flex:1 1 50%;margin-left:5px}.asset-edit-modal .asset-details .attribute-definitions-wrapper .asset-item-wrapper{padding-right:15px}.asset-edit-modal .asset-details .attribute-definitions-wrapper .asset-item-wrapper .asset-item-label{width:230px}.asset-edit-modal .asset-details .asset-item-wrapper{display:flex;align-items:center;margin-top:5px;margin-bottom:5px}.asset-edit-modal .asset-details .asset-item-wrapper .asset-item-label{width:140px;text-align:right;margin-right:7px}.asset-edit-modal .asset-details .asset-item-wrapper .asset-item-label .required-symbol{color:#d9534f}.asset-edit-modal .asset-details .asset-item-wrapper .asset-item{flex:1 1 auto;position:relative}.asset-edit-modal .asset-details .asset-item-wrapper .asset-item .associations-btn{margin-left:auto;padding-right:0}.asset-edit-modal .asset-details .asset-item-wrapper .asset-item .associations-btn .association-icon{width:20px;vertical-align:middle;margin-right:5px;fill:#4daaff}.asset-edit-modal .asset-details .asset-item-wrapper .asset-item .ant-select{width:100%}.asset-edit-modal .asset-details .asset-item-wrapper .asset-item .asset-item__info{margin-left:5px;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:700}.asset-edit-modal .asset-details .asset-item-wrapper .asset-item .asset-item-error-info{color:#d9534f;margin-left:5px;font-size:12px}.asset-edit-modal .asset-details .asset-item-wrapper .price-catalog-wrapper{display:flex;justify-content:space-between;align-items:center;width:calc(100% - 180px)}.asset-edit-modal .asset-details .asset-item-wrapper .asset-item-attribute-delete{width:24px}.asset-edit-modal .asset-details .ant-radio-group{width:100%}.asset-type-setup-modal{width:80%!important;height:85vh!important}.asset-type-setup-modal .ant-modal-content{height:100%}.asset-type-setup-modal .ant-modal-content .ant-modal-body{height:calc(100% - 60px)}.asset-type-setup-modal .ant-modal-content .ant-tabs-content{height:calc(85vh - 200px)!important}.asset-type-setup-modal .priority-changed-actions{text-align:right}.asset-type-setup-modal .priority-changed-actions button{margin-left:15px}.asset-type-setup-modal .asset-type-setup{width:100%;display:flex;min-height:calc(85vh - 250px);justify-content:space-evenly}.asset-type-setup-modal .asset-type-setup .attribute-types-wrapper{flex-direction:column;flex:1 1;margin-right:5px;max-width:200px;border-radius:20px;background:#fff}.asset-type-setup-modal .asset-type-setup .attribute-definition-wrapper,.asset-type-setup-modal .asset-type-setup .attribute-types-wrapper{display:flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;box-shadow:0 12px 24px 0 rgba(23,23,37,.1);padding:20px 10px}.asset-type-setup-modal .asset-type-setup .attribute-definition-wrapper{flex-direction:column;flex:2 1;max-width:67%;margin-left:5px;border-radius:20px;background-color:#fff!important;border:none!important;min-height:35vh;max-height:calc(85vh - 210px)}.asset-type-setup-modal .asset-type-setup .attribute-definition-wrapper .min{max-height:calc(85vh - 265px)}.asset-type-setup-modal .asset-type-setup .attribute-definition-wrapper .attribute-definition{position:relative;display:flex;padding:5px 15px}.asset-type-setup-modal .asset-type-setup .attribute-definition-wrapper .attribute-definition:hover{border-radius:20px;box-shadow:0 12px 24px 0 rgba(23,23,37,.1);background:#fff;padding:10px 15px}.asset-type-setup-modal .asset-type-setup .attribute-definition-wrapper .attribute-definition .resource-actions{position:absolute}.asset-type-setup-modal .asset-type-setup .attribute-definition-wrapper .attribute-definition .resource-item-label{margin-left:50px;display:flex;flex-direction:column;align-items:flex-end;justify-content:center;text-align:right;width:200px;margin-right:7px}.asset-type-setup-modal .asset-type-setup .attribute-definition-wrapper .attribute-definition .resource-item-label .required-symbol{color:#d9534f}.asset-type-setup-modal .asset-type-setup .attribute-definition-wrapper .attribute-definition .resource-item-label .pricing-catalog{text-align:right;color:rgba(0,0,0,.25);font-size:smaller}.asset-type-setup-modal .asset-type-setup .attribute-definition-wrapper .attribute-definition .resource-item{flex:1 1 auto;position:relative;display:flex;align-items:center}.asset-type-setup-modal .asset-type-setup .attribute-definition-wrapper .attribute-definition .resource-item .ant-select{width:100%}.asset-type-setup-modal .asset-type-setup .attribute-definition-wrapper .attribute-definition .resource-item .asset-item__info{margin-left:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:700;max-width:365px}.asset-type-setup-modal .asset-type-setup .attribute-definition-wrapper .attribute-definition .resource-item .asset-item-error-info{color:#d9534f;margin-left:5px;font-size:12px}.asset-type-setup-modal .asset-type-setup .attribute-definition-wrapper .attribute-definition .resource-flags{display:flex;align-items:center;width:200px;margin-left:7px}.asset-type-setup-modal .lookups-tab{display:flex}.asset-type-setup-modal .lookups-tab .lookups-wrapper{margin-right:4px}.asset-type-setup-modal .lookups-tab .lookups-wrapper .lookups-table .ant-table-header-column{width:100%}.asset-type-setup-modal .lookups-tab .lookups-wrapper .lookups-table .selected-lookup-row{background-color:#f2f2f2}.asset-type-setup-modal .lookups-tab .lookup-values-wrapper{margin-left:4px}.asset-type-setup-modal .lookups-tab .lookup-values-wrapper .lookup-values-table .ant-table-header-column{width:100%}.asset-type-setup-modal .lookups-tab .lookup-values-wrapper .lookup-values-table tr.drop-over-downward td{border-bottom:2px dashed #1890ff}.asset-type-setup-modal .lookups-tab .lookup-values-wrapper .lookup-values-table tr.drop-over-upward td{border-top:2px dashed #1890ff}.asset-type-setup-modal .lookups-tab .lookup-name-col{display:flex;justify-content:space-between}.asset-type-setup-modal .lookups-tab .lookup-item .item-label{font-size:15px}.asset-type-setup-modal .lookups-tab .lookup-item .item-label .required-symbol{color:#d9534f}.asset-type-setup-modal .lookups-tab .lookup-drawer-footer{display:flex;justify-content:flex-end;margin-top:10px}.asset-type-setup-modal .lookups-tab .actions-col{width:50px;display:flex;justify-content:flex-end}.asset-type-setup-modal .lookups-tab .has-data .ant-table-body{height:calc(85vh - 246px);overflow-y:auto!important}.asset-type-setup-modal .lookups-tab .ant-table-placeholder{height:calc(85vh - 246px)}.attribute-type-generic{margin:10px;padding:5px 15px;background:#fff}.attribute-type-generic:hover{background:#5fc35f;color:#fff;padding:10px 15px;border-radius:20px;box-shadow:0 6px 12px 0 rgba(23,23,37,.1)}.attribute-type-generic span{margin-left:15px}.my-tasks-wrapper{background-color:#fff;height:calc(100vh - 80px);position:relative;margin-left:-15px;margin-right:-15px}.my-tasks-wrapper .documents-list-wrapper{height:100%;margin:0 4px;padding:0 0 4px}.my-tasks-wrapper .documents-list-wrapper .ant-tabs{height:100%}.my-tasks-wrapper .documents-list-wrapper .ant-tabs .ant-tabs-content{height:calc(100% - 50px)}.my-tasks-wrapper .smart-docs-tabs{height:100%}.my-tasks-wrapper .smart-docs-tabs .ant-tabs-top-bar{margin-bottom:0;padding-left:15px}.my-tasks-wrapper .smart-docs-tabs .ant-tabs-content{height:calc(100% - 45px)}.my-tasks-wrapper .smart-docs-tabs .ant-tabs-tabpane-active{overflow:auto}.my-tasks-wrapper .tasks-table-wrapper{margin:10px}.my-tasks-wrapper .tasks-table-wrapper .tasks-table .doc-actions{display:flex}.mobile-workforce-dashboard{width:100%;height:calc(100vh - 140px);margin-top:-10px}.mobile-workforce-dashboard h4{margin:8px 0;font-weight:500}.mobile-workforce-dashboard .site-notes-widget{margin-left:10px;display:flex;flex-direction:column}.mobile-workforce-dashboard .site-notes-widget .site-notes{display:flex;flex:1 1}.mobile-workforce-dashboard .site-notes-widget .site-notes-toolbar{display:flex;border-bottom:1px solid #b9b9b9;padding:6px 0;justify-content:flex-end;align-items:center}.mobile-workforce-dashboard .site-notes-widget .site-notes-toolbar-site{width:225px;margin-right:10px}.mobile-workforce-dashboard .site-notes-widget .site-notes-toolbar-date{width:110px}.mobile-workforce-dashboard .site-notes-widget .site-notes-toolbar-date:not(:last-of-type){margin-right:10px}.mobile-workforce-dashboard .site-notes-widget .site-notes-header{margin-bottom:0;margin-top:0;margin-right:auto}.mobile-workforce-dashboard .site-notes-widget .site-notes-header span{font-weight:400;font-size:13px;color:#b9b9b9;letter-spacing:.2px}.mobile-workforce-dashboard .site-notes-widget .site-notes .ant-spin-nested-loading{width:100%}.mobile-workforce-dashboard .site-notes-widget .site-notes .ant-spin-nested-loading .ant-spin-container{height:100%}.mobile-workforce-dashboard .site-notes-widget .site-notes .ant-spin-nested-loading .ant-spin-container .note-wrapper{border-bottom:1px solid #b9b9b9;display:flex;flex-direction:column;margin-right:11px;padding:5px 0}.mobile-workforce-dashboard .site-notes-widget .site-notes .ant-spin-nested-loading .ant-spin-container .note-wrapper .site-note{font-size:13px}.mobile-workforce-dashboard .site-notes-widget .site-notes .ant-spin-nested-loading .ant-spin-container .note-wrapper .note-info{font-size:12px;color:#777}.mobile-workforce-dashboard .site-notes-widget .site-notes .ant-spin-nested-loading .ant-spin-container .note-wrapper .note-status{font-size:13px;color:#777}.mobile-workforce-dashboard .site-notes-widget .site-notes .ant-spin-nested-loading .ant-spin-container .note-wrapper .note-status .ant-btn{height:auto;width:auto;line-height:normal;margin-left:5px}.mobile-workforce-dashboard .site-notes-widget .site-notes .ant-spin-nested-loading .ant-spin-container .note-wrapper .note-status .ant-btn.details{padding:0;vertical-align:middle}.mobile-workforce-dashboard .site-notes-widget .site-notes .ant-spin-nested-loading .ant-spin-container .note-wrapper .note-status .ant-btn.details svg path{fill:#777}.mobile-workforce-dashboard .site-notes-widget .site-notes .ant-spin-nested-loading .ant-spin-container .note-wrapper .note-content{font-size:13px;font-weight:700}.mobile-workforce-dashboard .site-notes-widget .site-notes .ant-spin-nested-loading .ant-spin-container .note-wrapper .note-content .line-clamp{-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:3;overflow:hidden;margin-bottom:0}.mobile-workforce-dashboard .inspection-metrics,.mobile-workforce-dashboard .site-inspections-summary,.mobile-workforce-dashboard .widget{height:50%;padding:5px 10px;margin-left:-5px;margin-right:-5px;background:#fff;border-radius:10px;border:1px solid #e8e8e8}.mobile-workforce-dashboard .inspection-metrics:not(:last-of-type),.mobile-workforce-dashboard .site-inspections-summary:not(:last-of-type),.mobile-workforce-dashboard .widget:not(:last-of-type){margin-bottom:10px}.mobile-workforce-dashboard .inspection-metrics .metrics,.mobile-workforce-dashboard .site-inspections-summary .metrics,.mobile-workforce-dashboard .widget .metrics{display:flex;flex-direction:column;width:100%;height:100%}.mobile-workforce-dashboard .inspection-metrics .metrics .inspection-metric,.mobile-workforce-dashboard .site-inspections-summary .metrics .inspection-metric,.mobile-workforce-dashboard .widget .metrics .inspection-metric{width:100%;display:flex}.mobile-workforce-dashboard .inspection-metrics .metrics .inspection-metric_value,.mobile-workforce-dashboard .site-inspections-summary .metrics .inspection-metric_value,.mobile-workforce-dashboard .widget .metrics .inspection-metric_value{font-weight:600;margin-left:5px}.mass-review-step .sites-jobs-scroll-eta-status>div:first-child .mobile-workforce-dashboard .inspection-metrics .site-name,.mass-review-step .sites-jobs-scroll-eta-status>div:first-child .mobile-workforce-dashboard .site-inspections-summary .site-name,.mass-review-step .sites-jobs-scroll-eta-status>div:first-child .mobile-workforce-dashboard .widget .site-name,.mass-review-step .sites-jobs-scroll-new-eta>div:first-child .mobile-workforce-dashboard .inspection-metrics .site-name,.mass-review-step .sites-jobs-scroll-new-eta>div:first-child .mobile-workforce-dashboard .site-inspections-summary .site-name,.mass-review-step .sites-jobs-scroll-new-eta>div:first-child .mobile-workforce-dashboard .widget .site-name,.mass-review-step .sites-jobs-scroll-status>div:first-child .mobile-workforce-dashboard .inspection-metrics .site-name,.mass-review-step .sites-jobs-scroll-status>div:first-child .mobile-workforce-dashboard .site-inspections-summary .site-name,.mass-review-step .sites-jobs-scroll-status>div:first-child .mobile-workforce-dashboard .widget .site-name,.mobile-workforce-dashboard .inspection-metrics .mass-review-step .sites-jobs-scroll-eta-status>div:first-child .site-name,.mobile-workforce-dashboard .inspection-metrics .mass-review-step .sites-jobs-scroll-new-eta>div:first-child .site-name,.mobile-workforce-dashboard .inspection-metrics .mass-review-step .sites-jobs-scroll-status>div:first-child .site-name,.mobile-workforce-dashboard .inspection-metrics .site-name,.mobile-workforce-dashboard .site-inspections-summary .mass-review-step .sites-jobs-scroll-eta-status>div:first-child .site-name,.mobile-workforce-dashboard .site-inspections-summary .mass-review-step .sites-jobs-scroll-new-eta>div:first-child .site-name,.mobile-workforce-dashboard .site-inspections-summary .mass-review-step .sites-jobs-scroll-status>div:first-child .site-name,.mobile-workforce-dashboard .site-inspections-summary .site-name,.mobile-workforce-dashboard .widget .mass-review-step .sites-jobs-scroll-eta-status>div:first-child .site-name,.mobile-workforce-dashboard .widget .mass-review-step .sites-jobs-scroll-new-eta>div:first-child .site-name,.mobile-workforce-dashboard .widget .mass-review-step .sites-jobs-scroll-status>div:first-child .site-name,.mobile-workforce-dashboard .widget .site-name{font-weight:600}.mass-review-step .sites-jobs-scroll-eta-status>div:first-child .mobile-workforce-dashboard .inspection-metrics .site-name a,.mass-review-step .sites-jobs-scroll-eta-status>div:first-child .mobile-workforce-dashboard .site-inspections-summary .site-name a,.mass-review-step .sites-jobs-scroll-eta-status>div:first-child .mobile-workforce-dashboard .widget .site-name a,.mass-review-step .sites-jobs-scroll-new-eta>div:first-child .mobile-workforce-dashboard .inspection-metrics .site-name a,.mass-review-step .sites-jobs-scroll-new-eta>div:first-child .mobile-workforce-dashboard .site-inspections-summary .site-name a,.mass-review-step .sites-jobs-scroll-new-eta>div:first-child .mobile-workforce-dashboard .widget .site-name a,.mass-review-step .sites-jobs-scroll-status>div:first-child .mobile-workforce-dashboard .inspection-metrics .site-name a,.mass-review-step .sites-jobs-scroll-status>div:first-child .mobile-workforce-dashboard .site-inspections-summary .site-name a,.mass-review-step .sites-jobs-scroll-status>div:first-child .mobile-workforce-dashboard .widget .site-name a,.mobile-workforce-dashboard .inspection-metrics .mass-review-step .sites-jobs-scroll-eta-status>div:first-child .site-name a,.mobile-workforce-dashboard .inspection-metrics .mass-review-step .sites-jobs-scroll-new-eta>div:first-child .site-name a,.mobile-workforce-dashboard .inspection-metrics .mass-review-step .sites-jobs-scroll-status>div:first-child .site-name a,.mobile-workforce-dashboard .inspection-metrics .site-name a,.mobile-workforce-dashboard .site-inspections-summary .mass-review-step .sites-jobs-scroll-eta-status>div:first-child .site-name a,.mobile-workforce-dashboard .site-inspections-summary .mass-review-step .sites-jobs-scroll-new-eta>div:first-child .site-name a,.mobile-workforce-dashboard .site-inspections-summary .mass-review-step .sites-jobs-scroll-status>div:first-child .site-name a,.mobile-workforce-dashboard .site-inspections-summary .site-name a,.mobile-workforce-dashboard .widget .mass-review-step .sites-jobs-scroll-eta-status>div:first-child .site-name a,.mobile-workforce-dashboard .widget .mass-review-step .sites-jobs-scroll-new-eta>div:first-child .site-name a,.mobile-workforce-dashboard .widget .mass-review-step .sites-jobs-scroll-status>div:first-child .site-name a,.mobile-workforce-dashboard .widget .site-name a{padding-right:0}.mobile-workforce-dashboard .inspection-metrics .current-month,.mobile-workforce-dashboard .site-inspections-summary .current-month,.mobile-workforce-dashboard .widget .current-month{font-weight:600;color:#96ab3a}.mobile-workforce-dashboard .inspection-metrics-table .ant-table-bordered .ant-table-tbody>tr>td,.mobile-workforce-dashboard .inspection-metrics-table .ant-table-bordered .ant-table-thead>tr>th,.mobile-workforce-dashboard .inspection-metrics-table .ant-table-small.ant-table-bordered .ant-table-fixed-left .ant-table-tbody>tr>td:last-child,.mobile-workforce-dashboard .inspection-metrics-table .ant-table-small.ant-table-bordered .ant-table-fixed-left .ant-table-thead>tr>th:last-child,.mobile-workforce-dashboard .site-inspections-summary-table .ant-table-bordered .ant-table-tbody>tr>td,.mobile-workforce-dashboard .site-inspections-summary-table .ant-table-bordered .ant-table-thead>tr>th,.mobile-workforce-dashboard .site-inspections-summary-table .ant-table-small.ant-table-bordered .ant-table-fixed-left .ant-table-tbody>tr>td:last-child,.mobile-workforce-dashboard .site-inspections-summary-table .ant-table-small.ant-table-bordered .ant-table-fixed-left .ant-table-thead>tr>th:last-child,.mobile-workforce-dashboard .widget-table .ant-table-bordered .ant-table-tbody>tr>td,.mobile-workforce-dashboard .widget-table .ant-table-bordered .ant-table-thead>tr>th,.mobile-workforce-dashboard .widget-table .ant-table-small.ant-table-bordered .ant-table-fixed-left .ant-table-tbody>tr>td:last-child,.mobile-workforce-dashboard .widget-table .ant-table-small.ant-table-bordered .ant-table-fixed-left .ant-table-thead>tr>th:last-child{border-right-color:#b9b9b9}.mobile-workforce-dashboard .inspection-metrics-table .ant-table td,.mobile-workforce-dashboard .site-inspections-summary-table .ant-table td,.mobile-workforce-dashboard .widget-table .ant-table td{white-space:nowrap}.mobile-workforce-dashboard .inspection-metrics-table .ant-table.ant-table-empty .ant-table-placeholder,.mobile-workforce-dashboard .inspection-metrics-table .ant-table:not(.ant-table-empty) .ant-table-body,.mobile-workforce-dashboard .site-inspections-summary-table .ant-table.ant-table-empty .ant-table-placeholder,.mobile-workforce-dashboard .site-inspections-summary-table .ant-table:not(.ant-table-empty) .ant-table-body,.mobile-workforce-dashboard .widget-table .ant-table.ant-table-empty .ant-table-placeholder,.mobile-workforce-dashboard .widget-table .ant-table:not(.ant-table-empty) .ant-table-body{height:calc(50vh - 165px)}.mobile-workforce-dashboard .inspection-metrics-table .ant-table .ant-table-thead tr,.mobile-workforce-dashboard .site-inspections-summary-table .ant-table .ant-table-thead tr,.mobile-workforce-dashboard .widget-table .ant-table .ant-table-thead tr{background:#f5f5f5}.mobile-workforce-dashboard .inspection-metrics-table .ant-table .ant-table-tbody td,.mobile-workforce-dashboard .inspection-metrics-table .ant-table .ant-table-thead tr th,.mobile-workforce-dashboard .site-inspections-summary-table .ant-table .ant-table-tbody td,.mobile-workforce-dashboard .site-inspections-summary-table .ant-table .ant-table-thead tr th,.mobile-workforce-dashboard .widget-table .ant-table .ant-table-tbody td,.mobile-workforce-dashboard .widget-table .ant-table .ant-table-thead tr th{border-bottom-color:#b9b9b9}.mobile-workforce-dashboard .inspection-metrics-table .ant-table .ant-table-tbody td.empty,.mobile-workforce-dashboard .site-inspections-summary-table .ant-table .ant-table-tbody td.empty,.mobile-workforce-dashboard .widget-table .ant-table .ant-table-tbody td.empty{background:#fafafa}.mobile-workforce-dashboard .inspection-metrics-table .ant-table .ant-table-tbody td.no-entry,.mobile-workforce-dashboard .site-inspections-summary-table .ant-table .ant-table-tbody td.no-entry,.mobile-workforce-dashboard .widget-table .ant-table .ant-table-tbody td.no-entry{color:#d3d3d3}.note-content-tooltip.ant-tooltip{max-width:600px}.note-content-tooltip.ant-tooltip .ant-tooltip-content .ant-tooltip-inner{overflow-x:hidden;overflow-y:auto;max-height:450px}.workbook-dashboard-wrapper .workbook-dashboard-table .ant-table-body{min-height:calc(99vh - 200px)}.workbook-dashboard-wrapper .workbook-dashboard-empty-table .ant-table-body{display:none}.workbook-dashboard-wrapper .workbook-dashboard-empty-table .ant-table-placeholder{min-height:calc(99vh - 200px)}.thread-forms{width:400px;height:500px;display:flex;justify-content:space-between;flex-direction:column}.thread-forms .thread-forms__header{display:flex;flex-direction:column;align-items:center;margin-bottom:10px;border-bottom:1px solid #c5cae9;padding-bottom:5px}.thread-forms .thread-forms__header .title{font-size:17px}.thread-forms .thread-forms__header .job-name{font-size:15px;color:#9b9b9b}.thread-forms .thread-forms__header .vendor-name{font-size:15px;font-weight:700}.thread-forms .thread-forms__content{flex:1 1}.thread-forms .thread-forms__content .form-item-wrapper{margin-top:13px;margin-bottom:5px;display:flex;align-items:center}.thread-forms .thread-forms__content .form-item-wrapper .form-item__name{flex:1 1;margin-left:7px;margin-right:7px;cursor:pointer}.thread-forms .thread-forms__footer{display:flex;justify-content:center}.thread-forms .thread-forms__footer button{margin:0 7px}.thread-form-assets-wrapper{width:400px;height:500px;display:flex;justify-content:space-between;flex-direction:column}.thread-form-assets-wrapper .assets__header{display:flex;flex-direction:column;align-items:center;margin-bottom:10px;border-bottom:1px solid #c5cae9;padding-bottom:5px}.thread-form-assets-wrapper .assets__header .form-name{font-size:17px}.thread-form-assets-wrapper .assets__header .job-name{font-size:15px;color:#9b9b9b}.thread-form-assets-wrapper .assets__header .vendor-name{font-size:15px;font-weight:700}.thread-form-assets-wrapper .assets__header .actions-wrapper{display:flex;width:100%;justify-content:end}.thread-form-assets-wrapper .assets__content{flex:1 1}.thread-form-assets-wrapper .assets__content .asset-item-gray{background-color:#f4f4f4}.thread-form-assets-wrapper .assets__content .asset-item-wrapper{padding:5px;display:flex;align-items:center}.thread-form-assets-wrapper .assets__content .asset-item-wrapper .asset__checkbox{width:54px}.thread-form-assets-wrapper .assets__content .asset-item-wrapper .asset__name{flex:1 1;cursor:pointer}.thread-form-assets-wrapper .assets__content .asset-item-wrapper .asset__last{width:77px}.thread-form-assets-wrapper .assets__content .asset-item-wrapper .asset-not-active{text-decoration:line-through}.thread-form-assets-wrapper .assets__footer{display:flex;justify-content:center;margin-top:7px}.thread-form-assets-wrapper .assets__footer button{margin:0 7px}.work-request-item{display:flex;height:20px}.work-request-item .item__label{width:55px;text-align:right;margin-right:5px}.assets-setup-wrapper .assets__content .asset-item-wrapper .asset__sn{flex:1 1}.assets-setup-wrapper .assets__content .asset-item-wrapper .asset__active{width:36px;justify-content:center;display:flex}.asset-details-wrapper .assets__header .asset-details-title{font-size:16px;font-weight:700}.asset-details-wrapper .assets__content .ant-spin-nested-loading,.asset-details-wrapper .assets__content .ant-spin-nested-loading .ant-spin-container{height:100%}.asset-details-wrapper .assets__content .asset-details-form-item{margin-bottom:14px}.asset-details-wrapper .assets__content .asset-details-form-item .form-item__invalid{color:#fc5a5a}.asset-details-wrapper .ant-select{width:100%}.ai-doc-email-popover{width:700px;height:600px}.ai-doc-email-popover .ant-result-title{font-size:22px}.ai-doc-email-popover .ant-result-title .warn-cloud-link{font-size:22px;padding-left:0;padding-right:0}.ai-doc-email-popover.auto{height:auto}.ai-doc-email-popover .ant-popover-content,.ai-doc-email-popover .ant-popover-content .ant-popover-inner,.ai-doc-email-popover .ant-popover-content .ant-popover-inner>div,.ai-doc-email-popover .ant-popover-content .ant-popover-inner>div .ant-popover-inner-content,.ai-doc-email-popover .ant-popover-content .ant-popover-inner>div .ant-popover-inner-content .email-summary-tab{height:100%}.search-info{margin-top:50px}.search-info-icon{font-size:47px!important;color:#1890ff!important;display:block!important;margin-bottom:20px!important}.search-info-title{font-size:19px;text-align:center}.help-modal{width:600px!important}.help-modal .ant-modal-body{height:500px;padding-right:10px}.help-modal .help-wrapper{padding-right:15px}.help-modal .help-wrapper .help__item{display:flex;align-items:center;margin-bottom:10px}.help-modal .help-wrapper .help__item .help__label{width:105px;font-size:15px}.help-modal .help-wrapper .help__item .required{color:#d9534f}.help-modal .help-wrapper .help__item .help__control{flex:1 1;min-width:100px}.help-modal .help-wrapper .help__item .help__control .help-sites-dropdown{width:100%}.help-modal .help-wrapper .pictures-label{margin-bottom:5px}.help-modal .help-wrapper .pictures-wrapper .ant-upload-drag-icon{margin-bottom:0}.help-modal .help-wrapper .pictures-wrapper .warning-pictures-limit{color:#f0ad4e}.file-import-modal .ant-modal{width:99%!important}.file-import-modal .file-import-header{display:flex;flex-direction:row;font-size:13px;width:calc(100% - 40px)}.file-import-modal .file-import-header .smart-docs-location{display:flex;flex-direction:row;align-items:center}.file-import-modal .file-import-header__label{text-decoration:none;text-transform:capitalize;color:grey;text-align:right;width:155px;white-space:nowrap}.file-import-modal .file-import-header__value{max-width:900px;margin-left:10px;text-overflow:ellipsis;text-wrap:nowrap;overflow:hidden;text-transform:none}.file-import-modal .file-import-header__button{height:auto}.file-import-modal .file-import-header__button span{font-size:13px;font-weight:500;text-decoration:underline}.file-import-modal .file-import-header__loader{margin-left:25px}.file-import-modal .file-import-header>div{display:flex;flex-direction:column}.file-import-modal .file-import-header>div.pull-right{margin-left:auto}.file-import-modal .file-import-header>div>div,.file-import-steps-action{display:flex;flex-direction:row}.file-import-steps-action{margin-top:24px;align-items:center}.import-summary{list-style:none;margin:0;padding:20px}.import-summary>li{padding:5px 0}.import-summary>li.level-2{margin-left:40px;list-style:disc}.import-summary>li.level-3{margin-left:60px;list-style:circle}.import-summary .import-prop{font-weight:400;font-size:13px}.import-summary .import-value{font-weight:500;margin-left:5px}.import-summary .import-value-error{color:red}.table-fileName{display:flex;flex-direction:column}.table-fileName>span{overflow:hidden;text-overflow:ellipsis}.table-fileName>span:not(:first-of-type){color:#9b9b9b;font-style:italic}.file-import-steps-content{margin-top:16px;border:1px solid #e9e9e9;border-radius:6px;background-color:#fff;height:calc(100vh - 350px);text-align:left;padding:15px 10px}.file-import-steps-content .step-destination{display:flex;flex-direction:row}.file-import-steps-content td.column-specific-data{background-color:#c0e3c5}.file-import-steps-content th.column-specific-data{background-color:#7baf94!important}.file-import-steps-content .ant-list.keywords{width:900px}.file-import-steps-content .ant-list.keywords .ant-spin-container{max-height:calc(100vh - 435px);overflow:auto}.file-import-steps-content .ant-list.keywords .ant-list-header{background-color:#f5f5f5}.file-import-steps-content .ant-list.keywords .ant-list-header .keyword,.file-import-steps-content .ant-list.keywords .ant-spin-container .keyword{display:flex;flex-direction:row;align-items:center}.file-import-steps-content .ant-list.keywords .ant-list-header .keyword-value,.file-import-steps-content .ant-list.keywords .ant-spin-container .keyword-value{font-weight:700;width:calc(50% - 10px);margin-right:10px;text-align:right;display:flex;flex-direction:column}.file-import-steps-content .ant-list.keywords .ant-list-header .keyword-alt,.file-import-steps-content .ant-list.keywords .ant-list-header .keyword-alt-selector,.file-import-steps-content .ant-list.keywords .ant-spin-container .keyword-alt,.file-import-steps-content .ant-list.keywords .ant-spin-container .keyword-alt-selector{width:50%;display:flex;flex-direction:column}.file-import-steps-content .ant-list.keywords .ant-list-header .keyword-asset-site,.file-import-steps-content .ant-list.keywords .ant-spin-container .keyword-asset-site{font-size:12px;font-weight:400}.file-import-steps-content .ant-list.keywords .ant-list-header .keyword-tag,.file-import-steps-content .ant-list.keywords .ant-spin-container .keyword-tag{border:.5px solid grey;padding:2px 4px;border-radius:10px}.import-cs-drawer{position:absolute!important;height:97%!important}.import-cs,.import-cs-summary{display:flex;flex-direction:column}.import-cs-summary{overflow:auto}.import-cs-summary .import-summary{padding:0}.import-cs-summary .import-summary li{padding:2px 0}.import-cs-actions{margin-top:15px;display:flex;justify-content:flex-end}.import-cs-actions>*{margin-left:10px}.filename-keyword-pattern{letter-spacing:1.1px}.filename-keyword-pattern-label{letter-spacing:1.1px;vertical-align:bottom;margin-left:10px}.parametric-lab-results-avg{display:flex;flex-direction:column;width:100%}.parametric-lab-results-avg>div{display:flex;flex-direction:row}.parametric-lab-results-avg>div>span:first-of-type{min-width:320px;text-align:right;margin-right:10px}.parametric-lab-results-avg>div.separator{width:100%;margin:10px 0}.normalized-file-import-table th.normalized-data-group{background-color:#e9e9e9!important}.normalized-file-import-table th.normalized-data-group:not(:last-of-type){border-right:1px solid #cdcdcd}.normalized-file-import-table .two-line-info{display:flex;flex-direction:column}.normalized-file-import-table .two-line-info span.additional-info{font-size:12px;color:grey;font-style:italic}.strong{font-weight:700}.multi-label{font-style:italic}.smart-docs-location-setup .form__row{align-items:center;display:flex;margin:10px 0}.smart-docs-location-setup .label__name{flex:0 0 140px;font-weight:700;flex-direction:column;justify-content:flex-end;align-items:flex-end;display:flex;margin-right:10px;text-align:right}.smart-docs-location-setup .label__name-required{flex-direction:row}.smart-docs-location-setup .label__name-required:before{content:"*";color:red;margin-right:5px;top:-5px}.smart-docs-location-setup .form__control{flex-grow:1}.smart-docs-location-setup .ant-modal{width:700px!important}.smart-docs-location-setup .ant-modal .ant-modal-body>div>div:first-of-type{position:relative!important}.classification-tooltip-info{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.ant-popover-inner-content .classification-tooltip{display:flex;flex-direction:column;grid-gap:10px;gap:10px;justify-content:flex-start}.ant-popover-inner-content .classification-tooltip div{display:flex;flex-direction:row;align-items:center}.ant-popover-inner-content .classification-tooltip__label{text-align:right;width:100px;white-space:nowrap}.ant-popover-inner-content .classification-tooltip__value{max-width:900px;margin-left:10px;text-overflow:ellipsis;text-wrap:nowrap;overflow:hidden;text-transform:none}.scheduled-list-wrapper{border:1px solid #dcdcdc;padding:5px 0;margin:10px;border-radius:5px;display:flex;flex-direction:column;flex-grow:1}.scheduled-list-wrapper .ant-tabs{height:100%}.scheduled-list-wrapper .ant-tabs .ant-tabs-content{height:calc(100% - 50px)}.document-tab-spinner-wrapper{display:flex;flex-direction:column;flex:1 1;height:100%}.document-tab-spinner-wrapper>.ant-spin-container{display:flex;flex:1 1}.schedule-tab{display:flex;flex-direction:column;flex-grow:1}.schedule-tab .filter-wrapper{display:flex;align-items:end}.schedule-tab .filter-wrapper .filter-item{display:flex;flex-direction:column;margin-right:10px;grid-gap:10px;gap:10px}.schedule-tab .filter-wrapper .filter-item .filter-item__label{font-weight:700;margin-right:5px}.schedule-tab .filter-wrapper .filter-item .filter-item__control .ant-select{width:100%}.schedule-tab .filter-wrapper .filter-item .filter-item__control .ant-select-selection-selected-value .document-type__service-category{display:none}.schedule-tab .filter-wrapper .filter-item .filter-active{-webkit-filter:invert(42%) sepia(77%) saturate(3229%) hue-rotate(197deg) brightness(107%) contrast(105%);filter:invert(42%) sepia(77%) saturate(3229%) hue-rotate(197deg) brightness(107%) contrast(105%)}.schedule-tab .filter-wrapper .filter-item .measurements-filter-button{display:flex!important;align-items:center}.schedule-tab .filter-wrapper .filter-item .measurements-filter-button:hover .icon{-webkit-filter:invert(42%) sepia(77%) saturate(3229%) hue-rotate(197deg) brightness(107%) contrast(105%);filter:invert(42%) sepia(77%) saturate(3229%) hue-rotate(197deg) brightness(107%) contrast(105%)}.schedule-tab .filter-wrapper .filter-item .measurements-filter{display:flex;flex-direction:row}.schedule-tab .filter-wrapper .filter-item-date{display:flex;align-items:center}.schedule-tab .filter-wrapper .filter-item-date .item-date__label{margin-right:5px;margin-left:5px;font-weight:700}.schedule-tab .filter-wrapper .search-action{margin-left:5px}.schedule-tab .filter-wrapper .add-document .ant-btn{font-weight:700}.schedule-tab .table-wrapper{flex-grow:1;padding-top:3px}.schedule-tab .table-wrapper .list-documents-table{height:100%}.schedule-tab .table-wrapper .list-documents-table.with-pagination{height:calc(100% - 40px)}.schedule-tab .table-wrapper .list-documents-table.with-pagination .ant-pagination{margin:8px 0}.schedule-tab .table-wrapper .list-documents-table .ant-spin-nested-loading,.schedule-tab .table-wrapper .list-documents-table .ant-spin-nested-loading .ant-spin-container,.schedule-tab .table-wrapper .list-documents-table .ant-spin-nested-loading .ant-spin-container .ant-table,.schedule-tab .table-wrapper .list-documents-table .ant-spin-nested-loading .ant-spin-container .ant-table .ant-table-content{height:100%}.schedule-tab .table-wrapper .list-documents-table .ant-spin-nested-loading .ant-spin-container .ant-table .ant-table-content .ant-table-scroll{height:100%;overflow:hidden}.schedule-tab .table-wrapper .list-documents-table .ant-spin-nested-loading .ant-spin-container .ant-table .ant-table-content .ant-table-scroll .ant-table-body{height:auto;overflow:hidden}.schedule-tab .table-wrapper .list-documents-table .ant-spin-nested-loading .ant-spin-container .ant-table .ant-table-content .ant-table-scroll .ant-table-body .ant-tag{overflow:hidden;white-space:nowrap;max-width:100%;text-overflow:ellipsis}.schedule-tab .table-wrapper .list-documents-table .document-row{cursor:default}.schedule-tab .table-wrapper .list-documents-table.not-empty .ant-table-content .ant-table-scroll{display:flex!important;flex-direction:column!important}.schedule-tab .table-wrapper .list-documents-table.not-empty .ant-table-content .ant-table-scroll .ant-table-header{flex:0 0 auto}.schedule-tab .table-wrapper .list-documents-table.not-empty .ant-table-content .ant-table-scroll .ant-table-body{height:0!important;flex-grow:1}.schedule-tab .table-wrapper .list-documents-table.not-empty .ant-table-content .ant-table-scroll .ant-table-body .reviewed{color:green}.schedule-tab .table-wrapper .list-documents-table.not-empty .ant-table-content .ant-table-scroll .ant-table-body .incomplete-action{color:red}.schedule-tab .table-wrapper .list-documents-table.not-empty .ant-table-content .ant-table-scroll .ant-table-body .col-additional-info{font-size:12px;color:#9b9b9b}.schedule-tab .table-wrapper .list-documents-table.not-empty .ant-table-content .ant-table-scroll .ant-table-body .col-additional-info-ellipsis{text-overflow:ellipsis;overflow:hidden}.schedule-tab .table-wrapper .list-documents-table.not-empty .ant-table-content .ant-table-scroll .ant-table-body .expectation-not-required{color:#ffb000}.schedule-tab .table-wrapper .list-documents-table.not-empty .ant-table-content .ant-table-scroll .ant-table-body .status-summary{display:inline-block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.schedule-tab .table-wrapper .list-documents-table.not-empty .ant-table-content .ant-table-scroll .ant-table-body .status-summary .status{display:block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.schedule-tab .table-wrapper .list-documents-table.not-empty .ant-table-content .ant-table-scroll .ant-table-body .status-summary .compliant-status{font-size:11px;font-weight:700;display:inline-block}.schedule-tab .table-wrapper .list-documents-table.not-empty .ant-table-content .ant-table-scroll .ant-table-body .status-summary .compliant-status .compliant{color:green}.schedule-tab .table-wrapper .list-documents-table.not-empty .ant-table-content .ant-table-scroll .ant-table-body .status-summary .compliant-status .non-compliant{color:red}.schedule-tab .table-wrapper .list-documents-table .date-tooltip-info{display:flex;align-items:center}.schedule-tab .custom-tag{line-height:16px;font-size:12px;position:relative;bottom:2px}.expectation-not-required{color:#ffb000}.expectation-missing{color:#fc5a5a}.view-filter-modal .actions{margin-top:20px}.expectation-tooltip-wrapper{max-width:500px!important;color:#fff}.expectation-tooltip-wrapper .compliance-summary{font-size:smaller;font-weight:700}.expectation-tooltip-wrapper .compliance-summary .compliant{color:#90ee90}.expectation-tooltip-wrapper .compliance-summary .non-compliant{color:red}.expectation-tooltip-wrapper .compliance-summary .compliance-range{color:#ff0}.add-expectation-modal .ant-modal-content{height:100%}.add-expectation-modal .ant-modal-content .ant-modal-body .ant-spin-container{overflow:hidden!important}.upload-document .ant-upload-list-item-name{max-width:350px;text-overflow:ellipsis!important;white-space:nowrap;text-wrap:nowrap!important}.add-expectation-wrapper .expectation-item-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;margin:10px 0}.add-expectation-wrapper .expectation-item-wrapper .expectation-item-label{width:180px;text-align:right;margin-right:7px}.add-expectation-wrapper .expectation-item-wrapper .expectation-item-label .required-symbol{color:#fc5a5a}.add-expectation-wrapper .expectation-item-wrapper .expectation-item{flex:1 1 auto;position:relative}.add-expectation-wrapper .expectation-item-wrapper .expectation-item .child-form-field{padding-top:6px;padding-left:50px;position:relative}.add-expectation-wrapper .expectation-item-wrapper .expectation-item .child-form-field:before{position:absolute;left:25px;content:"\A";border-bottom:1px solid #ccc;border-left:1px solid #ccc;border-bottom-left-radius:10px;height:15px;width:20px;top:5px}.add-expectation-wrapper .expectation-item-wrapper .expectation-item .ant-select{width:100%}.add-expectation-wrapper .expectation-item-wrapper .expectation-item.custom-date{display:flex;grid-gap:20px;gap:20px}.add-expectation-wrapper .expectation-item-wrapper .expectation-item.custom-date .ant-select{width:60%}.add-expectation-wrapper .expectation-item-wrapper .expectation-item .upload-document{display:flex;align-items:center}.add-expectation-wrapper .expectation-item-wrapper .expectation-item .upload-document .ant-upload-list{margin-left:15px}.add-expectation-wrapper .expectation-item-wrapper .expectation-item .upload-document .ant-upload-list-item-info i.anticon-paper-clip{display:none}.add-expectation-wrapper .expectation-item-wrapper .expectation-item .upload-document .ant-upload-list-text{margin-left:0;width:100%;overflow:hidden;text-overflow:ellipsis}.add-expectation-wrapper .expectation-item-wrapper .expectation-item .upload-document .ant-upload-list-item-name{max-width:575px!important;text-overflow:ellipsis!important;overflow-wrap:normal!important;padding-left:15px;padding-right:0;text-decoration:underline;color:#1c9be5}.add-expectation-wrapper .expectation-item-wrapper .expectation-item .no-records{color:#fc5a5a}.tag-link{color:red;cursor:pointer!important;text-decoration:underline}.modal-document-name{margin-left:5px;display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:700;max-width:500px}.update-tag.form__row{align-items:center;display:flex;margin:10px 0}.update-tag.form__row .label__name{flex:1 0 150px;font-weight:700;flex-direction:column;justify-content:flex-end;align-items:flex-end;display:flex;margin-right:10px;text-align:right}.update-tag.form__row .form__control{flex-grow:1}.delete-disabled{color:#9b9b9b!important}.doc-type-provided{color:#2f855a}.doc-type-expected{color:#e53e3e}.count-blue{color:#0062ff;font-weight:700}.count-green{color:#3dd598;font-weight:700}.count-red{color:#fc5a5a;font-weight:700}.additional-doc-popover-content{padding:12px;max-width:730px;max-height:333px;overflow-y:auto}.additional-doc-popover-content h5{margin:0 0 8px;font-size:15px;font-weight:600;border-bottom:1px solid #eee;padding-bottom:4px}.doc-type-list,.documents-list{list-style:none;margin:8px 0 12px;padding:0}.doc-type-list li,.documents-list li{position:relative;margin-bottom:4px;padding-left:1.2em}.doc-type-list li{display:flex;align-items:center}.doc-type-list li:before,.documents-list li:before{content:"\2022";position:absolute;left:0;color:currentColor;font-size:12px;line-height:1}.recurrence{font-style:italic;color:#718096;margin-left:.25em}.additional-doc-row .doc-name{font-weight:700}.additional-doc-row .doc-name:before{content:"\2022";padding-right:10px;left:10px}.additional-doc-row .document-data{padding-left:40px;font-weight:400}.ai-fed-documents-table-title{display:flex;align-items:flex-end;flex-direction:row}.ai-fed-documents-table-title .filter-option:not(:last-child){margin-right:10px}.ai-fed-documents-table .ant-table-row.selected{background-color:#e9e9e9}.ai-fed-documents-table.full-height-table .ant-table-body{height:calc(100vh - 290px)}.ai-fed-documents-table .ant-table-placeholder{height:calc(100vh - 290px);padding-top:30%}.ai-fed-documents-table-wrapper{width:850px;height:100%}.add-ai-fed-document-modal .ant-modal-title span.subtitle{font-size:.8em}.ai-fed-document-viewer-wrapper{width:calc(100% - 850px);height:100%}.ai-fed-document-viewer-wrapper .ant-spin-spinning{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.ai-fed-document-viewer-wrapper .ant-spin-nested-loading,.ai-fed-document-viewer-wrapper .ant-spin-nested-loading .ant-spin-container{height:100%}.ai-fed-document-viewer-wrapper .web-viewer-wrapper{height:100%!important}.ai-fed-document-viewer-wrapper .web-viewer-wrapper .webViewer{margin:0;box-shadow:none}.docType-selector.double-line .ant-select-selection.ant-select-selection--single{height:64px}.document-picker{display:flex;flex-direction:row}.document-picker .ai-chip-icon.doc-status{fill:rgba(0,0,0,.45)}.document-picker .edit__preview-button{margin-left:-7px;cursor:pointer}.document-picker .edit__preview-button i{margin-top:3px}.document-picker .edit__preview-button i svg{width:24px;height:24px}.document-picker .edit__remove-button{cursor:pointer;margin-right:7px}.document-picker .edit__remove-button i{color:#d9534f;margin-top:3px}.document-picker .edit__remove-button i svg{width:24px;height:24px}.document-picker .anticon.doc-status{color:grey}.document-picker .document-picker-button:not(:last-child){margin-right:10px}.document-picker .picked-document-wrapper{display:flex;align-items:center}.document-picker .picked-document-wrapper .anticon{font-size:19px;margin-right:15px;color:rgba(0,0,0,.45)}.document-picker .picked-document-wrapper .picked-document{font-size:16px;cursor:zoom-in;max-width:560px;text-overflow:ellipsis;white-space:nowrap;text-wrap:nowrap;overflow:hidden;display:inline-block;color:rgba(0,0,0,.65)}.legionella-dashboard,.legionella-dashboard .filter-wrapper{display:flex;flex-direction:column}.legionella-dashboard .filter-wrapper .filter-date-range{display:flex;justify-content:end;margin-bottom:5px}.legionella-dashboard .filter-wrapper .filter-available-options{display:flex}.legionella-dashboard .filter-wrapper .measurements-options-filter,.legionella-dashboard .filter-wrapper .site-assets-filter{display:flex;flex:1 1}.legionella-dashboard .filter-wrapper .filter-item{display:flex;align-items:center;margin-right:7px;flex:1 1}.legionella-dashboard .filter-wrapper .filter-item .filter-item__control.ant-select{width:100%!important}.legionella-dashboard .filter-wrapper .filter-item-size{flex:1 1}.legionella-dashboard .filter-wrapper .filter-option-size{flex:0 1 35%}.legionella-dashboard .filter-wrapper .filter-item-date{display:flex;align-items:center}.legionella-dashboard .filter-wrapper .filter-item-date .item-date__label{margin-right:5px}.legionella-dashboard .filter-wrapper .filter-actions{display:flex;margin-left:5px;margin-right:5px;align-items:center}.legionella-dashboard .grid-separator{border-left:1px solid #e8e8e8;margin-right:5px}.legionella-dashboard .graph-wrapper{display:flex;flex:1 1;margin-top:7px;margin-bottom:7px}.legionella-dashboard .graph-wrapper .graph-metrics-wrapper{display:flex;flex-direction:row;flex:1 1}.legionella-dashboard .graph-wrapper .graph-metrics-wrapper .graph-list-wrapper.site-assets-wrapper{flex:1 1}.legionella-dashboard .graph-wrapper .graph-metrics-wrapper .graph-list-wrapper{display:flex;flex-direction:column;flex:1 1;background-color:#fff;margin-bottom:7px}.legionella-dashboard .graph-wrapper .graph-metrics-wrapper .graph-list-wrapper .no-graph-items{display:flex;flex-direction:row;flex:1 1;justify-content:center;align-items:center;font-weight:700;font-size:16px}.legionella-dashboard .graph-wrapper .graph-metrics-wrapper .graph-list-wrapper .graph-item-wrapper.graph-header{font-weight:700}.legionella-dashboard .graph-wrapper .graph-metrics-wrapper .graph-list-wrapper .graph-item-wrapper{display:flex;justify-content:space-between;padding:7px;align-items:center;border-bottom:1px solid #e8e8e8;margin-right:5px}.legionella-dashboard .graph-wrapper .graph-metrics-wrapper .graph-list-wrapper .graph-item-wrapper .name-column{width:25%;display:flex;align-items:center;justify-content:space-between}.legionella-dashboard .graph-wrapper .graph-metrics-wrapper .graph-list-wrapper .graph-item-wrapper .name-column .edit-favorite-actions{display:flex}.legionella-dashboard .graph-wrapper .graph-metrics-wrapper .graph-list-wrapper .graph-item-wrapper .name-column .edit-favorite-actions button{margin:0 2px}.legionella-dashboard .graph-wrapper .graph-metrics-wrapper .graph-list-wrapper .graph-item-wrapper .details-column{font-weight:700;width:25%;text-align:center}.legionella-dashboard .graph-wrapper .graph-metrics-wrapper .graph-list-wrapper .graph-item-wrapper .measurements-name,.legionella-dashboard .graph-wrapper .graph-metrics-wrapper .graph-list-wrapper .graph-item-wrapper .option-name{color:#9e9e9e;width:20%}.legionella-dashboard .graph-wrapper .graph-metrics-wrapper .graph-list-wrapper .graph-item-wrapper .graph-action{margin-left:5px;min-width:45px}.legionella-dashboard .graph-wrapper .graph-metrics-wrapper .graph-metrics-footer{display:flex;justify-content:end;margin-right:5px}.legionella-dashboard .graph-chart-wrapper{flex:1 1;background-color:#fff;margin-left:7px}.legionella-dashboard .graph-chart-wrapper .ant-spin-nested-loading,.legionella-dashboard .graph-chart-wrapper .ant-spin-nested-loading .ant-spin-container{height:100%}.legionella-dashboard .graph-chart-wrapper .metrics-wrapper{position:absolute;bottom:20px;right:30px;z-index:1}.legionella-dashboard .graph-chart-wrapper .metrics-wrapper .measurements-button{margin-left:7px}.legionella-dashboard .chart-tooltip-wrapper{position:absolute;border:1px solid #e3e3e3;border-radius:5px;background:hsla(0,0%,100%,.96);z-index:100;max-width:500px}.legionella-dashboard .chart-tooltip-wrapper .close-button-wrapper{position:absolute;right:6px;z-index:101}.legionella-dashboard .chart-tooltip-wrapper .chart-item-tooltip{margin:18px 10px 10px}.legionella-dashboard .chart-tooltip-wrapper .chart-item-tooltip .chart-item-icon-wrapper{display:flex;align-items:center}.legionella-dashboard .chart-tooltip-wrapper .chart-item-tooltip .chart-item-icon-wrapper .icon{width:45px;height:45px;margin-right:7px}.legionella-dashboard .chart-tooltip-wrapper .chart-item-tooltip .chart-item-icon-wrapper .icon-label{font-weight:700;font-size:15px}.legionella-dashboard .chart-tooltip-wrapper .chart-item-tooltip .chart-item-icon-wrapper .icon-date{font-size:13px}.legionella-dashboard .chart-tooltip-wrapper .chart-item-tooltip .payload-wrapper{font-size:12px;display:flex;flex-direction:column;margin-top:5px;color:#9e9e9e;max-height:260px}.legionella-dashboard .chart-tooltip-wrapper .chart-item-tooltip .payload-wrapper .payload-item{display:flex}.legionella-dashboard .chart-tooltip-wrapper .chart-item-tooltip .payload-wrapper .payload-item .payload-item__value{margin-left:5px}.legionella-dashboard .custom-icon .legionella-legend-icon{margin-top:4px;margin-left:3px;fill:#6e8192}.legionella-dashboard .custom-icon .legionella-legend-icon svg{width:16px;height:16px}.legionella-dashboard .custom-icon .legend-export-icon{margin-top:2px;margin-left:2px}.legionella-dashboard .custom-icon .legend-export-icon svg{width:16px;height:16px}.legionella-dashboard .export-png-icon{color:#008ffb;margin-top:4px;margin-left:3px}.legionella-dashboard .export-png-icon svg{width:16px;height:16px}.legionella-dashboard .custom-icon:hover .legionella-legend-icon{fill:#333}.legionella-dashboard .export-png-icon:hover{color:#0012fb}.legionella-dashboard .measurements-wrapper{display:flex;flex-direction:column;flex:1 1}.legionella-dashboard .measurements-wrapper .measurements-table-wrapper{flex:1 1}.legionella-dashboard .measurements-wrapper .measurements-table-wrapper .ant-table-thead .ant-table-column-has-actions .anticon-filter{display:inline-block;position:relative;width:28px;height:20px;margin-left:7px;margin-bottom:-10px}.legionella-dashboard .measurements-wrapper .measurements-table-wrapper .ant-table-thead .ant-table-column-has-actions .anticon-filter svg{display:inline-block;position:relative;margin:2px 0 0;top:0;left:0}.legionella-dashboard .measurements-wrapper .measurements-table-wrapper .ant-table-tbody{background-color:#fff}.legionella-dashboard .measurements-wrapper .measurements-table-wrapper .ant-table-body{overflow:auto!important;height:calc(100vh - 255px)}.legionella-dashboard .measurements-wrapper .action-footer-wrapper{margin:10px 30px 20px 0;display:flex;justify-content:end}.legionella-dashboard .measurements-wrapper .action-footer-wrapper .measurements-button{margin-left:7px}.legionella-compliance-legend-modal{width:950px!important}.legionella-compliance-legend-modal .legionella-compliance-legend-wrapper{display:flex}.legionella-compliance-legend-modal .legionella-compliance-legend-wrapper .legend-wrapper{margin-right:15px;min-width:350px}.legionella-compliance-legend-modal .legionella-compliance-legend-wrapper .legend-wrapper .group-wrapper .group-header{display:flex;align-items:center;grid-gap:7px;gap:7px}.legionella-compliance-legend-modal .legionella-compliance-legend-wrapper .legend-wrapper .group-wrapper .group-header .checkbox-series-control{flex:2 1}.legionella-compliance-legend-modal .legionella-compliance-legend-wrapper .legend-wrapper .group-wrapper .group-header .ant-checkbox-wrapper,.legionella-compliance-legend-modal .legionella-compliance-legend-wrapper .legend-wrapper .group-wrapper .group-header .ant-checkbox-wrapper .series-item{display:flex;align-items:center}.legionella-compliance-legend-modal .legionella-compliance-legend-wrapper .legend-wrapper .group-wrapper .group-header .ant-checkbox-wrapper .series-item .series-control-label{display:flex;flex-direction:column}.legionella-compliance-legend-modal .legionella-compliance-legend-wrapper .legend-wrapper .group-wrapper .group-header .ant-checkbox-wrapper .series-item .series-control-label .series-control-name{font-weight:700}.legionella-compliance-legend-modal .legionella-compliance-legend-wrapper .legend-wrapper .group-wrapper .group-header .ant-checkbox-wrapper .series-item .series-control-label .series-item-details{font-weight:400;font-size:12px}.legionella-compliance-legend-modal .legionella-compliance-legend-wrapper .legend-wrapper .group-wrapper .series-group-wrapper{margin-left:20px}.legionella-compliance-legend-modal .legionella-compliance-legend-wrapper .legend-wrapper .group-wrapper .series-group-wrapper .series-wrapper{margin-top:5px;margin-bottom:5px}.legionella-compliance-legend-modal .legionella-compliance-legend-wrapper .legend-wrapper .group-wrapper .series-group-wrapper .series-wrapper .ant-checkbox-wrapper,.legionella-compliance-legend-modal .legionella-compliance-legend-wrapper .legend-wrapper .group-wrapper .series-group-wrapper .series-wrapper .ant-checkbox-wrapper .series-item{display:flex;align-items:center}.legionella-compliance-legend-modal .legionella-compliance-legend-wrapper .legend-wrapper .group-wrapper .series-group-wrapper .series-wrapper .ant-checkbox-wrapper .series-item .image-wrapper{margin-left:5px;margin-right:5px}.legionella-compliance-legend-modal .legionella-compliance-legend-wrapper .legend-wrapper .group-wrapper .series-group-wrapper .series-wrapper .ant-checkbox-wrapper .series-item .image-wrapper img{width:25px;height:25px}.legionella-compliance-legend-modal .legionella-compliance-legend-wrapper .available-filters-wrapper{margin-left:20px;flex:1 1}.legionella-compliance-legend-modal .legionella-compliance-legend-wrapper .available-filters-wrapper .available-filters-container{margin-right:15px}.legionella-compliance-legend-modal .legionella-compliance-legend-wrapper .available-filters-wrapper .available-filters-container .filter-item-wrapper{display:flex;margin-top:5px;margin-bottom:5px;align-items:center;grid-gap:10px;gap:10px}.legionella-compliance-legend-modal .legionella-compliance-legend-wrapper .available-filters-wrapper .available-filters-container .filter-item-wrapper .ant-checkbox-wrapper{display:flex;align-items:center;flex:1 1 65%}.legionella-compliance-legend-modal .legionella-compliance-legend-wrapper .available-filters-wrapper .available-filters-container .filter-item-wrapper .ant-checkbox-wrapper .filter-item{display:flex;align-items:center}.legionella-compliance-legend-modal .legionella-compliance-legend-wrapper .available-filters-wrapper .available-filters-container .filter-item-wrapper .ant-checkbox-wrapper .filter-item .image-wrapper{margin-left:5px;margin-right:5px}.legionella-compliance-legend-modal .legionella-compliance-legend-wrapper .available-filters-wrapper .available-filters-container .filter-item-wrapper .ant-checkbox-wrapper .filter-item .image-wrapper img{width:25px;height:25px}.legionella-compliance-legend-modal .legionella-compliance-legend-wrapper .available-filters-wrapper .available-filters-container .filter-item-wrapper .ant-checkbox-wrapper .filter-item .filter-item-class{font-size:12px;font-weight:400}.legionella-compliance-legend-modal .legionella-compliance-legend-wrapper .available-filters-wrapper .available-filters-container .filter-item-wrapper .filter-item-y-axis-wrapper{flex:1 1 150px}.legionella-compliance-legend-modal .legionella-compliance-legend-wrapper .available-filters-wrapper .available-filters-container .filter-item-wrapper .filter-item-y-axis-wrapper .ant-select-sm{width:150px;max-width:150pxF}.legionella-compliance-legend-modal .legionella-compliance-legend-wrapper .legend-column-header{display:flex;align-items:center}.legionella-compliance-legend-modal .legionella-compliance-legend-wrapper .legend-column-header .column-header-name{margin-right:15px}.legionella-compliance-legend-modal .legionella-compliance-legend-wrapper .legend-column-header .graph-type-wrapper{margin-left:auto}.legionella-compliance-legend-modal .legionella-compliance-legend-wrapper .legend-subheader{display:flex;padding:6px 24px;font-weight:600;position:-webkit-sticky;position:sticky;z-index:1}.legionella-compliance-legend-modal .legionella-compliance-legend-wrapper .legend-subheader .legend-subheader-name{flex:2 1}.legionella-compliance-legend-modal .legionella-compliance-legend-wrapper .legend-subheader .legend-subheader-color{width:60px;text-align:center}.legionella-compliance-legend-modal .legionella-compliance-legend-wrapper .legend-subheader .legend-subheader-y-axis{width:150px;text-align:center}.legionella-compliance-legend-modal div[aria-hidden=true]{display:none}.legionella-apexcharts-tooltip-active{pointer-events:auto!important;-webkit-user-select:text!important;-moz-user-select:text!important;-ms-user-select:text!important;user-select:text!important;opacity:1!important}.dashboard-title-wrapper{background:#fff;height:55px;box-shadow:0 1px 4px 0 rgba(23,23,37,.1);display:flex;flex-direction:row;align-items:center;margin-left:-15px;margin-right:-15px}.dashboard-title-wrapper .title-label{font-size:20px;font-weight:700;margin-left:45px}.color-picker-popover{display:flex;flex-direction:column;justify-content:center}.color-picker-popover input{margin-top:5px}.button-color-wrapper{display:flex!important;align-items:center}.button-color-wrapper .button-color-box{border-radius:2px;width:20px;height:20px;margin-right:3px}.filter-item-y-axis-menu-wrapper{width:250px}.filter-item-y-axis-menu-wrapper .y-axis-name-control-wrapper{display:flex;padding:4px 8px;grid-gap:5px;gap:5px}.measurements-modal .measurements-header{text-align:center}.measurements-modal .measurements-header .info-title{font-size:14px}.measurements-modal .measurements-header .document-type-title{font-weight:700}.measurements-modal .form-wrapper{margin-right:15px;display:flex;flex-direction:column}.measurements-modal .form-wrapper .control-wrapper{display:flex;margin-top:5px;margin-bottom:5px}.measurements-modal .form-wrapper .control-wrapper .control-label{width:220px}.measurements-modal .form-wrapper .control-wrapper .control-type{flex:1 1}.measurements-modal .form-wrapper .control-wrapper .control-type .ant-input-number{min-width:120px}.measurements-modal .form-wrapper .measurements-empty{width:100%;text-align:center;font-weight:700}.measurements-modal div[aria-hidden=true]{display:none}.manage-document{height:calc(100vh - 80px)}.manage-document .manage-document-spinner{height:100%;width:100%;display:flex;align-items:center;justify-content:center}.manage-document .document-selection__actions .download-section{margin-left:0}.manage-document .ant-tabs-content .ant-tabs-tabpane{height:calc(100vh - 180px)}.manage-document .additional-documentation-header{margin-top:65px}.manage-document .footer-actions{display:flex;justify-content:end;margin-right:20px}.manage-document .document-not-found{display:flex;align-items:center;justify-content:center;height:100%;font-size:17px;font-weight:700}.manage-document .filter-doc-table{margin-top:65px}.edit-binder-document{height:100%;position:relative}.edit-binder-document .manage-document{max-height:100%;overflow-y:auto}.edit-binder-document .ant-tabs-content{height:100%}.edit-binder-document .ant-tabs-content .ant-tabs-tabpane{max-height:calc(100% - 60px);overflow-y:auto}.edit-binder-document .ant-tabs-content .ant-tabs-tabpane.ant-tabs-tabpane-active{max-height:calc(100% - 60px)!important;overflow-y:auto}.dashboard-favorite-popover{display:flex;flex-direction:column}.dashboard-favorite-popover .favorite-name-wrapper{display:flex;margin-bottom:10px;width:250px}.dashboard-favorite-popover .message-container{display:flex;text-align:center;flex-direction:column}.dashboard-favorite-popover .message-container .exiting-favorites-section{display:flex;flex-direction:column;align-items:center;margin-top:5px;margin-bottom:5px}.dashboard-favorite-popover .message-container .exiting-favorites-section .existing-favorites-control{margin-top:5px;width:200px}.dashboard-favorite-popover .favorite-actions-wrapper{display:flex;justify-content:end;border-top:1px solid #e8e8e8;padding-top:10px}.favorites-menu-wrapper{min-width:170px}.favorites-grid-footer{display:flex;justify-content:end;margin:0 7px 5px 0}.favorites-modal{width:960px!important}.favorites-modal div[aria-hidden=true]{display:none}.favorites-modal .ant-modal-content .ant-modal-body{height:585px}.favorites-modal .ant-modal-content .ant-modal-body .ant-spin-nested-loading,.favorites-modal .ant-modal-content .ant-modal-body .ant-spin-nested-loading .ant-spin-container{height:100%}.favorites-modal .ant-modal-content .ant-modal-body .graph-item-wrapper.graph-header{font-weight:700}.favorites-modal .ant-modal-content .ant-modal-body .graph-item-wrapper{display:flex;justify-content:space-between;padding:7px;align-items:center;border-bottom:1px solid #e8e8e8;margin-right:5px}.favorites-modal .ant-modal-content .ant-modal-body .graph-item-wrapper .name-column{width:25%;display:flex;align-items:center;justify-content:space-between}.favorites-modal .ant-modal-content .ant-modal-body .graph-item-wrapper .name-column .edit-favorite-actions{display:flex}.favorites-modal .ant-modal-content .ant-modal-body .graph-item-wrapper .name-column .edit-favorite-actions button{margin:0 2px}.favorites-modal .ant-modal-content .ant-modal-body .graph-item-wrapper .shared-column{width:100px;text-align:center}.favorites-modal .ant-modal-content .ant-modal-body .graph-item-wrapper .details-column{font-weight:700;width:40%;text-align:center;display:flex;flex:1 1;justify-content:space-between}.favorites-modal .ant-modal-content .ant-modal-body .graph-item-wrapper .details-column .option-label{flex:1 1;text-align:right;margin-right:20px}.favorites-modal .ant-modal-content .ant-modal-body .graph-item-wrapper .details-column .y-axis-label{text-align:left;width:120px}.favorites-modal .ant-modal-content .ant-modal-body .graph-item-wrapper .details-column-wrapper{display:flex;width:40%;flex-direction:column;flex:1 1}.favorites-modal .ant-modal-content .ant-modal-body .graph-item-wrapper .details-column-wrapper .option-item-wrapper{display:flex;justify-content:space-between;margin-top:1px;margin-bottom:1px;align-items:center}.favorites-modal .ant-modal-content .ant-modal-body .graph-item-wrapper .details-column-wrapper .option-item-wrapper .option-label{flex:1 1;text-align:right;margin-right:20px;font-size:13px}.favorites-modal .ant-modal-content .ant-modal-body .graph-item-wrapper .details-column-wrapper .option-item-wrapper .option-label .class-name-label{font-size:12px;color:#9e9e9e}.favorites-modal .ant-modal-content .ant-modal-body .graph-item-wrapper .details-column-wrapper .option-item-wrapper .y-axis-label{text-align:left;width:120px;font-size:13px;color:#9e9e9e}.favorites-modal .ant-modal-content .ant-modal-body .graph-item-wrapper .measurements-name,.favorites-modal .ant-modal-content .ant-modal-body .graph-item-wrapper .option-name{color:#9e9e9e;width:20%}.favorites-modal .ant-modal-content .ant-modal-body .graph-item-wrapper .graph-action{margin-left:5px;min-width:45px}.procedure-templates{width:100vw;height:calc(100vh - 75px);margin-left:-15px;margin-right:-15px}.procedures-summary{height:calc(100vh - 200px)}.procedures-summary .procedures-summary-spinner{display:flex;flex-direction:column;flex:1 1;height:100%}.procedures-summary .procedures-summary-spinner>.ant-spin-container{display:flex;flex:1 1;flex-direction:column}.procedures-summary .procedures-summary-spinner .filter-wrapper{display:flex;align-items:end}.procedures-summary .procedures-summary-spinner .filter-wrapper .filter-item{display:flex;flex-direction:column;margin-right:10px;grid-gap:10px;gap:10px}.procedures-summary .procedures-summary-spinner .filter-wrapper .filter-item .filter-item__label{font-weight:700;margin-right:5px}.procedures-summary .procedures-summary-spinner .filter-wrapper .filter-item .filter-item__control .ant-select{width:100%}.procedures-summary .procedures-summary-spinner .filter-wrapper .filter-item .filter-item__control .ant-select-selection-selected-value .document-type__service-category{display:none}.procedures-summary .procedures-summary-spinner .filter-wrapper .filter-item .filter-active{-webkit-filter:invert(42%) sepia(77%) saturate(3229%) hue-rotate(197deg) brightness(107%) contrast(105%);filter:invert(42%) sepia(77%) saturate(3229%) hue-rotate(197deg) brightness(107%) contrast(105%)}.procedures-summary .procedures-summary-spinner .filter-wrapper .filter-item-date{display:flex;align-items:center}.procedures-summary .procedures-summary-spinner .filter-wrapper .filter-item-date .item-date__label{margin-right:5px;margin-left:5px;font-weight:700}.procedures-summary .procedures-summary-spinner .filter-wrapper .search-action{margin-left:5px}.procedures-summary .procedures-summary-spinner .table-wrapper{flex:1 1;margin-top:7px}.procedures-summary .procedures-summary-spinner .table-wrapper .items-list-table{height:100%}.procedures-summary .procedures-summary-spinner .table-wrapper .items-list-table.with-pagination{height:calc(100% - 40px)}.procedures-summary .procedures-summary-spinner .table-wrapper .items-list-table.with-pagination .ant-pagination{margin:8px 0}.procedures-summary .procedures-summary-spinner .table-wrapper .items-list-table .ant-spin-nested-loading,.procedures-summary .procedures-summary-spinner .table-wrapper .items-list-table .ant-spin-nested-loading .ant-spin-container,.procedures-summary .procedures-summary-spinner .table-wrapper .items-list-table .ant-spin-nested-loading .ant-spin-container .ant-table,.procedures-summary .procedures-summary-spinner .table-wrapper .items-list-table .ant-spin-nested-loading .ant-spin-container .ant-table .ant-table-content,.procedures-summary .procedures-summary-spinner .table-wrapper .items-list-table.empty .ant-table-placeholder{height:100%}.procedures-summary .procedures-summary-spinner .table-wrapper .items-list-table .ant-spin-nested-loading .ant-spin-container .ant-table .ant-table-content .ant-table-scroll{height:100%;overflow:hidden}.procedures-summary .procedures-summary-spinner .table-wrapper .items-list-table .ant-spin-nested-loading .ant-spin-container .ant-table .ant-table-content .ant-table-scroll .ant-table-body{height:auto;overflow:hidden}.procedures-summary .procedures-summary-spinner .table-wrapper .items-list-table.not-empty .ant-table-content .ant-table-scroll{display:flex!important;flex-direction:column!important}.procedures-summary .procedures-summary-spinner .table-wrapper .items-list-table.not-empty .ant-table-content .ant-table-scroll .ant-table-header{flex:0 0 auto}.procedures-summary .procedures-summary-spinner .table-wrapper .items-list-table.not-empty .ant-table-content .ant-table-scroll .ant-table-body{height:0!important;flex-grow:1;overflow-y:auto!important}.procedures-summary .procedures-summary-spinner .table-wrapper .items-list-table.not-empty .ant-table-content .ant-table-scroll .ant-table-body .column-info{display:flex;align-items:center}.procedures-summary .procedures-summary-spinner .table-wrapper .items-list-table.not-empty .ant-table-content .ant-table-scroll .ant-table-body .column-info .procedure-name{text-wrap:wrap}.procedures-summary .procedures-summary-spinner .table-wrapper .items-list-table.not-empty .ant-table-content .ant-table-scroll .ant-table-body .site-details{color:#adadad;font-size:12px}.procedures-summary .procedures-summary-spinner .table-wrapper .items-list-table.not-empty .ant-table-content .ant-table-scroll .ant-table-body .label-ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.summary-modal{width:960px!important;top:74px!important}.summary-modal div[aria-hidden=true]{display:none}.summary-modal .ant-spin-nested-loading{width:100%}.summary-modal .summary-header{display:flex;justify-content:space-between}.summary-modal .summary-header .procedure-col{margin-right:6px}.summary-modal .summary-content{margin-top:10px;height:calc(87vh - 200px)}.summary-modal .summary-content .procedure-step-wrapper:nth-child(2n){background-color:#fafafb}.summary-modal .summary-content .forms-empty{display:flex;align-items:center;justify-content:space-around;height:100%}.summary-modal .summary-content .procedure-step-wrapper{display:flex;padding:5px;margin-top:5px;margin-bottom:5px;margin-right:15px}.summary-modal .summary-content .procedure-step-wrapper .step-section{display:flex;flex-direction:column;margin-right:10px}.summary-modal .summary-content .procedure-step-wrapper .step-section .step-number{font-size:11px;color:#6c757d}.summary-modal .summary-content .procedure-step-wrapper .step-section .step-logo{margin-top:5px;width:24px;height:24px}.summary-modal .summary-content .procedure-step-wrapper .procedure-details-section{flex:1 1;display:flex;flex-direction:column}.summary-modal .summary-content .procedure-step-wrapper .procedure-details-section .step-name{font-weight:700;line-height:18px;font-size:15px}.summary-modal .summary-content .procedure-step-wrapper .procedure-details-section .form-instruction{font-size:13px;line-height:14px;color:#adadad}.summary-modal .summary-content .procedure-step-wrapper .procedure-details-section .tag-name{line-height:12px;color:#adadad;font-size:11px;font-weight:400}.summary-modal .summary-content .procedure-step-wrapper .procedure-details-section .form-date{font-size:11px;color:#adadad;line-height:13px}.summary-modal .summary-content .procedure-step-wrapper .procedure-details-section .bypass-reason{font-size:10px;color:#adadad;margin-left:10px;font-style:italic;line-height:12px}.summary-modal .summary-content .procedure-step-wrapper .procedure-info-status{display:flex;grid-gap:3px;gap:3px}.summary-modal .summary-content .procedure-step-wrapper .procedure-info-status .step-icon-details{display:flex;position:relative}.summary-modal .summary-content .procedure-step-wrapper .procedure-info-status .step-icon-details .step-icon-size{width:16px;height:16px}.summary-modal .summary-content .procedure-step-wrapper .procedure-info-status .step-icon-details-skipped:before{content:" ";position:absolute;top:15%;left:0;border-bottom:1px solid #000;width:100%}.summary-modal .summary-content .procedure-step-wrapper .procedure-info-status .step-icon{-webkit-filter:grayscale(100%) brightness(50%);filter:grayscale(100%) brightness(50%);width:16px;height:16px}.site-details-col-tooltip{max-width:450px!important}.email-summary{display:flex;flex-direction:column;height:calc(100vh - 100px);margin:15px 5px 5px 0;border:1px solid #dcdcdc;padding:5px 10px;border-radius:5px;background:#fff}.email-summary .email__title{font-size:18px;font-weight:700;margin-bottom:10px;margin-top:15px}.email-summary .email__header{display:flex;flex-direction:column}.email-summary .email__header .header__info{display:flex;font-size:13px;align-items:center;margin-top:5px;margin-bottom:5px}.email-summary .email__header .header__info .info__label{font-weight:700;flex:0 0 55px}.email-summary .email__header .header__info .info__value{display:flex;align-items:center;flex-wrap:wrap}.email-summary .email__header .header__info .info__value .email-address{flex:1 1 auto}.email-summary .email-section{flex:1 1 auto;margin-top:7px}.email-summary .email-section .email-section-scrollbars>div{display:flex;flex-direction:column}.email-summary .email__content{display:flex;flex:1 1 auto}.email-summary .email__content .email-body{width:100%;flex:1 1 1px}.email-summary .email__content .email-body img{width:auto!important;max-width:100%!important;height:auto!important}.email-summary .email__footer{margin-top:7px}.email-summary .email__footer .footer__title{font-size:15px;font-weight:700}.email-summary .email__footer .attachments__list{margin-left:25px}.email-summary .email__footer .attachments__list .attachment__item{display:flex;align-items:center}.email-summary .email__footer .attachments__list .attachment__item .attachment__name{color:grey}.email-summary .email__footer .attachments__list .attachment__item .attachment-actions{margin-left:5px}.email-summary .email-spinner{height:100%;max-height:100%!important}.email-summary .email-spinner-wrapper{height:100%}.email-summary .email-spinner-wrapper .ant-spin-container{display:flex;flex-direction:column;height:100%}.email-summary .email-not-found{height:200px;display:flex;font-size:15px;font-weight:700;align-items:center;justify-content:center}span.eta-warning{display:flex;justify-content:flex-end}span.eta-warning.late.no-later-than{color:#fc5a5a}span.eta-warning.late.eta-max{color:#ffb000}.ant-upload-list .ant-upload-list-item{position:unset;margin:0;font-size:unset;height:unset}.ant-upload-list .ant-upload-list-item-info{padding:10px 0;display:flex;align-items:center}.ant-upload-list .ant-upload-list-item-info>span{display:flex;align-items:center}.ant-upload-list .ant-upload-list-item-info>span .anticon{font-size:24px}.ant-upload-list .ant-upload-list-item-info>span .anticon-delete{color:#fc5a5a;margin-left:7px;margin-right:7px}.ant-upload-list .ant-upload-list-item-info>span .anticon-paper-clip{position:relative;top:0}.ant-upload-list .ant-upload-list-item-info>span .ant-upload-list-item-name{font-size:16px;cursor:zoom-in;padding-left:5px;text-overflow:unset;text-wrap:wrap;padding-right:0}.ant-upload-list .ant-upload-list-item-info>span .ant-upload-list-item-card-actions{position:relative;opacity:1;right:unset}.call-session{width:100%!important;height:calc(100% - 70px);top:70px;padding-bottom:0}.call-session .ant-modal-content{border-radius:0;height:100%}.call-session .ant-modal-content .ant-modal-header{border-radius:0;height:60px;align-items:center;display:flex;background-color:#fff}.call-session .ant-modal-content .ant-modal-header .ant-modal-title{width:100%}.call-session .ant-modal-content .ant-modal-header .ant-modal-title .call-session-title{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.call-session .ant-modal-content .ant-modal-header .ant-modal-title .call-session-title .title{font-size:32px}.call-session .ant-modal-content .ant-modal-header .ant-modal-title .call-session-title .details-section{display:flex;flex-direction:column}.call-session .ant-modal-content .ant-modal-header .ant-modal-title .call-session-title .details-section .details{font-size:12px;font-size:12px!important;text-transform:none;font-weight:400}.call-session .ant-modal-content .ant-modal-header .ant-modal-title .call-session-title .complete-action{display:flex;flex-direction:column;margin-right:40px}.call-session .ant-modal-content .ant-modal-body{height:calc(100% - 60px);padding:0}.call-session .ant-modal-content .ant-modal-body .ant-tabs{height:100%;width:100%}.call-session .ant-modal-content .ant-modal-body .ant-tabs.two-tabs .ant-tabs-ink-bar{min-width:200px}.call-session .ant-modal-content .ant-modal-body .ant-tabs.two-tabs.cloud-data-tabs>.ant-tabs-bar{height:65px;background:#f7f7f7}.call-session .ant-modal-content .ant-modal-body .ant-tabs.two-tabs.cloud-data-tabs>.ant-tabs-content{height:calc(100% - 65px)}.call-session .ant-modal-content .ant-modal-body .ant-tabs.two-tabs .cloud-target{display:flex;flex-direction:column}.call-session .ant-modal-content .ant-modal-body .ant-tabs.two-tabs .cloud-target>span{width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.call-session .ant-modal-content .ant-modal-body .ant-tabs.two-tabs>.ant-tabs-bar{height:36px}.call-session .ant-modal-content .ant-modal-body .ant-tabs.two-tabs>.ant-tabs-content{height:calc(100% - 36px)}.call-session .ant-modal-content .ant-modal-body .ant-tabs.two-tabs>.ant-tabs-content>.ant-tabs-tabpane .ant-spin-nested-loading.force-height,.call-session .ant-modal-content .ant-modal-body .ant-tabs.two-tabs>.ant-tabs-content>.ant-tabs-tabpane .ant-spin-nested-loading.force-height .ant-spin-container,.call-session .ant-modal-content .ant-modal-body .ant-tabs.two-tabs>.ant-tabs-content>.ant-tabs-tabpane.ant-tabs-tabpane-active{height:100%}.call-session .ant-modal-content .ant-modal-body .ant-tabs.two-tabs .ant-tabs-nav{width:100%}.call-session .ant-modal-content .ant-modal-body .ant-tabs.two-tabs .ant-tabs-nav .ant-tabs-tab{width:50%;margin:0;text-align:center}.call-session .ant-modal-content .ant-modal-body .ant-tabs.two-tabs .ant-tabs-nav .ant-tabs-tab-active{color:#0d426a}.call-session .ant-modal-content .ant-modal-body .ant-tabs .ant-tabs-bar{margin:0}.call-session .ant-modal-content .ant-modal-body .ant-tabs .ant-tabs-content{height:100%;width:100%;overflow:auto}.call-session .ant-modal-content .ant-modal-body .ant-collapse{height:100%;background:transparent;border-radius:0;border:none;overflow:hidden}.call-session .ant-modal-content .ant-modal-body .ant-collapse-item{border-radius:0}.call-session .ant-modal-content .ant-modal-body .ant-collapse-item.ant-collapse-item-active{height:calc(100% - 43px)}.call-session .ant-modal-content .ant-modal-body .ant-collapse-header{height:43px;display:flex;align-items:center}.call-session .ant-modal-content .ant-modal-body .ant-collapse-header svg.refresh{width:24px;height:24px;margin-left:5px;fill:#0d426a}.call-session .ant-modal-content .ant-modal-body .ant-collapse-header .cloud-data-user{margin-left:auto;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:155px;display:inline-block;text-align:right}.call-session .ant-modal-content .ant-modal-body .ant-collapse-header svg.cloud-data-icon{margin-left:4px;width:24px;height:24px;fill:#0d426a}.call-session .ant-modal-content .ant-modal-body .ant-collapse-header .switch-btn{margin-left:auto;width:100px}.call-session .ant-modal-content .ant-modal-body .ant-collapse-header .switch-btn.ant-switch-checked{background-color:#3dd598}.call-session .ant-modal-content .ant-modal-body .ant-collapse-content{height:calc(100% - 43px)}.call-session .ant-modal-content .ant-modal-body .ant-collapse-content-box{padding:0;height:100%}.call-session .ant-modal-content .ant-modal-footer{border-radius:0;height:60px;display:flex;flex-direction:row;align-items:center;justify-content:flex-end}.call-session .call-session-body{width:100%;height:100%;display:flex}.call-session .call-session-body .jobs-section{height:100%;position:relative;overflow:hidden}.call-session .call-session-body .jobs-section .call-session-jobs{width:100%;display:flex;flex-direction:column;padding:10px 15px}.call-session .call-session-body .jobs-section .close-sider-trigger{position:absolute;z-index:1000;top:65px;right:405px}.call-session .call-session-body .jobs-section .ant-tabs>.ant-tabs-content{height:calc(100% - 45px)}.call-session .call-session-body .jobs-section .email-container{min-height:500px}.call-session .call-session-body .jobs-section .email-container .email-header{display:flex;flex-direction:column}.call-session .call-session-body .jobs-section .email-container .email-header-info{display:flex;flex-direction:row}.call-session .call-session-body .jobs-section .email-container .email-header-info .email-label{font-weight:600;margin-right:5px}.call-session .call-session-body .data-section{height:100%;display:flex;flex-direction:column;border-left:1px solid #dedede}.call-session .call-session-body .data-section .data-section-item{height:100%;width:400px}.call-session .call-session-body .data-section .data-section-item .data-section-item-header{width:100%;display:flex;align-items:center;background-color:#f7f7f7;font-weight:500;line-height:1.5;padding:11px 16px}.call-session .call-session-body .data-section .data-section-item .data-section-item-body{height:100%;width:100%;list-style:none;padding:10px 0}.call-session .call-session-body .data-section .data-section-item .data-section-item-body.content-list{display:flex;flex-direction:column;width:100%;height:100%;font-family:Poppins;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.2px}.call-session .call-session-body .data-section .data-section-item .data-section-item-body.content-list .item{display:flex;flex-direction:row;width:100%;padding:5px 10px}.call-session .call-session-body .data-section .data-section-item .data-section-item-body.content-list .item:hover{background-color:#fafafa}.call-session .call-session-body .data-section .data-section-item .data-section-item-body.content-list .item:not(:first-of-type){border-top:1px solid #dedede}.call-session .call-session-body .data-section .data-section-item .data-section-item-body.content-list .item .item-body{display:flex;flex-direction:column;width:100%}.call-session .call-session-body .data-section .data-section-item .data-section-item-body.content-list .item .item-info{display:flex;flex-direction:row;width:100%;font-size:12px;color:#171725}.call-session .call-session-body .data-section .data-section-item .data-section-item-body.content-list .item .item-info:not(:first-of-type){margin-top:4px}.call-session .call-session-body .data-section .data-section-item .data-section-item-body.content-list .item .item-info-name{font-weight:600;font-size:14px;display:flex}.call-session .call-session-body .data-section .data-section-item .data-section-item-body.content-list .item .item-info-label{color:grey;margin-right:5px}.call-session .call-session-body .data-section .data-section-item .data-section-item-body.content-list .item .item-info-value{font-weight:500}.call-session .call-session-body .data-section .data-section-item .data-section-item-body.content-list .item .item-info-value-link{text-decoration:underline;color:#00f;cursor:pointer}.call-session .call-session-body .data-section .data-section-item .data-section-item-body.content-list .item .item-actions{width:22px;margin-top:5px;margin-left:10px}.call-session .call-session-body .data-section .data-section-item .data-section-item-body.content-list .item .item-actions .action{width:20px;height:20px;cursor:pointer;fill:#797979}.call-session .call-session-body .data-section .data-section-item .data-section-item-body.content-list .item .item-actions .action:hover,.call-session .call-session-body .data-section .data-section-item .data-section-item-body.content-list .item .item-actions .action:hover.action-map-document,.call-session .call-session-body .data-section .data-section-item .data-section-item-body.content-list .item .item-actions .action:hover.action-show-document path,.call-session .call-session-body .data-section .data-section-item .data-section-item-body.content-list .item .item-actions .action:hover.action-show-email{fill:#689fc8}.call-session .call-session-body .data-section .data-section-item .data-section-item-body.content-list .item .item-actions .action-on{fill:#bed657}.call-session .call-session-body .data-section .data-section-item .data-section-item-body.content-list .item .item-actions .action-show-document path,.call-session .call-session-body .data-section .data-section-item .data-section-item-body.content-list .item .item-actions .action-show-email{fill:#797979}.call-session .call-session-body .data-section .data-section-item .data-section-item-body.content-list .item .item-actions .action-map-document{fill:#44b20f}.document-mapped-jobs-table{width:100%;height:100%}.document-mapped-jobs-modal .ant-modal-body{padding-top:10px}.call-session .ant-table .ant-table-content .ant-table-body .ant-table-selection-column .ant-radio-wrapper{display:none}.active-job-info .ant-table,.call-session .ant-table,.document-mapped-jobs-table .ant-table,.pre-classify-sites .ant-table{border:none;margin-top:10px}.active-job-info .ant-table .ant-table-title,.call-session .ant-table .ant-table-title,.document-mapped-jobs-table .ant-table .ant-table-title,.pre-classify-sites .ant-table .ant-table-title{font-weight:600;color:#171725;font-family:Poppins;display:flex;align-items:center}.active-job-info .ant-table .ant-table-title span.summary,.call-session .ant-table .ant-table-title span.summary,.document-mapped-jobs-table .ant-table .ant-table-title span.summary,.pre-classify-sites .ant-table .ant-table-title span.summary{color:#0d426a;font-weight:400;margin-left:auto;margin-right:20px;display:flex;flex-direction:row;align-items:center}.active-job-info .ant-table .ant-table-title span.summary>span,.call-session .ant-table .ant-table-title span.summary>span,.document-mapped-jobs-table .ant-table .ant-table-title span.summary>span,.pre-classify-sites .ant-table .ant-table-title span.summary>span{display:flex;flex-direction:column;margin-left:10px}.active-job-info .ant-table .ant-table-title span.summary .remove-icon,.call-session .ant-table .ant-table-title span.summary .remove-icon,.document-mapped-jobs-table .ant-table .ant-table-title span.summary .remove-icon,.pre-classify-sites .ant-table .ant-table-title span.summary .remove-icon{color:#fc5a5a;font-size:14px}.active-job-info .ant-table .ant-table-content .ant-table-sroll .ant-table-header,.call-session .ant-table .ant-table-content .ant-table-sroll .ant-table-header,.document-mapped-jobs-table .ant-table .ant-table-content .ant-table-sroll .ant-table-header,.pre-classify-sites .ant-table .ant-table-content .ant-table-sroll .ant-table-header{border:none!important}.active-job-info .ant-table .ant-table-content .ant-table-header .ant-table-thead th,.call-session .ant-table .ant-table-content .ant-table-header .ant-table-thead th,.document-mapped-jobs-table .ant-table .ant-table-content .ant-table-header .ant-table-thead th,.pre-classify-sites .ant-table .ant-table-content .ant-table-header .ant-table-thead th{text-transform:uppercase}.active-job-info .ant-table .ant-table-content .ant-table-header .ant-table-thead th .ant-table-header-column .ant-table-column-title,.call-session .ant-table .ant-table-content .ant-table-header .ant-table-thead th .ant-table-header-column .ant-table-column-title,.document-mapped-jobs-table .ant-table .ant-table-content .ant-table-header .ant-table-thead th .ant-table-header-column .ant-table-column-title,.pre-classify-sites .ant-table .ant-table-content .ant-table-header .ant-table-thead th .ant-table-header-column .ant-table-column-title{font-family:Poppins;font-size:11px;font-weight:600;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.8px}.active-job-info .ant-table .ant-table-content .ant-table-header .ant-table-thead th .ant-table-header-column .ant-table-column-title .ant-table-selection,.call-session .ant-table .ant-table-content .ant-table-header .ant-table-thead th .ant-table-header-column .ant-table-column-title .ant-table-selection,.document-mapped-jobs-table .ant-table .ant-table-content .ant-table-header .ant-table-thead th .ant-table-header-column .ant-table-column-title .ant-table-selection,.pre-classify-sites .ant-table .ant-table-content .ant-table-header .ant-table-thead th .ant-table-header-column .ant-table-column-title .ant-table-selection{display:none}.active-job-info .ant-table .ant-table-content .ant-table-body,.active-job-info .ant-table .ant-table-content .ant-table-tbody,.call-session .ant-table .ant-table-content .ant-table-body,.call-session .ant-table .ant-table-content .ant-table-tbody,.document-mapped-jobs-table .ant-table .ant-table-content .ant-table-body,.document-mapped-jobs-table .ant-table .ant-table-content .ant-table-tbody,.pre-classify-sites .ant-table .ant-table-content .ant-table-body,.pre-classify-sites .ant-table .ant-table-content .ant-table-tbody{overflow-x:auto!important}.active-job-info .ant-table .ant-table-content .ant-table-body tr.current-job,.active-job-info .ant-table .ant-table-content .ant-table-tbody tr.current-job,.call-session .ant-table .ant-table-content .ant-table-body tr.current-job,.call-session .ant-table .ant-table-content .ant-table-tbody tr.current-job,.document-mapped-jobs-table .ant-table .ant-table-content .ant-table-body tr.current-job,.document-mapped-jobs-table .ant-table .ant-table-content .ant-table-tbody tr.current-job,.pre-classify-sites .ant-table .ant-table-content .ant-table-body tr.current-job,.pre-classify-sites .ant-table .ant-table-content .ant-table-tbody tr.current-job{background-color:#e0ffe0}.active-job-info .ant-table .ant-table-content .ant-table-body tr td,.active-job-info .ant-table .ant-table-content .ant-table-tbody tr td,.call-session .ant-table .ant-table-content .ant-table-body tr td,.call-session .ant-table .ant-table-content .ant-table-tbody tr td,.document-mapped-jobs-table .ant-table .ant-table-content .ant-table-body tr td,.document-mapped-jobs-table .ant-table .ant-table-content .ant-table-tbody tr td,.pre-classify-sites .ant-table .ant-table-content .ant-table-body tr td,.pre-classify-sites .ant-table .ant-table-content .ant-table-tbody tr td{font-family:Poppins;font-size:13px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.2px;color:#171725;padding-top:16px;padding-bottom:16px}.active-job-info .ant-table .ant-table-content .ant-table-body tr td .service-provider,.active-job-info .ant-table .ant-table-content .ant-table-tbody tr td .service-provider,.call-session .ant-table .ant-table-content .ant-table-body tr td .service-provider,.call-session .ant-table .ant-table-content .ant-table-tbody tr td .service-provider,.document-mapped-jobs-table .ant-table .ant-table-content .ant-table-body tr td .service-provider,.document-mapped-jobs-table .ant-table .ant-table-content .ant-table-tbody tr td .service-provider,.pre-classify-sites .ant-table .ant-table-content .ant-table-body tr td .service-provider,.pre-classify-sites .ant-table .ant-table-content .ant-table-tbody tr td .service-provider{display:flex;flex-direction:row;align-items:center;width:100%;justify-content:center;text-decoration:none}.active-job-info .ant-table .ant-table-content .ant-table-body tr td .session-job-smart-sync,.active-job-info .ant-table .ant-table-content .ant-table-tbody tr td .session-job-smart-sync,.call-session .ant-table .ant-table-content .ant-table-body tr td .session-job-smart-sync,.call-session .ant-table .ant-table-content .ant-table-tbody tr td .session-job-smart-sync,.document-mapped-jobs-table .ant-table .ant-table-content .ant-table-body tr td .session-job-smart-sync,.document-mapped-jobs-table .ant-table .ant-table-content .ant-table-tbody tr td .session-job-smart-sync,.pre-classify-sites .ant-table .ant-table-content .ant-table-body tr td .session-job-smart-sync,.pre-classify-sites .ant-table .ant-table-content .ant-table-tbody tr td .session-job-smart-sync{display:flex;justify-content:center;align-items:center;flex-shrink:0;flex-grow:0;cursor:pointer;color:#0d426a!important;margin-top:5px;text-decoration:underline;text-shadow:1px 1px 4px #e0e0e0}.active-job-info .ant-table .ant-table-content .ant-table-body tr td .session-job-comment,.active-job-info .ant-table .ant-table-content .ant-table-tbody tr td .session-job-comment,.call-session .ant-table .ant-table-content .ant-table-body tr td .session-job-comment,.call-session .ant-table .ant-table-content .ant-table-tbody tr td .session-job-comment,.document-mapped-jobs-table .ant-table .ant-table-content .ant-table-body tr td .session-job-comment,.document-mapped-jobs-table .ant-table .ant-table-content .ant-table-tbody tr td .session-job-comment,.pre-classify-sites .ant-table .ant-table-content .ant-table-body tr td .session-job-comment,.pre-classify-sites .ant-table .ant-table-content .ant-table-tbody tr td .session-job-comment{display:flex;justify-content:center;align-items:center;flex-shrink:0;flex-grow:0;cursor:pointer}.active-job-info .ant-table .ant-table-content .ant-table-body tr td .session-job-comment svg,.active-job-info .ant-table .ant-table-content .ant-table-tbody tr td .session-job-comment svg,.call-session .ant-table .ant-table-content .ant-table-body tr td .session-job-comment svg,.call-session .ant-table .ant-table-content .ant-table-tbody tr td .session-job-comment svg,.document-mapped-jobs-table .ant-table .ant-table-content .ant-table-body tr td .session-job-comment svg,.document-mapped-jobs-table .ant-table .ant-table-content .ant-table-tbody tr td .session-job-comment svg,.pre-classify-sites .ant-table .ant-table-content .ant-table-body tr td .session-job-comment svg,.pre-classify-sites .ant-table .ant-table-content .ant-table-tbody tr td .session-job-comment svg{fill:#bed657;width:25px;height:25px}.active-job-info .ant-table .ant-table-content .ant-table-body tr td .session-job-comment svg.no-comment,.active-job-info .ant-table .ant-table-content .ant-table-tbody tr td .session-job-comment svg.no-comment,.call-session .ant-table .ant-table-content .ant-table-body tr td .session-job-comment svg.no-comment,.call-session .ant-table .ant-table-content .ant-table-tbody tr td .session-job-comment svg.no-comment,.document-mapped-jobs-table .ant-table .ant-table-content .ant-table-body tr td .session-job-comment svg.no-comment,.document-mapped-jobs-table .ant-table .ant-table-content .ant-table-tbody tr td .session-job-comment svg.no-comment,.pre-classify-sites .ant-table .ant-table-content .ant-table-body tr td .session-job-comment svg.no-comment,.pre-classify-sites .ant-table .ant-table-content .ant-table-tbody tr td .session-job-comment svg.no-comment{fill:#92929d}.active-job-info .ant-table .ant-table-content .ant-table-body tr td .split-line,.active-job-info .ant-table .ant-table-content .ant-table-tbody tr td .split-line,.call-session .ant-table .ant-table-content .ant-table-body tr td .split-line,.call-session .ant-table .ant-table-content .ant-table-tbody tr td .split-line,.document-mapped-jobs-table .ant-table .ant-table-content .ant-table-body tr td .split-line,.document-mapped-jobs-table .ant-table .ant-table-content .ant-table-tbody tr td .split-line,.pre-classify-sites .ant-table .ant-table-content .ant-table-body tr td .split-line,.pre-classify-sites .ant-table .ant-table-content .ant-table-tbody tr td .split-line{display:flex;flex-direction:column;width:100%}.active-job-info .ant-table .ant-table-content .ant-table-body tr td .split-line.direction-row,.active-job-info .ant-table .ant-table-content .ant-table-tbody tr td .split-line.direction-row,.call-session .ant-table .ant-table-content .ant-table-body tr td .split-line.direction-row,.call-session .ant-table .ant-table-content .ant-table-tbody tr td .split-line.direction-row,.document-mapped-jobs-table .ant-table .ant-table-content .ant-table-body tr td .split-line.direction-row,.document-mapped-jobs-table .ant-table .ant-table-content .ant-table-tbody tr td .split-line.direction-row,.pre-classify-sites .ant-table .ant-table-content .ant-table-body tr td .split-line.direction-row,.pre-classify-sites .ant-table .ant-table-content .ant-table-tbody tr td .split-line.direction-row{align-items:center;flex-direction:row}.active-job-info .ant-table .ant-table-content .ant-table-body tr td .split-line .split-line__first-level,.active-job-info .ant-table .ant-table-content .ant-table-tbody tr td .split-line .split-line__first-level,.call-session .ant-table .ant-table-content .ant-table-body tr td .split-line .split-line__first-level,.call-session .ant-table .ant-table-content .ant-table-tbody tr td .split-line .split-line__first-level,.document-mapped-jobs-table .ant-table .ant-table-content .ant-table-body tr td .split-line .split-line__first-level,.document-mapped-jobs-table .ant-table .ant-table-content .ant-table-tbody tr td .split-line .split-line__first-level,.pre-classify-sites .ant-table .ant-table-content .ant-table-body tr td .split-line .split-line__first-level,.pre-classify-sites .ant-table .ant-table-content .ant-table-tbody tr td .split-line .split-line__first-level{margin:0;color:#171725}.active-job-info .ant-table .ant-table-content .ant-table-body tr td .split-line .split-line__second-level,.active-job-info .ant-table .ant-table-content .ant-table-tbody tr td .split-line .split-line__second-level,.call-session .ant-table .ant-table-content .ant-table-body tr td .split-line .split-line__second-level,.call-session .ant-table .ant-table-content .ant-table-tbody tr td .split-line .split-line__second-level,.document-mapped-jobs-table .ant-table .ant-table-content .ant-table-body tr td .split-line .split-line__second-level,.document-mapped-jobs-table .ant-table .ant-table-content .ant-table-tbody tr td .split-line .split-line__second-level,.pre-classify-sites .ant-table .ant-table-content .ant-table-body tr td .split-line .split-line__second-level,.pre-classify-sites .ant-table .ant-table-content .ant-table-tbody tr td .split-line .split-line__second-level{color:#9e9e9e}.active-job-info .ant-table .ant-table-content .ant-table-body tr td .split-line .split-line__second-level.job-status__reason,.active-job-info .ant-table .ant-table-content .ant-table-tbody tr td .split-line .split-line__second-level.job-status__reason,.call-session .ant-table .ant-table-content .ant-table-body tr td .split-line .split-line__second-level.job-status__reason,.call-session .ant-table .ant-table-content .ant-table-tbody tr td .split-line .split-line__second-level.job-status__reason,.document-mapped-jobs-table .ant-table .ant-table-content .ant-table-body tr td .split-line .split-line__second-level.job-status__reason,.document-mapped-jobs-table .ant-table .ant-table-content .ant-table-tbody tr td .split-line .split-line__second-level.job-status__reason,.pre-classify-sites .ant-table .ant-table-content .ant-table-body tr td .split-line .split-line__second-level.job-status__reason,.pre-classify-sites .ant-table .ant-table-content .ant-table-tbody tr td .split-line .split-line__second-level.job-status__reason{font-size:10px;font-style:italic}.active-job-info .ant-table .ant-table-content .ant-table-body tr td .split-line .split-line__third-level,.active-job-info .ant-table .ant-table-content .ant-table-tbody tr td .split-line .split-line__third-level,.call-session .ant-table .ant-table-content .ant-table-body tr td .split-line .split-line__third-level,.call-session .ant-table .ant-table-content .ant-table-tbody tr td .split-line .split-line__third-level,.document-mapped-jobs-table .ant-table .ant-table-content .ant-table-body tr td .split-line .split-line__third-level,.document-mapped-jobs-table .ant-table .ant-table-content .ant-table-tbody tr td .split-line .split-line__third-level,.pre-classify-sites .ant-table .ant-table-content .ant-table-body tr td .split-line .split-line__third-level,.pre-classify-sites .ant-table .ant-table-content .ant-table-tbody tr td .split-line .split-line__third-level{color:#9e9e9e;font-size:11px;font-style:italic}.active-job-info .ant-table .ant-table-content .ant-table-body tr td .action-link,.active-job-info .ant-table .ant-table-content .ant-table-tbody tr td .action-link,.call-session .ant-table .ant-table-content .ant-table-body tr td .action-link,.call-session .ant-table .ant-table-content .ant-table-tbody tr td .action-link,.document-mapped-jobs-table .ant-table .ant-table-content .ant-table-body tr td .action-link,.document-mapped-jobs-table .ant-table .ant-table-content .ant-table-tbody tr td .action-link,.pre-classify-sites .ant-table .ant-table-content .ant-table-body tr td .action-link,.pre-classify-sites .ant-table .ant-table-content .ant-table-tbody tr td .action-link{text-decoration:underline;cursor:pointer}.active-job-info .ant-table .ant-table-content .ant-table-body tr td .project-phase .project-phase__labels,.active-job-info .ant-table .ant-table-content .ant-table-tbody tr td .project-phase .project-phase__labels,.call-session .ant-table .ant-table-content .ant-table-body tr td .project-phase .project-phase__labels,.call-session .ant-table .ant-table-content .ant-table-tbody tr td .project-phase .project-phase__labels,.document-mapped-jobs-table .ant-table .ant-table-content .ant-table-body tr td .project-phase .project-phase__labels,.document-mapped-jobs-table .ant-table .ant-table-content .ant-table-tbody tr td .project-phase .project-phase__labels,.pre-classify-sites .ant-table .ant-table-content .ant-table-body tr td .project-phase .project-phase__labels,.pre-classify-sites .ant-table .ant-table-content .ant-table-tbody tr td .project-phase .project-phase__labels{display:flex;flex-direction:column;width:100%}.active-job-info .ant-table .ant-table-content .ant-table-body tr td .project-phase .project-phase__labels .vendor-link,.active-job-info .ant-table .ant-table-content .ant-table-tbody tr td .project-phase .project-phase__labels .vendor-link,.call-session .ant-table .ant-table-content .ant-table-body tr td .project-phase .project-phase__labels .vendor-link,.call-session .ant-table .ant-table-content .ant-table-tbody tr td .project-phase .project-phase__labels .vendor-link,.document-mapped-jobs-table .ant-table .ant-table-content .ant-table-body tr td .project-phase .project-phase__labels .vendor-link,.document-mapped-jobs-table .ant-table .ant-table-content .ant-table-tbody tr td .project-phase .project-phase__labels .vendor-link,.pre-classify-sites .ant-table .ant-table-content .ant-table-body tr td .project-phase .project-phase__labels .vendor-link,.pre-classify-sites .ant-table .ant-table-content .ant-table-tbody tr td .project-phase .project-phase__labels .vendor-link{text-decoration:underline;cursor:pointer}.active-job-info .ant-table .ant-table-content .ant-table-body tr td .project-phase .project-phase__labels .project-phase_jobName.show-state,.active-job-info .ant-table .ant-table-content .ant-table-tbody tr td .project-phase .project-phase__labels .project-phase_jobName.show-state,.call-session .ant-table .ant-table-content .ant-table-body tr td .project-phase .project-phase__labels .project-phase_jobName.show-state,.call-session .ant-table .ant-table-content .ant-table-tbody tr td .project-phase .project-phase__labels .project-phase_jobName.show-state,.document-mapped-jobs-table .ant-table .ant-table-content .ant-table-body tr td .project-phase .project-phase__labels .project-phase_jobName.show-state,.document-mapped-jobs-table .ant-table .ant-table-content .ant-table-tbody tr td .project-phase .project-phase__labels .project-phase_jobName.show-state,.pre-classify-sites .ant-table .ant-table-content .ant-table-body tr td .project-phase .project-phase__labels .project-phase_jobName.show-state,.pre-classify-sites .ant-table .ant-table-content .ant-table-tbody tr td .project-phase .project-phase__labels .project-phase_jobName.show-state{color:#3dd598}.active-job-info .ant-table .ant-table-content .ant-table-body tr td .project-phase .project-phase__labels .project-phase_jobName.show-state.late,.active-job-info .ant-table .ant-table-content .ant-table-tbody tr td .project-phase .project-phase__labels .project-phase_jobName.show-state.late,.call-session .ant-table .ant-table-content .ant-table-body tr td .project-phase .project-phase__labels .project-phase_jobName.show-state.late,.call-session .ant-table .ant-table-content .ant-table-tbody tr td .project-phase .project-phase__labels .project-phase_jobName.show-state.late,.document-mapped-jobs-table .ant-table .ant-table-content .ant-table-body tr td .project-phase .project-phase__labels .project-phase_jobName.show-state.late,.document-mapped-jobs-table .ant-table .ant-table-content .ant-table-tbody tr td .project-phase .project-phase__labels .project-phase_jobName.show-state.late,.pre-classify-sites .ant-table .ant-table-content .ant-table-body tr td .project-phase .project-phase__labels .project-phase_jobName.show-state.late,.pre-classify-sites .ant-table .ant-table-content .ant-table-tbody tr td .project-phase .project-phase__labels .project-phase_jobName.show-state.late{cursor:help}.active-job-info .ant-table .ant-table-content .ant-table-body tr td .project-phase .project-phase__labels .project-phase_jobName.show-state.late.no-later-than,.active-job-info .ant-table .ant-table-content .ant-table-tbody tr td .project-phase .project-phase__labels .project-phase_jobName.show-state.late.no-later-than,.call-session .ant-table .ant-table-content .ant-table-body tr td .project-phase .project-phase__labels .project-phase_jobName.show-state.late.no-later-than,.call-session .ant-table .ant-table-content .ant-table-tbody tr td .project-phase .project-phase__labels .project-phase_jobName.show-state.late.no-later-than,.document-mapped-jobs-table .ant-table .ant-table-content .ant-table-body tr td .project-phase .project-phase__labels .project-phase_jobName.show-state.late.no-later-than,.document-mapped-jobs-table .ant-table .ant-table-content .ant-table-tbody tr td .project-phase .project-phase__labels .project-phase_jobName.show-state.late.no-later-than,.pre-classify-sites .ant-table .ant-table-content .ant-table-body tr td .project-phase .project-phase__labels .project-phase_jobName.show-state.late.no-later-than,.pre-classify-sites .ant-table .ant-table-content .ant-table-tbody tr td .project-phase .project-phase__labels .project-phase_jobName.show-state.late.no-later-than{color:#fc5a5a}.active-job-info .ant-table .ant-table-content .ant-table-body tr td .project-phase .project-phase__labels .project-phase_jobName.show-state.late.eta-max,.active-job-info .ant-table .ant-table-content .ant-table-tbody tr td .project-phase .project-phase__labels .project-phase_jobName.show-state.late.eta-max,.call-session .ant-table .ant-table-content .ant-table-body tr td .project-phase .project-phase__labels .project-phase_jobName.show-state.late.eta-max,.call-session .ant-table .ant-table-content .ant-table-tbody tr td .project-phase .project-phase__labels .project-phase_jobName.show-state.late.eta-max,.document-mapped-jobs-table .ant-table .ant-table-content .ant-table-body tr td .project-phase .project-phase__labels .project-phase_jobName.show-state.late.eta-max,.document-mapped-jobs-table .ant-table .ant-table-content .ant-table-tbody tr td .project-phase .project-phase__labels .project-phase_jobName.show-state.late.eta-max,.pre-classify-sites .ant-table .ant-table-content .ant-table-body tr td .project-phase .project-phase__labels .project-phase_jobName.show-state.late.eta-max,.pre-classify-sites .ant-table .ant-table-content .ant-table-tbody tr td .project-phase .project-phase__labels .project-phase_jobName.show-state.late.eta-max{color:#ffb000}.active-job-info .ant-table .ant-table-content .ant-table-body tr td .project-phase svg.time-horizon,.active-job-info .ant-table .ant-table-content .ant-table-tbody tr td .project-phase svg.time-horizon,.call-session .ant-table .ant-table-content .ant-table-body tr td .project-phase svg.time-horizon,.call-session .ant-table .ant-table-content .ant-table-tbody tr td .project-phase svg.time-horizon,.document-mapped-jobs-table .ant-table .ant-table-content .ant-table-body tr td .project-phase svg.time-horizon,.document-mapped-jobs-table .ant-table .ant-table-content .ant-table-tbody tr td .project-phase svg.time-horizon,.pre-classify-sites .ant-table .ant-table-content .ant-table-body tr td .project-phase svg.time-horizon,.pre-classify-sites .ant-table .ant-table-content .ant-table-tbody tr td .project-phase svg.time-horizon{width:35px;height:35px;cursor:pointer;margin-left:-10px;flex-shrink:0}.active-job-info .ant-table .ant-table-content .ant-table-body tr td .no-later-than,.active-job-info .ant-table .ant-table-content .ant-table-tbody tr td .no-later-than,.call-session .ant-table .ant-table-content .ant-table-body tr td .no-later-than,.call-session .ant-table .ant-table-content .ant-table-tbody tr td .no-later-than,.document-mapped-jobs-table .ant-table .ant-table-content .ant-table-body tr td .no-later-than,.document-mapped-jobs-table .ant-table .ant-table-content .ant-table-tbody tr td .no-later-than,.pre-classify-sites .ant-table .ant-table-content .ant-table-body tr td .no-later-than,.pre-classify-sites .ant-table .ant-table-content .ant-table-tbody tr td .no-later-than{color:#171725}.active-job-info .ant-table .ant-table-content .ant-table-body tr td .no-later-than.late,.active-job-info .ant-table .ant-table-content .ant-table-tbody tr td .no-later-than.late,.call-session .ant-table .ant-table-content .ant-table-body tr td .no-later-than.late,.call-session .ant-table .ant-table-content .ant-table-tbody tr td .no-later-than.late,.document-mapped-jobs-table .ant-table .ant-table-content .ant-table-body tr td .no-later-than.late,.document-mapped-jobs-table .ant-table .ant-table-content .ant-table-tbody tr td .no-later-than.late,.pre-classify-sites .ant-table .ant-table-content .ant-table-body tr td .no-later-than.late,.pre-classify-sites .ant-table .ant-table-content .ant-table-tbody tr td .no-later-than.late{color:#fc5a5a}.active-job-info .ant-table .ant-table-content .ant-table-body tr td .job-date,.active-job-info .ant-table .ant-table-content .ant-table-tbody tr td .job-date,.call-session .ant-table .ant-table-content .ant-table-body tr td .job-date,.call-session .ant-table .ant-table-content .ant-table-tbody tr td .job-date,.document-mapped-jobs-table .ant-table .ant-table-content .ant-table-body tr td .job-date,.document-mapped-jobs-table .ant-table .ant-table-content .ant-table-tbody tr td .job-date,.pre-classify-sites .ant-table .ant-table-content .ant-table-body tr td .job-date,.pre-classify-sites .ant-table .ant-table-content .ant-table-tbody tr td .job-date{display:flex;flex-direction:row;align-items:center;width:100%;justify-content:center}.active-job-info .ant-table .ant-table-content .ant-table-body tr td .job-date>.job-date__label,.active-job-info .ant-table .ant-table-content .ant-table-tbody tr td .job-date>.job-date__label,.call-session .ant-table .ant-table-content .ant-table-body tr td .job-date>.job-date__label,.call-session .ant-table .ant-table-content .ant-table-tbody tr td .job-date>.job-date__label,.document-mapped-jobs-table .ant-table .ant-table-content .ant-table-body tr td .job-date>.job-date__label,.document-mapped-jobs-table .ant-table .ant-table-content .ant-table-tbody tr td .job-date>.job-date__label,.pre-classify-sites .ant-table .ant-table-content .ant-table-body tr td .job-date>.job-date__label,.pre-classify-sites .ant-table .ant-table-content .ant-table-tbody tr td .job-date>.job-date__label{color:#171725;margin-left:5px;margin-right:5px}.active-job-info .ant-table .ant-table-content .ant-table-body tr td .job-date>.job-date__label.job-date__label-editable,.active-job-info .ant-table .ant-table-content .ant-table-tbody tr td .job-date>.job-date__label.job-date__label-editable,.call-session .ant-table .ant-table-content .ant-table-body tr td .job-date>.job-date__label.job-date__label-editable,.call-session .ant-table .ant-table-content .ant-table-tbody tr td .job-date>.job-date__label.job-date__label-editable,.document-mapped-jobs-table .ant-table .ant-table-content .ant-table-body tr td .job-date>.job-date__label.job-date__label-editable,.document-mapped-jobs-table .ant-table .ant-table-content .ant-table-tbody tr td .job-date>.job-date__label.job-date__label-editable,.pre-classify-sites .ant-table .ant-table-content .ant-table-body tr td .job-date>.job-date__label.job-date__label-editable,.pre-classify-sites .ant-table .ant-table-content .ant-table-tbody tr td .job-date>.job-date__label.job-date__label-editable{text-decoration:underline;cursor:pointer}.active-job-info .ant-table .ant-table-content .ant-table-body tr td .job-date.late>.job-date__label,.active-job-info .ant-table .ant-table-content .ant-table-tbody tr td .job-date.late>.job-date__label,.call-session .ant-table .ant-table-content .ant-table-body tr td .job-date.late>.job-date__label,.call-session .ant-table .ant-table-content .ant-table-tbody tr td .job-date.late>.job-date__label,.document-mapped-jobs-table .ant-table .ant-table-content .ant-table-body tr td .job-date.late>.job-date__label,.document-mapped-jobs-table .ant-table .ant-table-content .ant-table-tbody tr td .job-date.late>.job-date__label,.pre-classify-sites .ant-table .ant-table-content .ant-table-body tr td .job-date.late>.job-date__label,.pre-classify-sites .ant-table .ant-table-content .ant-table-tbody tr td .job-date.late>.job-date__label{color:#fc5a5a}.active-job-info .ant-table .ant-table-content .ant-table-body tr td .job-date.late>svg.job-date__warning-icon,.active-job-info .ant-table .ant-table-content .ant-table-tbody tr td .job-date.late>svg.job-date__warning-icon,.call-session .ant-table .ant-table-content .ant-table-body tr td .job-date.late>svg.job-date__warning-icon,.call-session .ant-table .ant-table-content .ant-table-tbody tr td .job-date.late>svg.job-date__warning-icon,.document-mapped-jobs-table .ant-table .ant-table-content .ant-table-body tr td .job-date.late>svg.job-date__warning-icon,.document-mapped-jobs-table .ant-table .ant-table-content .ant-table-tbody tr td .job-date.late>svg.job-date__warning-icon,.pre-classify-sites .ant-table .ant-table-content .ant-table-body tr td .job-date.late>svg.job-date__warning-icon,.pre-classify-sites .ant-table .ant-table-content .ant-table-tbody tr td .job-date.late>svg.job-date__warning-icon{visibility:visible}.custom-form{width:100%}.custom-form>div:not(:first-of-type){margin-top:15px}.custom-form>div label{margin-right:10px}#advanced-filter-btn{position:absolute;right:30px;width:32px;height:32px;top:5px;border:1px solid #797979;fill:#797979;border-radius:5px;z-index:100;cursor:pointer}#advanced-filter-btn.filter-active{fill:#fc5a5a;border-color:#fc5a5a}#refresh-btn{position:absolute;right:70px;width:32px;height:32px;top:5px;border:1px solid #797979;fill:#797979;border-radius:5px;z-index:100;cursor:pointer}.job-filter{display:flex;flex-direction:column}.job-filter-items{display:flex;flex-direction:row;justify-content:space-evenly}.job-filter-items .job-filter-group{width:50%}.job-filter-items .job-filter-group:not(:first-of-type){margin-left:10px}.job-filter-group{display:flex;flex-direction:column;margin-top:10px}.job-filter-group label{font-size:12px;margin:0}.job-filter-group .job-filter-selector{width:100%}.attach-doc-info.already-mapped .ant-tooltip-inner{background:#44b20f}.attach-doc-info.require-job-selection .ant-tooltip-inner{background:#ff3f3f}.ant-form.call-review-form.ant-form-horizontal{margin-top:10px}.ant-form.call-review-form.ant-form-horizontal .ant-form-item-label{line-height:20px}.ant-form.call-review-form.ant-form-horizontal .ant-form-item-label label{font-weight:500;margin-bottom:0}.ant-form.call-review-form.ant-form-horizontal .ant-form-item-control-wrapper .ant-form-explain{font-size:12px}.additional-asset-group{border:1px solid #ddd!important;padding:0 10px 10px;border-bottom:none;margin:4px 0}.additional-asset-group .additional-asset__title{width:auto!important;border:none;font-size:14px;padding:0 10px;margin-bottom:10px}.additional-asset-group label[for=additionalAssets] span{display:none}.advanced-filter-popup{z-index:1032!important}.advanced-filter-popup .ant-popover-content .ant-popover-inner{width:600px!important}.ant-modal.dob-comments-modal .ant-modal-body{padding:0;margin:0;position:relative;overflow:hidden;max-height:480px;min-height:260px}.ant-modal.dob-comments-modal .ant-modal-body .ant-drawer-mask{background-color:hsla(0,0%,76.5%,.45)}.ant-modal.dob-comments-modal .ant-modal-body form .form-control{border-color:#ccc}.confirm-session-modal .title{font-size:17px;font-weight:700}.confirm-session-modal .form-checkbox{margin-bottom:0}.confirm-session-modal .form-checkbox .ant-form-item-control-wrapper .ant-form-item-control .checkbox{margin:0}.confirm-session-modal .form-checkbox .ant-form-item-control-wrapper .ant-form-item-control .checkbox label input{height:31px}.confirm-session-modal .footer{margin:0;text-align:right}.internal-review-modal{min-height:400px}.internal-review-modal .internal-review__title{font-size:17px;margin-bottom:10px}.internal-review-modal .internal-review__footer{margin-top:17px;text-align:right}.internal-review-modal .internal-review__footer .internal-review__action{margin-right:5px}.cloud-data-modal .target-selector .ant-select-selection.ant-select-selection--single{height:60px;align-items:center;display:flex}.cloud-data-modal .target-selector .ant-select-selection.ant-select-selection--single .ant-select-selection__rendered,.cloud-data-modal .target-selector .ant-select-selection.ant-select-selection--single .ant-select-selection__rendered .ant-select-selection-selected-value{width:100%;height:100%}.doc-classification-level{width:12px;height:12px;border-radius:24px;margin-right:10px;flex-shrink:0;margin-top:4px}.doc-classification-level.level-green{background-color:#3dd598}.doc-classification-level.level-gray,.doc-classification-level.level-not-classified-no-job{background-color:#92929d}.doc-classification-level.level-red{background-color:#fc5a5a}.doc-classification-level.level-orange{background-color:#ffb000}.doc-classification-level.level-classified-no-job{background-color:#689fc8}.call-review-modal{width:80%!important;height:530px}.call-review-modal .ant-modal-content{width:100%;height:100%;overflow-x:hidden}.call-review-modal .ant-modal-content .ant-modal-body{height:77%;width:100%}.call-review-modal .ant-modal-content .ant-modal-body .target{margin-top:40px}.call-review-modal .ant-modal-content .ant-modal-body .gutter-row{margin:5px 0}.call-review-modal .ant-modal-content .ant-modal-body .target__label{line-height:60px}.call-review-modal .ant-modal-content .ant-modal-body .session-for-col{line-height:32px}.call-review-modal .ant-modal-content .ant-modal-body .session-for-col .session-label{vertical-align:middle}.call-review-modal .ant-modal-content .ant-modal-body .session-label{float:right;vertical-align:middle}.call-review-modal .ant-modal-content .ant-modal-body .empty-section{width:100%;height:100%;text-align:center;background:rgba(0,0,0,.05);margin:auto 0;display:table}.call-review-modal .ant-modal-content .ant-modal-body .empty-section .ant-spin{display:table-cell;vertical-align:middle}.call-review-modal .ant-modal-content .target-selector .ant-select-selection.ant-select-selection--single{height:60px;align-items:center;display:flex}.call-review-modal .ant-modal-content .target-selector .ant-select-selection.ant-select-selection--single .ant-select-selection__rendered,.call-review-modal .ant-modal-content .target-selector .ant-select-selection.ant-select-selection--single .ant-select-selection__rendered .ant-select-selection-selected-value{width:100%;height:100%}.call-review-modal .ant-modal-content .people-selector,.call-review-modal .ant-modal-content .user-preferences-contact-info{display:flex;flex-direction:row;justify-content:center;height:60px}.call-review-modal .ant-modal-content .people-selector>span,.call-review-modal .ant-modal-content .user-preferences-contact-info>span{display:flex;flex-direction:column;width:50%;justify-content:center}.call-review-modal .ant-modal-content .people-selector>span.one-line,.call-review-modal .ant-modal-content .user-preferences-contact-info>span.one-line{width:100%;text-align:left!important}.call-review-modal .ant-modal-content .people-selector>span:last-of-type,.call-review-modal .ant-modal-content .user-preferences-contact-info>span:last-of-type{text-align:right;padding-right:5px}.call-review-modal .ant-modal-content .people-selector>span span,.call-review-modal .ant-modal-content .user-preferences-contact-info>span span{font-size:11px;line-height:13px;padding:2px 0}.call-review-modal .ant-modal-content .people-selector>span span.inherit-font-size,.call-review-modal .ant-modal-content .user-preferences-contact-info>span span.inherit-font-size{font-size:inherit}.call-review-modal .ant-modal-content .people-selector>span span:first-of-type,.call-review-modal .ant-modal-content .user-preferences-contact-info>span span:first-of-type{padding-top:0}.call-review-modal .ant-modal-content .people-selector>span span:last-of-type,.call-review-modal .ant-modal-content .user-preferences-contact-info>span span:last-of-type{padding-bottom:0}.call-review-modal .ant-modal-content .people-selector>span .contact-info__name,.call-review-modal .ant-modal-content .user-preferences-contact-info>span .contact-info__name{font-size:14px;font-weight:600}.call-review-modal .ant-modal-content .people-selector>span .contact-info__email,.call-review-modal .ant-modal-content .user-preferences-contact-info>span .contact-info__email{color:#689fc8}.call-review-modal .ant-modal-content .people-selector>span .contact-info__phone-type,.call-review-modal .ant-modal-content .user-preferences-contact-info>span .contact-info__phone-type{font-style:italic}.call-review-modal .ant-modal-content .create-call-review-footer{position:absolute;width:100%;border-top:1px solid #e8e8e8;padding:10px 16px;text-align:right;left:0;background:#fff;border-radius:0 0 4px 4px;bottom:0}.call-review-modal .ant-modal-content .create-call-review-footer button{margin-left:7px}.job-session-comment-modal{width:600px;height:600px}.job-session-comment-modal .comment-title{display:flex;justify-content:space-between}.job-session-comment-modal .comment-title .icon{height:23px;width:23px;cursor:pointer;margin-right:7px}.job-session-comment-modal .ant-modal-content{height:100%;overflow-x:hidden}.job-session-comment-modal .ant-modal-content .ant-modal-body{height:450px}.job-session-comment-modal .ant-modal-content .ant-modal-body .history .comment{border-bottom:1px solid #ececec;padding:6px 0}.job-session-comment-modal .ant-modal-content .ant-modal-body .history .comment .comment-text{font-size:15px}.job-session-comment-modal .ant-modal-content .ant-modal-body .history .comment .comment-target,.job-session-comment-modal .ant-modal-content .ant-modal-body .history .comment .comment-user{color:#b5b5b5;font-size:12px}.job-session-comment-modal .ant-modal-content .comments-history-footer{position:absolute;width:100%;border-top:1px solid #e8e8e8;padding:10px 16px;text-align:right;left:0;background:#fff;border-radius:0 0 4px 4px;bottom:0}.job-session-comment-modal .ant-modal-content .comments-history-footer button{margin-left:7px}.call-review-jobs-table .internal-review-col{text-align:center}.call-review-jobs-table .internal-review-col .ant-checkbox-checked .ant-checkbox-inner{background-color:#fc5a5a;border-color:#fc5a5a}.call-review-jobs-table .internal-review-col .ant-checkbox-wrapper-checked:hover>span:after{border-color:#fc5a5a}.call-review-jobs-table .status-group-col{width:126px}.call-review-jobs-table .status-col{width:42px}.call-review-jobs-table .status-col svg{width:24px;height:24px;fill:#0d426a}.call-review-jobs-table .status-col .reschedule-icon path{fill:#0d426a}.header-fixed-section{position:-webkit-sticky;position:sticky;top:0;z-index:1033;background-color:#fff}.header-fixed-section .call-review-header-fixed .ant-table-placeholder{display:none}.ant-table-wrapper.custom-filter .ant-table .ant-table-header .ant-table-thead tr th.ant-table-column-has-filters .ant-table-filter-icon{display:inline;margin-left:10px;width:32px;height:32px;position:relative!important}.ant-tabs .ant-tabs-tab-active,.ant-tabs .ant-tabs-tab:hover{color:#0d426a!important}.ant-tabs .ant-tabs-ink-bar{background-color:#bed657!important}.ant-tabs .ant-tabs-content .ant-tabs-tabpane.flex-center{display:flex;justify-content:center}.ant-table .ant-table-content .ant-table-header .ant-table-fixed .ant-table-thead th.custom-column{border-left:.5px solid #e7e7e7;border-right:.5px solid #cbcbcb}.ant-table .ant-table-content .ant-table-header .ant-table-fixed .ant-table-thead th.th-level1{background:#f3f3f3!important}.ant-table .ant-table-content .ant-table-header .ant-table-fixed .ant-table-thead th.th-level2{background:#e9e9e9!important}.ant-table .ant-table-content .ant-table-header .ant-table-fixed .ant-table-thead th.th-level3{background:#e1e1e1!important}.ant-form.ant-form-horizontal{margin-top:10px}.ant-form.ant-form-horizontal .ant-form-item-label label{font-weight:500}.ant-form.ant-form-horizontal .ant-form-item-control-wrapper .ant-form-explain{font-size:12px}.action-btn-big{width:40px;height:50px;display:flex;flex-shrink:0;flex-grow:0;border:1px solid #595959;align-items:center;justify-content:center;border-radius:10px;cursor:pointer}.ai-chip-icon{width:31px;color:#fff;fill:#fff;margin-right:5px;vertical-align:middle}.default-document-viewer .web-viewer-wrapper{border-radius:31px}.default-document-viewer .web-viewer-wrapper .webViewer{margin:0;box-shadow:none;border-radius:15px}.ant-upload.ant-upload-disabled button.ant-btn{color:rgba(0,0,0,.25);background-color:#f5f5f5;border-color:#d9d9d9;text-shadow:none;box-shadow:none;cursor:not-allowed}
/*# sourceMappingURL=main.c9f8f029.chunk.css.map */