diff --git a/frappe/public/css/animate.min.css b/frappe/public/css/animate.min.css
deleted file mode 100644
index 9c8b3359ea..0000000000
--- a/frappe/public/css/animate.min.css
+++ /dev/null
@@ -1,6 +0,0 @@
-@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}@-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);-ms-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);-ms-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);-ms-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);-ms-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;-ms-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);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);-ms-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);-ms-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);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);-ms-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(0.75,1.25,1);-ms-transform:scale3d(0.75,1.25,1);transform:scale3d(0.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);-ms-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);-ms-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);-ms-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);-ms-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);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);-ms-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);-ms-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);-ms-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);-ms-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);-ms-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);-ms-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0deg);-ms-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}.swing{-webkit-transform-origin:top center;-ms-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);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);-ms-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);-ms-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);-ms-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);-ms-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;-ms-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);-ms-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);-ms-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);-ms-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);-ms-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);-ms-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{-webkit-transform:none;-ms-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);-ms-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);-ms-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);-ms-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);-ms-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);-ms-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn;-webkit-animation-duration:.75s;animation-duration:.75s}@-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);-ms-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);-ms-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);-ms-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);-ms-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;-ms-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);-ms-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);-ms-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);-ms-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);-ms-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;-ms-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);-ms-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);-ms-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);-ms-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);-ms-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;-ms-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);-ms-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);-ms-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);-ms-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);-ms-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);-ms-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);-ms-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);-ms-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);-ms-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut;-webkit-animation-duration:.75s;animation-duration:.75s}@-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);-ms-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);-ms-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);-ms-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);-ms-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);-ms-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);-ms-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);-ms-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);-ms-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);-ms-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);-ms-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);-ms-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;-ms-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);-ms-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;-ms-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);-ms-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;-ms-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);-ms-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;-ms-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);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;-ms-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);-ms-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;-ms-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);-ms-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;-ms-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);-ms-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;-ms-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);-ms-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);-ms-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);-ms-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);-ms-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);-ms-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);-ms-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);-ms-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);-ms-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);-ms-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);-ms-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);-ms-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);-ms-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);-ms-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;-ms-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);-ms-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);-ms-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);-ms-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);-ms-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);-ms-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;-ms-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);-ms-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);-ms-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);-ms-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);-ms-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);-ms-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;-ms-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);-ms-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);-ms-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);-ms-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-animation-duration:.75s;animation-duration:.75s;-webkit-backface-visibility:visible!important;-ms-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);-ms-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);-ms-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);-ms-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY;-webkit-animation-duration:.75s;animation-duration:.75s}@-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);-ms-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);-ms-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);-ms-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;-ms-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);-ms-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;-ms-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);-ms-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:none;-ms-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;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);-ms-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;-ms-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;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);-ms-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;-ms-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;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);-ms-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;-ms-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;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);-ms-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;-ms-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;-ms-transform-origin:center;transform-origin:center;opacity:1}100%{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);-ms-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;-ms-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);-ms-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;-ms-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);-ms-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;-ms-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);-ms-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;-ms-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);-ms-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;-ms-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);-ms-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;-ms-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);-ms-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;-ms-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);-ms-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);-ms-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;-ms-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);-ms-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);-ms-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);-ms-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);-ms-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);-ms-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);-ms-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);-ms-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);-ms-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);-ms-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);-ms-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);-ms-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);-ms-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);-ms-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;-ms-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);-ms-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);-ms-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;-ms-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);-ms-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);-ms-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;-ms-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);-ms-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);-ms-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;-ms-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%);-ms-transform:translateY(-100%);transform:translateY(-100%);visibility:visible}100%{-webkit-transform:translateY(0);-ms-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%);-ms-transform:translateX(-100%);transform:translateX(-100%);visibility:visible}100%{-webkit-transform:translateX(0);-ms-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%);-ms-transform:translateX(100%);transform:translateX(100%);visibility:visible}100%{-webkit-transform:translateX(0);-ms-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%);-ms-transform:translateY(100%);transform:translateY(100%);visibility:visible}100%{-webkit-transform:translateY(0);-ms-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);-ms-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(100%);-ms-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);-ms-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(-100%);-ms-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);-ms-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(100%);-ms-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);-ms-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
diff --git a/frappe/public/css/avatar.css b/frappe/public/css/avatar.css
deleted file mode 100644
index cb80b32fda..0000000000
--- a/frappe/public/css/avatar.css
+++ /dev/null
@@ -1,91 +0,0 @@
-/* .avatar {
- display: inline-block;
- vertical-align: middle;
- width: 50px;
- height: 50px;
-}
-.avatar-frame {
- display: inline-block;
- width: 100%;
- height: 0;
- padding: 50% 0px;
- background-size: cover;
- background-repeat: no-repeat;
- background-position: center center;
- border-radius: 4px;
-}
-.avatar img {
- max-width: 100%;
- max-height: 100%;
- border-radius: 4px;
-}
-.avatar-empty {
- border: 1px dashed #d1d8dd;
- border-radius: 4px;
-}
-.avatar-small {
- margin-right: 5px;
- width: 24px;
- height: 24px;
-}
-.avatar-small .standard-image {
- font-size: 14px;
-}
-.avatar-small .avatar-frame {
- border-radius: 3px;
-}
-.avatar-medium {
- margin-right: 5px;
- width: 36px;
- height: 36px;
-}
-.avatar-medium .standard-image {
- font-size: 18px;
-}
-.avatar-large {
- margin-right: 10px;
- width: 72px;
- height: 72px;
-}
-.avatar-large .standard-image {
- font-size: 36px;
-}
-.avatar-xl {
- margin-right: 10px;
- width: 108px;
- height: 108px;
-}
-.avatar-xl .standard-image {
- font-size: 72px;
-}
-.avatar-xs {
- margin-right: 3px;
- margin-top: -2px;
- width: 17px;
- height: 17px;
- border: none;
- border-radius: 3px;
-}
-.avatar-xs .standard-image {
- font-size: 9px;
-}
-.avatar-text {
- display: inline;
- width: 100%;
- height: 0;
- padding-bottom: 100%;
-}
-.standard-image {
- width: 100%;
- height: 0;
- padding: 50% 0;
- display: inline-block;
- text-align: center;
- border-radius: 4px;
- font-size: 14px;
- line-height: 0px;
- color: #d1d8dd;
- border: 1px solid #d1d8dd;
- font-weight: normal;
- margin-top: -1px;
-} */
diff --git a/frappe/public/css/calendar.css b/frappe/public/css/calendar.css
deleted file mode 100644
index df530f7c30..0000000000
--- a/frappe/public/css/calendar.css
+++ /dev/null
@@ -1,121 +0,0 @@
-.fc-toolbar {
- padding: 15px;
- margin-bottom: 0px !important;
-}
-.fc-view-container {
- margin-left: -1px;
- margin-right: -1px;
-}
-th.fc-widget-header {
- background-color: #F7FAFC;
- color: #8C99A5;
-}
-.fc-unthemed th,
-.fc-unthemed td,
-.fc-unthemed hr,
-.fc-unthemed thead,
-.fc-unthemed tbody,
-.fc-unthemed .fc-row,
-.fc-unthemed .fc-popover {
- border-color: #d1d8dd !important;
-}
-.fc-unthemed .fc-today {
- background-color: #FFF !important;
-}
-.fc-unthemed .fc-today .fc-day-number {
- background-color: #5E64FF;
- min-width: 20px;
- border-radius: 50%;
- color: #fff;
- text-align: center;
-}
-.fc-highlight {
- background-color: #fffce7 !important;
-}
-.fc-event {
- border: 1px solid #E8DDFF;
- /* default BORDER color */
- background-color: #E8DDFF;
-}
-@media (max-width: 767px) {
- .fc-scroller {
- height: auto !important;
- }
-}
-.fc-day-top {
- padding: 12px 12px 0 0 !important;
-}
-th.fc-day-header {
- text-align: right !important;
- padding: 10px 12px 10px 0 !important;
- text-transform: uppercase;
- font-size: 12px;
-}
-.fc.fc-unthemed .fc-toolbar {
- padding: 15px;
-}
-.fc-event-container .fc-content {
- padding: 3px;
-}
-.fc-left h2 {
- font-size: 14px;
-}
-.fc button {
- height: auto !important;
- font-size: 12px !important;
- outline: none !important;
-}
-.fc button .fc-icon {
- top: -1px !important;
-}
-.fc-state-active {
- box-shadow: none !important;
- background: #cfdce5 !important;
-}
-.fc-day-grid-event {
- border: none !important;
- margin: 5px 4px 0 !important;
- padding: 1px 5px !important;
-}
-.fc-bg-orange {
- background-color: #FDD2C2 !important;
- color: #A64F33 !important;
-}
-.fc-bg-orange.fc-start {
- border-left: 3px solid #FDA688 !important;
-}
-.fc-bg-red {
- background-color: #FEC3C5 !important;
- color: #A63336 !important;
-}
-.fc-bg-red.fc-start {
- border-left: 3px solid #FD8B8B !important;
-}
-.fc-bg-skyblue {
- background-color: #D4F1FF !important;
- color: #548DA8 !important;
-}
-.fc-bg-skyblue.fc-start {
- border-left: 3px solid #AAE3FE !important;
-}
-.fc-bg-green {
- background-color: #EBF7CF !important;
- color: #7C9142 !important;
-}
-.fc-bg-green.fc-start {
- border-left: 3px solid #D9F29E !important;
-}
-.fc-bg-blue {
- background-color: #D1D3FC !important;
- color: #4C51A2 !important;
-}
-.fc-bg-blue.fc-start {
- border-left: 3px solid #A3A5FC !important;
-}
-.fc-bg-yellow {
- background-color: #FEF9CF !important;
- color: #A99E4C !important;
-}
-.fc-bg-yellow.fc-start {
- border-left: 3px solid #FFF5A0 !important;
-}
diff --git a/frappe/public/css/chat.css b/frappe/public/css/chat.css
deleted file mode 100644
index 2f9f4cc66b..0000000000
--- a/frappe/public/css/chat.css
+++ /dev/null
@@ -1,471 +0,0 @@
-/* the element that this class is applied to, should have a max width for this to work*/
-body {
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
-}
-a {
- cursor: pointer;
-}
-a,
-a:hover,
-a:active,
-a:focus,
-.btn,
-.btn:hover,
-.btn:active,
-.btn:focus {
- outline: 0;
-}
-img {
- max-width: 100%;
-}
-p {
- margin: 10px 0px;
-}
-.text-color {
- color: #36414C !important;
-}
-.text-muted {
- color: #8D99A6 !important;
-}
-.text-extra-muted {
- color: #d1d8dd !important;
-}
-a,
-.badge {
- -webkit-transition: 0.2s;
- -o-transition: 0.2s;
- transition: 0.2s;
-}
-.btn {
- -webkit-transition: background-color 0.2s;
- -o-transition: background-color 0.2s;
- transition: background-color 0.2s;
-}
-a.disabled,
-a.disabled:hover {
- color: #888;
- cursor: default;
- text-decoration: none;
-}
-a.grey,
-.sidebar-section a,
-.control-value a,
-.data-row a {
- text-decoration: none;
-}
-a.grey:hover,
-.sidebar-section a:hover,
-.control-value a:hover,
-.data-row a:hover,
-a.grey:focus,
-.sidebar-section a:focus,
-.control-value a:focus,
-.data-row a:focus {
- text-decoration: underline;
-}
-a.text-muted,
-a.text-extra-muted {
- text-decoration: none;
-}
-.underline {
- text-decoration: underline;
-}
-.inline-block {
- display: inline-block;
-}
-.bold,
-.strong {
- font-weight: bold;
-}
-kbd {
- color: inherit;
- background-color: #F0F4F7;
-}
-.btn [class^="fa fa-"],
-.nav [class^="fa fa-"],
-.btn [class*="fa fa-"],
-.nav [class*="fa fa-"] {
- display: inline-block;
-}
-.dropdown-menu > li > a {
- padding: 14px;
- white-space: normal;
-}
-.dropdown-menu {
- min-width: 200px;
- padding: 0px;
- font-size: 12px;
- max-height: 400px;
- overflow: auto;
- border-radius: 0px 0px 4px 4px;
-}
-.dropdown-menu .dropdown-header {
- padding: 3px 14px;
- font-size: 11px;
- font-weight: 200;
- padding-top: 12px;
-}
-.dropdown-menu .divider {
- margin: 0px;
-}
-a.badge-hover:hover .badge,
-a.badge-hover:focus .badge,
-a.badge-hover:active .badge {
- background-color: #D8DFE5;
-}
-.msgprint {
- word-wrap: break-word;
-}
-.msgprint pre {
- text-align: left;
-}
-.centered {
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- -webkit-transform: translate(-50%, -50%);
-}
-.border-top {
- border-top: 1px solid #d1d8dd;
-}
-.border-bottom {
- border-bottom: 1px solid #d1d8dd;
-}
-.border-left {
- border-left: 1px solid #d1d8dd;
-}
-.border-right {
- border-right: 1px solid #d1d8dd;
-}
-.border {
- border: 1px solid #d1d8dd;
-}
-.close-inline {
- font-size: 120%;
- font-weight: bold;
- line-height: 1;
- cursor: pointer;
- color: inherit;
- display: inline-block;
-}
-.close-inline:hover,
-.close-inline:focus {
- text-decoration: none;
-}
-.middle {
- vertical-align: middle;
-}
-.full-center-container {
- position: absolute;
- top: 0;
- bottom: 0;
- left: 0;
- right: 0;
-}
-.full-center {
- position: absolute;
- top: 50%;
- left: 50%;
- width: 100%;
- transform: translate(-50%, -50%);
- -webkit-transform: translate(-50%, -50%);
-}
-#freeze {
- z-index: 1020;
- bottom: 0px;
- opacity: 0;
- background-color: #fafbfc;
-}
-#freeze .freeze-message-container {
- position: absolute;
- top: 0;
- bottom: 0;
- left: 0;
- right: 0;
-}
-#freeze .freeze-message {
- position: absolute;
- top: 50%;
- left: 50%;
- width: 100%;
- transform: translate(-50%, -50%);
- -webkit-transform: translate(-50%, -50%);
- text-align: center;
- color: #36414C !important;
-}
-#freeze.dark {
- background-color: #334143;
-}
-#freeze.in {
- opacity: 0.5;
-}
-a.no-decoration {
- text-decoration: none;
- color: inherit;
-}
-a.no-decoration:hover,
-a.no-decoration:focus,
-a.no-decoration:active {
- text-decoration: none;
- color: inherit;
-}
-.padding {
- padding: 15px;
-}
-.margin {
- margin: 15px;
-}
-.margin-top {
- margin-top: 15px;
-}
-.margin-bottom {
- margin-bottom: 15px;
-}
-.margin-left {
- margin-left: 15px;
-}
-.margin-right {
- margin-right: 15px;
-}
-@media (max-width: 767px) {
- .text-center-xs {
- text-align: center;
- }
-}
-.grayscale {
- -webkit-filter: grayscale(100%);
- filter: grayscale(100%);
-}
-.uppercase {
- padding-bottom: 4px;
- text-transform: uppercase;
- font-size: 12px;
- letter-spacing: 0.4px;
- color: #8D99A6;
-}
-.ellipsis {
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- max-width: 100%;
- vertical-align: middle;
-}
-.font-bold {
- font-weight: 700;
-}
-.font-heavy {
- font-weight: 900;
-}
-.cursor-pointer {
- cursor: pointer;
-}
-.avatar {
- padding: 2px;
-}
-.navbar .frappe-chat-toggle {
- height: 40px;
- text-align: center;
-}
-.navbar .octicon {
- margin-top: 5px;
-}
-.frappe-chat > .frappe-chat-popper {
- position: fixed;
- bottom: 0px;
- right: 0px;
- margin: 15px;
- z-index: 1035;
-}
-.frappe-chat > .frappe-chat-popper > .frappe-chat-popper-collapse > .panel {
- position: relative;
- display: flex;
- flex-direction: column;
- width: 350px;
- height: 500px;
- box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
-}
-.frappe-chat > .frappe-chat-popper > .frappe-chat-popper-collapse > .panel .vcenter {
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
-}
-.frappe-chat > .frappe-chat-popper > .frappe-chat-popper-collapse > .panel .panel-heading .panel-title .media-heading {
- font-size: 12px;
- margin: 0px;
- padding: 0px;
-}
-.frappe-chat > .frappe-chat-popper > .frappe-chat-popper-collapse > .panel .panel-heading .panel-title .media-subtitle {
- font-size: 12px;
-}
-.frappe-chat > .frappe-chat-popper > .frappe-chat-popper-collapse > .panel .panel-heading .frappe-chat-action-bar form {
- width: 100%;
-}
-.frappe-chat > .frappe-chat-popper > .frappe-chat-popper-collapse > .panel .panel-heading .frappe-chat-action-bar .btn-action {
- margin-left: 5px !important;
-}
-.frappe-chat > .frappe-chat-popper > .frappe-chat-popper-collapse > .panel .frappe-chat-room-list {
- height: 100%;
- overflow-y: auto;
- padding: 0 1px 0 1px;
-}
-.frappe-chat > .frappe-chat-popper > .frappe-chat-popper-collapse > .panel .frappe-chat-room-list > li > a {
- border-radius: 0px !important;
-}
-.frappe-chat > .frappe-chat-popper > .frappe-chat-popper-collapse > .panel .frappe-chat-room-list .media .media-heading,
-.frappe-chat > .frappe-chat-popper > .frappe-chat-popper-collapse > .panel .frappe-chat-room-list .media .media-subtitle {
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- max-width: 100%;
- vertical-align: middle;
- max-width: 180px;
-}
-.frappe-chat > .frappe-chat-popper > .frappe-chat-popper-collapse > .panel.panel-bg {
- background-size: 350px 500px;
- background-image: url(/assets/frappe/images/chat/wallpaper-default.jpg);
-}
-.frappe-chat > .frappe-chat-popper > .frappe-chat-popper-collapse > .panel.panel-span {
- position: fixed;
- width: 100%;
- height: 100%;
- top: 0px;
- left: 0px;
- bottom: 0px;
- right: 0px;
- overflow: auto;
- border-radius: 0px;
-}
-.frappe-chat > .frappe-chat-popper > .frappe-chat-popper-collapse > .panel.panel-span .panel-heading {
- border-radius: 0px;
-}
-.frappe-chat .panel {
- margin-bottom: 0px !important;
-}
-.frappe-chat .panel .chat-form .form-control {
- font-size: 12px;
-}
-.frappe-chat .panel .chat-form .dropdown-menu {
- border-radius: 4px;
-}
-.frappe-chat .panel .chat-form .hint-list.list-group {
- margin: 0px;
- max-height: 150px;
- overflow-y: auto;
-}
-.frappe-chat .panel .chat-form .hint-list.list-group .hint-list-item.list-group-item:first-child,
-.frappe-chat .panel .chat-form .hint-list.list-group .hint-list-item.list-group-item:last-child {
- border-radius: 0px !important;
-}
-.frappe-chat .panel .chat-form .hint-list.list-group .hint-list-item.list-group-item:first-child a,
-.frappe-chat .panel .chat-form .hint-list.list-group .hint-list-item.list-group-item:last-child a {
- text-decoration: none;
-}
-.frappe-chat-popper-collapse > .panel > .panel-heading {
- padding: 5px 10px;
-}
-.frappe-chat-popper-collapse > .panel > .panel-heading .btn-back {
- margin-right: 5px;
-}
-.frappe-chat-popper-collapse > .panel > .panel-heading .avatar {
- width: 32px;
- height: 32px;
-}
-.chat-room-footer .chat-form {
- border-top: 1px solid #D1D8DD;
-}
-.chat-room-footer .chat-form .input-group-btn .btn {
- background: white;
- border-radius: 0px;
-}
-.chat-room-footer .chat-form .form-control {
- line-height: 27px;
- border: none;
- box-shadow: none;
- resize: none;
- padding-left: 0px;
- padding-right: 0px;
- overflow: hidden;
-}
-.chat-room-footer .chat-form .fa {
- font-size: 14px;
- transition: color 0.5s;
-}
-.chat-list {
- height: 100%;
- overflow-y: scroll;
-}
-.chat-list .chat-list-item {
- cursor: pointer;
- border: none !important;
- padding: 5px 10px;
- background: transparent;
-}
-.chat-list .chat-list-item .avatar {
- vertical-align: top;
-}
-.chat-list .chat-list-item .avatar .standard-image {
- background-color: white;
-}
-.chat-list .chat-list-item .chat-bubble {
- min-width: 20%;
- max-width: 75%;
- display: inline-block;
- padding: 5px 10px;
- border-radius: 5px;
- -webkit-box-shadow: 0px 0.1px 0.5px 0px rgba(0, 0, 0, 0.5);
- -moz-box-shadow: 0px 0.1px 0.5px 0px rgba(0, 0, 0, 0.5);
- box-shadow: 0px 0.1px 0.5px 0px rgba(0, 0, 0, 0.5);
-}
-.chat-list .chat-list-item .chat-bubble.chat-bubble-l {
- background-color: white;
-}
-.chat-list .chat-list-item .chat-bubble.chat-bubble-l.chat-groupable {
- margin-left: 40px;
-}
-.chat-list .chat-list-item .chat-bubble.chat-bubble-l .chat-bubble-meta > .chat-bubble-creation,
-.chat-list .chat-list-item .chat-bubble.chat-bubble-l .chat-bubble-meta > .chat-bubble-check i {
- color: #577287 !important;
-}
-.chat-list .chat-list-item .chat-bubble.chat-bubble-r {
- text-align: right;
- background-color: #EBF7CF;
-}
-.chat-list .chat-list-item .chat-bubble.chat-bubble-r .chat-bubble-meta > .chat-bubble-creation,
-.chat-list .chat-list-item .chat-bubble.chat-bubble-r .chat-bubble-meta > .chat-bubble-check i {
- color: #80ab1c !important;
-}
-.chat-list .chat-list-item .chat-bubble .chat-bubble-author {
- font-size: 12px;
-}
-.chat-list .chat-list-item .chat-bubble .chat-bubble-author a {
- font-weight: 700;
- text-decoration: none !important;
-}
-.chat-list .chat-list-item .chat-bubble .chat-bubble-content {
- margin-bottom: 5px;
- word-wrap: break-word;
-}
-.chat-list .chat-list-item .chat-bubble .chat-bubble-meta {
- font-size: 10px;
-}
-.chat-list .chat-list-item .chat-bubble .chat-bubble-meta > .chat-bubble-check {
- margin-left: 5px;
-}
-.chat-list .chat-list-item .chat-bubble .chat-bubble-meta > .chat-bubble-check i {
- font-size: 12px;
-}
-.chat-list-notification {
- text-align: center;
-}
-.chat-list-notification-content {
- color: white;
- background-color: #8D99A6;
- display: inline-block;
- /* padding: 5px; */
- border-radius: 20px;
- opacity: 0.5;
- font-size: 10px;
- padding: 5px;
-}
diff --git a/frappe/public/css/desk.css b/frappe/public/css/desk.css
deleted file mode 100644
index 6ddf93df6a..0000000000
--- a/frappe/public/css/desk.css
+++ /dev/null
@@ -1,1163 +0,0 @@
-/* the element that this class is applied to, should have a max width for this to work*/
-body {
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
-}
-a {
- cursor: pointer;
-}
-a,
-a:hover,
-a:active,
-a:focus,
-.btn,
-.btn:hover,
-.btn:active,
-.btn:focus {
- outline: 0;
-}
-img {
- max-width: 100%;
-}
-p {
- margin: 10px 0px;
-}
-.text-color {
- color: #36414C !important;
-}
-.text-muted {
- color: #8D99A6 !important;
-}
-.text-extra-muted {
- color: #d1d8dd !important;
-}
-a,
-.badge {
- -webkit-transition: 0.2s;
- -o-transition: 0.2s;
- transition: 0.2s;
-}
-.btn {
- -webkit-transition: background-color 0.2s;
- -o-transition: background-color 0.2s;
- transition: background-color 0.2s;
-}
-a.disabled,
-a.disabled:hover {
- color: #888;
- cursor: default;
- text-decoration: none;
-}
-a.grey,
-.sidebar-section a,
-.control-value a,
-.data-row a {
- text-decoration: none;
-}
-a.grey:hover,
-.sidebar-section a:hover,
-.control-value a:hover,
-.data-row a:hover,
-a.grey:focus,
-.sidebar-section a:focus,
-.control-value a:focus,
-.data-row a:focus {
- text-decoration: underline;
-}
-a.text-muted,
-a.text-extra-muted {
- text-decoration: none;
-}
-.underline {
- text-decoration: underline;
-}
-.inline-block {
- display: inline-block;
-}
-.bold,
-.strong {
- font-weight: bold;
-}
-kbd {
- color: inherit;
- background-color: #F0F4F7;
-}
-.btn [class^="fa fa-"],
-.nav [class^="fa fa-"],
-.btn [class*="fa fa-"],
-.nav [class*="fa fa-"] {
- display: inline-block;
-}
-.dropdown-menu > li > a {
- padding: 14px;
- white-space: normal;
-}
-.dropdown-menu {
- min-width: 200px;
- padding: 0px;
- font-size: 12px;
- max-height: 400px;
- overflow: auto;
- border-radius: 0px 0px 4px 4px;
-}
-.dropdown-menu .dropdown-header {
- padding: 3px 14px;
- font-size: 11px;
- font-weight: 200;
- padding-top: 12px;
-}
-.dropdown-menu .divider {
- margin: 0px;
-}
-a.badge-hover:hover .badge,
-a.badge-hover:focus .badge,
-a.badge-hover:active .badge {
- background-color: #D8DFE5;
-}
-.msgprint {
- word-wrap: break-word;
-}
-.msgprint pre {
- text-align: left;
-}
-.centered {
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- -webkit-transform: translate(-50%, -50%);
-}
-.border-top {
- border-top: 1px solid #d1d8dd;
-}
-.border-bottom {
- border-bottom: 1px solid #d1d8dd;
-}
-.border-left {
- border-left: 1px solid #d1d8dd;
-}
-.border-right {
- border-right: 1px solid #d1d8dd;
-}
-.border {
- border: 1px solid #d1d8dd;
-}
-.close-inline {
- font-size: 120%;
- font-weight: bold;
- line-height: 1;
- cursor: pointer;
- color: inherit;
- display: inline-block;
-}
-.close-inline:hover,
-.close-inline:focus {
- text-decoration: none;
-}
-.middle {
- vertical-align: middle;
-}
-.full-center-container {
- position: absolute;
- top: 0;
- bottom: 0;
- left: 0;
- right: 0;
-}
-.full-center {
- position: absolute;
- top: 50%;
- left: 50%;
- width: 100%;
- transform: translate(-50%, -50%);
- -webkit-transform: translate(-50%, -50%);
-}
-#freeze {
- z-index: 1020;
- bottom: 0px;
- opacity: 0;
- background-color: #fafbfc;
-}
-#freeze .freeze-message-container {
- position: absolute;
- top: 0;
- bottom: 0;
- left: 0;
- right: 0;
-}
-#freeze .freeze-message {
- position: absolute;
- top: 50%;
- left: 50%;
- width: 100%;
- transform: translate(-50%, -50%);
- -webkit-transform: translate(-50%, -50%);
- text-align: center;
- color: #36414C !important;
-}
-#freeze.dark {
- background-color: #334143;
-}
-#freeze.in {
- opacity: 0.5;
-}
-a.no-decoration {
- text-decoration: none;
- color: inherit;
-}
-a.no-decoration:hover,
-a.no-decoration:focus,
-a.no-decoration:active {
- text-decoration: none;
- color: inherit;
-}
-.padding {
- padding: 15px;
-}
-.margin {
- margin: 15px;
-}
-.margin-top {
- margin-top: 15px;
-}
-.margin-bottom {
- margin-bottom: 15px;
-}
-.margin-left {
- margin-left: 15px;
-}
-.margin-right {
- margin-right: 15px;
-}
-@media (max-width: 767px) {
- .text-center-xs {
- text-align: center;
- }
-}
-.grayscale {
- -webkit-filter: grayscale(100%);
- filter: grayscale(100%);
-}
-.uppercase {
- padding-bottom: 4px;
- text-transform: uppercase;
- font-size: 12px;
- letter-spacing: 0.4px;
- color: #8D99A6;
-}
-.ellipsis {
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- max-width: 100%;
- vertical-align: middle;
-}
-.nav-pills a,
-.nav-pills a:hover {
- border-bottom: none;
-}
-a.form-link {
- color: inherit;
- font-weight: bold;
- font-size: 102%;
-}
-a[disabled="disabled"] {
- color: #8D99A6;
- text-decoration: none;
- cursor: default;
-}
-a[disabled="disabled"]:hover {
- text-decoration: none;
-}
-.link-btn {
- position: absolute;
- top: 3px;
- right: 4px;
- border-radius: 2px;
- padding: 3px;
- display: none;
- z-index: 3;
-}
-.link-primary {
- color: #5E64FF;
-}
-.link-primary:hover,
-.link-primary:focus {
- color: #5E64FF;
-}
-.scroll-to-top {
- background-color: #fafbfc;
- padding: 7px;
- border-radius: 3px;
-}
-.alert-badge {
- margin: 4px 0px;
-}
-.alert-badge .badge {
- margin-top: 3px;
-}
-/* alert */
-#alert-container {
- position: fixed;
- bottom: 0px;
- right: 20px;
- z-index: 1050;
-}
-#alert-container .desk-alert {
- -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
- -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
- box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
- padding: 10px 40px 10px 20px;
- max-width: 400px;
- min-width: 200px;
- max-height: 200px;
- background-color: #fffce7;
- border: 1px solid #d1d8dd;
- overflow-y: auto;
- position: relative;
-}
-#alert-container .desk-alert .close {
- color: inherit;
- line-height: inherit;
- opacity: 1;
- font-size: inherit;
- float: none;
- margin-left: 15px;
- margin-right: 15px;
- position: absolute;
- right: 0px;
-}
-.missing-image {
- background-color: #fafbfc;
- display: table-cell;
- vertical-align: middle;
- text-align: center;
- width: 140px;
- height: 140px;
-}
-.missing-image .octicon {
- font-size: 32px;
- color: #d1d8dd;
-}
-.missing-image.small {
- width: 20px;
- height: 20px;
-}
-.missing-image.small .octicon {
- font-size: 16px;
-}
-.frappe-editor {
- cursor: text;
-}
-.frappe-editor img {
- max-width: 100%;
-}
-textarea.form-control {
- height: 120px;
-}
-.form-control[disabled],
-.form-control[readonly],
-fieldset[disabled] .form-control {
- background-color: #fafbfc;
-}
-.link-select-row {
- padding: 5px;
- border-bottom: 1px solid #EBEFF2;
-}
-.datepicker {
- font-family: inherit;
- z-index: 9999 !important;
-}
-.datepicker--time-current-hours,
-.datepicker--time-current-minutes,
-.datepicker--time-current-seconds {
- font-family: inherit;
-}
-.datepicker--day-name {
- color: #36414C;
-}
-.datepicker--cell.-current- {
- color: #5E64FF;
-}
-.datepicker--cell.-current-.-in-range- {
- color: #5E64FF;
-}
-.datepicker--cell.-range-from-,
-.datepicker--cell.-range-to- {
- border: 1px solid rgba(94, 100, 255, 0.3);
- background: rgba(94, 100, 255, 0.1);
-}
-.datepicker--cell.-selected-,
-.datepicker--cell.-current-.-selected- {
- background: #5E64FF;
-}
-.datepicker--cell.-in-range- {
- background: rgba(94, 100, 255, 0.05);
-}
-.datepicker--cell.-in-range-.-focus- {
- background: rgba(94, 100, 255, 0.1);
-}
-.datepicker--cell.-selected-.-focus- {
- background: rgba(94, 100, 255, 0.9);
-}
-.datepicker--button {
- color: #5E64FF;
-}
-.hidden-xs-inline,
-.hidden-xs-inline-block {
- display: none;
-}
-.awesomplete {
- width: 100%;
-}
-.awesomplete > ul {
- z-index: 1041 !important;
- transition: none;
- background-color: #fff;
- max-height: 200px;
- overflow-y: auto;
- overflow-x: hidden;
- border-radius: 0px 0px 4px 4px;
- box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
- border-color: #d1d8dd;
-}
-.awesomplete > ul:before {
- display: none;
-}
-.awesomplete > ul li[aria-selected="true"] mark,
-.awesomplete > ul mark {
- padding: 0px;
- background-color: inherit;
-}
-.awesomplete > ul > li {
- font-size: 12px;
- padding: 9px 11.8px;
-}
-.awesomplete > ul > li .link-option {
- font-weight: normal;
-}
-.awesomplete > ul > li:hover,
-.awesomplete > ul > li[aria-selected=true] {
- background-color: #F0F4F7;
- color: #36414C;
- text-shadow: none;
-}
-.awesomplete > ul a:hover {
- text-decoration: none;
-}
-.awesomplete > ul p {
- margin: 3px 0;
-}
-@media (max-width: 991px) {
- .awesomplete > ul {
- top: 26px;
- }
-}
-.barcode-wrapper {
- text-align: center;
-}
-@media (min-width: 768px) {
- .video-modal .modal-dialog {
- width: 700px;
- }
-}
-@media (min-width: 768px) {
- .hidden-xs-inline {
- display: inline;
- }
- .hidden-xs-inline-block {
- display: inline-block;
- }
- .listview-main-section {
- border-right: 1px solid #d1d8dd;
- }
-}
-.panel-bg {
- background-color: #F7FAFC;
-}
-.light-bg {
- background-color: #fafbfc;
-}
-.modal-backdrop {
- opacity: 0.5;
- position: fixed;
-}
-.modal-header {
- padding: 10px 15px;
-}
-.modal-title {
- margin-top: 5px;
-}
-.btn-primary.disabled {
- background-color: #b1bdca;
- color: #fff;
- border-color: #b1bdca;
-}
-.form-control {
- position: relative;
-}
-.form-control input {
- padding: 6px 10px 8px;
-}
-.input-area {
- position: relative;
-}
-.link-field.ui-front {
- z-index: inherit;
-}
-.modal .hasDatepicker {
- z-index: 1140;
-}
-.link-field.ui-front {
- z-index: inherit;
-}
-.form-group {
- margin-bottom: 7px;
-}
-.print-preview {
- padding: 0px;
- max-width: 8.3in;
- margin: auto;
- min-height: 11.69in;
-}
-.open-notification {
- position: relative;
- left: 2px;
- display: inline-block;
- background: #ff5858;
- font-size: 12px;
- line-height: 20px;
- padding: 0 8px;
- color: #fff;
- border-radius: 10px;
- cursor: pointer;
- margin-right: 10px;
-}
-a.progress-small .progress-chart {
- width: 40px;
- margin-top: 4px;
- float: right;
-}
-a.progress-small .progress {
- margin-bottom: 0;
-}
-a.progress-small .progress-bar {
- transition: unset;
- background-color: #98d85b;
-}
-li.user-progress .progress-chart {
- width: 50px;
- margin-top: 8px;
-}
-li.user-progress .progress {
- margin-bottom: 0;
- background-color: #fff;
- border: 1px solid #e5e7e9;
-}
-li.user-progress .progress-bar {
- transition: unset;
- background-color: #98d85b;
-}
-/* on small screens, show only icons on top */
-@media (max-width: 767px) {
- .module-view-layout .nav-stacked > li {
- float: left;
- margin-bottom: 5px;
- }
- .nav-stacked > li + li {
- margin-top: 0px;
- margin-left: 2px;
- }
- li.user-progress .progress-chart {
- width: 25px;
- }
- li.user-progress {
- display: none;
- }
-}
-.msg-box {
- padding: 30px 15px;
- text-align: center;
- color: #8D99A6;
-}
-.no-border {
- border: none !important;
-}
-.message-row {
- padding: 10px 15px;
-}
-.message-row .indicator {
- margin-left: -5px;
- margin-right: -20px;
-}
-.message-box .indicator {
- margin-right: 15px;
- margin-top: 7px;
-}
-.message-box .timeline-head {
- padding: 30px;
- border: 0px;
- border-bottom: 1px solid #d1d8dd;
-}
-.page-only-label {
- margin-top: 5px;
- text-align: center;
-}
-.intro-area {
- padding: 15px 30px;
-}
-.file-upload .input-group-addon {
- color: #8D99A6;
- font-size: 12px;
-}
-.file-upload .file-upload-or {
- font-size: 12px;
- margin: 0px 7px;
-}
-.file-upload .uploaded-filename,
-.file-upload .web-link-wrapper,
-.file-upload .input-upload,
-.file-upload .input-link {
- display: inline-block;
- vertical-align: middle;
-}
-.file-upload .input-upload {
- vertical-align: top;
-}
-.file-upload .uploaded-filename {
- border: 1px solid #d1d8dd;
- border-radius: 3px;
-}
-.file-upload .uploaded-filename .btn-group {
- margin-right: 5px;
- margin-bottom: 5px;
-}
-.file-upload .uploaded-filename-display {
- max-width: 150px;
-}
-.file-upload .file-public-column {
- flex: 0 0 36px;
- order: -1;
- justify-content: flex-end;
-}
-.file-upload .file-public-column input[type="checkbox"] {
- margin-right: 0;
-}
-.frappe-rtl input,
-.frappe-rtl textarea {
- direction: rtl;
-}
-.frappe-rtl .checkbox .disp-area {
- margin-right: -20px;
- margin-left: 0px;
-}
-.text-editor {
- height: 400px;
- background-color: white;
- border-collapse: separate;
- border: 1px solid #cccccc;
- padding: 4px;
- box-sizing: content-box;
- -webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
- box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
- border-radius: 3px;
- overflow: scroll;
- outline: none;
-}
-.markdown-text-editor {
- height: 451px;
- font-family: Monaco, "Courier New", monospace;
-}
-.breadcrumb {
- font-size: 12px;
- background-color: #fff;
-}
-.breadcrumb.for-file-list {
- margin-bottom: 0px;
- padding: 18px 15px;
- border-bottom: 1px solid #d1d8dd;
- border-radius: 0px;
-}
-.liked-by-popover {
- min-width: 200px;
- margin-top: -10px;
- margin-bottom: -10px;
-}
-.liked-by-popover li {
- margin: 15px 0px;
-}
-.screenshot {
- border: 1px solid #d1d8dd;
- box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.15);
- margin: 8px 0px;
- max-width: 100%;
-}
-.help-modal a {
- color: #5E64FF;
-}
-.help-modal .modal-dialog {
- width: 768px;
-}
-.help-modal .modal-body {
- padding: 15px 27px;
-}
-.help-modal .parent-link:before {
- font-family: 'Octicons';
- content: '\f0a4';
-}
-.help-modal .edit-container {
- padding-bottom: 12px;
-}
-@media (max-width: 767px) {
- .help-modal .modal-dialog {
- width: auto;
- }
- .help-modal .modal-content {
- height: auto !important;
- }
- .help-modal iframe {
- height: auto;
- width: 100%;
- }
-}
-.search-result {
- margin-bottom: 24px;
-}
-.note-editor {
- margin-top: 5px;
-}
-.note-editor.note-frame {
- border-color: #d1d8dd;
-}
-.note-editor .btn {
- outline: none !important;
-}
-.note-editor .dropdown-style > li > a > * {
- margin: 0;
-}
-.note-editor .fa.fa-check {
- color: #36414C !important;
-}
-.note-editor .dropdown-menu {
- z-index: 100;
- max-height: 300px;
- overflow: auto;
-}
-.note-editor .note-image-input {
- height: auto;
-}
-.modal .note-editor .note-btn-italic,
-.modal .note-editor .note-btn-underline,
-.modal .note-editor [data-original-title="Font Size"],
-.modal .note-editor [data-original-title="Video"],
-.modal .note-editor [data-original-title="Table"] {
- display: none;
-}
-.note-hint-popover {
- border-radius: 3px;
- border-color: #d1d8dd;
- padding: 0;
-}
-.note-hint-popover .popover-content {
- padding: 0;
-}
-.note-hint-popover .note-hint-item {
- color: #36414C !important;
- padding: 5px 8.8px !important;
-}
-.note-hint-popover .note-hint-item.active {
- background-color: #F0F4F7 !important;
-}
-.search-dialog .modal-dialog {
- width: 768px;
-}
-.search-dialog .search-header {
- display: flex;
- align-items: center;
- padding: 5px;
-}
-.search-dialog .modal-body {
- padding: 0px 15px;
-}
-.search-dialog .empty-state {
- color: #d4d9dd;
- height: 500px;
- display: flex;
- justify-content: center;
- align-items: center;
- text-align: center;
-}
-.search-dialog .empty-state .status-icon {
- font-size: 40px;
- position: relative;
- margin-bottom: 10px;
-}
-.search-dialog .empty-state p {
- font-size: 15px;
- display: block;
-}
-.search-dialog .empty-state .cover {
- color: white;
- font-size: 6px;
- position: absolute;
-}
-@keyframes twinkle {
- 0% {
- opacity: 1;
- }
- 50% {
- opacity: 0;
- }
- 100% {
- opacity: 1;
- }
-}
-@-o-keyframes twinkle {
- 0% {
- opacity: 1;
- }
- 50% {
- opacity: 0;
- }
- 100% {
- opacity: 1;
- }
-}
-@-moz-keyframes twinkle {
- 0% {
- opacity: 1;
- }
- 50% {
- opacity: 0;
- }
- 100% {
- opacity: 1;
- }
-}
-@-webkit-keyframes twinkle {
- 0% {
- opacity: 1;
- }
- 50% {
- opacity: 0;
- }
- 100% {
- opacity: 1;
- }
-}
-.search-dialog .twinkle-one {
- -webkit-animation: twinkle 1.5s ease infinite;
- -moz-animation: twinkle 1.5s ease infinite;
- -o-animation: twinkle 1.5s ease infinite;
- animation: twinkle 1.5s ease infinite;
-}
-.search-dialog .twinkle-two {
- -webkit-animation: twinkle 1.5s ease infinite 0.5s;
- -moz-animation: twinkle 1.5s ease infinite 0.5s;
- -o-animation: twinkle 1.5s ease infinite 0.5s;
- animation: twinkle 1.5s ease infinite 0.5s;
-}
-.search-dialog .twinkle-three {
- -webkit-animation: twinkle 1.5s ease infinite 1s;
- -moz-animation: twinkle 1.5s ease infinite 1s;
- -o-animation: twinkle 1.5s ease infinite 1s;
- animation: twinkle 1.5s ease infinite 1s;
-}
-.search-dialog input.form-control {
- border: none;
- border-left-style: none;
-}
-.search-dialog input.form-control:focus {
- outline: none;
- box-shadow: none;
-}
-.search-dialog .layout-side-section,
-.search-dialog .layout-main-section {
- height: 500px;
- padding: 0px;
- overflow-y: auto;
-}
-.search-dialog .layout-side-section .module-sidebar-nav {
- margin-top: 0px;
-}
-.search-dialog .layout-side-section .help-link {
- padding-top: 20px;
- text-transform: uppercase;
-}
-.search-dialog .layout-side-section .nav li a {
- display: flex;
- align-items: center;
- justify-content: space-between;
- padding-left: 20px;
- background-color: #ffffff;
-}
-.search-dialog .layout-side-section .nav li a i {
- visibility: hidden;
-}
-.search-dialog .layout-side-section .nav .active i {
- visibility: visible;
-}
-.search-dialog .layout-side-section .nav .select a,
-.search-dialog .layout-side-section .nav a:hover {
- background-color: #f7fafc;
-}
-.search-dialog .results-area .single-link a {
- color: #36414c;
-}
-.search-dialog .module-section .back-link {
- margin-bottom: 20px;
- margin-top: -10px;
-}
-.search-dialog .module-section .all-results-link:before {
- font-family: 'Octicons';
- content: '\f0a4';
-}
-.search-dialog .module-section .result {
- margin-bottom: 5px;
-}
-.search-dialog .full-list .result {
- margin-top: 15px;
-}
-.search-dialog .full-list .result .result-subtype {
- float: right;
- margin-left: 10px;
-}
-.search-dialog .full-list .result-with-subtype {
- border-bottom: 1px solid #d1d8dd;
- margin-top: 10px;
-}
-.search-dialog .full-list .section-head {
- margin-bottom: 25px;
-}
-.search-dialog .dual-section .result-subtype {
- display: none;
-}
-.search-dialog .result-status {
- margin-top: 30px;
- text-align: center;
-}
-.search-dialog .more-results {
- display: none;
-}
-.search-dialog .result p {
- margin-top: 5px;
- margin-bottom: 5px;
-}
-.search-dialog .result .result-image {
- display: inline-block;
- margin-right: 10px;
- height: 60px;
- width: 60px;
- background-color: #fafbfc;
-}
-.search-dialog .result .result-image .flex-text {
- display: flex;
- height: 60px;
- align-items: center;
- justify-content: center;
-}
-.search-dialog .result .result-image span {
- font-size: 30px;
- color: #d1d8dd;
-}
-@media (max-width: 767px) {
- .search-dialog .modal-dialog {
- width: auto;
- }
- .search-dialog .modal-content {
- height: auto !important;
- }
-}
-@media (max-width: 991px) {
- .search-dialog .module-body {
- margin: 0px;
- border-top: none;
- }
-}
-@media (min-width: 600px) {
- .search-dialog .results-area .back-link {
- display: none;
- }
-}
-.note-editor.note-frame .note-editing-area .note-editable {
- color: #36414C;
-}
-
-.input-area input[type=checkbox] {
- margin-left: -20px;
-}
-
-.checkbox label {
- padding-left: 0px;
-}
-.checkbox input[type=checkbox] {
- margin-right: 5px;
- margin-left: 0px;
- position: relative;
- height: 12px;
-}
-
-input[type="checkbox"] {
- position: relative;
- left: -999999px;
-}
-input[type="checkbox"]:before {
- position: absolute;
- font-family: 'FontAwesome';
- content: '\f096';
- visibility: visible;
- font-style: normal;
- font-weight: normal;
- font-variant: normal;
- text-transform: none;
- line-height: 14px;
- display: inline-block;
- font-size: 14px;
- color: #d1d8dd;
- -webkit-transition: 150ms color;
- -o-transition: 150ms color;
- transition: 150ms color;
- left: 999999px;
-}
-input[type="checkbox"]:focus:before {
- color: #8D99A6;
-}
-input[type="checkbox"]:checked:before {
- content: '\f14a';
- font-size: 13px;
- color: #3b99fc;
-}
-input[type="checkbox"]:focus {
- outline: none;
-}
-.multiselect-empty-state {
- min-height: 300px;
- display: flex;
- align-items: center;
- justify-content: center;
- height: 100%;
-}
-@-moz-document url-prefix() {
- input[type="checkbox"] {
- visibility: visible;
- left: 0;
- }
-}
-@supports (-moz-appearance: none) {
- input[type="checkbox"] {
- visibility: visible;
- left: 0;
- }
-}
-@supports (-ms-ime-align:auto) {
- input[type="checkbox"] {
- visibility: visible;
- left: 0;
- }
-}
-.color-picker {
- position: relative;
- z-index: 999;
-}
-.color-picker .color-picker-pallete {
- border-radius: 4px;
- box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
- background: #fff;
- border: 1px solid #d1d8dd;
- width: 290px;
- height: 106px;
- padding-top: 10px;
- padding-left: 5px;
- position: absolute;
- top: 0;
- left: 0;
-}
-.color-picker .color-picker-pallete:after,
-.color-picker .color-picker-pallete:before {
- border: solid transparent;
- content: " ";
- height: 0;
- width: 0;
- pointer-events: none;
- position: absolute;
- bottom: 100%;
- left: 30px;
-}
-.color-picker .color-picker-pallete:after {
- border-color: rgba(255, 255, 255, 0);
- border-bottom-color: #fff;
- border-width: 8px;
- margin-left: -8px;
-}
-.color-picker .color-picker-pallete:before {
- border-color: rgba(221, 221, 221, 0);
- border-bottom-color: #d1d8dd;
- border-width: 9px;
- margin-left: -9px;
-}
-.color-picker .color-box {
- cursor: pointer;
- display: inline-block;
- width: 20px;
- height: 20px;
- margin: -2px 0 0 3px;
- border: 1px solid rgba(0, 0, 0, 0.25);
-}
-.slides-wrapper:focus {
- outline: none;
-}
-.slides-wrapper .fa-circle {
- font-size: 10px;
- margin: 0px 2px;
-}
-.slides-wrapper .fa-circle.active {
- color: #5e64ff;
-}
-.slides-wrapper .fa-circle.link {
- cursor: pointer;
-}
-.slides-wrapper .slide-wrapper:focus {
- outline: none;
-}
-.slides-wrapper .form {
- margin-top: 30px;
-}
-.slides-wrapper .form .form-layout {
- margin-top: 0px;
- margin-bottom: 0px;
-}
-.slides-wrapper .form .form-section {
- padding: 0px 7px;
- border: none;
-}
-.slides-wrapper .add-more {
- margin-bottom: 30px;
-}
-.slides-wrapper .lead {
- margin-top: 20px;
-}
-.slides-wrapper .success-state {
- margin-bottom: 20px;
-}
-.slides-wrapper .next-steps-links .title {
- text-transform: uppercase;
- color: #8D99A6;
- font-size: 11px;
-}
-.slides-wrapper .btn-primary {
- font-weight: bold;
-}
-.slides-wrapper .footer {
- margin-top: 15px;
- padding: 0px 7px;
-}
-.slides-wrapper .footer .btn:not(:last-child) {
- margin-right: 3px;
-}
-.slides-wrapper .footer a.make-btn.disabled {
- background-color: #b1bdca;
- color: #fff;
- border-color: #b1bdca;
-}
-.onboarding-dialog .slides-progress {
- margin-top: 15px;
-}
diff --git a/frappe/public/css/desktop.css b/frappe/public/css/desktop.css
deleted file mode 100644
index 4d91482772..0000000000
--- a/frappe/public/css/desktop.css
+++ /dev/null
@@ -1,292 +0,0 @@
-body[data-route=""] .navbar-default,
-body[data-route="desktop"] .navbar-default {
- background-color: rgba(255, 255, 255, 0.9);
- border-color: rgba(54, 65, 76, 0.1);
-}
-#page-desktop {
- min-width: 100%;
- margin-top: 0px;
- border: 0px;
- position: absolute;
- top: 0;
- bottom: 0;
- overflow: auto;
-}
-.case-wrapper {
- position: relative;
- margin: 0px;
- float: left;
- width: 138px;
- height: 140px;
-}
-.case-label {
- font-size: 12px;
- font-weight: bold;
- letter-spacing: 0.4px;
- color: #fff;
- text-align: center;
- margin-top: 10px;
- transition: 0.2s;
- -webkit-transition: 0.2s;
- text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5), 0px 1px 5px rgba(0, 0, 0, 0.5);
-}
-.app-icon {
- padding: 20px;
- display: inline-block;
- margin: auto;
- text-align: center;
- border-radius: 16px;
- cursor: pointer;
- box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
-}
-.app-icon .inner,
-.app-icon i {
- font-size: 32px;
- min-width: 32px;
- color: #fafbfc;
- display: inline-block;
- transition: 0.2s;
- -webkit-transition: 0.2s;
- text-shadow: -1px 1px 5px rgba(0, 0, 0, 0.15);
-}
-.app-icon .inner {
- line-height: 32px;
- font-weight: bold;
-}
-.app-icon svg,
-.app-icon img {
- height: 32px;
- width: 32px;
-}
-.app-icon path {
- transition: 0.2s;
- -webkit-transition: 0.2s;
-}
-@-webkit-keyframes wiggle {
- 0% {
- -webkit-transform: rotate(3deg);
- }
- 50% {
- -webkit-transform: rotate(-3deg);
- }
- 100% {
- -webkit-transform: rotate(3deg);
- }
-}
-@-moz-keyframes wiggle {
- 0% {
- -moz-transform: rotate(3deg);
- }
- 50% {
- -moz-transform: rotate(-3deg);
- }
- 100% {
- -moz-transform: rotate(3deg);
- }
-}
-@keyframes wiggle {
- 0% {
- transform: rotate(3deg);
- }
- 50% {
- transform: rotate(-3deg);
- }
- 100% {
- transform: rotate(3deg);
- }
-}
-.wiggle {
- -webkit-animation: wiggle 0.2s linear infinite;
- -moz-animation: wiggle 0.2s linear infinite;
- animation: wiggle 0.2s linear infinite;
-}
-.circle {
- position: absolute;
- right: 20px;
- top: -10px;
- color: #fff;
- background-color: #ff5858;
- padding: 6px;
- font-size: 12px;
- line-height: 1;
- border-radius: 25px;
- min-width: 25px;
- height: 25px;
- text-align: center;
- text-shadow: none;
- letter-spacing: normal;
- cursor: pointer;
-}
-.app-icon:hover i,
-.app-icon:hover {
- color: #fff;
-}
-.app-icon-small {
- padding: 12px;
-}
-.app-icon-img.app-icon-small {
- padding: 0px;
- height: 54px;
- width: 54px;
-}
-.app-icon-img {
- padding: 0px;
- height: 70px;
- width: 70px;
-}
-.app-icon-img img {
- width: 100%;
- height: 100%;
-}
-.rtl {
- direction: rtl;
-}
-#icon-grid {
- padding-top: 15px;
- padding-bottom: 30px;
- max-width: 970px;
- margin: auto;
-}
-@media (min-width: 768px) and (max-width: 991px) {
- #icon-grid {
- max-width: 690px;
- }
-}
-@media (max-width: 767px) {
- #icon-grid {
- max-width: 320px;
- }
- .case-wrapper {
- width: 80px;
- height: 90px;
- }
- .case-label {
- font-size: 80%;
- font-weight: normal;
- margin-top: 7px;
- }
- .app-icon {
- padding: 10px;
- border-radius: 12px;
- }
- .app-icon i {
- font-size: 32px;
- min-width: 32px;
- }
- .app-icon svg,
- .app-icon img {
- height: 32px;
- width: 32px;
- }
- .circle {
- right: 0px;
- }
-}
-@media (max-width: 320px) {
- #icon-grid {
- max-width: 280px;
- }
- .case-wrapper {
- width: 70px;
- height: 90px;
- }
-}
-.all-applications-dialog .desktop-app-search {
- margin-bottom: 15px;
-}
-.all-applications-dialog hr {
- margin: 10px -15px;
-}
-.all-applications-dialog .checkbox {
- margin-top: 3px;
- margin-bottom: 3px;
-}
-.desktop-list-item {
- padding: 10px 15px;
- border-bottom: 1px solid #d1d8dd;
- cursor: pointer;
-}
-.desktop-list-item:hover,
-.desktop-list-item:focus {
- background-color: #F7FAFC;
-}
-.desktop-list-item h4 {
- display: inline-block;
-}
-.navbar-set-desktop-icons {
- display: none;
-}
-body[data-route=""] .navbar-set-desktop-icons,
-body[data-route="desktop"] .navbar-set-desktop-icons {
- display: block;
-}
-.help-message-wrapper {
- position: fixed;
- bottom: 30px;
- width: 100%;
- padding: 0px 10px;
-}
-.help-message-wrapper .help-message-container {
- position: relative;
- text-align: left;
- margin: auto;
- max-width: 500px;
- background-color: #fff;
- padding: 10px 15px 15px 15px;
- border-radius: 3px;
- box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
-}
-.help-message-wrapper h5 {
- margin-top: 5px;
-}
-.help-message-wrapper .help-message-item {
- font-size: 12px;
-}
-.help-message-wrapper .octicon {
- color: #8D99A6;
- cursor: pointer;
- width: 20px;
-}
-.help-message-wrapper .octicon.disabled {
- color: #d1d8dd;
-}
-.help-message-wrapper .octicon:hover {
- color: #36414C;
- text-decoration: none;
-}
-.help-message-wrapper .left-arrow {
- position: absolute;
- right: 30px;
- bottom: 15px;
- text-align: left;
-}
-.help-message-wrapper .right-arrow {
- position: absolute;
- right: 15px;
- bottom: 15px;
- text-align: right;
-}
-.help-message-wrapper .indicator {
- color: #36414C;
-}
-.help-message-wrapper .help-progress {
- display: inline-block;
- margin-left: 10px;
- height: 4px;
- background-color: #fafbfc;
-}
-.help-message-wrapper .help-progress {
- display: inline-block;
- margin-left: 10px;
- height: 4px;
- width: 100px;
- background-color: #f5f7fa;
- border-radius: 2px;
-}
-.help-message-wrapper .help-progress-bar {
- display: inline-block;
- height: 4px;
- background-color: #5E64FF;
- float: left;
- border-radius: 2px;
-}
diff --git a/frappe/public/css/flex.css b/frappe/public/css/flex.css
deleted file mode 100644
index e680c5592a..0000000000
--- a/frappe/public/css/flex.css
+++ /dev/null
@@ -1,41 +0,0 @@
-.flex {
- display: flex;
-}
-.justify-center {
- justify-content: center;
-}
-.align-center {
- align-items: center;
-}
-.level {
- display: flex;
- justify-content: space-between;
- align-items: center;
-}
-.level-left,
-.level-right {
- display: flex;
- flex-basis: auto;
- flex-grow: 0;
- flex-shrink: 0;
- align-items: center;
-}
-.level-left.is-flexible,
-.level-right.is-flexible {
- flex-grow: initial;
- flex-shrink: initial;
-}
-.level-left {
- justify-content: flex-start;
-}
-.level-right {
- justify-content: flex-end;
-}
-.level-item {
- align-items: center;
- display: flex;
- flex-basis: auto;
- flex-grow: 0;
- flex-shrink: 0;
- justify-content: center;
-}
diff --git a/frappe/public/css/fonts/ionicons/ionicons.eot b/frappe/public/css/fonts/ionicons/ionicons.eot
deleted file mode 100755
index 883b86864a..0000000000
Binary files a/frappe/public/css/fonts/ionicons/ionicons.eot and /dev/null differ
diff --git a/frappe/public/css/fonts/ionicons/ionicons.svg b/frappe/public/css/fonts/ionicons/ionicons.svg
deleted file mode 100755
index a0ed5a1673..0000000000
--- a/frappe/public/css/fonts/ionicons/ionicons.svg
+++ /dev/null
@@ -1,2232 +0,0 @@
-
-
-
-
diff --git a/frappe/public/css/fonts/ionicons/ionicons.ttf b/frappe/public/css/fonts/ionicons/ionicons.ttf
deleted file mode 100755
index 95310663c5..0000000000
Binary files a/frappe/public/css/fonts/ionicons/ionicons.ttf and /dev/null differ
diff --git a/frappe/public/css/fonts/ionicons/ionicons.woff b/frappe/public/css/fonts/ionicons/ionicons.woff
deleted file mode 100755
index c5ccb2a102..0000000000
Binary files a/frappe/public/css/fonts/ionicons/ionicons.woff and /dev/null differ
diff --git a/frappe/public/css/fonts/open-sans/OpenSans-Bold-webfont.eot b/frappe/public/css/fonts/open-sans/OpenSans-Bold-webfont.eot
deleted file mode 100755
index 637a4cd9dc..0000000000
Binary files a/frappe/public/css/fonts/open-sans/OpenSans-Bold-webfont.eot and /dev/null differ
diff --git a/frappe/public/css/fonts/open-sans/OpenSans-Bold-webfont.svg b/frappe/public/css/fonts/open-sans/OpenSans-Bold-webfont.svg
deleted file mode 100755
index 94c5ee9ead..0000000000
--- a/frappe/public/css/fonts/open-sans/OpenSans-Bold-webfont.svg
+++ /dev/null
@@ -1,19649 +0,0 @@
-
-
-
\ No newline at end of file
diff --git a/frappe/public/css/fonts/open-sans/OpenSans-Bold-webfont.ttf b/frappe/public/css/fonts/open-sans/OpenSans-Bold-webfont.ttf
deleted file mode 100755
index 1811cd6342..0000000000
Binary files a/frappe/public/css/fonts/open-sans/OpenSans-Bold-webfont.ttf and /dev/null differ
diff --git a/frappe/public/css/fonts/open-sans/OpenSans-Bold-webfont.woff b/frappe/public/css/fonts/open-sans/OpenSans-Bold-webfont.woff
deleted file mode 100755
index 04916f862f..0000000000
Binary files a/frappe/public/css/fonts/open-sans/OpenSans-Bold-webfont.woff and /dev/null differ
diff --git a/frappe/public/css/fonts/open-sans/OpenSans-Italic-webfont.eot b/frappe/public/css/fonts/open-sans/OpenSans-Italic-webfont.eot
deleted file mode 100755
index 74a8aefeca..0000000000
Binary files a/frappe/public/css/fonts/open-sans/OpenSans-Italic-webfont.eot and /dev/null differ
diff --git a/frappe/public/css/fonts/open-sans/OpenSans-Italic-webfont.svg b/frappe/public/css/fonts/open-sans/OpenSans-Italic-webfont.svg
deleted file mode 100755
index fc6319cd4d..0000000000
--- a/frappe/public/css/fonts/open-sans/OpenSans-Italic-webfont.svg
+++ /dev/null
@@ -1,19649 +0,0 @@
-
-
-
\ No newline at end of file
diff --git a/frappe/public/css/fonts/open-sans/OpenSans-Italic-webfont.ttf b/frappe/public/css/fonts/open-sans/OpenSans-Italic-webfont.ttf
deleted file mode 100755
index 8058d408ad..0000000000
Binary files a/frappe/public/css/fonts/open-sans/OpenSans-Italic-webfont.ttf and /dev/null differ
diff --git a/frappe/public/css/fonts/open-sans/OpenSans-Italic-webfont.woff b/frappe/public/css/fonts/open-sans/OpenSans-Italic-webfont.woff
deleted file mode 100755
index 32c59b2526..0000000000
Binary files a/frappe/public/css/fonts/open-sans/OpenSans-Italic-webfont.woff and /dev/null differ
diff --git a/frappe/public/css/fonts/open-sans/OpenSans-Light-webfont.eot b/frappe/public/css/fonts/open-sans/OpenSans-Light-webfont.eot
deleted file mode 100755
index 47b7992f49..0000000000
Binary files a/frappe/public/css/fonts/open-sans/OpenSans-Light-webfont.eot and /dev/null differ
diff --git a/frappe/public/css/fonts/open-sans/OpenSans-Light-webfont.svg b/frappe/public/css/fonts/open-sans/OpenSans-Light-webfont.svg
deleted file mode 100755
index fd8662829e..0000000000
--- a/frappe/public/css/fonts/open-sans/OpenSans-Light-webfont.svg
+++ /dev/null
@@ -1,19649 +0,0 @@
-
-
-
\ No newline at end of file
diff --git a/frappe/public/css/fonts/open-sans/OpenSans-Light-webfont.ttf b/frappe/public/css/fonts/open-sans/OpenSans-Light-webfont.ttf
deleted file mode 100755
index bf6b36931c..0000000000
Binary files a/frappe/public/css/fonts/open-sans/OpenSans-Light-webfont.ttf and /dev/null differ
diff --git a/frappe/public/css/fonts/open-sans/OpenSans-Light-webfont.woff b/frappe/public/css/fonts/open-sans/OpenSans-Light-webfont.woff
deleted file mode 100755
index 0021dd9a66..0000000000
Binary files a/frappe/public/css/fonts/open-sans/OpenSans-Light-webfont.woff and /dev/null differ
diff --git a/frappe/public/css/fonts/open-sans/OpenSans-Regular-webfont.eot b/frappe/public/css/fonts/open-sans/OpenSans-Regular-webfont.eot
deleted file mode 100755
index 1393f6f7bf..0000000000
Binary files a/frappe/public/css/fonts/open-sans/OpenSans-Regular-webfont.eot and /dev/null differ
diff --git a/frappe/public/css/fonts/open-sans/OpenSans-Regular-webfont.svg b/frappe/public/css/fonts/open-sans/OpenSans-Regular-webfont.svg
deleted file mode 100755
index 097feaca1c..0000000000
--- a/frappe/public/css/fonts/open-sans/OpenSans-Regular-webfont.svg
+++ /dev/null
@@ -1,19649 +0,0 @@
-
-
-
\ No newline at end of file
diff --git a/frappe/public/css/fonts/open-sans/OpenSans-Regular-webfont.ttf b/frappe/public/css/fonts/open-sans/OpenSans-Regular-webfont.ttf
deleted file mode 100755
index bfb6db541f..0000000000
Binary files a/frappe/public/css/fonts/open-sans/OpenSans-Regular-webfont.ttf and /dev/null differ
diff --git a/frappe/public/css/fonts/open-sans/OpenSans-Regular-webfont.woff b/frappe/public/css/fonts/open-sans/OpenSans-Regular-webfont.woff
deleted file mode 100755
index dbd2afc994..0000000000
Binary files a/frappe/public/css/fonts/open-sans/OpenSans-Regular-webfont.woff and /dev/null differ
diff --git a/frappe/public/css/fonts/open-sans/OpenSans-Semibold-webfont.eot b/frappe/public/css/fonts/open-sans/OpenSans-Semibold-webfont.eot
deleted file mode 100755
index 88bfb32b77..0000000000
Binary files a/frappe/public/css/fonts/open-sans/OpenSans-Semibold-webfont.eot and /dev/null differ
diff --git a/frappe/public/css/fonts/open-sans/OpenSans-Semibold-webfont.svg b/frappe/public/css/fonts/open-sans/OpenSans-Semibold-webfont.svg
deleted file mode 100755
index 89af582bca..0000000000
--- a/frappe/public/css/fonts/open-sans/OpenSans-Semibold-webfont.svg
+++ /dev/null
@@ -1,19649 +0,0 @@
-
-
-
\ No newline at end of file
diff --git a/frappe/public/css/fonts/open-sans/OpenSans-Semibold-webfont.ttf b/frappe/public/css/fonts/open-sans/OpenSans-Semibold-webfont.ttf
deleted file mode 100755
index e69de29bb2..0000000000
diff --git a/frappe/public/css/fonts/open-sans/OpenSans-Semibold-webfont.woff b/frappe/public/css/fonts/open-sans/OpenSans-Semibold-webfont.woff
deleted file mode 100755
index f21e5a0dcf..0000000000
Binary files a/frappe/public/css/fonts/open-sans/OpenSans-Semibold-webfont.woff and /dev/null differ
diff --git a/frappe/public/css/fonts/open-sans/open-sans.css b/frappe/public/css/fonts/open-sans/open-sans.css
deleted file mode 100644
index 0a82e862e3..0000000000
--- a/frappe/public/css/fonts/open-sans/open-sans.css
+++ /dev/null
@@ -1,64 +0,0 @@
-@font-face {
- font-family: 'Open Sans';
- src: url('/assets/frappe/css/font/open-sans/OpenSans-Regular-webfont.eot');
- src: local("Open Sans"),
- local("OpenSans"),
- url('/assets/frappe/css/font/open-sans/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
- url('/assets/frappe/css/font/open-sans/OpenSans-Regular-webfont.woff') format('woff'),
- url('/assets/frappe/css/font/open-sans/OpenSans-Regular-webfont.ttf') format('truetype'),
- url('/assets/frappe/css/font/open-sans/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
- font-weight: normal;
- font-style: normal;
-}
-
-@font-face {
- font-family: 'Open Sans';
- src: url('/assets/frappe/css/font/open-sans/OpenSans-Italic-webfont.eot');
- src: local("Open Sans Italic"),
- local("OpenSans-Italic"),
- url('/assets/frappe/css/font/open-sans/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
- url('/assets/frappe/css/font/open-sans/OpenSans-Italic-webfont.woff') format('woff'),
- url('/assets/frappe/css/font/open-sans/OpenSans-Italic-webfont.ttf') format('truetype'),
- url('/assets/frappe/css/font/open-sans/OpenSans-Italic-webfont.svg#open_sansitalic') format('svg');
- font-weight: normal;
- font-style: italic;
-}
-
-@font-face {
- font-family: 'Open Sans';
- src: url('/assets/frappe/css/font/open-sans/OpenSans-Light-webfont.eot');
- src: local("Open Sans Light"),
- local("OpenSans-Light"),
- url('/assets/frappe/css/font/open-sans/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
- url('/assets/frappe/css/font/open-sans/OpenSans-Light-webfont.woff') format('woff'),
- url('/assets/frappe/css/font/open-sans/OpenSans-Light-webfont.ttf') format('truetype'),
- url('/assets/frappe/css/font/open-sans/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
- font-weight: 300;
- font-style: normal;
-}
-
-@font-face {
- font-family: 'Open Sans';
- src: url('/assets/frappe/css/font/open-sans/OpenSans-Bold-webfont.eot');
- src: local("Open Sans Bold"),
- local("OpenSans-Bold"),
- url('/assets/frappe/css/font/open-sans/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
- url('/assets/frappe/css/font/open-sans/OpenSans-Bold-webfont.woff') format('woff'),
- url('/assets/frappe/css/font/open-sans/OpenSans-Bold-webfont.ttf') format('truetype'),
- url('/assets/frappe/css/font/open-sans/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
- font-weight: bold;
- font-style: normal;
-}
-
-@font-face {
- font-family: 'Open Sans';
- src: url('/assets/frappe/css/font/open-sans/OpenSans-Semibold-webfont.eot');
- src: local("Open Sans Semibold"),
- local("OpenSans-Semibold"),
- url('/assets/frappe/css/font/open-sans/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
- url('/assets/frappe/css/font/open-sans/OpenSans-Semibold-webfont.woff') format('woff'),
- url('/assets/frappe/css/font/open-sans/OpenSans-Semibold-webfont.ttf') format('truetype'),
- url('/assets/frappe/css/font/open-sans/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
- font-weight: 500;
- font-style: normal;
-}
diff --git a/frappe/public/css/form_grid.css b/frappe/public/css/form_grid.css
deleted file mode 100644
index 449d4ff299..0000000000
--- a/frappe/public/css/form_grid.css
+++ /dev/null
@@ -1,219 +0,0 @@
-/* the element that this class is applied to, should have a max width for this to work*/
-.form-grid {
- border: 1px solid #d1d8dd;
- border-radius: 3px;
-}
-.form-grid.error {
- border-color: #ff5858;
-}
-.grid-heading-row {
- border-bottom: 1px solid #d1d8dd;
- background-color: #F7FAFC;
- font-weight: bold;
-}
-.grid-row {
- padding: 0px 15px;
- border-bottom: 1px solid #d1d8dd;
- -webkit-transition: 0.2s;
- -o-transition: 0.2s;
- transition: 0.2s;
-}
-.grid-row:last-child {
- border: none;
-}
-.rows .grid-row .data-row,
-.rows .grid-row .grid-footer-toolbar,
-.grid-form-heading {
- cursor: pointer;
-}
-.data-row textarea {
- height: 40px;
-}
-.grid-body {
- background-color: #fff;
-}
-.form-grid .data-row.highlight {
- background-color: #fffdf4;
-}
-.form-grid .data-row.sortable-handle {
- cursor: move;
-}
-.form-column.col-sm-6 .form-grid .row-index > span {
- display: none;
-}
-.form-grid .template-row {
- padding: 8px 15px;
-}
-.grid-body .data-row {
- font-size: 12px;
-}
-.grid-empty,
-.list-loading {
- padding: 10px 15px;
- color: #d1d8dd;
-}
-.grid-static-col,
-.row-index {
- height: 39px;
- padding: 10px 15px;
- max-height: 200px;
- border-right: 1px solid #d1d8dd;
-}
-.editable-form .grid-static-col.bold {
- font-weight: bold;
- background-color: #fffdf4;
-}
-.validated-form .grid-static-col.error {
- background-color: #FFDCDC;
-}
-.grid-static-col input[type="checkbox"] {
- margin-left: -16px !important;
-}
-.row-index {
- text-align: right;
-}
-.grid-row > .row .col:last-child {
- margin-right: -10px;
-}
-.grid-row > .row .col {
- padding-left: 10px;
- padding-right: 10px;
-}
-.grid-body .btn-open-row {
- padding-top: 5px;
-}
-.grid-body .editable-row .grid-static-col {
- padding: 0px !important;
-}
-.grid-body .editable-row .checkbox {
- margin: 0px;
- text-align: center;
- margin-top: 9px;
-}
-.grid-body .editable-row textarea {
- height: 38px !important;
-}
-.grid-body .editable-row .form-control {
- border-radius: 0px;
- border: 0px;
- padding-top: 8px;
- padding-bottom: 9px;
- height: 38px;
-}
-.grid-body .editable-row .link-btn {
- top: 8px;
-}
-.grid-body .editable-row .form-control:focus {
- border-color: #8D99A6;
- z-index: 2;
-}
-.grid-body .editable-row .has-error .form-control {
- z-index: 1;
-}
-.grid-body .editable-row .has-error .form-control:focus {
- border-color: #ff5858;
-}
-.grid-body .editable-row input[data-fieldtype="Int"],
-.grid-body .editable-row input[data-fieldtype="Float"],
-.grid-body .editable-row input[data-fieldtype="Currency"] {
- text-align: right;
-}
-.grid-body .grid-static-col[data-fieldtype="Button"] .field-area {
- margin-top: 5px;
- margin-left: 5px;
-}
-.grid-body .grid-static-col[data-fieldtype="Button"] .field-area button {
- height: 27px;
-}
-.grid-body .grid-static-col[data-fieldtype="Code"] {
- overflow: hidden;
-}
-.grid-body .grid-static-col[data-fieldtype="Code"] .static-area {
- margin-top: -5px;
-}
-.grid-body .grid-static-col[data-fieldtype="Code"] .static-area pre {
- background: none;
- border: none;
-}
-.grid-body .grid-static-col[data-fieldtype="Text Editor"] {
- overflow: hidden;
-}
-@media (max-width: 767px) {
- .grid-body .btn-open-row {
- margin-top: 0px;
- padding: 0px;
- }
- .editable-row .frappe-control {
- padding-top: 0px !important;
- padding-bottom: 0px !important;
- margin-left: -5px !important;
- margin-right: -5px !important;
- }
-}
-.row-data > .row {
- margin-left: 15px;
-}
-.grid-row td {
- vertical-align: top;
-}
-.grid-row p {
- margin-bottom: 5px;
-}
-.grid-row .frappe-control {
- margin-bottom: 0px;
- position: relative;
-}
-.grid-row .col-sm-6 .editor-toolbar-text-group,
-.grid-row .col-sm-6 .editor-toolbar-align-group {
- display: none;
-}
-.grid-row .col-sm-6 .text-editor {
- height: 200px;
-}
-.grid-row .col-sm-6 .markdown-text-editor {
- height: 251px;
-}
-.form-in-grid {
- background-color: white;
- z-index: 1021;
- position: relative;
- overflow: hidden;
- height: 0;
- opacity: 0;
- -webkit-transition: opacity 0.2s ease;
- -o-transition: opacity 0.2s ease;
- transition: opacity 0.2s ease;
-}
-.grid-row-open .form-in-grid {
- opacity: 1;
- height: auto;
- overflow: visible;
- margin: 0px -15px;
-}
-.grid-form-heading {
- padding: 10px 15px;
- font-size: 120%;
- border-bottom: 1px solid #d1d8dd;
-}
-.grid-footer {
- background-color: #fff;
-}
-.grid-footer-toolbar {
- padding: 10px 15px;
- border-top: 1px solid #d1d8dd;
-}
-.grid-overflow-no-ellipsis {
- word-wrap: break-word;
- overflow: hidden;
- padding-right: 0px;
-}
-.grid-overflow-ellipsis {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- padding-right: 0px;
-}
-.grid-label {
- margin-right: 8px;
- margin-bottom: 4px;
-}
diff --git a/frappe/public/css/frappe-datatable.css b/frappe/public/css/frappe-datatable.css
deleted file mode 100644
index 17d151f935..0000000000
--- a/frappe/public/css/frappe-datatable.css
+++ /dev/null
@@ -1,58 +0,0 @@
-.data-table {
- margin-left: -1px;
- margin-top: -1px;
- font-size: 12px;
-}
-.data-table .data-table-col .edit-cell {
- padding: 0;
-}
-.data-table .data-table-col .edit-cell input {
- font-size: inherit;
- height: 34px;
-}
-.data-table .frappe-control {
- margin: 0;
-}
-.data-table .form-group {
- margin: 0;
-}
-.data-table .form-control {
- border-radius: 0px;
- border: none;
-}
-.data-table .link-btn {
- top: 6px;
-}
-.data-table select {
- height: 34px;
-}
-.data-table .checkbox {
- margin: 7px 0 7px 8px;
-}
-.data-table [data-fieldtype="Color"] .control-input {
- overflow: hidden;
-}
-.data-table .body-scrollable::-webkit-scrollbar {
- display: none;
-}
-.data-table .data-table-header {
- background-color: #F7FAFC;
- color: #8D99A6;
-}
-.data-table .data-table-row.row-update {
- animation: 500ms breathe forwards;
-}
-.data-table .data-table-row.row-highlight {
- background-color: #fffdf4;
-}
-@keyframes breathe {
- 0% {
- background-color: transparent;
- }
- 50% {
- background-color: #fffdf4;
- }
- 100% {
- background-color: transparent;
- }
-}
diff --git a/frappe/public/css/gantt.css b/frappe/public/css/gantt.css
deleted file mode 100644
index 07c5fcd9cf..0000000000
--- a/frappe/public/css/gantt.css
+++ /dev/null
@@ -1,9 +0,0 @@
-.gantt .bar-milestone .bar {
- fill: #FD8B8B;
-}
-.gantt .bar-milestone .bar-progress {
- fill: #FC4F51;
-}
-.frappe-rtl .gantt {
- direction: ltr;
-}
diff --git a/frappe/public/css/hljs.css b/frappe/public/css/hljs.css
deleted file mode 100644
index eb568949c0..0000000000
--- a/frappe/public/css/hljs.css
+++ /dev/null
@@ -1,277 +0,0 @@
-pre {
- padding: 0px;
-}
-
-/*
-
-Original style from softwaremaniacs.org (c) Ivan Sagalaev
-
-*/
-
-.hljs {
- display: block;
- overflow-x: auto;
- padding: 0.5em;
- background: #f0f0f0;
- -webkit-text-size-adjust: none;
-}
-
-.hljs,
-.hljs-subst,
-/*.hljs-tag .hljs-title,*/
-.nginx .hljs-title {
- color: black;
-}
-
-.hljs-string,
-.hljs-title,
-.hljs-constant,
-.hljs-parent,
-.hljs-tag .hljs-value,
-.hljs-rules .hljs-value,
-.hljs-preprocessor,
-.hljs-pragma,
-.haml .hljs-symbol,
-.ruby .hljs-symbol,
-.ruby .hljs-symbol .hljs-string,
-.hljs-template_tag,
-.django .hljs-variable,
-.smalltalk .hljs-class,
-.hljs-addition,
-.hljs-flow,
-.hljs-stream,
-.bash .hljs-variable,
-.apache .hljs-tag,
-.apache .hljs-cbracket,
-.tex .hljs-command,
-.tex .hljs-special,
-.erlang_repl .hljs-function_or_atom,
-.asciidoc .hljs-header,
-.markdown .hljs-header,
-.coffeescript .hljs-attribute {
- color: #800;
-}
-
-.smartquote,
-.hljs-comment,
-.hljs-annotation,
-.hljs-template_comment,
-.diff .hljs-header,
-.hljs-chunk,
-.asciidoc .hljs-blockquote,
-.markdown .hljs-blockquote {
- color: #888;
-}
-
-.hljs-number,
-.hljs-date,
-.hljs-regexp,
-.hljs-literal,
-.hljs-hexcolor,
-.smalltalk .hljs-symbol,
-.smalltalk .hljs-char,
-.go .hljs-constant,
-.hljs-change,
-.lasso .hljs-variable,
-.makefile .hljs-variable,
-.asciidoc .hljs-bullet,
-.markdown .hljs-bullet,
-.asciidoc .hljs-link_url,
-.markdown .hljs-link_url {
- color: #080;
-}
-
-.hljs-label,
-.hljs-javadoc,
-.ruby .hljs-string,
-.hljs-decorator,
-.hljs-filter .hljs-argument,
-.hljs-localvars,
-.hljs-array,
-.hljs-attr_selector,
-.hljs-important,
-.hljs-pseudo,
-.hljs-pi,
-.haml .hljs-bullet,
-.hljs-doctype,
-.hljs-deletion,
-.hljs-envvar,
-.hljs-shebang,
-.apache .hljs-sqbracket,
-.nginx .hljs-built_in,
-.tex .hljs-formula,
-.erlang_repl .hljs-reserved,
-.hljs-prompt,
-.asciidoc .hljs-link_label,
-.markdown .hljs-link_label,
-.vhdl .hljs-attribute,
-.clojure .hljs-attribute,
-.asciidoc .hljs-attribute,
-.lasso .hljs-attribute,
-.coffeescript .hljs-property,
-.hljs-phony {
- color: #88f;
-}
-
-.hljs-keyword,
-.hljs-id,
-.hljs-title,
-.hljs-built_in,
-.css .hljs-tag,
-.hljs-javadoctag,
-.hljs-phpdoc,
-.hljs-dartdoc,
-.hljs-yardoctag,
-.smalltalk .hljs-class,
-.hljs-winutils,
-.bash .hljs-variable,
-.apache .hljs-tag,
-.hljs-type,
-.hljs-typename,
-.tex .hljs-command,
-.asciidoc .hljs-strong,
-.markdown .hljs-strong,
-.hljs-request,
-.hljs-status {
- font-weight: bold;
-}
-
-.asciidoc .hljs-emphasis,
-.markdown .hljs-emphasis {
- font-style: italic;
-}
-
-.nginx .hljs-built_in {
- font-weight: normal;
-}
-
-.coffeescript .javascript,
-.javascript .xml,
-.lasso .markup,
-.tex .hljs-formula,
-.xml .javascript,
-.xml .vbscript,
-.xml .css,
-.xml .hljs-cdata {
- opacity: 0.5;
-}
-
-/*
-
-Zenburn style from voldmar.ru (c) Vladimir Epifanov
-based on dark.css by Ivan Sagalaev
-
-*/
-
-.hljs {
- display: block;
- overflow-x: auto;
- padding: 0.5em;
- background: #3f3f3f;
- color: #dcdcdc;
- -webkit-text-size-adjust: none;
-}
-
-.hljs-keyword,
-.hljs-tag,
-.css .hljs-class,
-.css .hljs-id,
-.lisp .hljs-title,
-.nginx .hljs-title,
-.hljs-request,
-.hljs-status,
-.clojure .hljs-attribute {
- color: #e3ceab;
-}
-
-.django .hljs-template_tag,
-.django .hljs-variable,
-.django .hljs-filter .hljs-argument {
- color: #dcdcdc;
-}
-
-.hljs-number,
-.hljs-date {
- color: #8cd0d3;
-}
-
-.dos .hljs-envvar,
-.dos .hljs-stream,
-.hljs-variable,
-.apache .hljs-sqbracket {
- color: #efdcbc;
-}
-
-.dos .hljs-flow,
-.diff .hljs-change,
-.python .exception,
-.python .hljs-built_in,
-.hljs-literal,
-.tex .hljs-special {
- color: #efefaf;
-}
-
-.diff .hljs-chunk,
-.hljs-subst {
- color: #8f8f8f;
-}
-
-.dos .hljs-keyword,
-.hljs-decorator,
-.hljs-title,
-.hljs-type,
-.diff .hljs-header,
-.ruby .hljs-class .hljs-parent,
-.apache .hljs-tag,
-.nginx .hljs-built_in,
-.tex .hljs-command,
-.hljs-prompt {
- color: #efef8f;
-}
-
-.dos .hljs-winutils,
-.ruby .hljs-symbol,
-.ruby .hljs-symbol .hljs-string,
-.ruby .hljs-string {
- color: #dca3a3;
-}
-
-.diff .hljs-deletion,
-.hljs-string,
-.hljs-tag .hljs-value,
-.hljs-preprocessor,
-.hljs-pragma,
-.hljs-built_in,
-.hljs-javadoc,
-.smalltalk .hljs-class,
-.smalltalk .hljs-localvars,
-.smalltalk .hljs-array,
-.css .hljs-rules .hljs-value,
-.hljs-attr_selector,
-.hljs-pseudo,
-.apache .hljs-cbracket,
-.tex .hljs-formula,
-.coffeescript .hljs-attribute {
- color: #cc9393;
-}
-
-.hljs-shebang,
-.diff .hljs-addition,
-.hljs-comment,
-.hljs-annotation,
-.hljs-template_comment,
-.hljs-pi,
-.hljs-doctype {
- color: #7f9f7f;
-}
-
-.coffeescript .javascript,
-.javascript .xml,
-.tex .hljs-formula,
-.xml .javascript,
-.xml .vbscript,
-.xml .css,
-.xml .hljs-cdata {
- opacity: 0.5;
-}
-
diff --git a/frappe/public/css/indicator.css b/frappe/public/css/indicator.css
deleted file mode 100644
index 8644b36c40..0000000000
--- a/frappe/public/css/indicator.css
+++ /dev/null
@@ -1,71 +0,0 @@
-.indicator,
-.indicator-right {
- background: none;
- font-size: 12px;
- vertical-align: middle;
- font-weight: bold;
- color: #6c7680;
-}
-.indicator::before,
-.indicator-right::after {
- content: '';
- display: inline-block;
- height: 8px;
- width: 8px;
- border-radius: 8px;
-}
-.indicator::before {
- margin: 0 4px 0 0px;
-}
-.indicator-right::after {
- margin: 0 0 0 4px;
-}
-.indicator.grey::before,
-.indicator-right.grey::after {
- background: #F0F4F7;
-}
-.indicator.blue::before,
-.indicator-right.blue::after {
- background: #5e64ff;
-}
-.indicator.red::before,
-.indicator-right.red::after {
- background: #ff5858;
-}
-.indicator.green::before,
-.indicator-right.green::after {
- background: #98d85b;
-}
-.indicator.orange::before,
-.indicator-right.orange::after {
- background: #ffa00a;
-}
-.indicator.purple::before,
-.indicator-right.purple::after {
- background: #743ee2;
-}
-.indicator.gray::before,
-.indicator-right.gray::after {
- background: #b8c2cc;
-}
-.indicator.black::before,
-.indicator-right.black::after {
- background: #36414C;
-}
-.indicator.yellow::before,
-.indicator-right.yellow::after {
- background: #FEEF72;
-}
-.indicator.light-blue::before,
-.indicator-right.light-blue::after {
- background: #7CD6FD;
-}
-.indicator.lightblue::before,
-.indicator-right.lightblue::after {
- background: #7CD6FD;
-}
-.modal-header .indicator {
- float: left;
- margin-top: 7.5px;
- margin-right: 3px;
-}
diff --git a/frappe/public/css/ionicons.min.css b/frappe/public/css/ionicons.min.css
deleted file mode 100755
index e09f3f4835..0000000000
--- a/frappe/public/css/ionicons.min.css
+++ /dev/null
@@ -1,11 +0,0 @@
-@charset "UTF-8";/*!
- Ionicons, v2.0.0
- Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
- https://twitter.com/benjsperry https://twitter.com/ionicframework
- MIT License: https://github.com/driftyco/ionicons
-
- Android-style icons originally built by Google’s
- Material Design Icons: https://github.com/google/material-design-icons
- used under CC BY http://creativecommons.org/licenses/by/4.0/
- Modified icons to fit ionicon’s grid from original.
-*/@font-face{font-family:"Ionicons";src:url("/assets/frappe/css/fonts/ionicons.eot?v=2.0.0");src:url("/assets/frappe/css/fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"),url("/assets/frappe/css/fonts/ionicons.ttf?v=2.0.0") format("truetype"),url("/assets/frappe/css/fonts/ionicons.woff?v=2.0.0") format("woff"),url("/assets/frappe/css/fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");font-weight:normal;font-style:normal}.ion,.ionicons,.ion-alert:before,.ion-alert-circled:before,.ion-android-add:before,.ion-android-add-circle:before,.ion-android-alarm-clock:before,.ion-android-alert:before,.ion-android-apps:before,.ion-android-archive:before,.ion-android-arrow-back:before,.ion-android-arrow-down:before,.ion-android-arrow-dropdown:before,.ion-android-arrow-dropdown-circle:before,.ion-android-arrow-dropleft:before,.ion-android-arrow-dropleft-circle:before,.ion-android-arrow-dropright:before,.ion-android-arrow-dropright-circle:before,.ion-android-arrow-dropup:before,.ion-android-arrow-dropup-circle:before,.ion-android-arrow-forward:before,.ion-android-arrow-up:before,.ion-android-attach:before,.ion-android-bar:before,.ion-android-bicycle:before,.ion-android-boat:before,.ion-android-bookmark:before,.ion-android-bulb:before,.ion-android-bus:before,.ion-android-calendar:before,.ion-android-call:before,.ion-android-camera:before,.ion-android-cancel:before,.ion-android-car:before,.ion-android-cart:before,.ion-android-chat:before,.ion-android-checkbox:before,.ion-android-checkbox-blank:before,.ion-android-checkbox-outline:before,.ion-android-checkbox-outline-blank:before,.ion-android-checkmark-circle:before,.ion-android-clipboard:before,.ion-android-close:before,.ion-android-cloud:before,.ion-android-cloud-circle:before,.ion-android-cloud-done:before,.ion-android-cloud-outline:before,.ion-android-color-palette:before,.ion-android-compass:before,.ion-android-contact:before,.ion-android-contacts:before,.ion-android-contract:before,.ion-android-create:before,.ion-android-delete:before,.ion-android-desktop:before,.ion-android-document:before,.ion-android-done:before,.ion-android-done-all:before,.ion-android-download:before,.ion-android-drafts:before,.ion-android-exit:before,.ion-android-expand:before,.ion-android-favorite:before,.ion-android-favorite-outline:before,.ion-android-film:before,.ion-android-folder:before,.ion-android-folder-open:before,.ion-android-funnel:before,.ion-android-globe:before,.ion-android-hand:before,.ion-android-hangout:before,.ion-android-happy:before,.ion-android-home:before,.ion-android-image:before,.ion-android-laptop:before,.ion-android-list:before,.ion-android-locate:before,.ion-android-lock:before,.ion-android-mail:before,.ion-android-map:before,.ion-android-menu:before,.ion-android-microphone:before,.ion-android-microphone-off:before,.ion-android-more-horizontal:before,.ion-android-more-vertical:before,.ion-android-navigate:before,.ion-android-notifications:before,.ion-android-notifications-none:before,.ion-android-notifications-off:before,.ion-android-open:before,.ion-android-options:before,.ion-android-people:before,.ion-android-person:before,.ion-android-person-add:before,.ion-android-phone-landscape:before,.ion-android-phone-portrait:before,.ion-android-pin:before,.ion-android-plane:before,.ion-android-playstore:before,.ion-android-print:before,.ion-android-radio-button-off:before,.ion-android-radio-button-on:before,.ion-android-refresh:before,.ion-android-remove:before,.ion-android-remove-circle:before,.ion-android-restaurant:before,.ion-android-sad:before,.ion-android-search:before,.ion-android-send:before,.ion-android-settings:before,.ion-android-share:before,.ion-android-share-alt:before,.ion-android-star:before,.ion-android-star-half:before,.ion-android-star-outline:before,.ion-android-stopwatch:before,.ion-android-subway:before,.ion-android-sunny:before,.ion-android-sync:before,.ion-android-textsms:before,.ion-android-time:before,.ion-android-train:before,.ion-android-unlock:before,.ion-android-upload:before,.ion-android-volume-down:before,.ion-android-volume-mute:before,.ion-android-volume-off:before,.ion-android-volume-up:before,.ion-android-walk:before,.ion-android-warning:before,.ion-android-watch:before,.ion-android-wifi:before,.ion-aperture:before,.ion-archive:before,.ion-arrow-down-a:before,.ion-arrow-down-b:before,.ion-arrow-down-c:before,.ion-arrow-expand:before,.ion-arrow-graph-down-left:before,.ion-arrow-graph-down-right:before,.ion-arrow-graph-up-left:before,.ion-arrow-graph-up-right:before,.ion-arrow-left-a:before,.ion-arrow-left-b:before,.ion-arrow-left-c:before,.ion-arrow-move:before,.ion-arrow-resize:before,.ion-arrow-return-left:before,.ion-arrow-return-right:before,.ion-arrow-right-a:before,.ion-arrow-right-b:before,.ion-arrow-right-c:before,.ion-arrow-shrink:before,.ion-arrow-swap:before,.ion-arrow-up-a:before,.ion-arrow-up-b:before,.ion-arrow-up-c:before,.ion-asterisk:before,.ion-at:before,.ion-backspace:before,.ion-backspace-outline:before,.ion-bag:before,.ion-battery-charging:before,.ion-battery-empty:before,.ion-battery-full:before,.ion-battery-half:before,.ion-battery-low:before,.ion-beaker:before,.ion-beer:before,.ion-bluetooth:before,.ion-bonfire:before,.ion-bookmark:before,.ion-bowtie:before,.ion-briefcase:before,.ion-bug:before,.ion-calculator:before,.ion-calendar:before,.ion-camera:before,.ion-card:before,.ion-cash:before,.ion-chatbox:before,.ion-chatbox-working:before,.ion-chatboxes:before,.ion-chatbubble:before,.ion-chatbubble-working:before,.ion-chatbubbles:before,.ion-checkmark:before,.ion-checkmark-circled:before,.ion-checkmark-round:before,.ion-chevron-down:before,.ion-chevron-left:before,.ion-chevron-right:before,.ion-chevron-up:before,.ion-clipboard:before,.ion-clock:before,.ion-close:before,.ion-close-circled:before,.ion-close-round:before,.ion-closed-captioning:before,.ion-cloud:before,.ion-code:before,.ion-code-download:before,.ion-code-working:before,.ion-coffee:before,.ion-compass:before,.ion-compose:before,.ion-connection-bars:before,.ion-contrast:before,.ion-crop:before,.ion-cube:before,.ion-disc:before,.ion-document:before,.ion-document-text:before,.ion-drag:before,.ion-earth:before,.ion-easel:before,.ion-edit:before,.ion-egg:before,.ion-eject:before,.ion-email:before,.ion-email-unread:before,.ion-erlenmeyer-flask:before,.ion-erlenmeyer-flask-bubbles:before,.ion-eye:before,.ion-eye-disabled:before,.ion-female:before,.ion-filing:before,.ion-film-marker:before,.ion-fireball:before,.ion-flag:before,.ion-flame:before,.ion-flash:before,.ion-flash-off:before,.ion-folder:before,.ion-fork:before,.ion-fork-repo:before,.ion-forward:before,.ion-funnel:before,.ion-gear-a:before,.ion-gear-b:before,.ion-grid:before,.ion-hammer:before,.ion-happy:before,.ion-happy-outline:before,.ion-headphone:before,.ion-heart:before,.ion-heart-broken:before,.ion-help:before,.ion-help-buoy:before,.ion-help-circled:before,.ion-home:before,.ion-icecream:before,.ion-image:before,.ion-images:before,.ion-information:before,.ion-information-circled:before,.ion-ionic:before,.ion-ios-alarm:before,.ion-ios-alarm-outline:before,.ion-ios-albums:before,.ion-ios-albums-outline:before,.ion-ios-americanfootball:before,.ion-ios-americanfootball-outline:before,.ion-ios-analytics:before,.ion-ios-analytics-outline:before,.ion-ios-arrow-back:before,.ion-ios-arrow-down:before,.ion-ios-arrow-forward:before,.ion-ios-arrow-left:before,.ion-ios-arrow-right:before,.ion-ios-arrow-thin-down:before,.ion-ios-arrow-thin-left:before,.ion-ios-arrow-thin-right:before,.ion-ios-arrow-thin-up:before,.ion-ios-arrow-up:before,.ion-ios-at:before,.ion-ios-at-outline:before,.ion-ios-barcode:before,.ion-ios-barcode-outline:before,.ion-ios-baseball:before,.ion-ios-baseball-outline:before,.ion-ios-basketball:before,.ion-ios-basketball-outline:before,.ion-ios-bell:before,.ion-ios-bell-outline:before,.ion-ios-body:before,.ion-ios-body-outline:before,.ion-ios-bolt:before,.ion-ios-bolt-outline:before,.ion-ios-book:before,.ion-ios-book-outline:before,.ion-ios-bookmarks:before,.ion-ios-bookmarks-outline:before,.ion-ios-box:before,.ion-ios-box-outline:before,.ion-ios-briefcase:before,.ion-ios-briefcase-outline:before,.ion-ios-browsers:before,.ion-ios-browsers-outline:before,.ion-ios-calculator:before,.ion-ios-calculator-outline:before,.ion-ios-calendar:before,.ion-ios-calendar-outline:before,.ion-ios-camera:before,.ion-ios-camera-outline:before,.ion-ios-cart:before,.ion-ios-cart-outline:before,.ion-ios-chatboxes:before,.ion-ios-chatboxes-outline:before,.ion-ios-chatbubble:before,.ion-ios-chatbubble-outline:before,.ion-ios-checkmark:before,.ion-ios-checkmark-empty:before,.ion-ios-checkmark-outline:before,.ion-ios-circle-filled:before,.ion-ios-circle-outline:before,.ion-ios-clock:before,.ion-ios-clock-outline:before,.ion-ios-close:before,.ion-ios-close-empty:before,.ion-ios-close-outline:before,.ion-ios-cloud:before,.ion-ios-cloud-download:before,.ion-ios-cloud-download-outline:before,.ion-ios-cloud-outline:before,.ion-ios-cloud-upload:before,.ion-ios-cloud-upload-outline:before,.ion-ios-cloudy:before,.ion-ios-cloudy-night:before,.ion-ios-cloudy-night-outline:before,.ion-ios-cloudy-outline:before,.ion-ios-cog:before,.ion-ios-cog-outline:before,.ion-ios-color-filter:before,.ion-ios-color-filter-outline:before,.ion-ios-color-wand:before,.ion-ios-color-wand-outline:before,.ion-ios-compose:before,.ion-ios-compose-outline:before,.ion-ios-contact:before,.ion-ios-contact-outline:before,.ion-ios-copy:before,.ion-ios-copy-outline:before,.ion-ios-crop:before,.ion-ios-crop-strong:before,.ion-ios-download:before,.ion-ios-download-outline:before,.ion-ios-drag:before,.ion-ios-email:before,.ion-ios-email-outline:before,.ion-ios-eye:before,.ion-ios-eye-outline:before,.ion-ios-fastforward:before,.ion-ios-fastforward-outline:before,.ion-ios-filing:before,.ion-ios-filing-outline:before,.ion-ios-film:before,.ion-ios-film-outline:before,.ion-ios-flag:before,.ion-ios-flag-outline:before,.ion-ios-flame:before,.ion-ios-flame-outline:before,.ion-ios-flask:before,.ion-ios-flask-outline:before,.ion-ios-flower:before,.ion-ios-flower-outline:before,.ion-ios-folder:before,.ion-ios-folder-outline:before,.ion-ios-football:before,.ion-ios-football-outline:before,.ion-ios-game-controller-a:before,.ion-ios-game-controller-a-outline:before,.ion-ios-game-controller-b:before,.ion-ios-game-controller-b-outline:before,.ion-ios-gear:before,.ion-ios-gear-outline:before,.ion-ios-glasses:before,.ion-ios-glasses-outline:before,.ion-ios-grid-view:before,.ion-ios-grid-view-outline:before,.ion-ios-heart:before,.ion-ios-heart-outline:before,.ion-ios-help:before,.ion-ios-help-empty:before,.ion-ios-help-outline:before,.ion-ios-home:before,.ion-ios-home-outline:before,.ion-ios-infinite:before,.ion-ios-infinite-outline:before,.ion-ios-information:before,.ion-ios-information-empty:before,.ion-ios-information-outline:before,.ion-ios-ionic-outline:before,.ion-ios-keypad:before,.ion-ios-keypad-outline:before,.ion-ios-lightbulb:before,.ion-ios-lightbulb-outline:before,.ion-ios-list:before,.ion-ios-list-outline:before,.ion-ios-location:before,.ion-ios-location-outline:before,.ion-ios-locked:before,.ion-ios-locked-outline:before,.ion-ios-loop:before,.ion-ios-loop-strong:before,.ion-ios-medical:before,.ion-ios-medical-outline:before,.ion-ios-medkit:before,.ion-ios-medkit-outline:before,.ion-ios-mic:before,.ion-ios-mic-off:before,.ion-ios-mic-outline:before,.ion-ios-minus:before,.ion-ios-minus-empty:before,.ion-ios-minus-outline:before,.ion-ios-monitor:before,.ion-ios-monitor-outline:before,.ion-ios-moon:before,.ion-ios-moon-outline:before,.ion-ios-more:before,.ion-ios-more-outline:before,.ion-ios-musical-note:before,.ion-ios-musical-notes:before,.ion-ios-navigate:before,.ion-ios-navigate-outline:before,.ion-ios-nutrition:before,.ion-ios-nutrition-outline:before,.ion-ios-paper:before,.ion-ios-paper-outline:before,.ion-ios-paperplane:before,.ion-ios-paperplane-outline:before,.ion-ios-partlysunny:before,.ion-ios-partlysunny-outline:before,.ion-ios-pause:before,.ion-ios-pause-outline:before,.ion-ios-paw:before,.ion-ios-paw-outline:before,.ion-ios-people:before,.ion-ios-people-outline:before,.ion-ios-person:before,.ion-ios-person-outline:before,.ion-ios-personadd:before,.ion-ios-personadd-outline:before,.ion-ios-photos:before,.ion-ios-photos-outline:before,.ion-ios-pie:before,.ion-ios-pie-outline:before,.ion-ios-pint:before,.ion-ios-pint-outline:before,.ion-ios-play:before,.ion-ios-play-outline:before,.ion-ios-plus:before,.ion-ios-plus-empty:before,.ion-ios-plus-outline:before,.ion-ios-pricetag:before,.ion-ios-pricetag-outline:before,.ion-ios-pricetags:before,.ion-ios-pricetags-outline:before,.ion-ios-printer:before,.ion-ios-printer-outline:before,.ion-ios-pulse:before,.ion-ios-pulse-strong:before,.ion-ios-rainy:before,.ion-ios-rainy-outline:before,.ion-ios-recording:before,.ion-ios-recording-outline:before,.ion-ios-redo:before,.ion-ios-redo-outline:before,.ion-ios-refresh:before,.ion-ios-refresh-empty:before,.ion-ios-refresh-outline:before,.ion-ios-reload:before,.ion-ios-reverse-camera:before,.ion-ios-reverse-camera-outline:before,.ion-ios-rewind:before,.ion-ios-rewind-outline:before,.ion-ios-rose:before,.ion-ios-rose-outline:before,.ion-ios-search:before,.ion-ios-search-strong:before,.ion-ios-settings:before,.ion-ios-settings-strong:before,.ion-ios-shuffle:before,.ion-ios-shuffle-strong:before,.ion-ios-skipbackward:before,.ion-ios-skipbackward-outline:before,.ion-ios-skipforward:before,.ion-ios-skipforward-outline:before,.ion-ios-snowy:before,.ion-ios-speedometer:before,.ion-ios-speedometer-outline:before,.ion-ios-star:before,.ion-ios-star-half:before,.ion-ios-star-outline:before,.ion-ios-stopwatch:before,.ion-ios-stopwatch-outline:before,.ion-ios-sunny:before,.ion-ios-sunny-outline:before,.ion-ios-telephone:before,.ion-ios-telephone-outline:before,.ion-ios-tennisball:before,.ion-ios-tennisball-outline:before,.ion-ios-thunderstorm:before,.ion-ios-thunderstorm-outline:before,.ion-ios-time:before,.ion-ios-time-outline:before,.ion-ios-timer:before,.ion-ios-timer-outline:before,.ion-ios-toggle:before,.ion-ios-toggle-outline:before,.ion-ios-trash:before,.ion-ios-trash-outline:before,.ion-ios-undo:before,.ion-ios-undo-outline:before,.ion-ios-unlocked:before,.ion-ios-unlocked-outline:before,.ion-ios-upload:before,.ion-ios-upload-outline:before,.ion-ios-videocam:before,.ion-ios-videocam-outline:before,.ion-ios-volume-high:before,.ion-ios-volume-low:before,.ion-ios-wineglass:before,.ion-ios-wineglass-outline:before,.ion-ios-world:before,.ion-ios-world-outline:before,.ion-ipad:before,.ion-iphone:before,.ion-ipod:before,.ion-jet:before,.ion-key:before,.ion-knife:before,.ion-laptop:before,.ion-leaf:before,.ion-levels:before,.ion-lightbulb:before,.ion-link:before,.ion-load-a:before,.ion-load-b:before,.ion-load-c:before,.ion-load-d:before,.ion-location:before,.ion-lock-combination:before,.ion-locked:before,.ion-log-in:before,.ion-log-out:before,.ion-loop:before,.ion-magnet:before,.ion-male:before,.ion-man:before,.ion-map:before,.ion-medkit:before,.ion-merge:before,.ion-mic-a:before,.ion-mic-b:before,.ion-mic-c:before,.ion-minus:before,.ion-minus-circled:before,.ion-minus-round:before,.ion-model-s:before,.ion-monitor:before,.ion-more:before,.ion-mouse:before,.ion-music-note:before,.ion-navicon:before,.ion-navicon-round:before,.ion-navigate:before,.ion-network:before,.ion-no-smoking:before,.ion-nuclear:before,.ion-outlet:before,.ion-paintbrush:before,.ion-paintbucket:before,.ion-paper-airplane:before,.ion-paperclip:before,.ion-pause:before,.ion-person:before,.ion-person-add:before,.ion-person-stalker:before,.ion-pie-graph:before,.ion-pin:before,.ion-pinpoint:before,.ion-pizza:before,.ion-plane:before,.ion-planet:before,.ion-play:before,.ion-playstation:before,.ion-plus:before,.ion-plus-circled:before,.ion-plus-round:before,.ion-podium:before,.ion-pound:before,.ion-power:before,.ion-pricetag:before,.ion-pricetags:before,.ion-printer:before,.ion-pull-request:before,.ion-qr-scanner:before,.ion-quote:before,.ion-radio-waves:before,.ion-record:before,.ion-refresh:before,.ion-reply:before,.ion-reply-all:before,.ion-ribbon-a:before,.ion-ribbon-b:before,.ion-sad:before,.ion-sad-outline:before,.ion-scissors:before,.ion-search:before,.ion-settings:before,.ion-share:before,.ion-shuffle:before,.ion-skip-backward:before,.ion-skip-forward:before,.ion-social-android:before,.ion-social-android-outline:before,.ion-social-angular:before,.ion-social-angular-outline:before,.ion-social-apple:before,.ion-social-apple-outline:before,.ion-social-bitcoin:before,.ion-social-bitcoin-outline:before,.ion-social-buffer:before,.ion-social-buffer-outline:before,.ion-social-chrome:before,.ion-social-chrome-outline:before,.ion-social-codepen:before,.ion-social-codepen-outline:before,.ion-social-css3:before,.ion-social-css3-outline:before,.ion-social-designernews:before,.ion-social-designernews-outline:before,.ion-social-dribbble:before,.ion-social-dribbble-outline:before,.ion-social-dropbox:before,.ion-social-dropbox-outline:before,.ion-social-euro:before,.ion-social-euro-outline:before,.ion-social-facebook:before,.ion-social-facebook-outline:before,.ion-social-foursquare:before,.ion-social-foursquare-outline:before,.ion-social-freebsd-devil:before,.ion-social-github:before,.ion-social-github-outline:before,.ion-social-google:before,.ion-social-google-outline:before,.ion-social-googleplus:before,.ion-social-googleplus-outline:before,.ion-social-hackernews:before,.ion-social-hackernews-outline:before,.ion-social-html5:before,.ion-social-html5-outline:before,.ion-social-instagram:before,.ion-social-instagram-outline:before,.ion-social-javascript:before,.ion-social-javascript-outline:before,.ion-social-linkedin:before,.ion-social-linkedin-outline:before,.ion-social-markdown:before,.ion-social-nodejs:before,.ion-social-octocat:before,.ion-social-pinterest:before,.ion-social-pinterest-outline:before,.ion-social-python:before,.ion-social-reddit:before,.ion-social-reddit-outline:before,.ion-social-rss:before,.ion-social-rss-outline:before,.ion-social-sass:before,.ion-social-skype:before,.ion-social-skype-outline:before,.ion-social-snapchat:before,.ion-social-snapchat-outline:before,.ion-social-tumblr:before,.ion-social-tumblr-outline:before,.ion-social-tux:before,.ion-social-twitch:before,.ion-social-twitch-outline:before,.ion-social-twitter:before,.ion-social-twitter-outline:before,.ion-social-usd:before,.ion-social-usd-outline:before,.ion-social-vimeo:before,.ion-social-vimeo-outline:before,.ion-social-whatsapp:before,.ion-social-whatsapp-outline:before,.ion-social-windows:before,.ion-social-windows-outline:before,.ion-social-wordpress:before,.ion-social-wordpress-outline:before,.ion-social-yahoo:before,.ion-social-yahoo-outline:before,.ion-social-yen:before,.ion-social-yen-outline:before,.ion-social-youtube:before,.ion-social-youtube-outline:before,.ion-soup-can:before,.ion-soup-can-outline:before,.ion-speakerphone:before,.ion-speedometer:before,.ion-spoon:before,.ion-star:before,.ion-stats-bars:before,.ion-steam:before,.ion-stop:before,.ion-thermometer:before,.ion-thumbsdown:before,.ion-thumbsup:before,.ion-toggle:before,.ion-toggle-filled:before,.ion-transgender:before,.ion-trash-a:before,.ion-trash-b:before,.ion-trophy:before,.ion-tshirt:before,.ion-tshirt-outline:before,.ion-umbrella:before,.ion-university:before,.ion-unlocked:before,.ion-upload:before,.ion-usb:before,.ion-videocamera:before,.ion-volume-high:before,.ion-volume-low:before,.ion-volume-medium:before,.ion-volume-mute:before,.ion-wand:before,.ion-waterdrop:before,.ion-wifi:before,.ion-wineglass:before,.ion-woman:before,.ion-wrench:before,.ion-xbox:before{display:inline-block;font-family:"Ionicons";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ion-alert:before{content:"\f101"}.ion-alert-circled:before{content:"\f100"}.ion-android-add:before{content:"\f2c7"}.ion-android-add-circle:before{content:"\f359"}.ion-android-alarm-clock:before{content:"\f35a"}.ion-android-alert:before{content:"\f35b"}.ion-android-apps:before{content:"\f35c"}.ion-android-archive:before{content:"\f2c9"}.ion-android-arrow-back:before{content:"\f2ca"}.ion-android-arrow-down:before{content:"\f35d"}.ion-android-arrow-dropdown:before{content:"\f35f"}.ion-android-arrow-dropdown-circle:before{content:"\f35e"}.ion-android-arrow-dropleft:before{content:"\f361"}.ion-android-arrow-dropleft-circle:before{content:"\f360"}.ion-android-arrow-dropright:before{content:"\f363"}.ion-android-arrow-dropright-circle:before{content:"\f362"}.ion-android-arrow-dropup:before{content:"\f365"}.ion-android-arrow-dropup-circle:before{content:"\f364"}.ion-android-arrow-forward:before{content:"\f30f"}.ion-android-arrow-up:before{content:"\f366"}.ion-android-attach:before{content:"\f367"}.ion-android-bar:before{content:"\f368"}.ion-android-bicycle:before{content:"\f369"}.ion-android-boat:before{content:"\f36a"}.ion-android-bookmark:before{content:"\f36b"}.ion-android-bulb:before{content:"\f36c"}.ion-android-bus:before{content:"\f36d"}.ion-android-calendar:before{content:"\f2d1"}.ion-android-call:before{content:"\f2d2"}.ion-android-camera:before{content:"\f2d3"}.ion-android-cancel:before{content:"\f36e"}.ion-android-car:before{content:"\f36f"}.ion-android-cart:before{content:"\f370"}.ion-android-chat:before{content:"\f2d4"}.ion-android-checkbox:before{content:"\f374"}.ion-android-checkbox-blank:before{content:"\f371"}.ion-android-checkbox-outline:before{content:"\f373"}.ion-android-checkbox-outline-blank:before{content:"\f372"}.ion-android-checkmark-circle:before{content:"\f375"}.ion-android-clipboard:before{content:"\f376"}.ion-android-close:before{content:"\f2d7"}.ion-android-cloud:before{content:"\f37a"}.ion-android-cloud-circle:before{content:"\f377"}.ion-android-cloud-done:before{content:"\f378"}.ion-android-cloud-outline:before{content:"\f379"}.ion-android-color-palette:before{content:"\f37b"}.ion-android-compass:before{content:"\f37c"}.ion-android-contact:before{content:"\f2d8"}.ion-android-contacts:before{content:"\f2d9"}.ion-android-contract:before{content:"\f37d"}.ion-android-create:before{content:"\f37e"}.ion-android-delete:before{content:"\f37f"}.ion-android-desktop:before{content:"\f380"}.ion-android-document:before{content:"\f381"}.ion-android-done:before{content:"\f383"}.ion-android-done-all:before{content:"\f382"}.ion-android-download:before{content:"\f2dd"}.ion-android-drafts:before{content:"\f384"}.ion-android-exit:before{content:"\f385"}.ion-android-expand:before{content:"\f386"}.ion-android-favorite:before{content:"\f388"}.ion-android-favorite-outline:before{content:"\f387"}.ion-android-film:before{content:"\f389"}.ion-android-folder:before{content:"\f2e0"}.ion-android-folder-open:before{content:"\f38a"}.ion-android-funnel:before{content:"\f38b"}.ion-android-globe:before{content:"\f38c"}.ion-android-hand:before{content:"\f2e3"}.ion-android-hangout:before{content:"\f38d"}.ion-android-happy:before{content:"\f38e"}.ion-android-home:before{content:"\f38f"}.ion-android-image:before{content:"\f2e4"}.ion-android-laptop:before{content:"\f390"}.ion-android-list:before{content:"\f391"}.ion-android-locate:before{content:"\f2e9"}.ion-android-lock:before{content:"\f392"}.ion-android-mail:before{content:"\f2eb"}.ion-android-map:before{content:"\f393"}.ion-android-menu:before{content:"\f394"}.ion-android-microphone:before{content:"\f2ec"}.ion-android-microphone-off:before{content:"\f395"}.ion-android-more-horizontal:before{content:"\f396"}.ion-android-more-vertical:before{content:"\f397"}.ion-android-navigate:before{content:"\f398"}.ion-android-notifications:before{content:"\f39b"}.ion-android-notifications-none:before{content:"\f399"}.ion-android-notifications-off:before{content:"\f39a"}.ion-android-open:before{content:"\f39c"}.ion-android-options:before{content:"\f39d"}.ion-android-people:before{content:"\f39e"}.ion-android-person:before{content:"\f3a0"}.ion-android-person-add:before{content:"\f39f"}.ion-android-phone-landscape:before{content:"\f3a1"}.ion-android-phone-portrait:before{content:"\f3a2"}.ion-android-pin:before{content:"\f3a3"}.ion-android-plane:before{content:"\f3a4"}.ion-android-playstore:before{content:"\f2f0"}.ion-android-print:before{content:"\f3a5"}.ion-android-radio-button-off:before{content:"\f3a6"}.ion-android-radio-button-on:before{content:"\f3a7"}.ion-android-refresh:before{content:"\f3a8"}.ion-android-remove:before{content:"\f2f4"}.ion-android-remove-circle:before{content:"\f3a9"}.ion-android-restaurant:before{content:"\f3aa"}.ion-android-sad:before{content:"\f3ab"}.ion-android-search:before{content:"\f2f5"}.ion-android-send:before{content:"\f2f6"}.ion-android-settings:before{content:"\f2f7"}.ion-android-share:before{content:"\f2f8"}.ion-android-share-alt:before{content:"\f3ac"}.ion-android-star:before{content:"\f2fc"}.ion-android-star-half:before{content:"\f3ad"}.ion-android-star-outline:before{content:"\f3ae"}.ion-android-stopwatch:before{content:"\f2fd"}.ion-android-subway:before{content:"\f3af"}.ion-android-sunny:before{content:"\f3b0"}.ion-android-sync:before{content:"\f3b1"}.ion-android-textsms:before{content:"\f3b2"}.ion-android-time:before{content:"\f3b3"}.ion-android-train:before{content:"\f3b4"}.ion-android-unlock:before{content:"\f3b5"}.ion-android-upload:before{content:"\f3b6"}.ion-android-volume-down:before{content:"\f3b7"}.ion-android-volume-mute:before{content:"\f3b8"}.ion-android-volume-off:before{content:"\f3b9"}.ion-android-volume-up:before{content:"\f3ba"}.ion-android-walk:before{content:"\f3bb"}.ion-android-warning:before{content:"\f3bc"}.ion-android-watch:before{content:"\f3bd"}.ion-android-wifi:before{content:"\f305"}.ion-aperture:before{content:"\f313"}.ion-archive:before{content:"\f102"}.ion-arrow-down-a:before{content:"\f103"}.ion-arrow-down-b:before{content:"\f104"}.ion-arrow-down-c:before{content:"\f105"}.ion-arrow-expand:before{content:"\f25e"}.ion-arrow-graph-down-left:before{content:"\f25f"}.ion-arrow-graph-down-right:before{content:"\f260"}.ion-arrow-graph-up-left:before{content:"\f261"}.ion-arrow-graph-up-right:before{content:"\f262"}.ion-arrow-left-a:before{content:"\f106"}.ion-arrow-left-b:before{content:"\f107"}.ion-arrow-left-c:before{content:"\f108"}.ion-arrow-move:before{content:"\f263"}.ion-arrow-resize:before{content:"\f264"}.ion-arrow-return-left:before{content:"\f265"}.ion-arrow-return-right:before{content:"\f266"}.ion-arrow-right-a:before{content:"\f109"}.ion-arrow-right-b:before{content:"\f10a"}.ion-arrow-right-c:before{content:"\f10b"}.ion-arrow-shrink:before{content:"\f267"}.ion-arrow-swap:before{content:"\f268"}.ion-arrow-up-a:before{content:"\f10c"}.ion-arrow-up-b:before{content:"\f10d"}.ion-arrow-up-c:before{content:"\f10e"}.ion-asterisk:before{content:"\f314"}.ion-at:before{content:"\f10f"}.ion-backspace:before{content:"\f3bf"}.ion-backspace-outline:before{content:"\f3be"}.ion-bag:before{content:"\f110"}.ion-battery-charging:before{content:"\f111"}.ion-battery-empty:before{content:"\f112"}.ion-battery-full:before{content:"\f113"}.ion-battery-half:before{content:"\f114"}.ion-battery-low:before{content:"\f115"}.ion-beaker:before{content:"\f269"}.ion-beer:before{content:"\f26a"}.ion-bluetooth:before{content:"\f116"}.ion-bonfire:before{content:"\f315"}.ion-bookmark:before{content:"\f26b"}.ion-bowtie:before{content:"\f3c0"}.ion-briefcase:before{content:"\f26c"}.ion-bug:before{content:"\f2be"}.ion-calculator:before{content:"\f26d"}.ion-calendar:before{content:"\f117"}.ion-camera:before{content:"\f118"}.ion-card:before{content:"\f119"}.ion-cash:before{content:"\f316"}.ion-chatbox:before{content:"\f11b"}.ion-chatbox-working:before{content:"\f11a"}.ion-chatboxes:before{content:"\f11c"}.ion-chatbubble:before{content:"\f11e"}.ion-chatbubble-working:before{content:"\f11d"}.ion-chatbubbles:before{content:"\f11f"}.ion-checkmark:before{content:"\f122"}.ion-checkmark-circled:before{content:"\f120"}.ion-checkmark-round:before{content:"\f121"}.ion-chevron-down:before{content:"\f123"}.ion-chevron-left:before{content:"\f124"}.ion-chevron-right:before{content:"\f125"}.ion-chevron-up:before{content:"\f126"}.ion-clipboard:before{content:"\f127"}.ion-clock:before{content:"\f26e"}.ion-close:before{content:"\f12a"}.ion-close-circled:before{content:"\f128"}.ion-close-round:before{content:"\f129"}.ion-closed-captioning:before{content:"\f317"}.ion-cloud:before{content:"\f12b"}.ion-code:before{content:"\f271"}.ion-code-download:before{content:"\f26f"}.ion-code-working:before{content:"\f270"}.ion-coffee:before{content:"\f272"}.ion-compass:before{content:"\f273"}.ion-compose:before{content:"\f12c"}.ion-connection-bars:before{content:"\f274"}.ion-contrast:before{content:"\f275"}.ion-crop:before{content:"\f3c1"}.ion-cube:before{content:"\f318"}.ion-disc:before{content:"\f12d"}.ion-document:before{content:"\f12f"}.ion-document-text:before{content:"\f12e"}.ion-drag:before{content:"\f130"}.ion-earth:before{content:"\f276"}.ion-easel:before{content:"\f3c2"}.ion-edit:before{content:"\f2bf"}.ion-egg:before{content:"\f277"}.ion-eject:before{content:"\f131"}.ion-email:before{content:"\f132"}.ion-email-unread:before{content:"\f3c3"}.ion-erlenmeyer-flask:before{content:"\f3c5"}.ion-erlenmeyer-flask-bubbles:before{content:"\f3c4"}.ion-eye:before{content:"\f133"}.ion-eye-disabled:before{content:"\f306"}.ion-female:before{content:"\f278"}.ion-filing:before{content:"\f134"}.ion-film-marker:before{content:"\f135"}.ion-fireball:before{content:"\f319"}.ion-flag:before{content:"\f279"}.ion-flame:before{content:"\f31a"}.ion-flash:before{content:"\f137"}.ion-flash-off:before{content:"\f136"}.ion-folder:before{content:"\f139"}.ion-fork:before{content:"\f27a"}.ion-fork-repo:before{content:"\f2c0"}.ion-forward:before{content:"\f13a"}.ion-funnel:before{content:"\f31b"}.ion-gear-a:before{content:"\f13d"}.ion-gear-b:before{content:"\f13e"}.ion-grid:before{content:"\f13f"}.ion-hammer:before{content:"\f27b"}.ion-happy:before{content:"\f31c"}.ion-happy-outline:before{content:"\f3c6"}.ion-headphone:before{content:"\f140"}.ion-heart:before{content:"\f141"}.ion-heart-broken:before{content:"\f31d"}.ion-help:before{content:"\f143"}.ion-help-buoy:before{content:"\f27c"}.ion-help-circled:before{content:"\f142"}.ion-home:before{content:"\f144"}.ion-icecream:before{content:"\f27d"}.ion-image:before{content:"\f147"}.ion-images:before{content:"\f148"}.ion-information:before{content:"\f14a"}.ion-information-circled:before{content:"\f149"}.ion-ionic:before{content:"\f14b"}.ion-ios-alarm:before{content:"\f3c8"}.ion-ios-alarm-outline:before{content:"\f3c7"}.ion-ios-albums:before{content:"\f3ca"}.ion-ios-albums-outline:before{content:"\f3c9"}.ion-ios-americanfootball:before{content:"\f3cc"}.ion-ios-americanfootball-outline:before{content:"\f3cb"}.ion-ios-analytics:before{content:"\f3ce"}.ion-ios-analytics-outline:before{content:"\f3cd"}.ion-ios-arrow-back:before{content:"\f3cf"}.ion-ios-arrow-down:before{content:"\f3d0"}.ion-ios-arrow-forward:before{content:"\f3d1"}.ion-ios-arrow-left:before{content:"\f3d2"}.ion-ios-arrow-right:before{content:"\f3d3"}.ion-ios-arrow-thin-down:before{content:"\f3d4"}.ion-ios-arrow-thin-left:before{content:"\f3d5"}.ion-ios-arrow-thin-right:before{content:"\f3d6"}.ion-ios-arrow-thin-up:before{content:"\f3d7"}.ion-ios-arrow-up:before{content:"\f3d8"}.ion-ios-at:before{content:"\f3da"}.ion-ios-at-outline:before{content:"\f3d9"}.ion-ios-barcode:before{content:"\f3dc"}.ion-ios-barcode-outline:before{content:"\f3db"}.ion-ios-baseball:before{content:"\f3de"}.ion-ios-baseball-outline:before{content:"\f3dd"}.ion-ios-basketball:before{content:"\f3e0"}.ion-ios-basketball-outline:before{content:"\f3df"}.ion-ios-bell:before{content:"\f3e2"}.ion-ios-bell-outline:before{content:"\f3e1"}.ion-ios-body:before{content:"\f3e4"}.ion-ios-body-outline:before{content:"\f3e3"}.ion-ios-bolt:before{content:"\f3e6"}.ion-ios-bolt-outline:before{content:"\f3e5"}.ion-ios-book:before{content:"\f3e8"}.ion-ios-book-outline:before{content:"\f3e7"}.ion-ios-bookmarks:before{content:"\f3ea"}.ion-ios-bookmarks-outline:before{content:"\f3e9"}.ion-ios-box:before{content:"\f3ec"}.ion-ios-box-outline:before{content:"\f3eb"}.ion-ios-briefcase:before{content:"\f3ee"}.ion-ios-briefcase-outline:before{content:"\f3ed"}.ion-ios-browsers:before{content:"\f3f0"}.ion-ios-browsers-outline:before{content:"\f3ef"}.ion-ios-calculator:before{content:"\f3f2"}.ion-ios-calculator-outline:before{content:"\f3f1"}.ion-ios-calendar:before{content:"\f3f4"}.ion-ios-calendar-outline:before{content:"\f3f3"}.ion-ios-camera:before{content:"\f3f6"}.ion-ios-camera-outline:before{content:"\f3f5"}.ion-ios-cart:before{content:"\f3f8"}.ion-ios-cart-outline:before{content:"\f3f7"}.ion-ios-chatboxes:before{content:"\f3fa"}.ion-ios-chatboxes-outline:before{content:"\f3f9"}.ion-ios-chatbubble:before{content:"\f3fc"}.ion-ios-chatbubble-outline:before{content:"\f3fb"}.ion-ios-checkmark:before{content:"\f3ff"}.ion-ios-checkmark-empty:before{content:"\f3fd"}.ion-ios-checkmark-outline:before{content:"\f3fe"}.ion-ios-circle-filled:before{content:"\f400"}.ion-ios-circle-outline:before{content:"\f401"}.ion-ios-clock:before{content:"\f403"}.ion-ios-clock-outline:before{content:"\f402"}.ion-ios-close:before{content:"\f406"}.ion-ios-close-empty:before{content:"\f404"}.ion-ios-close-outline:before{content:"\f405"}.ion-ios-cloud:before{content:"\f40c"}.ion-ios-cloud-download:before{content:"\f408"}.ion-ios-cloud-download-outline:before{content:"\f407"}.ion-ios-cloud-outline:before{content:"\f409"}.ion-ios-cloud-upload:before{content:"\f40b"}.ion-ios-cloud-upload-outline:before{content:"\f40a"}.ion-ios-cloudy:before{content:"\f410"}.ion-ios-cloudy-night:before{content:"\f40e"}.ion-ios-cloudy-night-outline:before{content:"\f40d"}.ion-ios-cloudy-outline:before{content:"\f40f"}.ion-ios-cog:before{content:"\f412"}.ion-ios-cog-outline:before{content:"\f411"}.ion-ios-color-filter:before{content:"\f414"}.ion-ios-color-filter-outline:before{content:"\f413"}.ion-ios-color-wand:before{content:"\f416"}.ion-ios-color-wand-outline:before{content:"\f415"}.ion-ios-compose:before{content:"\f418"}.ion-ios-compose-outline:before{content:"\f417"}.ion-ios-contact:before{content:"\f41a"}.ion-ios-contact-outline:before{content:"\f419"}.ion-ios-copy:before{content:"\f41c"}.ion-ios-copy-outline:before{content:"\f41b"}.ion-ios-crop:before{content:"\f41e"}.ion-ios-crop-strong:before{content:"\f41d"}.ion-ios-download:before{content:"\f420"}.ion-ios-download-outline:before{content:"\f41f"}.ion-ios-drag:before{content:"\f421"}.ion-ios-email:before{content:"\f423"}.ion-ios-email-outline:before{content:"\f422"}.ion-ios-eye:before{content:"\f425"}.ion-ios-eye-outline:before{content:"\f424"}.ion-ios-fastforward:before{content:"\f427"}.ion-ios-fastforward-outline:before{content:"\f426"}.ion-ios-filing:before{content:"\f429"}.ion-ios-filing-outline:before{content:"\f428"}.ion-ios-film:before{content:"\f42b"}.ion-ios-film-outline:before{content:"\f42a"}.ion-ios-flag:before{content:"\f42d"}.ion-ios-flag-outline:before{content:"\f42c"}.ion-ios-flame:before{content:"\f42f"}.ion-ios-flame-outline:before{content:"\f42e"}.ion-ios-flask:before{content:"\f431"}.ion-ios-flask-outline:before{content:"\f430"}.ion-ios-flower:before{content:"\f433"}.ion-ios-flower-outline:before{content:"\f432"}.ion-ios-folder:before{content:"\f435"}.ion-ios-folder-outline:before{content:"\f434"}.ion-ios-football:before{content:"\f437"}.ion-ios-football-outline:before{content:"\f436"}.ion-ios-game-controller-a:before{content:"\f439"}.ion-ios-game-controller-a-outline:before{content:"\f438"}.ion-ios-game-controller-b:before{content:"\f43b"}.ion-ios-game-controller-b-outline:before{content:"\f43a"}.ion-ios-gear:before{content:"\f43d"}.ion-ios-gear-outline:before{content:"\f43c"}.ion-ios-glasses:before{content:"\f43f"}.ion-ios-glasses-outline:before{content:"\f43e"}.ion-ios-grid-view:before{content:"\f441"}.ion-ios-grid-view-outline:before{content:"\f440"}.ion-ios-heart:before{content:"\f443"}.ion-ios-heart-outline:before{content:"\f442"}.ion-ios-help:before{content:"\f446"}.ion-ios-help-empty:before{content:"\f444"}.ion-ios-help-outline:before{content:"\f445"}.ion-ios-home:before{content:"\f448"}.ion-ios-home-outline:before{content:"\f447"}.ion-ios-infinite:before{content:"\f44a"}.ion-ios-infinite-outline:before{content:"\f449"}.ion-ios-information:before{content:"\f44d"}.ion-ios-information-empty:before{content:"\f44b"}.ion-ios-information-outline:before{content:"\f44c"}.ion-ios-ionic-outline:before{content:"\f44e"}.ion-ios-keypad:before{content:"\f450"}.ion-ios-keypad-outline:before{content:"\f44f"}.ion-ios-lightbulb:before{content:"\f452"}.ion-ios-lightbulb-outline:before{content:"\f451"}.ion-ios-list:before{content:"\f454"}.ion-ios-list-outline:before{content:"\f453"}.ion-ios-location:before{content:"\f456"}.ion-ios-location-outline:before{content:"\f455"}.ion-ios-locked:before{content:"\f458"}.ion-ios-locked-outline:before{content:"\f457"}.ion-ios-loop:before{content:"\f45a"}.ion-ios-loop-strong:before{content:"\f459"}.ion-ios-medical:before{content:"\f45c"}.ion-ios-medical-outline:before{content:"\f45b"}.ion-ios-medkit:before{content:"\f45e"}.ion-ios-medkit-outline:before{content:"\f45d"}.ion-ios-mic:before{content:"\f461"}.ion-ios-mic-off:before{content:"\f45f"}.ion-ios-mic-outline:before{content:"\f460"}.ion-ios-minus:before{content:"\f464"}.ion-ios-minus-empty:before{content:"\f462"}.ion-ios-minus-outline:before{content:"\f463"}.ion-ios-monitor:before{content:"\f466"}.ion-ios-monitor-outline:before{content:"\f465"}.ion-ios-moon:before{content:"\f468"}.ion-ios-moon-outline:before{content:"\f467"}.ion-ios-more:before{content:"\f46a"}.ion-ios-more-outline:before{content:"\f469"}.ion-ios-musical-note:before{content:"\f46b"}.ion-ios-musical-notes:before{content:"\f46c"}.ion-ios-navigate:before{content:"\f46e"}.ion-ios-navigate-outline:before{content:"\f46d"}.ion-ios-nutrition:before{content:"\f470"}.ion-ios-nutrition-outline:before{content:"\f46f"}.ion-ios-paper:before{content:"\f472"}.ion-ios-paper-outline:before{content:"\f471"}.ion-ios-paperplane:before{content:"\f474"}.ion-ios-paperplane-outline:before{content:"\f473"}.ion-ios-partlysunny:before{content:"\f476"}.ion-ios-partlysunny-outline:before{content:"\f475"}.ion-ios-pause:before{content:"\f478"}.ion-ios-pause-outline:before{content:"\f477"}.ion-ios-paw:before{content:"\f47a"}.ion-ios-paw-outline:before{content:"\f479"}.ion-ios-people:before{content:"\f47c"}.ion-ios-people-outline:before{content:"\f47b"}.ion-ios-person:before{content:"\f47e"}.ion-ios-person-outline:before{content:"\f47d"}.ion-ios-personadd:before{content:"\f480"}.ion-ios-personadd-outline:before{content:"\f47f"}.ion-ios-photos:before{content:"\f482"}.ion-ios-photos-outline:before{content:"\f481"}.ion-ios-pie:before{content:"\f484"}.ion-ios-pie-outline:before{content:"\f483"}.ion-ios-pint:before{content:"\f486"}.ion-ios-pint-outline:before{content:"\f485"}.ion-ios-play:before{content:"\f488"}.ion-ios-play-outline:before{content:"\f487"}.ion-ios-plus:before{content:"\f48b"}.ion-ios-plus-empty:before{content:"\f489"}.ion-ios-plus-outline:before{content:"\f48a"}.ion-ios-pricetag:before{content:"\f48d"}.ion-ios-pricetag-outline:before{content:"\f48c"}.ion-ios-pricetags:before{content:"\f48f"}.ion-ios-pricetags-outline:before{content:"\f48e"}.ion-ios-printer:before{content:"\f491"}.ion-ios-printer-outline:before{content:"\f490"}.ion-ios-pulse:before{content:"\f493"}.ion-ios-pulse-strong:before{content:"\f492"}.ion-ios-rainy:before{content:"\f495"}.ion-ios-rainy-outline:before{content:"\f494"}.ion-ios-recording:before{content:"\f497"}.ion-ios-recording-outline:before{content:"\f496"}.ion-ios-redo:before{content:"\f499"}.ion-ios-redo-outline:before{content:"\f498"}.ion-ios-refresh:before{content:"\f49c"}.ion-ios-refresh-empty:before{content:"\f49a"}.ion-ios-refresh-outline:before{content:"\f49b"}.ion-ios-reload:before{content:"\f49d"}.ion-ios-reverse-camera:before{content:"\f49f"}.ion-ios-reverse-camera-outline:before{content:"\f49e"}.ion-ios-rewind:before{content:"\f4a1"}.ion-ios-rewind-outline:before{content:"\f4a0"}.ion-ios-rose:before{content:"\f4a3"}.ion-ios-rose-outline:before{content:"\f4a2"}.ion-ios-search:before{content:"\f4a5"}.ion-ios-search-strong:before{content:"\f4a4"}.ion-ios-settings:before{content:"\f4a7"}.ion-ios-settings-strong:before{content:"\f4a6"}.ion-ios-shuffle:before{content:"\f4a9"}.ion-ios-shuffle-strong:before{content:"\f4a8"}.ion-ios-skipbackward:before{content:"\f4ab"}.ion-ios-skipbackward-outline:before{content:"\f4aa"}.ion-ios-skipforward:before{content:"\f4ad"}.ion-ios-skipforward-outline:before{content:"\f4ac"}.ion-ios-snowy:before{content:"\f4ae"}.ion-ios-speedometer:before{content:"\f4b0"}.ion-ios-speedometer-outline:before{content:"\f4af"}.ion-ios-star:before{content:"\f4b3"}.ion-ios-star-half:before{content:"\f4b1"}.ion-ios-star-outline:before{content:"\f4b2"}.ion-ios-stopwatch:before{content:"\f4b5"}.ion-ios-stopwatch-outline:before{content:"\f4b4"}.ion-ios-sunny:before{content:"\f4b7"}.ion-ios-sunny-outline:before{content:"\f4b6"}.ion-ios-telephone:before{content:"\f4b9"}.ion-ios-telephone-outline:before{content:"\f4b8"}.ion-ios-tennisball:before{content:"\f4bb"}.ion-ios-tennisball-outline:before{content:"\f4ba"}.ion-ios-thunderstorm:before{content:"\f4bd"}.ion-ios-thunderstorm-outline:before{content:"\f4bc"}.ion-ios-time:before{content:"\f4bf"}.ion-ios-time-outline:before{content:"\f4be"}.ion-ios-timer:before{content:"\f4c1"}.ion-ios-timer-outline:before{content:"\f4c0"}.ion-ios-toggle:before{content:"\f4c3"}.ion-ios-toggle-outline:before{content:"\f4c2"}.ion-ios-trash:before{content:"\f4c5"}.ion-ios-trash-outline:before{content:"\f4c4"}.ion-ios-undo:before{content:"\f4c7"}.ion-ios-undo-outline:before{content:"\f4c6"}.ion-ios-unlocked:before{content:"\f4c9"}.ion-ios-unlocked-outline:before{content:"\f4c8"}.ion-ios-upload:before{content:"\f4cb"}.ion-ios-upload-outline:before{content:"\f4ca"}.ion-ios-videocam:before{content:"\f4cd"}.ion-ios-videocam-outline:before{content:"\f4cc"}.ion-ios-volume-high:before{content:"\f4ce"}.ion-ios-volume-low:before{content:"\f4cf"}.ion-ios-wineglass:before{content:"\f4d1"}.ion-ios-wineglass-outline:before{content:"\f4d0"}.ion-ios-world:before{content:"\f4d3"}.ion-ios-world-outline:before{content:"\f4d2"}.ion-ipad:before{content:"\f1f9"}.ion-iphone:before{content:"\f1fa"}.ion-ipod:before{content:"\f1fb"}.ion-jet:before{content:"\f295"}.ion-key:before{content:"\f296"}.ion-knife:before{content:"\f297"}.ion-laptop:before{content:"\f1fc"}.ion-leaf:before{content:"\f1fd"}.ion-levels:before{content:"\f298"}.ion-lightbulb:before{content:"\f299"}.ion-link:before{content:"\f1fe"}.ion-load-a:before{content:"\f29a"}.ion-load-b:before{content:"\f29b"}.ion-load-c:before{content:"\f29c"}.ion-load-d:before{content:"\f29d"}.ion-location:before{content:"\f1ff"}.ion-lock-combination:before{content:"\f4d4"}.ion-locked:before{content:"\f200"}.ion-log-in:before{content:"\f29e"}.ion-log-out:before{content:"\f29f"}.ion-loop:before{content:"\f201"}.ion-magnet:before{content:"\f2a0"}.ion-male:before{content:"\f2a1"}.ion-man:before{content:"\f202"}.ion-map:before{content:"\f203"}.ion-medkit:before{content:"\f2a2"}.ion-merge:before{content:"\f33f"}.ion-mic-a:before{content:"\f204"}.ion-mic-b:before{content:"\f205"}.ion-mic-c:before{content:"\f206"}.ion-minus:before{content:"\f209"}.ion-minus-circled:before{content:"\f207"}.ion-minus-round:before{content:"\f208"}.ion-model-s:before{content:"\f2c1"}.ion-monitor:before{content:"\f20a"}.ion-more:before{content:"\f20b"}.ion-mouse:before{content:"\f340"}.ion-music-note:before{content:"\f20c"}.ion-navicon:before{content:"\f20e"}.ion-navicon-round:before{content:"\f20d"}.ion-navigate:before{content:"\f2a3"}.ion-network:before{content:"\f341"}.ion-no-smoking:before{content:"\f2c2"}.ion-nuclear:before{content:"\f2a4"}.ion-outlet:before{content:"\f342"}.ion-paintbrush:before{content:"\f4d5"}.ion-paintbucket:before{content:"\f4d6"}.ion-paper-airplane:before{content:"\f2c3"}.ion-paperclip:before{content:"\f20f"}.ion-pause:before{content:"\f210"}.ion-person:before{content:"\f213"}.ion-person-add:before{content:"\f211"}.ion-person-stalker:before{content:"\f212"}.ion-pie-graph:before{content:"\f2a5"}.ion-pin:before{content:"\f2a6"}.ion-pinpoint:before{content:"\f2a7"}.ion-pizza:before{content:"\f2a8"}.ion-plane:before{content:"\f214"}.ion-planet:before{content:"\f343"}.ion-play:before{content:"\f215"}.ion-playstation:before{content:"\f30a"}.ion-plus:before{content:"\f218"}.ion-plus-circled:before{content:"\f216"}.ion-plus-round:before{content:"\f217"}.ion-podium:before{content:"\f344"}.ion-pound:before{content:"\f219"}.ion-power:before{content:"\f2a9"}.ion-pricetag:before{content:"\f2aa"}.ion-pricetags:before{content:"\f2ab"}.ion-printer:before{content:"\f21a"}.ion-pull-request:before{content:"\f345"}.ion-qr-scanner:before{content:"\f346"}.ion-quote:before{content:"\f347"}.ion-radio-waves:before{content:"\f2ac"}.ion-record:before{content:"\f21b"}.ion-refresh:before{content:"\f21c"}.ion-reply:before{content:"\f21e"}.ion-reply-all:before{content:"\f21d"}.ion-ribbon-a:before{content:"\f348"}.ion-ribbon-b:before{content:"\f349"}.ion-sad:before{content:"\f34a"}.ion-sad-outline:before{content:"\f4d7"}.ion-scissors:before{content:"\f34b"}.ion-search:before{content:"\f21f"}.ion-settings:before{content:"\f2ad"}.ion-share:before{content:"\f220"}.ion-shuffle:before{content:"\f221"}.ion-skip-backward:before{content:"\f222"}.ion-skip-forward:before{content:"\f223"}.ion-social-android:before{content:"\f225"}.ion-social-android-outline:before{content:"\f224"}.ion-social-angular:before{content:"\f4d9"}.ion-social-angular-outline:before{content:"\f4d8"}.ion-social-apple:before{content:"\f227"}.ion-social-apple-outline:before{content:"\f226"}.ion-social-bitcoin:before{content:"\f2af"}.ion-social-bitcoin-outline:before{content:"\f2ae"}.ion-social-buffer:before{content:"\f229"}.ion-social-buffer-outline:before{content:"\f228"}.ion-social-chrome:before{content:"\f4db"}.ion-social-chrome-outline:before{content:"\f4da"}.ion-social-codepen:before{content:"\f4dd"}.ion-social-codepen-outline:before{content:"\f4dc"}.ion-social-css3:before{content:"\f4df"}.ion-social-css3-outline:before{content:"\f4de"}.ion-social-designernews:before{content:"\f22b"}.ion-social-designernews-outline:before{content:"\f22a"}.ion-social-dribbble:before{content:"\f22d"}.ion-social-dribbble-outline:before{content:"\f22c"}.ion-social-dropbox:before{content:"\f22f"}.ion-social-dropbox-outline:before{content:"\f22e"}.ion-social-euro:before{content:"\f4e1"}.ion-social-euro-outline:before{content:"\f4e0"}.ion-social-facebook:before{content:"\f231"}.ion-social-facebook-outline:before{content:"\f230"}.ion-social-foursquare:before{content:"\f34d"}.ion-social-foursquare-outline:before{content:"\f34c"}.ion-social-freebsd-devil:before{content:"\f2c4"}.ion-social-github:before{content:"\f233"}.ion-social-github-outline:before{content:"\f232"}.ion-social-google:before{content:"\f34f"}.ion-social-google-outline:before{content:"\f34e"}.ion-social-googleplus:before{content:"\f235"}.ion-social-googleplus-outline:before{content:"\f234"}.ion-social-hackernews:before{content:"\f237"}.ion-social-hackernews-outline:before{content:"\f236"}.ion-social-html5:before{content:"\f4e3"}.ion-social-html5-outline:before{content:"\f4e2"}.ion-social-instagram:before{content:"\f351"}.ion-social-instagram-outline:before{content:"\f350"}.ion-social-javascript:before{content:"\f4e5"}.ion-social-javascript-outline:before{content:"\f4e4"}.ion-social-linkedin:before{content:"\f239"}.ion-social-linkedin-outline:before{content:"\f238"}.ion-social-markdown:before{content:"\f4e6"}.ion-social-nodejs:before{content:"\f4e7"}.ion-social-octocat:before{content:"\f4e8"}.ion-social-pinterest:before{content:"\f2b1"}.ion-social-pinterest-outline:before{content:"\f2b0"}.ion-social-python:before{content:"\f4e9"}.ion-social-reddit:before{content:"\f23b"}.ion-social-reddit-outline:before{content:"\f23a"}.ion-social-rss:before{content:"\f23d"}.ion-social-rss-outline:before{content:"\f23c"}.ion-social-sass:before{content:"\f4ea"}.ion-social-skype:before{content:"\f23f"}.ion-social-skype-outline:before{content:"\f23e"}.ion-social-snapchat:before{content:"\f4ec"}.ion-social-snapchat-outline:before{content:"\f4eb"}.ion-social-tumblr:before{content:"\f241"}.ion-social-tumblr-outline:before{content:"\f240"}.ion-social-tux:before{content:"\f2c5"}.ion-social-twitch:before{content:"\f4ee"}.ion-social-twitch-outline:before{content:"\f4ed"}.ion-social-twitter:before{content:"\f243"}.ion-social-twitter-outline:before{content:"\f242"}.ion-social-usd:before{content:"\f353"}.ion-social-usd-outline:before{content:"\f352"}.ion-social-vimeo:before{content:"\f245"}.ion-social-vimeo-outline:before{content:"\f244"}.ion-social-whatsapp:before{content:"\f4f0"}.ion-social-whatsapp-outline:before{content:"\f4ef"}.ion-social-windows:before{content:"\f247"}.ion-social-windows-outline:before{content:"\f246"}.ion-social-wordpress:before{content:"\f249"}.ion-social-wordpress-outline:before{content:"\f248"}.ion-social-yahoo:before{content:"\f24b"}.ion-social-yahoo-outline:before{content:"\f24a"}.ion-social-yen:before{content:"\f4f2"}.ion-social-yen-outline:before{content:"\f4f1"}.ion-social-youtube:before{content:"\f24d"}.ion-social-youtube-outline:before{content:"\f24c"}.ion-soup-can:before{content:"\f4f4"}.ion-soup-can-outline:before{content:"\f4f3"}.ion-speakerphone:before{content:"\f2b2"}.ion-speedometer:before{content:"\f2b3"}.ion-spoon:before{content:"\f2b4"}.ion-star:before{content:"\f24e"}.ion-stats-bars:before{content:"\f2b5"}.ion-steam:before{content:"\f30b"}.ion-stop:before{content:"\f24f"}.ion-thermometer:before{content:"\f2b6"}.ion-thumbsdown:before{content:"\f250"}.ion-thumbsup:before{content:"\f251"}.ion-toggle:before{content:"\f355"}.ion-toggle-filled:before{content:"\f354"}.ion-transgender:before{content:"\f4f5"}.ion-trash-a:before{content:"\f252"}.ion-trash-b:before{content:"\f253"}.ion-trophy:before{content:"\f356"}.ion-tshirt:before{content:"\f4f7"}.ion-tshirt-outline:before{content:"\f4f6"}.ion-umbrella:before{content:"\f2b7"}.ion-university:before{content:"\f357"}.ion-unlocked:before{content:"\f254"}.ion-upload:before{content:"\f255"}.ion-usb:before{content:"\f2b8"}.ion-videocamera:before{content:"\f256"}.ion-volume-high:before{content:"\f257"}.ion-volume-low:before{content:"\f258"}.ion-volume-medium:before{content:"\f259"}.ion-volume-mute:before{content:"\f25a"}.ion-wand:before{content:"\f358"}.ion-waterdrop:before{content:"\f25b"}.ion-wifi:before{content:"\f25c"}.ion-wineglass:before{content:"\f2b9"}.ion-woman:before{content:"\f25d"}.ion-wrench:before{content:"\f2ba"}.ion-xbox:before{content:"\f30c"}
diff --git a/frappe/public/css/kanban.css b/frappe/public/css/kanban.css
deleted file mode 100644
index cc337984df..0000000000
--- a/frappe/public/css/kanban.css
+++ /dev/null
@@ -1,147 +0,0 @@
-.kanban {
- min-height: calc(100vh - 252px);
- background-color: #fafbfc;
- display: flex;
- overflow: auto;
-}
-.kanban .kanban-column {
- flex: 0 0 230px;
- max-width: 230px;
- background-color: #fafbfc;
- border-right: 1px solid #d1d8dd;
- padding: 15px;
-}
-.kanban .kanban-column.add-new-column {
- order: 1;
- border-right: none;
-}
-.kanban .kanban-column-title {
- margin-top: 0;
- margin-bottom: 15px;
- position: relative;
- font-weight: bold;
- font-size: 12px;
-}
-.kanban .kanban-column-title .column-options .button-group {
- display: flex;
- padding: 12px 14px;
-}
-.kanban .kanban-column-title .column-options .button-group .btn.indicator {
- flex: 1;
-}
-.kanban .kanban-column-title .column-options .indicator::before {
- margin: 0;
-}
-.kanban .kanban-column-title:hover {
- cursor: pointer;
-}
-.kanban .sortable-ghost > .kanban-card:not(.add-card) {
- background: #ccc !important;
- color: transparent;
-}
-.kanban .sortable-ghost > .kanban-card:not(.add-card) * {
- background: transparent !important;
- color: transparent !important;
-}
-.kanban .kanban-card {
- background-color: #fff;
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
- border-radius: 2px;
- padding: 6px 6px 6px 8px;
- margin-top: 10px;
-}
-.kanban .kanban-card.add-card {
- background-color: transparent;
- box-shadow: none;
- color: #8D99A6;
-}
-.kanban .kanban-card.add-card:hover {
- box-shadow: none;
- color: #36414C;
- cursor: pointer;
-}
-.kanban .kanban-card.add-card .octicon-plus {
- top: -1px;
- font-size: 1em;
- margin-right: 5px;
- position: relative;
-}
-.kanban .kanban-card-wrapper {
- position: relative;
-}
-.kanban .kanban-card:hover,
-.kanban .new-card-area,
-.kanban .edit-card-area {
- box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
-}
-.kanban .kanban-card-wrapper:hover {
- cursor: pointer;
- text-decoration: none;
-}
-.kanban .kanban-card-wrapper:hover .kanban-card-edit {
- opacity: 1;
-}
-.kanban .kanban-card-title {
- max-width: 90%;
- font-size: 12px;
-}
-.kanban .kanban-card-edit {
- position: absolute;
- right: 10px;
- opacity: 0;
- transition: 0.2s ease;
-}
-.kanban .new-card-area,
-.kanban .edit-card-area {
- margin-bottom: 10px;
-}
-.kanban .new-card-area textarea,
-.kanban .edit-card-area textarea {
- font-size: 12px;
- resize: none;
- border: none;
- background: none;
- overflow: hidden;
- word-wrap: break-word;
- width: 100%;
-}
-.kanban .new-card-area textarea:focus,
-.kanban .edit-card-area textarea:focus {
- outline: none;
-}
-.kanban .compose-column-form .new-column-title {
- background: transparent;
- border: none;
- outline: none;
-}
-.kanban .add-new-column a:hover {
- color: #36414C !important;
-}
-.kanban .kanban-card-meta {
- margin-top: 8px;
- text-align: right;
-}
-.kanban .kanban-card-meta .avatar {
- width: 16px;
- height: 16px;
-}
-.kanban .kanban-empty-state {
- width: 100%;
- line-height: 400px;
-}
-body[data-route*="Kanban"] .modal .add-assignment:hover i {
- color: #36414C !important;
-}
-.edit-card-title .h4 {
- margin-top: 5px;
- margin-bottom: 5px;
-}
-.edit-card-title span:hover {
- background-color: #fffce7;
- cursor: pointer;
-}
-.edit-card-title input {
- border: none;
- outline: none;
- width: 100%;
-}
diff --git a/frappe/public/css/mixins.css b/frappe/public/css/mixins.css
deleted file mode 100644
index d7c3b4c5ca..0000000000
--- a/frappe/public/css/mixins.css
+++ /dev/null
@@ -1 +0,0 @@
-/* the element that this class is applied to, should have a max width for this to work*/
diff --git a/frappe/public/css/navbar.css b/frappe/public/css/navbar.css
deleted file mode 100644
index 1e95a8c533..0000000000
--- a/frappe/public/css/navbar.css
+++ /dev/null
@@ -1,225 +0,0 @@
-/* the element that this class is applied to, should have a max width for this to work*/
-.navbar .dropdown-toggle {
- padding-top: 8px;
- padding-bottom: 8px;
-}
-.navbar-fixed-top {
- left: 0px;
- right: 0px;
-}
-.navbar a {
- font-size: 12px;
- font-weight: bold;
-}
-.navbar-icon-home {
- vertical-align: middle;
-}
-.navbar-icon-home:hover,
-.navbar-icon-home:focus,
-.navbar-icon-home:active,
-.navbar-icon-home-hover {
- opacity: 1;
- Filter: alpha(opacity=100);
- /* For IE8 and earlier */
-}
-.navbar-user-image {
- width: 24px;
- height: 24px;
- margin-right: 3px;
- border-radius: 4px;
-}
-@media (max-width: 991px) {
- .navbar-desk {
- width: 35% !important;
- }
- .navbar-desk ~ ul > li {
- float: left;
- }
- .navbar-desk ~ ul > li a {
- padding-left: 10px !important;
- padding-right: 10px !important;
- }
- .navbar-desk ~ ul > li a .avatar {
- margin-right: 0;
- }
- .dropdown-navbar-new-comments > a {
- padding: 8px 0 !important;
- margin-left: 0 !important;
- }
-}
-@media (max-width: 767px) {
- .navbar-desk {
- width: 50% !important;
- }
-}
-#search-modal .modal-dialog,
-#search-modal .modal-content {
- background: transparent;
-}
-#search-modal .modal-header {
- background: #fff;
- width: 100%;
-}
-#search-modal .modal-header form {
- vertical-align: middle;
-}
-#search-modal .modal-header button {
- line-height: 0;
- position: absolute;
- right: 0;
- top: 0;
- z-index: 9;
- padding: 9px;
-}
-.dropdown-navbar-new-comments > a {
- border: 0;
-}
-.dropdown-navbar-new-comments .dropdown-menu {
- margin-top: 0;
-}
-.dropdown-help .dropdown-menu {
- width: 350px !important;
- max-height: 440px;
- overflow: auto;
-}
-.dropdown-help .dropdown-menu .input-group {
- width: 100%;
- background-color: #f5f7fa;
- padding: 8px 12px;
-}
-.dropdown-help .dropdown-menu input {
- width: 100%;
- padding: 5px 10px;
- outline: none;
- border-radius: 3px 0 0 3px;
- border: 1px solid #d1d8dd;
- opacity: 0.9;
- line-height: 1.5;
-}
-.dropdown-help .dropdown-menu button {
- border: 1px solid #d1d8dd;
-}
-@media (max-width: 767px) {
- .dropdown-help .dropdown-menu {
- position: fixed !important;
- top: 40px;
- width: 100% !important;
- }
-}
-@media (max-width: 767px) {
- .dropdown-mobile.open .dropdown-menu {
- position: absolute;
- border-top: 1px solid rgba(0, 0, 0, 0.14902);
- box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
- background-color: #fff;
- right: 0;
- left: auto;
- }
- .dropdown-mobile.open .dropdown-menu > li > a {
- padding: 12px;
- }
- .dropdown-help {
- display: none !important;
- }
-}
-.navbar-new-comments {
- display: inline-block;
- min-width: 24px;
- height: 24px;
- border-radius: 4px;
- color: #fff;
- text-align: center;
- padding: 2px 5px;
- background-color: #b8c2cc;
-}
-.navbar-new-comments-true {
- background-color: #ff5858;
-}
-.navbar-form .awesomplete {
- margin-left: -15px;
- width: 300px;
-}
-@media (max-width: 1199px) {
- .navbar-form .awesomplete {
- width: 280px;
- }
-}
-@media (max-width: 991px) {
- .navbar-form .awesomplete {
- width: 250px;
- }
-}
-#navbar-search {
- width: 100%;
- background-color: rgba(255, 255, 255, 0.9);
-}
-.navbar .navbar-search-icon {
- color: #6C7680;
- font-size: inherit;
- position: relative;
- right: 24px;
- top: 1px;
-}
-.navbar .badge {
- font-weight: normal;
-}
-#navbar-search-results {
- left: auto;
- right: inherit;
- margin-top: -1px;
- max-height: 300px;
- overflow-y: auto;
- overflow-x: hidden;
-}
-.navbar-center {
- float: left;
- color: #6C7680;
-}
-#navbar-breadcrumbs > li > a:before {
- font-family: FontAwesome;
- font-weight: normal;
- font-style: normal;
- text-decoration: inherit;
- -webkit-font-smoothing: antialiased;
- *margin-right: 0.3em;
- display: inline-block;
- speak: none;
- font-size: 24px;
- transition: 0.2s;
- position: relative;
- top: 3px;
- content: "\f105";
- margin-right: 10px;
- color: #C0C9D2;
-}
-#navbar-breadcrumbs > li > a:hover:before,
-#navbar-breadcrumbs > li > a:focus:before,
-#navbar-breadcrumbs > li > a:active:before {
- color: #36414C;
-}
-#navbar-breadcrumbs > li > a {
- padding: 6px 15px 10px 0px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- max-width: 170px;
-}
-@media (min-width: 991px) and (max-width: 1199px) {
- #navbar-breadcrumbs > li > a {
- max-width: 120px;
- }
-}
-.toolbar-user-fullname {
- max-width: 150px;
- display: inline-block;
-}
-.navbar-brand > img {
- display: inline-block;
-}
-.toggle-sidebar {
- margin-right: 10px;
-}
-.navbar-default .navbar-nav > li > a,
-.navbar-default .navbar-brand {
- color: #8D99A6;
-}
diff --git a/frappe/public/css/offcanvas-website.css b/frappe/public/css/offcanvas-website.css
deleted file mode 100644
index dd10c4ae29..0000000000
--- a/frappe/public/css/offcanvas-website.css
+++ /dev/null
@@ -1,2 +0,0 @@
-@media (max-width: 767px) {
-}
diff --git a/frappe/public/css/offcanvas.css b/frappe/public/css/offcanvas.css
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/frappe/public/css/prism.css b/frappe/public/css/prism.css
deleted file mode 100644
index 050bce34c7..0000000000
--- a/frappe/public/css/prism.css
+++ /dev/null
@@ -1,107 +0,0 @@
-/**
- * prism.js default theme for JavaScript, CSS and HTML
- * Based on dabblet (http://dabblet.com)
- * @author Lea Verou
- */
-
-code[class*="language-"],
-pre[class*="language-"] {
- color: black;
- text-shadow: 0 1px white;
- font-family: Consolas, Monaco, 'Andale Mono', monospace;
- direction: ltr;
- text-align: left;
- white-space: pre;
- word-spacing: normal;
-
- -moz-tab-size: 4;
- -o-tab-size: 4;
- tab-size: 4;
-
- -webkit-hyphens: none;
- -moz-hyphens: none;
- -ms-hyphens: none;
- hyphens: none;
-}
-
-@media print {
- code[class*="language-"],
- pre[class*="language-"] {
- text-shadow: none;
- }
-}
-
-/* Code blocks */
-pre[class*="language-"] {
- padding: 1em;
- margin: .5em 0;
- overflow: auto;
-}
-
-:not(pre) > code[class*="language-"],
-pre[class*="language-"] {
- background: #f5f2f0;
-}
-
-/* Inline code */
-:not(pre) > code[class*="language-"] {
- padding: .1em;
- border-radius: .3em;
-}
-
-.token.comment,
-.token.prolog,
-.token.doctype,
-.token.cdata {
- color: slategray;
-}
-
-.token.punctuation {
- color: #999;
-}
-
-.namespace {
- opacity: .7;
-}
-
-.token.property,
-.token.tag,
-.token.boolean,
-.token.number {
- color: #905;
-}
-
-.token.selector,
-.token.attr-name,
-.token.string {
- color: #690;
-}
-
-.token.operator,
-.token.entity,
-.token.url,
-.language-css .token.string,
-.style .token.string {
- color: #a67f59;
- background: hsla(0,0%,100%,.5);
-}
-
-.token.atrule,
-.token.attr-value,
-.token.keyword {
- color: #07a;
-}
-
-
-.token.regex,
-.token.important {
- color: #e90;
-}
-
-.token.important {
- font-weight: bold;
-}
-
-.token.entity {
- cursor: help;
-}
diff --git a/frappe/public/css/regrid.css b/frappe/public/css/regrid.css
deleted file mode 100644
index 92dfbb5ffb..0000000000
--- a/frappe/public/css/regrid.css
+++ /dev/null
@@ -1,33 +0,0 @@
-.data-table {
- font-size: 14px;
-}
-.data-table .frappe-control {
- margin: 0;
-}
-.data-table .form-group {
- margin: 0;
-}
-.data-table .form-control {
- border-radius: 0px;
- border: none;
-}
-.data-table .link-btn {
- top: 9px;
-}
-.data-table select {
- height: 36px;
-}
-.data-table .edit-cell {
- border: 2px solid #7679FC;
-}
-.data-table .checkbox {
- margin-top: 8px;
- margin-bottom: 8px;
- margin-left: 8px;
-}
-.data-table [data-fieldtype="Color"] .control-input {
- overflow: hidden;
-}
-.data-table .data-table-col.selected .content {
- border-color: #7679FC;
-}
diff --git a/frappe/public/css/report.css b/frappe/public/css/report.css
deleted file mode 100644
index e1ec264675..0000000000
--- a/frappe/public/css/report.css
+++ /dev/null
@@ -1,59 +0,0 @@
-.grid-report .plot {
- margin: 15px;
- display: none;
- height: 300px !important;
- width: 97% !important;
-}
-.grid-report .ui-widget {
- border: none !important;
- outline: none !important;
- border-top: 1px solid #d1d8dd !important;
- background-color: #fafbfc !important;
-}
-.grid-report .show-zero {
- margin: 10px;
- display: none;
-}
-.column-picker-dialog .column-list {
- margin: 15px 0;
- border: 1px solid #d1d8dd;
-}
-.column-picker-dialog .column-list .column-list-item {
- padding: 10px;
- border-bottom: 1px solid #d1d8dd;
-}
-.column-picker-dialog .column-list .column-list-item:last-child {
- border-bottom: none;
-}
-.column-picker-dialog .column-list .sortable-handle {
- cursor: move;
-}
-.column-picker-dialog .column-list .sortable-chosen {
- background-color: #fffce7;
-}
-.column-picker-dialog .column-list .fa-sort {
- margin: 0px 7px;
- margin-top: 9px;
- margin-right: -15px;
-}
-.column-picker-dialog .column-list .form-control {
- display: inline-block;
- width: 89%;
-}
-@media (max-width: 767px) {
- .column-picker-dialog .column-list .form-control {
- width: 77%;
- }
-}
-.column-picker-dialog .column-list .close {
- margin: 2px 7px 0px;
-}
-.column-picker-dialog .add-btn {
- margin-bottom: 2px;
-}
-.data-table .edit-popup .frappe-control {
- padding: 0;
-}
-.data-table .edit-popup .frappe-control .form-group {
- margin: 0;
-}
diff --git a/frappe/public/css/shepherd/shepherd-theme-arrows-plain-buttons.css b/frappe/public/css/shepherd/shepherd-theme-arrows-plain-buttons.css
deleted file mode 100755
index 4b07981756..0000000000
--- a/frappe/public/css/shepherd/shepherd-theme-arrows-plain-buttons.css
+++ /dev/null
@@ -1,185 +0,0 @@
-.shepherd-element, .shepherd-element:after, .shepherd-element:before, .shepherd-element *, .shepherd-element *:after, .shepherd-element *:before {
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box; }
-
-.shepherd-element {
- position: absolute;
- display: none; }
- .shepherd-element.shepherd-open {
- display: block; }
-
-.shepherd-element.shepherd-theme-arrows-plain-buttons {
- max-width: 100%;
- max-height: 100%; }
- .shepherd-element.shepherd-theme-arrows-plain-buttons .shepherd-content {
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- border-radius: 5px;
- position: relative;
- font-family: inherit;
- background: #fff;
- color: #444;
- padding: 1em;
- font-size: 1.1em;
- line-height: 1.5em;
- -moz-transform: translateZ(0);
- -ms-transform: translateZ(0);
- -webkit-transform: translateZ(0);
- transform: translateZ(0);
- -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
- filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2)); }
- .shepherd-element.shepherd-theme-arrows-plain-buttons .shepherd-content:before {
- content: "";
- display: block;
- position: absolute;
- width: 0;
- height: 0;
- border-color: transparent;
- border-width: 16px;
- border-style: solid; }
- .shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-bottom.shepherd-element-attached-center .shepherd-content {
- margin-bottom: 16px; }
- .shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-bottom.shepherd-element-attached-center .shepherd-content:before {
- top: 100%;
- left: 50%;
- margin-left: -16px;
- border-top-color: #fff; }
- .shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-top.shepherd-element-attached-center .shepherd-content {
- margin-top: 16px; }
- .shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-top.shepherd-element-attached-center .shepherd-content:before {
- bottom: 100%;
- left: 50%;
- margin-left: -16px;
- border-bottom-color: #fff; }
- .shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-right.shepherd-element-attached-middle .shepherd-content {
- margin-right: 16px; }
- .shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-right.shepherd-element-attached-middle .shepherd-content:before {
- left: 100%;
- top: 50%;
- margin-top: -16px;
- border-left-color: #fff; }
- .shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-left.shepherd-element-attached-middle .shepherd-content {
- margin-left: 16px; }
- .shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-left.shepherd-element-attached-middle .shepherd-content:before {
- right: 100%;
- top: 50%;
- margin-top: -16px;
- border-right-color: #fff; }
- .shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom .shepherd-content {
- margin-top: 16px; }
- .shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom .shepherd-content:before {
- bottom: 100%;
- left: 16px;
- border-bottom-color: #fff; }
- .shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom .shepherd-content {
- margin-top: 16px; }
- .shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom .shepherd-content:before {
- bottom: 100%;
- right: 16px;
- border-bottom-color: #fff; }
- .shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-top .shepherd-content {
- margin-bottom: 16px; }
- .shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-top .shepherd-content:before {
- top: 100%;
- left: 16px;
- border-top-color: #fff; }
- .shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-top .shepherd-content {
- margin-bottom: 16px; }
- .shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-top .shepherd-content:before {
- top: 100%;
- right: 16px;
- border-top-color: #fff; }
- .shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-left .shepherd-content {
- margin-right: 16px; }
- .shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-left .shepherd-content:before {
- top: 16px;
- left: 100%;
- border-left-color: #fff; }
- .shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-right .shepherd-content {
- margin-left: 16px; }
- .shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-right .shepherd-content:before {
- top: 16px;
- right: 100%;
- border-right-color: #fff; }
- .shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-left .shepherd-content {
- margin-right: 16px; }
- .shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-left .shepherd-content:before {
- bottom: 16px;
- left: 100%;
- border-left-color: #fff; }
- .shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-right .shepherd-content {
- margin-left: 16px; }
- .shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-right .shepherd-content:before {
- bottom: 16px;
- right: 100%;
- border-right-color: #fff; }
-
-.shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-top.shepherd-element-attached-center.shepherd-has-title .shepherd-content:before, .shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom.shepherd-has-title .shepherd-content:before, .shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom.shepherd-has-title .shepherd-content:before {
- border-bottom-color: #eee; }
-.shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-has-title .shepherd-content header {
- background: #eee;
- padding: 1em; }
- .shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-has-title .shepherd-content header a.shepherd-cancel-link {
- padding: 0;
- margin-bottom: 0; }
-.shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-has-cancel-link .shepherd-content header h3 {
- float: left; }
-.shepherd-element.shepherd-theme-arrows-plain-buttons .shepherd-content {
- padding: 0; }
- .shepherd-element.shepherd-theme-arrows-plain-buttons .shepherd-content header {
- *zoom: 1;
- -moz-border-radius: 5px 5px 0 0;
- -webkit-border-radius: 5px;
- border-radius: 5px 5px 0 0; }
- .shepherd-element.shepherd-theme-arrows-plain-buttons .shepherd-content header:after {
- content: "";
- display: table;
- clear: both; }
- .shepherd-element.shepherd-theme-arrows-plain-buttons .shepherd-content header h3 {
- margin: 0;
- line-height: 1;
- font-weight: normal; }
- .shepherd-element.shepherd-theme-arrows-plain-buttons .shepherd-content header a.shepherd-cancel-link {
- float: right;
- text-decoration: none;
- font-size: 1.25em;
- line-height: 0.8em;
- font-weight: normal;
- color: rgba(0, 0, 0, 0.5);
- opacity: 0.25;
- position: relative;
- top: 0.1em;
- padding: 0.8em;
- margin-bottom: -0.8em; }
- .shepherd-element.shepherd-theme-arrows-plain-buttons .shepherd-content header a.shepherd-cancel-link:hover {
- opacity: 1; }
- .shepherd-element.shepherd-theme-arrows-plain-buttons .shepherd-content .shepherd-text {
- padding: 1em; }
- .shepherd-element.shepherd-theme-arrows-plain-buttons .shepherd-content .shepherd-text p {
- margin: 0 0 0.5em 0;
- line-height: 1.3em; }
- .shepherd-element.shepherd-theme-arrows-plain-buttons .shepherd-content .shepherd-text p:last-child {
- margin-bottom: 0; }
- .shepherd-element.shepherd-theme-arrows-plain-buttons .shepherd-content footer {
- padding: 0 1em 1em; }
- .shepherd-element.shepherd-theme-arrows-plain-buttons .shepherd-content footer .shepherd-buttons {
- text-align: right;
- list-style: none;
- padding: 0;
- margin: 0; }
- .shepherd-element.shepherd-theme-arrows-plain-buttons .shepherd-content footer .shepherd-buttons li {
- display: inline;
- padding: 0;
- margin: 0; }
- .shepherd-element.shepherd-theme-arrows-plain-buttons .shepherd-content footer .shepherd-buttons li .shepherd-button {
- display: inline-block;
- vertical-align: middle;
- *vertical-align: auto;
- *zoom: 1;
- *display: inline;
- cursor: pointer;
- margin: 0 0.5em 0 0;
- text-decoration: none; }
- .shepherd-element.shepherd-theme-arrows-plain-buttons .shepherd-content footer .shepherd-buttons li:last-child .shepherd-button {
- margin-right: 0; }
diff --git a/frappe/public/css/shepherd/shepherd-theme-arrows.css b/frappe/public/css/shepherd/shepherd-theme-arrows.css
deleted file mode 100755
index 5091c726ce..0000000000
--- a/frappe/public/css/shepherd/shepherd-theme-arrows.css
+++ /dev/null
@@ -1,201 +0,0 @@
-.shepherd-element, .shepherd-element:after, .shepherd-element:before, .shepherd-element *, .shepherd-element *:after, .shepherd-element *:before {
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box; }
-
-.shepherd-element {
- position: absolute;
- display: none; }
- .shepherd-element.shepherd-open {
- display: block; }
-
-.shepherd-element.shepherd-theme-arrows {
- max-width: 100%;
- max-height: 100%; }
- .shepherd-element.shepherd-theme-arrows .shepherd-content {
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- border-radius: 5px;
- position: relative;
- font-family: inherit;
- background: #fff;
- /*color: #444;*/
- padding: 1em;
- /*font-size: 1.1em;*/
- /*line-height: 1.5em;*/
- -moz-transform: translateZ(0);
- -ms-transform: translateZ(0);
- -webkit-transform: translateZ(0);
- transform: translateZ(0);
- -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
- filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2)); }
- .shepherd-element.shepherd-theme-arrows .shepherd-content:before {
- content: "";
- display: block;
- position: absolute;
- width: 0;
- height: 0;
- border-color: transparent;
- border-width: 16px;
- border-style: solid; }
- .shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-center .shepherd-content {
- margin-bottom: 16px; }
- .shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-center .shepherd-content:before {
- top: 100%;
- left: 50%;
- margin-left: -16px;
- border-top-color: #fff; }
- .shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-center .shepherd-content {
- margin-top: 16px; }
- .shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-center .shepherd-content:before {
- bottom: 100%;
- left: 50%;
- margin-left: -16px;
- border-bottom-color: #fff; }
- .shepherd-element.shepherd-theme-arrows.shepherd-element-attached-right.shepherd-element-attached-middle .shepherd-content {
- margin-right: 16px; }
- .shepherd-element.shepherd-theme-arrows.shepherd-element-attached-right.shepherd-element-attached-middle .shepherd-content:before {
- left: 100%;
- top: 50%;
- margin-top: -16px;
- border-left-color: #fff; }
- .shepherd-element.shepherd-theme-arrows.shepherd-element-attached-left.shepherd-element-attached-middle .shepherd-content {
- margin-left: 16px; }
- .shepherd-element.shepherd-theme-arrows.shepherd-element-attached-left.shepherd-element-attached-middle .shepherd-content:before {
- right: 100%;
- top: 50%;
- margin-top: -16px;
- border-right-color: #fff; }
- .shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom .shepherd-content {
- margin-top: 16px; }
- .shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom .shepherd-content:before {
- bottom: 100%;
- left: 16px;
- border-bottom-color: #fff; }
- .shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom .shepherd-content {
- margin-top: 16px; }
- .shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom .shepherd-content:before {
- bottom: 100%;
- right: 16px;
- border-bottom-color: #fff; }
- .shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-top .shepherd-content {
- margin-bottom: 16px; }
- .shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-top .shepherd-content:before {
- top: 100%;
- left: 16px;
- border-top-color: #fff; }
- .shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-top .shepherd-content {
- margin-bottom: 16px; }
- .shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-top .shepherd-content:before {
- top: 100%;
- right: 16px;
- border-top-color: #fff; }
- .shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-left .shepherd-content {
- margin-right: 16px; }
- .shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-left .shepherd-content:before {
- top: 16px;
- left: 100%;
- border-left-color: #fff; }
- .shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-right .shepherd-content {
- margin-left: 16px; }
- .shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-right .shepherd-content:before {
- top: 16px;
- right: 100%;
- border-right-color: #fff; }
- .shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-left .shepherd-content {
- margin-right: 16px; }
- .shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-left .shepherd-content:before {
- bottom: 16px;
- left: 100%;
- border-left-color: #fff; }
- .shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-right .shepherd-content {
- margin-left: 16px; }
- .shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-right .shepherd-content:before {
- bottom: 16px;
- right: 100%;
- border-right-color: #fff; }
-
-.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-center.shepherd-has-title .shepherd-content:before, .shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom.shepherd-has-title .shepherd-content:before, .shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom.shepherd-has-title .shepherd-content:before {
- border-bottom-color: #eee; }
-.shepherd-element.shepherd-theme-arrows.shepherd-has-title .shepherd-content header {
- background: #eee;
- padding: 1em; }
- .shepherd-element.shepherd-theme-arrows.shepherd-has-title .shepherd-content header a.shepherd-cancel-link {
- padding: 0;
- margin-bottom: 0; }
-.shepherd-element.shepherd-theme-arrows.shepherd-has-cancel-link .shepherd-content header h3 {
- float: left; }
-.shepherd-element.shepherd-theme-arrows .shepherd-content {
- padding: 0; }
- .shepherd-element.shepherd-theme-arrows .shepherd-content * {
- font-size: inherit; }
- .shepherd-element.shepherd-theme-arrows .shepherd-content header {
- *zoom: 1;
- -moz-border-radius: 5px 5px 0 0;
- -webkit-border-radius: 5px;
- border-radius: 5px 5px 0 0; }
- .shepherd-element.shepherd-theme-arrows .shepherd-content header:after {
- content: "";
- display: table;
- clear: both; }
- .shepherd-element.shepherd-theme-arrows .shepherd-content header h3 {
- margin: 0;
- line-height: 1;
- font-weight: normal; }
- .shepherd-element.shepherd-theme-arrows .shepherd-content header a.shepherd-cancel-link {
- float: right;
- text-decoration: none;
- font-size: 1.25em;
- line-height: 0.8em;
- font-weight: normal;
- color: rgba(0, 0, 0, 0.5);
- opacity: 0.25;
- position: relative;
- top: 0.1em;
- padding: 0.8em;
- margin-bottom: -0.8em; }
- .shepherd-element.shepherd-theme-arrows .shepherd-content header a.shepherd-cancel-link:hover {
- opacity: 1; }
- .shepherd-element.shepherd-theme-arrows .shepherd-content .shepherd-text {
- padding: 1em; }
- .shepherd-element.shepherd-theme-arrows .shepherd-content .shepherd-text p {
- margin: 0 0 0.5em 0;
- line-height: 1.3em; }
- .shepherd-element.shepherd-theme-arrows .shepherd-content .shepherd-text p:last-child {
- margin-bottom: 0; }
- .shepherd-element.shepherd-theme-arrows .shepherd-content footer {
- padding: 0 1em 1em; }
- .shepherd-element.shepherd-theme-arrows .shepherd-content footer .shepherd-buttons {
- text-align: right;
- list-style: none;
- padding: 0;
- margin: 0; }
- .shepherd-element.shepherd-theme-arrows .shepherd-content footer .shepherd-buttons li {
- display: inline;
- padding: 0;
- margin: 0; }
- .shepherd-element.shepherd-theme-arrows .shepherd-content footer .shepherd-buttons li .shepherd-button {
- display: inline-block;
- vertical-align: middle;
- *vertical-align: auto;
- *zoom: 1;
- *display: inline;
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- cursor: pointer;
- border: 0;
- margin: 0 0.5em 0 0;
- font-family: inherit;
- text-transform: uppercase;
- letter-spacing: 0.1em;
- font-size: 0.8em;
- line-height: 1em;
- padding: 0.75em 2em;
- background: #3288e6;
- color: #fff; }
- .shepherd-element.shepherd-theme-arrows .shepherd-content footer .shepherd-buttons li .shepherd-button.shepherd-button-secondary {
- background: #eee;
- color: #888; }
- .shepherd-element.shepherd-theme-arrows .shepherd-content footer .shepherd-buttons li:last-child .shepherd-button {
- margin-right: 0; }
diff --git a/frappe/public/css/shepherd/shepherd-theme-dark.css b/frappe/public/css/shepherd/shepherd-theme-dark.css
deleted file mode 100755
index d079dc7139..0000000000
--- a/frappe/public/css/shepherd/shepherd-theme-dark.css
+++ /dev/null
@@ -1,223 +0,0 @@
-.shepherd-element, .shepherd-element:after, .shepherd-element:before, .shepherd-element *, .shepherd-element *:after, .shepherd-element *:before {
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box; }
-
-.shepherd-element {
- position: absolute;
- display: none; }
- .shepherd-element.shepherd-open {
- display: block; }
-
-.shepherd-element.shepherd-theme-dark {
- max-width: 100%;
- max-height: 100%; }
- .shepherd-element.shepherd-theme-dark .shepherd-content {
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- border-radius: 5px;
- position: relative;
- font-family: inherit;
- background: #232323;
- color: #eee;
- padding: 1em;
- font-size: 1.1em;
- line-height: 1.5em; }
- .shepherd-element.shepherd-theme-dark .shepherd-content:before {
- content: "";
- display: block;
- position: absolute;
- width: 0;
- height: 0;
- border-color: transparent;
- border-width: 16px;
- border-style: solid; }
- .shepherd-element.shepherd-theme-dark.shepherd-element-attached-bottom.shepherd-element-attached-center .shepherd-content {
- margin-bottom: 16px; }
- .shepherd-element.shepherd-theme-dark.shepherd-element-attached-bottom.shepherd-element-attached-center .shepherd-content:before {
- top: 100%;
- left: 50%;
- margin-left: -16px;
- border-top-color: #232323; }
- .shepherd-element.shepherd-theme-dark.shepherd-element-attached-top.shepherd-element-attached-center .shepherd-content {
- margin-top: 16px; }
- .shepherd-element.shepherd-theme-dark.shepherd-element-attached-top.shepherd-element-attached-center .shepherd-content:before {
- bottom: 100%;
- left: 50%;
- margin-left: -16px;
- border-bottom-color: #232323; }
- .shepherd-element.shepherd-theme-dark.shepherd-element-attached-right.shepherd-element-attached-middle .shepherd-content {
- margin-right: 16px; }
- .shepherd-element.shepherd-theme-dark.shepherd-element-attached-right.shepherd-element-attached-middle .shepherd-content:before {
- left: 100%;
- top: 50%;
- margin-top: -16px;
- border-left-color: #232323; }
- .shepherd-element.shepherd-theme-dark.shepherd-element-attached-left.shepherd-element-attached-middle .shepherd-content {
- margin-left: 16px; }
- .shepherd-element.shepherd-theme-dark.shepherd-element-attached-left.shepherd-element-attached-middle .shepherd-content:before {
- right: 100%;
- top: 50%;
- margin-top: -16px;
- border-right-color: #232323; }
- .shepherd-element.shepherd-theme-dark.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom .shepherd-content {
- margin-top: 16px; }
- .shepherd-element.shepherd-theme-dark.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom .shepherd-content:before {
- bottom: 100%;
- left: 16px;
- border-bottom-color: #232323; }
- .shepherd-element.shepherd-theme-dark.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom .shepherd-content {
- margin-top: 16px; }
- .shepherd-element.shepherd-theme-dark.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom .shepherd-content:before {
- bottom: 100%;
- right: 16px;
- border-bottom-color: #232323; }
- .shepherd-element.shepherd-theme-dark.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-top .shepherd-content {
- margin-bottom: 16px; }
- .shepherd-element.shepherd-theme-dark.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-top .shepherd-content:before {
- top: 100%;
- left: 16px;
- border-top-color: #232323; }
- .shepherd-element.shepherd-theme-dark.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-top .shepherd-content {
- margin-bottom: 16px; }
- .shepherd-element.shepherd-theme-dark.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-top .shepherd-content:before {
- top: 100%;
- right: 16px;
- border-top-color: #232323; }
- .shepherd-element.shepherd-theme-dark.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-left .shepherd-content {
- margin-right: 16px; }
- .shepherd-element.shepherd-theme-dark.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-left .shepherd-content:before {
- top: 16px;
- left: 100%;
- border-left-color: #232323; }
- .shepherd-element.shepherd-theme-dark.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-right .shepherd-content {
- margin-left: 16px; }
- .shepherd-element.shepherd-theme-dark.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-right .shepherd-content:before {
- top: 16px;
- right: 100%;
- border-right-color: #232323; }
- .shepherd-element.shepherd-theme-dark.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-left .shepherd-content {
- margin-right: 16px; }
- .shepherd-element.shepherd-theme-dark.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-left .shepherd-content:before {
- bottom: 16px;
- left: 100%;
- border-left-color: #232323; }
- .shepherd-element.shepherd-theme-dark.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-right .shepherd-content {
- margin-left: 16px; }
- .shepherd-element.shepherd-theme-dark.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-right .shepherd-content:before {
- bottom: 16px;
- right: 100%;
- border-right-color: #232323; }
-
-.shepherd-element.shepherd-theme-dark {
- z-index: 9999;
- max-width: 24em;
- font-size: 1em; }
- .shepherd-element.shepherd-theme-dark.shepherd-element-attached-top.shepherd-element-attached-center.shepherd-has-title .shepherd-content:before, .shepherd-element.shepherd-theme-dark.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom.shepherd-has-title .shepherd-content:before, .shepherd-element.shepherd-theme-dark.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom.shepherd-has-title .shepherd-content:before {
- border-bottom-color: #303030; }
- .shepherd-element.shepherd-theme-dark.shepherd-has-title .shepherd-content header {
- background: #303030;
- padding: 1em; }
- .shepherd-element.shepherd-theme-dark.shepherd-has-title .shepherd-content header a.shepherd-cancel-link {
- padding: 0;
- margin-bottom: 0; }
- .shepherd-element.shepherd-theme-dark.shepherd-has-cancel-link .shepherd-content header h3 {
- float: left; }
- .shepherd-element.shepherd-theme-dark .shepherd-content {
- -moz-box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
- -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
- box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
- padding: 0; }
- .shepherd-element.shepherd-theme-dark .shepherd-content * {
- font-size: inherit; }
- .shepherd-element.shepherd-theme-dark .shepherd-content header {
- *zoom: 1;
- -moz-border-radius: 5px 5px 0 0;
- -webkit-border-radius: 5px;
- border-radius: 5px 5px 0 0; }
- .shepherd-element.shepherd-theme-dark .shepherd-content header:after {
- content: "";
- display: table;
- clear: both; }
- .shepherd-element.shepherd-theme-dark .shepherd-content header h3 {
- margin: 0;
- line-height: 1;
- font-weight: normal; }
- .shepherd-element.shepherd-theme-dark .shepherd-content header a.shepherd-cancel-link {
- float: right;
- text-decoration: none;
- font-size: 1.25em;
- line-height: 0.8em;
- font-weight: normal;
- color: rgba(0, 0, 0, 0.5);
- opacity: 0.25;
- position: relative;
- top: 0.1em;
- padding: 0.8em;
- margin-bottom: -0.8em; }
- .shepherd-element.shepherd-theme-dark .shepherd-content header a.shepherd-cancel-link:hover {
- opacity: 1; }
- .shepherd-element.shepherd-theme-dark .shepherd-content .shepherd-text {
- padding: 1em; }
- .shepherd-element.shepherd-theme-dark .shepherd-content .shepherd-text p {
- margin: 0 0 0.5em 0;
- line-height: 1.3em; }
- .shepherd-element.shepherd-theme-dark .shepherd-content .shepherd-text p:last-child {
- margin-bottom: 0; }
- .shepherd-element.shepherd-theme-dark .shepherd-content footer {
- padding: 0 1em 1em; }
- .shepherd-element.shepherd-theme-dark .shepherd-content footer .shepherd-buttons {
- text-align: right;
- list-style: none;
- padding: 0;
- margin: 0; }
- .shepherd-element.shepherd-theme-dark .shepherd-content footer .shepherd-buttons li {
- display: inline;
- padding: 0;
- margin: 0; }
- .shepherd-element.shepherd-theme-dark .shepherd-content footer .shepherd-buttons li .shepherd-button {
- display: inline-block;
- vertical-align: middle;
- *vertical-align: auto;
- *zoom: 1;
- *display: inline;
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- cursor: pointer;
- border: 0;
- margin: 0 0.5em 0 0;
- font-family: inherit;
- text-transform: uppercase;
- letter-spacing: 0.1em;
- font-size: 0.8em;
- line-height: 1em;
- padding: 0.75em 2em;
- background: #3288e6;
- color: #fff; }
- .shepherd-element.shepherd-theme-dark .shepherd-content footer .shepherd-buttons li .shepherd-button.shepherd-button-secondary {
- background: #eee;
- color: #888; }
- .shepherd-element.shepherd-theme-dark .shepherd-content footer .shepherd-buttons li:last-child .shepherd-button {
- margin-right: 0; }
-
-.shepherd-start-tour-button.shepherd-theme-dark {
- display: inline-block;
- vertical-align: middle;
- *vertical-align: auto;
- *zoom: 1;
- *display: inline;
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- cursor: pointer;
- border: 0;
- margin: 0 0.5em 0 0;
- font-family: inherit;
- text-transform: uppercase;
- letter-spacing: 0.1em;
- font-size: 0.8em;
- line-height: 1em;
- padding: 0.75em 2em;
- background: #3288e6;
- color: #fff; }
diff --git a/frappe/public/css/shepherd/shepherd-theme-default.css b/frappe/public/css/shepherd/shepherd-theme-default.css
deleted file mode 100755
index b6ab7e766a..0000000000
--- a/frappe/public/css/shepherd/shepherd-theme-default.css
+++ /dev/null
@@ -1,223 +0,0 @@
-.shepherd-element, .shepherd-element:after, .shepherd-element:before, .shepherd-element *, .shepherd-element *:after, .shepherd-element *:before {
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box; }
-
-.shepherd-element {
- position: absolute;
- display: none; }
- .shepherd-element.shepherd-open {
- display: block; }
-
-.shepherd-element.shepherd-theme-default {
- max-width: 100%;
- max-height: 100%; }
- .shepherd-element.shepherd-theme-default .shepherd-content {
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- border-radius: 5px;
- position: relative;
- font-family: inherit;
- background: #f6f6f6;
- color: #444;
- padding: 1em;
- font-size: 1.1em;
- line-height: 1.5em; }
- .shepherd-element.shepherd-theme-default .shepherd-content:before {
- content: "";
- display: block;
- position: absolute;
- width: 0;
- height: 0;
- border-color: transparent;
- border-width: 16px;
- border-style: solid; }
- .shepherd-element.shepherd-theme-default.shepherd-element-attached-bottom.shepherd-element-attached-center .shepherd-content {
- margin-bottom: 16px; }
- .shepherd-element.shepherd-theme-default.shepherd-element-attached-bottom.shepherd-element-attached-center .shepherd-content:before {
- top: 100%;
- left: 50%;
- margin-left: -16px;
- border-top-color: #f6f6f6; }
- .shepherd-element.shepherd-theme-default.shepherd-element-attached-top.shepherd-element-attached-center .shepherd-content {
- margin-top: 16px; }
- .shepherd-element.shepherd-theme-default.shepherd-element-attached-top.shepherd-element-attached-center .shepherd-content:before {
- bottom: 100%;
- left: 50%;
- margin-left: -16px;
- border-bottom-color: #f6f6f6; }
- .shepherd-element.shepherd-theme-default.shepherd-element-attached-right.shepherd-element-attached-middle .shepherd-content {
- margin-right: 16px; }
- .shepherd-element.shepherd-theme-default.shepherd-element-attached-right.shepherd-element-attached-middle .shepherd-content:before {
- left: 100%;
- top: 50%;
- margin-top: -16px;
- border-left-color: #f6f6f6; }
- .shepherd-element.shepherd-theme-default.shepherd-element-attached-left.shepherd-element-attached-middle .shepherd-content {
- margin-left: 16px; }
- .shepherd-element.shepherd-theme-default.shepherd-element-attached-left.shepherd-element-attached-middle .shepherd-content:before {
- right: 100%;
- top: 50%;
- margin-top: -16px;
- border-right-color: #f6f6f6; }
- .shepherd-element.shepherd-theme-default.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom .shepherd-content {
- margin-top: 16px; }
- .shepherd-element.shepherd-theme-default.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom .shepherd-content:before {
- bottom: 100%;
- left: 16px;
- border-bottom-color: #f6f6f6; }
- .shepherd-element.shepherd-theme-default.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom .shepherd-content {
- margin-top: 16px; }
- .shepherd-element.shepherd-theme-default.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom .shepherd-content:before {
- bottom: 100%;
- right: 16px;
- border-bottom-color: #f6f6f6; }
- .shepherd-element.shepherd-theme-default.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-top .shepherd-content {
- margin-bottom: 16px; }
- .shepherd-element.shepherd-theme-default.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-top .shepherd-content:before {
- top: 100%;
- left: 16px;
- border-top-color: #f6f6f6; }
- .shepherd-element.shepherd-theme-default.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-top .shepherd-content {
- margin-bottom: 16px; }
- .shepherd-element.shepherd-theme-default.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-top .shepherd-content:before {
- top: 100%;
- right: 16px;
- border-top-color: #f6f6f6; }
- .shepherd-element.shepherd-theme-default.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-left .shepherd-content {
- margin-right: 16px; }
- .shepherd-element.shepherd-theme-default.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-left .shepherd-content:before {
- top: 16px;
- left: 100%;
- border-left-color: #f6f6f6; }
- .shepherd-element.shepherd-theme-default.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-right .shepherd-content {
- margin-left: 16px; }
- .shepherd-element.shepherd-theme-default.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-right .shepherd-content:before {
- top: 16px;
- right: 100%;
- border-right-color: #f6f6f6; }
- .shepherd-element.shepherd-theme-default.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-left .shepherd-content {
- margin-right: 16px; }
- .shepherd-element.shepherd-theme-default.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-left .shepherd-content:before {
- bottom: 16px;
- left: 100%;
- border-left-color: #f6f6f6; }
- .shepherd-element.shepherd-theme-default.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-right .shepherd-content {
- margin-left: 16px; }
- .shepherd-element.shepherd-theme-default.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-right .shepherd-content:before {
- bottom: 16px;
- right: 100%;
- border-right-color: #f6f6f6; }
-
-.shepherd-element.shepherd-theme-default {
- z-index: 9999;
- max-width: 24em;
- font-size: 1em; }
- .shepherd-element.shepherd-theme-default.shepherd-element-attached-top.shepherd-element-attached-center.shepherd-has-title .shepherd-content:before, .shepherd-element.shepherd-theme-default.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom.shepherd-has-title .shepherd-content:before, .shepherd-element.shepherd-theme-default.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom.shepherd-has-title .shepherd-content:before {
- border-bottom-color: #e6e6e6; }
- .shepherd-element.shepherd-theme-default.shepherd-has-title .shepherd-content header {
- background: #e6e6e6;
- padding: 1em; }
- .shepherd-element.shepherd-theme-default.shepherd-has-title .shepherd-content header a.shepherd-cancel-link {
- padding: 0;
- margin-bottom: 0; }
- .shepherd-element.shepherd-theme-default.shepherd-has-cancel-link .shepherd-content header h3 {
- float: left; }
- .shepherd-element.shepherd-theme-default .shepherd-content {
- -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.17);
- -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.17);
- box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.17);
- padding: 0; }
- .shepherd-element.shepherd-theme-default .shepherd-content * {
- font-size: inherit; }
- .shepherd-element.shepherd-theme-default .shepherd-content header {
- *zoom: 1;
- -moz-border-radius: 5px 5px 0 0;
- -webkit-border-radius: 5px;
- border-radius: 5px 5px 0 0; }
- .shepherd-element.shepherd-theme-default .shepherd-content header:after {
- content: "";
- display: table;
- clear: both; }
- .shepherd-element.shepherd-theme-default .shepherd-content header h3 {
- margin: 0;
- line-height: 1;
- font-weight: normal; }
- .shepherd-element.shepherd-theme-default .shepherd-content header a.shepherd-cancel-link {
- float: right;
- text-decoration: none;
- font-size: 1.25em;
- line-height: 0.8em;
- font-weight: normal;
- color: rgba(0, 0, 0, 0.5);
- opacity: 0.25;
- position: relative;
- top: 0.1em;
- padding: 0.8em;
- margin-bottom: -0.8em; }
- .shepherd-element.shepherd-theme-default .shepherd-content header a.shepherd-cancel-link:hover {
- opacity: 1; }
- .shepherd-element.shepherd-theme-default .shepherd-content .shepherd-text {
- padding: 1em; }
- .shepherd-element.shepherd-theme-default .shepherd-content .shepherd-text p {
- margin: 0 0 0.5em 0;
- line-height: 1.3em; }
- .shepherd-element.shepherd-theme-default .shepherd-content .shepherd-text p:last-child {
- margin-bottom: 0; }
- .shepherd-element.shepherd-theme-default .shepherd-content footer {
- padding: 0 1em 1em; }
- .shepherd-element.shepherd-theme-default .shepherd-content footer .shepherd-buttons {
- text-align: right;
- list-style: none;
- padding: 0;
- margin: 0; }
- .shepherd-element.shepherd-theme-default .shepherd-content footer .shepherd-buttons li {
- display: inline;
- padding: 0;
- margin: 0; }
- .shepherd-element.shepherd-theme-default .shepherd-content footer .shepherd-buttons li .shepherd-button {
- display: inline-block;
- vertical-align: middle;
- *vertical-align: auto;
- *zoom: 1;
- *display: inline;
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- cursor: pointer;
- border: 0;
- margin: 0 0.5em 0 0;
- font-family: inherit;
- text-transform: uppercase;
- letter-spacing: 0.1em;
- font-size: 0.8em;
- line-height: 1em;
- padding: 0.75em 2em;
- background: #3288e6;
- color: #fff; }
- .shepherd-element.shepherd-theme-default .shepherd-content footer .shepherd-buttons li .shepherd-button.shepherd-button-secondary {
- background: #eee;
- color: #888; }
- .shepherd-element.shepherd-theme-default .shepherd-content footer .shepherd-buttons li:last-child .shepherd-button {
- margin-right: 0; }
-
-.shepherd-start-tour-button.shepherd-theme-default {
- display: inline-block;
- vertical-align: middle;
- *vertical-align: auto;
- *zoom: 1;
- *display: inline;
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- cursor: pointer;
- border: 0;
- margin: 0 0.5em 0 0;
- font-family: inherit;
- text-transform: uppercase;
- letter-spacing: 0.1em;
- font-size: 0.8em;
- line-height: 1em;
- padding: 0.75em 2em;
- background: #3288e6;
- color: #fff; }
diff --git a/frappe/public/css/shepherd/shepherd-theme-square-dark.css b/frappe/public/css/shepherd/shepherd-theme-square-dark.css
deleted file mode 100755
index c941280510..0000000000
--- a/frappe/public/css/shepherd/shepherd-theme-square-dark.css
+++ /dev/null
@@ -1,229 +0,0 @@
-.shepherd-element, .shepherd-element:after, .shepherd-element:before, .shepherd-element *, .shepherd-element *:after, .shepherd-element *:before {
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box; }
-
-.shepherd-element {
- position: absolute;
- display: none; }
- .shepherd-element.shepherd-open {
- display: block; }
-
-.shepherd-element.shepherd-theme-square-dark {
- max-width: 100%;
- max-height: 100%; }
- .shepherd-element.shepherd-theme-square-dark .shepherd-content {
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- border-radius: 5px;
- position: relative;
- font-family: inherit;
- background: #232323;
- color: #eee;
- padding: 1em;
- font-size: 1.1em;
- line-height: 1.5em; }
- .shepherd-element.shepherd-theme-square-dark .shepherd-content:before {
- content: "";
- display: block;
- position: absolute;
- width: 0;
- height: 0;
- border-color: transparent;
- border-width: 16px;
- border-style: solid; }
- .shepherd-element.shepherd-theme-square-dark.shepherd-element-attached-bottom.shepherd-element-attached-center .shepherd-content {
- margin-bottom: 16px; }
- .shepherd-element.shepherd-theme-square-dark.shepherd-element-attached-bottom.shepherd-element-attached-center .shepherd-content:before {
- top: 100%;
- left: 50%;
- margin-left: -16px;
- border-top-color: #232323; }
- .shepherd-element.shepherd-theme-square-dark.shepherd-element-attached-top.shepherd-element-attached-center .shepherd-content {
- margin-top: 16px; }
- .shepherd-element.shepherd-theme-square-dark.shepherd-element-attached-top.shepherd-element-attached-center .shepherd-content:before {
- bottom: 100%;
- left: 50%;
- margin-left: -16px;
- border-bottom-color: #232323; }
- .shepherd-element.shepherd-theme-square-dark.shepherd-element-attached-right.shepherd-element-attached-middle .shepherd-content {
- margin-right: 16px; }
- .shepherd-element.shepherd-theme-square-dark.shepherd-element-attached-right.shepherd-element-attached-middle .shepherd-content:before {
- left: 100%;
- top: 50%;
- margin-top: -16px;
- border-left-color: #232323; }
- .shepherd-element.shepherd-theme-square-dark.shepherd-element-attached-left.shepherd-element-attached-middle .shepherd-content {
- margin-left: 16px; }
- .shepherd-element.shepherd-theme-square-dark.shepherd-element-attached-left.shepherd-element-attached-middle .shepherd-content:before {
- right: 100%;
- top: 50%;
- margin-top: -16px;
- border-right-color: #232323; }
- .shepherd-element.shepherd-theme-square-dark.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom .shepherd-content {
- margin-top: 16px; }
- .shepherd-element.shepherd-theme-square-dark.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom .shepherd-content:before {
- bottom: 100%;
- left: 16px;
- border-bottom-color: #232323; }
- .shepherd-element.shepherd-theme-square-dark.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom .shepherd-content {
- margin-top: 16px; }
- .shepherd-element.shepherd-theme-square-dark.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom .shepherd-content:before {
- bottom: 100%;
- right: 16px;
- border-bottom-color: #232323; }
- .shepherd-element.shepherd-theme-square-dark.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-top .shepherd-content {
- margin-bottom: 16px; }
- .shepherd-element.shepherd-theme-square-dark.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-top .shepherd-content:before {
- top: 100%;
- left: 16px;
- border-top-color: #232323; }
- .shepherd-element.shepherd-theme-square-dark.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-top .shepherd-content {
- margin-bottom: 16px; }
- .shepherd-element.shepherd-theme-square-dark.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-top .shepherd-content:before {
- top: 100%;
- right: 16px;
- border-top-color: #232323; }
- .shepherd-element.shepherd-theme-square-dark.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-left .shepherd-content {
- margin-right: 16px; }
- .shepherd-element.shepherd-theme-square-dark.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-left .shepherd-content:before {
- top: 16px;
- left: 100%;
- border-left-color: #232323; }
- .shepherd-element.shepherd-theme-square-dark.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-right .shepherd-content {
- margin-left: 16px; }
- .shepherd-element.shepherd-theme-square-dark.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-right .shepherd-content:before {
- top: 16px;
- right: 100%;
- border-right-color: #232323; }
- .shepherd-element.shepherd-theme-square-dark.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-left .shepherd-content {
- margin-right: 16px; }
- .shepherd-element.shepherd-theme-square-dark.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-left .shepherd-content:before {
- bottom: 16px;
- left: 100%;
- border-left-color: #232323; }
- .shepherd-element.shepherd-theme-square-dark.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-right .shepherd-content {
- margin-left: 16px; }
- .shepherd-element.shepherd-theme-square-dark.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-right .shepherd-content:before {
- bottom: 16px;
- right: 100%;
- border-right-color: #232323; }
-
-.shepherd-element.shepherd-theme-square-dark {
- -moz-border-radius: 0;
- -webkit-border-radius: 0;
- border-radius: 0;
- z-index: 9999;
- max-width: 24em;
- font-size: 1em; }
- .shepherd-element.shepherd-theme-square-dark.shepherd-element-attached-top.shepherd-element-attached-center.shepherd-has-title .shepherd-content:before, .shepherd-element.shepherd-theme-square-dark.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom.shepherd-has-title .shepherd-content:before, .shepherd-element.shepherd-theme-square-dark.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom.shepherd-has-title .shepherd-content:before {
- border-bottom-color: #303030; }
- .shepherd-element.shepherd-theme-square-dark.shepherd-has-title .shepherd-content header {
- background: #303030;
- padding: 1em; }
- .shepherd-element.shepherd-theme-square-dark.shepherd-has-title .shepherd-content header a.shepherd-cancel-link {
- padding: 0;
- margin-bottom: 0; }
- .shepherd-element.shepherd-theme-square-dark.shepherd-has-cancel-link .shepherd-content header h3 {
- float: left; }
- .shepherd-element.shepherd-theme-square-dark .shepherd-content {
- -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.17);
- -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.17);
- box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.17);
- -moz-border-radius: 0;
- -webkit-border-radius: 0;
- border-radius: 0;
- padding: 0; }
- .shepherd-element.shepherd-theme-square-dark .shepherd-content * {
- font-size: inherit; }
- .shepherd-element.shepherd-theme-square-dark .shepherd-content header {
- *zoom: 1;
- -moz-border-radius: 0;
- -webkit-border-radius: 0;
- border-radius: 0; }
- .shepherd-element.shepherd-theme-square-dark .shepherd-content header:after {
- content: "";
- display: table;
- clear: both; }
- .shepherd-element.shepherd-theme-square-dark .shepherd-content header h3 {
- margin: 0;
- line-height: 1;
- font-weight: normal; }
- .shepherd-element.shepherd-theme-square-dark .shepherd-content header a.shepherd-cancel-link {
- float: right;
- text-decoration: none;
- font-size: 1.25em;
- line-height: 0.8em;
- font-weight: normal;
- color: rgba(0, 0, 0, 0.5);
- opacity: 0.25;
- position: relative;
- top: 0.1em;
- padding: 0.8em;
- margin-bottom: -0.8em; }
- .shepherd-element.shepherd-theme-square-dark .shepherd-content header a.shepherd-cancel-link:hover {
- opacity: 1; }
- .shepherd-element.shepherd-theme-square-dark .shepherd-content .shepherd-text {
- padding: 1em; }
- .shepherd-element.shepherd-theme-square-dark .shepherd-content .shepherd-text p {
- margin: 0 0 0.5em 0;
- line-height: 1.3em; }
- .shepherd-element.shepherd-theme-square-dark .shepherd-content .shepherd-text p:last-child {
- margin-bottom: 0; }
- .shepherd-element.shepherd-theme-square-dark .shepherd-content footer {
- padding: 0 1em 1em; }
- .shepherd-element.shepherd-theme-square-dark .shepherd-content footer .shepherd-buttons {
- text-align: right;
- list-style: none;
- padding: 0;
- margin: 0; }
- .shepherd-element.shepherd-theme-square-dark .shepherd-content footer .shepherd-buttons li {
- display: inline;
- padding: 0;
- margin: 0; }
- .shepherd-element.shepherd-theme-square-dark .shepherd-content footer .shepherd-buttons li .shepherd-button {
- display: inline-block;
- vertical-align: middle;
- *vertical-align: auto;
- *zoom: 1;
- *display: inline;
- -moz-border-radius: 0;
- -webkit-border-radius: 0;
- border-radius: 0;
- cursor: pointer;
- border: 0;
- margin: 0 0.5em 0 0;
- font-family: inherit;
- text-transform: uppercase;
- letter-spacing: 0.1em;
- font-size: 0.8em;
- line-height: 1em;
- padding: 0.75em 2em;
- background: #3288e6;
- color: #fff; }
- .shepherd-element.shepherd-theme-square-dark .shepherd-content footer .shepherd-buttons li .shepherd-button.shepherd-button-secondary {
- background: #eee;
- color: #888; }
- .shepherd-element.shepherd-theme-square-dark .shepherd-content footer .shepherd-buttons li:last-child .shepherd-button {
- margin-right: 0; }
-
-.shepherd-start-tour-button.shepherd-theme-square-dark {
- display: inline-block;
- vertical-align: middle;
- *vertical-align: auto;
- *zoom: 1;
- *display: inline;
- -moz-border-radius: 0;
- -webkit-border-radius: 0;
- border-radius: 0;
- cursor: pointer;
- border: 0;
- margin: 0 0.5em 0 0;
- font-family: inherit;
- text-transform: uppercase;
- letter-spacing: 0.1em;
- font-size: 0.8em;
- line-height: 1em;
- padding: 0.75em 2em;
- background: #3288e6;
- color: #fff; }
diff --git a/frappe/public/css/shepherd/shepherd-theme-square.css b/frappe/public/css/shepherd/shepherd-theme-square.css
deleted file mode 100755
index 4faba44d9b..0000000000
--- a/frappe/public/css/shepherd/shepherd-theme-square.css
+++ /dev/null
@@ -1,229 +0,0 @@
-.shepherd-element, .shepherd-element:after, .shepherd-element:before, .shepherd-element *, .shepherd-element *:after, .shepherd-element *:before {
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box; }
-
-.shepherd-element {
- position: absolute;
- display: none; }
- .shepherd-element.shepherd-open {
- display: block; }
-
-.shepherd-element.shepherd-theme-square {
- max-width: 100%;
- max-height: 100%; }
- .shepherd-element.shepherd-theme-square .shepherd-content {
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- border-radius: 5px;
- position: relative;
- font-family: inherit;
- background: #f6f6f6;
- color: #444;
- padding: 1em;
- font-size: 1.1em;
- line-height: 1.5em; }
- .shepherd-element.shepherd-theme-square .shepherd-content:before {
- content: "";
- display: block;
- position: absolute;
- width: 0;
- height: 0;
- border-color: transparent;
- border-width: 16px;
- border-style: solid; }
- .shepherd-element.shepherd-theme-square.shepherd-element-attached-bottom.shepherd-element-attached-center .shepherd-content {
- margin-bottom: 16px; }
- .shepherd-element.shepherd-theme-square.shepherd-element-attached-bottom.shepherd-element-attached-center .shepherd-content:before {
- top: 100%;
- left: 50%;
- margin-left: -16px;
- border-top-color: #f6f6f6; }
- .shepherd-element.shepherd-theme-square.shepherd-element-attached-top.shepherd-element-attached-center .shepherd-content {
- margin-top: 16px; }
- .shepherd-element.shepherd-theme-square.shepherd-element-attached-top.shepherd-element-attached-center .shepherd-content:before {
- bottom: 100%;
- left: 50%;
- margin-left: -16px;
- border-bottom-color: #f6f6f6; }
- .shepherd-element.shepherd-theme-square.shepherd-element-attached-right.shepherd-element-attached-middle .shepherd-content {
- margin-right: 16px; }
- .shepherd-element.shepherd-theme-square.shepherd-element-attached-right.shepherd-element-attached-middle .shepherd-content:before {
- left: 100%;
- top: 50%;
- margin-top: -16px;
- border-left-color: #f6f6f6; }
- .shepherd-element.shepherd-theme-square.shepherd-element-attached-left.shepherd-element-attached-middle .shepherd-content {
- margin-left: 16px; }
- .shepherd-element.shepherd-theme-square.shepherd-element-attached-left.shepherd-element-attached-middle .shepherd-content:before {
- right: 100%;
- top: 50%;
- margin-top: -16px;
- border-right-color: #f6f6f6; }
- .shepherd-element.shepherd-theme-square.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom .shepherd-content {
- margin-top: 16px; }
- .shepherd-element.shepherd-theme-square.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom .shepherd-content:before {
- bottom: 100%;
- left: 16px;
- border-bottom-color: #f6f6f6; }
- .shepherd-element.shepherd-theme-square.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom .shepherd-content {
- margin-top: 16px; }
- .shepherd-element.shepherd-theme-square.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom .shepherd-content:before {
- bottom: 100%;
- right: 16px;
- border-bottom-color: #f6f6f6; }
- .shepherd-element.shepherd-theme-square.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-top .shepherd-content {
- margin-bottom: 16px; }
- .shepherd-element.shepherd-theme-square.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-top .shepherd-content:before {
- top: 100%;
- left: 16px;
- border-top-color: #f6f6f6; }
- .shepherd-element.shepherd-theme-square.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-top .shepherd-content {
- margin-bottom: 16px; }
- .shepherd-element.shepherd-theme-square.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-top .shepherd-content:before {
- top: 100%;
- right: 16px;
- border-top-color: #f6f6f6; }
- .shepherd-element.shepherd-theme-square.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-left .shepherd-content {
- margin-right: 16px; }
- .shepherd-element.shepherd-theme-square.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-left .shepherd-content:before {
- top: 16px;
- left: 100%;
- border-left-color: #f6f6f6; }
- .shepherd-element.shepherd-theme-square.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-right .shepherd-content {
- margin-left: 16px; }
- .shepherd-element.shepherd-theme-square.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-right .shepherd-content:before {
- top: 16px;
- right: 100%;
- border-right-color: #f6f6f6; }
- .shepherd-element.shepherd-theme-square.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-left .shepherd-content {
- margin-right: 16px; }
- .shepherd-element.shepherd-theme-square.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-left .shepherd-content:before {
- bottom: 16px;
- left: 100%;
- border-left-color: #f6f6f6; }
- .shepherd-element.shepherd-theme-square.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-right .shepherd-content {
- margin-left: 16px; }
- .shepherd-element.shepherd-theme-square.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-right .shepherd-content:before {
- bottom: 16px;
- right: 100%;
- border-right-color: #f6f6f6; }
-
-.shepherd-element.shepherd-theme-square {
- -moz-border-radius: 0;
- -webkit-border-radius: 0;
- border-radius: 0;
- z-index: 9999;
- max-width: 24em;
- font-size: 1em; }
- .shepherd-element.shepherd-theme-square.shepherd-element-attached-top.shepherd-element-attached-center.shepherd-has-title .shepherd-content:before, .shepherd-element.shepherd-theme-square.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom.shepherd-has-title .shepherd-content:before, .shepherd-element.shepherd-theme-square.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom.shepherd-has-title .shepherd-content:before {
- border-bottom-color: #e6e6e6; }
- .shepherd-element.shepherd-theme-square.shepherd-has-title .shepherd-content header {
- background: #e6e6e6;
- padding: 1em; }
- .shepherd-element.shepherd-theme-square.shepherd-has-title .shepherd-content header a.shepherd-cancel-link {
- padding: 0;
- margin-bottom: 0; }
- .shepherd-element.shepherd-theme-square.shepherd-has-cancel-link .shepherd-content header h3 {
- float: left; }
- .shepherd-element.shepherd-theme-square .shepherd-content {
- -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.17);
- -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.17);
- box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.17);
- -moz-border-radius: 0;
- -webkit-border-radius: 0;
- border-radius: 0;
- padding: 0; }
- .shepherd-element.shepherd-theme-square .shepherd-content * {
- font-size: inherit; }
- .shepherd-element.shepherd-theme-square .shepherd-content header {
- *zoom: 1;
- -moz-border-radius: 0;
- -webkit-border-radius: 0;
- border-radius: 0; }
- .shepherd-element.shepherd-theme-square .shepherd-content header:after {
- content: "";
- display: table;
- clear: both; }
- .shepherd-element.shepherd-theme-square .shepherd-content header h3 {
- margin: 0;
- line-height: 1;
- font-weight: normal; }
- .shepherd-element.shepherd-theme-square .shepherd-content header a.shepherd-cancel-link {
- float: right;
- text-decoration: none;
- font-size: 1.25em;
- line-height: 0.8em;
- font-weight: normal;
- color: rgba(0, 0, 0, 0.5);
- opacity: 0.25;
- position: relative;
- top: 0.1em;
- padding: 0.8em;
- margin-bottom: -0.8em; }
- .shepherd-element.shepherd-theme-square .shepherd-content header a.shepherd-cancel-link:hover {
- opacity: 1; }
- .shepherd-element.shepherd-theme-square .shepherd-content .shepherd-text {
- padding: 1em; }
- .shepherd-element.shepherd-theme-square .shepherd-content .shepherd-text p {
- margin: 0 0 0.5em 0;
- line-height: 1.3em; }
- .shepherd-element.shepherd-theme-square .shepherd-content .shepherd-text p:last-child {
- margin-bottom: 0; }
- .shepherd-element.shepherd-theme-square .shepherd-content footer {
- padding: 0 1em 1em; }
- .shepherd-element.shepherd-theme-square .shepherd-content footer .shepherd-buttons {
- text-align: right;
- list-style: none;
- padding: 0;
- margin: 0; }
- .shepherd-element.shepherd-theme-square .shepherd-content footer .shepherd-buttons li {
- display: inline;
- padding: 0;
- margin: 0; }
- .shepherd-element.shepherd-theme-square .shepherd-content footer .shepherd-buttons li .shepherd-button {
- display: inline-block;
- vertical-align: middle;
- *vertical-align: auto;
- *zoom: 1;
- *display: inline;
- -moz-border-radius: 0;
- -webkit-border-radius: 0;
- border-radius: 0;
- cursor: pointer;
- border: 0;
- margin: 0 0.5em 0 0;
- font-family: inherit;
- text-transform: uppercase;
- letter-spacing: 0.1em;
- font-size: 0.8em;
- line-height: 1em;
- padding: 0.75em 2em;
- background: #3288e6;
- color: #fff; }
- .shepherd-element.shepherd-theme-square .shepherd-content footer .shepherd-buttons li .shepherd-button.shepherd-button-secondary {
- background: #eee;
- color: #888; }
- .shepherd-element.shepherd-theme-square .shepherd-content footer .shepherd-buttons li:last-child .shepherd-button {
- margin-right: 0; }
-
-.shepherd-start-tour-button.shepherd-theme-square {
- display: inline-block;
- vertical-align: middle;
- *vertical-align: auto;
- *zoom: 1;
- *display: inline;
- -moz-border-radius: 0;
- -webkit-border-radius: 0;
- border-radius: 0;
- cursor: pointer;
- border: 0;
- margin: 0 0.5em 0 0;
- font-family: inherit;
- text-transform: uppercase;
- letter-spacing: 0.1em;
- font-size: 0.8em;
- line-height: 1em;
- padding: 0.75em 2em;
- background: #3288e6;
- color: #fff; }
diff --git a/frappe/public/css/sidebar.css b/frappe/public/css/sidebar.css
deleted file mode 100644
index d5b07cc422..0000000000
--- a/frappe/public/css/sidebar.css
+++ /dev/null
@@ -1,298 +0,0 @@
-/* the element that this class is applied to, should have a max width for this to work*/
-html {
- min-height: 100%;
-}
-body {
- height: 100%;
- margin: 0px;
- padding: 0px !important;
-}
-html,
-body {
- overflow-x: hidden;
-}
-.hide-form-sidebar .form-sidebar {
- display: none !important;
-}
-.sidebar-padding {
- padding: 12px 14px;
-}
-body[data-route=""] .main-menu .desk-sidebar,
-body[data-route="desk"] .main-menu .desk-sidebar {
- display: block !important;
-}
-body[data-route=""] .main-menu .form-sidebar,
-body[data-route="desk"] .main-menu .form-sidebar {
- display: none !important;
-}
-body[data-route^="List"] .main-menu .list-sidebar {
- display: block !important;
-}
-body[data-route^="List"] .main-menu .form-sidebar {
- display: none !important;
-}
-body[data-route^="Module"] .main-menu .module-sidebar {
- display: block !important;
-}
-body[data-route^="Module"] .main-menu .form-sidebar {
- display: none !important;
-}
-.layout-side-section {
- font-size: 12px;
- padding-right: 0px;
-}
-.layout-side-section > .divider {
- display: none !important;
-}
-.layout-side-section .sidebar-menu > li > a {
- display: inline-block;
-}
-.layout-side-section .sidebar-menu {
- margin: 30px 0px;
-}
-.layout-side-section .sidebar-menu > li > a:hover,
-.layout-side-section .sidebar-menu > li > a:focus,
-.layout-side-section .sidebar-menu > li > a:active {
- text-decoration: underline;
-}
-.sidebar-menu .badge {
- position: absolute;
- font-weight: normal;
- right: 0px;
- top: 0px;
- padding-bottom: 4px;
-}
-.sidebar-menu .octicon {
- font-size: 12px;
-}
-.sidebar-menu h6,
-.sidebar-menu .h6 {
- text-transform: uppercase;
- color: #8D99A6;
- font-size: 10px;
- margin-top: 0px;
-}
-.sidebar-menu > li {
- position: relative;
- margin-bottom: 7px;
-}
-.form-sidebar .form-tags .tag-area {
- margin-top: -3px;
- margin-left: -4px;
-}
-.form-sidebar .form-tags input {
- font-size: 12px !important;
- color: #36414C !important;
- font-style: italic;
-}
-.form-sidebar .form-tags .tagit-new {
- clear: both;
- margin-top: 2px;
- margin-bottom: -1px;
-}
-.form-sidebar a.close {
- position: absolute;
- right: 5px;
-}
-.form-sidebar .form-shared .share-doc-btn,
-.form-sidebar .form-viewers .share-doc-btn {
- cursor: pointer;
-}
-.form-sidebar .form-shared .octicon,
-.form-sidebar .form-viewers .octicon {
- position: relative;
- top: 2px;
- left: 7px;
-}
-.form-sidebar .form-shared .avatar,
-.form-sidebar .form-viewers .avatar {
- margin-top: 5px;
-}
-.form-sidebar .form-shared .shared-with-everyone,
-.form-sidebar .form-viewers .shared-with-everyone {
- border-style: solid;
- border-color: #F0F4F7;
- background-color: #F0F4F7;
-}
-.form-sidebar .form-shared .shared-with-everyone .octicon,
-.form-sidebar .form-viewers .shared-with-everyone .octicon {
- color: #36414C !important;
-}
-.form-sidebar .liked-by {
- margin-left: -4px;
-}
-.form-sidebar .liked-by .octicon-heart {
- font-size: 16px;
- cursor: pointer;
-}
-.form-sidebar .sidebar-image-section {
- margin-top: 15px;
- margin-bottom: 0px;
- cursor: pointer;
-}
-.form-sidebar .sidebar-image-section .sidebar-image {
- width: 100%;
- height: 0;
- padding-bottom: 100%;
- border-radius: 6px;
- background-size: contain;
- background-repeat: no-repeat;
- background-position: center;
-}
-.form-sidebar .sidebar-image-section .standard-image {
- font-size: 72px;
- border-radius: 6px;
-}
-.form-sidebar .sidebar-image-section .sidebar-image-wrapper:after {
- content: '\A';
- position: absolute;
- width: 100%;
- height: 100%;
- top: 0;
- left: 0;
- background: #fff;
- opacity: 0;
- transition: all 0.5s;
- -webkit-transition: all 0.6s;
-}
-.form-sidebar .sidebar-image-section .sidebar-image-wrapper:hover:after {
- opacity: 0.5;
-}
-.form-sidebar .form-shared .share-doc-btn:hover,
-.form-sidebar .form-shared .share-doc-btn:focus,
-.form-sidebar .form-shared .share-doc-btn:active {
- background-color: #F0F4F7;
-}
-.form-sidebar .form-shared .share-doc-btn:hover .octicon-plus,
-.form-sidebar .form-shared .share-doc-btn:focus .octicon-plus,
-.form-sidebar .form-shared .share-doc-btn:active .octicon-plus {
- color: #36414C !important;
-}
-.sidebar-left .form-sidebar .form-tags,
-.sidebar-left .form-sidebar .assignment-row,
-.sidebar-left .form-sidebar .form-shared,
-.sidebar-left .form-sidebar .liked-by,
-.sidebar-left .form-sidebar .modified-by,
-.sidebar-left .form-sidebar .created-by,
-.sidebar-left .form-sidebar .tags-label,
-.sidebar-left .form-sidebar .shared-with-label,
-.sidebar-left .form-sidebar .form-viewers,
-.sidebar-left .form-sidebar .viewers-label {
- padding: 12px 14px;
-}
-.sidebar-left .form-sidebar .assigned-to-label,
-.sidebar-left .form-sidebar .attachments-label,
-.sidebar-left .form-sidebar .tags-label,
-.sidebar-left .form-sidebar .shared-with-label,
-.sidebar-left .form-sidebar .viewers-label {
- padding: 12px 14px;
- margin-bottom: 0px;
-}
-.sidebar-left .form-sidebar .assigned-to-label,
-.sidebar-left .form-sidebar .tags-label,
-.sidebar-left .form-sidebar .attachments-label.has-attachments,
-.sidebar-left .form-sidebar .shared-with-label,
-.sidebar-left .form-sidebar .viewers-label {
- padding-bottom: 0px;
-}
-.sidebar-left .form-sidebar a.close {
- right: 5px;
-}
-.sidebar-left .form-sidebar .assignment-row a.close {
- margin-top: -12px;
-}
-.layout-side-section .form-sidebar .modified-by,
-.layout-side-section .form-sidebar .created-by {
- margin: 30px 0px;
-}
-.layout-side-section .list-sidebar {
- margin-top: -15px;
-}
-@media (max-width: 991px) {
- .layout-side-section .overlay-sidebar {
- margin-top: 0 !important;
- position: fixed;
- background: white;
- top: 0;
- left: 0;
- transform: translateX(-110%);
- z-index: 9999;
- box-shadow: 5px 0 25px 0px rgba(0, 0, 0, 0.3);
- height: 100%;
- width: 40%;
- display: block !important;
- transition: transform 200ms ease-in-out;
- }
- .layout-side-section .overlay-sidebar.opened {
- transform: translateX(0);
- overflow-y: auto;
- }
- .layout-side-section .overlay-sidebar .divider {
- height: 1px;
- background-color: #d8dfe5;
- opacity: 0.7;
- }
- .layout-side-section .overlay-sidebar li:not(.divider):not(.tagit-new):not(.module-sidebar-item) {
- padding: 10px 15px;
- }
- .layout-side-section .overlay-sidebar .modified-by,
- .layout-side-section .overlay-sidebar .created-by {
- margin: 0;
- }
- .layout-side-section .overlay-sidebar .badge {
- top: 9px;
- right: 15px;
- }
- .layout-side-section .overlay-sidebar .reports-dropdown {
- margin-top: 10px;
- margin-bottom: -10px;
- }
- .layout-side-section .overlay-sidebar .reports-dropdown li:not(.divider) {
- padding: 12.5px 0 !important;
- }
- .layout-side-section .overlay-sidebar .reports-dropdown li.divider {
- height: 0;
- }
-}
-@media (max-width: 767px) {
- .layout-side-section .overlay-sidebar {
- width: 70%;
- }
-}
-.layout-side-section div.close-sidebar {
- position: fixed;
- top: 0;
- right: 0;
- opacity: 0.3;
- background: #000;
- z-index: 1041;
- height: 100%;
- width: 100%;
-}
-@media (max-width: 991px) {
- .layout-side-section .sidebar-menu {
- margin: 0;
- }
-}
-@media (max-width: 991px) {
- .layout-side-section .module-sidebar-nav {
- padding-left: 0;
- padding-right: 0;
- }
- .layout-side-section .module-sidebar-nav .module-link {
- padding: 15px 15px 15px 25px;
- }
-}
-.sidebar-left .list-sidebar .stat-label,
-.sidebar-left .list-sidebar .stat-no-records {
- padding: 12px 14px;
-}
-.sidebar-left .list-sidebar .stat-label {
- margin-bottom: -10px;
-}
-.layout-side-section .module-sidebar-nav {
- margin-top: 15px;
-}
-.assignment-row {
- margin-bottom: 5px;
-}
diff --git a/frappe/public/css/tags.css b/frappe/public/css/tags.css
deleted file mode 100644
index fb77c61e81..0000000000
--- a/frappe/public/css/tags.css
+++ /dev/null
@@ -1,19 +0,0 @@
-.tags-list {
- float: left;
- width: 100%;
- padding-left: 3px;
-}
-.tags-input {
- width: 100px;
- font-size: 11px;
- border: none;
- outline: none;
-}
-.tags-list-item {
- display: inline-block;
- margin: 0px 3px;
-}
-.tags-placeholder {
- display: inline-block;
- font-size: 11px;
-}
diff --git a/frappe/public/css/website.css b/frappe/public/css/website.css
deleted file mode 100644
index a769cca799..0000000000
--- a/frappe/public/css/website.css
+++ /dev/null
@@ -1,1068 +0,0 @@
-/* the element that this class is applied to, should have a max width for this to work*/
-body {
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
-}
-a {
- cursor: pointer;
-}
-a,
-a:hover,
-a:active,
-a:focus,
-.btn,
-.btn:hover,
-.btn:active,
-.btn:focus {
- outline: 0;
-}
-img {
- max-width: 100%;
-}
-p {
- margin: 10px 0px;
-}
-.text-color {
- color: #36414C !important;
-}
-.text-muted {
- color: #8D99A6 !important;
-}
-.text-extra-muted {
- color: #d1d8dd !important;
-}
-a,
-.badge {
- -webkit-transition: 0.2s;
- -o-transition: 0.2s;
- transition: 0.2s;
-}
-.btn {
- -webkit-transition: background-color 0.2s;
- -o-transition: background-color 0.2s;
- transition: background-color 0.2s;
-}
-a.disabled,
-a.disabled:hover {
- color: #888;
- cursor: default;
- text-decoration: none;
-}
-a.grey,
-.sidebar-section a,
-.control-value a,
-.data-row a {
- text-decoration: none;
-}
-a.grey:hover,
-.sidebar-section a:hover,
-.control-value a:hover,
-.data-row a:hover,
-a.grey:focus,
-.sidebar-section a:focus,
-.control-value a:focus,
-.data-row a:focus {
- text-decoration: underline;
-}
-a.text-muted,
-a.text-extra-muted {
- text-decoration: none;
-}
-.underline {
- text-decoration: underline;
-}
-.inline-block {
- display: inline-block;
-}
-.bold,
-.strong {
- font-weight: bold;
-}
-kbd {
- color: inherit;
- background-color: #F0F4F7;
-}
-.btn [class^="fa fa-"],
-.nav [class^="fa fa-"],
-.btn [class*="fa fa-"],
-.nav [class*="fa fa-"] {
- display: inline-block;
-}
-.dropdown-menu > li > a {
- padding: 14px;
- white-space: normal;
-}
-.dropdown-menu {
- min-width: 200px;
- padding: 0px;
- font-size: 12px;
- max-height: 400px;
- overflow: auto;
- border-radius: 0px 0px 4px 4px;
-}
-.dropdown-menu .dropdown-header {
- padding: 3px 14px;
- font-size: 11px;
- font-weight: 200;
- padding-top: 12px;
-}
-.dropdown-menu .divider {
- margin: 0px;
-}
-a.badge-hover:hover .badge,
-a.badge-hover:focus .badge,
-a.badge-hover:active .badge {
- background-color: #D8DFE5;
-}
-.msgprint {
- word-wrap: break-word;
-}
-.msgprint pre {
- text-align: left;
-}
-.centered {
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- -webkit-transform: translate(-50%, -50%);
-}
-.border-top {
- border-top: 1px solid #d1d8dd;
-}
-.border-bottom {
- border-bottom: 1px solid #d1d8dd;
-}
-.border-left {
- border-left: 1px solid #d1d8dd;
-}
-.border-right {
- border-right: 1px solid #d1d8dd;
-}
-.border {
- border: 1px solid #d1d8dd;
-}
-.close-inline {
- font-size: 120%;
- font-weight: bold;
- line-height: 1;
- cursor: pointer;
- color: inherit;
- display: inline-block;
-}
-.close-inline:hover,
-.close-inline:focus {
- text-decoration: none;
-}
-.middle {
- vertical-align: middle;
-}
-.full-center-container {
- position: absolute;
- top: 0;
- bottom: 0;
- left: 0;
- right: 0;
-}
-.full-center {
- position: absolute;
- top: 50%;
- left: 50%;
- width: 100%;
- transform: translate(-50%, -50%);
- -webkit-transform: translate(-50%, -50%);
-}
-#freeze {
- z-index: 1020;
- bottom: 0px;
- opacity: 0;
- background-color: #fafbfc;
-}
-#freeze .freeze-message-container {
- position: absolute;
- top: 0;
- bottom: 0;
- left: 0;
- right: 0;
-}
-#freeze .freeze-message {
- position: absolute;
- top: 50%;
- left: 50%;
- width: 100%;
- transform: translate(-50%, -50%);
- -webkit-transform: translate(-50%, -50%);
- text-align: center;
- color: #36414C !important;
-}
-#freeze.dark {
- background-color: #334143;
-}
-#freeze.in {
- opacity: 0.5;
-}
-a.no-decoration {
- text-decoration: none;
- color: inherit;
-}
-a.no-decoration:hover,
-a.no-decoration:focus,
-a.no-decoration:active {
- text-decoration: none;
- color: inherit;
-}
-.padding {
- padding: 15px;
-}
-.margin {
- margin: 15px;
-}
-.margin-top {
- margin-top: 15px;
-}
-.margin-bottom {
- margin-bottom: 15px;
-}
-.margin-left {
- margin-left: 15px;
-}
-.margin-right {
- margin-right: 15px;
-}
-@media (max-width: 767px) {
- .text-center-xs {
- text-align: center;
- }
-}
-.grayscale {
- -webkit-filter: grayscale(100%);
- filter: grayscale(100%);
-}
-.uppercase {
- padding-bottom: 4px;
- text-transform: uppercase;
- font-size: 12px;
- letter-spacing: 0.4px;
- color: #8D99A6;
-}
-.ellipsis {
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- max-width: 100%;
- vertical-align: middle;
-}
-.avatar {
- display: inline-block;
- vertical-align: middle;
- width: 50px;
- height: 50px;
-}
-.avatar-frame {
- display: inline-block;
- width: 100%;
- height: 0;
- padding: 50% 0px;
- background-size: cover;
- background-repeat: no-repeat;
- background-position: center center;
- border-radius: 4px;
-}
-.avatar img {
- max-width: 100%;
- max-height: 100%;
- border-radius: 4px;
-}
-.avatar-empty {
- border: 1px dashed #d1d8dd;
- border-radius: 4px;
-}
-.avatar-small {
- margin-right: 5px;
- width: 24px;
- height: 24px;
-}
-.avatar-small .standard-image {
- font-size: 14px;
-}
-.avatar-small .avatar-frame {
- border-radius: 3px;
-}
-.avatar-medium {
- margin-right: 5px;
- width: 36px;
- height: 36px;
-}
-.avatar-medium .standard-image {
- font-size: 18px;
-}
-.avatar-large {
- margin-right: 10px;
- width: 72px;
- height: 72px;
-}
-.avatar-large .standard-image {
- font-size: 36px;
-}
-.avatar-xl {
- margin-right: 10px;
- width: 108px;
- height: 108px;
-}
-.avatar-xl .standard-image {
- font-size: 72px;
-}
-.avatar-xs {
- margin-right: 3px;
- margin-top: -2px;
- width: 17px;
- height: 17px;
- border: none;
- border-radius: 3px;
-}
-.avatar-xs .standard-image {
- font-size: 9px;
-}
-.avatar-text {
- display: inline;
- width: 100%;
- height: 0;
- padding-bottom: 100%;
-}
-.standard-image {
- width: 100%;
- height: 0;
- padding: 50% 0;
- display: inline-block;
- text-align: center;
- border-radius: 4px;
- font-size: 14px;
- line-height: 0px;
- color: #d1d8dd;
- border: 1px solid #d1d8dd;
- font-weight: normal;
- margin-top: -1px;
-}
-.indicator,
-.indicator-right {
- background: none;
- font-size: 12px;
- vertical-align: middle;
- font-weight: bold;
- color: #6c7680;
-}
-.indicator::before,
-.indicator-right::after {
- content: '';
- display: inline-block;
- height: 8px;
- width: 8px;
- border-radius: 8px;
-}
-.indicator::before {
- margin: 0 4px 0 0px;
-}
-.indicator-right::after {
- margin: 0 0 0 4px;
-}
-.indicator.grey::before,
-.indicator-right.grey::after {
- background: #F0F4F7;
-}
-.indicator.blue::before,
-.indicator-right.blue::after {
- background: #5e64ff;
-}
-.indicator.red::before,
-.indicator-right.red::after {
- background: #ff5858;
-}
-.indicator.green::before,
-.indicator-right.green::after {
- background: #98d85b;
-}
-.indicator.orange::before,
-.indicator-right.orange::after {
- background: #ffa00a;
-}
-.indicator.purple::before,
-.indicator-right.purple::after {
- background: #743ee2;
-}
-.indicator.gray::before,
-.indicator-right.gray::after {
- background: #b8c2cc;
-}
-.indicator.black::before,
-.indicator-right.black::after {
- background: #36414C;
-}
-.indicator.yellow::before,
-.indicator-right.yellow::after {
- background: #FEEF72;
-}
-.indicator.light-blue::before,
-.indicator-right.light-blue::after {
- background: #7CD6FD;
-}
-.indicator.lightblue::before,
-.indicator-right.lightblue::after {
- background: #7CD6FD;
-}
-.modal-header .indicator {
- float: left;
- margin-top: 7.5px;
- margin-right: 3px;
-}
-body {
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
- color: #36414C;
-}
-a {
- color: #36414C;
-}
-a:hover,
-a:focus,
-a:active {
- text-decoration: underline;
-}
-h1,
-h2,
-h3,
-h4,
-h5,
-h6 {
- font-weight: 400;
-}
-h1 a,
-h2 a,
-h3 a,
-h4 a,
-h5 a,
-h6 a {
- color: inherit !important;
- text-decoration: none;
-}
-li {
- line-height: 1.7em;
-}
-.navbar-brand {
- max-width: none;
-}
-.navbar-default {
- background-color: #fff;
- padding-top: 10px;
- padding-bottom: 10px;
-}
-.user-image-wrapper {
- height: 30px;
- width: 30px;
- margin-top: -6px;
-}
-.content {
- margin-bottom: 22px;
-}
-.page-content img {
- max-width: 100%;
-}
-.banner {
- padding: 10px 0px;
-}
-.banner img {
- max-height: 50px;
-}
-.no-border {
- border: none !important;
-}
-.light-bg {
- background-color: #fafbfc;
-}
-.panel-bg {
- background-color: #F7FAFC;
-}
-.navbar-bg {
- background-color: #f5f7fa;
-}
-.navbar {
- box-shadow: none;
- border-radius: 0px;
- margin-bottom: 0px;
- border-left: none;
- border-right: none;
- border-top: none;
-}
-.navbar-search {
- max-width: 400px;
- display: inline-block;
- margin: 10px;
- margin-top: 9px;
- padding: 2px 6px;
- height: 26px;
-}
-.dropdown-menu .navbar-search {
- max-width: 180px;
-}
-.social-icons i {
- font-size: 120%;
-}
-.social-icons a:hover {
- text-decoration: none;
-}
-.social-icons a i:hover {
- text-decoration: none;
-}
-.social-icons i {
- margin-left: 5px;
-}
-.web-footer {
- padding: 60px 0px;
- min-height: 140px;
- border-top: 1px solid #EBEFF2;
-}
-.page_content {
- padding-top: 30px;
- padding-bottom: 30px;
-}
-.carousel-control .icon {
- position: absolute;
- top: 50%;
- left: 50%;
- z-index: 5;
- display: inline-block;
- width: 20px;
- height: 20px;
- margin-top: -10px;
- margin-left: -10px;
-}
-.hidden-xs-inline,
-.hidden-xs-inline-block {
- display: none;
-}
-@media (min-width: 768px) {
- .hidden-xs-inline {
- display: inline;
- }
- .hidden-xs-inline-block {
- display: inline-block;
- }
-}
-.visible-xs-inline {
- display: inline;
-}
-.visible-xs-inline-block {
- display: inline-block;
-}
-@media (min-width: 768px) {
- .visible-xs-inline,
- .visible-xs-inline-block {
- display: none;
- }
-}
-.border-bottom {
- border-bottom: 1px solid #EBEFF2;
-}
-.panel-container {
- margin-top: 35px;
-}
-.panel-heading,
-.panel-body {
- padding-left: 15px;
-}
-.page-head {
- margin-bottom: -30px;
-}
-.page-head h1,
-.page-head h2 {
- margin-top: 0px;
-}
-.page-header-actions-block {
- text-align: right;
-}
-fieldset {
- margin-bottom: 20px;
-}
-.message-overlay {
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- z-index: 1040;
- background-color: #fff;
- display: table;
-}
-.message-overlay .content {
- display: table-cell;
- vertical-align: middle;
- text-align: center;
-}
-.web-page-editable {
- margin: -15px;
- padding: 15px;
- border-radius: 4px;
-}
-.slide-image {
- width: 100%;
-}
-.page-container {
- display: flex;
- max-width: 970px;
- margin: 0 auto;
-}
-@media (max-width: 767px) {
- .page-container {
- flex-direction: column-reverse;
- }
-}
-.page-max-width {
- max-width: 800px;
- margin: auto;
-}
-.page-content hr {
- margin-left: -15px;
- margin-right: -15px;
-}
-.web-sidebar {
- position: relative;
-}
-.web-sidebar .sidebar-item:not(:last-child) {
- margin: 0px;
- padding-bottom: 12px;
- border: none;
- color: #8D99A6;
-}
-.web-sidebar .sidebar-item:not(:last-child) .badge {
- font-weight: normal;
-}
-.web-sidebar .sidebar-item a {
- color: #8D99A6;
-}
-.web-sidebar .sidebar-item a.active {
- color: #36414C;
-}
-.web-sidebar .sidebar-items .title {
- font-size: 14px;
- font-weight: bold;
-}
-.web-sidebar .sidebar-items ul {
- margin-bottom: 0;
-}
-.page-footer {
- padding: 15px 0px;
- border-top: 1px solid #EBEFF2;
-}
-.footer-bottom-line {
- margin-top: 60px;
-}
-/* post and post list */
-.list-group-item {
- border-radius: 0px !important;
-}
-.no-results {
- text-align: center;
- padding: 150px 0px;
-}
-.no-results .octicon-telescope {
- display: block;
- padding-bottom: 10px;
-}
-.list-head {
- cursor: pointer;
-}
-.list-head:before {
- font-family: 'Octicons';
- content: '\f0a4';
- padding-right: 5px;
-}
-.website-list {
- min-height: 200px;
- padding-bottom: 15px;
-}
-.website-list .result {
- margin-top: 15px;
-}
-.web-list-item {
- padding-top: 10px;
- padding-bottom: 10px;
- border-bottom: 1px solid #EBEFF2;
-}
-.web-list-item h1,
-.web-list-item h2,
-.web-list-item h3 {
- margin-top: 10px;
-}
-.web-list-item:last-child {
- border-bottom: 0px;
-}
-.website-list .result {
- border: 0px;
-}
-.web-list-item:hover {
- background: transparent;
-}
-.spacer-dot:before {
- padding-right: 8px;
- padding-left: 8px;
- content: "\2022";
-}
-.add-comment-section {
- padding-bottom: 30px;
-}
-.comment-row {
- margin: 0px -15px;
- padding: 15px;
-}
-.comment-row:last-child {
- margin-bottom: 30px;
- border-bottom: 0px;
-}
-textarea {
- resize: vertical;
-}
-.user-profile {
- min-height: 50px;
- min-width: 70px;
-}
-.visible-xs {
- display: none !important;
-}
-.sidebar-navbar-items a,
-.sidebar-navbar-items a:hover,
-.sidebar-navbar-items a:focus,
-.sidebar-navbar-items a:visited {
- border-bottom: 0px;
-}
-.more-block {
- padding-bottom: 30px;
-}
-.btn-more {
- margin: 25px 0px;
-}
-.post-content img {
- margin: 10px 0px;
-}
-a.active {
- pointer-events: none;
- cursor: default;
-}
-.page-breadcrumbs .breadcrumb {
- padding: 0px;
- background-color: transparent;
- border-radius: 0px;
- font-size: 12px;
-}
-.breadcrumb a {
- color: inherit;
-}
-.breadcrumb > .active {
- color: #8D99A6;
-}
-.post:last-child {
- border-bottom: none;
-}
-/* end - needs review */
-/* docs */
-.docs-attr-name {
- font-size: 120%;
-}
-.docs-attr-desc {
- padding-left: 30px;
-}
-@media (min-width: 768px) {
- .login-wrapper {
- border-right: 1px solid #f2f2f2;
- }
-}
-#freeze {
- position: fixed;
-}
-.padding-lg {
- padding-top: 30px;
- padding-bottom: 30px;
-}
-.list-hero {
- border-bottom: 1px solid #d1d8dd;
- border-bottom: 1px solid #EBEFF2;
- padding-top: 30px;
- padding-bottom: 10px;
-}
-.page-hero {
- padding: 130px 0px 100px;
- margin-top: -60px;
-}
-.page-hero h1 {
- font-size: 32px;
-}
-.page-head h1 {
- letter-spacing: 0.5px;
- font-size: 24px;
-}
-@media (max-width: 767px) {
- .page-head h1 {
- font-size: 16px;
- }
-}
-.btn-next-wrapper {
- margin-top: 60px;
-}
-.sidebar-block {
- flex: 1;
- font-size: 12px;
- border-right: 1px solid #d1d8dd;
- padding: 30px;
- padding-left: 0px;
-}
-@media (max-width: 767px) {
- .sidebar-block {
- font-size: 14px;
- border-right: none;
- border-top: 1px solid #d1d8dd;
- padding-left: 20px;
- }
-}
-.page-content {
- flex: 6;
-}
-.page-content h1:first-child {
- margin-top: 0;
-}
-.page-content.with-sidebar {
- padding: 30px;
- padding-left: 40px;
-}
-.page-content.without-sidebar {
- padding-top: 30px;
-}
-.your-account-info {
- margin-top: 30px;
-}
-@media (max-width: 767px) {
- .visible-xs {
- display: inline-block !important;
- }
- .sidebar-block {
- width: 100%;
- }
- .page-content.with-sidebar {
- width: 100%;
- padding-left: 20px;
- padding-right: 20px;
- }
-}
-@media screen and (max-width: 480px) {
- .page-content {
- padding-top: 20px;
- }
- .page-content.with-sidebar {
- padding-left: 20px;
- padding-right: 20px;
- }
-}
-.content-header {
- padding-bottom: 20px;
-}
-.footer-group {
- margin-bottom: 1em;
-}
-.footer-group-label {
- display: inline-block;
-}
-.footer-parent-item {
- font-weight: bold;
- margin-bottom: 20px;
-}
-li.footer-child-item {
- margin: 15px 0px;
-}
-.comment-view {
- padding-bottom: 30px;
-}
-.comment-header {
- border-bottom: 1px solid #EBEFF2;
- padding: 30px 0px 15px;
-}
-.item-search {
- border-bottom: 1px solid #d1d8dd;
- width: 100%;
-}
-.item-search .input-wrapper {
- margin-right: 30px;
-}
-.item-search .item-search-input {
- position: relative;
- outline: none;
- border: none;
- margin-right: 5px;
- padding: 7px;
- padding-left: 0px;
- width: 100%;
-}
-@media (max-width: 767px) {
- .item-search .item-search-input {
- padding: 0;
- }
-}
-.item-search i {
- margin-right: -30px;
- margin-top: -25px;
-}
-@media (max-width: 767px) {
- .item-search i {
- margin-right: -25px;
- margin-top: -18px;
- font-size: 12px;
- }
-}
-.vert-line {
- overflow: hidden;
-}
-.vert-line > div + div {
- border-left: 1px solid #d1d8dd;
-}
-.vert-line > div {
- padding-bottom: 2000px;
- margin-bottom: -2000px;
-}
-.shopping-cart {
- margin-top: 12px;
- margin-bottom: 8px;
- padding-right: 15px;
- border-right: 1px solid #d1d8dd;
-}
-.shopping-cart .cart-icon .dropdown-toggle {
- text-decoration: none !important;
-}
-.badge-wrapper {
- display: inline-block;
- margin-left: 7px;
- margin-top: -3px;
- padding: 2px 7px;
- border: 1px solid #d1d8dd;
- border-radius: 3px;
- color: #7575ff;
- text-align: center;
-}
-.dropdown .logged-in {
- border-left: 1px solid #d1d8dd;
-}
-.cart-count-badge {
- padding: 2px 4px;
- margin-left: 10px;
- background-color: #EBEFF2;
- border-radius: 10px;
- font-weight: 500;
- margin-top: -10px;
- margin-right: -8px;
-}
-.page-card {
- max-width: 360px;
- padding: 15px;
- margin: 70px auto;
- border: 1px solid #d1d8dd;
- border-radius: 4px;
- background-color: #fff;
- box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
-}
-.page-card .page-card-head {
- padding: 10px 15px;
- margin: -15px;
- margin-bottom: 15px;
- border-bottom: 1px solid #d1d8dd;
-}
-.page-card .page-card-head .indicator {
- color: #36414C;
- font-size: 14px;
-}
-.page-card .page-card-head .indicator::before {
- margin: 0 6px 0.5px 0px;
-}
-.page-card .btn {
- margin-top: 30px;
-}
-.bordered {
- border: 1px solid #d1d8dd;
- padding: 10px;
- border-radius: 4px;
-}
-.docfields pre {
- background-color: transparent;
- border: none;
-}
-.screenshot {
- border: 1px solid #d1d8dd;
- box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.15);
- margin: 15px 0px;
- max-width: 100%;
-}
-.blog-text h1,
-.blog-text h2,
-.blog-text h3,
-.blog-text h4,
-.blog-text h5,
-.blog-text h6 {
- margin-top: 3em;
- margin-bottom: 1em;
- font-weight: bold;
-}
-.blog-list-content {
- border: 0px;
- background: transparent;
-}
-.blog-list-item {
- padding-top: 4em;
- padding-bottom: 4em;
-}
-.blogpost-cover-img {
- width: 75%;
-}
-.blog-list-item .avatar {
- margin-right: 1em;
-}
-.blog-list-item .blog-header {
- font-size: 1.6em;
-}
-.blog-header {
- font-size: 2em;
- font-weight: bold;
-}
-.blog-comments {
- position: relative;
- border-top: 1px solid #d1d8dd;
-}
-.blog-info {
- margin: 2em 0;
-}
-.blog-text {
- line-height: 2;
- font-size: 1.25em;
- letter-spacing: 0.01em;
-}
-.blog-content {
- margin-bottom: 3em;
-}
-.blogger {
- padding-top: 0px;
- padding-bottom: 50px;
-}
-.blogger-name {
- margin-top: 5px;
-}
-.post-description {
- margin: 15px 0;
-}
-/* added to make iframe responsive */
-.embed-container {
- position: relative;
- padding-bottom: 56.25%;
- height: 0;
- overflow: hidden;
- max-width: 100%;
-}
-.embed-container iframe,
-.embed-container object,
-.embed-container embed {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
-}