@charset "UTF-8";/*!
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}@-webkit-keyframes bounce{0%,100%,20%,53%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,100%,20%,53%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-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}@-webkit-keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(0.75,1.25,1);transform:scale3d(0.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)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(0.75,1.25,1);transform:scale3d(0.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)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,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%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,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:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,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) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{-webkit-transform:none;transform:none}}@keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes bounceIn{0%,100%,20%,40%,60%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.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)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{0%,100%,20%,40%,60%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.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)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.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)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.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)}100%{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.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)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.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)}100%{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.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)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.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)}100%{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.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)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.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)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,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)}100%{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)}100%{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)}100%{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)}100%{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)}100%{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)}100%{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)}100%{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)}100%{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)}100%{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)}100%{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}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{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)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{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)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{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)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{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)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{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)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{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)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{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)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{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)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}100%{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}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}100%{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}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}100%{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}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}100%{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}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}100%{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}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}100%{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}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}100%{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}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}100%{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) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-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}100%{-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) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-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}100%{-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) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-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) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-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) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,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) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,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}100%{-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}100%{-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}100%{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}100%{-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:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-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:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-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:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-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:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-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:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-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:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-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:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-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:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-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:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-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:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-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}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,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}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,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}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-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}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-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}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,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:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,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:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,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}100%{-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:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,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:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,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}100%{-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) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes rollOut{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,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(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.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(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.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(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.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(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.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(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.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(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.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(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.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(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.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(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.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(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.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(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.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(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.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(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.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(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.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(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.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(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.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)}100%{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{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(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{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(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.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(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{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(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.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)}100%{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)}100%{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)}100%{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)}100%{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(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{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(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.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(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{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(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInDown{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInLeft{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translateX(100%);transform:translateX(100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInRight{0%{-webkit-transform:translateX(100%);transform:translateX(100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translateY(100%);transform:translateY(100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInUp{0%{-webkit-transform:translateY(100%);transform:translateY(100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(100%);transform:translateY(100%)}}@keyframes slideOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(100%);transform:translateY(100%)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes slideOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(-100%);transform:translateX(-100%)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes slideOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(100%);transform:translateX(100%)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@keyframes slideOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(-100%);transform:translateY(-100%)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp} /* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
	}
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(/images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(/images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path {
	background-image: url(/images/marker-icon.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}
 /*!
 * 
 * Super simple WYSIWYG editor v0.8.20
 * https://summernote.org
 *
 *
 * Copyright 2013- Alan Hong and contributors
 * Summernote may be freely distributed under the MIT license.
 *
 * Date: 2021-10-14T21:15Z
 *
 */
@font-face {
    font-family: "summernote";
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url("./font/summernote.eot?#iefix") format("embedded-opentype"), url("./font/summernote.woff2") format("woff2"), url("./font/summernote.woff") format("woff"), url("./font/summernote.ttf") format("truetype");
}
[class^=note-icon]:before,
[class*=" note-icon"]:before {
    display: inline-block;
    font-family: "summernote";
    font-style: normal;
    font-size: inherit;
    text-decoration: inherit;
    text-rendering: auto;
    text-transform: none;
    vertical-align: middle;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
}

.note-icon-fw {
    text-align: center;
    width: 1.25em;
}

.note-icon-border {
    border: solid 0.08em #eee;
    border-radius: 0.1em;
    padding: 0.2em 0.25em 0.15em;
}

.note-icon-pull-left {
    float: left;
}

.note-icon-pull-right {
    float: right;
}

.note-icon.note-icon-pull-left {
    margin-right: 0.3em;
}
.note-icon.note-icon-pull-right {
    margin-left: 0.3em;
}

.note-icon-align::before {
    content: "\ea01";
}

.note-icon-align-center::before {
    content: "\ea02";
}

.note-icon-align-indent::before {
    content: "\ea03";
}

.note-icon-align-justify::before {
    content: "\ea04";
}

.note-icon-align-left::before {
    content: "\ea05";
}

.note-icon-align-outdent::before {
    content: "\ea06";
}

.note-icon-align-right::before {
    content: "\ea07";
}

.note-icon-arrow-circle-down::before {
    content: "\ea08";
}

.note-icon-arrow-circle-left::before {
    content: "\ea09";
}

.note-icon-arrow-circle-right::before {
    content: "\ea0a";
}

.note-icon-arrow-circle-up::before {
    content: "\ea0b";
}

.note-icon-arrows-alt::before {
    content: "\ea0c";
}

.note-icon-arrows-h::before {
    content: "\ea0d";
}

.note-icon-arrows-v::before {
    content: "\ea0e";
}

.note-icon-bold::before {
    content: "\ea0f";
}

.note-icon-caret::before {
    content: "\ea10";
}

.note-icon-chain-broken::before {
    content: "\ea11";
}

.note-icon-circle::before {
    content: "\ea12";
}

.note-icon-close::before {
    content: "\ea13";
}

.note-icon-code::before {
    content: "\ea14";
}

.note-icon-col-after::before {
    content: "\ea15";
}

.note-icon-col-before::before {
    content: "\ea16";
}

.note-icon-col-remove::before {
    content: "\ea17";
}

.note-icon-eraser::before {
    content: "\ea18";
}

.note-icon-float-left::before {
    content: "\ea19";
}

.note-icon-float-none::before {
    content: "\ea1a";
}

.note-icon-float-right::before {
    content: "\ea1b";
}

.note-icon-font::before {
    content: "\ea1c";
}

.note-icon-frame::before {
    content: "\ea1d";
}

.note-icon-italic::before {
    content: "\ea1e";
}

.note-icon-link::before {
    content: "\ea1f";
}

.note-icon-magic::before {
    content: "\ea20";
}

.note-icon-menu-check::before {
    content: "\ea21";
}

.note-icon-minus::before {
    content: "\ea22";
}

.note-icon-orderedlist::before {
    content: "\ea23";
}

.note-icon-pencil::before {
    content: "\ea24";
}

.note-icon-picture::before {
    content: "\ea25";
}

.note-icon-question::before {
    content: "\ea26";
}

.note-icon-redo::before {
    content: "\ea27";
}

.note-icon-rollback::before {
    content: "\ea28";
}

.note-icon-row-above::before {
    content: "\ea29";
}

.note-icon-row-below::before {
    content: "\ea2a";
}

.note-icon-row-remove::before {
    content: "\ea2b";
}

.note-icon-special-character::before {
    content: "\ea2c";
}

.note-icon-square::before {
    content: "\ea2d";
}

.note-icon-strikethrough::before {
    content: "\ea2e";
}

.note-icon-subscript::before {
    content: "\ea2f";
}

.note-icon-summernote::before {
    content: "\ea30";
}

.note-icon-superscript::before {
    content: "\ea31";
}

.note-icon-table::before {
    content: "\ea32";
}

.note-icon-text-height::before {
    content: "\ea33";
}

.note-icon-trash::before {
    content: "\ea34";
}

.note-icon-underline::before {
    content: "\ea35";
}

.note-icon-undo::before {
    content: "\ea36";
}

.note-icon-unorderedlist::before {
    content: "\ea37";
}

.note-icon-video::before {
    content: "\ea38";
}

/* Theme Variables
 ------------------------------------------ */
/* Layout
 ------------------------------------------ */
.note-editor {
    position: relative;
}
.note-editor .note-dropzone {
    position: absolute;
    display: none;
    z-index: 100;
    color: lightskyblue;
    background-color: #fff;
    opacity: 0.95;
}
.note-editor .note-dropzone .note-dropzone-message {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
}
.note-editor .note-dropzone.hover {
    color: #098ddf;
}
.note-editor.dragover .note-dropzone {
    display: table;
}
.note-editor .note-editing-area {
    position: relative;
}
.note-editor .note-editing-area .note-editable {
    outline: none;
}
.note-editor .note-editing-area .note-editable sup {
    vertical-align: super;
}
.note-editor .note-editing-area .note-editable sub {
    vertical-align: sub;
}
.note-editor .note-editing-area .note-editable img.note-float-left {
    margin-right: 10px;
}
.note-editor .note-editing-area .note-editable img.note-float-right {
    margin-left: 10px;
}

/* Frame mode layout
 ------------------------------------------ */
.note-editor.note-frame,
.note-editor.note-airframe {
    border: 1px solid #00000032;
}
.note-editor.note-frame.codeview .note-editing-area .note-editable,
.note-editor.note-airframe.codeview .note-editing-area .note-editable {
    display: none;
}
.note-editor.note-frame.codeview .note-editing-area .note-codable,
.note-editor.note-airframe.codeview .note-editing-area .note-codable {
    display: block;
}
.note-editor.note-frame .note-editing-area,
.note-editor.note-airframe .note-editing-area {
    overflow: hidden;
}
.note-editor.note-frame .note-editing-area .note-editable,
.note-editor.note-airframe .note-editing-area .note-editable {
    padding: 10px;
    overflow: auto;
    word-wrap: break-word;
}
.note-editor.note-frame .note-editing-area .note-editable[contenteditable=false],
.note-editor.note-airframe .note-editing-area .note-editable[contenteditable=false] {
    background-color: #8080801d;
}
.note-editor.note-frame .note-editing-area .note-codable,
.note-editor.note-airframe .note-editing-area .note-codable {
    display: none;
    width: 100%;
    padding: 10px;
    border: none;
    box-shadow: none;
    font-family: Menlo, Monaco, monospace, sans-serif;
    font-size: 14px;
    color: #ccc;
    background-color: #222;
    resize: none;
    outline: none;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    margin-bottom: 0;
}
.note-editor.note-frame.fullscreen,
.note-editor.note-airframe.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    z-index: 1050;
}
.note-editor.note-frame.fullscreen .note-resizebar,
.note-editor.note-airframe.fullscreen .note-resizebar {
    display: none;
}
.note-editor.note-frame .note-status-output,
.note-editor.note-airframe .note-status-output {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.42857143;
    height: 20px;
    margin-bottom: 0;
    color: #000;
    border: 0;
    border-top: 1px solid #e2e2e2;
}
.note-editor.note-frame .note-status-output:empty,
.note-editor.note-airframe .note-status-output:empty {
    height: 0;
    border-top: 0 solid transparent;
}
.note-editor.note-frame .note-status-output .pull-right,
.note-editor.note-airframe .note-status-output .pull-right {
    float: right !important;
}
.note-editor.note-frame .note-status-output .text-muted,
.note-editor.note-airframe .note-status-output .text-muted {
    color: #777;
}
.note-editor.note-frame .note-status-output .text-primary,
.note-editor.note-airframe .note-status-output .text-primary {
    color: #286090;
}
.note-editor.note-frame .note-status-output .text-success,
.note-editor.note-airframe .note-status-output .text-success {
    color: #3c763d;
}
.note-editor.note-frame .note-status-output .text-info,
.note-editor.note-airframe .note-status-output .text-info {
    color: #31708f;
}
.note-editor.note-frame .note-status-output .text-warning,
.note-editor.note-airframe .note-status-output .text-warning {
    color: #8a6d3b;
}
.note-editor.note-frame .note-status-output .text-danger,
.note-editor.note-airframe .note-status-output .text-danger {
    color: #a94442;
}
.note-editor.note-frame .note-status-output .alert,
.note-editor.note-airframe .note-status-output .alert {
    margin: -7px 0 0 0;
    padding: 7px 10px 2px 10px;
    border-radius: 0;
    color: #000;
    background-color: #f5f5f5;
}
.note-editor.note-frame .note-status-output .alert .note-icon,
.note-editor.note-airframe .note-status-output .alert .note-icon {
    margin-right: 5px;
}
.note-editor.note-frame .note-status-output .alert-success,
.note-editor.note-airframe .note-status-output .alert-success {
    color: #3c763d !important;
    background-color: #dff0d8 !important;
}
.note-editor.note-frame .note-status-output .alert-info,
.note-editor.note-airframe .note-status-output .alert-info {
    color: #31708f !important;
    background-color: #d9edf7 !important;
}
.note-editor.note-frame .note-status-output .alert-warning,
.note-editor.note-airframe .note-status-output .alert-warning {
    color: #8a6d3b !important;
    background-color: #fcf8e3 !important;
}
.note-editor.note-frame .note-status-output .alert-danger,
.note-editor.note-airframe .note-status-output .alert-danger {
    color: #a94442 !important;
    background-color: #f2dede !important;
}
.note-editor.note-frame .note-statusbar,
.note-editor.note-airframe .note-statusbar {
    background-color: #8080801d;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: 1px solid #00000032;
}
.note-editor.note-frame .note-statusbar .note-resizebar,
.note-editor.note-airframe .note-statusbar .note-resizebar {
    padding-top: 1px;
    height: 9px;
    width: 100%;
    cursor: ns-resize;
}
.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar,
.note-editor.note-airframe .note-statusbar .note-resizebar .note-icon-bar {
    width: 20px;
    margin: 1px auto;
    border-top: 1px solid #00000032;
}
.note-editor.note-frame .note-statusbar.locked .note-resizebar,
.note-editor.note-airframe .note-statusbar.locked .note-resizebar {
    cursor: default;
}
.note-editor.note-frame .note-statusbar.locked .note-resizebar .note-icon-bar,
.note-editor.note-airframe .note-statusbar.locked .note-resizebar .note-icon-bar {
    display: none;
}
.note-editor.note-frame .note-placeholder,
.note-editor.note-airframe .note-placeholder {
    padding: 10px;
}

.note-editor.note-airframe {
    border: 0;
}
.note-editor.note-airframe .note-editing-area .note-editable {
    padding: 0;
}

/* Popover
 ------------------------------------------ */
.note-popover.popover {
    display: none;
    max-width: none;
}
.note-popover.popover .popover-content a {
    display: inline-block;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}
.note-popover.popover .arrow {
    left: 20px !important;
}

/* Popover and Toolbar (Button container)
 ------------------------------------------ */
.note-toolbar {
    position: relative;
}

.note-popover .popover-content, .note-editor .note-toolbar {
    margin: 0;
    padding: 0 0 5px 5px;
}
.note-popover .popover-content > .note-btn-group, .note-editor .note-toolbar > .note-btn-group {
    margin-top: 5px;
    margin-left: 0;
    margin-right: 5px;
}
.note-popover .popover-content .note-btn-group .note-table, .note-editor .note-toolbar .note-btn-group .note-table {
    min-width: 0;
    padding: 5px;
}
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker, .note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker {
    font-size: 18px;
}
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher, .note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
    position: absolute !important;
    z-index: 3;
    width: 10em;
    height: 10em;
    cursor: pointer;
}
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted, .note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
    position: relative !important;
    z-index: 1;
    width: 5em;
    height: 5em;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
}
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted, .note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
    position: absolute !important;
    z-index: 2;
    width: 1em;
    height: 1em;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
}
.note-popover .popover-content .note-style .dropdown-style blockquote, .note-popover .popover-content .note-style .dropdown-style pre, .note-editor .note-toolbar .note-style .dropdown-style blockquote, .note-editor .note-toolbar .note-style .dropdown-style pre {
    margin: 0;
    padding: 5px 10px;
}
.note-popover .popover-content .note-style .dropdown-style h1, .note-popover .popover-content .note-style .dropdown-style h2, .note-popover .popover-content .note-style .dropdown-style h3, .note-popover .popover-content .note-style .dropdown-style h4, .note-popover .popover-content .note-style .dropdown-style h5, .note-popover .popover-content .note-style .dropdown-style h6, .note-popover .popover-content .note-style .dropdown-style p, .note-editor .note-toolbar .note-style .dropdown-style h1, .note-editor .note-toolbar .note-style .dropdown-style h2, .note-editor .note-toolbar .note-style .dropdown-style h3, .note-editor .note-toolbar .note-style .dropdown-style h4, .note-editor .note-toolbar .note-style .dropdown-style h5, .note-editor .note-toolbar .note-style .dropdown-style h6, .note-editor .note-toolbar .note-style .dropdown-style p {
    margin: 0;
    padding: 0;
}
.note-popover .popover-content .note-color-all .note-dropdown-menu, .note-editor .note-toolbar .note-color-all .note-dropdown-menu {
    min-width: 337px;
}
.note-popover .popover-content .note-color .dropdown-toggle, .note-editor .note-toolbar .note-color .dropdown-toggle {
    width: 20px;
    padding-left: 5px;
}
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette {
    display: inline-block;
    margin: 0;
    width: 160px;
}
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette:first-child, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette:first-child {
    margin: 0 5px;
}
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-palette-title, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-palette-title {
    font-size: 12px;
    margin: 2px 7px;
    text-align: center;
    border-bottom: 1px solid #eee;
}
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset,
.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select {
    font-size: 11px;
    margin: 3px;
    padding: 0 3px;
    cursor: pointer;
    width: 100%;
    border-radius: 5px;
}
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset:hover,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select:hover, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset:hover,
.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select:hover {
    background: #eee;
}
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-row, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-row {
    height: 20px;
}
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select-btn, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select-btn {
    display: none;
}
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn {
    border: 1px solid #eee;
}
.note-popover .popover-content .note-para .note-dropdown-menu, .note-editor .note-toolbar .note-para .note-dropdown-menu {
    min-width: 228px;
    padding: 5px;
}
.note-popover .popover-content .note-para .note-dropdown-menu > div + div, .note-editor .note-toolbar .note-para .note-dropdown-menu > div + div {
    margin-left: 5px;
}
.note-popover .popover-content .note-dropdown-menu, .note-editor .note-toolbar .note-dropdown-menu {
    min-width: 160px;
}
.note-popover .popover-content .note-dropdown-menu.right, .note-editor .note-toolbar .note-dropdown-menu.right {
    right: 0;
    left: auto;
}
.note-popover .popover-content .note-dropdown-menu.right::before, .note-editor .note-toolbar .note-dropdown-menu.right::before {
    right: 9px;
    left: auto !important;
}
.note-popover .popover-content .note-dropdown-menu.right::after, .note-editor .note-toolbar .note-dropdown-menu.right::after {
    right: 10px;
    left: auto !important;
}
.note-popover .popover-content .note-dropdown-menu.note-check a i, .note-editor .note-toolbar .note-dropdown-menu.note-check a i {
    color: deepskyblue;
    visibility: hidden;
}
.note-popover .popover-content .note-dropdown-menu.note-check a.checked i, .note-editor .note-toolbar .note-dropdown-menu.note-check a.checked i {
    visibility: visible;
}
.note-popover .popover-content .note-fontsize-10, .note-editor .note-toolbar .note-fontsize-10 {
    font-size: 10px;
}
.note-popover .popover-content .note-color-palette, .note-editor .note-toolbar .note-color-palette {
    line-height: 1;
}
.note-popover .popover-content .note-color-palette div .note-color-btn, .note-editor .note-toolbar .note-color-palette div .note-color-btn {
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
}
.note-popover .popover-content .note-color-palette div .note-color-btn:hover, .note-editor .note-toolbar .note-color-palette div .note-color-btn:hover {
    transform: scale(1.2);
    transition: all 0.2s;
}

/* Dialog
 ------------------------------------------ */
.note-modal .modal-dialog {
    outline: 0;
    border-radius: 5px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.note-modal .form-group {
    margin-left: 0;
    margin-right: 0;
}
.note-modal .note-modal-form {
    margin: 0;
}
.note-modal .note-image-dialog .note-dropzone {
    min-height: 100px;
    font-size: 30px;
    line-height: 4;
    color: lightgray;
    text-align: center;
    border: 4px dashed lightgray;
    margin-bottom: 10px;
}
@-moz-document url-prefix() {
    .note-modal .note-image-input {
        height: auto;
    }
}

/* Placeholder
 ------------------------------------------ */
.note-placeholder {
    position: absolute;
    display: none;
    color: gray;
}

/* Handle
 ------------------------------------------ */
.note-handle .note-control-selection {
    position: absolute;
    display: none;
    border: 1px solid #000;
}
.note-handle .note-control-selection > div {
    position: absolute;
}
.note-handle .note-control-selection .note-control-selection-bg {
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-opacity: 0.3;
    -khtml-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
    filter: alpha(opacity=30);
}
.note-handle .note-control-selection .note-control-handle, .note-handle .note-control-selection .note-control-sizing, .note-handle .note-control-selection .note-control-holder {
    width: 7px;
    height: 7px;
    border: 1px solid #000;
}
.note-handle .note-control-selection .note-control-sizing {
    background-color: #000;
}
.note-handle .note-control-selection .note-control-nw {
    top: -5px;
    left: -5px;
    border-right: none;
    border-bottom: none;
}
.note-handle .note-control-selection .note-control-ne {
    top: -5px;
    right: -5px;
    border-bottom: none;
    border-left: none;
}
.note-handle .note-control-selection .note-control-sw {
    bottom: -5px;
    left: -5px;
    border-top: none;
    border-right: none;
}
.note-handle .note-control-selection .note-control-se {
    right: -5px;
    bottom: -5px;
    cursor: se-resize;
}
.note-handle .note-control-selection .note-control-se.note-control-holder {
    cursor: default;
    border-top: none;
    border-left: none;
}
.note-handle .note-control-selection .note-control-selection-info {
    right: 0;
    bottom: 0;
    padding: 5px;
    margin: 5px;
    color: #fff;
    background-color: #000;
    font-size: 12px;
    border-radius: 5px;
    -webkit-opacity: 0.7;
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    filter: alpha(opacity=70);
}

.note-hint-popover {
    min-width: 100px;
    padding: 2px;
}
.note-hint-popover .popover-content {
    padding: 3px;
    max-height: 150px;
    overflow: auto;
}
.note-hint-popover .popover-content .note-hint-group .note-hint-item {
    display: block !important;
    padding: 3px;
}
.note-hint-popover .popover-content .note-hint-group .note-hint-item.active, .note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
    display: block;
    clear: both;
    font-weight: 400;
    line-height: 1.4;
    color: white;
    white-space: nowrap;
    text-decoration: none;
    background-color: #428bca;
    outline: 0;
    cursor: pointer;
}

/* Handle
 ------------------------------------------ */
html .note-fullscreen-body, body .note-fullscreen-body {
    overflow: hidden !important;
}

/*# sourceMappingURL=summernote.css.map*/ .colorpicker-visible,.colorpicker-visible .dropdown-menu{display:block!important}colorpicker-saturation{display:block;width:100px;height:100px;background-image:url(data:image/png;base64,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);background-size:contain;cursor:crosshair;float:left}colorpicker-saturation i{display:block;height:7px;width:7px;border:1px solid #000;border-radius:5px;position:absolute;top:0;left:0;margin:-4px 0 0 -4px}colorpicker-saturation i::after{content:'';display:block;height:7px;width:7px;border:1px solid #fff;border-radius:5px}colorpicker-alpha,colorpicker-hue{width:15px;height:100px;float:left;cursor:row-resize;margin-left:4px;margin-bottom:4px}colorpicker-alpha i,colorpicker-hue i{display:block;height:2px;background:#000;border-top:1px solid #fff;position:absolute;top:0;left:0;width:100%;margin-top:-1px}.colorpicker,colorpicker-alpha{display:none}colorpicker-hue{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkCAMAAABw8qpSAAABLFBMVEUA/z8AuP//JAAA/33/3AAA/1ABAv8A/7r/AH7/jgD2AP8A//j/AEHmAP/XAP/HAP+4AP//ALyoAP+aAP+JAP97AP9rAP9cAP9MAP8+AP8tAP8fAP8PAP8ATv//AG7/cAD/vgD/APoAmv//ADH/AKwB/wMA5//4Eg4AL///AOr/UQD/nwAA/27/7AAA/+kAe/8Ayf8A/5sA/zEA/6z/ABEAEP8A/17/MgAA/9n/ACL/gAD/AJ0AXP8Aqv//AMoA/yHqFBb/zAD/AGD/ANsA9//1/wDk/wDV/wDF/wC3/wD/AI2m/wD/FACY/wCI/wB5/wBp/wD/YgBb/wBK/wA8/wAs/wAd/wAN/wAAPv8A/xH/AFAAi///rQAA/8r/+gAA1///QwAAH/8Abf8A/43c/JNGAAAAiUlEQVR4AQXBg2EDAAAAsMy2bds2ttp2+/8PTby79mDLsKJPq/oFPdk24dWXAxsGjRg1ZtykKdNmzJozb8GiJct63WjYl7fiWdOZkk0vOpyr2fVtyKl7FX2uXGjpcuxWDy69KdiRk5WRlpIUFxMVERLw78+vH1Unun1YV3ZkwKM1CYfq7nQK22sD03ITV2Aqp0IAAAAASUVORK5CYII=);background-size:contain}.colorpicker-color,colorpicker-alpha{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAABkCAMAAACIElGlAAADAFBMVEUAAADT09PT09P////T09P////e3t7q6urT09Px8fHT09P////////T09PT09P////////T09PT09P////////////T09PT09P////////////T09P////T09PT09PT09P////T09PT09P////////////////T09P////T09PT09P////T09PT09PT09PT09PT09PT09P////T09P////T09PT09P////////////T09P////T09P////////////T09PT09P////T09P////////////////////T09P////////T09PT09P////////////////////////T09PT09P////////////////////////T09PT09P////T09PT09P////////T09P////////////T09P////////T09P////T09P////T09P////T09PT09PT09PT09P////T09PT09PT09PT09PT09PT09P////T09P////T09PT09P////////////T09PT09PT09P////T09PT09PT09PT09PT09PT09PT09P////////////////T09PT09P////////////T09P////////T09P////T09PT09PT09P////////T09P////////T09P////T09PT09P////////////////T09PT09PT09PT09P////T09PT09PT09PT09PT09PT09PT09P////T09P////T09PT09PT09PT09PT09P////////////////////////////////////T09P////T09P////T09P////T09PT09P////////////T09P////T09P////T09P////////////T09PT09P////////////////T09PT09P////T09P////T09PT09P////T09P////T09PT09P////T09PT09PT09PT09P////T09PT09P////////////T09PT09P////T09P////////T09MQsm1FAAABAHRSTlMAgJN8/vcDAfcCnJyGaZmZlomGk4yJOmM/eTxs8wY0YDFC7HNdLx18n5/7aUvzCcW9+qKiK8P0ZiltRwfdw/n8Px3WduJjItj78ss5PDHUNELbwP5wplA2FglEVwvkqNarCs4Z7b2sDLgQ0xNdyLrr0eLLUeW1Vs5TWQLwjPI3ZvQGdvxFyFrAeevaLCLvGd0kpRskGyf4qK605xKvFrGyDRHnBYMEkJaDkIBvB/gpH99O6CrbIC4nH3Lg2SXp4A7Qul/GDEgPSlMQ6LjqFU0SjyCCj5V/gnBN7xglL3O70WBU7gjFFEfft0sPTo1ndRipwXr2yRemWRVENq+ytbGuxGaWGQAAAnpJREFUeNpNxmdcDHAAxvEHOWXvmXX23ntv2XvvMg/Z44x0KaRBSnfcKSqlnYZKp1QqGpT20KZh783/eePj+3vzw3/q/AM9iURPTy6XS+RwcXNzcZMQTE1dTE3bE7y9S0u9xxD600rCGtpI2ErOsbGxzoiMrIqscnaOi4vDdnp4XYSrguwxQSb7KpMllycnl2MFaTSaTxrY5NrY5BoKb2BnZ2doZ29vb2OPSdSd4Bcc7OcXGhqamgqrYCsrq+mEiEtC3gUBDg55Dg53IkQYSYG+gb6+GEqB5wV0o5D8/JAQdKK5hA40n3BS+L6c0JJmE+ZQW8JEak1YQJ0Jq+jbaQEPnotGE+IrK+Pj+xKqU6pTUrIDAgKysZ+WEY5QQkJxcQIO0WrCUbL4YmFhgZ3UlVAUHR1d1JEwjVoRRpDJKxMTE/ShBoRR1I6whLyyvLyyUFAQFhbWhTCFFArFawXOCu/bEHpQLYKnZ0aGZw2CR1qah0dmpqurK+pTU0ILakJoTi+PC7j5RHTrqQg1qRkh3T3d3b0xoSE1ItSleoSe1IswmIYQPl8UlhLWkaOj41tHbKENBLX6j1qt/KFUKnFN+Onk9NvJCQdJpfqlUqGiIjExcRthN91/JsJmGkhYRO/OCBhHwwgxMWUxZQMIu8j8o7m5OfbRLMJh2kTYQ1FRhYVR2EHzCOtpMmEG3SUsJEvLoKAg2Prb2tqOJYSH+/uH33shwlTaS1hLBwhX6AYX2tuiRwStVntOa5yUZJwEqbREKjUi5Bjl5BhZW1uXWOMYGRBOnNDX1zfoxz1FwwkfSJfgo6vr41P7soBBNJ7Qm2YSzHTMzMwmEHRoMf0Fm5mYOUrzNBYAAAAASUVORK5CYII=);background-size:10px 100%}.colorpicker{top:0;left:0;z-index:99999}.colorpicker colorpicker-alpha,.colorpicker colorpicker-hue,.colorpicker colorpicker-saturation{position:relative}.colorpicker input{width:100px;font-size:11px;color:#000;background-color:#fff}.colorpicker.alpha{min-width:140px}.colorpicker.alpha colorpicker-alpha{display:block}.colorpicker.dropdown{position:absolute}.colorpicker.colorpicker-fixed-position{position:fixed}.colorpicker .dropdown-menu::after,.colorpicker .dropdown-menu::before{content:'';display:inline-block;position:absolute}.colorpicker .dropdown-menu::after{clear:both;border:6px solid transparent;top:-5px;left:7px}.colorpicker .dropdown-menu::before{border:7px solid transparent;top:-6px;left:6px}.colorpicker .dropdown-menu{position:static;top:0;left:0;min-width:129px;padding:4px;margin-top:0}.colorpicker-position-top .dropdown-menu::after{border-top:6px solid #fff;border-bottom:0;top:auto;bottom:-5px}.colorpicker-position-top .dropdown-menu::before{border-top:7px solid rgba(0,0,0,.2);border-bottom:0;top:auto;bottom:-6px}.colorpicker-position-right .dropdown-menu::after{border-right:6px solid #fff;border-left:0;top:11px;left:-5px}.colorpicker-position-right .dropdown-menu::before{border-right:7px solid rgba(0,0,0,.2);border-left:0;top:10px;left:-6px}.colorpicker-position-bottom .dropdown-menu::after{border-bottom:6px solid #fff;border-top:0}.colorpicker-position-bottom .dropdown-menu::before{border-bottom:7px solid rgba(0,0,0,.2);border-top:0}.colorpicker-position-left .dropdown-menu::after{border-left:6px solid #fff;border-right:0;top:11px;left:auto;right:-5px}.colorpicker-position-left .dropdown-menu::before{border-left:7px solid rgba(0,0,0,.2);border-right:0;top:10px;left:auto;right:-6px}colorpicker-preview{display:block;height:10px;margin:5px 0 3px;clear:both;background-position:0 100%} /*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.3.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{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;transform:translate(0, 0)}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-genderless:before,.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"} .tour-tip {
  display: none;
  position: absolute;
  background: #1C252E;
  color: #FFF;
  z-index: 101;
  top: 0;
  left: 2.5%;
  font-family: inherit;
  font-weight: 400;
  max-width: 400px;
  border-radius: 10px;
}

.tour-tip p {
  color: #CBD0D4;
  font-size: .9em;
  line-height: 1.5em;
  margin: 0 0 1.125em;
}

.tour-tip button,
.tour-tip .button {
  background-color: #189DAF;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  transition: background-color 300ms ease-out;
  cursor: pointer;
  font-family: inherit;
  font-weight: 700;
  line-height: 1;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  font-size: .8em;
  color: #FFF;
  border-style: solid;
  border-width: 0;
  margin: 0 0 1.25em;
  padding: .5em 1.25em .6em;
  border-radius: 8px;
}

.tour-tip button small,
.tour-tip .button small {
  padding-top: .625em;
  padding-bottom: .5625em;
  -webkit-appearance: none;
}

.tour-tip button:hover,
.tour-tip .button:hover {
  background-color: #0A87A1;
}

.tour-tip .tour-arrow {
  display: block;
  position: absolute;
  left: 22px;
  width: 0;
  height: 0;
  border: inset 14px;
}

.tour-tip .tour-arrow.tt-top {
  border-style: solid;
  bottom: -27px;
  border-color: #1C252E transparent transparent !important;
}

.tour-tip .tour-arrow.tt-bottom {
  border-style: solid;
  top: -28px;
  border-color: transparent transparent #1C252E !important;
}

.tour-tip .tour-arrow.tt-right {
  border-style: solid;
  left: -27px;
  top: 28px;
  border-color: transparent #1C252E transparent transparent !important;
}

.tour-tip .tour-arrow.tt-left {
  border-style: solid;
  left: 100%;
  top: 28px;
  border-color: transparent transparent transparent #1c252e !important;
}

.tour-tip .tour-content-wrapper {
  padding: 1.125em 1.25em 1.5em;
}

.tour-tip .tour-content-wrapper .button {
  margin-bottom: 0 !important;
}

.tour-tip .tour-close-tip {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #fff !important;
  text-decoration: none;
  font-size: 30px;
  font-weight: 400;
  line-height: 0.5 !important;
  cursor: pointer;
}

.tour-tip .tour-close-tip:hover,
.tour-tip .tour-close-tip:focus {
  color: #eee !important;
}

.tour-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
}

.tour-element-active {
  z-index: 120 !important;
  position: relative;
  background: #fff;
} /*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 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:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;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:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}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{*,*:before,*:after{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:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}p,h2,h3{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 th,.table-bordered td{border:1px solid #ddd !important}}@font-face{font-family:'Glyphicons Halflings';src:url("../fonts/bootstrap/glyphicons-halflings-regular.eot");src:url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"),url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"),url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"),url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"),url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg")}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-euro:before,.glyphicon-eur: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{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub: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"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:transparent}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:hover,a:focus{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:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.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 #eee}.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:normal;line-height:1;color:#777}h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px}h1 small,h1 .small,.h1 small,.h1 .small,h2 small,h2 .small,.h2 small,.h2 .small,h3 small,h3 .small,.h3 small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}h4 small,h4 .small,.h4 small,.h4 .small,h5 small,h5 .small,.h5 small,.h5 .small,h6 small,h6 .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}.text-uppercase,.initialism{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:hover,a.text-primary:focus{color:#286090}.text-success{color:#3c763d}a.text-success:hover,a.text-success:focus{color:#2b542c}.text-info{color:#31708f}a.text-info:hover,a.text-info:focus{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover,a.text-warning:focus{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover,a.text-danger:focus{color:#843534}.bg-primary{color:#fff}.bg-primary{background-color:#337ab7}a.bg-primary:hover,a.bg-primary:focus{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:hover,a.bg-success:focus{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover,a.bg-info:focus{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover,a.bg-warning:focus{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover,a.bg-danger:focus{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ul ol,ol ul,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.42857}dt{font-weight:bold}dd{margin-left:0}.dl-horizontal dd:before,.dl-horizontal dd:after{content:" ";display:table}.dl-horizontal dd:after{clear:both}@media (min-width: 768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857;color:#777}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0;text-align:right}.blockquote-reverse footer:before,.blockquote-reverse small:before,.blockquote-reverse .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,.blockquote-reverse small:after,.blockquote-reverse .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after,blockquote.pull-right .small:after{content:'\00A0 \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{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25)}kbd kbd{padding:0;font-size:100%;font-weight:bold;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:#333;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:transparent;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:before,.container:after{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:before,.container-fluid:after{content:" ";display:table}.container-fluid:after{clear:both}.row{margin-left:-15px;margin-right:-15px}.row:before,.row:after{content:" ";display:table}.row:after{clear:both}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,#profile-results #profile-tabs #profile-body-outer #profile-body #stats-area .stats-box.sentimentforce,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-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,#profile-results #profile-tabs #profile-body-outer #profile-body #stats-area .stats-box.sentimentforce,.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,#profile-results #profile-tabs #profile-body-outer #profile-body #stats-area .stats-box.sentimentforce{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:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>thead>tr>th,.table>thead>tr>td,.table>tbody>tr>th,.table>tbody>tr>td,.table>tfoot>tr>th,.table>tfoot>tr>td{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>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>th,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>thead>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.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>thead>tr>td.active,.table>thead>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.table>thead>tr>td.success,.table>thead>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th{background-color:#dff0d8}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>thead>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th{background-color:#d9edf7}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.table>thead>tr>td.warning,.table>thead>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.table>thead>tr>td.danger,.table>thead>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th{background-color:#f2dede}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}.table-responsive{overflow-x:auto;min-height:0.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>thead>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{padding:0;margin:0;border:0;min-width:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:bold}input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type="radio"],input[type="checkbox"]{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="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;-o-transition:border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;transition:border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.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[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;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="time"].form-control,input[type="datetime-local"].form-control,input[type="month"].form-control{line-height:34px}input[type="date"].input-sm,.input-group-sm>input[type="date"].form-control,.input-group-sm>input[type="date"].input-group-addon,.input-group-sm>.input-group-btn>input[type="date"].btn,.input-group-sm input[type="date"],input[type="time"].input-sm,.input-group-sm>input[type="time"].form-control,.input-group-sm>input[type="time"].input-group-addon,.input-group-sm>.input-group-btn>input[type="time"].btn,.input-group-sm input[type="time"],input[type="datetime-local"].input-sm,.input-group-sm>input[type="datetime-local"].form-control,.input-group-sm>input[type="datetime-local"].input-group-addon,.input-group-sm>.input-group-btn>input[type="datetime-local"].btn,.input-group-sm input[type="datetime-local"],input[type="month"].input-sm,.input-group-sm>input[type="month"].form-control,.input-group-sm>input[type="month"].input-group-addon,.input-group-sm>.input-group-btn>input[type="month"].btn,.input-group-sm input[type="month"]{line-height:30px}input[type="date"].input-lg,.input-group-lg>input[type="date"].form-control,.input-group-lg>input[type="date"].input-group-addon,.input-group-lg>.input-group-btn>input[type="date"].btn,.input-group-lg input[type="date"],input[type="time"].input-lg,.input-group-lg>input[type="time"].form-control,.input-group-lg>input[type="time"].input-group-addon,.input-group-lg>.input-group-btn>input[type="time"].btn,.input-group-lg input[type="time"],input[type="datetime-local"].input-lg,.input-group-lg>input[type="datetime-local"].form-control,.input-group-lg>input[type="datetime-local"].input-group-addon,.input-group-lg>.input-group-btn>input[type="datetime-local"].btn,.input-group-lg input[type="datetime-local"],input[type="month"].input-lg,.input-group-lg>input[type="month"].form-control,.input-group-lg>input[type="month"].input-group-addon,.input-group-lg>.input-group-btn>input[type="month"].btn,.input-group-lg input[type="month"]{line-height:46px}}.form-group{margin-bottom:15px}.radio,.checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px}.radio label,.checkbox label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:normal;cursor:pointer}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{position:absolute;margin-left:-20px;margin-top:4px \9}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:normal;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type="radio"][disabled],input[type="radio"].disabled,fieldset[disabled] input[type="radio"],input[type="checkbox"][disabled],input[type="checkbox"].disabled,fieldset[disabled] input[type="checkbox"]{cursor:not-allowed}.radio-inline.disabled,fieldset[disabled] .radio-inline,.checkbox-inline.disabled,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.radio.disabled label,fieldset[disabled] .radio label,.checkbox.disabled label,fieldset[disabled] .checkbox label{cursor:not-allowed}.form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0;min-height:34px}.form-control-static.input-lg,.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,.form-control-static.input-sm,.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-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm,.input-group-sm>select.form-control,.input-group-sm>select.input-group-addon,.input-group-sm>.input-group-btn>select.btn{height:30px;line-height:30px}textarea.input-sm,.input-group-sm>textarea.form-control,.input-group-sm>textarea.input-group-addon,.input-group-sm>.input-group-btn>textarea.btn,select[multiple].input-sm,.input-group-sm>select[multiple].form-control,.input-group-sm>select[multiple].input-group-addon,.input-group-sm>.input-group-btn>select[multiple].btn{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm textarea.form-control,.form-group-sm select[multiple].form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg,.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.33333;border-radius:6px}select.input-lg,.input-group-lg>select.form-control,.input-group-lg>select.input-group-addon,.input-group-lg>.input-group-btn>select.btn{height:46px;line-height:46px}textarea.input-lg,.input-group-lg>textarea.form-control,.input-group-lg>textarea.input-group-addon,.input-group-lg>.input-group-btn>textarea.btn,select[multiple].input-lg,.input-group-lg>select[multiple].form-control,.input-group-lg>select[multiple].input-group-addon,.input-group-lg>.input-group-btn>select[multiple].btn{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.33333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg textarea.form-control,.form-group-lg select[multiple].form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;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}.input-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-group-lg+.form-control-feedback,.form-group-lg .form-control+.form-control-feedback{width:46px;height:46px;line-height:46px}.input-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-group-sm+.form-control-feedback,.form-group-sm .form-control+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,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 .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,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 .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,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:#737373}@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 .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .radio label,.form-inline .checkbox label{padding-left:0}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:7px}.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px}.form-horizontal .form-group{margin-left:-15px;margin-right:-15px}.form-horizontal .form-group:before,.form-horizontal .form-group:after{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:14.33333px;font-size:18px}}@media (min-width: 768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;margin-bottom:0;font-weight:normal;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:focus,.btn.focus,.btn:active:focus,.btn:active.focus,.btn.active:focus,.btn.active.focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus,.btn.focus{color:#333;text-decoration:none}.btn:active,.btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;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:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active,.btn-default.active,.open>.btn-default.dropdown-toggle{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active:hover,.btn-default:active:focus,.btn-default:active.focus,.btn-default.active:hover,.btn-default.active:focus,.btn-default.active.focus,.open>.btn-default.dropdown-toggle:hover,.open>.btn-default.dropdown-toggle:focus,.open>.btn-default.dropdown-toggle.focus{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:hover,.btn-default.disabled:focus,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled.active,.btn-default[disabled],.btn-default[disabled]:hover,.btn-default[disabled]:focus,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled].active,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default:hover,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default.active{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:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary:active,.btn-primary.active,.open>.btn-primary.dropdown-toggle{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary:active:hover,.btn-primary:active:focus,.btn-primary:active.focus,.btn-primary.active:hover,.btn-primary.active:focus,.btn-primary.active.focus,.open>.btn-primary.dropdown-toggle:hover,.open>.btn-primary.dropdown-toggle:focus,.open>.btn-primary.dropdown-toggle.focus{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:hover,.btn-primary.disabled:focus,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled.active,.btn-primary[disabled],.btn-primary[disabled]:hover,.btn-primary[disabled]:focus,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary:hover,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary.active{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:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success:active,.btn-success.active,.open>.btn-success.dropdown-toggle{color:#fff;background-color:#449d44;border-color:#398439}.btn-success:active:hover,.btn-success:active:focus,.btn-success:active.focus,.btn-success.active:hover,.btn-success.active:focus,.btn-success.active.focus,.open>.btn-success.dropdown-toggle:hover,.open>.btn-success.dropdown-toggle:focus,.open>.btn-success.dropdown-toggle.focus{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:hover,.btn-success.disabled:focus,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled.active,.btn-success[disabled],.btn-success[disabled]:hover,.btn-success[disabled]:focus,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled].active,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success:hover,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success.active{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:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info:active,.btn-info.active,.open>.btn-info.dropdown-toggle{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info:active:hover,.btn-info:active:focus,.btn-info:active.focus,.btn-info.active:hover,.btn-info.active:focus,.btn-info.active.focus,.open>.btn-info.dropdown-toggle:hover,.open>.btn-info.dropdown-toggle:focus,.open>.btn-info.dropdown-toggle.focus{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:hover,.btn-info.disabled:focus,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled.active,.btn-info[disabled],.btn-info[disabled]:hover,.btn-info[disabled]:focus,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled].active,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info:hover,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info.active{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:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open>.btn-warning.dropdown-toggle{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning:active:hover,.btn-warning:active:focus,.btn-warning:active.focus,.btn-warning.active:hover,.btn-warning.active:focus,.btn-warning.active.focus,.open>.btn-warning.dropdown-toggle:hover,.open>.btn-warning.dropdown-toggle:focus,.open>.btn-warning.dropdown-toggle.focus{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:hover,.btn-warning.disabled:focus,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled.active,.btn-warning[disabled],.btn-warning[disabled]:hover,.btn-warning[disabled]:focus,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning:hover,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning.active{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:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open>.btn-danger.dropdown-toggle{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active:hover,.btn-danger:active:focus,.btn-danger:active.focus,.btn-danger.active:hover,.btn-danger.active:focus,.btn-danger.active.focus,.open>.btn-danger.dropdown-toggle:hover,.open>.btn-danger.dropdown-toggle:focus,.open>.btn-danger.dropdown-toggle.focus{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:hover,.btn-danger.disabled:focus,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled.active,.btn-danger[disabled],.btn-danger[disabled]:hover,.btn-danger[disabled]:focus,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger:hover,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{color:#337ab7;font-weight:normal;border-radius:0}.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:hover,fieldset[disabled] .btn-link:focus{color:#777;text-decoration:none}.btn-lg,.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.33333;border-radius:6px}.btn-sm,.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs,.btn-group-xs>.btn{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="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity 0.15s linear;-o-transition:opacity 0.15s linear;transition:opacity 0.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;-webkit-transition-property:height,visibility;transition-property:height,visibility;-webkit-transition-duration:0.35s;transition-duration:0.35s;-webkit-transition-timing-function:ease;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}.dropup,.dropdown{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,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,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:normal;line-height:1.42857;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none;color:#262626;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;outline:0;background-color:#337ab7}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#777}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;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:#777;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>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn:hover,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active{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:before,.btn-toolbar:after{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>.btn-lg+.dropdown-toggle,.btn-group-lg.btn-group>.btn+.dropdown-toggle{padding-left:12px;padding-right:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret,.btn-group-lg>.btn .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret,.dropup .btn-group-lg>.btn .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:before,.btn-group-vertical>.btn-group:after{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-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-bottom-left-radius:4px;border-top-right-radius:0;border-top-left-radius:0}.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:separate}.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 input[type="radio"],[data-toggle="buttons"]>.btn input[type="checkbox"],[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.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-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:normal;line-height:1;color:#555;text-align:center;background-color:#eee;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:5px 10px;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:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top:0}.input-group .form-control:first-child,.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:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-top-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{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:before,.nav:after{content:" ";display:table}.nav:after{clear:both}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#777;text-decoration:none;background-color:transparent;cursor:not-allowed}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;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:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;background-color:#fff;border:1px solid #ddd;border-bottom-color: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:hover,.nav-pills>li.active>a:focus{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.nav-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:focus{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.nav-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}}.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:50px;margin-bottom:20px;border:1px solid transparent}.navbar:before,.navbar:after{content:" ";display:table}.navbar:after{clear:both}@media (min-width: 768px){.navbar{border-radius:4px}}.navbar-header:before,.navbar-header:after{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 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch}.navbar-collapse:before,.navbar-collapse:after{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-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-left:0;padding-right:0}}.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:340px}@media (max-device-width: 480px) and (orientation: landscape){.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:200px}}.container>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-header,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width: 768px){.container>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-header,.container-fluid>.navbar-collapse{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-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media (min-width: 768px){.navbar-fixed-top,.navbar-fixed-bottom{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:15px 15px;font-size:18px;line-height:20px;height:50px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-brand>img{display:block}@media (min-width: 768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:8px;margin-bottom:8px;background-color:transparent;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:7.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:transparent;border:0;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media (min-width: 768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{margin-left:-15px;margin-right:-15px;padding:10px 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);margin-top:8px;margin-bottom:8px}@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 .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .radio label,.navbar-form .checkbox label{padding-left:0}.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{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;-webkit-box-shadow:none;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:8px;margin-bottom:8px}.navbar-btn.btn-sm,.btn-group-sm>.navbar-btn.btn{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs,.btn-group-xs>.navbar-btn.btn{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@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:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{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:hover,.navbar-default .navbar-nav>.open>a:focus{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:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:hover,.navbar-default .btn-link:focus{color:#333}.navbar-default .btn-link[disabled]:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:hover,fieldset[disabled] .navbar-default .btn-link:focus{color:#ccc}.navbar-inverse{background-color:#222;border-color:#090909}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#090909}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{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:hover,.navbar-inverse .navbar-nav>.open>a:focus{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:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#090909}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus{color:#fff}.navbar-inverse .btn-link[disabled]:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:hover,fieldset[disabled] .navbar-inverse .btn-link:focus{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:"/ ";padding:0 5px;color:#ccc}.breadcrumb>.active{color:#777}.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:hover,.pagination>li>a:focus,.pagination>li>span:hover,.pagination>li>span:focus{z-index:3;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:hover,.pagination>.active>a:focus,.pagination>.active>span,.pagination>.active>span:hover,.pagination>.active>span:focus{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7;cursor:default}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#777;background-color:#fff;border-color:#ddd;cursor:not-allowed}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;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:5px 10px;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:before,.pager:after{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:hover,.pager li>a:focus{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#777;background-color:#fff;cursor:not-allowed}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.label:empty{display:none}.btn .label{position:relative;top:-1px}a.label:hover,a.label:focus{color:#fff;text-decoration:none;cursor:pointer}.label-default{background-color:#777}.label-default[href]:hover,.label-default[href]:focus{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:bold;color:#fff;line-height:1;vertical-align:middle;white-space:nowrap;text-align:center;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge,.btn-group-xs>.btn .badge,.btn-group-xs>.btn .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:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron h1,.jumbotron .h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width: 768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .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:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border 0.2s ease-in-out;-o-transition:border 0.2s ease-in-out;transition:border 0.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:#333}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{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:bold}.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{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{overflow:hidden;height:20px;margin-bottom:20px;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,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;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-transition:width 0.6s ease;-o-transition:width 0.6s ease;transition:width 0.6s ease}.progress-striped .progress-bar,.progress-bar-striped{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,rgba(0,0,0,0) 75%,rgba(0,0,0,0));background-size:40px 40px}.progress.active .progress-bar,.progress-bar.active{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-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:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,rgba(0,0,0,0) 75%,rgba(0,0,0,0))}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,rgba(0,0,0,0) 75%,rgba(0,0,0,0))}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,rgba(0,0,0,0) 75%,rgba(0,0,0,0))}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,rgba(0,0,0,0) 75%,rgba(0,0,0,0))}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{zoom:1;overflow:hidden}.media-body{width:10000px}.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-left,.media-right,.media-body{display:table-cell;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:hover,a.list-group-item:focus,button.list-group-item:hover,button.list-group-item:focus{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:hover,.list-group-item.disabled:focus{background-color:#eee;color:#777;cursor:not-allowed}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{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: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,.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{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .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:hover,a.list-group-item-success:focus,button.list-group-item-success:hover,button.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus,button.list-group-item-success.active,button.list-group-item-success.active:hover,button.list-group-item-success.active:focus{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:hover,a.list-group-item-info:focus,button.list-group-item-info:hover,button.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:hover,a.list-group-item-info.active:focus,button.list-group-item-info.active,button.list-group-item-info.active:hover,button.list-group-item-info.active:focus{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:hover,a.list-group-item-warning:focus,button.list-group-item-warning:hover,button.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus,button.list-group-item-warning.active,button.list-group-item-warning.active:hover,button.list-group-item-warning.active:focus{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:hover,a.list-group-item-danger:focus,button.list-group-item-danger:hover,button.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus,button.list-group-item-danger.active,button.list-group-item-danger.active:hover,button.list-group-item-danger.active:focus{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;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05)}.panel-body{padding:15px}.panel-body:before,.panel-body:after{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{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>a,.panel-title>small,.panel-title>.small,.panel-title>small>a,.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}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table{margin-bottom:0}.panel>.table caption,.panel>.table-responsive>.table caption,.panel>.panel-collapse>.table caption{padding-left:15px;padding-right:15px}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child,.panel>.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-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.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,.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-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-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{border-top-left-radius:3px}.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,.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-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-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{border-top-right-radius:3px}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr: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{border-bottom-left-radius:3px;border-bottom-right-radius:3px}.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,.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{border-bottom-left-radius:3px}.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,.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{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 th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.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{border-bottom:0}.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-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{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>.panel-body,.panel-group .panel-heading+.panel-collapse>.list-group{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:#333;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:#333}.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 iframe,.embed-responsive embed,.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;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,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:bold;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:hover,.close:focus{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-open{overflow:hidden}.modal{display:none;overflow:hidden;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:translate(0, -25%);-ms-transform:translate(0, -25%);-o-transform:translate(0, -25%);transform:translate(0, -25%);-webkit-transition:-webkit-transform 0.3s ease-out;-moz-transition:-moz-transform 0.3s ease-out;-o-transition:-o-transform 0.3s ease-out;transition:transform 0.3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 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,0.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,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;min-height:16.42857px}.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:before,.modal-footer:after{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:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);box-shadow:0 5px 15px rgba(0,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:"Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:normal;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{bottom:0;right:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.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:"Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:normal;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,0.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,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,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,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,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,0.25)}.popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}.carousel{position:relative}.carousel-inner{position:relative;overflow:hidden;width:100%}.carousel-inner>.item{display:none;position:relative;-webkit-transition:0.6s ease-in-out left;-o-transition:0.6s ease-in-out left;transition:0.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;max-width:100%;height:auto;line-height:1}@media all and (transform-3d), (-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform 0.6s ease-in-out;-moz-transition:-moz-transform 0.6s ease-in-out;-o-transition:-o-transform 0.6s ease-in-out;transition:transform 0.6s ease-in-out;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;-moz-perspective:1000px;perspective:1000px}.carousel-inner>.item.next,.carousel-inner>.item.active.right{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);left:0}.carousel-inner>.item.prev,.carousel-inner>.item.active.left{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);left:0}.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right,.carousel-inner>.item.active{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 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,0.6)}.carousel-control.left{background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.0001) 100%);background-image:-o-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.0001) 100%);background-image:linear-gradient(to right, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)}.carousel-control.right{left:auto;right:0;background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.0001) 0%, rgba(0,0,0,0.5) 100%);background-image:-o-linear-gradient(left, rgba(0,0,0,0.0001) 0%, rgba(0,0,0,0.5) 100%);background-image:linear-gradient(to right, rgba(0,0,0,0.0001) 0%,rgba(0,0,0,0.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)}.carousel-control:hover,.carousel-control:focus{outline:0;color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;margin-top:-10px;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%;margin-left:-10px}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px}.carousel-control .icon-prev,.carousel-control .icon-next{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,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-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-15px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-15px}.carousel-caption{left:20%;right:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after{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:transparent;border:0}.hidden{display:none !important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs{display:none !important}.visible-sm{display:none !important}.visible-md{display:none !important}.visible-lg{display:none !important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-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}th.visible-xs,td.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}th.visible-sm,td.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}th.visible-md,td.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}th.visible-lg,td.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}th.visible-print,td.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}}@font-face{font-family:'echobot';src:url("/fonts/echobot.ttf?mz0kpv") format("truetype"),url("/fonts/echobot.woff?mz0kpv") format("woff"),url("/fonts/echobot.svg?mz0kpv#echobot") format("svg");font-weight:normal;font-style:normal;font-display:block}[class^="icon-"],[class*=" icon-"]{font-family:'echobot' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-lifepr:before{content:"\e913"}.icon-pressebox:before{content:"\e917"}.icon-cross:before{content:"\e900"}.icon-menu:before{content:"\e910"}.icon-menu-up:before{content:"\e911"}.icon-add-border:before{content:"\e90f"}.icon-search-menu:before{content:"\e90e"}.icon-edit-border:before{content:"\e90d"}.icon-add-media:before{content:"\e90c"}.icon-template:before{content:"\e90b"}.icon-subfolder:before{content:"\e90a"}.icon-report:before{content:"\e909"}.icon-searchprofiles:before{content:"\e908"}.icon-reports:before{content:"\e907"}.icon-receiver:before{content:"\e906"}.icon-receiver-group:before{content:"\e905"}.icon-media-overview:before{content:"\e904"}.icon-folder-group:before{content:"\e903"}.icon-expert:before{content:"\e902"}.icon-all-reports:before{content:"\e901"}.icon-all-receiver:before{content:"\e912"}.icon-layer:before{content:"\e654"}.icon-medal:before{content:"\e655"}.icon-certificate:before{content:"\e656"}.icon-half-checkbox:before{content:"\e657"}.icon-bell:before{content:"\e658"}.icon-smiley-mad:before{content:"\e65a"}.icon-smiley-sad:before{content:"\e65b"}.icon-smiley-neutral:before{content:"\e65c"}.icon-smiley-happy:before{content:"\e65d"}.icon-smiley-lol:before{content:"\e65e"}.icon-shuffle:before{content:"\e65f"}.icon-inbox:before{content:"\e663"}.icon-infinity:before{content:"\e664"}.icon-controls:before{content:"\e665"}.icon-rocket:before{content:"\e666"}.icon-circle-dashed:before{content:"\e667"}.icon-help:before{content:"\e668"}.icon-file:before{content:"\e669"}.icon-exchange:before{content:"\e66a"}.icon-exit:before{content:"\e66b"}.icon-star:before{content:"\e66c"}.icon-lock-open:before{content:"\e66d"}.icon-lock-closed:before{content:"\e66e"}.icon-cursor:before{content:"\e66f"}.icon-arrow-right:before{content:"\e670"}.icon-paperclip:before{content:"\e671"}.icon-code:before{content:"\e672"}.icon-shopping-bag:before{content:"\e673"}.icon-warning:before,.form-error-box:before{content:"\e675"}.icon-location:before{content:"\e676"}.icon-panel:before,#profile-menu .profiles-list ul li .css-icon.profile-icon5:before{content:"\e677"}.icon-genius:before{content:"\e678"}.icon-pictures:before{content:"\e679"}.icon-gears:before{content:"\e67a"}.icon-question:before{content:"\e67b"}.icon-heart:before{content:"\e67c"}.icon-shareicon:before{content:"\e67d"}.icon-refresh:before{content:"\e67e"}.icon-like:before{content:"\e67f"}.icon-conversation:before{content:"\e680"}.icon-link:before{content:"\e681"}.icon-playvideo:before{content:"\e682"}.icon-burger-menu:before{content:"\e683"}.icon-mediapanels:before{content:"\e64b"}.icon-monitor2:before{content:"\e64c"}.icon-monitor3:before{content:"\e64d"}.icon-newspaperstack:before{content:"\e64e"}.icon-tags:before{content:"\e64f"}.icon-linechart:before{content:"\e650"}.icon-piechart:before{content:"\e651"}.icon-barchart:before{content:"\e652"}.icon-time:before{content:"\e653"}.icon-medien:before{content:"\e648"}.icon-hashtag:before{content:"\e649"}.icon-leser:before{content:"\e64a"}.icon-echobot:before{content:"\e647"}.icon-sort-alpha-asc:before{content:"\e643";color:#444}.icon-sort-alpha-desc:before{content:"\e644";color:#444}.icon-sort-numberic-desc:before{content:"\e645";color:#444}.icon-sort-numeric-asc:before{content:"\e646";color:#444}.icon-excludesource:before{content:"\e642"}.icon-range:before{content:"\e641";color:#b35047}.icon-combi-a:before{content:"\e63c";color:#444}.icon-combi-ab:before,.step-editprofile-combi .panel-body .row-border .complement:before{content:"\e63d";color:#444}.icon-combi-abc:before,.step-editprofile-combi .panel-body .row-border .overlap:before{content:"\e63e";color:#444}.icon-combi-b:before{content:"\e63f";color:#444}.icon-combi-c:before{content:"\e640";color:#444}.icon-save:before{content:"\e63b"}.icon-csv:before{content:"\e63a"}.icon-movetofolder:before{content:"\e637";color:#444}.icon-movetotrash:before{content:"\e638";color:#444}.icon-filing:before{content:"\e639";color:#444}.icon-rss:before{content:"\e636";color:#444}.icon-json:before{content:"\e632"}.icon-xml:before{content:"\e633"}.icon-excel:before{content:"\e634"}.icon-pdf:before{content:"\e635"}.icon-filled-cirlce-nav:before{content:"\e631";color:#444}.icon-euro:before{content:"\e630";color:#444}.icon-results:before{content:"\e62f"}.icon-reader:before{content:"\e62e"}.icon-statistics:before{content:"\e62d"}.icon-more:before{content:"\e62c";color:#444}.icon-arrowup:before{content:"\e62b"}.icon-folder:before{content:"\e62a"}.icon-dropup:before{content:"\e629"}.icon-printmedien:before,#profile-results #profile-filters form-select.source-excludes li.publisher:before{content:"\e626"}.icon-socialmedia:before{content:"\e627"}.icon-overview:before{content:"\e628"}.icon-dropdown:before{content:"\e625"}.icon-searchterm-good:before{content:"\e623"}.icon-searchterm-bad:before{content:"\e624"}.icon-trash:before{content:"\e61d"}.icon-onlinesource:before,#profile-results #profile-filters form-select.source-excludes li.online:before{content:"\e61e"}.icon-googleplus:before,mediasource i.googleplusSource:before,mediasource .dropdown-menu li.googleplusSource a:before,#profile-results #profile-filters form-select.source-excludes li.googleplus:before{content:"\e61f"}.icon-youtube:before,mediasource i.youtubeSource:before,mediasource .dropdown-menu li.youtubeSource a:before,#profile-results #profile-filters form-select.source-excludes li.youtube:before{content:"\e620"}.icon-twitter:before,mediasource i.twitterSource:before,mediasource .dropdown-menu li.twitterSource a:before,#profile-results #profile-filters form-select.source-excludes li.twitter:before{content:"\e621"}.icon-facebook:before,mediasource i.facebookSource:before,mediasource .dropdown-menu li.facebookSource a:before,#profile-results #profile-filters form-select.source-excludes li.facebook:before{content:"\e622"}.icon-birth:before{content:"\e61c"}.icon-home:before{content:"\e61b"}.icon-phone:before{content:"\e61a"}.icon-mail:before{content:"\e619"}.icon-arrowright:before,.glyphicon.glyphicon-chevron-right:before,.kalendae .k-calendar.k-last-month a.k-btn-next-month:after,.profile-util-page .profile-util-page-content .row.section .profile-type-explain-content:after{content:"\e618"}.icon-double-arrowright:before,.kalendae .k-calendar.k-last-month a.k-btn-next-year:after{content:"\e915"}.icon-check:before{content:"\e617"}.icon-arrowleft:before,.glyphicon.glyphicon-chevron-left:before,.kalendae .k-calendar.k-first-month a.k-btn-previous-month:after,#leftnav .menu-view nav ul.left-nav-first-level>li.small-nav-hide label:after,#leftnav .menu-view nav ul.left-nav-second-level li.small-nav-hide label:after,.recipient-select-overlay .recipient-select-overlay-content:before{content:"\e615"}.icon-double-arrowleft:before,.kalendae .k-calendar.k-first-month a.k-btn-previous-year:after{content:"\e914"}.icon-logout:before{content:"\e614"}.icon-product:before,#profile-menu .profiles-list ul li .css-icon.profile-icon3:before{content:"\e613"}.icon-search:before,#profile-menu .profiles-list ul li .css-icon.profile-icon-freesearch:before{content:"\e612"}.icon-thema:before,#profile-menu .profiles-list ul li .css-icon.profile-icon2:before{content:"\e60d"}.icon-add:before{content:"\e60e"}.icon-combi:before,#profile-menu .profiles-list ul li .css-icon.profile-icon6:before{content:"\e60f"}.icon-company:before,#profile-menu .profiles-list ul li .css-icon.profile-icon1:before{content:"\e610"}.icon-event:before,#profile-menu .profiles-list ul li .css-icon.profile-icon4:before{content:"\e611";color:#888}.icon-person:before,#profile-menu .profiles-list ul li .css-icon.profile-icon0:before{content:"\e60c"}.icon-close:before,#profile-results #profile-filters form-select.source-excludes li:after{content:"\e60b"}.icon-success-circle:before,.modal-success .modal-dialog .modal-content .modal-header .css-icon:before{content:"\e606"}.icon-normal-circle:before{content:"\e607"}.icon-info-circle:before,.modal-info .modal-dialog .modal-content .modal-header .css-icon:before,searchresults #result .result-screenshot .result-screenshot-inner>span.info:hover:after,mediasourceresult #result .result-screenshot .result-screenshot-inner>span.info:hover:after,.mediasourceresult #result .result-screenshot .result-screenshot-inner>span.info:hover:after,socialsourceresult #result .result-screenshot .result-screenshot-inner>span.info:hover:after{content:"\e608"}.icon-error-circle:before,.modal-danger .modal-dialog .modal-content .modal-header .css-icon:before{content:"\e609"}.icon-alert-circle:before,.modal-warning .modal-dialog .modal-content .modal-header .css-icon:before{content:"\e60a"}.icon-filtering:before{content:"\e602"}.icon-emailalert:before{content:"\e603"}.icon-download:before{content:"\e604"}.icon-calendar:before{content:"\e605"}.icon-edit:before{content:"\e600"}.icon-arrowdown:before,#leftnav .menu-view nav ul.left-nav-first-level>li.small-nav-hide label.open:after,#leftnav .menu-view nav ul.left-nav-second-level li.small-nav-hide label.open:after{content:"\e601"}table.DTFC_Cloned thead,table.DTFC_Cloned tfoot{background-color:white}div.DTFC_Blocker{background-color:white}div.DTFC_LeftWrapper table.dataTable,div.DTFC_RightWrapper table.dataTable{margin-bottom:0;z-index:2}div.DTFC_LeftWrapper table.dataTable.no-footer,div.DTFC_RightWrapper table.dataTable.no-footer{border-bottom:none}.color-online{color:#00a8ff}.color-social{color:#00a8ff}.color-publisher{color:#e65a3f}.color-twitter{color:#00aced}.color-facebook{color:#3b5998}.color-youtube{color:red}.color-googleplus{color:#dd4b39}.color-instagram{color:#c32aa3}.color-pinterest{color:#bd081c}.color-limegreen{color:limegreen}.color-green{color:green}.color-red{color:#e65a3f}.color-primary{color:#ccc}.color-success{color:#6fbb1e}.color-info{color:#00a8ff}.color-warning{color:#ffcc30}.color-danger{color:#e65a3f}.online-color-set{color:#a0dfff;color:#79c4ff;color:#4ca1ff;color:#4f8aff;color:#559fff;color:#4b79ff;color:#41c3ff;color:#43e9ff}.social-color-set{color:#bfef8d;color:#8def83;color:#57ef70;color:#3cef53;color:#51bb51;color:#35bb13;color:#08bb52;color:#00bb73}.print-color-set{color:#f5836d;color:#f55d4f;color:#f54047;color:#f55247;color:#f56016;color:#f53411;color:#e65a3f;color:#e61946}.nowrap{white-space:nowrap}#alerts{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:-moz-none;-ms-user-select:none;-o-user-select:none;user-select:none;outline:none;position:fixed;top:0px;left:0px;z-index:3000;width:100%;text-align:center;padding-top:30px;pointer-events:none}.dialogbox-alert{padding:15px;margin-bottom:20px;border-radius:4px}.dialogbox-alert.alert-success{background-color:#6fbb1e;border-color:#6fbb1e;color:#fff}.dialogbox-alert.alert-danger{background-color:#e65a3f;border-color:#e65a3f;color:#fff}.dialogbox-alert.alert-warning{background-color:#ffcc30;border-color:#ffcc30;color:#fff}.dialogbox-alert.alert-info{background-color:#00a8ff;border-color:#00a8ff;color:#fff}.alert{color:#fff;position:relative;display:inline-block;margin-top:5px;pointer-events:all;-webkit-box-shadow:0px 11px 20px rgba(0,0,0,0.22);box-shadow:0px 11px 20px rgba(0,0,0,0.22);-webkit-transition:padding,0.5s,ease;-o-transition:padding,0.5s,ease;transition:padding,0.5s,ease}@media (min-width: 768px){.alert{padding:20px;white-space:nowrap}}.alert>i{padding:10px;font-size:18px;line-height:18px;cursor:pointer;position:absolute;top:50%;right:0;margin-top:-19px;opacity:0;filter:alpha(opacity=0);-webkit-transition:opacity,0.8s,ease;-o-transition:opacity,0.8s,ease;transition:opacity,0.8s,ease}#alerts:hover .alert,.touch .alert{padding-right:40px}#alerts:hover .alert>i,.touch .alert>i{opacity:1;filter:alpha(opacity=100)}.alert.alert-success{background-color:#6fbb1e;border-color:#6fbb1e;color:#fff}.alert.alert-danger{background-color:#e65a3f;border-color:#e65a3f;color:#fff}.alert.alert-warning{background-color:#ffcc30;border-color:#ffcc30;color:#fff}.alert.alert-info{background-color:#00a8ff;border-color:#00a8ff;color:#fff}.pull-center{float:none;margin:0 auto}.smallpadding-col{padding-left:5px;padding-right:5px}.no-padding-right{padding-right:0 !important}.no-padding{padding:0 !important}.glyphicon{font-family:'echobot';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.placeholder{opacity:0}.clearfix{padding:0 !important;margin:0 !important;font-size:0 !important;line-height:0 !important}.label-container{font-size:0;line-height:0;margin-left:-5px}.label{padding:8px 15px;font-weight:normal;margin-top:5px;margin-left:5px;display:inline-block;font-size:12px;line-height:1;position:relative}.label.label-icon-hover i[class^="icon-"]:last-child,.label.label-icon-hover i[class*=" icon-"]:last-child{display:none}.label.label-icon-hover:hover{padding-left:7px;padding-right:23px}.label.label-icon-hover:hover i[class^="icon-"]:last-child,.label.label-icon-hover:hover i[class*=" icon-"]:last-child{display:block;cursor:pointer;color:inherit;border:inherit;font-size:12px;position:absolute;top:50%;right:6px;bottom:0;margin-top:-6px}.input-sentence label,.input-sentence input{display:inline-block}.input-sentence label{font-weight:normal}.input-sentence input{width:80px;text-align:center}.css-icon{padding-right:20px;vertical-align:-5px;font-family:'echobot';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.css-icon-clickable{cursor:pointer}.button-bar{text-align:right}.button-bar .btn{min-width:120px}.button-bar .btn-link{margin-top:3px}.btn{height:36px}.btn echorank{margin-left:10px}.btn:focus{outline:0 !important}.btn:disabled{color:#ccc;border:1px dashed #ccc;background-color:transparent}.btn.btn-link{color:#000;font-weight:normal}.btn.btn-link:hover,.btn.btn-link:focus{color:inherit}.btn.btn-dropdown{text-align:left;padding-left:12px;color:#303030}.btn.btn-dropdown .caret{margin-top:8px;float:right;margin-right:12px}.btn.btn-primary{color:#000;background:#ccc;border:1px solid #ccc;box-shadow:#999 0px -2px 0px 0px inset}.btn.btn-primary:hover{box-shadow:none;-moz-transform:translateY(2px);-ms-transform:translateY(2px);-webkit-transform:translateY(2px);transform:translateY(2px)}.btn.btn-success{color:#000;background:#ffcc30;border:1px solid #ffcc30;box-shadow:#c99700 0px -2px 0px 0px inset}.btn.btn-success:hover{box-shadow:none;-moz-transform:translateY(2px);-ms-transform:translateY(2px);-webkit-transform:translateY(2px);transform:translateY(2px)}.btn.btn-link-icon-fix i{vertical-align:-1px}.modal-dialog{width:100%;max-width:770px}@media (max-width: 791px){.modal-dialog{margin:0 auto}}.modal-header{padding-left:20px;padding-right:20px}.modal-header .modal-title{color:#fff}.modal-body,.modal-footer{padding-left:20px;padding-right:20px}.modal-body .btn,.modal-footer .btn{min-width:120px}.modal-body table .btn.btn-link,.modal-footer table .btn.btn-link{min-width:initial}.dialog-close{background-color:transparent;border:none;outline:none;color:#fff;font-size:18px;float:right;padding-top:4px;padding-right:0px}.dialog-close-dark{background-color:transparent;border:none;outline:none;color:#000;font-size:18px;float:right;padding-right:0px;padding-bottom:5px}.modal-footer-input-group{display:inline-block;width:400px;padding-left:15px;padding-right:15px}.modal-footer-input-group .form-control{display:inline-block;max-width:250px;border-bottom-right-radius:0px;border-top-right-radius:0px}.modal-footer-input-group .btn{display:inline-block;min-width:38px;border-bottom-left-radius:0px;border-top-left-radius:0px;border-left:0px;margin-left:-4px}.modal-success .modal-dialog .modal-content,.modal-info .modal-dialog .modal-content,.modal-warning .modal-dialog .modal-content,.modal-danger .modal-dialog .modal-content,.modal-default .modal-dialog .modal-content{-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px}.modal-success .modal-dialog .modal-content .modal-header,.modal-info .modal-dialog .modal-content .modal-header,.modal-warning .modal-dialog .modal-content .modal-header,.modal-danger .modal-dialog .modal-content .modal-header,.modal-default .modal-dialog .modal-content .modal-header{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px}.modal-success .modal-dialog .modal-content .modal-header .css-icon,.modal-info .modal-dialog .modal-content .modal-header .css-icon,.modal-warning .modal-dialog .modal-content .modal-header .css-icon,.modal-danger .modal-dialog .modal-content .modal-header .css-icon,.modal-default .modal-dialog .modal-content .modal-header .css-icon{font-size:28px}.modal-success .modal-dialog .modal-content{border:1px solid #6fbb1e}.modal-success .modal-dialog .modal-content .modal-header{background-color:#6fbb1e}.modal-info .modal-dialog .modal-content{border:1px solid #00a8ff}.modal-info .modal-dialog .modal-content .modal-header{background-color:#00a8ff}.modal-warning .modal-dialog .modal-content{border:1px solid #ffcc30}.modal-warning .modal-dialog .modal-content .modal-header{background-color:#ffcc30}.modal-danger .modal-dialog .modal-content{border:1px solid #e65a3f}.modal-danger .modal-dialog .modal-content .modal-header{background-color:#e65a3f}.modal-default .modal-dialog .modal-content{border:1px solid #ccc}.modal-default .modal-dialog .modal-content .modal-header{background-color:#ccc}.modal-default .modal-dialog .modal-content .modal-header .css-icon{font-size:28px}.modal-body>form>.form-group .control-label.text-left{text-align:left !important}.modal-body.scroll-medium{height:350px;overflow-y:auto}.modal-body .modal-search-box{margin-bottom:20px}.modal-pdfviewer{width:100%;font-family:'.HelveticaNeueDeskInterface-Regular' !important}.modal-pdfviewer .modal-dialog{max-width:100%;height:100%;margin:0}.modal-pdfviewer .modal-dialog .modal-header{border:none;position:absolute;right:0;z-index:999;padding:6px 12px}.modal-pdfviewer .modal-dialog .modal-header .dialog-close{color:#D9D9D9 !important;padding:0 !important;font-size:12px !important}.modal-pdfviewer .modal-dialog .modal-content{width:66%;height:calc(100% - 20px);position:absolute;top:20px;left:18%;background:#303030}.modal-pdfviewer .modal-dialog .modal-content iframe{width:100%;height:100%;position:absolute;bottom:0;left:0}.form-control::-webkit-input-placeholder,.form-control:-moz-placeholder,.form-control::-moz-placeholder,.form-control:-ms-input-placeholder,textarea::-webkit-input-placeholder,textarea:-moz-placeholder,textarea::-moz-placeholder,textarea:-ms-input-placeholder{color:#ccc}.form-group{margin-bottom:10px}.form-group .error-box{border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-left:1px solid #e65a3f;border-right:1px solid #e65a3f;border-bottom:1px solid #e65a3f}.form-group .error-box.row{padding-top:5px;padding-bottom:5px;margin-left:0px;margin-right:0px}.form-group.has-error .form-control{border-color:#e65a3f !important;border-top-right-radius:0px;border-top-left-radius:0px}.form-group.has-error form-select .dropdown-toggle{border-color:#e65a3f !important;border-top-right-radius:0px;border-top-left-radius:0px}.form-group.has-error .checkbox-error-box{-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;border-left:1px solid #e65a3f;border-bottom:1px solid #e65a3f;border-color:#e65a3f !important;height:43px}.form-group.has-error .checkbox-error-label{-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;border-right:1px solid #e65a3f;border-bottom:1px solid #e65a3f;border-color:#e65a3f !important;height:43px}.form-group.has-error .form-error-box-content{border:1px solid #e65a3f;border-bottom-right-radius:4px;border-bottom-left-radius:4px;height:43px;padding-top:5px;padding-left:5px}.form-group.has-error .report-logo-wrapper .report-logo-image-wrapper{border-left:1px solid #e65a3f;border-bottom:1px solid #e65a3f;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-topleft:0px;-webkit-border-top-left-radius:0px;border-top-left-radius:0px}.form-group.has-error .report-logo-wrapper .report-logo-wrapper-inner{border-right:1px solid #e65a3f;border-bottom:1px solid #e65a3f;-moz-border-radius-topright:0px;-webkit-border-top-right-radius:0px;border-top-right-radius:0px}.form-group.has-error .report-custom-images-wrapper{border-left:1px solid #e65a3f;border-right:1px solid #e65a3f;border-bottom:1px solid #e65a3f;border-top-right-radius:0px;border-top-left-radius:0px}.form-group.extra-group{white-space:nowrap}.form-group.extra-group input{-moz-border-radius-bottomleft:4px !important;-webkit-border-bottom-left-radius:4px !important;border-bottom-left-radius:4px !important;-moz-border-radius-topleft:4px !important;-webkit-border-top-left-radius:4px !important;border-top-left-radius:4px !important;-moz-border-radius-bottomright:4px !important;-webkit-border-bottom-right-radius:4px !important;border-bottom-right-radius:4px !important;-moz-border-radius-topright:4px !important;-webkit-border-top-right-radius:4px !important;border-top-right-radius:4px !important}.form-group.extra-group textarea{-moz-border-radius-bottomleft:4px !important;-webkit-border-bottom-left-radius:4px !important;border-bottom-left-radius:4px !important;-moz-border-radius-topleft:4px !important;-webkit-border-top-left-radius:4px !important;border-top-left-radius:4px !important;-moz-border-radius-bottomright:4px !important;-webkit-border-bottom-right-radius:4px !important;border-bottom-right-radius:4px !important;-moz-border-radius-topright:4px !important;-webkit-border-top-right-radius:4px !important;border-top-right-radius:4px !important}.form-group.extra-group .extra-group-addon-left-hard{padding-right:10px;display:table-cell;vertical-align:middle}.form-group.extra-group .extra-group-addon-right-soft{padding-left:10px;display:inline-block;vertical-align:middle}.form-group.extra-group .extra-group-addon-right-soft .icon-validated{vertical-align:-4px}.form-group.extra-group .extra-group-addon-right-hard{padding-left:10px;display:table-cell;vertical-align:middle}.noHover{color:gray;background-color:rgba(0,0,0,0.1);opacity:0.5;cursor:default}.form-control{color:#000;border:1px solid #ccc;height:36px}.form-control.input-lg,.input-group-lg>.form-control,.input-group-lg>.input-group-btn>.form-control.btn{height:auto}.form-control:focus{color:#000;border:1px solid gray;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}textarea.form-control{height:auto}.form-dropdown{position:relative}.icon-dropdown{cursor:pointer}.icon-validated{font-size:6px;padding:5px;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%}.icon-validated-good{color:#fff;background-color:#6fbb1e}.icon-validated-bad{color:#fff;background-color:#e65a3f}.right-inner-addon{position:relative}.right-inner-addon i.inner-icon{font-size:10px;position:absolute;top:50%;right:0px;padding:14px 12px;margin-top:-19px;z-index:300}.eb-icon-input-row{height:60px;padding-top:5px;padding-left:8px;padding-right:8px;margin:0;display:block;border:1px solid #ccc;-moz-border-radius:30px;-webkit-border-radius:30px;border-radius:30px}.eb-icon-input-row>[class^="col-"],.eb-icon-input-row>[class*=" col-"],.eb-icon-input-row>ng-include>[class^="col-"],.eb-icon-input-row>ng-include>[class*=" col-"]{padding:0}.eb-icon-input-row.eb-icon-input-row-minimal{border:none;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0}.eb-icon-input-row .btn{padding:4px;margin-top:6px;margin-bottom:0px;border:none !important}.eb-icon-input-row .trash-col{text-align:right}.eb-icon-input-row .trash-col .btn{width:39px;height:39px;padding:0px;margin-top:4px;background:#ccc;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%}.eb-icon-input-row i.font-icon.input-group-addon{position:relative;border:none;background:transparent;padding:25px 30px;font-size:0;line-height:0}.eb-icon-input-row i.font-icon.input-group-addon:after{content:' ';background-color:#303030;display:block;width:50px;height:50px;text-align:center;padding:0;position:absolute;top:0;left:0;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%}.eb-icon-input-row i.font-icon.input-group-addon:before{color:#fff;font-size:20px;line-height:20px;position:absolute;top:15px;left:15px;z-index:10}@media (max-width: 970px){.eb-icon-input-row i.font-icon.input-group-addon{display:none}}.eb-icon-input-row i.font-icon.input-group-addon.paragraph{display:inline}.eb-icon-input-row i.font-icon.input-group-addon.paragraph+p{display:inline-block;position:relative;top:-52px;margin-left:50px;color:gray;font-size:15px;line-height:17px}.eb-icon-input-row i.font-icon.input-group-addon.paragraph+p strong{color:#000;line-height:22px}.eb-icon-input-row .form-control{margin-top:6px;border-color:#303030;-moz-border-radius-topleft:4px !important;-webkit-border-top-left-radius:4px !important;border-top-left-radius:4px !important;-moz-border-radius-bottomleft:4px !important;-webkit-border-bottom-left-radius:4px !important;border-bottom-left-radius:4px !important}.eb-icon-input-row.blue i.font-icon.input-group-addon:after{background-color:#00a8ff}.eb-icon-input-row.blue .form-control{border-color:#00a8ff}.eb-icon-input-row.red i.font-icon.input-group-addon:after{background-color:#e65a3f}.eb-icon-input-row.red .form-control{border-color:#e65a3f}.eb-icon-input-row.green i.font-icon.input-group-addon:after{background-color:#6fbb1e}.eb-icon-input-row.green .form-control{border-color:#6fbb1e}.form-error-box{border-top-right-radius:4px;border-top-left-radius:4px;padding-top:2px;padding-bottom:2px;padding-left:5px;padding-right:5px;background-color:#e65a3f;color:#fff}.form-error-box::before{padding-right:5px;font-family:echobot;vertical-align:-1px}h1{font-weight:lighter;font-size:24px;color:#303030;margin-bottom:10px}h3{font-weight:lighter;font-size:18px;color:#303030;margin-bottom:10px}h4{font-weight:bold;font-size:15px;color:#303030;margin-bottom:10px}p{color:#303030}.well{background-color:#f2f2f2;border:1px solid #ccc;padding:25px;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px}.well.no-v-padding{padding-left:0;padding-right:0}.well.no-v-padding .v-padding{padding-left:25px;padding-right:25px}.well h1{margin-top:0px}.well h4{margin-top:0px}.well #white-content{background-color:#fff;padding-top:40px;margin-top:30px;padding-left:25px;margin-left:-25px;padding-right:25px;margin-right:-25px;padding-bottom:15px}.well #white-content.last-content{padding-bottom:40px;margin-bottom:-25px;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px}.well.well-white{background-color:#fff}.well.well-in-well{margin-bottom:0px}.well.assistant-container{padding:0;position:relative;z-index:1}.well.assistant-container .panel-group{margin-bottom:0}.well.assistant-container .panel-group .panel:first-child{border-top:none}accordion .panel-group .panel{margin-top:0px !important;border:none;border-top:1px solid #ccc;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px}accordion .panel-group .panel .panel-heading{height:50px;padding-top:15px;background-color:#f2f2f2}accordion .panel-group .panel .panel-heading i{font-size:12px;margin-left:10px}accordion .panel-group .panel .panel-body{padding:30px}accordion .accordion-toggle i{margin-right:10px}.accordion-false-border{border-top:1px solid #ccc}.progress{-moz-border-radius-topleft:10px;-webkit-border-top-left-radius:10px;border-top-left-radius:10px;-moz-border-radius-topright:10px;-webkit-border-top-right-radius:10px;border-top-right-radius:10px;-moz-border-radius-bottomleft:10px;-webkit-border-bottom-left-radius:10px;border-bottom-left-radius:10px;-moz-border-radius-bottomright:10px;-webkit-border-bottom-right-radius:10px;border-bottom-right-radius:10px}.progress .progress-bar{-moz-border-radius-topleft:10px;-webkit-border-top-left-radius:10px;border-top-left-radius:10px;-moz-border-radius-topright:10px;-webkit-border-top-right-radius:10px;border-top-right-radius:10px;-moz-border-radius-bottomleft:10px;-webkit-border-bottom-left-radius:10px;border-bottom-left-radius:10px;-moz-border-radius-bottomright:10px;-webkit-border-bottom-right-radius:10px;border-bottom-right-radius:10px}.progress .progress-bar.progress-bar-success{background-color:#6fbb1e}.nav-tabs.nav-justified li a{color:#303030;cursor:pointer;border:1px solid #ccc;-moz-border-radius-topleft:6px;-webkit-border-top-left-radius:6px;border-top-left-radius:6px;-moz-border-radius-topright:6px;-webkit-border-top-right-radius:6px;border-top-right-radius:6px}.tab-content{margin-top:-1px;border:1px solid #ccc;border-top:none;-moz-border-radius-bottomleft:6px;-webkit-border-bottom-left-radius:6px;border-bottom-left-radius:6px;-moz-border-radius-bottomright:6px;-webkit-border-bottom-right-radius:6px;border-bottom-right-radius:6px}.tab-content .white-content{background-color:#fff;border-bottom:0px solid #ccc}.tab-content .white-content.last-content{-moz-border-radius-bottomleft:6px;-webkit-border-bottom-left-radius:6px;border-bottom-left-radius:6px;-moz-border-radius-bottomright:6px;-webkit-border-bottom-right-radius:6px;border-bottom-right-radius:6px;border-bottom:none}.category-select-tabs ul{border:1px solid #ccc;padding:10px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}.category-select-tabs ul li{cursor:pointer}.category-select-tabs ul li a{color:#303030 !important}.category-select-tabs ul li i.icon-arrowright,.category-select-tabs ul li i.glyphicon.glyphicon-chevron-right{color:#ffcc30;float:right;padding-top:2px}.category-select-tabs ul li.active a{background-color:#f2f2f2 !important}.category-select-tabs ul li:hover a{background-color:#ccc !important}.category-select-tabs .tab-content{height:0px;visibility:hidden;border:none}mediasource{margin:10px 0;display:block}mediasource:last-of-type{margin-bottom:0}mediasource i.css-icon{font-size:18px;vertical-align:-3px;padding-right:15px;vertical-align:-3px;padding-bottom:5px}mediasource .eb-icon-input-row.noteditable{width:60px;border:none !important}mediasource .eb-icon-input-row .input-group>input{width:100% !important;margin-top:6px !important}mediasource .eb-icon-input-row .input-group>input[readonly]{border:none;background:transparent}mediasource .dropdown-menu{width:100%}mediasource .dropdown-menu li{max-width:none}mediasource .dropdown-menu li.twitterSource a:before,mediasource .dropdown-menu li.facebookSource a:before,mediasource .dropdown-menu li.youtubeSource a:before,mediasource .dropdown-menu li.googleplusSource a:before{font-family:'echobot';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:5px}searchterm,.searchterm{margin:15px 0;display:block}searchterm:last-of-type,.searchterm:last-of-type{margin-bottom:0}searchterm .eb-icon-input-row>div>.row .col-xs-5 i:after,.searchterm .eb-icon-input-row>div>.row .col-xs-5 i:after{background-color:#e65a3f}searchterm .eb-icon-input-row>div>.row .col-xs-5 i.icon-inline,.searchterm .eb-icon-input-row>div>.row .col-xs-5 i.icon-inline{padding:15px}searchterm .eb-icon-input-row>div>.row .col-xs-5 .form-control,.searchterm .eb-icon-input-row>div>.row .col-xs-5 .form-control{border-color:#e65a3f}searchterm .eb-icon-input-row>div>.row .col-xs-5:first-of-type i:after,.searchterm .eb-icon-input-row>div>.row .col-xs-5:first-of-type i:after{background-color:#6fbb1e}searchterm .eb-icon-input-row>div>.row .col-xs-5:first-of-type .form-control,.searchterm .eb-icon-input-row>div>.row .col-xs-5:first-of-type .form-control{border-color:#6fbb1e}roundbutton{color:gray;margin:10px 0;display:block;cursor:pointer;position:relative}roundbutton i{border:1px dashed gray;font-size:20px;display:block;width:50px;height:50px;text-align:center;float:left;padding-top:15px;position:relative;z-index:10;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%}roundbutton i.icon-hover{display:none}roundbutton:hover i.icon-default{display:none}roundbutton:hover i.icon-hover{display:block;color:#e65a3f}roundbutton div.text{float:left;padding-left:65px;position:absolute;top:50%;-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%)}roundbutton.active i{background-color:#000;color:#fff !important}roundbutton.disabled{pointer-events:none;color:#ccc !important}roundbutton.disabled i{border:1px dashed #ccc;color:#ccc !important}roundbutton.red div.text{color:#e65a3f}roundbutton.red.active i{background-color:#e65a3f;color:#fff !important}roundbutton.blue div.text{color:#00a8ff}roundbutton.blue.active i{background-color:#00a8ff;color:#fff !important}roundbutton.green div.text{color:#6fbb1e}roundbutton.green.active i{background-color:#6fbb1e;color:#fff !important}.dropdown .dropdown-menu:not(.ng-hide){display:block}.dropdown-menu{border:1px solid #ccc;min-width:200px;max-height:350px;overflow-y:auto;white-space:nowrap;z-index:999;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;-webkit-box-shadow:0px,11px,30px,0px,rgba(0,0,0,0.11);box-shadow:0px,11px,30px,0px,rgba(0,0,0,0.11)}.dropdown-menu .dropdown-fix{padding-left:0px;float:left}.dropdown-menu li.transcluded a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.42857;color:#333;white-space:nowrap}.dropdown-menu li.transcluded a:hover,.dropdown-menu li.transcluded a:focus{text-decoration:none;color:#262626;background-color:#f5f5f5}.dropdown-menu>li,.dropdown-menu li.transcluded{list-style:none;white-space:nowrap;overflow-x:hidden;text-overflow:ellipsis;max-width:250px}.dropdown-menu>li a,.dropdown-menu li.transcluded a{cursor:pointer;padding:10px 15px;white-space:nowrap;overflow-x:hidden;text-overflow:ellipsis;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:-moz-none;-ms-user-select:none;-o-user-select:none;user-select:none;outline:none}.dropdown-menu>li a.disabled,.dropdown-menu li.transcluded a.disabled{opacity:.5;filter:alpha(opacity=50);background:inherit}.dropdown-menu>li p,.dropdown-menu li.transcluded p{cursor:pointer;padding-left:15px;padding-right:15px}.dropdown-menu>li p img,.dropdown-menu li.transcluded p img{margin-left:10px;margin-right:10px;vertical-align:-14px}.dropdown-menu>li p i.control-icon,.dropdown-menu li.transcluded p i.control-icon{min-width:20px;margin-right:3px}.dropdown-menu>li p i.control-icon.icon-youtube,.dropdown-menu>li p mediasource i.control-icon.youtubeSource,mediasource .dropdown-menu>li p i.control-icon.youtubeSource,.dropdown-menu li.transcluded p i.control-icon.icon-youtube,.dropdown-menu li.transcluded p mediasource i.control-icon.youtubeSource,mediasource .dropdown-menu li.transcluded p i.control-icon.youtubeSource{display:inline-block;font-size:18px;vertical-align:-3px}.dropdown-menu>li p label.make-margin,.dropdown-menu li.transcluded p label.make-margin{margin-right:2px}.dropdown-menu>li p label.control-label,.dropdown-menu li.transcluded p label.control-label{vertical-align:-3px}.dropdown-menu>li.divider,.dropdown-menu li.transcluded.divider{border-top:none;margin:0px;margin-bottom:10px}.dropdown-menu.threefix{min-width:602px;min-height:472px !important;margin-left:-137px}.dropdown-menu.threefix .dropdown-fix{min-width:200px}.dropdown-menu.threefix:first-child{border-left:none}.dropdown-menu.threefix:before,.dropdown-menu.threefix:after{content:' ';width:1px;background:#ccc;position:absolute;top:0;bottom:0;left:33.3%}.dropdown-menu.threefix:after{left:66.6%}.dropdown-menu.threefix ul{list-style:none}.dropdown-menu.threefix ul li:first-of-type p{color:#fff}.dropdown-menu.threefix ul:nth-of-type(1) li:first-of-type p{background:#00a8ff}.dropdown-menu.threefix ul:nth-of-type(2) li:first-of-type p{background:#6fbb1e}.dropdown-menu.threefix ul:nth-of-type(3) li:first-of-type p{background:#e65a3f}.dropdown-menu.kalendae-dropdown{left:auto;right:0;width:auto;padding-top:0 !important;padding-bottom:0 !important;line-height:0}.dropdown-menu.kalendae-dropdown>li{max-width:none;padding:0;overflow:hidden}div[multiselect] .dropdown-menu{padding:0}div[multiselect] ul{padding:0}div[multiselect] ul li p{margin:0;padding:0}div[multiselect] ul li p label{padding:10px 15px 10px 55px;width:100%}div[multiselect] ul li p label:before{top:50%;left:15px;margin-top:-13px}div[multiselect] ul li:first-of-type p label{padding-top:15px;padding-bottom:15px}div[multiselect] ul li:nth-of-type(2) label{padding-top:20px}div[multiselect] ul li:nth-of-type(2) label:before{margin-top:-8px}form-select{display:block;width:100%}form-select.form-select-inline{display:inline;margin-left:10px}form-select #select-search-box{padding:5px;padding-left:15px;padding-right:15px}form-select .checkbox-mode>ul{padding-top:12px}form-select>div{display:block;width:100%}form-select>div.disabled button{opacity:.5;filter:alpha(opacity=50)}form-select>div button{display:block !important;width:100%;text-align:left !important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-right:20px !important}form-select>div button .caret{position:absolute;top:50%;right:6px;margin-top:-2px}form-select>div button .custom-label>input{background:transparent !important;margin:-5px 0 0 -10px !important;border:none !important;text-overflow:ellipsis;color:inherit}searchresults #noresults,mediasourceresult #noresults,.mediasourceresult #noresults,socialsourceresult #noresults{text-align:center;padding:30px}searchresults #result,mediasourceresult #result,.mediasourceresult #result,socialsourceresult #result{padding:15px;padding-right:0;border-bottom:1px solid #ccc;padding-bottom:9px}@media (max-width: 768px){searchresults #result,mediasourceresult #result,.mediasourceresult #result,socialsourceresult #result{padding-top:9px;padding-bottom:7px}}searchresults #result .label-container,mediasourceresult #result .label-container,.mediasourceresult #result .label-container,socialsourceresult #result .label-container{padding-top:0px}searchresults #result .label-container span.label-default,searchresults #result .label-container span.label-primary,mediasourceresult #result .label-container span.label-default,mediasourceresult #result .label-container span.label-primary,.mediasourceresult #result .label-container span.label-default,.mediasourceresult #result .label-container span.label-primary,socialsourceresult #result .label-container span.label-default,socialsourceresult #result .label-container span.label-primary{padding:5px;margin-bottom:5px;margin-top:5px}searchresults #result .label-container span.label-mediaPanel,mediasourceresult #result .label-container span.label-mediaPanel,.mediasourceresult #result .label-container span.label-mediaPanel,socialsourceresult #result .label-container span.label-mediaPanel{padding:5px;margin-bottom:5px;margin-top:5px;background-color:#4d9643}searchresults #result .label-container span i.front-icon,mediasourceresult #result .label-container span i.front-icon,.mediasourceresult #result .label-container span i.front-icon,socialsourceresult #result .label-container span i.front-icon{margin-right:5px}searchresults #result .label-container span i.icon-close,mediasourceresult #result .label-container span i.icon-close,.mediasourceresult #result .label-container span i.icon-close,socialsourceresult #result .label-container span i.icon-close{position:relative;float:right;margin-left:9px;margin-right:-5px;top:6px}searchresults #result .label-container .company-tag,mediasourceresult #result .label-container .company-tag,.mediasourceresult #result .label-container .company-tag,socialsourceresult #result .label-container .company-tag{cursor:pointer;position:relative}searchresults #result .label-container .company-tag .label:hover:after,mediasourceresult #result .label-container .company-tag .label:hover:after,.mediasourceresult #result .label-container .company-tag .label:hover:after,socialsourceresult #result .label-container .company-tag .label:hover:after{font-family:'echobot';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e608";position:absolute;font-size:17px;text-align:center;background:rgba(0,0,0,0.7);padding-top:2px;top:0;right:0;bottom:0;left:0;z-index:10;border-radius:.2em}searchresults #result .label-container .label-container-expand,mediasourceresult #result .label-container .label-container-expand,.mediasourceresult #result .label-container .label-container-expand,socialsourceresult #result .label-container .label-container-expand{font-size:12px;margin-left:5px;cursor:pointer;white-space:nowrap}searchresults #result .label-container .label-container-expand:hover,mediasourceresult #result .label-container .label-container-expand:hover,.mediasourceresult #result .label-container .label-container-expand:hover,socialsourceresult #result .label-container .label-container-expand:hover{text-decoration:underline}searchresults #result .label-container .disabled-link,mediasourceresult #result .label-container .disabled-link,.mediasourceresult #result .label-container .disabled-link,socialsourceresult #result .label-container .disabled-link{cursor:default}searchresults #result .result-check,mediasourceresult #result .result-check,.mediasourceresult #result .result-check,socialsourceresult #result .result-check{max-width:45px;position:relative}searchresults #result .result-check .result-check-checkbox,mediasourceresult #result .result-check .result-check-checkbox,.mediasourceresult #result .result-check .result-check-checkbox,socialsourceresult #result .result-check .result-check-checkbox{height:45px}searchresults #result .result-check .badge,mediasourceresult #result .result-check .badge,.mediasourceresult #result .result-check .badge,socialsourceresult #result .result-check .badge{cursor:pointer;width:22px;height:22px;padding-left:0px;padding-right:0px;text-align:center;margin-right:6px;padding-top:5px;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%}searchresults #result .result-check .badge i,mediasourceresult #result .result-check .badge i,.mediasourceresult #result .result-check .badge i,socialsourceresult #result .result-check .badge i{display:none;margin-top:-1px;font-size:10px}searchresults #result .result-check .badge:hover i,mediasourceresult #result .result-check .badge:hover i,.mediasourceresult #result .result-check .badge:hover i,socialsourceresult #result .result-check .badge:hover i{display:inline}searchresults #result .result-check .badge:hover span,mediasourceresult #result .result-check .badge:hover span,.mediasourceresult #result .result-check .badge:hover span,socialsourceresult #result .result-check .badge:hover span{display:none}searchresults #result .result-title,mediasourceresult #result .result-title,.mediasourceresult #result .result-title,socialsourceresult #result .result-title{margin:5px 0 10px 0}searchresults #result .result-title a,mediasourceresult #result .result-title a,.mediasourceresult #result .result-title a,socialsourceresult #result .result-title a{color:#303030;cursor:pointer}searchresults #result .result-title a em,mediasourceresult #result .result-title a em,.mediasourceresult #result .result-title a em,socialsourceresult #result .result-title a em{background-color:#ffe597;font-style:normal}searchresults #result .result-media-search,mediasourceresult #result .result-media-search,.mediasourceresult #result .result-media-search,socialsourceresult #result .result-media-search{background-color:#ffe597;font-style:normal}searchresults #result .result-content,mediasourceresult #result .result-content,.mediasourceresult #result .result-content,socialsourceresult #result .result-content{min-height:105px}searchresults #result .result-content>.result-rank,mediasourceresult #result .result-content>.result-rank,.mediasourceresult #result .result-content>.result-rank,socialsourceresult #result .result-content>.result-rank{margin-top:0px;text-align:center}searchresults #result .result-content>.result-rank>.media-visits,mediasourceresult #result .result-content>.result-rank>.media-visits,.mediasourceresult #result .result-content>.result-rank>.media-visits,socialsourceresult #result .result-content>.result-rank>.media-visits{margin-top:5px;font-weight:500}@media (max-width: 768px){searchresults #result .result-content,mediasourceresult #result .result-content,.mediasourceresult #result .result-content,socialsourceresult #result .result-content{margin-right:15px}}searchresults #result .result-content.list,searchresults #result .newsroom .result-content.ticker,.newsroom searchresults #result .result-content.ticker,mediasourceresult #result .result-content.list,mediasourceresult #result .newsroom .result-content.ticker,.newsroom mediasourceresult #result .result-content.ticker,.mediasourceresult #result .result-content.list,.mediasourceresult #result .newsroom .result-content.ticker,.newsroom .mediasourceresult #result .result-content.ticker,socialsourceresult #result .result-content.list,socialsourceresult #result .newsroom .result-content.ticker,.newsroom socialsourceresult #result .result-content.ticker{min-height:60px;padding-bottom:10px}searchresults #result .result-text,mediasourceresult #result .result-text,.mediasourceresult #result .result-text,socialsourceresult #result .result-text{color:gray;margin:0;overflow-x:hidden;font-size:14px}searchresults #result .result-text a.social-link,mediasourceresult #result .result-text a.social-link,.mediasourceresult #result .result-text a.social-link,socialsourceresult #result .result-text a.social-link{font-size:13px;white-space:nowrap;text-decoration:none;color:"inherit"}searchresults #result .result-text a.social-link span,mediasourceresult #result .result-text a.social-link span,.mediasourceresult #result .result-text a.social-link span,socialsourceresult #result .result-text a.social-link span{font-size:10px;line-height:15px}searchresults #result .result-text em,mediasourceresult #result .result-text em,.mediasourceresult #result .result-text em,socialsourceresult #result .result-text em{background-color:#ffe597;font-style:normal}searchresults #result .result-custom,mediasourceresult #result .result-custom,.mediasourceresult #result .result-custom,socialsourceresult #result .result-custom{border-left:6px solid #ccc}searchresults #result .result-custom.highlight,mediasourceresult #result .result-custom.highlight,.mediasourceresult #result .result-custom.highlight,socialsourceresult #result .result-custom.highlight{border-left:6px solid #ffe597}searchresults #result .result-custom>div,mediasourceresult #result .result-custom>div,.mediasourceresult #result .result-custom>div,socialsourceresult #result .result-custom>div{margin:10px 0;padding:5px 10px}searchresults #result .result-custom em,mediasourceresult #result .result-custom em,.mediasourceresult #result .result-custom em,socialsourceresult #result .result-custom em{background-color:#ffe597;font-style:normal}searchresults #result .result-custom .result-custom-inner img,mediasourceresult #result .result-custom .result-custom-inner img,.mediasourceresult #result .result-custom .result-custom-inner img,socialsourceresult #result .result-custom .result-custom-inner img{float:left;max-width:200px;margin-right:10px}searchresults #result .result-custom .result-custom-inner lightbox,mediasourceresult #result .result-custom .result-custom-inner lightbox,.mediasourceresult #result .result-custom .result-custom-inner lightbox,socialsourceresult #result .result-custom .result-custom-inner lightbox{cursor:pointer}searchresults #result .result-custom .result-custom-inner lightbox-youtube,mediasourceresult #result .result-custom .result-custom-inner lightbox-youtube,.mediasourceresult #result .result-custom .result-custom-inner lightbox-youtube,socialsourceresult #result .result-custom .result-custom-inner lightbox-youtube{float:left;max-width:200px;margin-right:10px}searchresults #result .result-custom .result-custom-inner lightbox-youtube img,mediasourceresult #result .result-custom .result-custom-inner lightbox-youtube img,.mediasourceresult #result .result-custom .result-custom-inner lightbox-youtube img,socialsourceresult #result .result-custom .result-custom-inner lightbox-youtube img{float:none;margin-right:0px}searchresults #result .result-custom .result-custom-inner lightbox-youtube .lightbox-youtube-modal,mediasourceresult #result .result-custom .result-custom-inner lightbox-youtube .lightbox-youtube-modal,.mediasourceresult #result .result-custom .result-custom-inner lightbox-youtube .lightbox-youtube-modal,socialsourceresult #result .result-custom .result-custom-inner lightbox-youtube .lightbox-youtube-modal{top:auto;bottom:0;-webkit-box-shadow:2px,2px,10px,2px,#ccc;box-shadow:2px,2px,10px,2px,#ccc}searchresults #result .result-custom .result-custom-inner lightbox-youtube .lightbox-youtube-modal .lightbox-youtube-content,mediasourceresult #result .result-custom .result-custom-inner lightbox-youtube .lightbox-youtube-modal .lightbox-youtube-content,.mediasourceresult #result .result-custom .result-custom-inner lightbox-youtube .lightbox-youtube-modal .lightbox-youtube-content,socialsourceresult #result .result-custom .result-custom-inner lightbox-youtube .lightbox-youtube-modal .lightbox-youtube-content{background:#fff}searchresults #result .result-custom .result-custom-inner lightbox-youtube .lightbox-youtube-modal:before,mediasourceresult #result .result-custom .result-custom-inner lightbox-youtube .lightbox-youtube-modal:before,.mediasourceresult #result .result-custom .result-custom-inner lightbox-youtube .lightbox-youtube-modal:before,socialsourceresult #result .result-custom .result-custom-inner lightbox-youtube .lightbox-youtube-modal:before{content:' ';width:50px;height:50px;background:#fff;border:2px solid #ccc;position:absolute;top:50%;left:-25px;z-index:-1;margin-top:32px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}searchresults #result .result-custom .result-custom-inner p,mediasourceresult #result .result-custom .result-custom-inner p,.mediasourceresult #result .result-custom .result-custom-inner p,socialsourceresult #result .result-custom .result-custom-inner p{margin:0;font-size:14px;line-height:18px;text-align:justify}searchresults #result .result-custom a+.result-custom-inner,mediasourceresult #result .result-custom a+.result-custom-inner,.mediasourceresult #result .result-custom a+.result-custom-inner,socialsourceresult #result .result-custom a+.result-custom-inner{margin-top:8px}searchresults #result .result-screenshot,mediasourceresult #result .result-screenshot,.mediasourceresult #result .result-screenshot,socialsourceresult #result .result-screenshot{padding-right:0}searchresults #result .result-screenshot img,mediasourceresult #result .result-screenshot img,.mediasourceresult #result .result-screenshot img,socialsourceresult #result .result-screenshot img{height:97px}searchresults #result .result-screenshot img.list,searchresults #result .result-screenshot .newsroom img.ticker,.newsroom searchresults #result .result-screenshot img.ticker,mediasourceresult #result .result-screenshot img.list,mediasourceresult #result .result-screenshot .newsroom img.ticker,.newsroom mediasourceresult #result .result-screenshot img.ticker,.mediasourceresult #result .result-screenshot img.list,.mediasourceresult #result .result-screenshot .newsroom img.ticker,.newsroom .mediasourceresult #result .result-screenshot img.ticker,socialsourceresult #result .result-screenshot img.list,socialsourceresult #result .result-screenshot .newsroom img.ticker,.newsroom socialsourceresult #result .result-screenshot img.ticker{height:60px}searchresults #result .result-screenshot img.img-adjusted,mediasourceresult #result .result-screenshot img.img-adjusted,.mediasourceresult #result .result-screenshot img.img-adjusted,socialsourceresult #result .result-screenshot img.img-adjusted{padding-bottom:25px}searchresults #result .result-screenshot .result-screenshot-inner,mediasourceresult #result .result-screenshot .result-screenshot-inner,.mediasourceresult #result .result-screenshot .result-screenshot-inner,socialsourceresult #result .result-screenshot .result-screenshot-inner{margin-top:5px;min-height:105px;min-width:100% !important}searchresults #result .result-screenshot .result-screenshot-inner.list,searchresults #result .result-screenshot .newsroom .result-screenshot-inner.ticker,.newsroom searchresults #result .result-screenshot .result-screenshot-inner.ticker,mediasourceresult #result .result-screenshot .result-screenshot-inner.list,mediasourceresult #result .result-screenshot .newsroom .result-screenshot-inner.ticker,.newsroom mediasourceresult #result .result-screenshot .result-screenshot-inner.ticker,.mediasourceresult #result .result-screenshot .result-screenshot-inner.list,.mediasourceresult #result .result-screenshot .newsroom .result-screenshot-inner.ticker,.newsroom .mediasourceresult #result .result-screenshot .result-screenshot-inner.ticker,socialsourceresult #result .result-screenshot .result-screenshot-inner.list,socialsourceresult #result .result-screenshot .newsroom .result-screenshot-inner.ticker,.newsroom socialsourceresult #result .result-screenshot .result-screenshot-inner.ticker{min-height:60px}searchresults #result .result-screenshot .result-screenshot-inner>span.info-nohover,mediasourceresult #result .result-screenshot .result-screenshot-inner>span.info-nohover,.mediasourceresult #result .result-screenshot .result-screenshot-inner>span.info-nohover,socialsourceresult #result .result-screenshot .result-screenshot-inner>span.info-nohover{position:relative;display:inline-block;min-width:100%;overflow:hidden;font-size:13px;border-radius:4px;border:1px solid #ccc}searchresults #result .result-screenshot .result-screenshot-inner>span.info,mediasourceresult #result .result-screenshot .result-screenshot-inner>span.info,.mediasourceresult #result .result-screenshot .result-screenshot-inner>span.info,socialsourceresult #result .result-screenshot .result-screenshot-inner>span.info{position:relative;cursor:pointer;display:inline-block;min-width:100%;overflow:hidden;font-size:13px;border-radius:4px;border:1px solid #ccc}searchresults #result .result-screenshot .result-screenshot-inner>span.info.mediaOnline,mediasourceresult #result .result-screenshot .result-screenshot-inner>span.info.mediaOnline,.mediasourceresult #result .result-screenshot .result-screenshot-inner>span.info.mediaOnline,socialsourceresult #result .result-screenshot .result-screenshot-inner>span.info.mediaOnline{min-width:0}searchresults #result .result-screenshot .result-screenshot-inner>span.info:hover:after,mediasourceresult #result .result-screenshot .result-screenshot-inner>span.info:hover:after,.mediasourceresult #result .result-screenshot .result-screenshot-inner>span.info:hover:after,socialsourceresult #result .result-screenshot .result-screenshot-inner>span.info:hover:after{font-family:'echobot';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:32px;color:#fff;position:absolute;top:50%;left:50%;z-index:10;margin-top:-16px;margin-left:-16px}searchresults #result .result-screenshot .result-screenshot-inner>span.info:hover:before,mediasourceresult #result .result-screenshot .result-screenshot-inner>span.info:hover:before,.mediasourceresult #result .result-screenshot .result-screenshot-inner>span.info:hover:before,socialsourceresult #result .result-screenshot .result-screenshot-inner>span.info:hover:before{content:' ';background:rgba(0,0,0,0.7);position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;border-bottom-right-radius:4px;border-bottom-left-radius:4px}searchresults #result .result-screenshot span.rank,mediasourceresult #result .result-screenshot span.rank,.mediasourceresult #result .result-screenshot span.rank,socialsourceresult #result .result-screenshot span.rank{background:#fff;position:absolute;bottom:0px;left:0px;right:0px;display:inline-block;overflow:hidden;font-size:12px;padding:5px 0 0 0;text-align:center;border-top:1px solid #bbb;border-bottom-right-radius:4px;border-bottom-left-radius:4px}searchresults #result .result-screenshot img.normal,mediasourceresult #result .result-screenshot img.normal,.mediasourceresult #result .result-screenshot img.normal,socialsourceresult #result .result-screenshot img.normal{display:block;margin-left:auto;margin-right:auto;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}searchresults #result .result-screenshot .screenshot-social,mediasourceresult #result .result-screenshot .screenshot-social,.mediasourceresult #result .result-screenshot .screenshot-social,socialsourceresult #result .result-screenshot .screenshot-social{max-width:200px;min-height:94px;border:1px solid #ccc;text-align:center;background:#f2f2f2;background-position:center center repeat;position:relative;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}searchresults #result .result-screenshot .screenshot-social.result-type-1,mediasourceresult #result .result-screenshot .screenshot-social.result-type-1,.mediasourceresult #result .result-screenshot .screenshot-social.result-type-1,socialsourceresult #result .result-screenshot .screenshot-social.result-type-1{background-image:url(../../../images/social/pattern-twitter.png)}searchresults #result .result-screenshot .screenshot-social.result-type-2,mediasourceresult #result .result-screenshot .screenshot-social.result-type-2,.mediasourceresult #result .result-screenshot .screenshot-social.result-type-2,socialsourceresult #result .result-screenshot .screenshot-social.result-type-2{background-image:url(../../../images/social/pattern-facebook.png)}searchresults #result .result-screenshot .screenshot-social.result-type-3,mediasourceresult #result .result-screenshot .screenshot-social.result-type-3,.mediasourceresult #result .result-screenshot .screenshot-social.result-type-3,socialsourceresult #result .result-screenshot .screenshot-social.result-type-3{background-image:url(../../../images/social/pattern-youtube.png)}searchresults #result .result-screenshot .screenshot-social.result-type-4,mediasourceresult #result .result-screenshot .screenshot-social.result-type-4,.mediasourceresult #result .result-screenshot .screenshot-social.result-type-4,socialsourceresult #result .result-screenshot .screenshot-social.result-type-4{background-image:url(../../../images/social/pattern-gplus.png)}searchresults #result .result-screenshot .screenshot-social img,mediasourceresult #result .result-screenshot .screenshot-social img,.mediasourceresult #result .result-screenshot .screenshot-social img,socialsourceresult #result .result-screenshot .screenshot-social img{width:63px;height:63px;margin-top:10px;margin-bottom:35px}searchresults #result .result-rank,mediasourceresult #result .result-rank,.mediasourceresult #result .result-rank,socialsourceresult #result .result-rank{font-size:13px;color:gray;padding-top:13px}@media (max-width: 970px){searchresults #result .result-rank,mediasourceresult #result .result-rank,.mediasourceresult #result .result-rank,socialsourceresult #result .result-rank{font-size:10px;padding-top:15px}}searchresults #result .result-rank echorank,mediasourceresult #result .result-rank echorank,.mediasourceresult #result .result-rank echorank,socialsourceresult #result .result-rank echorank{margin-right:5px}searchresults #result .result-footer,mediasourceresult #result .result-footer,.mediasourceresult #result .result-footer,socialsourceresult #result .result-footer{margin-top:10px;font-size:13px}searchresults #result .result-footer .negative,mediasourceresult #result .result-footer .negative,.mediasourceresult #result .result-footer .negative,socialsourceresult #result .result-footer .negative{color:#e65a3f}searchresults #result .result-footer .positive,mediasourceresult #result .result-footer .positive,.mediasourceresult #result .result-footer .positive,socialsourceresult #result .result-footer .positive{color:#6fbb1e}@media (max-width: 768px){searchresults #result .result-footer.no-export ul li:before,mediasourceresult #result .result-footer.no-export ul li:before,.mediasourceresult #result .result-footer.no-export ul li:before,socialsourceresult #result .result-footer.no-export ul li:before{display:none}}searchresults #result .result-footer .stroke,searchresults #result .grouping-results .stroke,mediasourceresult #result .result-footer .stroke,mediasourceresult #result .grouping-results .stroke,.mediasourceresult #result .result-footer .stroke,.mediasourceresult #result .grouping-results .stroke,socialsourceresult #result .result-footer .stroke,socialsourceresult #result .grouping-results .stroke{border-top:1px dashed #ccc;height:1px;margin:0 15px 5px 15px}searchresults #result .result-footer [class^="col-sm-"],searchresults #result .result-footer [class*=" col-sm-"],searchresults #result .grouping-results [class^="col-sm-"],searchresults #result .grouping-results [class*=" col-sm-"],mediasourceresult #result .result-footer [class^="col-sm-"],mediasourceresult #result .result-footer [class*=" col-sm-"],mediasourceresult #result .grouping-results [class^="col-sm-"],mediasourceresult #result .grouping-results [class*=" col-sm-"],.mediasourceresult #result .result-footer [class^="col-sm-"],.mediasourceresult #result .result-footer [class*=" col-sm-"],.mediasourceresult #result .grouping-results [class^="col-sm-"],.mediasourceresult #result .grouping-results [class*=" col-sm-"],socialsourceresult #result .result-footer [class^="col-sm-"],socialsourceresult #result .result-footer [class*=" col-sm-"],socialsourceresult #result .grouping-results [class^="col-sm-"],socialsourceresult #result .grouping-results [class*=" col-sm-"]{overflow:hidden;white-space:nowrap;vertical-align:middle;text-overflow:ellipsis}@media (max-width: 768px){searchresults #result .result-footer .no-export ul li:before,searchresults #result .grouping-results .no-export ul li:before,mediasourceresult #result .result-footer .no-export ul li:before,mediasourceresult #result .grouping-results .no-export ul li:before,.mediasourceresult #result .result-footer .no-export ul li:before,.mediasourceresult #result .grouping-results .no-export ul li:before,socialsourceresult #result .result-footer .no-export ul li:before,socialsourceresult #result .grouping-results .no-export ul li:before{display:none}}searchresults #result .result-footer .childresult-title a,searchresults #result .grouping-results .childresult-title a,mediasourceresult #result .result-footer .childresult-title a,mediasourceresult #result .grouping-results .childresult-title a,.mediasourceresult #result .result-footer .childresult-title a,.mediasourceresult #result .grouping-results .childresult-title a,socialsourceresult #result .result-footer .childresult-title a,socialsourceresult #result .grouping-results .childresult-title a{cursor:pointer}searchresults #result .result-footer .result-footer-description,searchresults #result .grouping-results .result-footer-description,mediasourceresult #result .result-footer .result-footer-description,mediasourceresult #result .grouping-results .result-footer-description,.mediasourceresult #result .result-footer .result-footer-description,.mediasourceresult #result .grouping-results .result-footer-description,socialsourceresult #result .result-footer .result-footer-description,socialsourceresult #result .grouping-results .result-footer-description{margin-left:15px;margin-bottom:10px}searchresults #result .result-footer ul,searchresults #result .grouping-results ul,mediasourceresult #result .result-footer ul,mediasourceresult #result .grouping-results ul,.mediasourceresult #result .result-footer ul,.mediasourceresult #result .grouping-results ul,socialsourceresult #result .result-footer ul,socialsourceresult #result .grouping-results ul{margin:0;padding:0;display:inline}searchresults #result .result-footer ul li,searchresults #result .grouping-results ul li,mediasourceresult #result .result-footer ul li,mediasourceresult #result .grouping-results ul li,.mediasourceresult #result .result-footer ul li,.mediasourceresult #result .grouping-results ul li,socialsourceresult #result .result-footer ul li,socialsourceresult #result .grouping-results ul li{display:inline-block;margin:0;padding:0;font-size:13px;color:gray}@media (max-width: 970px){searchresults #result .result-footer ul li,searchresults #result .grouping-results ul li,mediasourceresult #result .result-footer ul li,mediasourceresult #result .grouping-results ul li,.mediasourceresult #result .result-footer ul li,.mediasourceresult #result .grouping-results ul li,socialsourceresult #result .result-footer ul li,socialsourceresult #result .grouping-results ul li{text-align:left;font-size:10px}searchresults #result .result-footer ul li.date:after,searchresults #result .grouping-results ul li.date:after,mediasourceresult #result .result-footer ul li.date:after,mediasourceresult #result .grouping-results ul li.date:after,.mediasourceresult #result .result-footer ul li.date:after,.mediasourceresult #result .grouping-results ul li.date:after,socialsourceresult #result .result-footer ul li.date:after,socialsourceresult #result .grouping-results ul li.date:after{display:none}}searchresults #result .result-footer ul li a,searchresults #result .grouping-results ul li a,mediasourceresult #result .result-footer ul li a,mediasourceresult #result .grouping-results ul li a,.mediasourceresult #result .result-footer ul li a,.mediasourceresult #result .grouping-results ul li a,socialsourceresult #result .result-footer ul li a,socialsourceresult #result .grouping-results ul li a{color:gray}searchresults #result .result-footer ul li:before,searchresults #result .grouping-results ul li:before,mediasourceresult #result .result-footer ul li:before,mediasourceresult #result .grouping-results ul li:before,.mediasourceresult #result .result-footer ul li:before,.mediasourceresult #result .grouping-results ul li:before,socialsourceresult #result .result-footer ul li:before,socialsourceresult #result .grouping-results ul li:before{content:'|';margin:0 3px;position:relative;top:-1px}searchresults #result .result-footer ul li:first-of-type:before,searchresults #result .grouping-results ul li:first-of-type:before,mediasourceresult #result .result-footer ul li:first-of-type:before,mediasourceresult #result .grouping-results ul li:first-of-type:before,.mediasourceresult #result .result-footer ul li:first-of-type:before,.mediasourceresult #result .grouping-results ul li:first-of-type:before,socialsourceresult #result .result-footer ul li:first-of-type:before,socialsourceresult #result .grouping-results ul li:first-of-type:before{display:none}searchresults #result .result-footer ul li.readers,searchresults #result .grouping-results ul li.readers,mediasourceresult #result .result-footer ul li.readers,mediasourceresult #result .grouping-results ul li.readers,.mediasourceresult #result .result-footer ul li.readers,.mediasourceresult #result .grouping-results ul li.readers,socialsourceresult #result .result-footer ul li.readers,socialsourceresult #result .grouping-results ul li.readers{position:relative;top:1px;height:22px;padding-top:1px}searchresults #result .result-footer ul li.ago,searchresults #result .grouping-results ul li.ago,mediasourceresult #result .result-footer ul li.ago,mediasourceresult #result .grouping-results ul li.ago,.mediasourceresult #result .result-footer ul li.ago,.mediasourceresult #result .grouping-results ul li.ago,socialsourceresult #result .result-footer ul li.ago,socialsourceresult #result .grouping-results ul li.ago{position:relative;top:1px;height:22px;padding-top:1px;vertical-align:1px}searchresults #result .result-footer ul li.author,searchresults #result .grouping-results ul li.author,mediasourceresult #result .result-footer ul li.author,mediasourceresult #result .grouping-results ul li.author,.mediasourceresult #result .result-footer ul li.author,.mediasourceresult #result .grouping-results ul li.author,socialsourceresult #result .result-footer ul li.author,socialsourceresult #result .grouping-results ul li.author{max-width:70%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 768px){searchresults #result .result-footer ul li.author,searchresults #result .grouping-results ul li.author,mediasourceresult #result .result-footer ul li.author,mediasourceresult #result .grouping-results ul li.author,.mediasourceresult #result .result-footer ul li.author,.mediasourceresult #result .grouping-results ul li.author,socialsourceresult #result .result-footer ul li.author,socialsourceresult #result .grouping-results ul li.author{font-size:11px;max-width:100%}}searchresults #result .result-footer ul li.author img,searchresults #result .grouping-results ul li.author img,mediasourceresult #result .result-footer ul li.author img,mediasourceresult #result .grouping-results ul li.author img,.mediasourceresult #result .result-footer ul li.author img,.mediasourceresult #result .grouping-results ul li.author img,socialsourceresult #result .result-footer ul li.author img,socialsourceresult #result .grouping-results ul li.author img{border:1px solid #ccc;max-height:20px}@media (max-width: 970px){searchresults #result .result-footer ul li.author img,searchresults #result .grouping-results ul li.author img,mediasourceresult #result .result-footer ul li.author img,mediasourceresult #result .grouping-results ul li.author img,.mediasourceresult #result .result-footer ul li.author img,.mediasourceresult #result .grouping-results ul li.author img,socialsourceresult #result .result-footer ul li.author img,socialsourceresult #result .grouping-results ul li.author img{top:0}}searchresults #result .result-footer ul li.author ~ li,searchresults #result .grouping-results ul li.author ~ li,mediasourceresult #result .result-footer ul li.author ~ li,mediasourceresult #result .grouping-results ul li.author ~ li,.mediasourceresult #result .result-footer ul li.author ~ li,.mediasourceresult #result .grouping-results ul li.author ~ li,socialsourceresult #result .result-footer ul li.author ~ li,socialsourceresult #result .grouping-results ul li.author ~ li{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}searchresults #result .result-footer ul li.author .suid-light,searchresults #result .grouping-results ul li.author .suid-light,mediasourceresult #result .result-footer ul li.author .suid-light,mediasourceresult #result .grouping-results ul li.author .suid-light,.mediasourceresult #result .result-footer ul li.author .suid-light,.mediasourceresult #result .grouping-results ul li.author .suid-light,socialsourceresult #result .result-footer ul li.author .suid-light,socialsourceresult #result .grouping-results ul li.author .suid-light{font-size:13px;color:#a9a9a9}searchresults #result .result-footer ul li.price a,searchresults #result .grouping-results ul li.price a,mediasourceresult #result .result-footer ul li.price a,mediasourceresult #result .grouping-results ul li.price a,.mediasourceresult #result .result-footer ul li.price a,.mediasourceresult #result .grouping-results ul li.price a,socialsourceresult #result .result-footer ul li.price a,socialsourceresult #result .grouping-results ul li.price a{cursor:pointer}searchresults #result .result-footer ul li.price a.hasBought,searchresults #result .grouping-results ul li.price a.hasBought,mediasourceresult #result .result-footer ul li.price a.hasBought,mediasourceresult #result .grouping-results ul li.price a.hasBought,.mediasourceresult #result .result-footer ul li.price a.hasBought,.mediasourceresult #result .grouping-results ul li.price a.hasBought,socialsourceresult #result .result-footer ul li.price a.hasBought,socialsourceresult #result .grouping-results ul li.price a.hasBought{color:#6fbb1e}searchresults #result .grouping-results .stroke,mediasourceresult #result .grouping-results .stroke,.mediasourceresult #result .grouping-results .stroke,socialsourceresult #result .grouping-results .stroke{border-top:1px dashed #ccc}searchresults #result .grouping-results ul li,mediasourceresult #result .grouping-results ul li,.mediasourceresult #result .grouping-results ul li,socialsourceresult #result .grouping-results ul li{color:gray}searchresults #result .grouping-results ul li a,mediasourceresult #result .grouping-results ul li a,.mediasourceresult #result .grouping-results ul li a,socialsourceresult #result .grouping-results ul li a{color:gray}searchresults #result .grouping-results ul li.author,mediasourceresult #result .grouping-results ul li.author,.mediasourceresult #result .grouping-results ul li.author,socialsourceresult #result .grouping-results ul li.author{max-width:50%}searchresults #result ul.result-footer-author,searchresults #result ul.grouping-results-metadata,mediasourceresult #result ul.result-footer-author,mediasourceresult #result ul.grouping-results-metadata,.mediasourceresult #result ul.result-footer-author,.mediasourceresult #result ul.grouping-results-metadata,socialsourceresult #result ul.result-footer-author,socialsourceresult #result ul.grouping-results-metadata{display:flex;align-items:center}searchresults #result .result-grouping,mediasourceresult #result .result-grouping,.mediasourceresult #result .result-grouping,socialsourceresult #result .result-grouping{font-size:13px}searchresults #result .result-grouping .grouping-area,mediasourceresult #result .result-grouping .grouping-area,.mediasourceresult #result .result-grouping .grouping-area,socialsourceresult #result .result-grouping .grouping-area{margin-bottom:10px;color:gray}searchresults #result .result-grouping .grouping-area .grouping-header,mediasourceresult #result .result-grouping .grouping-area .grouping-header,.mediasourceresult #result .result-grouping .grouping-area .grouping-header,socialsourceresult #result .result-grouping .grouping-area .grouping-header{border-top:1px dashed #ccc;padding-top:5px}searchresults #result .result-grouping .grouping-area .grouping-results,mediasourceresult #result .result-grouping .grouping-area .grouping-results,.mediasourceresult #result .result-grouping .grouping-area .grouping-results,socialsourceresult #result .result-grouping .grouping-area .grouping-results{margin-bottom:1px}searchresults #result .copyright-text,mediasourceresult #result .copyright-text,.mediasourceresult #result .copyright-text,socialsourceresult #result .copyright-text{color:gray;font-style:italic}searchresults #result #right-menu,mediasourceresult #result #right-menu,.mediasourceresult #result #right-menu,socialsourceresult #result #right-menu{position:absolute;margin-top:-16px;right:14px;z-index:300}searchresults #result #right-menu .btn,mediasourceresult #result #right-menu .btn,.mediasourceresult #result #right-menu .btn,socialsourceresult #result #right-menu .btn{width:40px;height:40px;border-right:0px;border-bottom:0px;background-color:#f2f2f2;padding:0;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px}searchresults #result #right-menu .btn:first-child,mediasourceresult #result #right-menu .btn:first-child,.mediasourceresult #result #right-menu .btn:first-child,socialsourceresult #result #right-menu .btn:first-child{border-top:0px}searchresults #result #right-menu .btn:last-child,mediasourceresult #result #right-menu .btn:last-child,.mediasourceresult #result #right-menu .btn:last-child,socialsourceresult #result #right-menu .btn:last-child{border-bottom:1px solid #ccc}searchresults #result #right-menu .btn:hover,mediasourceresult #result #right-menu .btn:hover,.mediasourceresult #result #right-menu .btn:hover,socialsourceresult #result #right-menu .btn:hover{background-color:#ccc;border-color:#ccc}searchresults #result #right-menu .btn i,mediasourceresult #result #right-menu .btn i,.mediasourceresult #result #right-menu .btn i,socialsourceresult #result #right-menu .btn i{padding:13px}searchresults #result #right-menu .btn:disabled,mediasourceresult #result #right-menu .btn:disabled,.mediasourceresult #result #right-menu .btn:disabled,socialsourceresult #result #right-menu .btn:disabled{opacity:1 !important;border-top-style:solid;border-bottom-style:solid;border-left-style:solid;border-right-style:solid}searchresults #result #right-menu #quickselect,mediasourceresult #result #right-menu #quickselect,.mediasourceresult #result #right-menu #quickselect,socialsourceresult #result #right-menu #quickselect{width:40px;float:left}searchresults #result #right-menu #shareselect,mediasourceresult #result #right-menu #shareselect,.mediasourceresult #result #right-menu #shareselect,socialsourceresult #result #right-menu #shareselect{width:40px;float:left}searchresults #result #right-menu #moreselect,mediasourceresult #result #right-menu #moreselect,.mediasourceresult #result #right-menu #moreselect,socialsourceresult #result #right-menu #moreselect{width:40px;float:left}searchresults #result #right-menu #monitorSocialUser,mediasourceresult #result #right-menu #monitorSocialUser,.mediasourceresult #result #right-menu #monitorSocialUser,socialsourceresult #result #right-menu #monitorSocialUser{width:40px;float:left}searchresults #result #right-menu #sentimentselect,mediasourceresult #result #right-menu #sentimentselect,.mediasourceresult #result #right-menu #sentimentselect,socialsourceresult #result #right-menu #sentimentselect{width:40px;float:left}searchresults #result #right-menu #sentimentselect .negative,mediasourceresult #result #right-menu #sentimentselect .negative,.mediasourceresult #result #right-menu #sentimentselect .negative,socialsourceresult #result #right-menu #sentimentselect .negative{color:#e65a3f}searchresults #result #right-menu #sentimentselect .positive,mediasourceresult #result #right-menu #sentimentselect .positive,.mediasourceresult #result #right-menu #sentimentselect .positive,socialsourceresult #result #right-menu #sentimentselect .positive{color:#6fbb1e}searchresults #result #right-menu #fivefiltersselect,searchresults #result #right-menu #licenseshopselect,mediasourceresult #result #right-menu #fivefiltersselect,mediasourceresult #result #right-menu #licenseshopselect,.mediasourceresult #result #right-menu #fivefiltersselect,.mediasourceresult #result #right-menu #licenseshopselect,socialsourceresult #result #right-menu #fivefiltersselect,socialsourceresult #result #right-menu #licenseshopselect{width:40px;float:left}searchresults #result .status,mediasourceresult #result .status,.mediasourceresult #result .status,socialsourceresult #result .status{line-height:60px}searchresults #result .status .green,mediasourceresult #result .status .green,.mediasourceresult #result .status .green,socialsourceresult #result .status .green{color:#6fbb1e}searchresults #result .status .blue,mediasourceresult #result .status .blue,.mediasourceresult #result .status .blue,socialsourceresult #result .status .blue{color:#6fbb1e}searchresults #result .status .orange,mediasourceresult #result .status .orange,.mediasourceresult #result .status .orange,socialsourceresult #result .status .orange{color:#f7a837}searchresults #result .status .grey,mediasourceresult #result .status .grey,.mediasourceresult #result .status .grey,socialsourceresult #result .status .grey{color:brown}searchresults #result .status .brown,mediasourceresult #result .status .brown,.mediasourceresult #result .status .brown,socialsourceresult #result .status .brown{color:brown}searchresults #result .status .red,mediasourceresult #result .status .red,.mediasourceresult #result .status .red,socialsourceresult #result .status .red{color:brown}searchresults #result .status .black,mediasourceresult #result .status .black,.mediasourceresult #result .status .black,socialsourceresult #result .status .black{color:brown}searchresults #result .result-detail>a,mediasourceresult #result .result-detail>a,.mediasourceresult #result .result-detail>a,socialsourceresult #result .result-detail>a{cursor:pointer;line-height:60px}mediasourceresult #result #right-menu,socialsourceresult #result #right-menu{right:-14px}.kalendae{background:#fff;border-bottom:#ccc;display:inline-block;position:relative;margin-left:-1px;width:490px;height:224px;overflow:hidden}.kalendae .k-calendar{display:block;float:left;width:245px;overflow:hidden}.kalendae .k-calendar .k-header span{color:#303030}.kalendae .k-calendar .k-title{text-align:center;height:28px;line-height:28px;position:relative}.kalendae .k-calendar .k-title a{display:none}.kalendae .k-calendar.k-first-month a,.kalendae .k-calendar.k-last-month a{position:absolute;top:50%;margin-top:-14px;width:35px;height:28px}.kalendae .k-calendar.k-first-month a:after,.kalendae .k-calendar.k-last-month a:after{color:#ccc;font-size:18px;position:absolute;top:5px;left:0;right:0;text-align:center;font-family:'echobot';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.kalendae .k-calendar.k-first-month a:after:hover:after,.kalendae .k-calendar.k-last-month a:after:hover:after{color:#ffcc30}.kalendae .k-calendar.k-first-month a.k-btn-previous-year{display:block}.kalendae .k-calendar.k-first-month a.k-btn-previous-month{display:block;left:20px}.kalendae .k-calendar.k-last-month a.k-btn-next-month{display:block;right:20px}.kalendae .k-calendar.k-last-month a.k-btn-next-year{display:block;right:0px}.kalendae .k-separator{display:block;float:left;width:1px;background:#ccc;position:absolute;top:0;bottom:0;left:50%}.kalendae .k-header span,.kalendae .k-days span{color:#f2f2f2;display:block;width:35px;height:28px;line-height:28px;text-align:center;float:left;border-top:1px solid #ccc;border-left:1px solid #ccc}.kalendae .k-header span.k-in-month:hover,.kalendae .k-days span.k-in-month:hover{background:#ccc}.kalendae .k-header span.k-active,.kalendae .k-days span.k-active{color:#303030}.kalendae .k-header span.k-active,.kalendae .k-days span.k-active{cursor:pointer}.kalendae .k-header span.k-today,.kalendae .k-days span.k-today{color:#6fbb1e}.kalendae .k-header span.k-today ~ span,.kalendae .k-days span.k-today ~ span{color:#f2f2f2}.kalendae .k-header span.k-selected,.kalendae .k-header span.k-range,.kalendae .k-days span.k-selected,.kalendae .k-days span.k-range{background:#ffcc30}.kalendae .k-header:after,.kalendae .k-days:after{content:".";clear:both;display:block;visibility:hidden;height:0px}.kalendae:after{content:".";clear:both;display:block;visibility:hidden;height:0px}.kalendae-more{border-top:1px solid #ccc;padding-left:10px;padding-right:10px;padding-bottom:10px}.kalendae-more h4 i{font-size:10px;vertical-align:1px}.kalendae-more .more-text-header{text-align:center;padding-top:20px}.kalendae-more .more-number-input{display:inline-block;width:70px}.kalendae-more form-select{display:inline-block}.kalendae-more form-select .dropdown-toggle{height:35px !important;line-height:32px !important;width:200px !important;padding-left:10px !important;margin-left:0px !important}.kalendae-more .additional-row{padding-top:10px}.slider-control{display:block;position:relative;height:30px;width:200px;margin:19px 36px;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:-moz-none;-ms-user-select:none;-o-user-select:none;user-select:none;outline:none}.slider-control:after{content:' ';background:#ccc;height:2px;position:absolute;top:50%;left:0;right:0;margin-top:-1px}.slider-control .ui-slider-range{background:#ffcc30;height:6px;position:absolute;top:44px}.slider-control .ui-slider-handle{display:block;cursor:pointer;width:20px;height:20px;padding:0;margin-left:-10px;position:absolute;top:50%;z-index:1;background-color:#fff;margin-top:-10px;border:2px solid #f2f2f2;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:-moz-none;-ms-user-select:none;-o-user-select:none;user-select:none;outline:none;-moz-border-radius:100%;-webkit-border-radius:100%;border-radius:100%;-webkit-box-shadow:1px 5px 5px rgba(182,177,177,0.75);-moz-box-shadow:1px 5px 5px rgba(182,177,177,0.75);box-shadow:1px 5px 5px rgba(182,177,177,0.75)}.slider-control+ul{margin:0 36px 0 36px;padding:0;text-align:justify;white-space:normal}.slider-control+ul li{display:inline-block;position:relative}.slider-control+ul li span{display:block;width:200px;text-align:center;position:absolute;left:50%;margin-left:-100px}.slider-control+ul li:after{content:' ';background:#ccc;position:absolute;height:30px;width:12px;border-right:5px solid #fff;border-left:5px solid #fff;position:absolute;top:-32px;left:50%;margin-left:-6px}.slider-control+ul:after{display:inline-block;content:' ';padding-left:100%}.slider-control+ul+label{margin:10px;display:block;text-align:center}echorank #bar-container{display:inline-block;vertical-align:-2px}echorank #bar-container .bar{display:inline-block;height:14px;width:4px;background-color:#f2f2f2;margin:0 1px}echorank #bar-container .bar.active{background-color:#f7a837}.nav-pills.nav-pills-tiny li{margin:0 15px}.nav-pills.nav-pills-tiny li a{padding:5px 10px;color:#ccc;background-color:transparent}.nav-pills.nav-pills-tiny li a:hover,.nav-pills.nav-pills-tiny li a.active{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}.nav-pills.nav-pills-tiny li a:hover:before,.nav-pills.nav-pills-tiny li a.active:before{content:'';width:12px;height:12px;position:absolute;right:42%;bottom:-5px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.nav-pills.nav-pills-tiny li a:hover{color:#fff;background-color:gray}.nav-pills.nav-pills-tiny li a:hover:before{background-color:gray}.nav-pills.nav-pills-tiny li a.active{color:#fff;background-color:#303030}.nav-pills.nav-pills-tiny li a.active:before{background-color:#303030}toplist table{margin-bottom:0px !important}toplist table thead i{font-size:9px;vertical-align:3px}toplist table thead th{font-weight:normal;padding:0px !important;padding-bottom:10px !important;border-bottom:1px solid #ccc !important}toplist table thead th .column-header{font-size:20px;font-weight:100;margin-top:20px}toplist table thead th a{color:#303030}toplist table thead th a:hover,toplist table thead th a:focus,toplist table thead th a.active{color:#303030 !important}toplist table tbody tr{height:65px}toplist table tbody td{border-top:1px dashed #ccc !important;padding-top:17px !important;padding-bottom:17px !important;padding-left:0px !important}toplist table tfoot td{padding-top:17px !important;padding-bottom:17px !important}toplist table tfoot td a{color:#303030}toplist table tfoot td a:hover,toplist table tfoot td a.active{color:inherit !important}toplist .number-column{padding-left:30px !important}toplist .activeClick a{background:#f2f2f2 !important;color:inherit !important}toplist .media-column{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}toplist .media-column a{color:#303030}toplist .media-column a:hover,toplist .media-column a.active{color:inherit !important}toplist .media-column img{margin-right:15px;vertical-align:-3px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}toplist .action-column{padding-right:30px !important;width:164px;min-width:164px;white-space:nowrap}toplist .action-column i{font-size:16px;cursor:pointer;border:1px solid #ccc;border-radius:5px;padding:6px;vertical-align:middle}.panel .panel-heading{color:#000}.panel .panel-heading a{color:#000;text-decoration:none;cursor:pointer}.panel.panel-primary{border-color:#ccc}.panel.panel-primary .panel-heading{background-color:#ccc}.panel.panel-success{border-color:#6fbb1e}.panel.panel-success .panel-heading{background-color:#6fbb1e}.panel.panel-info{border-color:#00a8ff}.panel.panel-info .panel-heading{background-color:#00a8ff}.panel.panel-warning{border-color:#ffcc30}.panel.panel-warning .panel-heading{background-color:#ffcc30}.panel.panel-danger{border-color:#e65a3f}.panel.panel-danger .panel-heading{background-color:#e65a3f}.pagination{font-size:0;line-height:0}.pagination li{display:inline-block;margin:0 1px}.pagination li a{font-size:13px;line-height:18px;border:1px solid #ccc !important;background:#fff;color:#303030;padding:8px 14px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}.pagination li a:hover{background:#f2f2f2 !important;color:inherit !important}.pagination li.active a{background:#f2f2f2 !important;color:inherit !important}@media (max-width: 768px){.searchresults-pagination .pagination li{padding-right:5px}}.searchresults-mobile-pagesize form-select{min-width:48px}@media (max-width: 400px){.searchresults-mobile-pagesize form-select ul{max-width:60px;min-width:60px}}@media (min-width: 401px){.searchresults-mobile-pagesize form-select ul{max-width:90px;min-width:90px}}input[type=checkbox],input[type=radio]{visibility:hidden !important;width:0;height:0;outline:none;position:absolute;top:0}input[type=checkbox]+label,input[type=radio]+label{display:inline-block;position:relative;padding-left:35px;padding-top:4px;cursor:pointer}input[type=checkbox]+label:before,input[type=radio]+label:before{content:' ';color:#000;font-size:16px;text-align:center;padding-top:4px;background:#fff;width:26px;height:26px;outline:none;border:1px solid #ccc;position:absolute;top:0;left:0;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;font-family:'echobot';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}input[type=checkbox]+label.beforeFa:before,input[type=radio]+label.beforeFa:before{content:' ';color:#000;font-size:16px;text-align:center;padding-top:4px;background:#fff;width:26px;height:26px;outline:none;border:1px solid #ccc;position:absolute;top:-5px;left:0;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;font-family:'echobot';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}input[type=checkbox]+label.small:before,input[type=radio]+label.small:before{width:20px;height:20px;margin-top:3px;margin-left:6px;font-size:11px}input[type=radio]+label.small:before{margin-top:-2px}input[type=checkbox].checked+label:before{content:'\e617'}input[type=checkbox]:checked+label:before,label.checked:before{content:'\e617'}input[type=checkbox]:disabled+label{opacity:.25;filter:alpha(opacity=25)}input[type=checkbox]:disabled+label:before{background:transparent;border:1px solid transparent}input[type=radio].checked+label:after{content:'\e631';color:#000;font-size:7px;text-align:center;padding-top:8px;width:26px;height:26px;position:absolute;top:4px;left:0;font-family:'echobot';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}input[type=radio].checked+label.small:after{top:1px;left:3px}input[type=radio]:checked+label:after,label.checked:after{content:'\e631';color:#000;font-size:7px;text-align:center;padding-top:8px;width:26px;height:26px;position:absolute;top:4px;left:0;font-family:'echobot';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}input[type=radio]:checked+label.small:after,label.checked.small:after{top:1px;left:3px}input[type=radio]+label:before{top:4px;-moz-border-radius:100%;-webkit-border-radius:100%;border-radius:100%}label.placeholder{margin-top:-10px}.listbox{background:#fff;border:1px solid #ccc;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px}.listbox header{font-size:20px;border-bottom:1px solid #ccc}.listbox header,.listbox li{padding:15px;margin:0;list-style:none}.listbox ul{margin:0;padding:0}.listbox li{font-weight:bold;cursor:pointer;line-height:36px;padding-left:66px;position:relative;color:gray;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.listbox li img.profile-image{width:36px;height:36px;position:absolute;left:16px;top:15px}.listbox li i.font-icon{font-size:20px;color:#fff;position:absolute;left:24px;top:23px;z-index:2}.listbox li i.font-icon:before{content:' ';background:gray;width:36px;height:36px;position:absolute;top:50%;left:50%;z-index:-1;margin-left:-18px;margin-top:-18px;-moz-border-radius:100%;-webkit-border-radius:100%;border-radius:100%}.listbox li:hover{background:#ccc}tagcloud,wordcloud{display:block}.tagcloud-noresults{top:50%;position:absolute;width:98%}#searchstats{margin:15px}lightbox-youtube{cursor:pointer}lightbox-youtube .lightbox-youtube-modal{background-color:#fff;border:1px solid #ccc;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;-webkit-box-shadow:4px,4px,14px,7px,#ccc;box-shadow:4px,4px,14px,7px,#ccc;position:absolute;top:0;left:170px;right:0;margin:auto;width:523px;z-index:300}lightbox-youtube .lightbox-youtube-modal .lightbox-youtube-content{width:100%;padding:10px}lightbox-youtube .lightbox-youtube-modal .lightbox-youtube-image{width:50%}lightbox-youtube .lightbox-youtube-modal .lightbox-youtube-image img{max-width:100%;max-height:100%}lightbox-youtube .lightbox-youtube-modal .lightbox-youtube-close{position:absolute;left:95.8%;top:-1%}lightbox-video{cursor:pointer}lightbox-video .lightbox-video-thumbnail{float:left;position:relative}lightbox-video .lightbox-video-thumbnail span{position:absolute;bottom:0;left:0;top:0;right:0;margin:auto;background:url("/images/play-button.png") no-repeat;background-position:50% 50%;background-size:230%}lightbox-video .lightbox-video-thumbnail img{margin-right:0px !important}lightbox-video .lightbox-video-modal{background-color:#fff;position:absolute;top:0;left:170px;right:0;margin:auto;width:523px;z-index:300}lightbox-video .lightbox-video-modal .lightbox-video-content{border:1px solid #ccc;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;-webkit-box-shadow:4px,4px,14px,7px,#ccc;box-shadow:4px,4px,14px,7px,#ccc;width:100%;padding:10px}lightbox-video .lightbox-video-modal .lightbox-video-image{width:50%}lightbox-video .lightbox-video-modal .lightbox-video-image img{max-width:100%;max-height:100%}lightbox-video .lightbox-video-modal .lightbox-video{position:absolute;left:95.8%;top:-1%}table.report-table{margin-top:0 !important;margin-bottom:0 !important;table-layout:fixed;width:100%}table.report-table thead.dark{background:#f2f2f2}table.report-table thead.search tr,table.report-table thead.search td{border-bottom:none}table.report-table thead.search tr h1,table.report-table thead.search td h1{margin:0}table.report-table thead.search th{vertical-align:middle}table.report-table thead.search .input-group{width:100%}table.report-table th,table.report-table td{padding:10px 30px !important;white-space:nowrap}table.report-table th>i,table.report-table td>i{padding-right:15px;cursor:pointer}table.report-table th>i:last-child,table.report-table td>i:last-child{padding-right:0}table.report-table th.checkColumn,table.report-table td.checkColumn{padding-left:30px !important;padding-top:4px !important}table.report-table tr[ui-sref]{cursor:pointer}table.report-table tr[ui-sref]:hover{background:#f2f2f2}table.report-table .bt{width:40px !important;max-width:40px !important}.report-row th,.report-row td{padding:10px 30px !important;white-space:nowrap}.report-row th>i,.report-row td>i{padding-right:15px}.report-row th>i:last-child,.report-row td>i:last-child{padding-right:0}.report-row th .user-name-label,.report-row td .user-name-label{max-width:90px;vertical-align:-10px;display:inline-block}.report-row th.ellipsis,.report-row th .ellipsis,.report-row td.ellipsis,.report-row td .ellipsis{overflow:hidden;text-overflow:ellipsis}.report-row.report-row td>.row,.report-row .report-row-form td td>.row{border-bottom:1px solid #ccc;padding:15px;margin-left:-30px;margin-right:-30px}.report-row.report-row td>.row:last-child,.report-row .report-row-form td td>.row:last-child{border-bottom:0;padding-bottom:0}.report-row.report-row td>.row .input-sentence,.report-row .report-row-form td td>.row .input-sentence{padding-left:35px}.report-row.report-row td>.row:last-child,.report-row .report-row-form td td>.row:last-child{padding-bottom:5px}.report-row.report-row .design-directive,.report-row .report-row-form td .design-directive{padding-left:0px;padding-right:0px}.report-row.report-row .sub-form,.report-row .report-row-form td .sub-form{background:#fff;padding:15px;margin-left:-30px;margin-right:-30px;margin-bottom:-15px;min-height:67px}.report-row.report-row .sub-form label,.report-row .report-row-form td .sub-form label{padding-top:8px}.report-row .report-row-inlineedit:hover{cursor:pointer}.report-row .report-row-inlineedit:hover td{background:#ccc}.report-row td.actions{text-align:left;font-size:12px;line-height:21px}.report-row td.actions *{visibility:hidden}.report-row:hover td.actions *{visibility:visible}.report-row .report-row-reportingoverview th,.report-row .report-row-reportingoverview td{font-size:12px;line-height:14px}.report-row .report-row-reportingoverview th.actions *,.report-row .report-row-reportingoverview td.actions *{visibility:visible}.report-row .report-row-reportingoverview small.label{padding:3px 5px !important;margin-top:0px;margin-left:0px}.report-row .report-row-reportingoverview .checkColumn input[type=checkbox]+label:before{height:20px;width:20px}.user-group-row th,.user-group-row td,.template-row th,.template-row td{padding:10px 30px !important;white-space:nowrap;overflow-x:hidden;text-overflow:ellipsis}.user-group-row th>i,.user-group-row td>i,.template-row th>i,.template-row td>i{padding-right:15px}.user-group-row th>i:last-child,.user-group-row td>i:last-child,.template-row th>i:last-child,.template-row td>i:last-child{padding-right:0}.user-group-row.user-group-row,.user-group-row .user-group-row-form td,.template-row.user-group-row,.template-row .user-group-row-form td{border-top:none;background:#fff}.user-group-row.user-group-row td,.user-group-row .user-group-row-form td td,.template-row.user-group-row td,.template-row .user-group-row-form td td{padding-top:0;padding-bottom:0}.user-group-row .user-group-row-form td,.template-row .user-group-row-form td{background:#f2f2f2}.user-group-row td.actions,.template-row td.actions{text-align:right;font-size:12px;line-height:21px}.user-group-row td.actions *,.template-row td.actions *{visibility:hidden}.user-group-row:hover td.actions *,.template-row:hover td.actions *{visibility:visible}.user-group-row .user-group-row-overview th,.user-group-row .user-group-row-overview td,.template-row .user-group-row-overview th,.template-row .user-group-row-overview td{font-size:12px;line-height:14px}.user-group-row .user-group-row-overview th.actions *,.user-group-row .user-group-row-overview td.actions *,.template-row .user-group-row-overview th.actions *,.template-row .user-group-row-overview td.actions *{visibility:visible}.user-group-row .user-group-row-overview:hover,.template-row .user-group-row-overview:hover{cursor:pointer}.user-group-row .user-group-row-overview:hover td,.template-row .user-group-row-overview:hover td{background:#f2f2f2}.user-row td button>span{margin-right:5px}.as-sortable-item{-ms-touch-action:none;touch-action:none}.as-sortable-item-handle{cursor:move}.as-sortable-drag{position:absolute;pointer-events:none;z-index:9999}.as-sortable-hidden{display:none !important}.as-sortable-placeholder{position:relative}.as-sortable-placeholder:after{content:'';display:block;border:1px dashed darkgrey;background-color:#dbdbdb;position:absolute;top:0;left:0;right:0;bottom:0}.as-sortable-drag{opacity:.8}duallistbox .separator-container{border-left:1px solid #ccc}duallistbox .both-boxes-container{display:flex;margin-top:5px}duallistbox .user-container{border:1px solid #ccc;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;margin-left:-2px;margin-right:0px;min-height:100%;max-height:255px;overflow:auto}duallistbox .user-container .user-option-border .user-option{cursor:pointer;height:30px;padding-top:5px;overflow:hidden;text-overflow:ellipsis}duallistbox .user-container .user-option-border .user-option.warning{color:#ffcc30}duallistbox .user-container .user-option-border .user-option.danger{color:#e65a3f}duallistbox .user-container .user-option-border .user-option i.fa-user,duallistbox .user-container .user-option-border .user-option i.fa-users{width:25px}duallistbox .user-container .user-option-border .user-option i.fa-user{padding-left:2px}duallistbox .user-container .user-option-border .user-option-icon{color:#ffcc30;padding-top:5px}duallistbox .user-container .user-option-border:nth-child(odd){background:#f2f2f2}duallistbox .user-container .user-option-border:hover{background:#ccc !important}.sortable-table .header{background:#f2f2f2;border-bottom:1px solid #ccc;padding-left:15px}.sortable-table .header [class^="col-"],.sortable-table .header [class*=" col-"]{padding:10px 15px}.sortable-table .sortable-table-row{min-height:75px;padding:5px 15px;border-bottom:1px solid #ccc}.sortable-table .sortable-table-row:nth-child(even){background:#f2f2f2}.sortable-table .sortable-table-row .label{padding:5px;margin-top:5px;margin-bottom:5px}.bs-callout{padding:20px;margin:20px 0;border:1px solid #eee;border-left-width:5px;border-radius:3px}.bs-callout-warning{border-left-color:#e65a3f}.bs-callout-info{border-left-color:#00a8ff}.bs-callout-warning{border-left-color:#ffcc30}.bs-callout-info h4{color:#00a8ff}.bs-callout+.bs-callout{margin-top:-5px}.carousel .carousel-indicators{bottom:5px}.carousel .carousel-inner img{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;margin:auto}.carousel .carousel-inner .report-image-svg{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;margin:auto}.carousel .carousel-control{background-image:none !important;cursor:pointer;text-shadow:none}.carousel .carousel-control .glyphicon{color:#ccc}ul.tree-view{list-style:none;padding:0 0 0 35px}ul.tree-view li{list-style-type:none;margin:0;padding:10px 5px 0 5px;position:relative}ul.tree-view li:before{border-left:1px solid #ccc;bottom:50px;height:100%;top:0;width:1px;content:'';left:-30px;position:absolute;right:auto}ul.tree-view li:after{border-top:1px solid #ccc;height:20px;top:25px;width:35px;content:'';left:-30px;position:absolute;right:auto}ul.tree-view li.active:before{border-left:1px solid orange}ul.tree-view li.active:after{border-top:1px solid orange}ul.tree-view li.active>label>span{font-weight:500;color:orange}ul.tree-view li>label{border-radius:3px;display:inline-block;padding:5px 5px 0 2px;text-decoration:none;text-overflow:ellipsis;cursor:pointer;margin-bottom:0px !important}ul.tree-view li>span{border-radius:3px;display:inline-block;padding:5px 5px 5px 2px;text-decoration:none;cursor:pointer}ul.tree-view ul{margin-bottom:0}ul.tree-view ul>li.active span{font-weight:500;color:orange}ul.tree-view i{font-size:18px;padding-right:5px;position:relative;top:2px}.translation-hint{font-size:11px;padding-left:5px;vertical-align:text-top;color:#76CDFF;position:absolute}.translation-hint::after{content:"\f1ab";padding-left:5px;font:normal normal normal 14px/1 FontAwesome;font-size:15px}.translation-hint,.translation-hint::after{-webkit-transition:all 0.1s ease;-moz-transition:all 0.1s ease;-o-transition:all 0.1s ease;-ms-transition:all 0.1s ease}.translated-text:hover .translation-hint,.translated-text:hover .translation-hint::after{color:#33B4FF}.translated-text:hover .translation-hint::after{font-size:20px}.translated-text.translated .translation-hint{color:#71C128}.translated-text-fallbacks{position:static;clear:both;background-color:#FFF;color:#000}.translated-text-fallbacks .translated-text{display:inline-block;margin-top:10px;margin-right:10px;padding:10px 30px 10px 10px;border:1px solid #CCC;border-radius:5px;background-color:#fafafa}.html-translations,.inline-translations{min-height:20px;border:1px solid #CCC;clear:left;padding:0px 10px 10px 10px}.translated-file-h{font-size:14px;padding:5px 0px}.translated-text-h{font-size:13px;padding:5px 0px}#corner-ribbon{overflow:hidden;top:74px;left:-14px;height:200px;z-index:99;position:absolute;pointer-events:none}#corner-ribbon .corner-ribbon-text{background:#a00;color:#fff;text-align:left;font-weight:bold;padding:5px 40px;font-size:1rem;line-height:2rem;transition:0.5s;width:200px;margin-left:-50px;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);box-shadow:2px 2px 8px rgba(0,0,0,0.8)}#corner-ribbon .corner-ribbon-text::before,#corner-ribbon .corner-ribbon-text::after{content:"";width:100%;display:block;position:absolute;top:1px;left:0;height:1px;background:#fff}#corner-ribbon .corner-ribbon-text::after{bottom:1px;top:auto}.chart-noresults{top:50%;position:absolute;width:98%}#profile-results #profile-header.newsroom .calendar-btn+ul{min-height:initial;max-height:360px !important}#profile-results #profile-header.newsroom .profile-name .name-text label{margin-bottom:0;line-height:inherit}#profile-results #profile-header.newsroom .profile-name .name-text label i{line-height:40px}#profile-results #profile-filters.newsroom accordion .panel-group .panel .panel-body{padding:25px}#profile-results #profile-filters.newsroom #assistant-container{z-index:9}@media (max-width: 520px){#profile-results .name-text+.btn-success{clear:left}}#profile-results .profile-name .btn.btn-success{padding:0}#profile-results .input-group form-select{display:table-cell}#profile-results uib-accordion{display:inline-block}#profile-results button.btn.btn-default.dropdown-toggle{width:inherit;padding:0 10px}#profile-results .row>div>blank>div,#profile-results .splitWidget{position:relative}#profile-results .row>div>blank>div>button.btn-default,#profile-results .row>div>blank>div>button.btn-info,#profile-results .splitWidget>button.btn-default,#profile-results .splitWidget>button.btn-info{min-height:200px;width:100%;opacity:1;font-size:25px}#profile-results .row>div>blank>div>button.btn-default:hover,#profile-results .row>div>blank>div>button.btn-info:hover,#profile-results .splitWidget>button.btn-default:hover,#profile-results .splitWidget>button.btn-info:hover{opacity:1}#profile-results blank{padding:0}#profile-results blank>div>div>div.moveWidget{display:none;background-color:rgba(80,80,80,0.3);position:absolute;top:0;left:0;right:0;bottom:0}#profile-results blank>div>div>div.moveWidget>i{font-size:50px;position:absolute;left:50%;top:50%;margin-top:-25px;margin-left:-25px;color:grey}#profile-results .slider-control.widgetSlider{width:83.33%;margin:0 0 0 8.33%;clear:both;height:0;opacity:0;padding-bottom:0;transition:height 1s, opacity 1s, padding-bottom 0.5s}#profile-results blank:hover>div>.onlyMove>div.moveWidget{display:block;cursor:pointer}#profile-results div.onlyMove{position:absolute;top:0;left:0;right:0;bottom:0}#profile-results button.setupWidget{width:100%;min-height:200px;height:100%;opacity:0.3}#profile-results button.setupWidget:hover{opacity:0.7}#profile-results blank>div>div.hoverClass{opacity:0.3;background:green}#profile-results widget-split{display:block}#profile-results .container-content .row{position:relative}#profile-results .btn-addRow{width:100% !important;transition:height 0.5s, opacity 0.5s;overflow:hidden;line-height:42px;padding:0;height:42px;color:darkgrey}#profile-results .btn-addRow i{font-size:40px}#profile-results blank .btn-addRow{opacity:0;height:0;display:block;position:absolute;left:0;right:0;bottom:0;z-index:10}#profile-results .btn-addRow:hover{opacity:1;color:green;background-color:#ccc}#profile-results .splitWidget button.btn.btn-default{position:absolute;top:0;height:100%;padding:0;font-size:40px;opacity:0.5;color:darkgrey}#profile-results .splitWidget:hover button.btn.btn-default{opacity:1;color:green;background-color:#ccc}#profile-results .resetWidget{border:1px solid #CCC;padding:5px 5px 10px 10px;position:absolute;z-index:100;top:0;right:0;border-bottom-left-radius:10px;opacity:0.25;background-color:transparent}#profile-results .resetWidget .btn-default{width:30px;height:30px;line-height:30px;padding:0;background:transparent}#profile-results .onlyMove:hover>.resetWidget,#profile-results .ui-droppable:hover .resetWidget{opacity:1;background-color:#EEE}.templates .btn-group{display:table;width:100%;table-layout:fixed;border-collapse:separate}.templates .btn-group>.btn,.templates .btn-group>.btn-group{float:none;display:table-cell;width:1%;border-top-right-radius:0;border-bottom-right-radius:0}.templates .btn-group>.btn-group .btn{width:100%}.templates .btn-group>.btn-group .dropdown-menu{left:auto}.newsroom .aspect-ratio{position:relative;width:100%;height:0;padding-bottom:56%}.newsroom .aspect-ratio iframe{position:absolute;width:100%;height:100%;left:0;top:0}.newsroom .widgetPreviewImage{border:1px solid lightgrey;text-align:center;padding:5px;overflow:hidden;max-height:500px}.newsroom .widgetPreviewImage:hover{cursor:pointer}.newsroom toplist h1{font-size:18px;margin:0}.newsroom toplist .action-column{display:none}.newsroom toplist .media-column{max-width:120px}.newsroom toplist .media-column img{margin-right:0}.newsroom toplist .media-column-type{max-width:70px}.newsroom toplist table tbody td{padding:3px 10px 3px 3px !important;white-space:nowrap}.newsroom toplist table thead th{padding:0 10px 0 0 !important;white-space:nowrap}.newsroom .ui-draggable{z-index:auto !important}.newsroom .ui-draggable-dragging{z-index:9999 !important}.newsroom .modal-body .input-group-addon.btn{min-width:40px}.newsroom .fa-stack-1x{color:white}.newsroom .c-facebook{color:#3b5998}.newsroom .c-twitter{color:#00aced}.newsroom .c-gplus{color:#dd4b39}.newsroom .list:last-child,.newsroom .ticker:last-child{margin-bottom:0}.newsroom .list ul,.newsroom .ticker ul,.newsroom .single ul{padding-left:0;list-style:none}.newsroom .list ul>li img.favBullet,.newsroom .ticker ul>li img.favBullet,.newsroom .list ul>li i.defaultBullet,.newsroom .ticker ul>li i.defaultBullet,.newsroom .single ul>li img.favBullet,.newsroom .single ul>li i.defaultBullet{width:16px;font-size:10px;position:absolute;top:0;left:0}.newsroom .list ul.showBullets>li,.newsroom .ticker ul.showBullets>li,.newsroom .single ul.showBullets>li{padding-left:30px;background-repeat:no-repeat}.newsroom .list .articleList>li,.newsroom .ticker .articleList>li,.newsroom .single .articleList>li{margin-bottom:10px;clear:both;position:relative;overflow:hidden}.newsroom .list .image,.newsroom .ticker .image,.newsroom .single .image{float:right;margin:0 0 0 15px;text-align:center;padding-left:0}.newsroom .list .image img,.newsroom .ticker .image img,.newsroom .single .image img{max-width:100%;border:1px solid #999}.newsroom .list .avatar,.newsroom .ticker .avatar,.newsroom .single .avatar{float:left !important;margin:0 15px 6px 0}.newsroom .list .social3 .image .play-button,.newsroom .ticker .social3 .image .play-button,.newsroom .single .social3 .image .play-button{border:0;position:absolute;top:0;right:0;bottom:0;left:0;opacity:0.5;transition:1s opacity;margin:auto}.newsroom .list .social3 .image:hover .play-button,.newsroom .ticker .social3 .image:hover .play-button,.newsroom .single .social3 .image:hover .play-button{opacity:1;cursor:pointer}.newsroom .list .image.youtube,.newsroom .ticker .image.youtube,.newsroom .single .image.youtube{z-index:9}.newsroom .widget.list h1,.newsroom .widget.ticker h1,.newsroom .widget.single h1,.newsroom .widget.list h3,.newsroom .widget.ticker h3,.newsroom .widget.single h3{margin-top:0;position:relative}.newsroom .widget.single:hover .article-share,.newsroom .widget.single:hover .custom:hover .article-share,.newsroom .widget.list li:hover .article-share,.newsroom .widget.ticker li:hover .article-share{display:inline}.newsroom .widget.single:hover .custom .article-share{display:none}.newsroom .article-share{position:absolute;right:0;top:0;padding:3px 5px;display:none;z-index:1}.newsroom .article-share li{padding:0}.newsroom .article-share .fa-stack{width:20px;height:20px;line-height:24px}.newsroom .article-share .fa-stack-1x{font-size:12px}.newsroom .article-share .fa-stack-2x{font-size:24px}.newsroom h1{font-size:15px;margin-bottom:0}.newsroom .single h1{font-size:18px}.newsroom .grayscale{-webkit-filter:grayscale(100%);filter:grayscale(100%)}.newsroom tagcloud wordcloud text{cursor:default !important}.newsroom .widget .title,.newsroom .widget .title a{font-weight:bold;line-height:130%}.newsroom .widget .title a{color:#404040}.newsroom .widget .headline,.newsroom .widget .headline a{font-weight:bold;font-size:18px}.newsroom .widget .social1 .title,.newsroom .widget .social1 .title a{font-weight:normal}.newsroom .widget p.text{overflow:hidden;font-size:14px}.newsroom .widget .subtitle{margin:5px 0;font-size:15px}.newsroom .widget .custom{margin-bottom:15px;clear:both;overflow:hidden;position:relative;padding:0;border:1px solid #ccc}.newsroom .widget .custom img{border:0 !important}.newsroom .widget .custom .col-xs-4{padding:10px 10px 10px 0}.newsroom .widget .custom .col-xs-8{border-left:0;padding:15px 15px 0 15px}.newsroom .widget .custom .col-xs-12{padding-top:15px}.newsroom .widget .custom .title,.newsroom .widget .custom .text{margin:0 0 15px 0}.newsroom .widget .custom .image{text-align:center;margin:0}.newsroom .widget .custom .image img{max-width:100%;max-height:120px}.newsroom .widget.list ul.ticker,.newsroom .widget.ticker ul.ticker{overflow:hidden}.newsroom .widget.list ul.ticker>li,.newsroom .widget.ticker ul.ticker>li{overflow:hidden;display:block}.newsroom .widget.list ul.ticker>li .headline,.newsroom .widget.ticker ul.ticker>li .headline{background:white;display:block;z-index:101;position:relative}.newsroom .widget.list ul.ticker>li.active,.newsroom .widget.ticker ul.ticker>li.active{transition:height 1s}.newsroom .widget.list ul.ticker>li.ticker-first.active,.newsroom .widget.ticker ul.ticker>li.ticker-first.active{margin:0}.newsroom .widget.list ul.ticker>li.ticker-first.active,.newsroom .widget.ticker ul.ticker>li.ticker-first.active,.newsroom .widget.list ul.ticker>li.ticker-last,.newsroom .widget.ticker ul.ticker>li.ticker-last{height:0;display:block}.newsroom .widget.list ul.ticker>li.ticker-first,.newsroom .widget.ticker ul.ticker>li.ticker-first,.newsroom .widget.list ul.ticker>li.ticker-last.active,.newsroom .widget.ticker ul.ticker>li.ticker-last.active{height:160px;display:block}.newsroom .widget.list ul.ticker.articleList>li,.newsroom .widget.ticker ul.ticker.articleList>li{margin:auto !important;margin-bottom:10px !important}.newsroom .widget .social1 .subtitle .articleSource a{font-weight:bold;color:#404040}.newsroom .widget .social1 h1.title,.newsroom .widget .social1 h1 a{font-size:14px;line-height:18px;margin:0px 0 10px 0}.newsroom .widget .social1 h1 .image img{max-height:48px;max-width:48px}.newsroom .widget .social2 p.text{clear:left}.newsroom .widget .social1 .avatar img,.newsroom .widget .social2 .avatar img,.newsroom .widget .social4 .avatar img,.newsroom .widget .social6 .avatar img,.newsroom .widget .social7 .avatar img{max-height:48px;width:48px}.newsroom .widget.single .social1 h1.title,.newsroom .widget.single .social1 h1 a{font-size:24px;line-height:30px;font-weight:300;letter-spacing:.01em}.newsroom .widget.single .social1 h1 .image img{max-height:48px;max-width:48px}.newsroom .widget.loading{height:200px}.newsroom.columns2 .widget.single iframe{height:220px}.newsroom.columns2 .widget.single .social2 h1.title,.newsroom.columns2 .widget.single .social3 h1.title,.newsroom.columns2 .widget.single .social4 h1.title,.newsroom.columns2 .widget.single .social6 h1.title,.newsroom.columns2 .widget.single .social7 h1.title{font-size:20px}.newsroom.columns2 .widget.single .social1 h1.title,.newsroom.columns2 .widget.single .social1 h1 a{font-size:22px;line-height:28px;letter-spacing:.01em}.newsroom.columns3 .widget.single iframe{height:180px}.newsroom.columns3 .widget.single .social2 h1.title>span,.newsroom.columns3 .widget.single .social3 h1.title>span,.newsroom.columns3 .widget.single .social4 h1.title>span,.newsroom.columns3 .widget.single .social6 h1.title>span,.newsroom.columns3 .widget.single .social7 h1.title>span{font-size:16px;margin-bottom:0;line-height:20px}.newsroom.columns3 .widget.single .social2 p.text,.newsroom.columns3 .widget.single .social3 p.text,.newsroom.columns3 .widget.single .social4 p.text,.newsroom.columns3 .widget.single .social6 p.text,.newsroom.columns3 .widget.single .social7 p.text{text-align:justify}.newsroom.columns3 .widget.single .social1 h1.title>span,.newsroom.columns3 .widget.single .social1 h1 a{font-size:20px;line-height:24px;letter-spacing:.005em}.newsroom.columns2 .chart-inner nav.no-export,.newsroom.columns3 .chart-inner nav.no-export{font-size:12px !important;line-height:5px !important;width:90% !important}.newsroom.columns2 .list .single .social3 .image img,.newsroom.columns2 .ticker .single .social3 .image img,.newsroom.columns3 .list .single .social3 .image img,.newsroom.columns3 .ticker .single .social3 .image img{max-height:100px}.newsroom.columns2 toplist h1,.newsroom.columns3 toplist h1{font-size:18px;margin:0}.newsroom.columns2 toplist table tbody td,.newsroom.columns3 toplist table tbody td{padding-top:0 !important;padding-bottom:0 !important;padding:3px !important;padding-right:10px !important;white-space:nowrap}.newsroom.columns2 toplist table thead th,.newsroom.columns3 toplist table thead th{padding:0 !important;padding-right:10px !important;padding-bottom:0 !important;white-space:nowrap}.newsroom .newsroomTemplate .saveOnce{display:none}.newsroom .fa-info-circle:hover{cursor:help}.newsroom .info-box{position:fixed;top:30px;right:30px;width:270px;margin-left:15px;background-color:white;border:1px solid #888;padding:15px;text-align:left;font-size:11px;font-family:arial, serif;color:black;line-height:15px;letter-spacing:-0.5px;z-index:9}.newsroom .dropdown-menu li.categoryHeader{padding:10px 15px;font-weight:bold}.modal-body .richTextEditor .btn{min-width:auto}.widgetSetup .dropdown-menu>li,.widgetSetup .dropdown-menu li.transcluded{max-width:400px}.widgetSetup .input-group[class*="col-"]{padding-left:15px;padding-right:15px}.widgetSetup #profile .dropdown-menu{min-width:400px}profilegroup .profile-icon-2 a:before{color:red}.company-input{margin-top:15px}.company-input .company-input-noResults{margin-top:5px;font-style:italic;font-size:14px}.company-typeahead-popup{width:200px}@media (max-width: 768px){.company-typeahead-popup{width:90%}}@media (min-width: 768px) and (max-width: 1000px){.company-typeahead-popup{width:500px}}@media (min-width: 1001px){.company-typeahead-popup{width:655px}}.company-typeahead-popup li{max-width:100%}.company-typeahead-popup li .company-list-info{color:#a9a9a9;margin-left:3px}.company-typeahead-popup li .company-list-name{overflow:hidden;text-overflow:ellipsis}.company-typeahead-popup li .company-list-results{text-align:right}.company-typeahead-popup li.active>a,.company-typeahead-popup li.active>a:hover,.company-typeahead-popup li.active>a:focus{text-decoration:none !important;color:#262626 !important;background-color:#f5f5f5 !important}.social-user-import-row img{max-height:44px;border:1px solid #505050;padding:2px;border-radius:2px;margin-bottom:10px}#topnav{background-color:#fff;position:relative;border-top-right-radius:8px;border-top-left-radius:8px}@media (max-width: 1024px){#topnav{border-top-right-radius:0px;border-top-left-radius:0px}}#topnav .nav-toggle-container{min-height:60px;display:flex;align-items:center}#topnav .nav-toggle-container .nav-toggle-icon{cursor:pointer;font-size:24px;color:#666}#topnav .hamburger .line{width:23px;height:3px;background-color:#666;display:block;margin:4px auto;-webkit-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}#topnav .hamburger:hover{cursor:pointer}#topnav .hamburger.is-active .line:nth-child(2){opacity:0}#topnav .hamburger.is-active .line:nth-child(1){-webkit-transform:translateY(7px) rotate(45deg);-ms-transform:translateY(7px) rotate(45deg);-o-transform:translateY(7px) rotate(45deg);transform:translateY(7px) rotate(45deg)}#topnav .hamburger.is-active .line:nth-child(3){-webkit-transform:translateY(-7px) rotate(-45deg);-ms-transform:translateY(-7px) rotate(-45deg);-o-transform:translateY(-7px) rotate(-45deg);transform:translateY(-7px) rotate(-45deg)}#topnav #logo .logolink{cursor:pointer}#topnav #logo .logoimage{margin-top:13px;background-image:url("/images/monitoring-text.svg");background-repeat:no-repeat;background-size:contain;background-position:center center;height:30px}#topnav #navigation .navbar{min-height:60px;margin-bottom:0px;border:0px;background-color:#fff}#topnav #navigation .navbar.navbar-default .navbar-collapse{border-color:#fff}#topnav #navigation .nav>li>a{color:gray;font-weight:bold;font-size:16px}#topnav #navigation .nav.nav-pills>li>a{background-color:#fff;padding-top:17px}#topnav #navigation .nav.nav-pills>li>a:focus:not(:focus-visible){outline:none}#topnav #navigation .nav.nav-pills>li>a:hover{color:#303030}#topnav #navigation .nav.nav-pills>li>a:hover:before{background-color:#f2f2f2}#topnav #navigation .nav.nav-pills>li.update-tracker{white-space:nowrap;position:relative}#topnav #navigation .nav.nav-pills>li.update-tracker>a>small{font-size:12px;color:#6fbb1e;display:inline-block;width:100px;text-align:center;position:absolute;bottom:0;left:50%;margin-left:-50px}#topnav #navigation .nav.nav-pills>li.update-tracker>a>small>span{margin-right:5px;position:relative;top:1px}#topnav #navigation .nav.nav-pills>li.update-tracker>a:hover:before{bottom:-16px}#topnav #navigation .nav.nav-pills>li.active>a{color:#303030}#topnav #navigation .nav.nav-pills>li.active>a:before{background-color:#f2f2f2;bottom:-16px}#topnav #navigation .nav-pills>li.active>a:before,#topnav #navigation .nav-pills>li>a:hover:before{content:'';width:12px;height:12px;position:absolute;right:50%;bottom:-16px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}@media (max-width: 767px){#topnav #navigation .nav-pills>li.active>a:before,#topnav #navigation .nav-pills>li>a:hover:before{background:transparent}}#topnav .settings-container{min-height:60px;display:flex;justify-content:flex-end;align-items:center;vertical-align:middle;height:40px}#topnav .settings-container .account-name{margin-right:14px;max-width:260px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}#topnav .settings-container .settings-icon{cursor:pointer;font-size:22px;color:#666}#topnav .settings-container .dropdown-menu{position:absolute;top:50px;left:auto;right:10px;width:250px;padding-top:0px;padding-bottom:0px;cursor:pointer;z-index:2000}#topnav .settings-container .dropdown-menu li{border-top:1px solid rgba(0,0,0,0.11);height:44px;overflow:hidden}#topnav .settings-container .dropdown-menu li a{padding-top:0px;padding-left:0px;padding-bottom:0px}#topnav .settings-container .dropdown-menu li a:hover:first-child{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px}#topnav .settings-container .dropdown-menu li .settings-entry-icon{width:45px;display:inline-block;text-align:center;margin-right:15px}#topnav .settings-container .dropdown-menu li .settings-entry-icon i{color:#545454;font-size:31px}#topnav .settings-container .dropdown-menu li.logout a{display:flex;justify-content:flex-end;align-items:center;background-color:#303030;color:#fff;padding-top:10px;padding-bottom:10px;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px}#topnav .settings-container .dropdown-menu li.logout a i{font-size:24px;margin-left:10px}#topnav .settings-container .dropdown-menu li:first-child{border-top:none}#topnav .settings-container .dropdown-menu li:first-child img{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px}.tooltip-wide{max-width:350px;width:350px}#leftnav{min-height:calc(100% - 60px)}#leftnav .menu-view,#leftnav .content-view{float:left}.loading #leftnav{opacity:.5;filter:alpha(opacity=50)}@media (max-width: 991px){#leftnav{position:relative;height:420px}}#leftnav .menu-view{background-color:#252525;min-height:100%;padding-right:0px;padding-left:0px;margin-bottom:35px;overflow:hidden}@media (max-width: 991px){#leftnav .menu-view{width:0;max-height:80%;border-radius:0 0 5px 0;overflow-y:scroll;-webkit-overflow-scrolling:touch;transition:width 0.3s;position:absolute;z-index:1000;top:0;left:0;box-shadow:6px 6px 12px rgba(0,0,0,0.175)}}@media (min-width: 992px){#leftnav .menu-view{width:210px}}#leftnav .menu-view nav{font-weight:lighter}#leftnav .menu-view nav ul{list-style:none;margin:0;padding:0}#leftnav .menu-view nav .left-nav-second-level li,#leftnav .menu-view nav li>label{margin:0;padding:0;display:block;min-height:41px;cursor:pointer;line-height:18px;margin:0;padding:9px 15px;font-size:15px;white-space:nowrap;border-left:5px solid transparent}#leftnav .menu-view nav .left-nav-second-level li i,#leftnav .menu-view nav li>label i{display:inline-block;font-size:18px;padding-right:12px;line-height:18px;width:30px;position:relative;top:3px}#leftnav .menu-view nav .left-nav-second-level li .label-text,#leftnav .menu-view nav li>label .label-text{display:inline-block;overflow:hidden;text-overflow:ellipsis;max-width:150px;vertical-align:-4px;padding-left:5px}#leftnav .menu-view nav .left-nav-second-level li .label-text.tag-counter,#leftnav .menu-view nav li>label .label-text.tag-counter{max-width:105px}#leftnav .menu-view nav .option-actions i{font-size:14px !important;padding-right:0px !important;width:20px !important;vertical-align:3px;float:right}#leftnav .menu-view nav .option-actions i:hover{color:#f7a837}#leftnav .menu-view nav ul.left-nav-first-level>li{border-top:1px solid #6F6F6F}#leftnav .menu-view nav ul.left-nav-first-level>li .ui-match{background-color:#f7a837;color:#fff}#leftnav .menu-view nav ul.left-nav-first-level>li>label{color:#fff;background-color:#505050;font-weight:normal}#leftnav .menu-view nav ul.left-nav-first-level>li>label:hover{border-left:5px solid #f7a837}#leftnav .menu-view nav ul.left-nav-first-level>li>label i{color:#a9a9a9}#leftnav .menu-view nav ul.left-nav-first-level>li.first-menu-option{border-top:0px !important}#leftnav .menu-view nav ul.left-nav-first-level>li.first-menu-option form{padding:9px}#leftnav .menu-view nav ul.left-nav-first-level>li.first-menu-option form:hover{border-left:5px solid #f7a837;padding-left:4px}#leftnav .menu-view nav ul.left-nav-first-level>li.toggle-navigation-button{border-bottom:1px solid #6F6F6F}#leftnav .menu-view nav ul.left-nav-first-level>li.active label{color:#252525 !important;background-color:#f2f2f2 !important;border-left:5px solid #f7a837}#leftnav .menu-view nav ul.left-nav-first-level>li.small-nav-hide label{border-left:5px solid transparent !important;padding-right:30px}#leftnav .menu-view nav ul.left-nav-first-level>li.small-nav-hide label+ul{display:none !important}#leftnav .menu-view nav ul.left-nav-first-level>li.small-nav-hide label:after{color:#a9a9a9;font-size:10px;position:absolute;right:15px;margin-top:7px;font-family:'echobot';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#leftnav .menu-view nav ul.left-nav-first-level>li.small-nav-hide label.open+ul{display:block !important}#leftnav .menu-view nav ul.left-nav-first-level>li.small-nav-hide label .label-text{width:130px}#leftnav .menu-view nav ul.left-nav-second-level li{color:#a9a9a9;border-top:1px solid #313131}#leftnav .menu-view nav ul.left-nav-second-level li:first-child{border-top:0px}#leftnav .menu-view nav ul.left-nav-second-level li.active{color:#252525 !important;background-color:#f2f2f2 !important}#leftnav .menu-view nav ul.left-nav-second-level li.active i{color:#a9a9a9}#leftnav .menu-view nav ul.left-nav-second-level li.active,#leftnav .menu-view nav ul.left-nav-second-level li:hover{border-left:5px solid #f7a837}#leftnav .menu-view nav ul.left-nav-second-level li.highlight i{color:#f7a837}#leftnav .menu-view nav ul.left-nav-second-level li.noHover{color:gray;background-color:rgba(0,0,0,0.1);opacity:0.5;cursor:default}#leftnav .menu-view nav ul.left-nav-second-level li.right-badges .label-text{width:120px !important}#leftnav .menu-view nav ul.left-nav-second-level li.small-nav-hide{border-top:1px solid #313131;border-left:0px solid transparent;padding:0px}#leftnav .menu-view nav ul.left-nav-second-level li.small-nav-hide label{color:#a9a9a9;background-color:#252525 !important;max-height:41px;transition:font-size 2s;font-weight:normal}#leftnav .menu-view nav ul.left-nav-second-level li.small-nav-hide label+ul{display:none !important}#leftnav .menu-view nav ul.left-nav-second-level li.small-nav-hide label:after{font-size:10px;position:absolute;right:15px;margin-top:7px;transition:font-weight .2s;font-family:'echobot';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#leftnav .menu-view nav ul.left-nav-second-level li.small-nav-hide label:hover:after{font-weight:700}#leftnav .menu-view nav ul.left-nav-second-level li.small-nav-hide label.open+ul{display:block !important}#leftnav .menu-view nav ul.left-nav-second-level li.small-nav-hide label.edit{max-height:55px}#leftnav .menu-view nav ul.left-nav-second-level li.small-nav-hide label.edit:after{display:none !important}#leftnav .menu-view nav ul.left-nav-second-level li.small-nav-hide label.hover-menu .option-name{display:inline;max-width:calc(100% - 65px);overflow:hidden;text-overflow:ellipsis}#leftnav .menu-view nav ul.left-nav-second-level li.small-nav-hide label.hover-menu .label-text{width:60px}#leftnav .menu-view nav ul.left-nav-third-level li{background-color:#0C0C0C;border-top:1px solid #1D1D1D}#leftnav .content-view{min-height:100%;padding-top:20px;padding-left:20px;padding-bottom:40px;background-color:#f2f2f2}.loading #leftnav .content-view{display:none}@media (max-width: 768px){#leftnav .content-view{padding-top:0}}@media (min-width: 1200px) and (max-width: 1260px){#leftnav .content-view{width:80%}}#footerarea{position:absolute;left:15px;bottom:0px;z-index:999;width:100%;background-color:#505050;color:#a9a9a9;font-size:12px;padding-left:15px;padding-right:15px;padding-top:12px;padding-bottom:12px}#footerarea a{color:#a9a9a9;text-decoration:underline}@media (max-width: 768px){#footerarea{text-align:center}}#general-page #general-page-header{margin-bottom:15px}#general-page #general-page-header .general-page-name{white-space:nowrap}#general-page #general-page-header .general-page-name .name-text{padding-left:0px;font-size:24px;line-height:45px;font-weight:lighter;max-width:300px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-left:12px;float:left}#general-page #general-page-content .general-page-accordion-container.well{padding:0px}#general-page #general-page-content .general-page-accordion-container.well .panel-group{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;margin-bottom:0px;overflow:hidden}#general-page #general-page-content .general-page-accordion-container.well .panel-group .panel:first-child{border-top:none}#profile-menu .add-profile-item{cursor:pointer;height:58px;padding-left:24px;margin-right:24px;padding-top:20px;background-color:#4b4b4b;color:#fff;-moz-border-radius-topright:30px;-webkit-border-top-right-radius:30px;border-top-right-radius:30px;-moz-border-radius-bottomright:30px;-webkit-border-bottom-right-radius:30px;border-bottom-right-radius:30px}#profile-menu .add-profile-item i{float:right;border:1px dashed #fff;padding:5px;margin-right:10px;margin-top:-3px;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%}#profile-menu .add-profile-item:hover{background-color:#f2f2f2;color:#303030}#profile-menu .add-profile-item:hover i{border:1px dashed #303030}#profile-menu .add-profile-item.active{background-color:#f2f2f2;color:#303030;margin-right:0px;padding-left:61px;-moz-border-radius-topright:0px;-webkit-border-top-right-radius:0px;border-top-right-radius:0px;-moz-border-radius-bottomright:0px;-webkit-border-bottom-right-radius:0px;border-bottom-right-radius:0px}#profile-menu .add-profile-item.active i{display:none}#profile-menu .profiles-list ul{color:#fff;margin-bottom:0px}#profile-menu .profiles-list ul li{padding-left:24px;height:58px;padding-top:20px;padding-right:10px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;cursor:pointer}#profile-menu .profiles-list ul li .css-icon{vertical-align:-3px;font-size:18px}#profile-menu .profiles-list ul li.active,#profile-menu .profiles-list ul li:hover{color:#303030;background-color:#f2f2f2}#profile-menu .profiles-list ul li.active div.color-bars,#profile-menu .profiles-list ul li:hover div.color-bars{display:table;float:left;width:4px;height:58px;margin-top:-20px;margin-left:-24px}#profile-menu .profiles-list ul li.active div.color-bars .color-bar,#profile-menu .profiles-list ul li:hover div.color-bars .color-bar{width:100%;display:table-row}#profile-menu .profiles-list ul li.active div.color-bars .color-bar.online,#profile-menu .profiles-list ul li:hover div.color-bars .color-bar.online{background-color:#00a8ff}#profile-menu .profiles-list ul li.active div.color-bars .color-bar.social,#profile-menu .profiles-list ul li:hover div.color-bars .color-bar.social{background-color:#6fbb1e}#profile-menu .profiles-list ul li.active div.color-bars .color-bar.print,#profile-menu .profiles-list ul li:hover div.color-bars .color-bar.print{background-color:#e65a3f}#profile-menu .profiles-list.overflow-list{position:absolute;top:58px;bottom:114px;left:0px;right:0px;overflow-y:auto;overflow-x:hidden}.email-alert .row.section>header{display:none}#selection-view{width:210px;position:fixed;bottom:0;z-index:1009;font-size:12px;color:#303030;background:#f2f2f2;border-top:1px solid #303030;_border-right:1px solid #303030}@media all and (max-width: 1170px){.hide-navigation #selection-view{width:53px}.hide-navigation #selection-view #selection-header{border-bottom:none;height:40px}.hide-navigation #selection-view #selection-header i{right:15px !important;top:18px !important}.hide-navigation #selection-view #selection-body,.hide-navigation #selection-view #selection-controls{display:none}}#selection-view #selection-header{padding:10px 10px 10px 15px;border-bottom:1px solid #303030;background:#ffcc30;position:relative}#selection-view #selection-header i{font-size:10px;position:absolute;top:50%;right:10px;margin-top:-5px;cursor:pointer}#selection-view #selection-header i.fa{font-size:20px}#selection-view #selection-body{padding:18px 10px 18px 15px;position:relative}#selection-view #selection-body i{font-size:36px;position:absolute;top:50%;margin-top:-19px}#selection-view #selection-body p{float:right;text-align:right;margin:0;padding:0}#selection-view #selection-body p strong{font-size:24px;line-height:24px}#selection-view #selection-controls:after{content:' ';clear:both;display:table}#selection-view #selection-controls i{cursor:pointer;display:block;float:left;width:25%;height:48px;font-size:24px;position:relative;border-top:1px solid #303030;border-right:1px solid #303030;-webkit-transition:background,0.2s,ease-in-out;-o-transition:background,0.2s,ease-in-out;transition:background,0.2s,ease-in-out}#selection-view #selection-controls i:last-child{border-right:none}#selection-view #selection-controls i:before{position:absolute;top:50%;left:50%;margin:-12px 0 0 -12px}#selection-view #selection-controls i:hover{background:#ccc}#selection-view #selection-controls i.disabled{opacity:0.6;pointer-events:none}#selection-view #selection-controls i.border-left{border-left:1px solid #303030}#selection-view #selection-controls i.border-right{border-right:1px solid #303030}#selection-view #selection-controls i.negative{color:#e65a3f;border-bottom:1px solid #303030}#selection-view #selection-controls i.rating-neutral{border-bottom:1px solid #303030}#selection-view #selection-controls i.positive{color:#6fbb1e;border-bottom:1px solid #303030}#selection-view #selection-controls i.icon-panel,#selection-view #selection-controls #profile-menu .profiles-list ul li i.css-icon.profile-icon5,#profile-menu .profiles-list ul li #selection-view #selection-controls i.css-icon.profile-icon5{border-bottom:1px solid #303030}#selection-view #selection-controls:last-child i{border-top:none}#selection-view #selection-controls:last-child i:hover{border-top:none}#selection-view #selection-controls:last-child i:only-child{border-right:1px solid #303030}#selection-view #selection-controls:last-child i:last-child{border-right:1px solid #303030}#selection-view #selection-controls:last-child i:nth-child(4){border-right:none}.group-profile-selector{border:1px solid #ccc;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;margin-left:-2px;margin-right:0;max-height:183px;overflow-y:auto}.group-profile-selector .group-profile-selector-name{margin-left:5px}.group-profile-selector>div{cursor:pointer;height:30px;padding-top:5px;overflow:hidden;text-overflow:ellipsis}.group-profile-selector>div:hover{background:#CCC}.group-profile-selector>div.selected{background:rgba(137,232,148,0.3)}.group-profile-selector>div.inactive{color:#858585;cursor:default}.group-profile-selector>div i.fa-check{float:right;color:green;margin-top:2px;margin-right:0;margin-bottom:2px;margin-left:8px}.step-editprofile .step-editprofile-preferences div.col-sm-3,.step-editprofile .step-editprofile-preferences div.col-sm-6{margin-bottom:15px}.step-editprofile .step-editprofile-preferences .editprofile-settings-headings{margin-bottom:6px !important}.step-editprofile .step-editprofile-preferences .more-number-input{width:70px;display:inline-block}.step-editprofile .step-editprofile-preferences .more-number-select{width:140px;display:inline-block}.step-editprofile .form-group{display:table;width:100%}.step-editprofile .form-group .extra-group-addon-right-hard,.step-editprofile .form-group .extra-group-addon-left-hard{width:30px}.step-editprofile .panel-group{margin-left:-25px;margin-right:-25px;margin-bottom:-25px}.step-editprofile .panel-group .panel:last-child{-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px}.step-editprofile #metaheader .icon-topalign{vertical-align:top;padding-top:6px}.step-editprofile #metaheader .form-dropdown .btn-dropdown{width:200px}.step-editprofile #metaheader .input-group{margin-bottom:5px}.step-editprofile #metaheader .input-group .validate-group{width:40px}.step-editprofile #metaheader .profile-image{text-align:center;padding-top:40px;border:1px dashed gray;width:125px;height:125px;cursor:pointer;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%}@media (max-width: 970px){.step-editprofile #metaheader .profile-image{margin-bottom:20px}}.step-editprofile #metaheader .profile-image:hover{background:#ffcc30}.step-editprofile #metaheader .profile-image.occupied{padding-top:0px;border:1px solid gray}.step-editprofile #metaheader .profile-image.occupied:hover{background:transparent}.step-editprofile #metaheader .profile-image.occupied img{margin-left:1px;margin-top:6px;width:112px;height:112px;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%}.step-editprofile #metaheader .separator{border-left:1px solid #f2f2f2}@media (max-width: 970px){.step-editprofile #metaheader .profile-separator{border-left:none}}@media (max-width: 767px){.step-editprofile #metaheader .group-separator{border-right:none}}.step-editprofile #metaheader .hackyhack .dropdown-menu{left:-50px !important;padding:5px}.step-editprofile #metaheader .hackyhack .dropdown-menu th .btn{width:100%}.step-editprofile #searchterms textarea,.step-editprofile #companies textarea{resize:none;height:120px;border:1px solid #e65a3f;position:relative}.step-editprofile #searchterms .company-tags,.step-editprofile #companies .company-tags{margin-top:10px}.step-editprofile #searchterms .company-tags .label:first-child,.step-editprofile #companies .company-tags .label:first-child{margin-left:0px}@media (max-width: 991px){.step-editprofile #searchterms .col-global,.step-editprofile #companies .col-global{margin-top:25px;padding-top:25px;border-top:1px solid #ccc}}.step-editprofile #searchterms .header,.step-editprofile #companies .header{padding:10px;border-bottom:1px dashed #ccc}@media (max-width: 991px){.step-editprofile #searchterms .header,.step-editprofile #companies .header{height:auto}}.step-editprofile #searchterms .header [class^="col-"] .bubble-text i,.step-editprofile #searchterms .header [class*=" col-"] .bubble-text i,.step-editprofile #companies .header [class^="col-"] .bubble-text i,.step-editprofile #companies .header [class*=" col-"] .bubble-text i{color:#fff;background:#6fbb1e;width:50px;height:50px;font-size:20px;line-height:50px;text-align:center;float:left;display:block;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%}.step-editprofile #searchterms .header [class^="col-"] .bubble-text p,.step-editprofile #searchterms .header [class*=" col-"] .bubble-text p,.step-editprofile #companies .header [class^="col-"] .bubble-text p,.step-editprofile #companies .header [class*=" col-"] .bubble-text p{float:left;display:block;width:calc(100% -  50px);padding-left:10px;font-size:15px;line-height:17px}.step-editprofile #searchterms .header [class^="col-"]:last-child .bubble-text i,.step-editprofile #searchterms .header [class*=" col-"]:last-child .bubble-text i,.step-editprofile #companies .header [class^="col-"]:last-child .bubble-text i,.step-editprofile #companies .header [class*=" col-"]:last-child .bubble-text i{background:#e65a3f}.editprofile-settings-headings{margin-bottom:6px}.step-editprofile-combi .panel-body profilegroup>.row,.step-editprofile-combi .panel-body profilegroup+.row{margin-top:15px;margin-bottom:15px}.step-editprofile-combi .panel-body .row-border{margin:-30px -30px 20px -30px;position:relative}.step-editprofile-combi .panel-body .row-border>.row-border-inner:before,.step-editprofile-combi .panel-body .row-border>.row-border-inner:after{content:' ';border-left:1px dashed #ccc;position:absolute;top:10px;bottom:0}.step-editprofile-combi .panel-body .row-border>.row-border-inner:before{left:33.3%}.step-editprofile-combi .panel-body .row-border>.row-border-inner:after{right:33.3%}.step-editprofile-combi .panel-body .row-border>[class^="col-"],.step-editprofile-combi .panel-body .row-border>[class*=" col-"]{padding:15px 20px;position:relative}.step-editprofile-combi .panel-body .row-border>[class^="col-"] roundbutton,.step-editprofile-combi .panel-body .row-border>[class*=" col-"] roundbutton{margin:0}.step-editprofile-combi .panel-body .row-border>[class^="col-"] .icon-combi,.step-editprofile-combi .panel-body .row-border>[class^="col-"] #profile-menu .profiles-list ul li .css-icon.profile-icon6,#profile-menu .profiles-list ul li .step-editprofile-combi .panel-body .row-border>[class^="col-"] .css-icon.profile-icon6,.step-editprofile-combi .panel-body .row-border>[class^="col-"] .icon-close,.step-editprofile-combi .panel-body .row-border>[class*=" col-"] .icon-combi,.step-editprofile-combi .panel-body .row-border>[class*=" col-"] #profile-menu .profiles-list ul li .css-icon.profile-icon6,#profile-menu .profiles-list ul li .step-editprofile-combi .panel-body .row-border>[class*=" col-"] .css-icon.profile-icon6,.step-editprofile-combi .panel-body .row-border>[class*=" col-"] .icon-close{position:relative;z-index:1}.step-editprofile-combi .panel-body .row-border>[class^="col-"] .icon-combi:after,.step-editprofile-combi .panel-body .row-border>[class^="col-"] #profile-menu .profiles-list ul li .css-icon.profile-icon6:after,#profile-menu .profiles-list ul li .step-editprofile-combi .panel-body .row-border>[class^="col-"] .css-icon.profile-icon6:after,.step-editprofile-combi .panel-body .row-border>[class^="col-"] .icon-close:after,.step-editprofile-combi .panel-body .row-border>[class*=" col-"] .icon-combi:after,.step-editprofile-combi .panel-body .row-border>[class*=" col-"] #profile-menu .profiles-list ul li .css-icon.profile-icon6:after,#profile-menu .profiles-list ul li .step-editprofile-combi .panel-body .row-border>[class*=" col-"] .css-icon.profile-icon6:after,.step-editprofile-combi .panel-body .row-border>[class*=" col-"] .icon-close:after{content:' ';position:absolute;top:5px;right:5px;left:5px;bottom:5px;z-index:-1;background:#ccc;-moz-border-radius:100%;-webkit-border-radius:100%;border-radius:100%}.step-editprofile-combi .panel-body .row-border:first-of-type,.step-editprofile-combi .panel-body .row-border:last-of-type{border-bottom:1px dashed #ccc}.step-editprofile-combi .panel-body .row-border .complement,.step-editprofile-combi .panel-body .row-border .overlap{position:relative}.step-editprofile-combi .panel-body .row-border .complement:after,.step-editprofile-combi .panel-body .row-border .overlap:after{content:' ';background:#ccc;width:28px;height:28px;position:absolute;top:46px;right:-14px;z-index:10;-moz-border-radius:100%;-webkit-border-radius:100%;border-radius:100%}.step-editprofile-combi .panel-body .row-border .complement:before,.step-editprofile-combi .panel-body .row-border .overlap:before{font-size:12px;color:#4b4b4b;position:absolute;top:54px;right:-6px;z-index:15;font-family:'echobot';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.step-editprofile-combi #searchstats{margin-left:0;margin-right:0;border-top:none}.panel-sources-table-options{padding-bottom:25px}.panel-sources-table{max-height:300px;overflow-y:scroll}.panel-sources-table .source-icon{width:25px;display:inline-block;padding-left:2px}.panel-sources-table .action-header{width:90px}.panel-sources-table .panel-sources-table-actions{width:90px}.panel-sources-table .panel-sources-table-actions i{cursor:pointer}.panel-sources-table .panel-sources-table-link{width:250px;white-space:nowrap}.panel-sources-table .panel-sources-table-link a{display:inline-block;overflow:hidden;width:230px;text-overflow:ellipsis}@media (min-width: 768px){.panel-sources-table .panel-sources-table-link{width:350px}.panel-sources-table .panel-sources-table-link a{width:330px}}.panel-sources-table .link-header{width:250px}@media (min-width: 768px){.panel-sources-table .link-header{width:350px}}.panel-sources-table .capitalize{text-transform:capitalize}.panel-sources-table img{display:inline-block;width:20px;margin-right:5px}#exporting-container{position:relative}#exporting-container>.well{padding-top:17px}#exporting-container .hide-export-form{visibility:hidden}#exporting-container .vertical-center{left:0;right:0}#exporting-container roundbutton{margin:10px 0 5px 0}#exporting-container roundbutton i{font-size:18px;padding-top:15px}#exporting-container roundbutton i.icon-pdf{color:#e65a3f}#exporting-container roundbutton i.icon-excel{color:#6fbb1e}#exporting-container roundbutton i.icon-rss{color:#f7a837}#exporting-container #exporting-headline h4{margin-bottom:18px}#exporting-container #exporting-options{min-height:100px;padding:15px 0}#exporting-container #exporting-options .explain{text-align:center;padding-top:25px;color:gray}#exporting-container #exporting-options form>.row{margin-bottom:15px}#exporting-container #exporting-options form>.row:last-child{margin-bottom:0}#exporting-container #exporting-options .col-md-3>input[type=checkbox]+label,#exporting-container #exporting-options .col-md-3>input[type=radio]+label{top:25px}@media (max-width: 991px){#exporting-container #exporting-options .col-md-3>input[type=checkbox]+label,#exporting-container #exporting-options .col-md-3>input[type=radio]+label{top:9px}}#exporting-container #exporting-formats{margin:0 -25px;padding:0 10px 15px 10px;border-bottom:1px dashed #ccc}#exporting-container #exporting-buttons{margin:0 -25px;padding:20px 10px 0 10px;border-top:1px solid #ccc}#export-loading-container>.well{padding-bottom:140px}#export-loading-container h3{margin-top:130px}#export-ready-container>.well{padding:50px}#export-ready-container .icon-check{color:#fff;background:#6fbb1e;padding:15px;font-size:38px;-moz-border-radius:100%;-webkit-border-radius:100%;border-radius:100%}#export-ready-container h3{margin:5px 0}#export-ready-container h3:first-of-type{margin-top:30px}#export-ready-container h3:last-of-type{margin-bottom:30px}#profile-results #profile-header{margin-bottom:15px}#profile-results #profile-header.free-mode{margin-bottom:20px;padding-top:5px}#profile-results #profile-header.free-mode>.profile-name .name-text{padding-left:0px}#profile-results #profile-header.free-mode .profile-free-search .profile-free-search-input{width:100%}@media (max-width: 767px){#profile-results #profile-header{margin-top:10px;margin-bottom:10px}}#profile-results #profile-header .profile-name{white-space:nowrap}#profile-results #profile-header .profile-name .free-help-text{padding-top:50px;white-space:normal;text-align:center}#profile-results #profile-header .profile-name .name-text{font-size:24px;line-height:45px;font-weight:lighter;max-width:410px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-left:12px;float:left}@media (max-width: 1270px){#profile-results #profile-header .profile-name .name-text{max-width:250px}}#profile-results #profile-header .profile-name .edit-btn,#profile-results #profile-header .profile-name .delete-btn,#profile-results #profile-header .profile-name .close-btn,#profile-results #profile-header .profile-name .icon-btn,#profile-results #profile-header .profile-name .form-control{width:42px;height:42px;margin-left:30px;vertical-align:9px;font-size:21px;line-height:42px;float:left}#profile-results #profile-header .profile-name .form-control{width:300px;margin-left:0;vertical-align:middle}@media (max-width: 1270px){#profile-results #profile-header .profile-name .form-control{width:200px}}#profile-results #profile-header .profile-name .edit-btn.name-edit-btn{margin-right:-15px;margin-left:15px}#profile-results #profile-header .profile-name .close-btn{margin-left:10px}#profile-results #profile-header .profile-name .delete-btn{margin-left:15px}#profile-results #profile-header .profile-name .cancel-btn{width:42px;height:42px;margin-left:30px;vertical-align:9px;font-size:21px;color:#fff !important;background:#e65a3f !important;float:left}#profile-results #profile-header .profile-name .icon-btn{margin-left:0;margin-right:7px}#profile-results #profile-header .profile-name .icon-btn:disabled{color:black;border:1px solid #aaa}#profile-results #profile-header .profile-name .profile-icon{float:left}#profile-results #profile-header .profile-name .profile-icon .dropdown-menu li{padding:4px}#profile-results #profile-header .profile-name .profile-icon .dropdown-menu li button{font-size:18px}#profile-results #profile-header .profile-name .profile-icon .dropdown-menu li button.active{background:#cccccc}@media (max-width: 970px){#profile-results #profile-header .profile-name .name-control{max-width:200px}#profile-results #profile-header .profile-name .name-text{max-width:225px;padding-left:0}}#profile-results #profile-header .account-dashboard{white-space:initial}#profile-results #profile-header .account-dashboard .name-text{max-width:100%}#profile-results #profile-header .account-dashboard .newsroom{margin-top:35px;padding-left:10px;padding-right:10px}#profile-results #profile-header .account-dashboard .newsroom-header{margin-left:-10px;margin-right:-10px}#profile-results #profile-header .btn-default{display:inline-block;width:42px;height:42px;padding:0;line-height:42px;text-align:center;background:transparent;position:relative;z-index:2;-webkit-transition:all,0.3s,ease-in-out;-o-transition:all,0.3s,ease-in-out;transition:all,0.3s,ease-in-out}#profile-results #profile-header .btn-default i{line-height:42px}#profile-results #profile-header .btn-default:hover{color:#fff;background:#ccc}#profile-results #profile-header .btn-default.active-noarrow{color:#fff;background:#303030}#profile-results #profile-header .btn-default.active{color:#fff;background:#303030}#profile-results #profile-header .btn-default.active.btn-statistics:before,#profile-results #profile-header .btn-default.active.btn-statistics:after{content:'';display:none}#profile-results #profile-header .save-button{width:42px;padding-left:10px}#profile-results #profile-header .calendar-btn{min-width:42px;width:auto;padding:0 9px;display:flex;align-items:center}#profile-results #profile-header .calendar-btn+ul{min-width:208px;margin-top:4px;margin-left:8px;overflow-y:visible;min-height:230px;max-height:449px !important}#profile-results #profile-header .calendar-btn+ul:after{content:' ';background:transparent;height:20px;position:absolute;top:-10px;left:0;right:0}#profile-results #profile-header .profile-filters{text-align:right}#profile-results #profile-header .profile-filters .btn{height:42px;margin-left:9px}@media (max-width: 970px){#profile-results #profile-header .profile-filters .btn{margin-left:0px}}#profile-results #profile-header .profile-filters .btn i{font-size:21px}#profile-results #profile-header .profile-filters .calendar-btn i{margin-right:10px}#profile-results #profile-header .profile-filters .calendar-btn i.empty{margin-right:0px}#profile-results #profile-header .profile-filters .calendar-btn .text-calendar{display:inline-block;vertical-align:3px}#profile-results #profile-header .profile-filters .calendar-btn .check-calendar{margin-left:5px;font-size:14px}@media (max-width: 970px){#profile-results #profile-header .profile-filters .calendar-btn i{float:left;margin-right:3px}#profile-results #profile-header .profile-filters .calendar-btn .text-calendar{float:right;width:55px;font-size:11px;white-space:normal;line-height:11px;margin-left:8px}#profile-results #profile-header .profile-filters .calendar-btn .text-calendar .dash-calendar{display:none}}@media (max-width: 970px){#profile-results #profile-header .profile-filters{padding-left:5px !important}}#profile-results #profile-filters #assistant-container{position:relative;z-index:1;padding-top:0px;-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px}#profile-results #profile-filters #assistant-container .panel-group .panel:first-child{border-top:none;-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px}#profile-results #profile-filters #assistant-container.step-editprofile-combi,#profile-results #profile-filters #assistant-container.step-editprofile-expert{padding-bottom:0px}#profile-results #profile-filters #assistant-container.step-editprofile-combi .panel-group,#profile-results #profile-filters #assistant-container.step-editprofile-expert .panel-group{margin-bottom:0px}#profile-results #profile-filters #date-select{padding:10px}#profile-results #profile-filters #date-select .time-label{padding-top:30px}#profile-results #profile-filters #date-select .form-inline{padding-top:15px}#profile-results #profile-filters #date-select .form-inline .form-control{height:38px;max-width:134px}#profile-results #profile-filters #date-select .btn-group{padding-top:9px}#profile-results #profile-filters #date-select .button-bar{padding-top:20px}#profile-results #profile-filters form-select.source-excludes li{position:relative}#profile-results #profile-filters form-select.source-excludes li a{padding-left:40px}#profile-results #profile-filters form-select.source-excludes li:before,#profile-results #profile-filters form-select.source-excludes li:after{font-size:20px;position:absolute;top:50%;left:10px;margin-top:-10px;-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);font-family:'echobot';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transition-duration:0.25s;transition-duration:0.25s}#profile-results #profile-filters form-select.source-excludes li:after{font-size:14px;margin-top:-7px;left:13px;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}#profile-results #profile-filters form-select.source-excludes li:hover:before{-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}#profile-results #profile-filters form-select.source-excludes li:hover:after{-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}#profile-results #profile-tabs{position:relative;z-index:0}@media (max-width: 768px){#profile-results #profile-tabs{padding-left:3px;padding-right:5px}}#profile-results #profile-tabs ul.nav-tabs li a{height:56px;padding-top:19px;position:relative;z-index:1}#profile-results #profile-tabs ul.nav-tabs li a i{color:#fff;background-color:#ccc;padding:10px;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%}@media (max-width: 850px){#profile-results #profile-tabs ul.nav-tabs li a i{font-size:12px}}#profile-results #profile-tabs ul.nav-tabs li a .tab-heading-text{margin-left:10px}@media (max-width: 850px){#profile-results #profile-tabs ul.nav-tabs li a .tab-heading-text{margin-left:5px}}@media (max-width: 850px){#profile-results #profile-tabs ul.nav-tabs li{display:table-cell;float:left;margin-bottom:-5px}#profile-results #profile-tabs ul.nav-tabs li.active{width:50%}#profile-results #profile-tabs ul.nav-tabs li.inactive{width:25%}}@media (max-width: 850px){#profile-results #profile-tabs ul.nav-tabs li.inactive .tab-heading-text{display:none}}#profile-results #profile-tabs ul.nav-tabs li.active i.online{background-color:#00a8ff}#profile-results #profile-tabs ul.nav-tabs li.active i.social{background-color:#6fbb1e}#profile-results #profile-tabs ul.nav-tabs li.active i.publisher{background-color:#e65a3f}#profile-results #profile-tabs #profile-body-outer{position:relative;min-height:400px}#profile-results #profile-tabs #profile-body-outer #stats-area .filter-display{margin-bottom:15px}#profile-results #profile-tabs #profile-body-outer #stats-area .filter-display .filter-dropdowns{display:inline-block;width:calc(100% - 271px)}#profile-results #profile-tabs #profile-body-outer #stats-area .filter-display .filter-dropdowns form-select{display:inline-block;min-width:130px;max-width:19.5%}@media all and (max-width: 1170px){#profile-results #profile-tabs #profile-body-outer #stats-area .filter-display .filter-dropdowns form-select{min-width:120px}}#profile-results #profile-tabs #profile-body-outer #stats-area .filter-display .filter-buttons{text-align:right;display:inline-block;width:265px}#profile-results #profile-tabs #profile-body-outer #stats-area .media-filter-display .media-filter-dropdowns{display:inline-block;width:calc(100% - 271px)}#profile-results #profile-tabs #profile-body-outer #stats-area .media-filter-display .media-filter-dropdowns form-select{display:inline-block;min-width:130px;max-width:23.0%}@media all and (max-width: 1170px){#profile-results #profile-tabs #profile-body-outer #stats-area .media-filter-display .media-filter-dropdowns form-select{min-width:120px}}#profile-results #profile-tabs #profile-body-outer #stats-area .media-filter-display .media-filter-buttons{text-align:right;display:inline-block;width:265px;float:right}#profile-results #profile-tabs #profile-body-outer #widget-area span.spinner{display:block;height:350px;position:relative}#profile-results #profile-tabs #profile-body-outer #widget-area span.spinner>div.spinner{z-index:1 !important}#profile-results #profile-tabs #profile-body-outer #profile-body{margin-right:-14px}@media (min-width: 768px){#profile-results #profile-tabs #profile-body-outer #profile-body #stats-area{padding-top:20px}}#profile-results #profile-tabs #profile-body-outer #profile-body #stats-area .grey-stats{opacity:.5;filter:alpha(opacity=50)}#profile-results #profile-tabs #profile-body-outer #profile-body #stats-area .stats-header .stats-description{padding-top:16px;padding-left:22px;padding-bottom:25px}@media (max-width: 991px){#profile-results #profile-tabs #profile-body-outer #profile-body #stats-area .stats-header .stats-description{padding-bottom:5px}}#profile-results #profile-tabs #profile-body-outer #profile-body #stats-area .stats-header .stats-nav{padding-top:30px;padding-right:20px;padding-bottom:25px}@media (max-width: 991px){#profile-results #profile-tabs #profile-body-outer #profile-body #stats-area .stats-header .stats-nav{padding-top:0px;padding-bottom:15px}#profile-results #profile-tabs #profile-body-outer #profile-body #stats-area .stats-header .stats-nav .nav-pills.nav-pills-tiny li{float:left !important}#profile-results #profile-tabs #profile-body-outer #profile-body #stats-area .stats-header .stats-nav .nav-pills.nav-pills-tiny li:first-child{margin-left:0}}#profile-results #profile-tabs #profile-body-outer #profile-body #stats-area .stats-header.notopen{border-bottom:none}#profile-results #profile-tabs #profile-body-outer #profile-body #stats-area .stats-body .no-padding{padding:0px}#profile-results #profile-tabs #profile-body-outer #profile-body #stats-area .stats-body .top-padding{padding-top:20px}#profile-results #profile-tabs #profile-body-outer #profile-body #stats-area .chart-row{border-top:1px solid #ccc;padding-top:0px !important}#profile-results #profile-tabs #profile-body-outer #profile-body #stats-area .chart-row.chart-row-margin{margin-bottom:30px}#profile-results #profile-tabs #profile-body-outer #profile-body #stats-area .chart-row .chart-col{padding:0px}#profile-results #profile-tabs #profile-body-outer #profile-body #stats-area .inline-block{display:inline-block}#profile-results #profile-tabs #profile-body-outer #profile-body #stats-area .inline-block p{text-align:left}#profile-results #profile-tabs #profile-body-outer #profile-body #stats-area .stats-box{color:#ccc;border-left:1px solid #ccc;border-bottom:1px solid #ccc;padding:15px 10px;height:80px}@media (max-width: 991px){#profile-results #profile-tabs #profile-body-outer #profile-body #stats-area .stats-box:last-child{border-left:none}}#profile-results #profile-tabs #profile-body-outer #profile-body #stats-area .stats-box .stats-icon{vertical-align:0px;font-size:14px;padding:10px;margin:3px 0 0 0;color:#fff;float:left;background-color:gray;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%}#profile-results #profile-tabs #profile-body-outer #profile-body #stats-area .stats-box .stats-icon+p{float:left;margin-bottom:0}@media (min-width: 351px){#profile-results #profile-tabs #profile-body-outer #profile-body #stats-area .stats-box .stats-icon+p{margin-left:15px}}#profile-results #profile-tabs #profile-body-outer #profile-body #stats-area .stats-box .stats-text{font-size:20px;font-weight:bold;color:gray}#profile-results #profile-tabs #profile-body-outer #profile-body #stats-area .stats-box.rating p .rating-positive,#profile-results #profile-tabs #profile-body-outer #profile-body #stats-area .stats-box.rating p .rating-negative,#profile-results #profile-tabs #profile-body-outer #profile-body #stats-area .stats-box.rating p .rating-neutral{padding-left:22px;margin:6px;position:relative;z-index:2}#profile-results #profile-tabs #profile-body-outer #profile-body #stats-area .stats-box.rating p .rating-positive:before,#profile-results #profile-tabs #profile-body-outer #profile-body #stats-area .stats-box.rating p .rating-negative:before,#profile-results #profile-tabs #profile-body-outer #profile-body #stats-area .stats-box.rating p .rating-neutral:before{font-size:8px;color:#fff;position:absolute;top:50%;left:5px;z-index:1;margin-top:-4px;font-family:'echobot';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#profile-results #profile-tabs #profile-body-outer #profile-body #stats-area .stats-box.rating p .rating-positive:after,#profile-results #profile-tabs #profile-body-outer #profile-body #stats-area .stats-box.rating p .rating-negative:after,#profile-results #profile-tabs #profile-body-outer #profile-body #stats-area .stats-box.rating p .rating-neutral:after{content:' ';width:18px;height:18px;position:absolute;top:50%;left:0;margin-top:-9px;-moz-border-radius:100%;-webkit-border-radius:100%;border-radius:100%}#profile-results #profile-tabs #profile-body-outer #profile-body #stats-area .stats-box.rating p .rating-positive{color:#6fbb1e}#profile-results #profile-tabs #profile-body-outer #profile-body #stats-area .stats-box.rating p .rating-positive:before{content:'\e629'}#profile-results #profile-tabs #profile-body-outer #profile-body #stats-area .stats-box.rating p .rating-positive:after{background:#6fbb1e}#profile-results #profile-tabs #profile-body-outer #profile-body #stats-area .stats-box.rating p .rating-negative{color:#e65a3f}#profile-results #profile-tabs #profile-body-outer #profile-body #stats-area .stats-box.rating p .rating-negative:before{content:'\e625';margin-top:-3px}#profile-results #profile-tabs #profile-body-outer #profile-body #stats-area .stats-box.rating p .rating-negative:after{background:#e65a3f}#profile-results #profile-tabs #profile-body-outer #profile-body #stats-area .stats-box.rating p .rating-neutral{color:gray}#profile-results #profile-tabs #profile-body-outer #profile-body #stats-area .stats-box.rating p .rating-neutral:before{font-family:FontAwesome;content:"\f068";margin-top:-3px}#profile-results #profile-tabs #profile-body-outer #profile-body #stats-area .stats-box.rating p .rating-neutral:after{background:gray}#profile-results #profile-tabs #profile-body-outer #profile-body #stats-area .stats-box.online .stats-text{color:#00a8ff}#profile-results #profile-tabs #profile-body-outer #profile-body #stats-area .stats-box.online .stats-icon{background-color:#00a8ff}#profile-results #profile-tabs #profile-body-outer #profile-body #stats-area .stats-box.social .stats-text{color:#6fbb1e}#profile-results #profile-tabs #profile-body-outer #profile-body #stats-area .stats-box.social .stats-icon{background-color:#6fbb1e}@keyframes blink{0%{opacity:.2}20%{opacity:1}100%{opacity:.2}}#profile-results #profile-tabs #profile-body-outer #profile-body #stats-area .stats-box.social .animated-dots{font-weight:normal}#profile-results #profile-tabs #profile-body-outer #profile-body #stats-area .stats-box.social .animated-dots span{animation-name:blink;animation-duration:1.8s;animation-iteration-count:infinite;animation-fill-mode:both}#profile-results #profile-tabs #profile-body-outer #profile-body #stats-area .stats-box.social .animated-dots span:nth-child(2){animation-delay:.2s}#profile-results #profile-tabs #profile-body-outer #profile-body #stats-area .stats-box.social .animated-dots span:nth-child(3){animation-delay:.4s}#profile-results #profile-tabs #profile-body-outer #profile-body #stats-area .stats-box.publisher .stats-text{color:#e65a3f}#profile-results #profile-tabs #profile-body-outer #profile-body #stats-area .stats-box.publisher .stats-icon{background-color:#e65a3f}#profile-results #profile-tabs #profile-body-outer #profile-body #stats-area .stats-box:first-child{border-left:none}#profile-results #profile-tabs #profile-body-outer #profile-body #stats-area chart .chart-inner{min-height:250px}#profile-results #profile-tabs #profile-body-outer #profile-body #stats-area chart .chart-inner nav .checkbox-visitor-count{margin-top:3px;margin-left:8px}#profile-results #profile-tabs #profile-body-outer #profile-body #stats-area chart .chart-inner nav ul.nav.nav-pills{margin-right:13px}#profile-results #profile-tabs #profile-body-outer #profile-body #stats-area chart .chart-inner nav ul.nav.nav-pills li{margin:10px 2px;padding:0;list-style:none;float:right}#profile-results #profile-tabs #profile-body-outer #profile-body #stats-area chart .chart-inner nav ul.nav.nav-pills li a{padding:0px 5px;font-size:12px}#profile-results #profile-tabs #profile-body-outer #profile-body #stats-area>div>.well{padding:5px}#profile-results #profile-tabs #profile-body-outer #profile-body #stats-area>div>.well>.well{margin-bottom:5px}@media (max-width: 768px){#profile-results #profile-tabs #profile-body-outer #profile-body #stats-area .widgets-static-overview{display:flex;justify-content:center}#profile-results #profile-tabs #profile-body-outer #profile-body #stats-area .widgets-static-overview .stats-box{width:100%;height:68px;padding-top:10px;padding-bottom:10px}#profile-results #profile-tabs #profile-body-outer #profile-body #stats-area .widgets-static-overview .stats-box .stats-text{font-size:16px}#profile-results #profile-tabs #profile-body-outer #profile-body #stats-area .widgets-static-overview .stats-box .stats-title{font-size:13px}}@media (max-width: 350px){#profile-results #profile-tabs #profile-body-outer #profile-body #stats-area .widgets-static-overview .stats-icon{display:none}}#profile-results #profile-tabs #profile-body-outer #profile-body table#articles_table tr th .icone{padding-left:7px;font-size:12px;margin:auto}#profile-results #profile-tabs #profile-body-outer #profile-body table#articles_table tr th a{color:#303030}#profile-results #profile-tabs #profile-body-outer #profile-body .echo-pager{color:gray;font-size:13px;padding-left:0}#profile-results #profile-tabs #profile-body-outer #profile-body .echo-pager ul.pagination{margin:0}#profile-results #profile-tabs #profile-body-outer #profile-body .echo-pager.row:first-child{padding-bottom:4px}#profile-results #profile-tabs #profile-body-outer #profile-body .echo-pager.row>[class^="col-"],#profile-results #profile-tabs #profile-body-outer #profile-body .echo-pager.row>[class*=" col-"]{margin:10px 0}@media all and (max-width: 991px){#profile-results #profile-tabs #profile-body-outer #profile-body .echo-pager.row .col-pagination{text-align:center}}#profile-results #profile-tabs #profile-body-outer #profile-body .echo-pager .result-check{padding-top:22px}#profile-results #profile-tabs #profile-body-outer #profile-body .echo-pager-top{border-bottom:1px solid #ccc}#profile-results #profile-tabs #profile-body-outer #profile-body.tag{border-top:2px solid #ccc;-moz-border-radius-topleft:6px;-webkit-border-top-left-radius:6px;border-top-left-radius:6px;-moz-border-radius-topright:6px;-webkit-border-top-right-radius:6px;border-top-right-radius:6px}#profile-results #profile-tabs #profile-body-outer #profile-body.tag .tab-content{-moz-border-radius-topleft:6px;-webkit-border-top-left-radius:6px;border-top-left-radius:6px;-moz-border-radius-topright:6px;-webkit-border-top-right-radius:6px;border-top-right-radius:6px}.profile-util-page .profile-util-page-content{background:#fff;border:1px solid #ccc;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px}.profile-util-page .profile-util-page-content .profile-util-page-content-header{margin:0 -15px 10px -15px;background:#f2f2f2;padding:15px 30px;border-top-right-radius:6px;border-top-left-radius:6px}.profile-util-page .profile-util-page-content .row.section{border-bottom:1px solid #ccc;padding:15px 15px 15px 15px}.profile-util-page .profile-util-page-content .row.section>header{background:#ffe597;margin:-25px -15px 25px -15px;padding:15px 30px;font-weight:bold;font-size:20px}.profile-util-page .profile-util-page-content .row.section>header+.sortable-table{margin-top:-25px}.profile-util-page .profile-util-page-content .row.section>header+.sortable-table .sortable-table-row{position:relative}.profile-util-page .profile-util-page-content .row.section>header+.sortable-table .sortable-table-row div{position:relative;margin-top:10px}.profile-util-page .profile-util-page-content .row.section .profile-type-explain{overflow:hidden;width:100%;height:60px;margin-bottom:60px}.profile-util-page .profile-util-page-content .row.section .profile-type-explain-content,.profile-util-page .profile-util-page-content .row.section .profile-type-explain-content-vert{text-align:center;position:absolute;top:calc(45% + 5px);left:0;right:0;-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%)}.profile-util-page .profile-util-page-content .row.section .profile-type-select-icons{margin-top:20px}.profile-util-page .profile-util-page-content .row.section .profile-type-select-icons .profile-icons{display:flex;justify-content:center}.profile-util-page .profile-util-page-content .row.section .btn-icon-default{font-size:1.5em;height:48px;width:48px;margin:3px;border:1px solid #ccc;background:transparent;opacity:0.7;display:flex;align-items:center;justify-content:center}.profile-util-page .profile-util-page-content .row.section .btn-icon-default:hover{color:black;background-color:#ccc}.profile-util-page .profile-util-page-content .row.section .btn-icon-selected{opacity:1;color:black;background-color:#ccc}.profile-util-page .profile-util-page-content .row.section .button-bar .noHover{cursor:default;color:#ccc;background-color:rgba(0,0,0,0.1);opacity:1}.profile-util-page .profile-util-page-content .row.section .profile-type-explain-content:after{font-family:'echobot';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:36px;color:#ffcc30;position:relative;top:11px}.profile-util-page .profile-util-page-content .row.section .profile-type-explain-content-vert{padding-top:15px;top:calc(85% + 5px)}.profile-util-page .profile-util-page-content .row.section .profile-type-explain-content-vert i{font-size:36px;color:#ffcc30}.profile-util-page .profile-util-page-content .row.section .profile-type-explain-content-addendum{text-align:center;position:absolute;top:calc(60% + 5px)}.profile-util-page .profile-util-page-content .row.section .profile-type-container{border:1px solid #ccc;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;padding-left:20px;padding-right:20px;padding-bottom:20px}.profile-util-page .profile-util-page-content .row.section .profile-type-container .profile-button{cursor:pointer;margin-top:20px;width:105px;height:105px;color:gray;border:1px dashed gray;text-align:center;font-size:13px;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%}.profile-util-page .profile-util-page-content .row.section .profile-type-container .profile-button i{display:inline-block;font-size:20px;margin-top:23px;margin-bottom:10px}.profile-util-page .profile-util-page-content .row.section .profile-type-container .profile-button:hover{color:#fff;background-color:#303030}.profile-util-page .profile-util-page-content .row.section .profile-type-container .profile-button.active{color:#fff;background-color:#303030}.profile-util-page .profile-util-page-content .row.section .profile-type-container .profile-button.noHover{pointer-events:none !important;color:#ccc;background-color:rgba(0,0,0,0.1);opacity:1;border:1px dashed rgba(0,0,0,0.5)}.profile-util-page .profile-util-page-content .row.section #assistant-container{position:relative;z-index:1;padding-top:0px;-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px}.profile-util-page .profile-util-page-content .row.section #assistant-container .panel-group .panel:first-child{border-top:none;-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px}.profile-util-page .profile-util-page-content .row.section #assistant-container.step-editprofile-combi,.profile-util-page .profile-util-page-content .row.section #assistant-container.step-editprofile-expert{padding-bottom:0px}.profile-util-page .profile-util-page-content .row.section #assistant-container.step-editprofile-combi .panel-group,.profile-util-page .profile-util-page-content .row.section #assistant-container.step-editprofile-expert .panel-group{margin-bottom:0px}.d3-tip{display:none !important}.fluid-inner-unsubscribe .logotext{height:130px !important}.fluid-inner-unsubscribe #logo .logoimage{margin-top:50px !important}.fluid-inner-unsubscribe #report-text{padding-top:20px !important;text-align:center}.fluid-inner-unsubscribe #question-area{font-size:16px;padding:40px}.fluid-inner-unsubscribe #question-area .bs-callout{margin-top:5px;margin-bottom:30px;border-top:1px solid #4b4b4b;border-right:1px solid #4b4b4b;border-bottom:1px solid #4b4b4b}.fluid-inner-unsubscribe #question-area .bs-callout i{vertical-align:-2px}.fluid-inner-unsubscribe #question-area b{font-size:28px;padding-top:20px;display:inline-block}.fluid-inner-unsubscribe #question-area label{display:inline-block;padding-bottom:10px}.fluid-inner-unsubscribe #question-area label::before{top:1px !important}.fluid-inner-unsubscribe #question-area label::after{top:2px !important}.report-wizard-searchbox{padding-top:20px}.report-wizard-profilecol{max-height:300px;overflow-y:auto;overflow-x:hidden}.wizard-maxresults-row{margin-top:20px;border-top:1px dashed #ccc;padding-top:10px}.wizard-maxresults-row form-select{max-width:120px;display:inline-block;margin-left:10px}.report-row .report-row-reportingoverview th,.report-row .report-row-reportingoverview td{font-size:15px;line-height:30px}.report-row-reportingoverview .reportName{cursor:pointer}.report-row-reportingoverview:hover{background-color:#ccc}.reporting-page .reporting-page-content{background:#fff;border:1px solid #ccc;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px}.reporting-page .reporting-page-content .reporting-page-content-header{margin:0 -15px 10px -15px;background:#f2f2f2;padding:15px 30px;border-top-right-radius:6px;border-top-left-radius:6px}.reporting-page .reporting-page-content .row.section{border-bottom:1px solid #ccc;padding:15px 15px 30px 15px}.reporting-page .reporting-page-content .row.section .sortable-table-row small i{vertical-align:-2px}.reporting-page .reporting-page-content .row.section>header{background:#ffe597;margin:-25px -15px 25px -15px;padding:15px 30px;font-weight:bold;font-size:20px}.reporting-page .reporting-page-content .row.section>header+.sortable-table{margin-top:-25px}.reporting-page .reporting-page-content .row.section>header+.sortable-table .sortable-table-row{position:relative}.reporting-page .reporting-page-content .row.section>header+.sortable-table .sortable-table-row div{position:relative;margin-top:10px}.noHover{cursor:default;color:gray;background-color:rgba(0,0,0,0.1);opacity:0.5}.reporting-edit-container .report-profile-row{margin-bottom:15px}.color-picker-preview{position:relative;width:100%}.color-picker-preview .color-picker-preview-inner{border:1px solid #ccc;width:26px;height:26px;position:absolute;top:50%;margin-top:-13px;right:6px;-moz-border-radius:100%;-webkit-border-radius:100%;border-radius:100%}.category-select-tabs{background:#fff}.category-select-tabs ul{height:108px}.form-group.group-space-fix{white-space:normal}.report-tabs .report-tabs-spacer{padding-top:20px}.report-tabs .tab-content{border:none}.report-tabs .even-more-options-section .options-section-header{text-decoration:underline;cursor:pointer}.report-tabs .even-more-options-section .options-section-icon{font-size:12px;cursor:pointer}.report-tabs .even-more-options-row{padding-top:20px}.report-custom-images-wrapper{background:#fff;border:1px solid #ccc;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;height:108px;padding-left:5px;padding-right:5px;text-align:center;cursor:pointer}.report-custom-images-wrapper .report-custom-images-text{padding-top:30px;white-space:normal}.report-custom-images-wrapper img{max-height:106px;max-width:100%;margin:0 auto;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.report-images-wrapper{background:#fff;border:1px solid #ccc;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;height:108px;padding:5px}.report-images-wrapper .carousel .carousel-inner{height:94px}.report-images-wrapper .carousel .carousel-inner .report-image-normal{max-height:94px;max-width:60%;margin:0 auto}.report-images-wrapper .carousel .carousel-inner .report-image-normal img{max-width:100%;max-height:94px}.report-images-wrapper .carousel .carousel-inner .report-image-svg svg{height:94px;max-width:60%}.report-contact-wrapper,.report-logo-wrapper{position:relative}.report-contact-wrapper .report-contact-preview,.report-logo-wrapper .report-contact-preview{font-size:12px;height:107px;padding-top:8px;padding-right:40px}.report-contact-wrapper .report-contact-preview address,.report-logo-wrapper .report-contact-preview address{margin-bottom:0}.report-contact-wrapper .report-contact-preview textarea,.report-logo-wrapper .report-contact-preview textarea{resize:none;border:0px;height:90px;width:calc(100% - 45px);font-size:14px}.report-contact-wrapper .report-contact-preview img,.report-logo-wrapper .report-contact-preview img{float:right;width:38px}.report-contact-wrapper .report-contact-preview img.img-upload-btn,.report-logo-wrapper .report-contact-preview img.img-upload-btn{cursor:pointer}.report-contact-wrapper .report-contact-preview form-select,.report-logo-wrapper .report-contact-preview form-select{max-width:200px;position:absolute;bottom:5px;right:45px}.report-contact-wrapper .report-contact-wrapper-inner,.report-contact-wrapper .report-logo-wrapper-inner,.report-logo-wrapper .report-contact-wrapper-inner,.report-logo-wrapper .report-logo-wrapper-inner{position:absolute;top:0;right:0}.report-contact-wrapper .report-contact-wrapper-inner i,.report-contact-wrapper .report-logo-wrapper-inner i,.report-logo-wrapper .report-contact-wrapper-inner i,.report-logo-wrapper .report-logo-wrapper-inner i{color:#303030;padding:10px;display:block;border-bottom:1px solid #ccc;border-left:1px solid #ccc;margin-bottom:-1px;cursor:pointer;position:relative}.report-contact-wrapper .report-contact-wrapper-inner i i,.report-contact-wrapper .report-logo-wrapper-inner i i,.report-logo-wrapper .report-contact-wrapper-inner i i,.report-logo-wrapper .report-logo-wrapper-inner i i{display:none;background:#fff;white-space:nowrap;font-size:12px;line-height:15px;color:#303030;position:absolute;top:0;right:36px;padding:inherit;border:1px solid #ccc;border-right:none;-moz-border-radius-topleft:5px;-webkit-border-top-left-radius:5px;border-top-left-radius:5px;border-bottom-right-radius:0;border-top-right-radius:0}.report-contact-wrapper .report-contact-wrapper-inner i:hover,.report-contact-wrapper .report-logo-wrapper-inner i:hover,.report-logo-wrapper .report-contact-wrapper-inner i:hover,.report-logo-wrapper .report-logo-wrapper-inner i:hover{background:#ccc}.report-contact-wrapper .report-contact-wrapper-inner i:hover i,.report-contact-wrapper .report-logo-wrapper-inner i:hover i,.report-logo-wrapper .report-contact-wrapper-inner i:hover i,.report-logo-wrapper .report-logo-wrapper-inner i:hover i{display:block}.report-contact-wrapper .report-contact-wrapper-inner>i.active,.report-contact-wrapper .report-logo-wrapper-inner>i.active,.report-logo-wrapper .report-contact-wrapper-inner>i.active,.report-logo-wrapper .report-logo-wrapper-inner>i.active{color:#6fbb1e}.report-contact-wrapper .report-contact-wrapper-inner>i:first-child,.report-contact-wrapper .report-logo-wrapper-inner>i:first-child,.report-logo-wrapper .report-contact-wrapper-inner>i:first-child,.report-logo-wrapper .report-logo-wrapper-inner>i:first-child{-moz-border-radius-topright:5px;-webkit-border-top-right-radius:5px;border-top-right-radius:5px}.report-contact-wrapper .report-contact-wrapper-inner>i:last-child,.report-contact-wrapper .report-logo-wrapper-inner>i:last-child,.report-logo-wrapper .report-contact-wrapper-inner>i:last-child,.report-logo-wrapper .report-logo-wrapper-inner>i:last-child{border-bottom:none;margin-bottom:0;-moz-border-radius-bottomright:5px;-webkit-border-bottom-right-radius:5px;border-bottom-right-radius:5px}.report-logo-wrapper{display:inline-block;padding-right:36px;width:100%}.report-logo-wrapper .report-logo-image-wrapper{background:#fff;border:1px solid #ccc;border-bottom-left-radius:5px;border-top-left-radius:5px;height:108px;text-align:center;line-height:108px;overflow:hidden}.report-logo-wrapper .report-logo-image-wrapper .img-thumbnail{display:inline;border:0px;max-width:103px;max-height:103px;vertical-align:middle}.report-logo-wrapper .report-logo-wrapper-inner{background:#fff;border:1px solid #ccc;border-left:none;height:108px;border-bottom-right-radius:5px;border-top-right-radius:5px}.recipient-select-overlay{overflow:hidden;background:#fff;position:absolute;top:0;right:0;bottom:0;width:50%}.recipient-select-overlay .recipient-select-overlay-content{text-align:center;position:absolute;top:calc(50% + 5px);left:0;right:0;-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%)}.recipient-select-overlay .recipient-select-overlay-content:before{font-family:'echobot';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:36px;color:#ffcc30;position:relative;top:11px}.recipient-select-adduser{margin-top:10px;display:inline-block}.menu-view nav li a{color:#a9a9a9}.menu-view nav li a:hover,.menu-view nav li a:focus{color:#a9a9a9}.user-settings .horizontal-list{list-style-type:none}.user-settings .horizontal-list li{display:inline;margin-right:5px}.user-settings .horizontal-list li a{font-size:30px}.user-settings .horizontal-list li a span.fa-facebook-square{color:#3b5998}.user-settings .horizontal-list li a span.fa-twitter-square{color:#00aced}.user-settings .horizontal-list li a span.fa-google-plus-square{color:#dd4b39}.user-settings .horizontal-list li a span.fa-xing-square{color:#006365}.user-settings .horizontal-list li a span.fa-linkedin-square{color:#0077B5}.user-settings .pointer{cursor:pointer}.user-settings .img-changelink{cursor:pointer;margin-left:5px;color:blue;text-decoration:underline}.user-settings .img-removelink{position:absolute;top:-5px;left:113px;cursor:pointer}.user-settings .img-thumbnail{width:105px}.user-settings .change-password-toggle{padding-top:7px}.user-settings .change-password-toggle a{cursor:pointer}.user-settings .verify-email-section{padding-top:7px}.user-settings ul.dropdown-menu{width:100%;max-height:250px !important}.user-settings ul.dropdown-menu li{max-width:100%}.edit-social-results{max-height:150px;overflow:auto}table.social-resource-list{width:100%;margin-top:15px;margin-bottom:5px;border-spacing:10px;border-collapse:separate}table.social-resource-list .social-resource-list-favicon{vertical-align:middle;width:0}table.social-resource-list .social-resource-list-favicon>img{border:1px solid #ccc;padding:1px}table.social-resource-list .social-resource-list-url{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:653px}table.social-resource-list .social-resource-list-actions{cursor:pointer;vertical-align:middle;width:0}.social-resource-separator{margin-top:10px}.social-resource-checking{text-align:left;padding-top:5px;color:green}.social-resource-danger{margin-top:15px;margin-bottom:0px}.social-resource-red{color:#e65a3f}.social-add-notice{padding-bottom:20px}#articleModal .add-article-dropdown .dropdown-menu li{padding-left:5px;padding-right:5px;max-width:100%}#articleModal .add-article-dropdown .btn{min-width:100% !important}#articleModal .time-correction{padding-top:9px}#articleModal .response-ok{text-align:center}#articleModal .response-ok h1{text-align:center;margin:auto;color:#6fbb1e}#articleModal .response-ok p{text-align:center;margin:auto}#articleModal .response-ok .center-block{text-align:center;margin:auto}#articleModal .response-ok-save{text-align:center}#articleModal .response-ok-save h1{text-align:center;margin:auto;color:#6fbb1e}#articleModal .response-ok-save p{text-align:center;margin:auto}#articleModal .response-ok-save .center-block{text-align:center;margin:auto}#articleModal .response-nok{text-align:center}#articleModal .response-nok h1{text-align:center;margin:auto;color:#e65a3f}#articleModal .response-nok p{text-align:center;margin:auto}#articleModal .response-nok .center-block{text-align:center;margin:auto}.license-buying-dialog .modal-header i{padding-right:20px}.license-buying-dialog .modal-body .license-loading-container h3{margin-top:130px}.license-buying-dialog .modal-body .license-loading-container .text-center{margin-bottom:40px}.license-buying-dialog .modal-body .license-purchase-container{max-height:500px;overflow-y:auto;overflow-x:hidden}.license-buying-dialog .modal-body .license-purchase-container a.text-link{cursor:pointer;color:black;text-decoration:underline}.license-buying-dialog .modal-body .license-purchase-container .company-sizes-row{padding-bottom:10px}.license-buying-dialog .modal-body .license-purchase-container .intra-details{padding:15px 20px 0px 18px;list-style-type:none}.license-buying-dialog .modal-body .license-purchase-container .intra-details li{background-repeat:no-repeat;padding:3px 0 12px 36px}.license-buying-dialog .modal-body .license-purchase-container .article-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.license-buying-dialog .modal-body .license-purchase-container table .column{font-weight:bold}.license-buying-dialog .modal-body .license-purchase-container table .price-column{width:90px}.license-buying-dialog .modal-body .license-purchase-container .fa-spinner{margin-right:10px}.license-buying-dialog .modal-body .license-download-container{max-height:500px;overflow-y:auto;overflow-x:hidden;padding-top:40px}.license-buying-dialog .modal-body .license-download-container .icon-check{color:#fff;background:#6fbb1e;padding:15px;font-size:38px;-moz-border-radius:100%;-webkit-border-radius:100%;border-radius:100%}.license-buying-dialog .modal-body .license-download-container h3{margin:5px 0}.license-buying-dialog .modal-body .license-download-container h3:first-of-type{margin-top:30px}.license-buying-dialog .modal-body .license-download-container h3:last-of-type{margin-bottom:30px}.license-buying-dialog .modal-body .license-download-container a.text-link{cursor:pointer;color:black;text-decoration:underline}.license-buying-dialog .modal-body .license-download-container table td{text-align:left}.license-buying-dialog .modal-body .license-download-container table .column{font-weight:bold}.license-buying-dialog .modal-body .license-download-container table .license-column{width:135px}.license-buying-dialog .modal-footer .pull-left{padding-top:6px;text-align:left}#query-modal .row-spacer{margin-top:15px}#query-modal .center-buttons{padding-left:30px;padding-top:30px}#query-modal .center-buttons .near-input{margin-top:5px}.social-create-box{font-style:italic}.social-create-box label{margin-bottom:1px}.social-create-box label i{margin-right:4px}.social-create-box p{margin-bottom:0}.social-create-box hr{margin-top:7px;margin-bottom:7px;margin-left:0;margin-right:0}.agb_box{margin-bottom:20px}.agb_box .agb_content{height:400px;overflow:hidden;border:1px solid #CCC;font-size:12px}.agb_box hr{margin:5px 0px}.agb_box h1{font-weight:bold;font-weight:16px}.agb_box iframe{width:100%;height:100%;overflow-x:hidden}.modal-sourcedetails .modal-dialog{max-width:960px}.modal-sourcedetails .modal-dialog .modal-body.source-details .source-screenshot{padding-top:10px}.modal-sourcedetails .modal-dialog .modal-body.source-details .source-screenshot img{border:1px solid #ccc;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}.modal-sourcedetails .modal-dialog .modal-body.source-details .source-section-heading{font-size:14px;font-weight:bold}.modal-sourcedetails .modal-dialog .modal-body.source-details .source-general-information .media-title{font-size:19px;overflow:hidden;white-space:nowrap;width:100%;margin-bottom:10px;text-overflow:ellipsis}.modal-sourcedetails .modal-dialog .modal-body.source-details .source-general-information i.spacer-icon{vertical-align:-1px;width:25px;display:inline-block}.modal-sourcedetails .modal-dialog .modal-body.source-details .source-general-information .icon-spacer{width:25px;display:inline-block}.modal-sourcedetails .modal-dialog .modal-body.source-details .source-general-information .media-bullet{color:#6F6F6F}.modal-sourcedetails .modal-dialog .modal-body.source-details .source-general-information .spacer-span{display:block;margin-bottom:5px}.modal-sourcedetails .modal-dialog .modal-body.source-details .source-general-information .media-link{color:#000}.modal-sourcedetails .modal-dialog .modal-body.source-details .source-general-information .media-link a{color:#000;text-decoration:underline}.modal-sourcedetails .modal-dialog .modal-body.source-details .source-general-information .media-type img,.modal-sourcedetails .modal-dialog .modal-body.source-details .source-general-information .media-language img{height:15px;width:15px;margin-right:10px;vertical-align:-2px}.modal-sourcedetails .modal-dialog .modal-body.source-details .source-general-information .status-green{display:inline-block;margin-top:10px;color:#6fbb1e}.modal-sourcedetails .modal-dialog .modal-body.source-details .source-general-information .status-yellow{display:inline-block;margin-top:10px;color:#f7a837}.modal-sourcedetails .modal-dialog .modal-body.source-details .source-general-information .status-red{display:inline-block;margin-top:10px;color:#e65a3f}.modal-sourcedetails .modal-dialog .modal-body.source-details .source-chart{padding-top:15px}.modal-sourcedetails .modal-dialog .modal-body.source-details .source-chart .chart-title{display:inline-block;margin-bottom:5px}.modal-sourcedetails .modal-dialog .modal-body.source-details .list-spinner{display:block;height:200px;position:relative}.modal-sourcedetails .modal-dialog .modal-body.source-details .source-articles-display{padding-top:10px}.modal-sourcedetails .modal-dialog .modal-body.source-details .source-articles-display .source-articles-display-loader{text-align:center}.modal-sourcedetails .modal-dialog .modal-body.source-details .source-articles-display .source-articles-display-loader i{margin-top:30px;font-size:40px}.modal-sourcedetails .modal-dialog .modal-body.source-details .source-articles-display .source-article-description{display:inline-block;padding-bottom:10px}.modal-sourcedetails .modal-dialog .modal-body.source-details .source-articles-display .source-article{padding-bottom:5px}.modal-sourcedetails .modal-dialog .modal-body.source-details .source-articles-display .source-article:last-child{padding-bottom:0px}.modal-sourcedetails .modal-dialog .modal-body.source-details .source-articles-display .source-article .source-article-favicon{border:1px solid #ccc;padding:1px;vertical-align:text-bottom;margin-top:5px}.modal-sourcedetails .modal-dialog .modal-body.source-details .source-articles-display .source-article .source-article-headline{display:block;overflow:hidden;width:100%;text-overflow:ellipsis;white-space:nowrap;line-height:15px}.modal-sourcedetails .modal-dialog .modal-body.source-details .source-articles-display .source-article .source-article-date{color:#6F6F6F;font-size:13px}.modal-sourcedetails .modal-dialog .modal-body.source-details .source-tagcloud{padding-top:10px}.modal-sourcedetails .modal-dialog .modal-body.source-details .source-tagcloud tagcloud{margin-top:8px}.modal-sourcedetails .modal-dialog .modal-body.source-details .source-indexing-information .source-indexing-information-title{display:block;padding-bottom:15px;font-size:14px;font-weight:bold}.modal-sourcedetails .modal-dialog .modal-body.source-details .source-indexing-information .source-indexing-information-loader{text-align:center}.modal-sourcedetails .modal-dialog .modal-body.source-details .source-indexing-information .source-indexing-information-loader i{margin-top:30px;font-size:40px}.modal-sourcedetails .modal-dialog .modal-body.source-details .source-indexing-information table{width:100%}.modal-sourcedetails .modal-dialog .modal-body.source-details .source-indexing-information table tr{height:25px}.modal-sourcedetails .modal-dialog .modal-body.source-details .source-indexing-information table tr .field-cell{width:160px;color:#6F6F6F}.modal-sourcedetails .modal-dialog .modal-body.source-details .source-indexing-information table tr .table-spacer{border-top:1px dashed #6F6F6F;height:1px}.modal-sourcedetails .modal-dialog .modal-body.source-details .source-indexing-information table tr .table-green{font-weight:bold;color:#6fbb1e}.modal-sourcedetails .modal-dialog .modal-body.source-details .source-indexing-information table tr .table-orange{font-weight:bold;color:#f7a837}.modal-sourcedetails .modal-dialog .modal-body.source-details .source-indexing-information table tr .details-click{text-decoration:underline;cursor:pointer}.modal-sourcedetails .modal-dialog .modal-body.source-details .source-indexing-information table tr .table-cell-padding{padding-right:40px}.modal-sourcedetails .modal-dialog .modal-body.source-details .source-indexing-information table tr .echorank-cell echorank{margin-left:15px;vertical-align:1px}.modal-sourcedetails .modal-dialog .modal-body.source-details .source-indexing-information table tr .visits-cell i{margin-top:1px;float:right;cursor:pointer}.modal-companydetails .modal-dialog{max-width:960px}.modal-companydetails .modal-dialog .modal-body .company-section-heading{font-size:14px;color:#1b1b1b;font-weight:500}.modal-companydetails .modal-dialog .modal-body #company-map{height:205px;width:270px;border:1px solid #ccc}.modal-companydetails .modal-dialog .modal-body .company-screenshot{padding-left:0}.modal-companydetails .modal-dialog .modal-body .company-screenshot img{border:1px solid #ccc}.modal-companydetails .modal-dialog .modal-body .company-general-information{padding-left:2px;padding-right:0}.modal-companydetails .modal-dialog .modal-body .company-general-information .fa,.modal-companydetails .modal-dialog .modal-body .company-general-information .icon-socialmedia{margin-right:9px !important;margin-left:2px}.modal-companydetails .modal-dialog .modal-body .company-general-information .general-information-unknown{color:#6F6F6F}.modal-companydetails .modal-dialog .modal-body .company-general-information .icon-socialmedia{color:black;margin-right:1px}.modal-companydetails .modal-dialog .modal-body .company-general-information .fa-map-marker{margin-left:4px;margin-right:12px !important}.modal-companydetails .modal-dialog .modal-body .company-general-information .media-title{font-size:19px;font-weight:400;overflow:hidden;width:100%;margin-bottom:10px;color:#1f1f1f}.modal-companydetails .modal-dialog .modal-body .company-general-information .media-title .company-general-links{margin-left:4px}.modal-companydetails .modal-dialog .modal-body .company-general-information .media-bullet{color:#6F6F6F}.modal-companydetails .modal-dialog .modal-body .company-general-information .general-information-value{font-weight:500}.modal-companydetails .modal-dialog .modal-body .company-general-information .media-link{color:#333}.modal-companydetails .modal-dialog .modal-body .company-general-information .media-link a{color:#333;text-decoration:underline}.modal-companydetails .modal-dialog .modal-body .company-general-information .media-row{margin-bottom:5px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.modal-companydetails .modal-dialog .modal-body .company-general-information .media-social-icons{display:inline-block;text-decoration:none;list-style-type:none;margin-right:3px;font-size:11px;background:#428bca;padding:2px 7px 2px 3px;border-radius:3px;color:white;text-align:center}.modal-companydetails .modal-dialog .modal-body .company-general-information .media-social-icons li{width:10px;height:15px}.modal-companydetails .modal-dialog .modal-body .company-general-information .media-social-icons a{color:white}.modal-companydetails .modal-dialog .modal-body .company-general-information .media-social-icons .fa{margin-right:0px}.modal-companydetails .modal-dialog .modal-body .company-chart .chart-title{margin-left:6px;margin-bottom:46px}.modal-companydetails .modal-dialog .modal-body .piechart-container{display:flex;justify-content:center}.modal-companydetails .modal-dialog .modal-body .piechart-controls{font-size:.9rem;margin-bottom:10px}.modal-companydetails .modal-dialog .modal-body .piechart-radio{padding-left:26px;padding-right:3px;font-weight:100;font-size:.9rem}.modal-companydetails .modal-dialog .modal-body .piechart-radio:before{width:20px;height:20px}.modal-companydetails .modal-dialog .modal-body .piechart-radio:after{width:20px;height:20px;padding-top:6px}.modal-companydetails .modal-dialog .modal-body .piechart-spinner{display:block;height:200px;position:relative}.modal-companydetails .modal-dialog .modal-body .articles-display-spinner{display:block;height:162px;position:relative}.modal-companydetails .modal-dialog .modal-body .company-tagcloud text{cursor:default !important}.modal-companydetails .modal-dialog .modal-body .company-tagcloud tagcloud{display:flex;justify-content:center}.modal-companydetails .modal-dialog .modal-body .company-tagcloud .company-tagcloud-title{margin-bottom:10px}@media (max-width: 768px){.modal-companydetails .modal-dialog .modal-body .company-tagcloud .company-tagcloud-title{margin-top:9px}}.modal-companydetails .modal-dialog .modal-body .company-article-description{padding-bottom:13px;margin-left:-14px}@media (min-width: 768px){.modal-companydetails .modal-dialog .modal-body .company-stats-table-second{padding-left:28px}}@media (max-width: 767px){.modal-companydetails .modal-dialog .modal-body .company-stats-table-second{margin-top:9px}}.modal-companydetails .modal-dialog .modal-body .company-article-noresults{font-size:.8rem;margin-left:-14px;font-style:italic}.modal-companydetails .modal-dialog .modal-body .company-article{display:flex;padding-bottom:5px}.modal-companydetails .modal-dialog .modal-body .company-article:last-child{padding-bottom:0px}.modal-companydetails .modal-dialog .modal-body .company-article .company-article-favicon{display:flex;align-items:baseline;margin-right:6px}.modal-companydetails .modal-dialog .modal-body .company-article .company-article-favicon img{border:1px solid #ccc;padding:1px;width:15px}.modal-companydetails .modal-dialog .modal-body .company-article .company-article-content{overflow:hidden}.modal-companydetails .modal-dialog .modal-body .company-article .company-article-content .company-article-headline{display:block;overflow:hidden;width:100%;text-overflow:ellipsis;white-space:nowrap;font-size:.8em;line-height:15px}.modal-companydetails .modal-dialog .modal-body .company-article .company-article-content .company-article-headline a{color:black;text-decoration:underline}.modal-companydetails .modal-dialog .modal-body .company-article .company-article-content .company-article-date{color:#6F6F6F;font-size:.7em}.widget-generaloverview{overflow:hidden;padding-top:0px;padding-bottom:0px}.widget-generaloverview .overview-tile{padding-bottom:20px;padding-left:5px;padding-right:5px;font-size:28px;text-align:center}.widget-generaloverview .overview-tile:first-of-type{padding-left:0px}.widget-generaloverview .overview-tile:last-of-type{padding-right:0px}.widget-generaloverview .overview-tile .overview-tile-border{border:1px solid #ccc;background:#fff;border-radius:4px;padding:20px}.widget-generaloverview .overview-tile i{font-size:22px}.widget-generaloverview .overview-tile i.eb-icon{color:#ccc;position:absolute;top:7px;left:8px}.widget-generaloverview .overview-tile i.fa-exclamation-triangle{color:#f7a837}.widget-generaloverview .overview-tile .big-number{font-weight:bold;font-size:40px}.widget-profilegraphs{overflow:hidden;padding-top:0px !important;padding-bottom:20px !important}.widget-profilegraphs h3{font-size:22px}.widget-profilegraphs h3 i{font-size:26px}.widget-profilegraphs i{vertical-align:middle;margin-right:6px}.widget-profilegraphs i.icon-report{font-size:30px;margin-left:3px;font-weight:bold}.widget-profilegraphs i.icon-warning,.widget-profilegraphs i.form-error-box{font-size:24px;color:#f7a837}.widget-profilegraphs .chart-display{min-height:210px;background:#fff;border:1px solid #ccc;border-radius:4px;padding-bottom:8px}.widget-profilegraphs .chart-warning-display{min-height:80px;padding-top:30px;background:#fff;border:1px solid #ccc;border-radius:4px;margin-bottom:10px}.widget-profileoverview{overflow:hidden;padding-top:0px !important;padding-bottom:20px !important}.widget-profileoverview h3{font-size:22px}.widget-profileoverview h3 i{font-size:26px;vertical-align:middle;margin-right:6px;margin-left:3px;font-weight:bold}.widget-profileoverview .table-border{border:1px solid #ccc;border-radius:4px;background:#fff;padding:0}.widget-profileoverview .overview-warning-display i{font-size:19px;vertical-align:text-bottom;margin-right:3px}.widget-profileoverview .profile-stats-table{height:292px;overflow-x:hidden;overflow-y:auto}.widget-profileoverview .profile-stats-table i.fa-exclamation-triangle{color:#f7a837;vertical-align:-2px}.widget-newsroomstatistics{overflow:hidden;padding-top:0px !important;padding-bottom:20px !important}.widget-newsroomstatistics h3{font-size:22px}.widget-newsroomstatistics h3 i{font-size:26px;vertical-align:middle;margin-right:6px;margin-left:3px;font-weight:bold}.widget-newsroomstatistics .table-border{border:1px solid #ccc;border-radius:4px;background:#fff;padding-top:25px;padding-bottom:25px}.widget-newsroomstatistics .newsroom-warning-display i{font-size:19px;vertical-align:text-bottom;margin-right:3px}.widget-newsroomstatistics .newsroom-warning-display i.icon-warning,.widget-newsroomstatistics .newsroom-warning-display i.form-error-box{font-size:24px;color:#f7a837}body,html{font-family:'Roboto', sans-serif !important;font-size:15px !important;min-height:100%;width:100%}body [ng\:cloak],body [ng-cloak],body [data-ng-cloak],body [x-ng-cloak],body .ng-cloak,body .x-ng-cloak,html [ng\:cloak],html [ng-cloak],html [data-ng-cloak],html [x-ng-cloak],html .ng-cloak,html .x-ng-cloak{display:none !important}body .only-export,html .only-export{display:none}@media (max-width: 768px){body{width:100%;overflow-y:auto;overflow-x:hidden}}body.pdfexport{min-width:768px}body .global-spinner{display:block;position:relative;top:45%}body .echorank-values{list-style:none;position:absolute;height:44px;margin-left:-1px;top:55px}body .echorank-values li{display:inline-block;width:25px;margin-right:5px;line-height:30px;background:lightgrey;text-align:center}body .echorank .slider-control .ui-slider-range{background:transparent}body>.blank-container-fluid>.blank-container-fluid-inner{background:#f2f2f2;-moz-border-radius:8px;-webkit-border-radius:8px;border-radius:8px;min-height:300px;max-width:900px;margin:0 auto;margin-top:20px;font-size:28px;color:#606060;padding-bottom:20px}body>.blank-container-fluid>.blank-container-fluid-inner.fluid-inner-unsubscribe{height:initial}body>.blank-container-fluid>.blank-container-fluid-inner #logo{margin-left:40px;margin-right:60px}body>.blank-container-fluid>.blank-container-fluid-inner #logo .logoimage{margin-top:105px;background-image:url("/images/echobot.svg");background-repeat:no-repeat;background-size:contain;background-position:center center;height:70px}body>.blank-container-fluid>.blank-container-fluid-inner .logotext{border-left:1px solid #606060;margin-top:20px;min-height:260px}body>.blank-container-fluid>.blank-container-fluid-inner .logotext #report-text{padding-top:80px;padding-left:60px}body>.blank-container-fluid>.blank-container-fluid-inner .logotext #report-text .red-text{display:block;font-size:14px;line-height:18px;color:red}body>.container-fluid{position:absolute;width:100%;min-height:100%;max-width:1260px;padding-bottom:30px;background-image:url("data:image/gif;base64,R0lGODlhMAAwAKUAAExKTKSmpNTW1Hx6fGRiZLy+vOzu7JSSlFRWVLSytOTi5GxubMzKzISGhPz6/JyenFRSVKyurNze3GxqbMTGxPT29JyanFxeXLy6vOzq7HR2dNTS1IyOjExOTKyqrNza3ISChGRmZMTCxPTy9JSWlFxaXLS2tOTm5HRydMzOzIyKjPz+/KSipP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQICQAAACwAAAAAMAAwAAAG/sCWcEgsGleeUsnjMDqf0KhQBKh2CtKs1ngAdLyHrXgomHQao2KkWo2MxaOQF0Aqjhqdc9rukbyLJ2wAKCtFFRIfFU4UAA1/RBUTc3VjFREKj0QCCxcqe5mgLStNoaWmYw4GpKdvJxoQKJisY3hVA7NGFAsUTihWIbhFXZRFHmwPwUQGCRlOKwUcJoXJ1NXW19jZ2lkjAifbRhkLAAgi4B8JBi3GXwvbIyUdKi1rVe7aIxcdYQYaHRcMwJ0QoaiFAwmfwClcyLChw2wSInxwuAGCl4DUVjwoEcDJgy/7qhmwWEJdESpVTFSrMAAAiGlEVphokABmMgcnVj3cyfPPSQoKAfy8cbChWSiUJd80AFDCaKYuX1KMWQHSHKgUX0IUhCSCoBMSCBYkfPShgMkiFrxYcOIgw1Zq4wDcY5gAAYIEDlecUGDzTxAAIfkECAkAAAAsAAAAADAAMACFTEpMpKakfHp81NbUZGJkvL68lJKU7O7sVFZUhIaEzMrMtLK05ObkbG5snJ6c/Pr8VFJUrK6shIKE3N7cbGpsxMbEnJqc9Pb0XF5cjI6M1NLUTE5MrKqsfH583NrcZGZkxMLElJaU9PL0XFpcjIqMzM7MtLa07OrsdHZ0pKKk/P78////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABv7AlXBILBpXChQKdGw6n04PAgCADKDYrDEC2FADR9FD6zwlGqkxUeHtMokMFABRIBtVnXak+LAgECFqQioSVHMMdkQiGIYSdwcnKkUXBIYAColDDx1dAHtahF4bCIiZQmYfDoJZDA0IIwWSprOaDAe0uLQqF7K5phchFCS3vpkchgbFTRMkE0cZhijKR1wcRxWiJtNGFwoXTRopCr3b5ebn6Onq68oqJ9/sRxckCB8e8UIXJ2MVjfgqGTbUUdDJUTwVBgSueJBhxAdn+PSpUXFgFb6LGDNq3JhRhAJiGk9gGAXxHAgUdYwUMGTt3IUPAAiQE+JhgxdM51SE2JDsSFMJCyBmlrPIsahRWgw0wLPjbumsCVMECIUSAEIDp5kCdCpFhgKVK7Q8QADQQOgDDSWIroiAoYNaOxMqiDiywEtLIyKmToMGwKBGDx8+aCj6AGumIAAh+QQICQAAACwAAAAAMAAwAIVMSkykpqR8enzU1tRkYmS8vryUkpTs7uxUVlS0srSEhoTk4uRsbmzMysycnpz8+vxUUlSsrqyEgoTc3txsamzExsScmpz09vRcXly8uryMjozs6ux0dnTU0tRMTkysqqx8fnzc2txkZmTEwsSUlpT08vRcWly0trSMiozk5uR0cnTMzsykoqT8/vz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG/kCXcEgsGl0TgyF0bDqfzgMBAMCkoNissUH1AAra8PASUICLE0h3ULxoTAy2uGjpNoqtBAYTaRUdVAAiJXNDDwwAXiRHFxdGLSqJVFeFQiSBFWJ1iRiElS4XDiAnfmElChgUHZ+sRCUPrbGys48bKxtHeQIBsLRFBQgACCNGI4ERvq4YgQi9QwGSGslDKWpeHgdFIcEeK9NCh4EMpUQpJwvf1CAiEpTpUC0Xzu/09fb3s/P4RC0sGALu7rUo4SeEFwAW9rkIYIJNCGsJ933AwKZFAAIgcO0bSE6fwo8gQ4ocaa9FtpElIglw9G5DBI1FKkjy9s4AAANH0ggLOK0BSoM7RwYEYEKyqNGjTw5MYDnnArlPJaZIKDSCAIpYMhMx1SKBykmoFCBIe5QixdMhDUSQOFvowgKPLlZAgEBMJDSEIzdw4MATqZggACH5BAgJAAAALAAAAAAwADAAhUxKTKSmpNTW1Hx6fGRiZLy+vOzu7JSSlFRWVLSytOTi5ISGhGxubMzKzPz6/KSipFRSVKyurNze3ISChGxqbMTGxPT29JyanFxeXLy6vOzq7IyOjExOTKyqrNza3Hx+fGRmZMTCxPTy9JSWlFxaXLS2tOTm5IyKjHR2dMzOzPz+/P///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAb+wJVwSCwaV4ZIRHNsOp9OCwoAYFig2KzRAwFwOAKteKgKPcJFA4mKYBIdHdTGPSYmOACIwthgMCpGGVQAAw51RB9eAAlNKkcniggGh0MRVBweYxF4HCiGlCsOCSMNdQ4XIAMSoKytrq+wWRYaV0cpIxWOsUUeIAAUaEQCXRylu0MODIMURgWDHcdDIiScEEYaGBwIe9ErKhODE0ciDZPdQgYjDCMi51qf7vHy8/T15xYlFw0qKhkoD/DkOfjAKYICYiHqCcBDBYOELgAS0vPACQAGFQlAXKg1z8GASwHspYmwIURAkShTqlzJ0p6KAxwWnDxmoQFHIge9ZHLXAUBIhCMWQHDAYO6chwU7jYgoQKel06dQmzgwoEuligEIHhzSQMqVhIaHLDFr5ZFEyHHtjnA1RpbqEQUEHLJ0xqEESxEbThSNeigIACH5BAgJAAAALAAAAAAwADAAhUxKTKSmpNTW1Hx6fLy+vGRiZOzu7JSSlLSytOTi5ISGhMzKzGxubFRWVPz6/KSipFRSVKyurNze3ISChMTGxGxqbPT29JyanLy6vOzq7IyOjNTS1HR2dExOTKyqrNza3Hx+fMTCxGRmZPTy9JSWlLS2tOTm5IyKjMzOzHRydFxeXPz+/P///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAb+QJZwSCwaWZbFwnJsOp/OlQbQOTmg2Kwx0wAAGhmtmPghhIuWCrXALFIOgeu4iOoACiOjAAQSGDd2ACQrc0QkVAAoYw+IFW2FLCF2DQZjFF4ACoSQLCsUAQlzKwgcJHmcqKmqq6xYKyObRh8eEq1HGSAqE5VFEhAdYLZFE5gnRiGYG8JEInYdDEYGDB0cj8sXmA9HKxmxyywOASARct/m5+jp6uvsYysbJaEsHxoY5ekr2F9LIlTK6ya6eKlWwMsCdiZ+UeHAAsUEcuyk2IEQol0RByEC+LHIsaPHj8JWWPDG0YSCCgrOFEEgwgPJVg4YYEphZIQKABB4LUsAARNRgFNDHHB4Zs2WTUQN7glxIECpsBI9GxD4uMLEAhMgs6oSqZVEhYpzLCCQh8qClwGFkClYdUAF2DEjAtRa5VSIhQMHilo00QECVqoEMLzUWigIACH5BAgJAAAALAAAAAAwADAAhUxKTKSmpHx6fNTW1GRiZLy+vJSSlOzu7FRWVLSytISGhOTi5GxubMzKzJyenPz6/FRSVKyurISChNze3GxqbMTGxJyanPT29FxeXLy6vIyOjOzq7HR2dNTS1ExOTKyqrHx+fNza3GRmZMTCxJSWlPTy9FxaXLS2tIyKjOTm5HRydMzOzKSipPz+/P///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAb+QJdwSCwaXa3JonVsOp/PAMTzgVqvxwsGACBcsGDipFEytjhcDrMY+lTWYWJnKoAPFxbSxphCADwncUUsXAAHYSeFIIJEAxAAi2EhHh4AVYx3K19xFRofD5ihoqOkpVigTSVkplkkKg6bRCUiHiJlrEQWhZdijx4TuEQClQAoRg8KABKxwQlcHgVNzMEuDwUkFdTa29zd3t/gjC0LDYcuGwEddt0JjyJLKh4QKeAlW1wkLQwAEAv1W5VIuMDzJlyAShgGhCvyYMAJegsjSpxIsaK2Eg4EsJgmpIGEbNpaSCikwYwIACI4liph4g8AE0c0FFtn6sHJPwyOtNjDbcVOFhEKKZaYcMtiuAcpVIJLoQIBBpChGugJ0wJEIRPmMFEAECFMCQIuAXQQNWIqmAdWuSDIGqzFhwg0F9BCEG0bSwxFiexEta3FCnVGSQUBACH5BAgJAAAALAAAAAAwADAAhUxKTKSmpHx6fNTW1GRiZLy+vJSSlOzu7FRWVLSytISGhOTi5GxubMzKzJyenPz6/FRSVKyurISChNze3GxqbMTGxJyanPT29FxeXLy6vIyOjOzq7HR2dExOTKyqrHx+fNza3GRmZMTCxJSWlPTy9FxaXLS2tIyKjOTm5HRydNTS1KSipPz+/P///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAb+wJZwSCwaWywU6shsOp8RCKLwrFqZFACAc+0WLyjW0dABBI6bwsR7PFAQjuNFVHkYDwQARMUuZrQQbBVaABZ9RCglACdsKAgdHRWHRBsDF30TARVik52en6ChnywLnKJFDxESGaZDDwIAH3anRBFlkXcIAAgktEQahGdFLA4lK620FWUIA75dAxELztPU1dbX2NmTBxOzJCJL2hUlEBy9wCG92CxZAB0JLQoAGOrXLCGEES0HCWvaBY8YHNBmZMGAegQTKlzIsKGvBwk0iEAmZEOCgdRGlAGgz4iGDiOoscjjjosREQwaVONASAPDCSkQCNjQ8MKBWQ4JXqCojYRNAgwp/HWakOCSFwOEGBid9AGASiMPBnRD1c4dzU4gAiwdQkIAJAlbWXx0R2HrqQBaypgoQuJDBwogqI3VYkhhgbS4FD4IgIFABJ5XggAAIfkECAkAAAAsAAAAADAAMACFTEpMpKakfHp81NbUZGJkvL68lJKU7O7sVFZUtLK0hIaE5OLkbG5szMrMnJ6c/Pr8VFJUrK6shIKE3N7cbGpsxMbEnJqc9Pb0XF5cvLq8jI6M7OrsdHZ01NLUTE5MrKqsfH583NrcZGZkxMLElJaU9PL0XFpctLa0jIqM5ObkdHJ0zM7MpKKk/P78////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABv5Al3BILBqFl8dxyWw6OwTKxEmtLkEegMHKLbZKywDAczqWKovu8SLAlI2PyqoFZwAQUzWxAwBQ1Cl9ABF6RBcMEB9qLRx3aYVDFwd0ahcdKZCZmpucnZ5KnkctFSQdogYAFpShQyN9EHmGBH4XrEQsWQAjRyccBbZEIQgAIhvAVgcNB8fMzc7P0NHSVA+TQi0boNEDIiYGShkAJNMgfR4rLice49ICYwANLi0LtdLcCBra00gbq/v/AAMKHLipRQMWA5aUaFDvWAJz8YyISdBMxbstRkIoiAVMgyBCAA8oEEFC374WD/wRtFIihUlpLTKYgKDCGJcLFigoWAZpAVOEdwpUNvnwToJQKxUEeaDQ8FqKfkbc9cHQtMuCYX2CEnmgwQQCByoDZPGgtVDMYRx4DsmQ61yRBw50qoV0oaoQB4IAvNnXwUMWPABbjFDBAV2mIAAh+QQICQAAACwAAAAAMAAwAIVMSkykpqR8enzU1tRkYmS8vryUkpTs7uxUVlS0srSEhoTk4uRsbmzMysycnpz8+vxUUlSsrqyEgoTc3txsamzExsScmpz09vRcXly8uryMjozs6ux0dnTU0tRMTkysqqx8fnzc2txkZmTEwsSUlpT08vRcWly0trSMiozk5uR0cnTMzsykoqT8/vz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG/kCXcEgsGo/IpHJJnKhAG6Z0WiQBAB+qVlqAQDrHR+qyNbY0lNWxtUi1zAoIg1wepgAexbZ0BajrQi0KFBVlAh4UJYBDD3RbFxOKi5OUlZaXmJkDLANIFQwNmUUTEAAIC0coABaiRA1XHn9FGxEHrUMlHAAcjrdKLQdvvsPExcbHyMlED0MtJczIKQIEH28dJhHJBrCoKxgJyRoephMuztDH0hgRwsqM7vDx8pktF+juCyAEElG+IScpzIjow+EepgoePCAoR+QOHlP9RCnok4XIhVJXMPTC9AGPh0JFMiBQGOrWhQACTrRr2MHWvJdJHkiKt0IEBgUbl7RIAMJBUE4qJTD0YaGlQB9WgEL0ASDgSImf28apWKnlAIZxHogSaREAAwGVRUb0cTCpAwMEBjZ2GAcAAqqtJxQEMIjpxFJZyVKYGCfCpbsBGgwwBBQEACH5BAgJAAAALAAAAAAwADAAhUxKTKSmpHx6fNTW1GRiZLy+vOzu7JSSlFRWVLSytOTi5GxubISGhMzKzPz6/JyenFRSVKyurISChNze3GxqbMTGxPT29JyanFxeXLy6vOzq7HR2dExOTKyqrHx+fNza3GRmZMTCxPTy9JSWlFxaXLS2tOTm5HRydIyKjNTS1Pz+/KSipP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAb+QJZwSCwaj8ikckk0MA4WpnRa7HAAIapWOiCATEeVQbU9hkYapCh6fJA85DIRBCiVEQAAWD6sjAxlbnB8hEMOGg6FiouMjY6PhRohgEcfDBOQRBoIHBRsRQEACZlDKVcIaUYiDZ+ZFhIcF3GktLW2t7i5ulIqBQcRrbsrVwASibgWIxQlKnh5HJi4GXkICiQAV9C5BacaAdkMs7YODxsZLCpnCcG77e7v8JnH8AYHCxcitQYN+UYeeQBQ0BqAB0SqISqyAcDAjtEKgFmK0MmzQZyjEKc+GBlAgcMCjaTSjUiBxIKGhvFSqjQyYQOIFfOm+CkRc4uFEwDtUBlAbBQ/HwMQAB7Q0gEbAAaELGx4FpFIAQonGrAMyqFAJAYbIlhU4AwDJSIDVlSw6CiFUQgK3okAccUDylsGEpToxycIACH5BAgJAAAALAAAAAAwADAAhUxKTKSmpHx+fNTW1GRiZLy+vOzu7JSSlFRWVOTi5GxubMzKzLSytIyKjPz6/JyenFRSVISGhNze3GxqbMTGxPT29JyanFxeXOzq7HR2dNTS1Ly6vExOTKyqrISChNza3GRmZMTCxPTy9JSWlFxaXOTm5HRydMzOzLS2tIyOjPz+/KSipP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAb+QJZwSCwaj8ikcklUbQoqpnRaTAA4GKpWWkmNHEjw9vjpVMYbwmhsFHAWYwUHIGYLE4zztjCx2P9FFVGAhIWGWiolCyWDh1QbEAAQBY5GFQN1QxWRcxcilZoTAAKZLAYAqAAIJaBCGJ16QypyqBmlhw4BEyhHGBEgEVmtUiqCw8fIycrLyAMdFLfMBZwjjcm5ERosCqkIwsohqCAOGVcAJAbMFHMTDhQIVw/MLA4oBxJCEhsa1vP+/wADCvTnoIOADtEOJeonZMQcDiuOiTABwMSnIiBSKTi2IBWcIhHMNThWAgIHBAmMYBBwIRgyCQE+IFEhguHAmziPGEiRAYVOTSUfAiz4SSzklRNaMMB786dCRlQdtIRD5ceOigNXOMgsokGAB3xFDFzgAEFb0wAHPhIx8FTBLQwFwA4reQVdQAchOaQgmqwChQUJpwQBACH5BAgJAAAALAAAAAAwADAAhUxKTKSmpHx6fNTW1GRiZOzu7MTCxJSSlFRWVISGhOTi5GxubLS2tPz6/MzOzKSipFRSVKyurISChNze3GxqbPT29MzKzJyanFxeXIyOjOzq7HR2dExOTKyqrHx+fNza3GRmZPTy9MTGxJSWlFxaXIyKjOTm5HRydLy6vPz+/NTS1P///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAb+wJVwSCwaj8ikcklMqVQppjTZKESNIQQmNO0OUygIgGIyNiKRq3dqQgDeHrXUlBGti5Y3BwCqeDsAJ3dEbW8ACXJMGgcWg18GGAgbZY6VQiEmiZabnEshE1yddyoYHAQOokcpGporIHtjDalEDRIAB0die1uzQyGlFEclhgm9RCIJqEYVDxsPfsbR0tPU1dbXTCYoUNhFAyQAHB3YKQYXZcNvGNDVE3sbKxmwBOzUCmIeKxMEHAgM5A4iaBBSwEGmbggTKlzI8Fq5EQZapQplhAGsf9EqCABQQlYRW3skSBuwB4ECIw8MPZBWgACABfWEVLiw4ELMWQVvDvHYsKdOzyQVOmRotCaEBUqVUoY72SXFBgAQPlRyCguFFw16AliKUHJgERMXzhlxClXqVAMdJow9EU7AkRAimGbE8IYAT4QBOEAYtzDFhAkSpwQBADs=");background-position:center center;background-repeat:no-repeat}body>.container-fluid>.container-fluid-inner{min-height:100%;position:absolute;top:0;right:0;bottom:0;left:0;border-top-right-radius:8px;border-top-left-radius:8px}body>.container-fluid>.container-fluid-inner:before{content:' ';background:#f2f2f2;position:absolute;top:0;right:0;left:210px;bottom:0;border-top-right-radius:8px;border-top-left-radius:8px}@media (max-width: 991px){body>.container-fluid>.container-fluid-inner{background:#f2f2f2}}@media (min-width: 992px){body>.container-fluid>.container-fluid-inner{background:#252525}}@media all and (min-width: 1171px){body{background-color:#5d6c76}body>.container-fluid{min-height:calc(100% - 10px);margin-top:10px;left:50%;margin-left:-630px;box-shadow:0px 10px 15px 6px rgba(0,0,0,0.3);border-top-right-radius:8px;border-top-left-radius:8px}}body div.spinner{z-index:900 !important}body .vertical-center{position:absolute;top:50%;-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%)}body .mydatepicker .modal-body .btn,body .mydatepicker .modal-footer .btn{min-width:0px}body .counter b{height:35px;width:27px;font-size:29px;font-weight:normal;background:url(/images/counter_tile.png) 0 0 no-repeat;display:block;float:left;margin:0 1px;color:#fff;line-height:32px;text-shadow:0 -1px 0 black;position:relative;text-align:center;-webkit-background-size:100% auto;background-size:100% auto}body .counter b img{position:absolute;top:50%;left:0px;width:25px}
 body.lifepr #logo .logoimage{margin-top:10px !important;background-image:url("/images/reseller/lifepr.svg") !important;height:38px !important}body.lifepr #leftnav .content-view{padding-bottom:0px}body.lifepr #footerarea{display:none}
 body.pressebox #logo .logoimage{margin-top:7px !important;background-image:url("/images/reseller/pressebox.svg") !important;height:48px !important}body.pressebox #leftnav .content-view{padding-bottom:0px}body.pressebox #footerarea{display:none}
 body.trafficgenerator #logo .logoimage{margin-top:6px !important;background-image:url("/images/reseller/trafficgenerator.svg") !important;height:54px !important}body.trafficgenerator #leftnav .content-view{padding-bottom:0px}body.trafficgenerator #footerarea{display:none}
