/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{animation-duration:.75s}@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:none}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:none}}.wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}.fadeInUpBig{animation-name:fadeInUpBig}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95);animation-timing-function:ease-in}to{transform:perspective(400px);animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate(200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-name:hinge}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.slideOutUp{animation-name:slideOutUp}.alert,.brand,.btn-simple,.h1,.h2,.h3,.h4,.h5,.h6,.navbar,.td-name,a,body,button.close,h1,h2,h3,h4,h5,h6,p,td{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:"Roboto","Helvetica Neue",Arial,sans-serif;font-weight:400}.h1,.h2,.h3,.h4,h1,h2,h3,h4{font-weight:300;margin:30px 0 15px}.h1,h1{font-size:52px}.h2,h2{font-size:36px}.h3,h3{font-size:28px;margin:20px 0 10px}.h4,h4{font-size:22px;line-height:30px}.h5,h5{font-size:16px;margin-bottom:15px}.h6,h6{font-size:14px;font-weight:600;text-transform:uppercase}p{font-size:16px;line-height:1.5}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{color:#9a9a9a;font-weight:300;line-height:1.5}h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:60%}h1 .subtitle{display:block;margin:0 0 30px}.text-muted{color:#9a9a9a}.text-primary,.text-primary:hover{color:#1d62f0!important}.text-info,.text-info:hover{color:#1dc7ea!important}.text-success,.text-success:hover{color:#87cb16!important}.text-warning,.text-warning:hover{color:#ff9500!important}.text-danger,.text-danger:hover{color:#ff4a55!important}.wrapper,body{min-height:100vh;position:relative;background-color:#fff}a{color:#1dc7ea}a:focus,a:hover{color:#42d0ed}a:active,a:focus,button::-moz-focus-inner,input::-moz-focus-inner,input[type=button]::-moz-focus-inner,input[type=file]>input[type=button]::-moz-focus-inner,input[type=reset]::-moz-focus-inner,input[type=submit]::-moz-focus-inner,select::-moz-focus-inner{outline:0}.navbar-toggle,.ui-slider-handle:focus,input:focus{outline:0!important}.form-control,.input-group-addon,.navbar,.navbar .alert,.tagsinput{transition:all .3s linear}.sidebar .nav a,.table>tbody>tr .td-actions .btn{transition:all .15s ease-in}.btn{transition:all .1s ease-in}.fa{width:18px;text-align:center}.margin-top{margin-top:50px}.wrapper{position:relative;top:0;height:100vh}.sidebar{position:fixed;top:0;bottom:0;left:0;width:225px;display:block;z-index:1;color:#fff;font-weight:200;background-size:cover;background-position:50%}.sidebar .sidebar-wrapper{position:relative;width:240px;z-index:4;padding-bottom:30px}.sidebar .sidebar-background{position:absolute;z-index:1;height:100%;width:100%;display:block;top:0;left:0;background-size:cover;background-position:50%}.sidebar .logo{padding:1px 30px;border-bottom:1px solid hsla(0,0%,100%,.2);position:relative;z-index:4}.sidebar .logo p{float:left;font-size:20px;margin:10px;color:#fff;line-height:20px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif}.sidebar .logo a.logo-mini{text-align:center;width:100%;margin-right:0;padding:0 0 0 10px;border-radius:3px}.sidebar .logo a.logo-mini img{width:100%;margin-left:-3px;display:block;margin-top:2px}.sidebar .logo a.logo-normal{display:block}.sidebar .logo .logo-img{width:100%;display:inline-block;margin-left:-2px;margin-top:-1px;margin-right:10px;border-radius:3px;padding:0 0 0 5px;text-align:center}.sidebar .logo-tim{border-radius:50%;border:1px solid #333;display:block;height:61px;width:61px;float:left;overflow:hidden}.sidebar .logo-tim img{width:60px;height:60px}.sidebar .nav{margin-top:20px}.sidebar .nav li>a{color:#fff;margin:5px 15px;opacity:.86;border-radius:4px}.sidebar .nav li.open>a,.sidebar .nav li.open>a:focus,.sidebar .nav li.open>a:hover,.sidebar .nav li:hover>a{background:hsla(0,0%,100%,.13);opacity:1}.sidebar .nav li.active>a{color:#fff;opacity:1;background:hsla(0,0%,100%,.23)}.sidebar .nav p{margin:0;line-height:30px;font-size:12px;font-weight:600;opacity:1}.sidebar .nav .caret{top:24px}.sidebar .nav i{font-size:28px;float:left;margin-right:15px;line-height:30px;width:30px;text-align:center}.sidebar .logo,body>.navbar-collapse .logo{padding:1px 30px;border-bottom:1px solid hsla(0,0%,100%,.2)}.sidebar .logo p,body>.navbar-collapse .logo p{float:left;font-size:20px;margin:10px;color:#fff;line-height:20px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif}.sidebar .logo .simple-text,body>.navbar-collapse .logo .simple-text{text-transform:uppercase;padding:5px 0;display:block;font-size:18px;color:#fff;font-weight:400;line-height:30px}.sidebar .logo-tim,body>.navbar-collapse .logo-tim{border-radius:50%;border:1px solid #333;display:block;height:61px;width:61px;float:left;overflow:hidden}.sidebar .logo-tim img,body>.navbar-collapse .logo-tim img{width:60px;height:60px}.sidebar:after,.sidebar:before,body>.navbar-collapse:after,body>.navbar-collapse:before{display:block;content:"";position:absolute;width:100%;height:100%;top:0;left:0;z-index:2}.sidebar:before,body>.navbar-collapse:before{background:#242424}.sidebar:after,body>.navbar-collapse:after{background:#282828;background:linear-gradient(180deg,#282828 0,#111);background-size:150% 150%;z-index:3;opacity:1}.sidebar.has-image:after,.sidebar[data-image]:after,body>.navbar-collapse.has-image:after,body>.navbar-collapse[data-image]:after{opacity:.77}.sidebar[data-color=blue]:after,body>.navbar-collapse[data-color=blue]:after{background:#1b8dff;background:linear-gradient(180deg,#1b8dff 0,#2632c1);background-size:150% 150%}.sidebar[data-color=azure]:after,body>.navbar-collapse[data-color=azure]:after{background:#1dc7ea;background:linear-gradient(180deg,#1dc7ea 0,#4091ff);background-size:150% 150%}.sidebar[data-color=green]:after,body>.navbar-collapse[data-color=green]:after{background:#87cb16;background:linear-gradient(180deg,#87cb16 0,#6dc030);background-size:150% 150%}.sidebar[data-color=orange]:after,body>.navbar-collapse[data-color=orange]:after{background:#ffa534;background:linear-gradient(180deg,#ffa534 0,#ff5221);background-size:150% 150%}.sidebar[data-color=red]:after,body>.navbar-collapse[data-color=red]:after{background:#fb404b;background:linear-gradient(180deg,#fb404b 0,#bb0502);background-size:150% 150%}.sidebar[data-color=purple]:after,body>.navbar-collapse[data-color=purple]:after{background:#9368e9;background:linear-gradient(180deg,#9368e9 0,#943bea);background-size:150% 150%}.main-panel{background:rgba(203,203,210,.15);position:relative;float:right;width:calc(100% - 225px)}.main-panel>.content{padding:30px 15px;min-height:calc(100% - 123px)}.main-panel>.footer{border-top:1px solid #e7e7e7}.main-panel .navbar{margin-bottom:0}.main-panel,.sidebar{transition-property:top,bottom;transition-duration:.2s,.2s;transition-timing-function:linear,linear;-webkit-overflow-scrolling:touch}@media (min-width:992px){.sidebar-icon-only .navbar .navbar-brand-wrapper{width:70px}.sidebar-icon-only .navbar .navbar-brand-wrapper .brand-logo{display:none}.sidebar-icon-only .navbar .navbar-brand-wrapper .brand-logo-mini{display:inline-block}.sidebar-icon-only .navbar .navbar-menu-wrapper{width:calc(100% - 70px)}.sidebar-icon-only .sidebar{width:70px}.sidebar-icon-only .sidebar .nav{overflow:visible}.sidebar-icon-only .sidebar .nav .nav-item{position:relative;padding:0}.sidebar-icon-only .sidebar .nav .nav-item .nav-link{display:block;text-align:center}.sidebar-icon-only .sidebar .nav .nav-item .nav-link .badge,.sidebar-icon-only .sidebar .nav .nav-item .nav-link .menu-sub-title,.sidebar-icon-only .sidebar .nav .nav-item .nav-link .menu-title{display:none}.sidebar-icon-only .sidebar .nav .nav-item .nav-link i.menu-icon{margin-right:0;margin-left:0}.sidebar-icon-only .sidebar .nav .nav-item.nav-category,.sidebar-icon-only .sidebar .nav .nav-item .nav-link i.menu-arrow,.sidebar-icon-only .sidebar .nav .nav-item.nav-profile{display:none}.sidebar-icon-only .sidebar .nav .nav-item.nav-doc{margin:0}.sidebar-icon-only .sidebar .nav .nav-item.nav-doc i{display:block}.sidebar-icon-only .sidebar .nav .nav-item .collapse{display:none}.sidebar-icon-only .sidebar .nav.sub-menu{padding:0 0 0 1.5rem}.sidebar-icon-only .sidebar .nav.sub-menu .nav-item .nav-link{text-align:left;padding-left:20px}.rtl.sidebar-icon-only .sidebar .nav.sub-menu .nav-item{margin-right:auto;margin-left:0}.rtl.sidebar-icon-only .sidebar .nav.sub-menu .nav-item .nav-link{text-align:right}.rtl.sidebar-icon-only .sidebar .nav.sub-menu .nav-item .nav-link:before{left:0;right:unset}.sidebar-icon-only .sidebar .sidebar-actions{display:none}.sidebar-icon-only .sidebar:hover{width:225px}.sidebar-icon-only .sidebar:hover .logo .logo-img{display:inline-block}.sidebar-icon-only .sidebar:hover .logo .logo-img-mini{display:none}.sidebar-icon-only .sidebar:hover .sidebar-wrapper>.nav li>a .sidebar-normal{display:inline-block;margin:2px 15px 2px 20px;font-size:12px;opacity:.86;border-radius:4px;color:#5043a1}.sidebar-icon-only .sidebar:hover .sidebar-wrapper>.nav li>a .sidebar-mini{display:none}.sidebar-icon-only .sidebar:hover .sidebar-wrapper>.nav li>a p{opacity:1;line-height:30px}.sidebar-icon-only .sidebar:hover .nav i{font-size:28px;float:left;margin-right:30px;line-height:30px;width:30px;text-align:center}.sidebar-icon-only .sidebar:hover .logo,.sidebar-icon-only body>.navbar-collapse .logo{padding:15px 30px;border-bottom:1px solid hsla(0,0%,100%,.2)}.sidebar-icon-only .sidebar:hover .collapse{background:#f4f0ff;padding-left:15px;transition:all .5s ease-in-out}.sidebar-icon-only .sidebar:hover .nav .caret{top:12px!important;position:absolute;right:15px}.sidebar-icon-only .sidebar .logo,.sidebar-icon-only body>.navbar-collapse .logo{padding:15px 0;border-bottom:1px solid hsla(0,0%,100%,.2)}.sidebar-icon-only .sidebar-wrapper>.nav li>a .sidebar-normal,.sidebar-icon-only .sidebar .logo .logo-img{display:none}.sidebar-icon-only .sidebar-wrapper>.nav li>a p{transform:translate3d(-25px,0,0);opacity:0;line-height:5px}.sidebar-icon-only .sidebar-wrapper>.nav li>a .sidebar-mini{text-transform:uppercase;float:left;width:30px;text-align:center;letter-spacing:1px;color:#5043a1;display:block}.sidebar-icon-only .sidebar .logo .logo-img-mini{width:70%;display:inline-block;margin-left:-2px;margin-top:-12px;margin-right:10px;border-radius:3px;padding:0 0 0 5px;text-align:center}.sidebar-icon-only .sidebar .collapse{background:#f4f0ff;padding-left:0;transition:all .5s ease-in-out}.sidebar-icon-only .main-panel{width:calc(100% - 70px)}}.btn{border-width:2px;background-color:transparent;font-weight:400;opacity:.8;filter:alpha(opacity=80);padding:8px 16px;border-color:#888;color:#888}.btn.active,.btn:active,.btn:focus,.btn:hover,.open>.btn.dropdown-toggle{background-color:transparent;color:#777;border-color:#777}.btn.disabled,.btn.disabled.active,.btn.disabled.focus,.btn.disabled:active,.btn.disabled:focus,.btn.disabled:hover,.btn:disabled,.btn:disabled.active,.btn:disabled.focus,.btn:disabled:active,.btn:disabled:focus,.btn:disabled:hover,.btn[disabled],.btn[disabled].active,.btn[disabled].focus,.btn[disabled]:active,.btn[disabled]:focus,.btn[disabled]:hover,fieldset[disabled] .btn,fieldset[disabled] .btn.active,fieldset[disabled] .btn.focus,fieldset[disabled] .btn:active,fieldset[disabled] .btn:focus,fieldset[disabled] .btn:hover{background-color:transparent;border-color:#888}.btn.btn-fill{color:#fff;background-color:#888;opacity:1;filter:alpha(opacity=100)}.btn.btn-fill.active,.btn.btn-fill:active,.btn.btn-fill:focus,.btn.btn-fill:hover,.open>.btn.btn-fill.dropdown-toggle{background-color:#777;color:#fff}.btn.btn-fill .caret{border-top-color:#fff}.btn .caret{border-top-color:#888}.btn:focus,.btn:hover{opacity:1;filter:alpha(opacity=100);outline:0!important}.btn.active,.btn:active,.open>.btn.dropdown-toggle{box-shadow:none;outline:0!important}.btn.btn-icon{padding:8px}.btn-primary{border-color:#3472f7;color:#3472f7}.btn-primary.active,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.open>.btn-primary.dropdown-toggle{background-color:transparent;color:#1d62f0;border-color:#1d62f0}.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary:disabled,.btn-primary:disabled.active,.btn-primary:disabled.focus,.btn-primary:disabled:active,.btn-primary:disabled:focus,.btn-primary:disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:transparent;border-color:#3472f7}.btn-primary.btn-fill{color:#fff;background-color:#3472f7;opacity:1;filter:alpha(opacity=100)}.btn-primary.btn-fill.active,.btn-primary.btn-fill:active,.btn-primary.btn-fill:focus,.btn-primary.btn-fill:hover,.open>.btn-primary.btn-fill.dropdown-toggle{background-color:#1d62f0;color:#fff}.btn-primary.btn-fill .caret{border-top-color:#fff}.btn-primary .caret{border-top-color:#3472f7}.btn-success{border-color:#87cb16;color:#87cb16}.btn-success.active,.btn-success:active,.btn-success:focus,.btn-success:hover,.open>.btn-success.dropdown-toggle{background-color:transparent;color:#049f0c;border-color:#049f0c}.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success:disabled,.btn-success:disabled.active,.btn-success:disabled.focus,.btn-success:disabled:active,.btn-success:disabled:focus,.btn-success:disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:transparent;border-color:#87cb16}.btn-success.btn-fill{color:#fff;background-color:#87cb16;opacity:1;filter:alpha(opacity=100)}.btn-success.btn-fill.active,.btn-success.btn-fill:active,.btn-success.btn-fill:focus,.btn-success.btn-fill:hover,.open>.btn-success.btn-fill.dropdown-toggle{background-color:#049f0c;color:#fff}.btn-success.btn-fill .caret{border-top-color:#fff}.btn-success .caret{border-top-color:#87cb16}.btn-info{border-color:#1dc7ea;color:#1dc7ea}.btn-info.active,.btn-info:active,.btn-info:focus,.btn-info:hover,.open>.btn-info.dropdown-toggle{background-color:transparent;color:#42d0ed;border-color:#42d0ed}.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info:disabled,.btn-info:disabled.active,.btn-info:disabled.focus,.btn-info:disabled:active,.btn-info:disabled:focus,.btn-info:disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:transparent;border-color:#1dc7ea}.btn-info.btn-fill{color:#fff;background-color:#1dc7ea;opacity:1;filter:alpha(opacity=100)}.btn-info.btn-fill.active,.btn-info.btn-fill:active,.btn-info.btn-fill:focus,.btn-info.btn-fill:hover,.open>.btn-info.btn-fill.dropdown-toggle{background-color:#42d0ed;color:#fff}.btn-info.btn-fill .caret{border-top-color:#fff}.btn-info .caret{border-top-color:#1dc7ea}.btn-warning{border-color:#ff9500;color:#ff9500}.btn-warning.active,.btn-warning:active,.btn-warning:focus,.btn-warning:hover,.open>.btn-warning.dropdown-toggle{background-color:transparent;color:#ed8d00;border-color:#ed8d00}.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning:disabled,.btn-warning:disabled.active,.btn-warning:disabled.focus,.btn-warning:disabled:active,.btn-warning:disabled:focus,.btn-warning:disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:transparent;border-color:#ff9500}.btn-warning.btn-fill{color:#fff;background-color:#ff9500;opacity:1;filter:alpha(opacity=100)}.btn-warning.btn-fill.active,.btn-warning.btn-fill:active,.btn-warning.btn-fill:focus,.btn-warning.btn-fill:hover,.open>.btn-warning.btn-fill.dropdown-toggle{background-color:#ed8d00;color:#fff}.btn-warning.btn-fill .caret{border-top-color:#fff}.btn-warning .caret{border-top-color:#ff9500}.btn-danger{border-color:#ff4a55;color:#ff4a55}.btn-danger.active,.btn-danger:active,.btn-danger:focus,.btn-danger:hover,.open>.btn-danger.dropdown-toggle{background-color:transparent;color:#ee2d20;border-color:#ee2d20}.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger:disabled,.btn-danger:disabled.active,.btn-danger:disabled.focus,.btn-danger:disabled:active,.btn-danger:disabled:focus,.btn-danger:disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:transparent;border-color:#ff4a55}.btn-danger.btn-fill{color:#fff;background-color:#ff4a55;opacity:1;filter:alpha(opacity=100)}.btn-danger.btn-fill.active,.btn-danger.btn-fill:active,.btn-danger.btn-fill:focus,.btn-danger.btn-fill:hover,.open>.btn-danger.btn-fill.dropdown-toggle{background-color:#ee2d20;color:#fff}.btn-danger.btn-fill .caret{border-top-color:#fff}.btn-danger .caret{border-top-color:#ff4a55}.btn-neutral{border-color:#fff;color:#fff}.btn-neutral.active,.btn-neutral:active,.btn-neutral:focus,.btn-neutral:hover,.open>.btn-neutral.dropdown-toggle{background-color:transparent;color:#fff;border-color:#fff}.btn-neutral.disabled,.btn-neutral.disabled.active,.btn-neutral.disabled.focus,.btn-neutral.disabled:active,.btn-neutral.disabled:focus,.btn-neutral.disabled:hover,.btn-neutral:disabled,.btn-neutral:disabled.active,.btn-neutral:disabled.focus,.btn-neutral:disabled:active,.btn-neutral:disabled:focus,.btn-neutral:disabled:hover,.btn-neutral[disabled],.btn-neutral[disabled].active,.btn-neutral[disabled].focus,.btn-neutral[disabled]:active,.btn-neutral[disabled]:focus,.btn-neutral[disabled]:hover,fieldset[disabled] .btn-neutral,fieldset[disabled] .btn-neutral.active,fieldset[disabled] .btn-neutral.focus,fieldset[disabled] .btn-neutral:active,fieldset[disabled] .btn-neutral:focus,fieldset[disabled] .btn-neutral:hover{background-color:transparent;border-color:#fff}.btn-neutral.btn-fill{opacity:1;filter:alpha(opacity=100)}.btn-neutral.btn-fill,.btn-neutral.btn-fill.active,.btn-neutral.btn-fill:active,.btn-neutral.btn-fill:focus,.btn-neutral.btn-fill:hover,.open>.btn-neutral.btn-fill.dropdown-toggle{color:#fff;background-color:#fff}.btn-neutral.btn-fill .caret,.btn-neutral .caret{border-top-color:#fff}.btn-neutral.active,.btn-neutral:active,.open>.btn-neutral.dropdown-toggle{background-color:#fff;color:#888}.btn-neutral.btn-fill,.btn-neutral.btn-fill:focus,.btn-neutral.btn-fill:hover{color:#888}.btn-neutral.btn-simple.active,.btn-neutral.btn-simple:active{background-color:initial}.btn-round{border-width:1px;border-radius:30px!important;padding:9px 18px}.btn-round.btn-icon{padding:9px}.btn-simple{border:0;font-size:16px;padding:8px 16px}.btn-simple.btn-icon{padding:8px}.btn-lg{font-size:18px;border-radius:6px;padding:14px 30px;font-weight:400}.btn-lg.btn-round{padding:15px 30px}.btn-lg.btn-simple{padding:16px 30px}.btn-sm{font-size:12px;border-radius:3px;padding:5px 10px}.btn-sm.btn-round{padding:6px 10px}.btn-sm.btn-simple{padding:7px 10px}.btn-xs{font-size:12px;border-radius:3px;padding:1px 5px}.btn-xs.btn-round{padding:2px 5px}.btn-xs.btn-simple{padding:3px 5px}.btn-wd{min-width:140px}.btn-group.select{width:100%}.btn-group.select .btn{text-align:left}.btn-group.select .caret{position:absolute;top:50%;margin-top:-1px;right:8px}.form-control:-moz-placeholder,.form-control::-moz-placeholder{color:#ddd;opacity:1;filter:alpha(opacity=100)}.form-control::-webkit-input-placeholder{color:#ddd;opacity:1;filter:alpha(opacity=100)}.form-control:-ms-input-placeholder{color:#ddd;opacity:1;filter:alpha(opacity=100)}.form-control{padding:8px 12px;height:40px}.form-control:focus{background-color:#fff;border:1px solid #aaa;box-shadow:none;outline:0!important;color:#333}.has-error .form-control,.has-error .form-control:focus,.has-success .form-control,.has-success .form-control:focus{border-color:#e3e3e3;box-shadow:none}.has-success .form-control{color:#87cb16}.has-success .form-control:focus{border-color:#87cb16}.has-error .form-control{color:#ff4a55}.has-error .form-control:focus{border-color:#ff4a55}.form-control+.form-control-feedback{border-radius:6px;font-size:14px;margin-top:-7px;position:absolute;right:10px;top:50%;vertical-align:middle}.open .form-control{border-radius:4px 4px 0 0;border-bottom-color:transparent}.input-lg{height:55px;padding:14px 30px}.has-error .form-control-feedback{color:#ff4a55}.has-success .form-control-feedback{color:#87cb16}.input-group-addon{background-color:#fff;border:1px solid #e3e3e3;border-radius:4px}.has-error .input-group-addon,.has-success .input-group-addon{background-color:#fff;border:1px solid #e3e3e3}.has-error .form-control:focus+.input-group-addon{border-color:#ff4a55;color:#ff4a55}.has-success .form-control:focus+.input-group-addon{border-color:#87cb16;color:#87cb16}.form-control:focus+.input-group-addon,.form-control:focus~.input-group-addon{background-color:#fff;border-color:#9a9a9a}.input-group-addon:first-child,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group .form-control:first-child{border-right:0}.input-group-addon:last-child,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.dropdown-toggle,.input-group .form-control:last-child{border-left:0}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#f5f5f5;color:#888;cursor:not-allowed}.input-group-btn .btn{border-width:1px;padding:9px 16px}.input-group-btn .btn-default:not(.btn-fill){border-color:#ddd}.input-group-btn:last-child>.btn{margin-left:0}.input-group-focus .input-group-addon{border-color:#9a9a9a}.alert{border:0;border-radius:0;color:#fff;padding:10px 15px;font-size:14px}.container .alert{border-radius:4px}.navbar .alert{border-radius:0;left:0;position:absolute;right:0;top:85px;width:100%;z-index:3}.navbar:not(.navbar-transparent) .alert{top:70px}.alert span[data-notify=icon]{font-size:30px;display:block;left:15px;position:absolute;top:50%;margin-top:-15px}.alert button.close{position:absolute;right:10px;top:50%;margin-top:-13px;z-index:1033;background-color:#fff;display:block;border-radius:50%;opacity:.4;line-height:20px;font-size:12px;width:25px;height:25px;outline:0!important;text-align:center;padding:3px;font-weight:300}.alert button.close:hover{opacity:.55}.alert .close~span{display:block;max-width:89%}.alert[data-notify=container]{padding:10px 10px 10px 20px;border-radius:4px}.alert.alert-with-icon{padding-left:65px}.alert a,.alert a:focus,.alert a:hover{text-decoration:underline;color:#fff}.alert-info{background-color:#63d8f1}.alert-success{background-color:#a1e82c}.alert-warning{background-color:#ffbc67}.alert-danger{background-color:#fc727a}.table .checkbox,.table .radio{position:relative;height:20px;display:block;width:20px;padding:0;margin:0 5px;text-align:center}.table .checkbox .icons,.table .radio .icons{left:5px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:12px 8px;vertical-align:middle}.table>tbody>tr>td{font-size:14px}.table>thead>tr>th{border-bottom-width:1px;color:#9a9a9a;padding-bottom:5px}.table .td-actions .btn{opacity:.36;filter:alpha(opacity=36)}.table .td-actions .btn.btn-xs{padding-left:3px;padding-right:3px}.table .td-actions{min-width:90px}.table>tbody>tr{position:relative}.table>tbody>tr:hover .td-actions .btn{opacity:1;filter:alpha(opacity=100)}.checkbox,.radio{margin-bottom:12px}.checkbox label,.radio label{display:inline-block;position:relative;cursor:pointer;padding-left:24px;margin-bottom:0}.checkbox label:after,.checkbox label:before{font-family:"FontAwesome";content:"\f096";display:inline-block;position:absolute;width:20px;height:20px;left:0;cursor:pointer;line-height:19px;font-size:20px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;top:1px;color:#ddd;transition:color .2s linear;padding:1px}.checkbox label:after{content:"";text-align:center;opacity:1;left:1px;color:#ddd}.checkbox input[type=checkbox],.radio input[type=radio]{opacity:0;margin-left:0}.checkbox input[type=checkbox]:checked+label:after{font-family:"FontAwesome";content:"\f046";color:#1dc7ea}.checkbox input[type=checkbox]:checked+label:before{opacity:0}.checkbox input[type=checkbox]:disabled+label,.checkbox input[type=checkbox]:disabled:checked+label:after,.radio input[type=radio]:disabled+label{color:#ddd}.checkbox input[type=checkbox]:disabled+label,.checkbox input[type=checkbox]:disabled+label:after,.checkbox input[type=checkbox]:disabled+label:before,.radio input[type=radio]:disabled+label{cursor:not-allowed}.checkbox.checkbox-circle label:before{border-radius:50%}.checkbox.checkbox-inline{padding-left:0}.checkbox-primary input[type=checkbox]:checked+label:before{background-color:#428bca;border-color:#428bca}.checkbox-primary input[type=checkbox]:checked+label:after{color:#fff}.checkbox-danger input[type=checkbox]:checked+label:before{background-color:#d9534f;border-color:#d9534f}.checkbox-danger input[type=checkbox]:checked+label:after{color:#fff}.checkbox-info input[type=checkbox]:checked+label:before{background-color:#5bc0de;border-color:#5bc0de}.checkbox-info input[type=checkbox]:checked+label:after{color:#fff}.checkbox-warning input[type=checkbox]:checked+label:before{background-color:#f0ad4e;border-color:#f0ad4e}.checkbox-warning input[type=checkbox]:checked+label:after{color:#fff}.checkbox-success input[type=checkbox]:checked+label:before{background-color:#5cb85c;border-color:#5cb85c}.checkbox-success input[type=checkbox]:checked+label:after{color:#fff}.radio label:after,.radio label:before{font-family:"FontAwesome";content:"\f10c";font-size:20px;height:20px;width:20px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;position:absolute;line-height:19px;left:0;top:0;color:#ddd;padding:1px;transition:color .2s linear}.radio input[type=radio]:checked+label:after{font-family:"FontAwesome";content:"\f192";color:#ddd;color:#1dc7ea}.radio input[type=radio]:disabled+label,.radio input[type=radio]:disabled+label:after,.radio input[type=radio]:disabled+label:before{color:#ddd}.radio.radio-inline{margin-top:0}.bootstrap-switch{display:inline-block;direction:ltr;cursor:pointer;border-radius:4px;border:1px solid #ccc;position:relative;text-align:left;overflow:hidden;line-height:8px;z-index:0;-webkit-user-select:none;user-select:none;vertical-align:middle;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.bootstrap-switch .bootstrap-switch-container{display:inline-block;top:0;border-radius:4px;transform:translateZ(0)}.bootstrap-switch .bootstrap-switch-handle-off,.bootstrap-switch .bootstrap-switch-handle-on,.bootstrap-switch .bootstrap-switch-label{box-sizing:border-box;cursor:pointer;display:table-cell;vertical-align:middle;padding:6px 12px;font-size:14px;line-height:20px}.bootstrap-switch .bootstrap-switch-handle-off,.bootstrap-switch .bootstrap-switch-handle-on{text-align:center;z-index:1}.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary{color:#fff;background:#337ab7}.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info{color:#fff;background:#5bc0de}.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success{color:#fff;background:#5cb85c}.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning{background:#f0ad4e;color:#fff}.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger{color:#fff;background:#d9534f}.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default{color:#000;background:#eee}.bootstrap-switch .bootstrap-switch-label{text-align:center;margin-top:-1px;margin-bottom:-1px;z-index:100;color:#333;background:#fff}.bootstrap-switch span:before{content:"\200b"}.bootstrap-switch .bootstrap-switch-handle-on{border-bottom-left-radius:3px;border-top-left-radius:3px}.bootstrap-switch .bootstrap-switch-handle-off{border-bottom-right-radius:3px;border-top-right-radius:3px}.bootstrap-switch input[type=checkbox],.bootstrap-switch input[type=radio]{position:absolute!important;top:0;left:0;margin:0;z-index:-1;opacity:0;filter:alpha(opacity=0);visibility:hidden}.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label{padding:1px 5px;font-size:12px;line-height:1.5}.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label{padding:5px 10px;font-size:12px;line-height:1.5}.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label{padding:6px 16px;font-size:18px;line-height:1.3333333}.bootstrap-switch.bootstrap-switch-disabled,.bootstrap-switch.bootstrap-switch-indeterminate,.bootstrap-switch.bootstrap-switch-readonly{cursor:default!important}.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label,.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label{opacity:.5;filter:alpha(opacity=50);cursor:default!important}.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container{transition:margin-left .5s}.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on{border-bottom-left-radius:0;border-top-left-radius:0;border-bottom-right-radius:3px;border-top-right-radius:3px}.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off{border-bottom-right-radius:0;border-top-right-radius:0;border-bottom-left-radius:3px;border-top-left-radius:3px}.bootstrap-switch.bootstrap-switch-focused{border-color:#66afe9;outline:0;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label,.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label{border-bottom-right-radius:3px;border-top-right-radius:3px}.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label,.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label{border-bottom-left-radius:3px;border-top-left-radius:3px}.nav>li>a:focus,.nav>li>a:hover{background-color:initial}.navbar{border:0;font-size:16px;border-radius:0}.navbar .navbar-brand{font-weight:400;margin:5px 0;padding:15px;font-size:20px}.navbar .navbar-nav>li>a{padding:10px 15px}.navbar .navbar-nav>li>a.btn{margin:15px 3px;padding:8px 16px}.navbar .navbar-nav>li>a.btn-round{margin:16px 3px}.navbar .navbar-nav .notification{position:absolute;background-color:#fb404b;text-align:center;border-radius:10px;min-width:18px;padding:0 5px;height:18px;font-size:12px;color:#fff;font-weight:700;line-height:18px;top:0;left:7px}.navbar .btn{margin:15px 3px;font-size:14px}.navbar .btn-simple{font-size:16px}.navbar.fixed{width:225px;right:0;left:auto;border-radius:0}.navbar-transparent .navbar-brand,[class*=navbar-ct] .navbar-brand{color:#fff;opacity:.9;filter:alpha(opacity=90)}.navbar-transparent .navbar-brand:focus,.navbar-transparent .navbar-brand:hover,[class*=navbar-ct] .navbar-brand:focus,[class*=navbar-ct] .navbar-brand:hover{background-color:initial;opacity:1;filter:alpha(opacity=100)}.navbar-transparent .navbar-nav>li>a:not(.btn),[class*=navbar-ct] .navbar-nav>li>a:not(.btn){color:#fff;border-color:#fff;opacity:.8;filter:alpha(opacity=80)}.navbar-transparent .navbar-nav>.active>a:focus:not(.btn),.navbar-transparent .navbar-nav>.active>a:hover:not(.btn),.navbar-transparent .navbar-nav>.active>a:not(.btn),.navbar-transparent .navbar-nav>li>a:focus:not(.btn),.navbar-transparent .navbar-nav>li>a:hover:not(.btn),[class*=navbar-ct] .navbar-nav>.active>a:focus:not(.btn),[class*=navbar-ct] .navbar-nav>.active>a:hover:not(.btn),[class*=navbar-ct] .navbar-nav>.active>a:not(.btn),[class*=navbar-ct] .navbar-nav>li>a:focus:not(.btn),[class*=navbar-ct] .navbar-nav>li>a:hover:not(.btn){background-color:initial;border-radius:3px;color:#fff;opacity:1;filter:alpha(opacity=100)}.navbar-transparent .navbar-nav .nav>li>a.btn:hover,[class*=navbar-ct] .navbar-nav .nav>li>a.btn:hover{background-color:initial}.navbar-transparent .navbar-nav>.dropdown>a .caret,.navbar-transparent .navbar-nav>.dropdown>a:focus .caret,.navbar-transparent .navbar-nav>.dropdown>a:hover .caret,[class*=navbar-ct] .navbar-nav>.dropdown>a .caret,[class*=navbar-ct] .navbar-nav>.dropdown>a:focus .caret,[class*=navbar-ct] .navbar-nav>.dropdown>a:hover .caret{border-bottom-color:#fff;border-top-color:#fff}.navbar-transparent .navbar-nav>.open>a,.navbar-transparent .navbar-nav>.open>a:focus,.navbar-transparent .navbar-nav>.open>a:hover,[class*=navbar-ct] .navbar-nav>.open>a,[class*=navbar-ct] .navbar-nav>.open>a:focus,[class*=navbar-ct] .navbar-nav>.open>a:hover{background-color:initial;color:#fff;opacity:1;filter:alpha(opacity=100)}.navbar-transparent .btn-default,[class*=navbar-ct] .btn-default{color:#fff;border-color:#fff}.navbar-transparent .btn-default.btn-fill,[class*=navbar-ct] .btn-default.btn-fill{color:#9a9a9a;background-color:#fff;opacity:.9;filter:alpha(opacity=90)}.navbar-transparent .btn-default.btn-fill.active,.navbar-transparent .btn-default.btn-fill:active,.navbar-transparent .btn-default.btn-fill:focus,.navbar-transparent .btn-default.btn-fill:hover,.navbar-transparent .open .dropdown-toggle.btn-fill.btn-default,[class*=navbar-ct] .btn-default.btn-fill.active,[class*=navbar-ct] .btn-default.btn-fill:active,[class*=navbar-ct] .btn-default.btn-fill:focus,[class*=navbar-ct] .btn-default.btn-fill:hover,[class*=navbar-ct] .open .dropdown-toggle.btn-fill.btn-default{border-color:#fff;opacity:1;filter:alpha(opacity=100)}.navbar-transparent .dropdown-menu .divider{background-color:hsla(0,0%,100%,.2)}.nav-open .nav .caret{border-bottom-color:#fff;border-top-color:#fff}.navbar-default{background-color:hsla(0,0%,100%,.96);border-bottom:1px solid rgba(0,0,0,.1)}.navbar-default .navbar-nav>li>a:not(.btn){color:#9a9a9a}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:not(.btn):focus,.navbar-default .navbar-nav>.active>a:not(.btn):hover,.navbar-default .navbar-nav>li>a:not(.btn):focus,.navbar-default .navbar-nav>li>a:not(.btn):hover{background-color:initial;border-radius:3px;color:#1dc7ea;opacity:1;filter:alpha(opacity=100)}.navbar-default .navbar-nav>.dropdown>a:focus .caret,.navbar-default .navbar-nav>.dropdown>a:hover .caret{border-bottom-color:#1dc7ea;border-top-color:#1dc7ea}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{background-color:initial;color:#1dc7ea}.navbar-default .navbar-nav .navbar-toggle:focus,.navbar-default .navbar-nav .navbar-toggle:hover{background-color:initial}.navbar-default:not(.navbar-transparent) .btn-default:hover{color:#1dc7ea;border-color:#1dc7ea}.navbar-default:not(.navbar-transparent) .btn-neutral,.navbar-default:not(.navbar-transparent) .btn-neutral:active,.navbar-default:not(.navbar-transparent) .btn-neutral:hover{color:#9a9a9a}.navbar-icons.navbar .navbar-brand{margin-top:12px;margin-bottom:12px}.navbar-icons .navbar-nav>li>a{text-align:center;padding:6px 15px;margin:6px 3px}.navbar-icons .navbar-nav [class^=pe]{font-size:30px;position:relative}.navbar-icons .navbar-nav p{margin:3px 0 0}.navbar-form{box-shadow:none}.navbar-form .form-control{border-radius:0;border:0;padding:0;background-color:initial;height:22px;font-size:16px;line-height:1.5;color:#e3e3e3}.navbar-transparent .navbar-form .form-control,[class*=navbar-ct] .navbar-form .form-control{color:#fff;border:0;border-bottom:1px solid hsla(0,0%,100%,.6)}.navbar-ct-blue{background-color:#4ea7ff}.navbar-ct-azure{background-color:#63d8f1}.navbar-ct-green{background-color:#a1e82c}.navbar-ct-orange{background-color:#ffbc67}.navbar-ct-red{background-color:#fc727a}.navbar-transparent{padding-top:15px;background-color:initial;border-bottom:1px solid transparent}.navbar-toggle{margin-top:19px;margin-bottom:19px;border:0}.navbar-toggle .icon-bar{background-color:#fff}.navbar-toggle .navbar-collapse,.navbar-toggle .navbar-form{border-color:transparent}.navbar-toggle.navbar-default .navbar-toggle:focus,.navbar-toggle.navbar-default .navbar-toggle:hover{background-color:initial}.footer{background-color:#fff;line-height:20px}.footer nav>ul{list-style:none;margin:0;padding:0;font-weight:400}.footer nav>ul a:not(.btn){color:#9a9a9a;display:block;margin-bottom:3px}.footer nav>ul a:not(.btn):focus,.footer nav>ul a:not(.btn):hover{color:#777}.footer .social-area{padding:15px 0}.footer .social-area h5{padding-bottom:15px}.footer .social-area>a:not(.btn){color:#9a9a9a;display:inline-block;vertical-align:top;padding:10px 5px;font-size:20px;font-weight:400;line-height:20px;text-align:center}.footer .social-area>a:not(.btn):focus,.footer .social-area>a:not(.btn):hover{color:#777}.footer .copyright{color:#777;padding:10px 15px;margin:10px 3px;line-height:20px;font-size:14px}.footer hr{border-color:#ddd}.footer .title{color:#777}.footer-default{background-color:#f5f5f5}.footer:not(.footer-big) nav>ul{font-size:14px}.footer:not(.footer-big) nav>ul li{margin-left:20px;float:left}.footer:not(.footer-big) nav>ul a{padding:10px 0;margin:10px 10px 10px 0}.dropdown-menu{visibility:hidden;border-radius:10px;display:block;z-index:9000;position:absolute;opacity:0;filter:alpha(opacity=0);box-shadow:1px 2px 3px rgba(0,0,0,.125)}.open .dropdown-menu,.show .dropdown-menu{opacity:1;filter:alpha(opacity=100);visibility:visible}.select .dropdown-menu{border-radius:0 0 10px 10px;box-shadow:none;transform-origin:50% -40px;transform:scale(1);transition:all .15s linear;margin-top:-20px}.select.open .dropdown-menu,.select.show .dropdown-menu{margin-top:-1px}.dropdown-menu>li>a{padding:8px 16px;color:#333}.dropdown-menu>li>a img{margin-top:-3px}.dropdown-menu>li>a:focus{outline:0!important}.btn-group.select .dropdown-menu{min-width:100%}.dropdown-menu>li:first-child>a{border-top-left-radius:10px;border-top-right-radius:10px}.dropdown-menu>li:last-child>a{border-bottom-left-radius:10px;border-bottom-right-radius:10px}.select .dropdown-menu>li:first-child>a{border-radius:0;border-bottom:0}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{background-color:#f5f5f5;color:#333;text-decoration:none}.dropdown-menu.dropdown-blue>li>a:focus,.dropdown-menu.dropdown-blue>li>a:hover{background-color:rgba(52,114,247,.2)}.dropdown-menu.dropdown-azure>li>a:focus,.dropdown-menu.dropdown-azure>li>a:hover{background-color:rgba(29,199,234,.2)}.dropdown-menu.ct-green>li>a:focus,.dropdown-menu.ct-green>li>a:hover{background-color:rgba(135,203,22,.2)}.dropdown-menu.dropdown-orange>li>a:focus,.dropdown-menu.dropdown-orange>li>a:hover{background-color:rgba(255,149,0,.2)}.dropdown-menu.dropdown-red>li>a:focus,.dropdown-menu.dropdown-red>li>a:hover{background-color:rgba(255,74,85,.2)}.dropdown-with-icons>li>a{padding-left:0;line-height:28px}.dropdown-with-icons i{text-align:center;line-height:28px;float:left}.dropdown-with-icons i[class^=pe-]{font-size:24px;width:46px}.dropdown-with-icons i[class^=fa]{font-size:14px;width:38px}.btn-group.select{overflow:hidden}.btn-group.select.open,.btn-group.select.show{overflow:visible}.card{border-radius:4px;box-shadow:0 1px 2px rgba(0,0,0,.05),0 0 0 1px rgba(63,63,68,.1);background-color:#fff;margin-bottom:30px}.card .image{width:100%;overflow:hidden;height:260px;border-radius:4px 4px 0 0;position:relative;transform-style:preserve-3d}.card .image img{width:100%}.card .filter{position:absolute;z-index:2;background-color:rgba(0,0,0,.68);top:0;left:0;width:100%;height:100%;text-align:center;opacity:0;filter:alpha(opacity=0)}.card .filter .btn{position:relative;top:50%;transform:translateY(-50%)}.card:hover .filter{opacity:1;filter:alpha(opacity=100)}.card .btn-hover{opacity:0;filter:alpha(opacity=0)}.card:hover .btn-hover{opacity:1;filter:alpha(opacity=100)}.card .content{padding:15px 15px 10px}.card .header{padding:15px 15px 0}.card .category,.card label{font-size:14px;font-weight:400;color:#9a9a9a;margin-bottom:0}.card .category i,.card label i{font-size:16px}.card label{font-size:12px;margin-bottom:5px;text-transform:uppercase}.card .title{margin:0;color:#333;font-weight:300}.card .avatar{width:30px;height:30px;overflow:hidden;border-radius:50%;margin-right:5px}.card .description{font-size:14px;color:#333}.card .footer{padding:0;background-color:transparent;line-height:30px}.card .footer .legend{padding:5px 0}.card .footer hr{margin-top:5px;margin-bottom:5px}.card .stats{color:#a9a9a9}.card .footer div{display:inline-block}.card .author{font-size:12px;font-weight:600;text-transform:uppercase}.card .author i{font-size:14px}.card h6{font-size:12px;margin:0}.card.card-separator:after{height:100%;right:-15px;top:0;width:1px;background-color:#ddd;content:"";position:absolute}.card .ct-chart{margin:30px 0;height:245px}.card .table tbody td:first-child,.card .table thead th:first-child{padding-left:15px}.card .table tbody td:last-child,.card .table thead th:last-child{padding-right:15px}.card .alert{border-radius:4px;position:relative}.card .alert.alert-with-icon{padding-left:65px}.card-user .image{height:110px}.card-user .image-plain{height:0;margin-top:110px}.card-user .author{text-align:center;text-transform:none;margin-top:-70px}.card-user .avatar{width:124px;height:124px;border:5px solid #fff;position:relative;margin-bottom:15px}.card-user .avatar.border-gray{border-color:#eee}.card-user .title{line-height:24px}.card-user .content{min-height:240px}.card-price .footer,.card-user .footer{padding:5px 15px 10px}.card-price hr,.card-user hr{margin:5px 15px}.card-plain{background-color:initial;box-shadow:none;border-radius:0}.card-plain .image{border-radius:4px}.card-stats .icon-big{font-size:3em;min-height:64px}.card-stats .icon-big i{font-weight:700;line-height:59px}.card-stats .numbers{font-size:2em}.card-stats .numbers p{margin:0}.ct-label{fill:rgba(0,0,0,.4);color:rgba(0,0,0,.4);font-size:1.3rem;line-height:1}.ct-chart-bar .ct-label,.ct-chart-line .ct-label{display:block;display:flex}.ct-label.ct-horizontal.ct-start{align-items:flex-end;justify-content:flex-start;text-align:left;text-anchor:start}.ct-label.ct-horizontal.ct-end{align-items:flex-start;justify-content:flex-start;text-align:left;text-anchor:start}.ct-label.ct-vertical.ct-start{align-items:flex-end;justify-content:flex-end;text-align:right;text-anchor:end}.ct-label.ct-vertical.ct-end{align-items:flex-end;justify-content:flex-start;text-align:left;text-anchor:start}.ct-chart-bar .ct-label.ct-horizontal.ct-start{align-items:flex-end;justify-content:center;text-align:center;text-anchor:start}.ct-chart-bar .ct-label.ct-horizontal.ct-end{align-items:flex-start;justify-content:center;text-align:center;text-anchor:start}.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start{align-items:flex-end;justify-content:flex-start;text-align:left;text-anchor:start}.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end{align-items:flex-start;justify-content:flex-start;text-align:left;text-anchor:start}.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start{align-items:center;justify-content:flex-end;text-align:right;text-anchor:end}.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end{align-items:center;justify-content:flex-start;text-align:left;text-anchor:end}.ct-grid{stroke:rgba(0,0,0,.2);stroke-width:1px;stroke-dasharray:2px}.ct-point{stroke-width:8px;stroke-linecap:round}.ct-line{fill:none;stroke-width:3px}.ct-area{stroke:none;fill-opacity:.8}.ct-bar{fill:none;stroke-width:10px}.ct-slice-donut{fill:none;stroke-width:60px}.ct-series-a .ct-bar,.ct-series-a .ct-line,.ct-series-a .ct-point,.ct-series-a .ct-slice-donut{stroke:#1dc7ea}.ct-series-a .ct-area,.ct-series-a .ct-slice-pie{fill:#1dc7ea}.ct-series-b .ct-bar,.ct-series-b .ct-line,.ct-series-b .ct-point,.ct-series-b .ct-slice-donut{stroke:#fb404b}.ct-series-b .ct-area,.ct-series-b .ct-slice-pie{fill:#fb404b}.ct-series-c .ct-bar,.ct-series-c .ct-line,.ct-series-c .ct-point,.ct-series-c .ct-slice-donut{stroke:#ffa534}.ct-series-c .ct-area,.ct-series-c .ct-slice-pie{fill:#ffa534}.ct-series-d .ct-bar,.ct-series-d .ct-line,.ct-series-d .ct-point,.ct-series-d .ct-slice-donut{stroke:#9368e9}.ct-series-d .ct-area,.ct-series-d .ct-slice-pie{fill:#9368e9}.ct-series-e .ct-bar,.ct-series-e .ct-line,.ct-series-e .ct-point,.ct-series-e .ct-slice-donut{stroke:#87cb16}.ct-series-e .ct-area,.ct-series-e .ct-slice-pie{fill:#87cb16}.ct-series-f .ct-bar,.ct-series-f .ct-line,.ct-series-f .ct-point,.ct-series-f .ct-slice-donut{stroke:#1b8dff}.ct-series-f .ct-area,.ct-series-f .ct-slice-pie{fill:#1b8dff}.ct-series-g .ct-bar,.ct-series-g .ct-line,.ct-series-g .ct-point,.ct-series-g .ct-slice-donut{stroke:#5e5e5e}.ct-series-g .ct-area,.ct-series-g .ct-slice-pie{fill:#5e5e5e}.ct-series-h .ct-bar,.ct-series-h .ct-line,.ct-series-h .ct-point,.ct-series-h .ct-slice-donut{stroke:#dd4b39}.ct-series-h .ct-area,.ct-series-h .ct-slice-pie{fill:#dd4b39}.ct-series-i .ct-bar,.ct-series-i .ct-line,.ct-series-i .ct-point,.ct-series-i .ct-slice-donut{stroke:#35465c}.ct-series-i .ct-area,.ct-series-i .ct-slice-pie{fill:#35465c}.ct-series-j .ct-bar,.ct-series-j .ct-line,.ct-series-j .ct-point,.ct-series-j .ct-slice-donut{stroke:#e52d27}.ct-series-j .ct-area,.ct-series-j .ct-slice-pie{fill:#e52d27}.ct-series-k .ct-bar,.ct-series-k .ct-line,.ct-series-k .ct-point,.ct-series-k .ct-slice-donut{stroke:#55acee}.ct-series-k .ct-area,.ct-series-k .ct-slice-pie{fill:#55acee}.ct-series-l .ct-bar,.ct-series-l .ct-line,.ct-series-l .ct-point,.ct-series-l .ct-slice-donut{stroke:#cc2127}.ct-series-l .ct-area,.ct-series-l .ct-slice-pie{fill:#cc2127}.ct-series-m .ct-bar,.ct-series-m .ct-line,.ct-series-m .ct-point,.ct-series-m .ct-slice-donut{stroke:#1769ff}.ct-series-m .ct-area,.ct-series-m .ct-slice-pie{fill:#1769ff}.ct-series-n .ct-bar,.ct-series-n .ct-line,.ct-series-n .ct-point,.ct-series-n .ct-slice-donut{stroke:#6188e2}.ct-series-n .ct-area,.ct-series-n .ct-slice-pie{fill:#6188e2}.ct-series-o .ct-bar,.ct-series-o .ct-line,.ct-series-o .ct-point,.ct-series-o .ct-slice-donut{stroke:#a748ca}.ct-series-o .ct-area,.ct-series-o .ct-slice-pie{fill:#a748ca}.ct-square{display:block;position:relative;width:100%}.ct-square:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:100%}.ct-square:after{content:"";display:table;clear:both}.ct-square>svg{display:block;position:absolute;top:0;left:0}.ct-minor-second{display:block;position:relative;width:100%}.ct-minor-second:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:93.75%}.ct-minor-second:after{content:"";display:table;clear:both}.ct-minor-second>svg{display:block;position:absolute;top:0;left:0}.ct-major-second{display:block;position:relative;width:100%}.ct-major-second:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:88.88889%}.ct-major-second:after{content:"";display:table;clear:both}.ct-major-second>svg{display:block;position:absolute;top:0;left:0}.ct-minor-third{display:block;position:relative;width:100%}.ct-minor-third:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:83.33333%}.ct-minor-third:after{content:"";display:table;clear:both}.ct-minor-third>svg{display:block;position:absolute;top:0;left:0}.ct-major-third{display:block;position:relative;width:100%}.ct-major-third:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:80%}.ct-major-third:after{content:"";display:table;clear:both}.ct-major-third>svg{display:block;position:absolute;top:0;left:0}.ct-perfect-fourth{display:block;position:relative;width:100%}.ct-perfect-fourth:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:75%}.ct-perfect-fourth:after{content:"";display:table;clear:both}.ct-perfect-fourth>svg{display:block;position:absolute;top:0;left:0}.ct-perfect-fifth{display:block;position:relative;width:100%}.ct-perfect-fifth:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:66.66667%}.ct-perfect-fifth:after{content:"";display:table;clear:both}.ct-perfect-fifth>svg{display:block;position:absolute;top:0;left:0}.ct-minor-sixth{display:block;position:relative;width:100%}.ct-minor-sixth:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:62.5%}.ct-minor-sixth:after{content:"";display:table;clear:both}.ct-minor-sixth>svg{display:block;position:absolute;top:0;left:0}.ct-golden-section{display:block;position:relative;width:100%}.ct-golden-section:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:61.8047%}.ct-golden-section:after{content:"";display:table;clear:both}.ct-golden-section>svg{display:block;position:absolute;top:0;left:0}.ct-major-sixth{display:block;position:relative;width:100%}.ct-major-sixth:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:60%}.ct-major-sixth:after{content:"";display:table;clear:both}.ct-major-sixth>svg{display:block;position:absolute;top:0;left:0}.ct-minor-seventh{display:block;position:relative;width:100%}.ct-minor-seventh:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:56.25%}.ct-minor-seventh:after{content:"";display:table;clear:both}.ct-minor-seventh>svg{display:block;position:absolute;top:0;left:0}.ct-major-seventh{display:block;position:relative;width:100%}.ct-major-seventh:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:53.33333%}.ct-major-seventh:after{content:"";display:table;clear:both}.ct-major-seventh>svg{display:block;position:absolute;top:0;left:0}.ct-octave{display:block;position:relative;width:100%}.ct-octave:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:50%}.ct-octave:after{content:"";display:table;clear:both}.ct-octave>svg{display:block;position:absolute;top:0;left:0}.ct-major-tenth{display:block;position:relative;width:100%}.ct-major-tenth:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:40%}.ct-major-tenth:after{content:"";display:table;clear:both}.ct-major-tenth>svg{display:block;position:absolute;top:0;left:0}.ct-major-eleventh{display:block;position:relative;width:100%}.ct-major-eleventh:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:37.5%}.ct-major-eleventh:after{content:"";display:table;clear:both}.ct-major-eleventh>svg{display:block;position:absolute;top:0;left:0}.ct-major-twelfth{display:block;position:relative;width:100%}.ct-major-twelfth:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:33.33333%}.ct-major-twelfth:after{content:"";display:table;clear:both}.ct-major-twelfth>svg{display:block;position:absolute;top:0;left:0}.ct-double-octave{display:block;position:relative;width:100%}.ct-double-octave:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:25%}.ct-double-octave:after{content:"";display:table;clear:both}.ct-double-octave>svg{display:block;position:absolute;top:0;left:0}@media (min-width:992px){.navbar-form{margin-top:21px;margin-bottom:21px;padding-left:5px;padding-right:5px}.dropdown .dropdown-menu,.navbar-nav>li>.dropdown-menu{transform:scale(0);transition:all .37s cubic-bezier(.34,1.61,.7,1)}.dropdown.open .dropdown-menu,.navbar-nav>li.open>.dropdown-menu{transform:scale(1);transform-origin:29px -50px}.navbar-nav>li>.dropdown-menu:before{border-bottom:11px solid rgba(0,0,0,.2);top:-11px}.navbar-nav>li>.dropdown-menu:after,.navbar-nav>li>.dropdown-menu:before{border-left:11px solid transparent;border-right:11px solid transparent;content:"";display:inline-block;position:absolute;left:12px}.navbar-nav>li>.dropdown-menu:after{border-bottom:11px solid #fff;top:-10px}.navbar-nav.navbar-right>li>.dropdown-menu:after,.navbar-nav.navbar-right>li>.dropdown-menu:before{left:auto;right:12px}.footer:not(.footer-big) nav>ul li:first-child{margin-left:0}body>.navbar-collapse.collapse{display:none!important}.card form [class*=col-]{padding:6px}.card form [class*=col-]:first-child{padding-left:15px}.card form [class*=col-]:last-child{padding-right:15px}}@media (max-width:991px){.main-panel{width:100%}.navbar-transparent{padding-top:15px;background-color:rgba(0,0,0,.45)}body{position:relative}.main-panel{transform:translateZ(0)}.main-panel,.navbar .container{transition:all .33s cubic-bezier(.685,.0473,.346,1);left:0}.navbar .container{width:100%;position:relative}.navbar .navbar-collapse.collapse,.navbar .navbar-collapse.collapse.in,.navbar .navbar-collapse.collapsing{display:none!important}.navbar-nav>li{float:none;position:relative;display:block}.sidebar{position:fixed;display:block;top:0;height:100%;width:225px;right:0;left:auto;z-index:1032;visibility:visible;background-color:#999;overflow-y:visible;border-top:none;text-align:left;padding:0;transform:translate3d(260px,0,0);transition:all .33s cubic-bezier(.685,.0473,.346,1)}.sidebar>ul{position:relative;z-index:4;overflow-y:scroll;height:calc(100vh - 61px);width:100%}.sidebar:before{top:0;left:0;height:100%;width:100%;position:absolute;background-color:#282828;display:block;content:"";z-index:1}.sidebar .sidebar-wrapper .dropdown-menu>li:first-child>a,.sidebar .sidebar-wrapper .dropdown-menu>li:last-child>a{border-radius:4px}.sidebar .sidebar-wrapper .dropdown-menu>li>a:focus,.sidebar .sidebar-wrapper .dropdown-menu>li>a:hover{color:#fff}.sidebar .sidebar-wrapper>.nav>div .nav{margin-top:10px;float:none!important}.sidebar .sidebar-wrapper>.nav>div .nav>li>a{line-height:30px;font-size:12px;font-weight:600;text-transform:uppercase;margin:5px 15px}.sidebar .sidebar-wrapper>.nav>div .notification{float:left;line-height:30px;margin-right:8px;font-weight:600}.sidebar .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:initial;border:0;box-shadow:none}.nav-open .sidebar{transform:translateZ(0)}.nav-open .navbar .container{left:-260px}.nav-open .main-panel{left:0;transform:translate3d(-260px,0,0)}.navbar-toggle .icon-bar{display:block;position:relative;background:#fff;width:24px;height:2px;border-radius:1px;margin:0 auto}.navbar-header .navbar-toggle{margin:10px 15px 10px 0;width:40px;height:40px}.bar1,.bar2,.bar3{outline:1px solid transparent}.bar1{top:0;animation:topbar-back .5s 0s;animation-fill-mode:forwards}.bar2{opacity:1}.bar3{bottom:0;animation:bottombar-back .5s 0s;animation-fill-mode:forwards}.toggled .bar1{top:6px;animation:topbar-x .5s 0s;animation-fill-mode:forwards}.toggled .bar2{opacity:0}.toggled .bar3{bottom:6px;animation:bottombar-x .5s 0s;animation-fill-mode:forwards}@keyframes topbar-x{0%{top:0;transform:rotate(0deg)}45%{top:6px;transform:rotate(145deg)}75%{transform:rotate(130deg)}to{transform:rotate(135deg)}}@keyframes topbar-back{0%{top:6px;transform:rotate(135deg)}45%{transform:rotate(-10deg)}75%{transform:rotate(5deg)}to{top:0;transform:rotate(0)}}@keyframes bottombar-x{0%{bottom:0;transform:rotate(0deg)}45%{bottom:6px;transform:rotate(-145deg)}75%{transform:rotate(-130deg)}to{transform:rotate(-135deg)}}@keyframes bottombar-back{0%{bottom:6px;transform:rotate(-135deg)}45%{transform:rotate(10deg)}75%{transform:rotate(-5deg)}to{bottom:0;transform:rotate(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.dropdown-menu .divider{background-color:hsla(0,0%,89.8%,.15)}.navbar-nav{margin:1px 0}.navbar-nav .open .dropdown-menu>li>a{padding:15px 15px 5px 50px}.navbar-nav .open .dropdown-menu>li:first-child>a{padding:5px 15px 5px 50px}.navbar-nav .open .dropdown-menu>li:last-child>a{padding:15px 15px 25px 50px}[class*=navbar-] .navbar-nav .active>a,[class*=navbar-] .navbar-nav .active>a:focus,[class*=navbar-] .navbar-nav .active>a:hover,[class*=navbar-] .navbar-nav .navbar-nav .open .dropdown-menu>li>a:active,[class*=navbar-] .navbar-nav .open .dropdown-menu>li>a,[class*=navbar-] .navbar-nav .open .dropdown-menu>li>a:focus,[class*=navbar-] .navbar-nav .open .dropdown-menu>li>a:hover,[class*=navbar-] .navbar-nav>li>a,[class*=navbar-] .navbar-nav>li>a:focus,[class*=navbar-] .navbar-nav>li>a:hover{color:#fff}[class*=navbar-] .navbar-nav .open .dropdown-menu>li>a,[class*=navbar-] .navbar-nav .open .dropdown-menu>li>a:focus,[class*=navbar-] .navbar-nav .open .dropdown-menu>li>a:hover,[class*=navbar-] .navbar-nav>li>a,[class*=navbar-] .navbar-nav>li>a:focus,[class*=navbar-] .navbar-nav>li>a:hover{opacity:.7;background:transparent}[class*=navbar-] .navbar-nav.navbar-nav .open .dropdown-menu>li>a:active{opacity:1}[class*=navbar-] .navbar-nav .dropdown>a:hover .caret{border-bottom-color:#777;border-top-color:#777}[class*=navbar-] .navbar-nav .dropdown>a:active .caret{border-bottom-color:#fff;border-top-color:#fff}.dropdown-menu{display:none}.navbar-fixed-top{-webkit-backface-visibility:hidden}#bodyClick{height:100%;width:100%;position:fixed;opacity:0;top:0;left:auto;right:250px;content:"";z-index:9999;overflow-x:hidden}.social-line .btn,.subscribe-line .form-control{margin:0 0 10px}.social-line.pull-right{float:none}.footer nav.pull-left{float:none!important}.footer:not(.footer-big) nav>ul li{float:none}.social-area.pull-right{float:none!important}.form-control+.form-control-feedback{margin-top:-8px}.navbar-toggle:focus,.navbar-toggle:hover{background-color:initial!important}.btn.dropdown-toggle{margin-bottom:0}.media-post .author{width:20%;float:none!important;display:block;margin:0 auto 10px}.media-post .media-body{width:100%}.navbar-collapse.collapse{height:100%!important}.navbar-collapse.collapse.in{display:block}.navbar-header .collapse,.navbar-toggle{display:block!important}.navbar-header{float:none}.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:initial;border:0;box-shadow:none}.navbar-collapse .nav p{font-size:14px;margin:0}.navbar-collapse [class^=pe-7s-]{float:left;font-size:20px;margin-right:10px}}@media (min-width:992px){.table-full-width{margin-left:-15px;margin-right:-15px}}@media (max-width:991px){.table-responsive{width:100%;margin-bottom:15px;overflow-x:scroll;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;-webkit-overflow-scrolling:touch}}.fixed-plugin .button-container .github-btn{display:inline-block;font-size:14px}.fixed-plugin .SocialMediaShareButton{display:inline-block;margin:0 2px}.fixed-plugin .badge,.fixed-plugin li>a{transition:all .34s;-webkit-transition:all .34s;-moz-transition:all .34s}.fixed-plugin{position:absolute;top:180px;right:0;width:64px;background:rgba(0,0,0,.3);z-index:1031;border-radius:8px 0 0 8px;text-align:center}.fixed-plugin .fa-cog{color:#fff;padding:10px;border-radius:0 0 6px 6px;width:auto}.fixed-plugin .dropdown-menu{right:80px;left:auto;width:290px;border-radius:10px;padding:0 10px}.fixed-plugin .dropdown-menu:after,.fixed-plugin .dropdown-menu:before{right:10px;margin-left:auto;left:auto}.fixed-plugin .fa-circle-thin{color:#fff}.fixed-plugin .active .fa-circle-thin{color:#0bf}.footer-dropdown{top:-120px!important}.footer-dropdown:after,.footer-dropdown:before{top:300px!important}.fixed-plugin .dropdown-menu>.active>a,.fixed-plugin .dropdown-menu>.active>a:focus,.fixed-plugin .dropdown-menu>.active>a:hover{color:#777;text-align:center}.fixed-plugin img{border-radius:0;width:100%;max-height:175px;margin:0 auto}.fixed-plugin .badge{border:3px solid #fff;border-radius:50%;cursor:pointer;display:inline-block;height:23px;margin-right:5px;position:relative;width:23px}.fixed-plugin .badge.active,.fixed-plugin .badge:hover{border-color:#0bf}.fixed-plugin .badge-white{background-color:#fff}.fixed-plugin .badge-azure,.fixed-plugin .badge-black{background-color:#1dc7ea}.fixed-plugin .badge-green{background-color:#87cb16}.fixed-plugin .badge-orange{background-color:#ffa534}.fixed-plugin .badge-purple{background-color:#9368e9}.fixed-plugin .badge-red{background-color:#fb404b}.fixed-plugin h5{font-size:14px;margin:10px}.fixed-plugin .dropdown-menu li{display:block;padding:5px 2px;width:25%;float:left}.fixed-plugin li.adjustments-line,.fixed-plugin li.button-container,.fixed-plugin li.header-title{width:100%;height:50px;min-height:inherit;text-align:center}.fixed-plugin .pro-title{margin:10px 0 5px;text-align:center}.fixed-plugin #sharrreTitle{text-align:center;padding:10px 0;height:50px}.fixed-plugin li.header-title{height:30px;line-height:40px;font-size:12px;font-weight:600;text-transform:uppercase}.fixed-plugin .adjustments-line p{float:left;display:inline-block;margin-bottom:0;font-size:1em}.fixed-plugin .adjustments-line .switch{float:right}.fixed-plugin .dropdown-menu>li.adjustments-line>a{padding-right:0;padding-left:0;border-bottom:1px solid #ddd;margin:0}.fixed-plugin .dropdown-menu>li>a.img-holder{font-size:16px;text-align:center;border-radius:10px;background-color:#fff;border:3px solid #fff;opacity:1;cursor:pointer;max-height:86px;overflow:hidden;padding:0}.fixed-plugin .dropdown-menu>li>a.switch-trigger:focus,.fixed-plugin .dropdown-menu>li>a.switch-trigger:hover{background-color:initial}.fixed-plugin .dropdown-menu>li:focus>a.img-holder,.fixed-plugin .dropdown-menu>li:hover>a.img-holder{border-color:rgba(0,187,255,.53)}.fixed-plugin .dropdown-menu>.active>a.img-holder{border-color:#0bf;background-color:#fff}.fixed-plugin .dropdown-menu>li>a img{margin-top:auto}.fixed-plugin .btn-social{width:50%;display:block;width:48%;float:left;font-weight:600}.fixed-plugin .btn-social i{margin-right:5px}.fixed-plugin .btn-social:first-child{margin-right:2%}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{opacity:1}@media (min-width:992px){.fixed-plugin .dropdown .dropdown-menu{transform:translateY(-50%);top:27px;opacity:0;transform-origin:0 0}.fixed-plugin .dropdown.open .dropdown-menu{opacity:1;transform:translateY(-50%);transform-origin:0 0}.fixed-plugin .dropdown-menu:after,.fixed-plugin .dropdown-menu:before{content:"";display:inline-block;position:absolute;top:50%;width:16px;transform:translateY(-50%);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%)}.fixed-plugin .dropdown-menu:before{border-bottom:16px solid transparent;border-left:16px solid rgba(0,0,0,.2);border-top:16px solid transparent;right:-16px}.fixed-plugin .dropdown-menu:after{border-bottom:16px solid transparent;border-left:16px solid #fff;border-top:16px solid transparent;right:-15px}.typo-line{padding-left:140px;margin-bottom:40px;position:relative}.typo-line .category{transform:translateY(-50%);top:50%;left:0;position:absolute}.fixed-plugin{top:300px}}@media (max-width:991px){.fixed-plugin .dropdown-menu{right:60px;width:220px}.fixed-plugin .dropdown-menu li{width:50%}.fixed-plugin li.adjustments-line,.fixed-plugin li.button-container,.fixed-plugin li.header-title{width:100%;height:55px;min-height:inherit}.fixed-plugin .adjustments-line .switch{float:right;margin:0}.fixed-plugin li.header-title{height:40px}.fixed-plugin .dropdown .dropdown-menu{top:-170px}}.btn-social{opacity:.85;padding:8px 9px}.btn-social .fa{font-size:18px;vertical-align:middle;display:inline-block}.btn-social.btn-round{padding:9px 10px}.btn-social.btn-simple{padding:9px 5px;font-size:16px}.btn-social.btn-simple .fa{font-size:20px;position:relative;top:-2px;width:24px}.btn-facebook{border-color:#3b5998;color:#3b5998}.btn-facebook.active,.btn-facebook:active,.btn-facebook:focus,.btn-facebook:hover,.open>.btn-facebook.dropdown-toggle{background-color:initial;color:#3b5998;border-color:#3b5998;opacity:1}.btn-facebook.disabled,.btn-facebook:disabled,.btn-facebook[disabled]{background-color:initial;border-color:#3b5998}.btn-facebook.btn-fill{color:#fff;background-color:#3b5998;opacity:.9}.btn-facebook.btn-fill.active,.btn-facebook.btn-fill:active,.btn-facebook.btn-fill:focus,.btn-facebook.btn-fill:hover,.open>.btn-facebook.btn-fill.dropdown-toggle{background-color:#3b5998;color:#fff;opacity:1}.btn-twitter{border-color:#55acee;color:#55acee}.btn-twitter.active,.btn-twitter:active,.btn-twitter:focus,.btn-twitter:hover,.open>.btn-twitter.dropdown-toggle{background-color:initial;color:#55acee;border-color:#55acee;opacity:1}.btn-twitter.disabled,.btn-twitter:disabled,.btn-twitter[disabled]{background-color:initial;border-color:#55acee}.btn-twitter.btn-fill{color:#fff;background-color:#55acee;opacity:.9}.btn-twitter.btn-fill.active,.btn-twitter.btn-fill:active,.btn-twitter.btn-fill:focus,.btn-twitter.btn-fill:hover,.open>.btn-twitter.btn-fill.dropdown-toggle{background-color:#55acee;color:#fff;opacity:1}@media (min-width:992px){.typo-line{padding-left:140px;margin-bottom:40px;position:relative}.typo-line .category{transform:translateY(-50%);top:50%;left:0;position:absolute}}.all-icons [class*=pe-]{font-size:40px}.all-icons input{border:0}.all-icons .font-icon-detail{text-align:center;padding:45px 0 30px;border:1px solid #e5e5e5;border-radius:6px;margin:15px 0}.all-icons .font-icon-detail input{margin:25px auto 0;width:100%;text-align:center;display:block;color:#aaa;font-size:13px}#map{position:relative;width:100%;height:calc(100% - 60px)}.places-buttons .btn{margin-bottom:30px}.sidebar .nav>li.active-pro{position:absolute;width:100%;bottom:10px}.sidebar .nav>li.active-pro a{background:hsla(0,0%,100%,.14);opacity:1;color:#fff}.table-upgrade td:nth-child(2),.table-upgrade td:nth-child(3){text-align:center}.react-toggle{touch-action:pan-x;display:inline-block;position:relative;cursor:pointer;background-color:initial;border:0;padding:0;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.react-toggle-screenreader-only{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.react-toggle--disabled{cursor:not-allowed;opacity:.5;transition:opacity .25s}.react-toggle-track{width:50px;height:24px;padding:0;border-radius:30px;background-color:#4d4d4d;transition:all .2s ease}.react-toggle:hover:not(.react-toggle--disabled) .react-toggle-track{background-color:#5d5d5d}.react-toggle--checked .react-toggle-track,.react-toggle--checked:hover:not(.react-toggle--disabled) .react-toggle-track{background-color:#1fc6ea}.react-toggle-track-check{position:absolute;width:14px;height:10px;top:0;bottom:0;margin-top:auto;margin-bottom:auto;line-height:0;left:8px;opacity:0;transition:opacity .25s ease}.react-toggle--checked .react-toggle-track-check,.react-toggle-track-x{opacity:1;transition:opacity .25s ease}.react-toggle-track-x{position:absolute;width:10px;height:10px;top:0;bottom:0;margin-top:auto;margin-bottom:auto;line-height:0;right:10px}.react-toggle--checked .react-toggle-track-x{opacity:0}.react-toggle-thumb{transition:all .5s cubic-bezier(.23,1,.32,1) 0ms;position:absolute;top:1px;left:1px;width:22px;height:22px;border:1px solid #4d4d4d;border-radius:50%;background-color:#fafafa;box-sizing:border-box;transition:all .25s ease;outline:0}.react-toggle--checked .react-toggle-thumb{left:27px;border-color:#1fc6ea}.github-btn{font:700 11px/14px "Helvetica Neue",Helvetica,Arial,sans-serif;height:20px;overflow:hidden}.gh-btn,.gh-count,.gh-ico{float:left}.gh-btn,.gh-count{padding:2px 5px 2px 4px;color:#333;text-decoration:none;white-space:nowrap;cursor:pointer;border-radius:3px}.gh-btn{background-color:#eee;background-image:linear-gradient(180deg,#fcfcfc 0,#eee);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcfcfc",endColorstr="#eeeeee",GradientType=0);background-repeat:no-repeat;border:1px solid #d5d5d5}.gh-btn:focus,.gh-btn:hover{text-decoration:none;background-color:#ddd;background-image:linear-gradient(180deg,#eee 0,#ddd);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee",endColorstr="#dddddd",GradientType=0);border-color:#ccc}.gh-btn:active{background-image:none;background-color:#dcdcdc;border-color:#b5b5b5;box-shadow:inset 0 2px 4px rgba(0,0,0,.15)}.gh-ico{width:14px;height:14px;margin-right:4px;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgdmlld0JveD0iMTIgMTIgNDAgNDAiPjxwYXRoIGZpbGw9IiMzMzMiIGQ9Ik0zMiAxMy40Yy0xMC41IDAtMTkgOC41LTE5IDE5IDAgOC40IDUuNSAxNS41IDEzIDE4IDEgLjIgMS4zLS40IDEuMy0uOXYtMy4yYy01LjMgMS4xLTYuNC0yLjYtNi40LTIuNi0uOS0yLjEtMi4xLTIuNy0yLjEtMi43LTEuNy0xLjIuMS0xLjEuMS0xLjEgMS45LjEgMi45IDIgMi45IDIgMS43IDIuOSA0LjUgMi4xIDUuNSAxLjYuMi0xLjIuNy0yLjEgMS4yLTIuNi00LjItLjUtOC43LTIuMS04LjctOS40IDAtMi4xLjctMy43IDItNS4xLS4yLS41LS44LTIuNC4yLTUgMCAwIDEuNi0uNSA1LjIgMiAxLjUtLjQgMy4xLS43IDQuOC0uNyAxLjYgMCAzLjMuMiA0LjcuNyAzLjYtMi40IDUuMi0yIDUuMi0yIDEgMi42LjQgNC42LjIgNSAxLjIgMS4zIDIgMyAyIDUuMSAwIDcuMy00LjUgOC45LTguNyA5LjQuNy42IDEuMyAxLjcgMS4zIDMuNXY1LjJjMCAuNS40IDEuMSAxLjMuOSA3LjUtMi42IDEzLTkuNyAxMy0xOC4xIDAtMTAuNS04LjUtMTktMTktMTl6Ii8+PC9zdmc+");background-size:100% 100%;background-repeat:no-repeat}.gh-count{position:relative;display:none;margin-left:4px;background-color:#fafafa;border:1px solid #d4d4d4}.gh-count:focus,.gh-count:hover{color:#4183c4}.gh-count:after,.gh-count:before{content:"";position:absolute;display:inline-block;width:0;height:0;border-color:transparent;border-style:solid}.gh-count:before{top:50%;left:-3px;margin-top:-4px;border-width:4px 4px 4px 0;border-right-color:#fafafa}.gh-count:after{top:50%;left:-4px;z-index:-1;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#d4d4d4}.github-btn-large{height:30px}.github-btn-large .gh-btn,.github-btn-large .gh-count{padding:3px 10px 3px 8px;font-size:16px;line-height:22px;border-radius:4px}.github-btn-large .gh-ico{width:20px;height:20px}.github-btn-large .gh-count{margin-left:6px}.github-btn-large .gh-count:before{left:-5px;margin-top:-6px;border-width:6px 6px 6px 0}.github-btn-large .gh-count:after{left:-6px;margin-top:-7px;border-width:7px 7px 7px 0}.addIcon i{font-size:28px;float:left;margin-right:15px;line-height:30px;width:30px;text-align:center}.show{opacity:1}.modal-dialog{width:700px;margin:100px auto}.modal-content{border:0}.modal-header .close{margin-top:-22px;color:#fff}.close{opacity:1}.modal-header{padding:8px;background-color:#4d22a1;color:#fff;border:0}.authFrom .form-group{position:relative}.form-group{margin-bottom:20px}.auth-left-background{left:0;background-size:cover;background-position:50%}.auth-left-background,.auth-right-background{position:absolute;z-index:1;height:100%;width:50%;display:block;top:0}.auth-right-background{right:0;background:#f1f2f7}.authFrom i{position:absolute;left:13px;top:30px;font-size:18px;z-index:9999}.authFrom .form-control{padding-left:62px!important}.btn-primary{background-color:#337ab7;border-color:#2e6da4}.btn-primary,.btn-secondary{color:#fff;padding:4px 18px;font-size:12px}.btn-secondary{background-color:#6c757d;border-color:#6c757d}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.padd30{padding:30px}.errmsg{color:red;font-size:12px}.table>tbody>tr td{padding:5px 8px;vertical-align:middle}.table>thead>tr>th{border-bottom-width:0;font-size:12px;color:#fff;font-weight:400;background:#3e3e3e;border-right:1px solid #565656}.table>tbody>tr>td{font-size:10px;padding:2px 10px;border-right:1px solid #ddd!important}.table.dataTable tbody th,table.dataTable tbody td{font-size:11px;padding:2px 10px;border-right:1px solid #ddd}.table.dataTable tbody tr td:first-child,.table>tbody>tr td:first-child{border-left:1px solid #ddd}.dataTables_wrapper{margin:10px}.btn-default:hover{color:#fff;background-color:#286090;border-color:#204d74}.gen-query-info{padding:3px 13px;border-color:#999}.btn-default{padding:3px 10px;border-color:#999;color:#2f4050}.dataTables_filter input[type=search]{height:22px;border:1px solid #d0d0d0;border-radius:4px}.dataTables_filter label .fa-search{font-size:14px}.dataTables_length select{color:#fff;border:0;background:#3e3e3e;border-radius:4px}.btn-primary.active,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.open>.btn-primary.dropdown-toggle{color:#fff;background-color:#337ab7;border-color:#2e6da4}.addIcon{padding-right:0;text-align:right;padding-top:10px}.react-confirm-alert-body>h1{font-size:20px}.notification-success{background-color:#66cd00!important}.srv-validation-message{color:tomato;font-size:12px;padding-top:4px}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:500;font-size:12px;color:#9a9a9a}.actionBtn{border-width:1px;padding:2px 6px;font-size:12px;margin:0 3px}.viewButton{border-radius:4px;border:1px solid #999;color:#2f4050}.viewButton,.viewButton:hover{padding:2px 8px;font-size:12px}.viewButton:hover{background-color:#286090;border-radius:4px;border:1px solid #204d74;color:#fff}.addButton{padding:7px 18px}.addButton,.save-query-icon{border-radius:4px;font-size:12px;color:#fff;background-color:#337ab7;border-color:#2e6da4}.save-query-icon{padding:6px 12px;float:right;margin-left:10px}.save-query-icon:focus,.save-query-icon:hover{border-radius:4px;padding:6px 12px;font-size:12px;color:#fff;background-color:#337ab7;border-color:#2e6da4}.approve-query-icon{float:right;margin-left:10px}.approve-query-icon,.approve-query-icon:focus,.approve-query-icon:hover{border-radius:4px;padding:6px 12px;font-size:12px;color:#fff;background-color:#4b8b3b;border-color:#4b8b3b}.reject-query-icon{float:right;margin-left:10px}.reject-query-icon,.reject-query-icon:focus,.reject-query-icon:hover{border-radius:4px;padding:6px 12px;font-size:12px;color:#fff;background-color:red;border-color:red}.addButton:focus,.addButton:hover{border-radius:4px;padding:7px 18px;font-size:12px;color:#fff!important;background-color:#286090;border-color:#204d74}.dataTables_paginate .next,.dataTables_paginate .next:hover,.dataTables_paginate .previous,.dataTables_paginate .previous:hover{background-color:none!important;color:#666!important;border:none!important;font-size:12px}.sweet-loading{text-align:center}.userFixed{position:fixed;top:200px;z-index:9999;left:50%}.chart-container{padding:5px 0;margin-top:10px}.no-padd{padding:0;margin:0}.card label{text-transform:none}.query-builder h4{margin:0}.authheading{padding:0 19px 19px;font-weight:700;text-transform:uppercase;color:#009ffa;font-size:35px;margin-top:15px}.tab-content{border-radius:3px;border:1px solid #4d22a1;background-color:#fff;margin-bottom:30px}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#fff;cursor:default;background-color:#b18bee;border:1px solid #876ab7;border-bottom-color:transparent}.nav-tabs{border-bottom:0 solid #337ab7}.nav-tabs>li>a{border:1px solid transparent;color:#8b77ae}.btn{opacity:1}.icon-container{margin:10px 0 5px;padding:5px}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.show{opacity:.5}.nav>li>a{position:relative;display:block;padding:5px 15px}.form-control{background-color:#fff;border:1px solid #e3e3e3;border-radius:4px;color:#565656;box-shadow:none}.nav-tabs>li>a:hover{border:0}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:0;border-radius:4px 4px 0 0}.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}input[type=checkbox],input[type=radio]{margin:0;margin-top:1px\9;line-height:normal}.checkboxcontainer{display:block;position:relative;padding-left:20px;margin-bottom:20px;cursor:pointer;font-size:12px;-webkit-user-select:none;user-select:none}.checkboxcontainer input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkmark{position:absolute;top:0;left:0;height:18px;width:18px;background-color:#eee}.checkboxcontainer:hover input~.checkmark{background-color:#ccc}.checkboxcontainer input:checked~.checkmark{background-color:#2196f3}.checkmark:after{content:"";position:absolute;display:none}.checkboxcontainer input:checked~.checkmark:after{display:block}.checkboxcontainer .checkmark:after{left:7px;top:4px;width:5px;height:10px;border:solid #fff;border-width:0 3px 3px 0;transform:rotate(45deg)}.logo{background:#fff}.main-panel>.content{min-height:550px}.dataTables_paginate{color:#000}.versionLabel{color:#666;margin:5px;font-size:12px}.navbar .navbar-nav>li>a [class^=fa]{font-size:19px;position:relative;line-height:16px;top:1px;color:#9a9a9a}.navbar-right li a{color:#9a9a9a}.actionTooltip{font-size:10px!important;padding:4px 10px!important}.cardContainer{min-height:400px}.gap20{margin-top:20px}.table>tbody>tr:last-child{border-bottom:1px solid #ddd}table.dataTable thead .sorting{background-image:none!important}.minheight{min-height:100px}.statusIcon{width:20px;text-align:center}.ReactCodeMirror{border:1px solid #e3e3e3;border-radius:4px}.viewApiButton{margin-left:10px}.apiView{background:#fff;border-radius:4px;border:1px solid #337ab7;margin-top:20px}.view-panel{padding:10px}.apiUrl{width:100%;border:1px solid #4acc90;margin:0;background:#e8f6ec;padding:3px 0}.postButton{background:#4acc90;color:#fff;margin-left:-2px;padding:5px 16px;margin-right:10px}.pramsHeader{border-bottom:1px solid #999}.view-panel table tr th,td{color:#666;padding:5px}.btn-primary.disabled{border:1px solid #999;background-color:#ccc;color:#666}.col-md-border-right{border-right:1px solid #337ab7;padding:-15px 0}.padd15{padding:15px}.apiView h4{font-weight:700;margin:7px 0 0;color:#666;font-size:16px}.wizard>.content{background:#fff;display:block;margin:0;min-height:120px;overflow:hidden;position:relative;width:auto}.save_editor_form{height:150px!important;overflow-y:scroll}.actions{position:relative;display:block;text-align:right;margin-right:5px}.form-group .queyEditor{height:151px}.mar15{margin-right:15px}.save_editor_form .form-control{height:25px;font-size:12px;margin-bottom:5px!important}.save_editor_form label{display:inline-block;max-width:100%;font-weight:500;font-size:12px;margin-bottom:0;color:#9a9a9a}.permissionBox{font-size:12px;height:22px;padding:2px 10px;width:100px}.keySection{margin-bottom:10px}.keySection label{font-size:12px}.keySection .form-control{font-size:12px;height:22px;padding:1px 2px}.addMoreButton,.addMoreButton:hover{border-radius:4px;padding:2px 8px;font-size:10px;border-color:#337ab7;outline:none}.addMoreButton,.addMoreButton:hover,.deleteIcon{color:#fff;background-color:#337ab7;margin-top:0}.deleteIcon{text-align:right;padding:1px;border:1px solid #337ab7;border-radius:3px}.deleteIcon .fa{width:17px;text-align:center;font-size:11px}hr{margin-top:10px;margin-bottom:10px;border:0;border-top:1px solid #eee}.modal-body h5{margin:10px 0}.user_form_fields{max-height:450px!important;overflow-y:scroll}.top5{margin-top:5px}.bootom5{margin-bottom:5px}.navbar .navbar-nav>li>a{padding:10px 7px;margin:10px 3px;position:relative}#query-builder-tab .disabled{display:none!important}.loginBtn{box-sizing:border-box;position:relative;margin:.2em;padding:0 15px 0 46px;border:none;text-align:left;line-height:26px;white-space:nowrap;border-radius:.2em;font-size:12px;color:#fff}.loginBtn:before{content:"";box-sizing:border-box;position:absolute;top:0;left:0;width:34px;height:100%}.loginBtn:focus{outline:none}.loginBtn:active{box-shadow:inset 0 0 0 32px rgba(0,0,0,.1)}.loginBtn--google{background:#dd4b39}.loginBtn--google:before{border-right:1px solid #bb3f30;background:url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png) 2px 2px no-repeat}.loginBtn--google:focus,.loginBtn--google:hover{background:#e74b37}.react-tabs__tab--selected{color:#fff!important;cursor:default;background-color:#b18bee!important;border:1px solid #876ab7!important;border-bottom-color:transparent}.react-tabs__tab-list{border-bottom:0 solid #337ab7!important;margin:0!important;padding:0}.react-tabs__tab-panel--selected{padding:15px}.sidebar .dropdown{margin-top:0!important}.sidebar .dropdown li>a{color:#fff;margin:2px 15px 2px 20px;font-size:12px;opacity:.86;border-radius:4px}.dropdown>li>a{position:relative;display:block;padding:2px 15px 2px 50px;font-size:12px!important}.tansactionTabs lable{font-weight:700;font-size:12px;float:left}.tansactionTabs .chainList{width:150px;float:right;font-size:12px;padding:2px 5px;height:36px}.table-responsive{margin-top:10px}.downloadExcelButton,.downloadExcelButton:hover{float:left}table#example tr#show_data td:first-child{padding-left:20px}
/*    !*background:url('https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcSj3XfIpf-OOJRCcWz4iN2CU3qMKVVbj0p0bRvKNGVo1U9pk_8ZIlyR8pWreA');*!*/
/*    !*position:absolute;*!*/
/*    !* display: inline-block; *!*/
/*    !* margin-top: -5px; *!*/
/*    !* background: url(https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcSj3XfIpf-OOJRCcWz4iN2CU3qMKVVbj0p0bRvKNGVo1U9pk_8ZIlyR8pWreA); *!*/
/*    !* position: relative; *!*/
/*    !* display: inline-block; *!*/
/*    !* margin-top: -5px; *!*/.rcoorection{color:red}.approveall,.rcoorection{border:1px solid #000;padding:2px 10px}.approveall{color:#000}.rcoorection:hover{color:red;border:1px solid #000;padding:2px 10px}a:focus,a:hover{text-decoration:none}.nomargin{margin-top:0!important}.doneLog{background:#00b361}.doneLog,.notStartedLog{color:#fff;text-transform:capitalize}.notStartedLog{background:#90ee90}.ongoingLog{background:#ffa55d;color:#000;text-transform:capitalize}.failedLog{background:brown}.failedLog,.stopedLog{color:#fff;text-transform:capitalize}.stopedLog{background:red}.pname{color:#666;padding-top:10px;font-size:13px;float:left;width:30%;margin-left:30px}input[type=file]{display:block;border:0!important}.box{background-color:#fff;border:1px solid #e3e3e3;border-radius:4px;color:#565656;box-shadow:none;cursor:pointer}.box,input[type=file]{padding:8px 12px;height:40px}.gap_ver{margin-top:10px}.curr_rule{padding:10px 0}.addmore_max,.addmore_max :hover,.addmore_min,.addmore_min :hover{color:#000;font-size:10px}.addmore_min span{float:right;width:10%;margin-top:-14px}.addmore_max span{float:right;width:10%;margin-top:2px}.addmore_min span:hover{color:#000;font-size:10px}.max_price_per label,.min_price_per label{font-size:11px}.pricePerList{font-size:12px;padding:2px}.left_text{float:left;width:90%}.del_max_right{float:right;width:10%;margin-top:4px}.del_min_right{float:right;width:10%;margin-top:-14px}.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary:disabled,.btn-primary:disabled.active,.btn-primary:disabled.focus,.btn-primary:disabled:active,.btn-primary:disabled:focus,.btn-primary:disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#999;color:#111;border:0}.hoz-line{border-bottom:1px solid #e3e3e3;padding:0;margin:0 4px}.border_right_verticle{border-right:1px solid #337ab7}.border_left_verticle{border-left:1px solid #337ab7}.priceing_rule label{font-size:12px}.condition_box{font-size:12px;font-weight:400;color:#9a9a9a}.chainList,.priceing_rule .form-control{height:36px}.chainList,.curr_rule .form-control,.priceing_rule .form-control{background-color:#fff;border:1px solid #e3e3e3;border-radius:4px;color:#565656;padding:1px 5px;font-size:12px;box-shadow:none}.curr_rule .form-control{height:24px}.tansactionTabs .form-control{font-size:11px;padding:2px 4px;height:22px}main-panel>.content-invoice{padding:5px 15px;min-height:550px}#MerchantTdetailsTable{width:100%!important}.content-tdetails-table{padding:0 15px}.condition_res span{font-size:11px}.condition_res p{font-size:12px;line-height:0}.sidebar .nav .caret{top:19px!important;position:absolute;right:15px}.sidebar .dropdown li>a p{color:#fff}.sidebar .dropdown li>a .sidebar-normal,.sidebar .dropdown li>a p{margin:2px 15px 2px 20px;font-size:12px;opacity:.86;border-radius:4px}.sidebar .dropdown li>a .sidebar-normal{color:#5043a1;display:inline-block}.sidebar .dropdown li>a .sidebar-mini{text-transform:uppercase;float:left;width:30px;text-align:center;letter-spacing:1px;color:#5043a1;display:none}.downLoad-con p{font-size:9px;font-style:italic;margin-bottom:-7px}.filterpane{margin-bottom:10px}.top10{padding-top:10px}.raisreq{position:absolute;left:25px}table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>td:first-child,table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>th:first-child{padding-left:41px!important;vertical-align:top!important}.del_conditions{text-align:right;float:right}.RerunButton{color:#fff;transition:all .5s ease-in-out}.RerunButton,.RerunButton:focus,.RerunButton:hover{border-radius:40px;padding:3px 10px;font-size:10px;background-color:#337ab7;border-color:#2e6da4}.RerunButton:focus,.RerunButton:hover{color:#fff!important;box-shadow:0 7px 5px -1px rgba(0,0,0,.68)}.RerunButton:visited{color:#fff}.generatepdf{border-radius:40px;padding:3px 10px;font-size:10px;color:#fff;background-color:#337ab7;border-color:#2e6da4;transition:all .5s ease-in-out}.merchantLists{font-size:11px}.partyNameList{float:right;width:100%;font-size:11px}.chainLists,.report-listbox{font-size:11px}.react-switch{top:5px}.mdata-action .fa{width:10px}.mdata-action{width:110px}.margin_padding0{margin:0;padding:0}.react-datepicker__input-container input[type=text]{width:100%;background-color:#fff;border:1px solid #e3e3e3;border-radius:4px;color:#565656;padding:5px 12px;height:36px;font-size:12px;box-shadow:none}.label-titile{font-size:12px;font-weight:400;color:#9a9a9a}.react-datepicker,.react-datepicker__current-month{font-size:12px!important}.react-datepicker__header{padding-top:6px!important}.react-datepicker__navigation{top:13px!important}.react-datepicker__day,.react-datepicker__day-name{margin:.5rem!important}#innerTable1 tbody tr td,#innerTable tbody tr td{border-left:0 solid #ddd;border-right:0 solid #ddd}#innerTableBankSummury tbody tr td{border-left:0 solid #ddd;border-right:1px solid #ddd!important;border-top:0}#MerchantSummaryTable tbody tr td{border-left:0!important;border-right:0!important}.Exapnd_icon{width:5px!important}.react-datepicker-wrapper{display:inline-block;padding:0;border:0;width:100%}.alert-info-custom{color:#000;background:#d9edf7;font-size:12px;padding-left:10px!important}.bell-notification{font-size:14px!important;top:71%!important;color:#000!important;margin-right:5px}.noti-time{margin-top:2px}.msg-time{font-size:11px!important;font-style:italic!important}.dropdown-menu p{font-size:11px;margin-bottom:2px}.empty_data{text-align:center;font-size:12px}#MerchantTdetailsTable tbody td:first-child{padding-left:39px}.numbers p{font-size:15px}.notificationDashboard .table tbody td:last-child{padding-right:15px;border-right:0!important}.notificationDashboard .table tbody td:first-child{padding-right:15px;border-left:0!important}.notificationDashboard .table tbody td{font-size:11px}.notificationDashboard .table tbody tr:nth-child(odd){background-color:#f9f9f9}.noti-date{font-weight:700;font-style:italic}.dropdown-menu>div>div>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:normal!important;border-bottom:1px solid #ddd;outline:none}.dropdown-menu>div>div>li>a:focus,.dropdown-menu>div>div>li>a:hover{background-color:#f5f5f5;color:#333;text-decoration:none}.navbar-nav>li>.dropdown-menu{border-radius:10px;margin-top:-5px;width:450px}#MerchantTdetailsTable tbody td:nth-last-child(2),#MerchantTdetailsTable tbody th:nth-last-child(2){font-size:10px;padding:2px 10px;border-right:0 solid #ddd!important}.btn.disabled,.btn:disabled,.btn[disabled]{opacity:.5;filter:alpha(opacity=50);color:#333}.btn-delet,.btn-delet:active,.stopButton{border-radius:40px!important;padding:3px 5px;font-size:12px;color:#fff;background-color:tomato;border-color:tomato;transition:all .5s ease-in-out}.btn-delet:hover,.stopButton:hover{border-radius:40pxs;padding:3px 13px;color:#fff;background-color:tomato;border-color:tomato;box-shadow:0 7px 5px -1px rgba(0,0,0,.68)}.stopButton:visited{color:#fff}.btn-edit,.btn-edit:active,.startButton{background-color:#00a75a;border-color:#007c43;color:#2c2e2f!important}.btn-edit,.btn-edit:active,.btn-info,.startButton{border-radius:40px!important;padding:3px 5px!important;font-size:12px!important;transition:all .5s ease-in-out}.btn-delet{color:#2c2e2f!important}.btn-delet:hover{color:#fff!important}.btn-edit:hover,.startButton:hover{border-radius:40px;padding:3px 5px;color:#fff!important;background-color:#008c44;border-color:#007c43;box-shadow:0 7px 5px -1px rgba(0,0,0,.68)}.startButton:visited{color:#fff}.btn-:hover,.btn-delet,.btn-delet:active,.btn-delet:hover,.btn-edit,.btn-edit:active,.btn-edit:hover,.btn-info,.btn.info:active{line-height:20px;padding:4px 6px!important;text-align:center;vertical-align:middle;width:25px;height:25px}#TaskTable>tbody>tr>td{font-size:10px;padding:7px 10px;border-right:1px solid #ddd!important}.content-invoice{min-height:400px}.report-thumbs-ico p{font-size:12px}.report-thumbs-ico h5{margin-bottom:5px;margin-top:10px;font-weight:700;color:#333}.folder{width:30%;height:40px;margin:20px auto 0;position:relative;border-radius:0 6px 6px 6px;box-shadow:4px 4px 7px rgba(0,0,0,.59)}.folder,.folder:before{background-color:#337ab7}.folder:before{content:"";width:50%;height:4px;border-radius:0 20px 0 0;position:absolute;top:-4px;left:0}.folder-icon h5{font-size:14px;margin-bottom:5px}.folder-icon p{font-size:11px}.audit-log .month-picker{width:72%;float:right}.audit-log .box{height:27px}.kpi-currency{font-size:12px;vertical-align:middle}.notfoundContainer{min-height:450px}td.details-control{background:url(https://www.datatables.net/examples/resources/details_open.png) no-repeat 50%;cursor:pointer;transition:.5s}tr.shown td.details-control{background:url(https://www.datatables.net/examples/resources/details_close.png) no-repeat 50%;transition:.5s}td.details-control1{background:url(https://www.datatables.net/examples/resources/details_open.png) no-repeat 50%;cursor:pointer;transition:.5s}tr.shown td.details-control1{background:url(https://www.datatables.net/examples/resources/details_close.png) no-repeat 50%;transition:.5s}.r-p-menu{padding:15px 0 10px;float:right}.r-p-menu .dropdown-menu{right:0!important;left:auto}.r-p-menu ul li{list-style:none}.r-p-menu ul li a{font-size:12px}.pricingDescription{height:120px}.addmore_rulesp,.addmore_rulesp-plus{background:#4d22a1;border-radius:100%;width:16px;height:16px;text-align:center;vertical-align:middle;line-height:18px;color:#fff;font-size:10px;display:inline-block}.addmore_rulesp-plus:hover,.addmore_rulesp:hover{color:#e3e3e3}.pt-15{padding-top:27px}.left_text1{float:right;width:85%}.left_text12{width:55%}.rightMes{float:right;margin-top:-33px;font-size:10px}.orange{background:orange;border:0}.m-bottom-5{margin-bottom:5px}.stage-des{font-size:11px;font-style:italic}.btn-danger{color:#fff;background-color:#ee4032;border-color:#761c19;padding:4px 18px;font-size:12px}.btn-warning,.btn-warning:hover{color:#fff;background-color:#f0ad4e;border-color:#eea236;padding:4px 18px;font-size:12px}.forgot-pass{margin-top:10px}.forgot-pass a{color:#36498d}.titleAnyCart{text-align:center;line-height:4px;font-weight:700}.categoryEmi{font-size:11px;text-align:center}.botton_emi{text-align:center;margin-bottom:20px}.center-button{width:130px}.anycardFile,.center-button,.centerAlign{text-align:center}.anycardFile{width:240px;margin:0 auto}.back-arrow-div i{font-size:30px;color:#000;font-weight:700}.otpError{color:red;font-size:11px;font-style:italic}.padTop30{padding-top:30px!important}.exportButton{position:absolute}.exportButton,.exportButton-out{border-radius:4px;padding:5px 10px;font-size:11px;color:#fff;background-color:#337ab7;border-color:#2e6da4;right:240px;margin-top:10px;z-index:1}.exportButton:focus,.exportButton:hover{padding:5px 10px;font-size:11px;color:#fff!important;background-color:#286090;border-color:#204d74;float:right}.ro-sep{border-bottom:1px solid #ccc;margin:10px 0}.marginTop0{margin-top:0!important}.dateRangeInput{background-color:#fff;border:1px solid #e3e3e3;border-radius:4px;color:#565656;padding:4px 12px;height:34px;font-size:12px;box-shadow:none;width:100%}.react-bootstrap-daterangepicker-container{width:100%}.react-bootstrap-daterangepicker-container i{position:absolute;left:16px;top:35px;font-size:12px;z-index:0}.date-icon-small .react-bootstrap-daterangepicker-container i{position:absolute;left:7px;top:35px;font-size:12px;z-index:0}.react-bootstrap-daterangepicker-container .form-control{padding-left:20px;font-size:10px}.alignedCenter{text-align:center}.switchMetric{padding:3px 10px;font-size:11px}.switchMetric:focus,.switchMetric:hover{padding:3px 10px!important;font-size:11px}.edit-control i{cursor:pointer;font-size:20px}.editTableInput{width:100%}.smessage p{font-size:14px}.smessage h4,.smessage p{text-align:center}.width-100{width:100%}.det-grp,.reqdetailsContain label{font-weight:700}.det-grp{text-align:center}.width-40{width:40px}.width-40,.width-100{border:1px solid #ccc;padding:2px 4px;font-size:12px}.width-100{min-height:23px}#RequestDetailsTable thead th{text-align:center}.download-popup-model{background:#286090;min-height:100px}.message-content{padding:20px}.message-content,.message-content a,.message-content p{text-align:center;color:#fff;font-size:12px}table#BankSummaryTable tr td.summary_minus:before,table#DailyEmiSalesReportsStore tr td.summary_minus:before,table#DailyEmiSalesReports tr td.summary_minus:before,table#DailySalesReportsStore tr td.summary_minus:before,table#DailySalesReports tr td.summary_minus:before,table#DccMonthlySalesReportsCatStore tr td.summary_minus:before,table#DccMonthlySalesReportsCat tr td.summary_minus:before,table#DccMonthlySalesReportsStore tr td.summary_minus:before,table#DccMonthlySalesReports tr td.summary_minus:before,table#DccSalesReportsStore tr td.summary_minus:before,table#DccSalesReports tr td.summary_minus:before,table#DccWeeklySalesReportsCatStore tr td.summary_minus:before,table#DccWeeklySalesReportsCat tr td.summary_minus:before,table#DccWeeklySalesReportsStore tr td.summary_minus:before,table#DccWeeklySalesReports tr td.summary_minus:before,table#EmiSalesReportsStore tr td.summary_minus:before,table#EmiSalesReports tr td.summary_minus:before,table#GooglePayMonthlySalesReportsCatStore tr td.summary_minus:before,table#GooglePayMonthlySalesReportsCat tr td.summary_minus:before,table#GpayMonthlySalesReportsCatStore tr td.summary_minus:before,table#GpayMonthlySalesReportsCat tr td.summary_minus:before,table#GpayReportsStore tr td.summary_minus:before,table#GpayReports tr td.summary_minus:before,table#GpayWeeklySalesReportsCatStore tr td.summary_minus:before,table#GpayWeeklySalesReportsCat tr td.summary_minus:before,table#MerchantSummaryTable tr td.summary_minus1:before,table#MerchantSummaryTable tr td.summary_minus:before,table#MonthlyEmiSalesReportsStore tr td.summary_minus:before,table#MonthlyEmiSalesReports tr td.summary_minus:before,table#PhonePeSalesReportsStore tr td.summary_minus:before,table#PhonePeSalesReports tr td.summary_minus:before,table#WeeklyEmiSalesReportsStore tr td.summary_minus:before,table#WeeklyEmiSalesReports tr td.summary_minus:before{content:"-";background-size:cover;width:15px;height:15px;background:#d33333;text-align:center;vertical-align:top;width:18px;height:18px;margin-left:-10px;margin-right:5px;font-size:12px;font-weight:700;cursor:pointer;color:#fff;border-radius:50%;padding:0 4px;border:1px solid #fff;float:left;position:absolute;left:15px}table#DailySalesReports tr td.summary_minus a,table#DailySalesReports tr td.summary_plus a{color:#666}table#BankSummaryTable tr td.summary_plus:before,table#DailyEmiSalesReportsStore tr td.summary_plus:before,table#DailyEmiSalesReports tr td.summary_plus:before,table#DailySalesReportsStore tr td.summary_plus:before,table#DailySalesReports tr td.summary_plus:before,table#DccMonthlySalesReportsCatStore tr td.summary_plus:before,table#DccMonthlySalesReportsCat tr td.summary_plus:before,table#DccMonthlySalesReportsStore tr td.summary_plus:before,table#DccMonthlySalesReports tr td.summary_plus:before,table#DccSalesReportsStore tr td.summary_plus:before,table#DccSalesReports tr td.summary_plus:before,table#DccWeeklySalesReportsCatStore tr td.summary_plus:before,table#DccWeeklySalesReportsCat tr td.summary_plus:before,table#DccWeeklySalesReportsStore tr td.summary_plus:before,table#DccWeeklySalesReports tr td.summary_plus:before,table#EmiSalesReportsStore tr td.summary_plus:before,table#EmiSalesReports tr td.summary_plus:before,table#GooglePayMonthlySalesReportsCatStore tr td.summary_plus:before,table#GooglePayMonthlySalesReportsCat tr td.summary_plus:before,table#GpayMonthlySalesReportsCatStore tr td.summary_plus:before,table#GpayMonthlySalesReportsCat tr td.summary_plus:before,table#GpayReportsStore tr td.summary_plus:before,table#GpayReports tr td.summary_plus:before,table#GpayWeeklySalesReportsCatStore tr td.summary_plus:before,table#GpayWeeklySalesReportsCat tr td.summary_plus:before,table#MerchantSummaryTable tr td.summary_plus1:before,table#MerchantSummaryTable tr td.summary_plus:before,table#MonthlyEmiSalesReportsStore tr td.summary_plus:before,table#MonthlyEmiSalesReports tr td.summary_plus:before,table#PhonePeSalesReportsStore tr td.summary_plus:before,table#PhonePeSalesReports tr td.summary_plus:before,table#WeeklyEmiSalesReportsStore tr td.summary_plus:before,table#WeeklyEmiSalesReports tr td.summary_plus:before{content:"+";background-size:cover;background:#31b131;text-align:center;vertical-align:top;width:18px;height:18px;margin-left:-10px;margin-right:5px;font-size:12px;font-weight:700;cursor:pointer;color:#fff;border-radius:50%;padding:0 4px;border:1px solid #fff;float:left;position:absolute;left:15px}#DailySalesReports tbody tr td{border-left:0!important;border-right:0!important}#AcqReport_Table{margin-bottom:0}.AcqChartTitle{font-size:10px;text-align:center;padding-top:2px;color:#9a9a9a}.switchVolumn{border:1px solid #337ab7;padding:0 7px;font-size:10px}.switchVolumn:focus,.switchVolumn:hover{border:1px solid #337ab7;padding:0 7px!important;font-size:10px}#chartjs-tooltip{opacity:1;position:absolute;background:rgba(0,0,0,.7);color:#fff;border-radius:3px;transition:all .1s ease;pointer-events:none;transform:translate(-50%)}.chartjs-tooltip-key{display:inline-block;width:10px;height:10px;margin-right:10px}.lineChartTooltip thead th{color:#fff;text-align:center}.dataTables_wrapper .dataTables_processing{z-index:1}.autoInput input{width:100%}.ruleText{float:left;width:14%;margin-left:16px;font-size:12px}.ruleTextList{float:right;width:75%}.rule-container{background:#f1f2f9;margin-bottom:2px;padding-top:5px}.recipients-container{margin-bottom:3px;padding-top:5px}#mdata i{color:#3e3e3e;font-size:18px;text-align:center}#mdata{border-collapse:collapse!important}.clickableTds{cursor:pointer;color:#1d62f0}.wrapper,body{background:#f1f2f8!important}.login-card{border-radius:0;max-width:400px;margin:20% auto 0;padding:0 15px}.welcome-text{margin:30% auto 0}.welcome-text h2,.welcome-text h5{color:#fff;text-align:center}.login-card label{font-size:14px}.authFrom i{left:0;top:-3px;color:#fff;padding:14px;width:50px}.btn-login{border:0;border-radius:10px!important}.btn-login,.btn-login:active,.btn-login:focus,.btn-login:hover{padding:10px 50px!important;font-size:14px;margin:20px 1px 0;color:#fff!important;background:#36498d;font-weight:700}.btn-login:active,.btn-login:focus,.btn-login:hover{border:0;border-radius:10px}.authFrom input:-webkit-autofill,.authFrom input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 50px #36498d inset;-webkit-text-fill-color:#fff}.logon-input,.logon-input:active,.logon-input:focus,.logon-input:hover{background:#36498d!important;border-radius:10px!important;color:#fff}.btn-register{border:1px solid #36498d!important;border-radius:10px!important;float:right}.btn-register,.btn-register:hover{padding:10px 50px!important;font-size:14px;margin:20px 1px 0;color:#36498d!important;background:none;font-weight:700}.btn-register:hover{border:1px solid #36498d!important;border-radius:10px}.space-container-fluid{padding:15px}.p-10{padding:20px}.card{margin-bottom:15px;border-radius:0;transition:all 1s ease-in-out}.card,.card:hover{box-shadow:0 12px 8px -3px hsla(0,0%,43.9%,.34)}.card .noshadow{margin-bottom:15px;border-radius:0!important;transition:all 1s ease-in-out}.card .noshadow,.card:hover .noshadow{box-shadow:0 0 0 0 hsla(0,0%,43.9%,.34)!important}.card .content .notoppadding,.card .notoppadding{padding-top:0!important}.card .title{color:#5f4bd5}.card .title .fa{width:70px;padding:16px;height:70px;border-radius:132px 132px 132px 132px;-moz-border-radius:132px 132px 132px 132px;-webkit-border-radius:132px 132px 132px 132px;border:0 solid #000;background:#4b3ba9;text-align:center;line-height:38px;color:#ff7f01;margin-bottom:20px}.card .header{padding:15px}.main-panel>.footer{position:fixed;bottom:0}.main-panel{height:100%;background:transparent!important}.sidebar:after,.sidebar:before,body>.navbar-collapse:after,body>.navbar-collapse:before{background:linear-gradient(180deg,#fff 0,#fcfcfc)}.sidebar .nav{margin-top:0}.sidebar .nav li.active>a{color:#4c3e9e}.sidebar .nav li>a{color:#3e3e3e;border-radius:0;padding:9px;margin:0}.sidebar .collapse{background:#f4f0ff;padding-left:25px;transition:all .5s ease-in-out}.sidebar .dropdown li>a p{color:#5043a1}.sidebar .nav li.active>a{background:hsla(0,0%,72.5%,.23)}.sidebar .sidebar-wrapper{width:auto!important}.sidebar .nav i{color:#8c72e1}.sidebar .nav p{font-size:13px}.d-block{display:block}.w-100{width:100%!important}.navbar .navbar-nav>li>a{font-size:14px}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:not(.btn):focus,.navbar-default .navbar-nav>.active>a:not(.btn):hover,.navbar-default .navbar-nav>li>a:not(.btn):focus,.navbar-default .navbar-nav>li>a:not(.btn):hover{color:#45379b}.navbar-default .navbar-nav>.dropdown>a:focus .caret,.navbar-default .navbar-nav>.dropdown>a:hover .caret{border-bottom-color:#45379b;border-top-color:#45379b}.table>thead>tr>th{background:#45379b;padding:4px 10px;border-right:1px solid #ccc}.pt-5{padding-top:10px}.invoice-dash{background:#5f4bd5}.invoice-dash label{color:#fff;font-weight:700}.table>tbody>tr>td,.table>tbody>tr>th{font-size:12px!important}table.dataTable thead td,table.dataTable thead th{padding:7px 10px}.RerunButton,.startButton,.stopButton{font-size:12px!important}table#DccSalesReportsStore tr td.summary_minus:before{content:"-";background-size:cover;width:15px;height:15px;background:#d33333;text-align:center;vertical-align:top;width:18px;height:18px;margin-left:-10px;margin-right:5px;font-size:12px}.card-stats .icon-big i,.card-stats .icon-big img,.icon-big i{font-weight:700;line-height:30px;background:#eeffed;border-radius:100%;padding:20px;width:70px;height:70px;font-size:35px;text-align:center;display:block}.folder-icon i{margin:0 auto;position:relative;text-align:center;background:#f1f2f9;color:#8c72e1;font-weight:400}.mt-0{margin-top:0!important;padding-top:0!important}.css-ag0pkg-control{padding:5px!important}.dataTables_length select,.dataTables_wrapper .dataTables_paginate .paginate_button.current,.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{background:#4d22a1!important}.title-card-bottom-space{margin-bottom:10px}.react-tabs__tab{color:#8b77ae;padding:6px 10px!important}.react-tabs__tab-panel--selected{display:block;border-radius:3px;border:1px solid #337ab7;background-color:#fff;margin-bottom:30px;padding:10px}.react-tabs__tab-panel--selected{border:1px solid #876ab7!important}.p-5{padding:10px}.btn-outline-deep-purple.active,.btn-outline-deep-purple:active,.btn-outline-deep-purple:active:focus,.btn-outline-deep-purple:focus,.btn-outline-deep-purple:hover{color:#512da8!important;background-color:initial!important;border-color:#512da8!important}.btn:active,.btn:focus,.btn:hover{outline:0;box-shadow:0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15)}.btn{text-transform:uppercase;word-wrap:break-word;white-space:normal;cursor:pointer;border:0;border-radius:.125rem;box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.waves-effect{position:relative;overflow:hidden;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.css-1kyyo0d,.css-uctw9s{background-color:#bb7df4!important;border-radius:0!important}.fixHight{min-height:140px}.Rule-al a{margin-left:5px}.bottom0{margin-bottom:0!important}table#AcqReportVol tr td.summary_minus:before{content:"-";background-size:cover;width:15px;height:15px;background:#d33333;text-align:center;vertical-align:top;width:18px;height:18px;margin-left:-10px;margin-right:5px;font-size:12px;font-weight:700;cursor:pointer;color:#fff;border-radius:50%;padding:0 4px;border:1px solid #fff;float:left;position:absolute}table#AcqReportVol tr td.summary_minus a,table#AcqReportVol tr td.summary_plus a{color:#666}.collapseFirstTD{margin-left:15px;float:left;width:95%}table#AcqReportVol tr td.summary_plus:before{content:"+";background-size:cover;background:#31b131;text-align:center;vertical-align:top;width:18px;height:18px;margin-left:-10px;margin-right:5px;font-size:12px;font-weight:700;cursor:pointer;color:#fff;border-radius:50%;padding:0 4px;border:1px solid #fff;float:left;position:absolute}#AcqReportVol tbody tr td{border-left:0!important;border-right:0!important}.no-padding{margin:0!important;padding:0!important}.trasaction_m_col{width:150px}.padd-2{padding-left:2px;padding-right:2px}.objectLablel{min-height:57px}.AddDivIcon{margin-top:25px}.Rule-al .fa{width:16px}.modal.show .modal-dialog{transform:translateY(-11%);width:900px!important}.modal.show .modalsmall{width:500px!important}.buttonpaddingsubvention{margin-top:15px}.form-control-subvention{height:38px!important}.bottompaddingsubvention{padding-bottom:5px!important}.rowbanks{margin-top:-10px;margin-right:-15px;margin-left:-15px}.main-panel>.footer{position:inherit!important;bottom:0!important;width:100%;background:none;border:0}.centerText{width:100%;text-align:center}.m-bottom-5 .fa{width:15px}.stdate{font-size:11px}.filter-bottom5{margin-bottom:5px}.padd-5{padding-left:5px;padding-right:5px}.checkboxmargin{margin-top:0!important;margin-bottom:0!important}.bottompaddingsubvention .checkbox,.bottompaddingsubvention .radio{margin-top:5px;margin-bottom:5px}.tab-content-style{background-color:#efefef;padding:11px}.remove-footer-content .card .content,.remove-footer .card .footer{display:none}.d-flex .card{display:inline-flex;width:100%}.css-1r4vtzz,.css-48ayfv{border:1px solid #e3e3e3!important;border-radius:4px!important;color:#565656;padding:0 6px!important;height:37px;box-shadow:none!important;background:#fff;width:100%!important;font-size:11px!important}.css-10yugd8-control{margin:0!important}.p-t-5{padding-top:8px}.amcharts-chart-div a{display:none!important}.downLoad-con{padding-top:25px}.pos-relative{position:relative}.dash-header{padding:15px 15px 0}.dash-title{color:#5f4bd5;font-size:14px}.rwt__tablist[aria-orientation=vertical] .rwt__tab[aria-selected=true]:after{border-right:3px solid #5f4bd5!important}.rwt__tabpanel{width:100%}.overflow-header{overflow:hidden}.m-t-0{margin-top:0!important}.p-t-0{padding-top:0!important}.bgcolor{background-color:#fff}@keyframes placeHolderShimmer{0%{background-position:-468px 0}to{background-position:468px 0}}.linear-background{min-height:130px}.linear-background,.linear-background-chart{animation-duration:1s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeHolderShimmer;animation-timing-function:linear;background:#f6f7f8;background:linear-gradient(90deg,#eee 8%,#ddd 18%,#eee 33%);background-size:1000px 104px;height:auto;position:relative;overflow:hidden}.linear-background-chart{min-height:295px}.leftLabel{width:70px;float:left;margin:8px 10px 5px 15px}.rightBox{width:200px;float:left}.content-msg{background-color:#ebebeb;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;min-height:600px}.acivation_err{text-align:center}.card-stats .numbers{font-size:1.4em;text-align:right}.text-right{text-align:right}.flo-right{float:right}.chartclass{height:600px}.card .content2{height:119px}#id-43-title{display:none}.isDisabled{color:currentColor;cursor:not-allowed;opacity:.5;text-decoration:none}.issue_container{height:400px;overflow:scroll}.user_form_fields .form-group{margin-bottom:10px}.full-width{width:100%}.card-report-history{min-height:500px}.card-report-history .box,.tr-history-opt{height:37px;font-size:12px}.inno-login-tab,.inno-login-tab:active,.inno-login-tab:focus,.inno-login-tab:hover{color:#36498d;font-size:15px;float:left;padding:0 15px 5px;text-decoration:none;margin-bottom:10px;font-weight:400}.client-login-tab,.client-login-tab:active,.client-login-tab:focus,.client-login-tab:hover{color:#36498d;font-size:15px;float:right;padding:0 15px 5px;text-decoration:none;margin-bottom:10px;font-weight:400}.selected-login-tab{border-bottom:2px solid #36498d;font-weight:700}.welcome-text-mobile{display:none}.btn-google{color:#fff;background-color:#dd4b39;border-color:rgba(0,0,0,.2);border-radius:5px}.table-no-border>thead>tr>th{border-bottom-width:0;font-size:12px;font-weight:700;padding:4px 10px;text-align:left}.table-no-border>tbody>tr>td{font-size:10px;padding:2px 10px}.btn-social>:first-child{width:32px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,.2)}.report-dash{min-height:180px}.pCodeBody{min-height:663px!important}.pCodeBody,.pCodeBody2{background-color:#303030;padding:10px;height:auto}.pCodeBody2{min-height:1669px!important}.pCodeBody3{background-color:#303030;padding:10px;min-height:580px!important;height:auto}.pCHead{color:#d9d9d9!important;opacity:.8;padding-top:10px;opacity:.4;color:#fff;font-weight:400;font-size:12px}.pCodeBox{background-color:rgba(51,51,51,.05);color:#d9d9d9!important;border:1px solid hsla(0,0%,85.1%,.25);border-bottom:1;width:100%}.pcodeHead{height:inherit;line-height:30px;color:#fff;background-color:hsla(0,0%,100%,.1);padding-left:10px;font-size:12px;font-weight:400;color:grey}.pcodeB{width:100%;min-height:200px;height:auto}.leftBody{padding-left:30px!important;background-color:#fff}.whitecolor{color:#fff!important}pre{display:block;padding:0;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#87cb16;word-break:break-all;word-wrap:break-word;background-color:rgba(51,51,51,.05);border:0 solid #fff;border-radius:0;overflow:hidden;text-align:justify!important}.post{color:#f5a623}.postHead{font-size:16px;font-weight:400;margin-right:40px!important;color:grey}.pUrl{color:#282828}.pUrl,.pUrlBody{margin-bottom:15px;border:1px solid #e6e6e6;padding:6px 10px;border-radius:3px;font-size:12px;background-color:#f8f8f8}.pUrlBody{float:left;height:auto;width:90%!important;color:#00a75a}.pbtn{background-color:#f47023;color:#fff;padding:7px;border-radius:5px!important}.typo-line{color:#9a9a9a}.invetoryUpperCase{text-transform:uppercase}.invetoryTextCenter{text-align:center}.InventoryPeddingTop0{line-height:5px;padding-bottom:10px!important}.invetoryBox{border:1px solid #eee;border-radius:5px;padding:0 10px 10px}.dash-sync-con{margin:25px 15px 0 0}.dash-data-sync-sp{padding:4px 7px;background:#8c72e1;color:#fff;text-align:center;box-shadow:0 0 5px #8c72e1;font-size:12px}.ModalHeoight{min-height:300px;height:auto!important;overflow-y:visible!important}.langualeDrop{width:200px}.langualeDrop,.langualeDrop:focus{background-color:initial;border-color:transparent;color:#ea960b}.langualeDrop:focus{outline:none}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.rightText{text-align:right!important;padding-top:10px}.marginTop{margin-top:10px}.addSubmit{font-size:12px;color:#fff;background-color:#337ab7;border-color:#2e6da4;width:100%}.addIntSubmit,.addSubmit{border-radius:4px;padding:7px 18px}.file-m-p .rmp-btn{color:#000;font-weight:700!important}.file-m-p .rmp-btn .active{color:#fff;font-weight:700!important}.dash-data-sync-sp span{font-size:12px;color:#fff;animation:fade 1.5s infinite;-webkit-animation:fade 1.5s infinite}@keyframes fade{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.goback{color:#9a9a9a}.goback:hover{cursor:pointer;color:#777}.diyWiZBtnHid{display:none}.justify-content-end{justify-content:flex-end!important}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.diyLogger{padding-top:10px;padding-left:5px;width:100%;background-color:#303030;min-height:300px}.diyWeblogger{margin-top:10px;background-color:#303030}.diyDimLogo,.diyDimLogo:hover{opacity:.5;cursor:context-menu!important}.diyCursor:hover{cursor:pointer!important}.diyWebLoggerScrol{border:1px solid #3e3e3e}.diyWebLoggerOnWeloggerScrol,.diyWebLoggerScrol{height:190px!important;overflow:hidden;width:100%}.diyWebLoggerOnWeloggerScrol{background-color:#303030;padding-left:7px;padding-right:7px;padding-bottom:5px!important;border-top:1px solid #3e3e3e}.diyOnlyScroll{overflow-y:scroll!important}.diyCodeBackColor{padding-top:5px;background-color:#303030;padding-left:7px}.diypCodeBody{background-color:#303030;padding:10px;min-height:285px!important;height:auto}.diyInvoceListScrol{height:221px;overflow-y:scroll}.diyTableBorFont{font-weight:400;font-size:14px}.diyJustify{text-align:justify}.diyCard{margin-bottom:15px;box-shadow:0 4px 8px -3px hsla(0,0%,43.9%,.34);border-radius:0;transition:all 1s ease-in-out;height:710px!important;background-color:#fff}.typo-line{padding-left:62px;margin-bottom:40px;position:relative;color:#333}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#333}.diyRightText{text-align:right!important}.diyCenterText{text-align:center!important}.diyBack,.diyBack:active{border-radius:40px!important;padding:3px 5px;font-size:12px;color:#fff;background-color:initial;border-color:tomato;transition:all .5s ease-in-out}.diyBack{color:#fff!important}.diyTerButton{border-radius:4px;padding:7px 18px;font-size:12px;color:#fff;background-color:#555cda}.diylistColor{color:#000!important}.diySemPeddingTop{padding-top:5px}.diyWebLogMarginTop5{margin-top:5px}.diyTeListCenterColor{color:#74747b!important}.diyTextHeightWeight{height:50px!important;width:100%!important}.diyLogPeddingTop{padding-top:10px;padding-left:7px!important}.diypositionFixed{position:relative}.diyPendingInvoceHeightMarginTop{margin-top:-5px!important}.addDownload{border-radius:4px;padding:7px 18px;font-size:12px;color:#fff;background-color:#ea960b;border-color:#2e6da4}.diyWebLogMarginTop{margin-top:-13px}.title-card p{font-size:12px;padding:7px;font-weight:700;margin-bottom:0;color:#fff}.title-card-full .col-xs-12{border-radius:0!important}.eq-s{font-size:25px!important}.message-content>a:hover,a:focus{color:#fff!important;text-decoration:none}.log-btn-sure{float:right;margin:10px 5px;border:1px solid #fff;padding:3px 10px;border-radius:5px;font-size:10px}.log-message-content{text-align:center;padding-top:15px;color:#fff;font-size:12px}.run-all-task{border-radius:10px}#userTable .switch{position:relative;display:inline-block;width:32px;height:20px}#userTable .switch input{opacity:0;width:0;height:0}#userTable .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s}#userTable .slider:before{position:absolute;content:"";height:16px;width:16px;left:0;bottom:2px;background-color:#fff;transition:.4s}#userTable input:checked+.slider{background-color:#2196f3}#userTable input:focus+.slider{box-shadow:0 0 1px #2196f3}#userTable input:checked+.slider:before{transform:translateX(16px)}#userTable .slider.round{border-radius:34px}#userTable .slider.round:before{border-radius:50%}.note-italic{font-size:10px;font-style:italic}.back-disabled{background:#999!important;pointer-events:none!important;opacity:.7}.react-tags{position:relative;padding:6px 0 0 6px;border:1px solid #e3e3e3;border-radius:1px;background:#fff;border-radius:3px;font-size:1em;line-height:1.2;cursor:text}react-tags.is-focused{border-color:#b1b1b1}.react-tags__selected{display:inline}.react-tags__selected-tag{display:inline-block;box-sizing:border-box;margin:0 3px 3px 0;padding:2px 4px;border:1px solid #d1d1d1;border-radius:2px;background:#f1f1f1;font-size:10px;line-height:inherit}.react-tags__selected-tag:after{content:"\2715";color:#aaa;margin-left:8px}.react-tags__suggestions ul{margin:4px -1px;padding:0;list-style:none;background:#fff;border:1px solid #d1d1d1;border-radius:2px;box-shadow:0 2px 6px rgba(0,0,0,.2);font-size:11px}.react-tags__suggestions li{border-bottom:1px solid #ddd;padding:3px}.react-tags__suggestions li mark{text-decoration:underline;background:none;font-weight:600}.react-tags__suggestions li:hover{cursor:pointer;background:#eee}.react-tags__suggestions li.is-active{background:#b7cfe0}.react-tags__suggestions li.is-disabled{opacity:.5;cursor:auto}.autoCompleteInp input{background-color:#fff;border:none;border-radius:4px;width:100%!important;color:#565656;padding:1px 2px;height:29px;font-size:10px;box-shadow:none}.width-50{width:50%!important;float:right}.width-35-right{width:35%!important;float:right}.choose-csv-file{font-size:12px}.choose-csv-file::-webkit-file-upload-button{color:#fff;display:inline-block;background:#1cb6e0;border:none;padding:7px 15px;font-weight:700;border-radius:3px;white-space:nowrap;cursor:pointer;font-size:10pt;float:left}.file-up-label{float:left;display:inline-block;vertical-align:middle;width:130px;padding-left:15px;padding-top:10px}.left-button-s{float:left;width:200px;padding-top:10px}.file-up-cont{float:left;width:250px}#MerchantSummaryTable .no-footer{margin:0!important;padding:0!important}.summary_gn1nth{padding-left:1%}.summary_gn,.summary_gn1nth{width:15%!important}.summary_gn_1{width:.1%!important}.summary_gn_12{width:12%!important}.mar-r-15{margin-right:15px}.inv-step-title{color:#3e3e3e;font-size:16px}.inv-step-content{color:#3e3e3e;font-size:11px}.req{color:red}.red-text{color:red;font-size:12px}.emi-zone-head{background:#f4f0ff;padding:3px 10px;width:200px}.font-12{font-size:12px}table#BBIRTable tfoot tr th,table#categoryWiseissuer tfoot tr th,table#categoryWise tfoot tr th,table#tenureWiseissuer tfoot tr th,table#tierWiseissuer tfoot tr th,table#tierWise tfoot tr th,table#zoneWiseissuer tfoot tr th,table#zoneWise tfoot tr th{padding:3px!important;font-size:12px!important}.back-td{background:#45379b;color:#fff}.apply-filter,.apply-filter:focus,.apply-filter:hover{float:right;margin-top:10px;border-radius:4px;padding:5px 18px;font-size:13px;color:#fff;background-color:#286090;border-color:#204d74;z-index:1;position:relative;right:10px;margin-right:10px}.apply-filter.disabled.active,.apply-filter.disabled.focus,.apply-filter.disabled:active,.apply-filter.disabled:focus,.apply-filter.disabled:hover,.apply-filter:disabled,.apply-filter:disabled.active,.apply-filter:disabled.focus,.apply-filter:disabled:active,.apply-filter:disabled:focus,.apply-filter:disabled:hover,.apply-filter[disabled],.apply-filter[disabled].active,.apply-filter[disabled].focus,.apply-filter[disabled]:active,.apply-filter[disabled]:focus,.apply-filter[disabled]:hover,apply-filter.disabled,fieldset[disabled] .apply-filter,fieldset[disabled] .apply-filter.active,fieldset[disabled] .apply-filter.focus,fieldset[disabled] .apply-filter:active,fieldset[disabled] .apply-filter:focus,fieldset[disabled] .apply-filter:hover{background-color:#999!important;cursor:not-allowed!important;border:#333!important;border-radius:4px;padding:7px 18px!important;font-size:13px;margin-right:10px}.hightlight-row{background:#66c171}.filter-border-right{border-right:1px solid #e3e3e3}.apply-notification{display:inline-block;margin-top:10px;font-size:14px;color:red;font-style:italic}.reset-filter,.reset-filter:focus,.reset-filter:hover{float:right;margin-top:10px;border-radius:4px;padding:5px 18px;font-size:13px;color:#fff;background-color:#f58733;border-color:#f58733;z-index:1;position:relative;right:10px;margin-right:10px}.dd-wrapper{position:relative;font-size:1.6rem;-webkit-user-select:none;user-select:none}.dd-header-disabled{background-color:#fff;cursor:not-allowed;background-color:#f5f5f5}.dd-header,.dd-header-disabled{display:flex;align-items:center;justify-content:space-between;position:relative;border:1px solid #dfdfdf;border-radius:3px;line-height:33px}.dd-header{background-color:#fff;cursor:default;cursor:pointer}.dd-header span{margin-right:20px}.dd-header-title{margin:0 5px;font-size:11px;width:90%}.angle-down{margin-right:20px;color:#000}.dd-list{top:70px}.dd-scroll-list{overflow-y:scroll;max-height:215px;padding:15px 0}.dd-list-item{display:inline-block;overflow:hidden;width:100%;padding:5px 10px;font-size:12px;line-height:1.6rem;white-space:nowrap;text-overflow:ellipsis;cursor:default;cursor:pointer;font-weight:400;color:#333}.dd-list-active,.dd-list-item:hover{background-color:#deebff}.dd-list-search-bar{width:222px;height:30px;border:1px solid #e3e3e3;padding:0 10px;border-radius:3px;font-size:12px;position:absolute;z-index:2}.dd-list-org{position:absolute;z-index:10;overflow-y:scroll;max-height:215px;border:1px solid #dfdfdf;border-top:none;border-bottom-left-radius:3px;border-bottom-right-radius:3px;box-shadow:0 2px 5px -1px #e8e8e8;background-color:#fff;font-weight:700;text-align:left;-webkit-overflow-scrolling:touch;width:100%;top:68px;padding:0}.dd-list-search-bar-org{width:100%;height:30px;border:1px solid #e3e3e3;padding:0 10px;border-radius:3px;font-size:12px;position:absolute;z-index:2}.export-iv-Button,.export-iv-Button:hover{border-radius:4px;padding:5px 20px;font-size:11px;color:#fff;background-color:#337ab7;border-color:#2e6da4;float:right;right:240px;z-index:1;margin-right:15px}.exportButton a:focus,.posDetails a,.posDetails a:hover{padding:8px 10px;font-size:11px;color:#fff!important;background-color:#286090;border-color:#204d74}.poc-mainButtonWith{width:100%!important;text-align:left!important;border-radius:5px}.poc-marginmainblock{border:1px solid #337ab7;margin-top:-2rem!important}.poc-blockPadding{padding-top:2rem!important;padding-left:5px!important;padding-right:5px!important}.poc-issueCategory{width:100%!important;background-color:#f7f7f7;border:1px solid #bbb7b7;min-height:50px;height:auto;border-radius:5px;margin-top:5px;padding:1px 5px!important}.poc-btn-view{width:auto;padding:0 5px;background-color:rgba(94,94,94,.4588235294117647);border:1px solid rgba(62,62,62,.3607843137254902);border-radius:16px;color:#464242;font-size:smaller}.poc-btn-view:hover{border:1px solid #000;cursor:pointer}.poc-modal-width{width:90vw;max-width:90vw}.poc-ticketdetail-label{background-color:#f7f7f7}.poc-ticket-modal-tr{font-size:11px}.poc-myStock_tr,.poc-ticket-modal-tr{border-bottom:1px solid #e4e4e4!important}.poc-myStock_tr{width:100%!important;font-size:12px;padding:5px;margin-bottom:5px}.poc-myStock_tr-label-color{color:#676060;font-size:smaller}.poc-workorder-head{width:100%;background-color:#5e5e5e;color:#fff;padding:2px;font-size:12px}.text-wrap{overflow-wrap:break-word}.width-150{width:150px}.chart_div .amcharts-export-menu ul{list-style:none;margin:-45px 0 0;padding:0}.chart_div .amcharts-export-menu li{position:static;display:block;z-index:1}.chart_div .amcharts-export-menu li>a{font-size:12px}.pie_of_pie .amcharts-amexport-menu-root{margin-top:-40px!important;background:#fff;border-radius:50%}.pie_of_pie .amcharts-amexport-item-level-0{background-color:#fff!important;border-radius:50%;background-position:50%;box-shadow:1px 1px 3px 0 rgba(0,0,0,.5);border-radius:18px;margin:8px 8px 0 10px;width:36px!important;height:36px!important}.pie_of_pie i{margin-top:10px;color:#999!important}.pie_of_pie .amcharts-amexport-item-level-1{font-size:12px}.width-70{width:70px}.tableauEmbed iframe{width:100%;height:600px}.tab_project{font-size:16px}.tab_workbook{margin-left:20px;font-size:14px}.tab_worksheet{margin-left:40px;font-size:12px;padding:2px}.rep-con{margin-top:20px;overflow-y:auto;height:400px}.navbar-sidebar-toggler{float:left;margin-top:20px;border:0;background:none;display:block}.text-capitalize{text-transform:capitalize}.no-border{border-left:0!important;border-right:0!important;background:#ddd}.clickheretext{color:red!important}.inactive-download-button{pointer-events:none;display:inline-block;color:#c6c6c6}.sidebar .logo .logo-img-mini{display:none}#VpaUpiSummaryTable tbody tr:last-child td{font-size:18px;font-weight:700}#ErrorTableDetails td.prod-sep,#ErrorTable td.prod-sep{border-top:5px solid #45379b}.card-con h6{text-align:center}.cardLists{height:800px;overflow:scroll}.cardLists ul{list-style-type:none;margin:0;padding:0}.cardLists ul li{background:hsla(0,0%,72.5%,.23);color:#000;padding:5px;font-size:12px;margin:5px}.success-msg-lo{padding-top:20px;text-align:left}.success-msg-lo label,.success-msg-lo p{text-align:left}.download-m-file a{font-size:12px;text-align:left}.msg-table table tr th{background:#337ab7;color:#fff;font-size:12px;padding:5px 10px}.msg-table table tr td{color:#000;font-size:12px;padding:5px 10px}.msg-table .doneLog{color:#fff}.msg-table .fa{color:#00b361;font-size:14px}.action-console hr{border:2px solid #eee}.f10m5dzk{display:none!important}.expbar{bottom:-2px;background:#6a288a;width:100%;right:23px;float:right}.lef-text{float:left;color:#fff;padding:6px;font-size:14px}.rightt-text{float:right;position:absolute;top:54.9%;right:1.5%}.btn-white,.btn-white:hover{background-color:#fff;color:#6a288a;font-size:12px;height:23px;margin-top:6px;padding-top:5px}.btn-exp-b{height:37px}.btn-exp-b,.btn-exp-b:hover{color:#fff;background:#337ab7;font-size:12px;padding:1px 36px}.btn-exp-b:hover{height:35px}.store-name-container{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.beat-plan{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(103,58,183,0);color:transparent;border-radius:0;cursor:pointer;border:none;display:block;text-align:center;line-height:100%}td:hover .beat-plan{background:rgba(103,58,183,.8);color:#fff}#TicketDetailsTable td{height:50px;position:relative}.beat-plan-model-header{background:#4d22a1;color:#fff;padding:5px 10px}.beat-plan-popup-model a{position:absolute;top:5px;right:5px}.beat-plan-popup-model i{font-size:22px;color:#fff}.beat-plan-message-content{margin:10px 0;padding:5px}.beat-plan-message-content p{line-height:0}.AddBeatPlanButton{padding:7px 25px;font-size:12px;float:right}.AddBeatPlanButton,.exportButton1{border-radius:4px;color:#fff;background-color:#337ab7;border-color:#2e6da4}.exportButton1{padding:5px 10px;font-size:11px;position:absolute;right:42px;margin-top:7px;z-index:1}.exportButton1:focus,.exportButton1:hover{padding:5px 10px;font-size:11px;color:#fff!important;background-color:#286090;border-color:#204d74;float:right}.usertab li{font-size:12px}.month-picker .month-box.selected-month{background-color:#007bff!important;color:#fff!important}.cardtexter{font-size:12px!important}.tab-title{text-align:left!important;padding:10px!important}.btn-capitalize{background-color:#45379b!important}.btn-capitalize,.btn-capitalize2{text-transform:capitalize;padding:8px 18px!important}.header-promotion{padding-left:0!important}.brandemiheader,.brandemitext{text-align:center}.brandemiheader,.navheader{font-weight:700!important}.navheader{color:#45379b!important}.BrandNav .navheight{padding-top:0!important;margin-top:0!important}.main-panel>.content{padding:0}.schemecontent{min-height:600px!important}.pm-height{height:240px!important}.greentexter{color:green;font-weight:700}.redtexter{color:red;font-weight:700}.top-margin-30{margin-top:30px}.top-margin-20{margin-top:20px!important}.top-margin-10{margin-top:10px}.top-margin-5{margin-top:5px}.btn-capitalize3{text-transform:capitalize;background-color:#fff!important;padding:8px 18px!important;border-color:#45379b;border-width:1px;color:#45379b}.pull-centere{text-align:center}.form-bottom{margin-bottom:5px!important}.btn-primary:hover .nowhiter{color:#45379b}.top-pad-10{padding-top:10px!important}.top-pad-5{padding-top:5px!important}.top-pad-0{padding-top:0!important}.bottom-margin-0{margin-bottom:0!important}.longcontent{padding:0;min-height:550px!important}.notablerightmargin{margin-right:-5px}.table-responsive-bemi{min-height:0;overflow-x:unset}.linkcolor{color:#45379b}.btnmodal{margin:0!important}.select-text-size{font-size:11px!important}.radio-margin-8{margin-top:8px!important}.bordercard{padding:10px!important;border:solid}.notwhiter{color:#45379b!important}.noneshadow{margin-bottom:15px;box-shadow:0 0 0 0 hsla(0,0%,43.9%,.34)!important;border-radius:0!important;transition:all 1s ease-in-out}.product-master-select{font-size:14px;margin:0}.product-master-padding-left{padding-left:5px;padding-right:20px}.product-master-padding-right{padding-right:5px;padding-left:20px}.filter-height{height:37px!important}.main-panel>.emi-content-padd{padding:0;min-height:100%!important}.bemi-container-fluid{padding-right:0;padding-left:0;margin-right:auto;margin-left:auto}.bottompaddingsubvention2{padding-bottom:5px!important}.bottompaddingsubvention2 .checkbox,.bottompaddingsubvention2 .radio{margin-top:10px;margin-bottom:5px}.left-padding{padding-left:1rem}.left-padding-7{padding-left:7.5rem}.top-padding-9{padding-top:9.5rem}.top-padding-7{padding-top:7rem}.top-padding-5{padding-top:5rem}able#DailySalesReports thead th:nth-child(2),table#DailySalesReportsStore thead th:first-child,table#DailySalesReportsStore thead th:nth-child(2),table#DailySalesReports thead th:first-child,table#DccMonthlySalesReportsCatStore thead th:first-child,table#DccMonthlySalesReportsCatStore thead th:nth-child(2),table#DccMonthlySalesReportsCat thead th:first-child,table#DccMonthlySalesReportsCat thead th:nth-child(2),table#DccMonthlySalesReportsStore thead th:first-child,table#DccMonthlySalesReportsStore thead th:nth-child(2),table#DccMonthlySalesReports thead th:first-child,table#DccMonthlySalesReports thead th:nth-child(2),table#DccSalesReportsStore thead th:first-child,table#DccSalesReportsStore thead th:nth-child(2),table#DccSalesReports thead th:first-child,table#DccSalesReports thead th:nth-child(2),table#DccWeeklySalesReportsCatStore thead th:first-child,table#DccWeeklySalesReportsCatStore thead th:nth-child(2),table#DccWeeklySalesReportsCat thead th:first-child,table#DccWeeklySalesReportsCat thead th:nth-child(2),table#DccWeeklySalesReportsStore thead th:first-child,table#DccWeeklySalesReportsStore thead th:nth-child(2),table#DccWeeklySalesReports thead th:first-child,table#DccWeeklySalesReports thead th:nth-child(2),table#EmiSalesReportsStore thead th:first-child,table#EmiSalesReportsStore thead th:nth-child(2),table#EmiSalesReports thead th:first-child,table#EmiSalesReports thead th:nth-child(2),table#GpayMonthlySalesReportsCatStore thead th:first-child,table#GpayMonthlySalesReportsCatStore thead th:nth-child(2),table#GpayMonthlySalesReportsCat thead th:first-child,table#GpayMonthlySalesReportsCat thead th:nth-child(2),table#GpayReportsStore thead th:first-child,table#GpayReportsStore thead th:nth-child(2),table#GpayReports thead th:first-child,table#GpayReports thead th:nth-child(2),table#GpayWeeklySalesReportsCatStore thead th:first-child,table#GpayWeeklySalesReportsCatStore thead th:nth-child(2),table#GpayWeeklySalesReportsCat thead th:first-child,table#GpayWeeklySalesReportsCat thead th:nth-child(2),table#MonthlyEmiSalesReportsStore thead th:first-child,table#MonthlyEmiSalesReportsStore thead th:nth-child(2),table#MonthlyEmiSalesReports thead th:first-child,table#MonthlyEmiSalesReports thead th:nth-child(2),table#PhonePeSalesReportsStore thead th:first-child,table#PhonePeSalesReportsStore thead th:nth-child(2),table#PhonePeSalesReports thead th:first-child,table#PhonePeSalesReports thead th:nth-child(2),table#WeeklyEmiSalesReportsStore thead th:first-child,table#WeeklyEmiSalesReportsStore thead th:nth-child(2),table#WeeklyEmiSalesReports thead th:first-child,table#WeeklyEmiSalesReports thead th:nth-child(2){width:150px;min-width:150px}table#DailySalesReportsStore thead th:nth-child(3),table#DailySalesReportsStore thead th:nth-child(4),table#DailySalesReportsStore thead th:nth-child(5),table#DailySalesReportsStore thead th:nth-child(6),table#DailySalesReportsStore thead th:nth-child(7),table#DailySalesReportsStore thead th:nth-child(8),table#DailySalesReportsStore thead th:nth-child(9),table#DailySalesReportsStore thead th:nth-child(10),table#DailySalesReportsStore thead th:nth-child(11),table#DailySalesReportsStore thead th:nth-child(12),table#DailySalesReports thead th:nth-child(3),table#DailySalesReports thead th:nth-child(4),table#DailySalesReports thead th:nth-child(5),table#DailySalesReports thead th:nth-child(6),table#DailySalesReports thead th:nth-child(7),table#DailySalesReports thead th:nth-child(8),table#DailySalesReports thead th:nth-child(9),table#DailySalesReports thead th:nth-child(10),table#DailySalesReports thead th:nth-child(11),table#DailySalesReports thead th:nth-child(12),table#DccMonthlySalesReportsCatStore thead th:nth-child(3),table#DccMonthlySalesReportsCatStore thead th:nth-child(4),table#DccMonthlySalesReportsCatStore thead th:nth-child(5),table#DccMonthlySalesReportsCatStore thead th:nth-child(6),table#DccMonthlySalesReportsCatStore thead th:nth-child(7),table#DccMonthlySalesReportsCatStore thead th:nth-child(8),table#DccMonthlySalesReportsCatStore thead th:nth-child(9),table#DccMonthlySalesReportsCatStore thead th:nth-child(10),table#DccMonthlySalesReportsCatStore thead th:nth-child(11),table#DccMonthlySalesReportsCatStore thead th:nth-child(12),table#DccMonthlySalesReportsCat thead th:nth-child(3),table#DccMonthlySalesReportsCat thead th:nth-child(4),table#DccMonthlySalesReportsCat thead th:nth-child(5),table#DccMonthlySalesReportsCat thead th:nth-child(6),table#DccMonthlySalesReportsCat thead th:nth-child(7),table#DccMonthlySalesReportsCat thead th:nth-child(8),table#DccMonthlySalesReportsCat thead th:nth-child(9),table#DccMonthlySalesReportsCat thead th:nth-child(10),table#DccMonthlySalesReportsCat thead th:nth-child(11),table#DccMonthlySalesReportsCat thead th:nth-child(12),table#DccMonthlySalesReportsStore thead th:nth-child(3),table#DccMonthlySalesReportsStore thead th:nth-child(4),table#DccMonthlySalesReportsStore thead th:nth-child(5),table#DccMonthlySalesReportsStore thead th:nth-child(6),table#DccMonthlySalesReportsStore thead th:nth-child(7),table#DccMonthlySalesReportsStore thead th:nth-child(8),table#DccMonthlySalesReportsStore thead th:nth-child(9),table#DccMonthlySalesReportsStore thead th:nth-child(10),table#DccMonthlySalesReportsStore thead th:nth-child(11),table#DccMonthlySalesReportsStore thead th:nth-child(12),table#DccMonthlySalesReports thead th:nth-child(3),table#DccMonthlySalesReports thead th:nth-child(4),table#DccMonthlySalesReports thead th:nth-child(5),table#DccMonthlySalesReports thead th:nth-child(6),table#DccMonthlySalesReports thead th:nth-child(7),table#DccMonthlySalesReports thead th:nth-child(8),table#DccMonthlySalesReports thead th:nth-child(9),table#DccMonthlySalesReports thead th:nth-child(10),table#DccMonthlySalesReports thead th:nth-child(11),table#DccMonthlySalesReports thead th:nth-child(12),table#DccSalesReportsStore th:nth-child(4),table#DccSalesReportsStore th:nth-child(5),table#DccSalesReportsStore th:nth-child(6),table#DccSalesReportsStore th:nth-child(7),table#DccSalesReportsStore th:nth-child(8),table#DccSalesReportsStore th:nth-child(9),table#DccSalesReportsStore th:nth-child(10),table#DccSalesReportsStore th:nth-child(11),table#DccSalesReportsStore th:nth-child(12),table#DccSalesReportsStore thead th:nth-child(3),table#DccSalesReports thead th:nth-child(3),table#DccSalesReports thead th:nth-child(4),table#DccSalesReports thead th:nth-child(5),table#DccSalesReports thead th:nth-child(6),table#DccSalesReports thead th:nth-child(7),table#DccSalesReports thead th:nth-child(8),table#DccSalesReports thead th:nth-child(9),table#DccSalesReports thead th:nth-child(10),table#DccSalesReports thead th:nth-child(11),table#DccSalesReports thead th:nth-child(12),table#DccWeeklySalesReportsCatStore thead th:nth-child(3),table#DccWeeklySalesReportsCatStore thead th:nth-child(4),table#DccWeeklySalesReportsCatStore thead th:nth-child(5),table#DccWeeklySalesReportsCatStore thead th:nth-child(6),table#DccWeeklySalesReportsCatStore thead th:nth-child(7),table#DccWeeklySalesReportsCatStore thead th:nth-child(8),table#DccWeeklySalesReportsCatStore thead th:nth-child(9),table#DccWeeklySalesReportsCatStore thead th:nth-child(10),table#DccWeeklySalesReportsCatStore thead th:nth-child(11),table#DccWeeklySalesReportsCatStore thead th:nth-child(12),table#DccWeeklySalesReportsCat thead th:nth-child(3),table#DccWeeklySalesReportsCat thead th:nth-child(4),table#DccWeeklySalesReportsCat thead th:nth-child(5),table#DccWeeklySalesReportsCat thead th:nth-child(6),table#DccWeeklySalesReportsCat thead th:nth-child(7),table#DccWeeklySalesReportsCat thead th:nth-child(8),table#DccWeeklySalesReportsCat thead th:nth-child(9),table#DccWeeklySalesReportsCat thead th:nth-child(10),table#DccWeeklySalesReportsCat thead th:nth-child(11),table#DccWeeklySalesReportsCat thead th:nth-child(12),table#DccWeeklySalesReportsStore thead th:nth-child(3),table#DccWeeklySalesReportsStore thead th:nth-child(4),table#DccWeeklySalesReportsStore thead th:nth-child(5),table#DccWeeklySalesReportsStore thead th:nth-child(6),table#DccWeeklySalesReportsStore thead th:nth-child(7),table#DccWeeklySalesReportsStore thead th:nth-child(8),table#DccWeeklySalesReportsStore thead th:nth-child(9),table#DccWeeklySalesReportsStore thead th:nth-child(10),table#DccWeeklySalesReportsStore thead th:nth-child(11),table#DccWeeklySalesReportsStore thead th:nth-child(12),table#DccWeeklySalesReports thead th:nth-child(3),table#DccWeeklySalesReports thead th:nth-child(4),table#DccWeeklySalesReports thead th:nth-child(5),table#DccWeeklySalesReports thead th:nth-child(6),table#DccWeeklySalesReports thead th:nth-child(7),table#DccWeeklySalesReports thead th:nth-child(8),table#DccWeeklySalesReports thead th:nth-child(9),table#DccWeeklySalesReports thead th:nth-child(10),table#DccWeeklySalesReports thead th:nth-child(11),table#DccWeeklySalesReports thead th:nth-child(12),table#GpayMonthlySalesReportsCatStore thead th:nth-child(3),table#GpayMonthlySalesReportsCatStore thead th:nth-child(4),table#GpayMonthlySalesReportsCatStore thead th:nth-child(5),table#GpayMonthlySalesReportsCatStore thead th:nth-child(6),table#GpayMonthlySalesReportsCatStore thead th:nth-child(7),table#GpayMonthlySalesReportsCatStore thead th:nth-child(8),table#GpayMonthlySalesReportsCatStore thead th:nth-child(9),table#GpayMonthlySalesReportsCatStore thead th:nth-child(10),table#GpayMonthlySalesReportsCatStore thead th:nth-child(11),table#GpayMonthlySalesReportsCatStore thead th:nth-child(12),table#GpayMonthlySalesReportsCat thead th:nth-child(3),table#GpayMonthlySalesReportsCat thead th:nth-child(4),table#GpayMonthlySalesReportsCat thead th:nth-child(5),table#GpayMonthlySalesReportsCat thead th:nth-child(6),table#GpayMonthlySalesReportsCat thead th:nth-child(7),table#GpayMonthlySalesReportsCat thead th:nth-child(8),table#GpayMonthlySalesReportsCat thead th:nth-child(9),table#GpayMonthlySalesReportsCat thead th:nth-child(10),table#GpayMonthlySalesReportsCat thead th:nth-child(11),table#GpayMonthlySalesReportsCat thead th:nth-child(12),table#GpayReportsStore thead th:nth-child(3),table#GpayReportsStore thead th:nth-child(4),table#GpayReportsStore thead th:nth-child(5),table#GpayReportsStore thead th:nth-child(6),table#GpayReportsStore thead th:nth-child(7),table#GpayReportsStore thead th:nth-child(8),table#GpayReportsStore thead th:nth-child(9),table#GpayReportsStore thead th:nth-child(10),table#GpayReportsStore thead th:nth-child(11),table#GpayReportsStore thead th:nth-child(12),table#GpayReports thead th:nth-child(3),table#GpayReports thead th:nth-child(4),table#GpayReports thead th:nth-child(5),table#GpayReports thead th:nth-child(6),table#GpayReports thead th:nth-child(7),table#GpayReports thead th:nth-child(8),table#GpayReports thead th:nth-child(9),table#GpayReports thead th:nth-child(10),table#GpayReports thead th:nth-child(11),table#GpayReports thead th:nth-child(12),table#GpayWeeklySalesReportsCatStore thead th:nth-child(3),table#GpayWeeklySalesReportsCatStore thead th:nth-child(4),table#GpayWeeklySalesReportsCatStore thead th:nth-child(5),table#GpayWeeklySalesReportsCatStore thead th:nth-child(6),table#GpayWeeklySalesReportsCatStore thead th:nth-child(7),table#GpayWeeklySalesReportsCatStore thead th:nth-child(8),table#GpayWeeklySalesReportsCatStore thead th:nth-child(9),table#GpayWeeklySalesReportsCatStore thead th:nth-child(10),table#GpayWeeklySalesReportsCatStore thead th:nth-child(11),table#GpayWeeklySalesReportsCatStore thead th:nth-child(12),table#GpayWeeklySalesReportsCat thead th:nth-child(3),table#GpayWeeklySalesReportsCat thead th:nth-child(4),table#GpayWeeklySalesReportsCat thead th:nth-child(5),table#GpayWeeklySalesReportsCat thead th:nth-child(6),table#GpayWeeklySalesReportsCat thead th:nth-child(7),table#GpayWeeklySalesReportsCat thead th:nth-child(8),table#GpayWeeklySalesReportsCat thead th:nth-child(9),table#GpayWeeklySalesReportsCat thead th:nth-child(10),table#GpayWeeklySalesReportsCat thead th:nth-child(11),table#GpayWeeklySalesReportsCat thead th:nth-child(12),table#PhonePeSalesReportsStore thead th:nth-child(3),table#PhonePeSalesReportsStore thead th:nth-child(4),table#PhonePeSalesReportsStore thead th:nth-child(5),table#PhonePeSalesReportsStore thead th:nth-child(6),table#PhonePeSalesReportsStore thead th:nth-child(7),table#PhonePeSalesReportsStore thead th:nth-child(8),table#PhonePeSalesReportsStore thead th:nth-child(9),table#PhonePeSalesReportsStore thead th:nth-child(10),table#PhonePeSalesReportsStore thead th:nth-child(11),table#PhonePeSalesReportsStore thead th:nth-child(12),table#PhonePeSalesReports thead th:nth-child(3),table#PhonePeSalesReports thead th:nth-child(4),table#PhonePeSalesReports thead th:nth-child(5),table#PhonePeSalesReports thead th:nth-child(6),table#PhonePeSalesReports thead th:nth-child(7),table#PhonePeSalesReports thead th:nth-child(8),table#PhonePeSalesReports thead th:nth-child(9),table#PhonePeSalesReports thead th:nth-child(10),table#PhonePeSalesReports thead th:nth-child(11),table#PhonePeSalesReports thead th:nth-child(12){width:65px;min-width:65px}table#innerTable td:first-child,table#innerTable td:nth-child(2){width:150px;min-width:150px}table#innerTable td:nth-child(3),table#innerTable td:nth-child(4),table#innerTable td:nth-child(5),table#innerTable td:nth-child(6),table#innerTable td:nth-child(7),table#innerTable td:nth-child(8),table#innerTable td:nth-child(9),table#innerTable td:nth-child(10),table#innerTable td:nth-child(11),table#innerTable td:nth-child(12){width:65px;min-width:65px}table#DailyEmiSalesReportsStore thead tr:first-child th:first-child,table#DailyEmiSalesReportsStore thead tr:first-child th:nth-child(2),table#DailyEmiSalesReports thead tr:first-child th:first-child,table#DailyEmiSalesReports thead tr:first-child th:nth-child(2),table#MonthlyEmiSalesReports thead tr:first-child th:first-child,table#MonthlyEmiSalesReports thead tr:first-child th:nth-child(2),table#WeeklyEmiSalesReportsStore thead tr:first-child th:first-child,table#WeeklyEmiSalesReportsStore thead tr:first-child th:nth-child(2),table#WeeklyEmiSalesReports thead tr:first-child th:first-child,table#WeeklyEmiSalesReports thead tr:first-child th:nth-child(2){width:150px;min-width:150px}table#DailyEmiSalesReportsStore thead tr:nth-child(2) th:first-child,table#DailyEmiSalesReportsStore thead tr:nth-child(2) th:nth-child(2),table#DailyEmiSalesReportsStore thead tr:nth-child(2) th:nth-child(3),table#DailyEmiSalesReportsStore thead tr:nth-child(2) th:nth-child(4),table#DailyEmiSalesReportsStore thead tr:nth-child(2) th:nth-child(5),table#DailyEmiSalesReportsStore thead tr:nth-child(2) th:nth-child(6),table#DailyEmiSalesReportsStore thead tr:nth-child(2) th:nth-child(7),table#DailyEmiSalesReportsStore thead tr:nth-child(2) th:nth-child(8),table#DailyEmiSalesReportsStore thead tr:nth-child(2) th:nth-child(9),table#DailyEmiSalesReportsStore thead tr:nth-child(2) th:nth-child(10),table#DailyEmiSalesReportsStore thead tr:nth-child(2) th:nth-child(11),table#DailyEmiSalesReportsStore thead tr:nth-child(2) th:nth-child(12),table#DailyEmiSalesReportsStore thead tr:nth-child(2) th:nth-child(13),table#DailyEmiSalesReportsStore thead tr:nth-child(2) th:nth-child(14),table#DailyEmiSalesReportsStore thead tr:nth-child(2) th:nth-child(15),table#DailyEmiSalesReportsStore thead tr:nth-child(2) th:nth-child(16),table#DailyEmiSalesReportsStore thead tr:nth-child(2) th:nth-child(17),table#DailyEmiSalesReportsStore thead tr:nth-child(2) th:nth-child(18),table#DailyEmiSalesReportsStore thead tr:nth-child(2) th:nth-child(19),table#DailyEmiSalesReportsStore thead tr:nth-child(2) th:nth-child(20),table#DailyEmiSalesReports thead tr:nth-child(2) th:first-child,table#DailyEmiSalesReports thead tr:nth-child(2) th:nth-child(2),table#DailyEmiSalesReports thead tr:nth-child(2) th:nth-child(3),table#DailyEmiSalesReports thead tr:nth-child(2) th:nth-child(4),table#DailyEmiSalesReports thead tr:nth-child(2) th:nth-child(5),table#DailyEmiSalesReports thead tr:nth-child(2) th:nth-child(6),table#DailyEmiSalesReports thead tr:nth-child(2) th:nth-child(7),table#DailyEmiSalesReports thead tr:nth-child(2) th:nth-child(8),table#DailyEmiSalesReports thead tr:nth-child(2) th:nth-child(9),table#DailyEmiSalesReports thead tr:nth-child(2) th:nth-child(10),table#DailyEmiSalesReports thead tr:nth-child(2) th:nth-child(11),table#DailyEmiSalesReports thead tr:nth-child(2) th:nth-child(12),table#DailyEmiSalesReports thead tr:nth-child(2) th:nth-child(13),table#DailyEmiSalesReports thead tr:nth-child(2) th:nth-child(14),table#DailyEmiSalesReports thead tr:nth-child(2) th:nth-child(15),table#DailyEmiSalesReports thead tr:nth-child(2) th:nth-child(16),table#DailyEmiSalesReports thead tr:nth-child(2) th:nth-child(17),table#DailyEmiSalesReports thead tr:nth-child(2) th:nth-child(18),table#DailyEmiSalesReports thead tr:nth-child(2) th:nth-child(19),table#DailyEmiSalesReports thead tr:nth-child(2) th:nth-child(20){width:70px;min-width:70px}table#innerTable1 td:first-child,table#innerTable1 td:nth-child(2){width:150px;min-width:150px}table#innerTable1 td:nth-child(3),table#innerTable1 td:nth-child(4),table#innerTable1 td:nth-child(5),table#innerTable1 td:nth-child(6),table#innerTable1 td:nth-child(7),table#innerTable1 td:nth-child(8),table#innerTable1 td:nth-child(9),table#innerTable1 td:nth-child(10),table#innerTable1 td:nth-child(11),table#innerTable1 td:nth-child(12),table#innerTable1 td:nth-child(14),table#innerTable1 td:nth-child(15),table#innerTable1 td:nth-child(16),table#innerTable1 td:nth-child(17),table#innerTable1 td:nth-child(18),table#innerTable1 td:nth-child(19),table#innerTable1 td:nth-child(20),table#MonthlyEmiSalesReportsStore thead tr:nth-child(2) th:first-child,table#MonthlyEmiSalesReportsStore thead tr:nth-child(2) th:nth-child(2),table#MonthlyEmiSalesReportsStore thead tr:nth-child(2) th:nth-child(3),table#MonthlyEmiSalesReportsStore thead tr:nth-child(2) th:nth-child(4),table#MonthlyEmiSalesReportsStore thead tr:nth-child(2) th:nth-child(5),table#MonthlyEmiSalesReportsStore thead tr:nth-child(2) th:nth-child(6),table#MonthlyEmiSalesReportsStore thead tr:nth-child(2) th:nth-child(7),table#MonthlyEmiSalesReportsStore thead tr:nth-child(2) th:nth-child(8),table#MonthlyEmiSalesReportsStore thead tr:nth-child(2) th:nth-child(9),table#MonthlyEmiSalesReportsStore thead tr:nth-child(2) th:nth-child(10),table#MonthlyEmiSalesReportsStore thead tr:nth-child(2) th:nth-child(11),table#MonthlyEmiSalesReportsStore thead tr:nth-child(2) th:nth-child(12),table#MonthlyEmiSalesReportsStore thead tr:nth-child(2) th:nth-child(13),table#MonthlyEmiSalesReportsStore thead tr:nth-child(2) th:nth-child(14),table#MonthlyEmiSalesReportsStore thead tr:nth-child(2) th:nth-child(15),table#MonthlyEmiSalesReportsStore thead tr:nth-child(2) th:nth-child(16),table#MonthlyEmiSalesReportsStore thead tr:nth-child(2) th:nth-child(17),table#MonthlyEmiSalesReportsStore thead tr:nth-child(2) th:nth-child(18),table#MonthlyEmiSalesReportsStore thead tr:nth-child(2) th:nth-child(19),table#MonthlyEmiSalesReportsStore thead tr:nth-child(2) th:nth-child(20),table#MonthlyEmiSalesReports thead tr:nth-child(2) th:first-child,table#MonthlyEmiSalesReports thead tr:nth-child(2) th:nth-child(2),table#MonthlyEmiSalesReports thead tr:nth-child(2) th:nth-child(3),table#MonthlyEmiSalesReports thead tr:nth-child(2) th:nth-child(4),table#MonthlyEmiSalesReports thead tr:nth-child(2) th:nth-child(5),table#MonthlyEmiSalesReports thead tr:nth-child(2) th:nth-child(6),table#MonthlyEmiSalesReports thead tr:nth-child(2) th:nth-child(7),table#MonthlyEmiSalesReports thead tr:nth-child(2) th:nth-child(8),table#MonthlyEmiSalesReports thead tr:nth-child(2) th:nth-child(9),table#MonthlyEmiSalesReports thead tr:nth-child(2) th:nth-child(10),table#MonthlyEmiSalesReports thead tr:nth-child(2) th:nth-child(11),table#MonthlyEmiSalesReports thead tr:nth-child(2) th:nth-child(12),table#MonthlyEmiSalesReports thead tr:nth-child(2) th:nth-child(13),table#MonthlyEmiSalesReports thead tr:nth-child(2) th:nth-child(14),table#MonthlyEmiSalesReports thead tr:nth-child(2) th:nth-child(15),table#MonthlyEmiSalesReports thead tr:nth-child(2) th:nth-child(16),table#MonthlyEmiSalesReports thead tr:nth-child(2) th:nth-child(17),table#MonthlyEmiSalesReports thead tr:nth-child(2) th:nth-child(18),table#MonthlyEmiSalesReports thead tr:nth-child(2) th:nth-child(19),table#MonthlyEmiSalesReports thead tr:nth-child(2) th:nth-child(20),table#WeeklyEmiSalesReportsStore thead tr:nth-child(2) th:first-child,table#WeeklyEmiSalesReportsStore thead tr:nth-child(2) th:nth-child(2),table#WeeklyEmiSalesReportsStore thead tr:nth-child(2) th:nth-child(3),table#WeeklyEmiSalesReportsStore thead tr:nth-child(2) th:nth-child(4),table#WeeklyEmiSalesReportsStore thead tr:nth-child(2) th:nth-child(5),table#WeeklyEmiSalesReportsStore thead tr:nth-child(2) th:nth-child(6),table#WeeklyEmiSalesReportsStore thead tr:nth-child(2) th:nth-child(7),table#WeeklyEmiSalesReportsStore thead tr:nth-child(2) th:nth-child(8),table#WeeklyEmiSalesReportsStore thead tr:nth-child(2) th:nth-child(9),table#WeeklyEmiSalesReportsStore thead tr:nth-child(2) th:nth-child(10),table#WeeklyEmiSalesReportsStore thead tr:nth-child(2) th:nth-child(11),table#WeeklyEmiSalesReportsStore thead tr:nth-child(2) th:nth-child(12),table#WeeklyEmiSalesReportsStore thead tr:nth-child(2) th:nth-child(13),table#WeeklyEmiSalesReportsStore thead tr:nth-child(2) th:nth-child(14),table#WeeklyEmiSalesReportsStore thead tr:nth-child(2) th:nth-child(15),table#WeeklyEmiSalesReportsStore thead tr:nth-child(2) th:nth-child(16),table#WeeklyEmiSalesReportsStore thead tr:nth-child(2) th:nth-child(17),table#WeeklyEmiSalesReportsStore thead tr:nth-child(2) th:nth-child(18),table#WeeklyEmiSalesReportsStore thead tr:nth-child(2) th:nth-child(19),table#WeeklyEmiSalesReportsStore thead tr:nth-child(2) th:nth-child(20),table#WeeklyEmiSalesReports thead tr:nth-child(2) th:first-child,table#WeeklyEmiSalesReports thead tr:nth-child(2) th:nth-child(2),table#WeeklyEmiSalesReports thead tr:nth-child(2) th:nth-child(3),table#WeeklyEmiSalesReports thead tr:nth-child(2) th:nth-child(4),table#WeeklyEmiSalesReports thead tr:nth-child(2) th:nth-child(5),table#WeeklyEmiSalesReports thead tr:nth-child(2) th:nth-child(6),table#WeeklyEmiSalesReports thead tr:nth-child(2) th:nth-child(7),table#WeeklyEmiSalesReports thead tr:nth-child(2) th:nth-child(8),table#WeeklyEmiSalesReports thead tr:nth-child(2) th:nth-child(9),table#WeeklyEmiSalesReports thead tr:nth-child(2) th:nth-child(10),table#WeeklyEmiSalesReports thead tr:nth-child(2) th:nth-child(11),table#WeeklyEmiSalesReports thead tr:nth-child(2) th:nth-child(12),table#WeeklyEmiSalesReports thead tr:nth-child(2) th:nth-child(13),table#WeeklyEmiSalesReports thead tr:nth-child(2) th:nth-child(14),table#WeeklyEmiSalesReports thead tr:nth-child(2) th:nth-child(15),table#WeeklyEmiSalesReports thead tr:nth-child(2) th:nth-child(16),table#WeeklyEmiSalesReports thead tr:nth-child(2) th:nth-child(17),table#WeeklyEmiSalesReports thead tr:nth-child(2) th:nth-child(18),table#WeeklyEmiSalesReports thead tr:nth-child(2) th:nth-child(19),table#WeeklyEmiSalesReports thead tr:nth-child(2) th:nth-child(20),td:nth-child(13){width:70px;min-width:70px}@media screen and (min-width:1700px){able#DailySalesReports thead th:nth-child(2),table#DailySalesReportsStore thead th:first-child,table#DailySalesReportsStore thead th:nth-child(2),table#DailySalesReports thead th:first-child,table#DccMonthlySalesReportsCatStore thead th:first-child,table#DccMonthlySalesReportsCatStore thead th:nth-child(2),table#DccMonthlySalesReportsCat thead th:first-child,table#DccMonthlySalesReportsCat thead th:nth-child(2),table#DccMonthlySalesReportsStore thead th:first-child,table#DccMonthlySalesReportsStore thead th:nth-child(2),table#DccMonthlySalesReports thead th:first-child,table#DccMonthlySalesReports thead th:nth-child(2),table#DccSalesReportsStore thead th:first-child,table#DccSalesReportsStore thead th:nth-child(2),table#DccSalesReports thead th:first-child,table#DccSalesReports thead th:nth-child(2),table#DccWeeklySalesReportsCatStore thead th:first-child,table#DccWeeklySalesReportsCatStore thead th:nth-child(2),table#DccWeeklySalesReportsCat thead th:first-child,table#DccWeeklySalesReportsCat thead th:nth-child(2),table#DccWeeklySalesReportsStore thead th:first-child,table#DccWeeklySalesReportsStore thead th:nth-child(2),table#DccWeeklySalesReports thead th:first-child,table#DccWeeklySalesReports thead th:nth-child(2),table#EmiSalesReportsStore thead th:first-child,table#EmiSalesReportsStore thead th:nth-child(2),table#EmiSalesReports thead th:first-child,table#EmiSalesReports thead th:nth-child(2),table#GpayMonthlySalesReportsCatStore thead th:first-child,table#GpayMonthlySalesReportsCatStore thead th:nth-child(2),table#GpayMonthlySalesReportsCat thead th:first-child,table#GpayMonthlySalesReportsCat thead th:nth-child(2),table#GpayReportsStore thead th:first-child,table#GpayReportsStore thead th:nth-child(2),table#GpayReports thead th:first-child,table#GpayReports thead th:nth-child(2),table#GpayWeeklySalesReportsCatStore thead th:first-child,table#GpayWeeklySalesReportsCatStore thead th:nth-child(2),table#GpayWeeklySalesReportsCat thead th:first-child,table#GpayWeeklySalesReportsCat thead th:nth-child(2),table#MonthlyEmiSalesReportsStore thead th:first-child,table#MonthlyEmiSalesReportsStore thead th:nth-child(2),table#MonthlyEmiSalesReports thead th:first-child,table#MonthlyEmiSalesReports thead th:nth-child(2),table#PhonePeSalesReportsStore thead th:first-child,table#PhonePeSalesReportsStore thead th:nth-child(2),table#PhonePeSalesReports thead th:first-child,table#PhonePeSalesReports thead th:nth-child(2),table#WeeklyEmiSalesReportsStore thead th:first-child,table#WeeklyEmiSalesReportsStore thead th:nth-child(2),table#WeeklyEmiSalesReports thead th:first-child,table#WeeklyEmiSalesReports thead th:nth-child(2){width:15%;min-width:15%}table#DailySalesReportsStore thead th:nth-child(3),table#DailySalesReportsStore thead th:nth-child(4),table#DailySalesReportsStore thead th:nth-child(5),table#DailySalesReportsStore thead th:nth-child(6),table#DailySalesReportsStore thead th:nth-child(7),table#DailySalesReportsStore thead th:nth-child(8),table#DailySalesReportsStore thead th:nth-child(9),table#DailySalesReportsStore thead th:nth-child(10),table#DailySalesReportsStore thead th:nth-child(11),table#DailySalesReportsStore thead th:nth-child(12),table#DailySalesReports thead th:nth-child(3),table#DailySalesReports thead th:nth-child(4),table#DailySalesReports thead th:nth-child(5),table#DailySalesReports thead th:nth-child(6),table#DailySalesReports thead th:nth-child(7),table#DailySalesReports thead th:nth-child(8),table#DailySalesReports thead th:nth-child(9),table#DailySalesReports thead th:nth-child(10),table#DailySalesReports thead th:nth-child(11),table#DailySalesReports thead th:nth-child(12),table#DccMonthlySalesReportsCatStore thead th:nth-child(3),table#DccMonthlySalesReportsCatStore thead th:nth-child(4),table#DccMonthlySalesReportsCatStore thead th:nth-child(5),table#DccMonthlySalesReportsCatStore thead th:nth-child(6),table#DccMonthlySalesReportsCatStore thead th:nth-child(7),table#DccMonthlySalesReportsCatStore thead th:nth-child(8),table#DccMonthlySalesReportsCatStore thead th:nth-child(9),table#DccMonthlySalesReportsCatStore thead th:nth-child(10),table#DccMonthlySalesReportsCatStore thead th:nth-child(11),table#DccMonthlySalesReportsCatStore thead th:nth-child(12),table#DccMonthlySalesReportsCat thead th:nth-child(3),table#DccMonthlySalesReportsCat thead th:nth-child(4),table#DccMonthlySalesReportsCat thead th:nth-child(5),table#DccMonthlySalesReportsCat thead th:nth-child(6),table#DccMonthlySalesReportsCat thead th:nth-child(7),table#DccMonthlySalesReportsCat thead th:nth-child(8),table#DccMonthlySalesReportsCat thead th:nth-child(9),table#DccMonthlySalesReportsCat thead th:nth-child(10),table#DccMonthlySalesReportsCat thead th:nth-child(11),table#DccMonthlySalesReportsCat thead th:nth-child(12),table#DccMonthlySalesReportsStore thead th:nth-child(3),table#DccMonthlySalesReportsStore thead th:nth-child(4),table#DccMonthlySalesReportsStore thead th:nth-child(5),table#DccMonthlySalesReportsStore thead th:nth-child(6),table#DccMonthlySalesReportsStore thead th:nth-child(7),table#DccMonthlySalesReportsStore thead th:nth-child(8),table#DccMonthlySalesReportsStore thead th:nth-child(9),table#DccMonthlySalesReportsStore thead th:nth-child(10),table#DccMonthlySalesReportsStore thead th:nth-child(11),table#DccMonthlySalesReportsStore thead th:nth-child(12),table#DccMonthlySalesReports thead th:nth-child(3),table#DccMonthlySalesReports thead th:nth-child(4),table#DccMonthlySalesReports thead th:nth-child(5),table#DccMonthlySalesReports thead th:nth-child(6),table#DccMonthlySalesReports thead th:nth-child(7),table#DccMonthlySalesReports thead th:nth-child(8),table#DccMonthlySalesReports thead th:nth-child(9),table#DccMonthlySalesReports thead th:nth-child(10),table#DccMonthlySalesReports thead th:nth-child(11),table#DccMonthlySalesReports thead th:nth-child(12),table#DccSalesReportsStore th:nth-child(4),table#DccSalesReportsStore th:nth-child(5),table#DccSalesReportsStore th:nth-child(6),table#DccSalesReportsStore th:nth-child(7),table#DccSalesReportsStore th:nth-child(8),table#DccSalesReportsStore th:nth-child(9),table#DccSalesReportsStore th:nth-child(10),table#DccSalesReportsStore th:nth-child(11),table#DccSalesReportsStore th:nth-child(12),table#DccSalesReportsStore thead th:nth-child(3),table#DccSalesReports thead th:nth-child(3),table#DccSalesReports thead th:nth-child(4),table#DccSalesReports thead th:nth-child(5),table#DccSalesReports thead th:nth-child(6),table#DccSalesReports thead th:nth-child(7),table#DccSalesReports thead th:nth-child(8),table#DccSalesReports thead th:nth-child(9),table#DccSalesReports thead th:nth-child(10),table#DccSalesReports thead th:nth-child(11),table#DccSalesReports thead th:nth-child(12),table#DccWeeklySalesReportsCatStore thead th:nth-child(3),table#DccWeeklySalesReportsCatStore thead th:nth-child(4),table#DccWeeklySalesReportsCatStore thead th:nth-child(5),table#DccWeeklySalesReportsCatStore thead th:nth-child(6),table#DccWeeklySalesReportsCatStore thead th:nth-child(7),table#DccWeeklySalesReportsCatStore thead th:nth-child(8),table#DccWeeklySalesReportsCatStore thead th:nth-child(9),table#DccWeeklySalesReportsCatStore thead th:nth-child(10),table#DccWeeklySalesReportsCatStore thead th:nth-child(11),table#DccWeeklySalesReportsCatStore thead th:nth-child(12),table#DccWeeklySalesReportsCat thead th:nth-child(3),table#DccWeeklySalesReportsCat thead th:nth-child(4),table#DccWeeklySalesReportsCat thead th:nth-child(5),table#DccWeeklySalesReportsCat thead th:nth-child(6),table#DccWeeklySalesReportsCat thead th:nth-child(7),table#DccWeeklySalesReportsCat thead th:nth-child(8),table#DccWeeklySalesReportsCat thead th:nth-child(9),table#DccWeeklySalesReportsCat thead th:nth-child(10),table#DccWeeklySalesReportsCat thead th:nth-child(11),table#DccWeeklySalesReportsCat thead th:nth-child(12),table#DccWeeklySalesReportsStore thead th:nth-child(3),table#DccWeeklySalesReportsStore thead th:nth-child(4),table#DccWeeklySalesReportsStore thead th:nth-child(5),table#DccWeeklySalesReportsStore thead th:nth-child(6),table#DccWeeklySalesReportsStore thead th:nth-child(7),table#DccWeeklySalesReportsStore thead th:nth-child(8),table#DccWeeklySalesReportsStore thead th:nth-child(9),table#DccWeeklySalesReportsStore thead th:nth-child(10),table#DccWeeklySalesReportsStore thead th:nth-child(11),table#DccWeeklySalesReportsStore thead th:nth-child(12),table#DccWeeklySalesReports thead th:nth-child(3),table#DccWeeklySalesReports thead th:nth-child(4),table#DccWeeklySalesReports thead th:nth-child(5),table#DccWeeklySalesReports thead th:nth-child(6),table#DccWeeklySalesReports thead th:nth-child(7),table#DccWeeklySalesReports thead th:nth-child(8),table#DccWeeklySalesReports thead th:nth-child(9),table#DccWeeklySalesReports thead th:nth-child(10),table#DccWeeklySalesReports thead th:nth-child(11),table#DccWeeklySalesReports thead th:nth-child(12),table#GpayMonthlySalesReportsCatStore thead th:nth-child(3),table#GpayMonthlySalesReportsCatStore thead th:nth-child(4),table#GpayMonthlySalesReportsCatStore thead th:nth-child(5),table#GpayMonthlySalesReportsCatStore thead th:nth-child(6),table#GpayMonthlySalesReportsCatStore thead th:nth-child(7),table#GpayMonthlySalesReportsCatStore thead th:nth-child(8),table#GpayMonthlySalesReportsCatStore thead th:nth-child(9),table#GpayMonthlySalesReportsCatStore thead th:nth-child(10),table#GpayMonthlySalesReportsCatStore thead th:nth-child(11),table#GpayMonthlySalesReportsCatStore thead th:nth-child(12),table#GpayMonthlySalesReportsCat thead th:nth-child(3),table#GpayMonthlySalesReportsCat thead th:nth-child(4),table#GpayMonthlySalesReportsCat thead th:nth-child(5),table#GpayMonthlySalesReportsCat thead th:nth-child(6),table#GpayMonthlySalesReportsCat thead th:nth-child(7),table#GpayMonthlySalesReportsCat thead th:nth-child(8),table#GpayMonthlySalesReportsCat thead th:nth-child(9),table#GpayMonthlySalesReportsCat thead th:nth-child(10),table#GpayMonthlySalesReportsCat thead th:nth-child(11),table#GpayMonthlySalesReportsCat thead th:nth-child(12),table#GpayReportsStore thead th:nth-child(3),table#GpayReportsStore thead th:nth-child(4),table#GpayReportsStore thead th:nth-child(5),table#GpayReportsStore thead th:nth-child(6),table#GpayReportsStore thead th:nth-child(7),table#GpayReportsStore thead th:nth-child(8),table#GpayReportsStore thead th:nth-child(9),table#GpayReportsStore thead th:nth-child(10),table#GpayReportsStore thead th:nth-child(11),table#GpayReportsStore thead th:nth-child(12),table#GpayReports thead th:nth-child(3),table#GpayReports thead th:nth-child(4),table#GpayReports thead th:nth-child(5),table#GpayReports thead th:nth-child(6),table#GpayReports thead th:nth-child(7),table#GpayReports thead th:nth-child(8),table#GpayReports thead th:nth-child(9),table#GpayReports thead th:nth-child(10),table#GpayReports thead th:nth-child(11),table#GpayReports thead th:nth-child(12),table#GpayWeeklySalesReportsCatStore thead th:nth-child(3),table#GpayWeeklySalesReportsCatStore thead th:nth-child(4),table#GpayWeeklySalesReportsCatStore thead th:nth-child(5),table#GpayWeeklySalesReportsCatStore thead th:nth-child(6),table#GpayWeeklySalesReportsCatStore thead th:nth-child(7),table#GpayWeeklySalesReportsCatStore thead th:nth-child(8),table#GpayWeeklySalesReportsCatStore thead th:nth-child(9),table#GpayWeeklySalesReportsCatStore thead th:nth-child(10),table#GpayWeeklySalesReportsCatStore thead th:nth-child(11),table#GpayWeeklySalesReportsCatStore thead th:nth-child(12),table#GpayWeeklySalesReportsCat thead th:nth-child(3),table#GpayWeeklySalesReportsCat thead th:nth-child(4),table#GpayWeeklySalesReportsCat thead th:nth-child(5),table#GpayWeeklySalesReportsCat thead th:nth-child(6),table#GpayWeeklySalesReportsCat thead th:nth-child(7),table#GpayWeeklySalesReportsCat thead th:nth-child(8),table#GpayWeeklySalesReportsCat thead th:nth-child(9),table#GpayWeeklySalesReportsCat thead th:nth-child(10),table#GpayWeeklySalesReportsCat thead th:nth-child(11),table#GpayWeeklySalesReportsCat thead th:nth-child(12),table#PhonePeSalesReportsStore thead th:nth-child(3),table#PhonePeSalesReportsStore thead th:nth-child(4),table#PhonePeSalesReportsStore thead th:nth-child(5),table#PhonePeSalesReportsStore thead th:nth-child(6),table#PhonePeSalesReportsStore thead th:nth-child(7),table#PhonePeSalesReportsStore thead th:nth-child(8),table#PhonePeSalesReportsStore thead th:nth-child(9),table#PhonePeSalesReportsStore thead th:nth-child(10),table#PhonePeSalesReportsStore thead th:nth-child(11),table#PhonePeSalesReportsStore thead th:nth-child(12),table#PhonePeSalesReports thead th:nth-child(3),table#PhonePeSalesReports thead th:nth-child(4),table#PhonePeSalesReports thead th:nth-child(5),table#PhonePeSalesReports thead th:nth-child(6),table#PhonePeSalesReports thead th:nth-child(7),table#PhonePeSalesReports thead th:nth-child(8),table#PhonePeSalesReports thead th:nth-child(9),table#PhonePeSalesReports thead th:nth-child(10),table#PhonePeSalesReports thead th:nth-child(11),table#PhonePeSalesReports thead th:nth-child(12){width:7%;min-width:7%}table#innerTable td:first-child,table#innerTable td:nth-child(2){width:15%;min-width:15%}table#innerTable td:nth-child(3),table#innerTable td:nth-child(4),table#innerTable td:nth-child(5),table#innerTable td:nth-child(6),table#innerTable td:nth-child(7),table#innerTable td:nth-child(8),table#innerTable td:nth-child(9),table#innerTable td:nth-child(10),table#innerTable td:nth-child(11),table#innerTable td:nth-child(12){width:7%;min-width:7%}}@media (max-width:767px){.modal-dialog{position:relative;width:auto;margin:150px 20px}.addIcon{padding-right:0;text-align:right;padding-top:0}.sidebar .nav i{font-size:18px;float:left;margin-right:3px;line-height:30px;width:30px;text-align:center}.sidebar .sidebar-wrapper>.nav>div .nav>li>a{line-height:20px;font-size:11px;font-weight:600;text-transform:capitalize;margin:5px;float:left}.nav>li>a{position:relative;display:block;padding:5px 8px}.auth-left-background{display:none}.auth-right-background{width:100%}.welcome-text-mobile{display:block;margin:-2% auto 4%}.welcome-text-mobile h3,.welcome-text-mobile h5{color:#36498d;text-align:center}.exportButton{border-radius:4px;padding:5px;font-size:8px;color:#fff;background-color:#337ab7;border-color:#2e6da4;position:absolute;right:22px;margin-top:10px;z-index:1}.content-tdetails-table{padding:0}.exportButton .fa{width:11px;text-align:center}#bodyClick{height:0%;width:0;position:fixed;opacity:0;top:0;left:auto;right:250px;content:"";z-index:9999;overflow-x:hidden}.btn-login{padding:10px 36px!important;border:0;color:#fff!important;background:#36498d;border-radius:10px!important}.btn-login,.btn-register{font-size:14px;margin:20px 1px 0;font-weight:700}.btn-register{padding:10px 35px!important;border:1px solid #36498d!important;color:#36498d!important;background:none;border-radius:10px!important;float:right}.navbar-sidebar-toggler{display:none}}@media (max-width:425px){.sidebar .nav i{font-size:18px;float:left;margin-right:3px;line-height:30px;width:30px;text-align:center}.sidebar .sidebar-wrapper>.nav>div .nav>li>a{line-height:20px;font-size:11px;font-weight:600;text-transform:capitalize;margin:5px;float:left}.nav>li>a{position:relative;display:block;padding:5px 8px}.auth-left-background{display:none}.auth-right-background{width:100%}.exportButton{border-radius:4px;padding:5px;font-size:8px;color:#fff;background-color:#337ab7;border-color:#2e6da4;position:absolute;right:22px;margin-top:10px;z-index:1}.report-thumbs-ico h5{margin-bottom:5px;margin-top:10px;font-weight:700;color:#333;font-size:12px}.content-tdetails-table{padding:0}.exportButton .fa{width:11px;text-align:center}#bodyClick{height:0%;width:0;position:fixed;opacity:0;top:0;left:auto;right:250px;content:"";z-index:9999;overflow-x:hidden}.btn-login{padding:10px 36px!important;border:0;color:#fff!important;background:#36498d;border-radius:10px!important}.btn-login,.btn-register{font-size:14px;margin:20px 1px 0;font-weight:700}.btn-register{padding:10px 35px!important;border:1px solid #36498d!important;color:#36498d!important;background:none;border-radius:10px!important;float:right}.navbar-sidebar-toggler{display:none}}@font-face{font-family:"Pe-icon-7-stroke";src:url(/static/media/Pe-icon-7-stroke.71394c0c.eot);src:url(/static/media/Pe-icon-7-stroke.71394c0c.eot?#iefixd7yf1v) format("embedded-opentype"),url(/static/media/Pe-icon-7-stroke.b38ef310.woff) format("woff"),url(/static/media/Pe-icon-7-stroke.01798bc1.ttf) format("truetype"),url(/static/media/Pe-icon-7-stroke.dedf2698.svg#Pe-icon-7-stroke) format("svg");font-weight:400;font-style:normal}[class*=" pe-7s-"],[class^=pe-7s-]{display:inline-block;font-family:"Pe-icon-7-stroke";speak:none;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pe-7s-album:before{content:"\e6aa"}.pe-7s-arc:before{content:"\e6ab"}.pe-7s-back-2:before{content:"\e6ac"}.pe-7s-bandaid:before{content:"\e6ad"}.pe-7s-car:before{content:"\e6ae"}.pe-7s-diamond:before{content:"\e6af"}.pe-7s-door-lock:before{content:"\e6b0"}.pe-7s-eyedropper:before{content:"\e6b1"}.pe-7s-female:before{content:"\e6b2"}.pe-7s-gym:before{content:"\e6b3"}.pe-7s-hammer:before{content:"\e6b4"}.pe-7s-headphones:before{content:"\e6b5"}.pe-7s-helm:before{content:"\e6b6"}.pe-7s-hourglass:before{content:"\e6b7"}.pe-7s-leaf:before{content:"\e6b8"}.pe-7s-magic-wand:before{content:"\e6b9"}.pe-7s-male:before{content:"\e6ba"}.pe-7s-map-2:before{content:"\e6bb"}.pe-7s-next-2:before{content:"\e6bc"}.pe-7s-paint-bucket:before{content:"\e6bd"}.pe-7s-pendrive:before{content:"\e6be"}.pe-7s-photo:before{content:"\e6bf"}.pe-7s-piggy:before{content:"\e6c0"}.pe-7s-plugin:before{content:"\e6c1"}.pe-7s-refresh-2:before{content:"\e6c2"}.pe-7s-rocket:before{content:"\e6c3"}.pe-7s-settings:before{content:"\e6c4"}.pe-7s-shield:before{content:"\e6c5"}.pe-7s-smile:before{content:"\e6c6"}.pe-7s-usb:before{content:"\e6c7"}.pe-7s-vector:before{content:"\e6c8"}.pe-7s-wine:before{content:"\e6c9"}.pe-7s-cloud-upload:before{content:"\e68a"}.pe-7s-cash:before{content:"\e68c"}.pe-7s-close:before{content:"\e680"}.pe-7s-bluetooth:before{content:"\e68d"}.pe-7s-cloud-download:before{content:"\e68b"}.pe-7s-way:before{content:"\e68e"}.pe-7s-close-circle:before{content:"\e681"}.pe-7s-id:before{content:"\e68f"}.pe-7s-angle-up:before{content:"\e682"}.pe-7s-wristwatch:before{content:"\e690"}.pe-7s-angle-up-circle:before{content:"\e683"}.pe-7s-world:before{content:"\e691"}.pe-7s-angle-right:before{content:"\e684"}.pe-7s-volume:before{content:"\e692"}.pe-7s-angle-right-circle:before{content:"\e685"}.pe-7s-users:before{content:"\e693"}.pe-7s-angle-left:before{content:"\e686"}.pe-7s-user-female:before{content:"\e694"}.pe-7s-angle-left-circle:before{content:"\e687"}.pe-7s-up-arrow:before{content:"\e695"}.pe-7s-angle-down:before{content:"\e688"}.pe-7s-switch:before{content:"\e696"}.pe-7s-angle-down-circle:before{content:"\e689"}.pe-7s-scissors:before{content:"\e697"}.pe-7s-wallet:before{content:"\e600"}.pe-7s-safe:before{content:"\e698"}.pe-7s-volume2:before{content:"\e601"}.pe-7s-volume1:before{content:"\e602"}.pe-7s-voicemail:before{content:"\e603"}.pe-7s-video:before{content:"\e604"}.pe-7s-user:before{content:"\e605"}.pe-7s-upload:before{content:"\e606"}.pe-7s-unlock:before{content:"\e607"}.pe-7s-umbrella:before{content:"\e608"}.pe-7s-trash:before{content:"\e609"}.pe-7s-tools:before{content:"\e60a"}.pe-7s-timer:before{content:"\e60b"}.pe-7s-ticket:before{content:"\e60c"}.pe-7s-target:before{content:"\e60d"}.pe-7s-sun:before{content:"\e60e"}.pe-7s-study:before{content:"\e60f"}.pe-7s-stopwatch:before{content:"\e610"}.pe-7s-star:before{content:"\e611"}.pe-7s-speaker:before{content:"\e612"}.pe-7s-signal:before{content:"\e613"}.pe-7s-shuffle:before{content:"\e614"}.pe-7s-shopbag:before{content:"\e615"}.pe-7s-share:before{content:"\e616"}.pe-7s-server:before{content:"\e617"}.pe-7s-search:before{content:"\e618"}.pe-7s-film:before{content:"\e6a5"}.pe-7s-science:before{content:"\e619"}.pe-7s-disk:before{content:"\e6a6"}.pe-7s-ribbon:before{content:"\e61a"}.pe-7s-repeat:before{content:"\e61b"}.pe-7s-refresh:before{content:"\e61c"}.pe-7s-add-user:before{content:"\e6a9"}.pe-7s-refresh-cloud:before{content:"\e61d"}.pe-7s-paperclip:before{content:"\e69c"}.pe-7s-radio:before{content:"\e61e"}.pe-7s-note2:before{content:"\e69d"}.pe-7s-print:before{content:"\e61f"}.pe-7s-network:before{content:"\e69e"}.pe-7s-prev:before{content:"\e620"}.pe-7s-mute:before{content:"\e69f"}.pe-7s-power:before{content:"\e621"}.pe-7s-medal:before{content:"\e6a0"}.pe-7s-portfolio:before{content:"\e622"}.pe-7s-like2:before{content:"\e6a1"}.pe-7s-plus:before{content:"\e623"}.pe-7s-left-arrow:before{content:"\e6a2"}.pe-7s-play:before{content:"\e624"}.pe-7s-key:before{content:"\e6a3"}.pe-7s-plane:before{content:"\e625"}.pe-7s-joy:before{content:"\e6a4"}.pe-7s-photo-gallery:before{content:"\e626"}.pe-7s-pin:before{content:"\e69b"}.pe-7s-phone:before{content:"\e627"}.pe-7s-plug:before{content:"\e69a"}.pe-7s-pen:before{content:"\e628"}.pe-7s-right-arrow:before{content:"\e699"}.pe-7s-paper-plane:before{content:"\e629"}.pe-7s-delete-user:before{content:"\e6a7"}.pe-7s-paint:before{content:"\e62a"}.pe-7s-bottom-arrow:before{content:"\e6a8"}.pe-7s-notebook:before{content:"\e62b"}.pe-7s-note:before{content:"\e62c"}.pe-7s-next:before{content:"\e62d"}.pe-7s-news-paper:before{content:"\e62e"}.pe-7s-musiclist:before{content:"\e62f"}.pe-7s-music:before{content:"\e630"}.pe-7s-mouse:before{content:"\e631"}.pe-7s-more:before{content:"\e632"}.pe-7s-moon:before{content:"\e633"}.pe-7s-monitor:before{content:"\e634"}.pe-7s-micro:before{content:"\e635"}.pe-7s-menu:before{content:"\e636"}.pe-7s-map:before{content:"\e637"}.pe-7s-map-marker:before{content:"\e638"}.pe-7s-mail:before{content:"\e639"}.pe-7s-mail-open:before{content:"\e63a"}.pe-7s-mail-open-file:before{content:"\e63b"}.pe-7s-magnet:before{content:"\e63c"}.pe-7s-loop:before{content:"\e63d"}.pe-7s-look:before{content:"\e63e"}.pe-7s-lock:before{content:"\e63f"}.pe-7s-lintern:before{content:"\e640"}.pe-7s-link:before{content:"\e641"}.pe-7s-like:before{content:"\e642"}.pe-7s-light:before{content:"\e643"}.pe-7s-less:before{content:"\e644"}.pe-7s-keypad:before{content:"\e645"}.pe-7s-junk:before{content:"\e646"}.pe-7s-info:before{content:"\e647"}.pe-7s-home:before{content:"\e648"}.pe-7s-help2:before{content:"\e649"}.pe-7s-help1:before{content:"\e64a"}.pe-7s-graph3:before{content:"\e64b"}.pe-7s-graph2:before{content:"\e64c"}.pe-7s-graph1:before{content:"\e64d"}.pe-7s-graph:before{content:"\e64e"}.pe-7s-global:before{content:"\e64f"}.pe-7s-gleam:before{content:"\e650"}.pe-7s-glasses:before{content:"\e651"}.pe-7s-gift:before{content:"\e652"}.pe-7s-folder:before{content:"\e653"}.pe-7s-flag:before{content:"\e654"}.pe-7s-filter:before{content:"\e655"}.pe-7s-file:before{content:"\e656"}.pe-7s-expand1:before{content:"\e657"}.pe-7s-exapnd2:before{content:"\e658"}.pe-7s-edit:before{content:"\e659"}.pe-7s-drop:before{content:"\e65a"}.pe-7s-drawer:before{content:"\e65b"}.pe-7s-download:before{content:"\e65c"}.pe-7s-display2:before{content:"\e65d"}.pe-7s-display1:before{content:"\e65e"}.pe-7s-diskette:before{content:"\e65f"}.pe-7s-date:before{content:"\e660"}.pe-7s-cup:before{content:"\e661"}.pe-7s-culture:before{content:"\e662"}.pe-7s-crop:before{content:"\e663"}.pe-7s-credit:before{content:"\e664"}.pe-7s-copy-file:before{content:"\e665"}.pe-7s-config:before{content:"\e666"}.pe-7s-compass:before{content:"\e667"}.pe-7s-comment:before{content:"\e668"}.pe-7s-coffee:before{content:"\e669"}.pe-7s-cloud:before{content:"\e66a"}.pe-7s-clock:before{content:"\e66b"}.pe-7s-check:before{content:"\e66c"}.pe-7s-chat:before{content:"\e66d"}.pe-7s-cart:before{content:"\e66e"}.pe-7s-camera:before{content:"\e66f"}.pe-7s-call:before{content:"\e670"}.pe-7s-calculator:before{content:"\e671"}.pe-7s-browser:before{content:"\e672"}.pe-7s-box2:before{content:"\e673"}.pe-7s-box1:before{content:"\e674"}.pe-7s-bookmarks:before{content:"\e675"}.pe-7s-bicycle:before{content:"\e676"}.pe-7s-bell:before{content:"\e677"}.pe-7s-battery:before{content:"\e678"}.pe-7s-ball:before{content:"\e679"}.pe-7s-back:before{content:"\e67a"}.pe-7s-attention:before{content:"\e67b"}.pe-7s-anchor:before{content:"\e67c"}.pe-7s-albums:before{content:"\e67d"}.pe-7s-alarm:before{content:"\e67e"}.pe-7s-airplay:before{content:"\e67f"}#sidebar.active{min-width:80px;max-width:80px;text-align:center}#sidebar.active .sidebar-header h3,#sidebar .sidebar-header strong{display:none}#sidebar.active .sidebar-header strong{display:block}#sidebar ul li a{text-align:left}#sidebar.active ul li a{padding:20px 10px;text-align:center;font-size:.85em}#sidebar.active ul li a i{margin-right:0;display:block;font-size:1.8em;margin-bottom:5px}#sidebar.active ul ul a{padding:10px!important}#sidebar.active .dropdown-toggle:after{top:auto;bottom:10px;right:50%;transform:translateX(50%)}@media (max-width:768px){#sidebar.active{min-width:80px;max-width:80px;text-align:center;margin-left:-80px!important}#sidebar{margin-left:0}#sidebar.active .sidebar-header h3,#sidebar .sidebar-header strong{display:none}#sidebar.active .sidebar-header strong{display:block}#sidebar.active ul li a{padding:20px 10px;font-size:.85em}#sidebar.active ul li a i{margin-right:0;display:block;font-size:1.8em;margin-bottom:5px}#sidebar.active ul ul a{padding:10px!important}.dropdown-toggle:after{top:auto;bottom:10px;right:50%;transform:translateX(50%)}}table.dataTable{width:100%;margin:0 auto;clear:both;border-collapse:initial;border-spacing:0}table.dataTable tfoot th,table.dataTable thead th{font-weight:700}table.dataTable thead td,table.dataTable thead th{padding:4px 10px}table.dataTable thead td:active,table.dataTable thead th:active{outline:none}table.dataTable tfoot td,table.dataTable tfoot th{padding:10px 18px 6px;border-top:1px solid #111}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_desc_disabled{cursor:pointer;*cursor:hand;background-repeat:no-repeat;background-position:100%}table.dataTable thead .sorting{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7XQMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC)}table.dataTable thead .sorting_asc{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZ0lEQVQ4y2NgGLKgquEuFxBPAGI2ahhWCsS/gDibUoO0gPgxEP8H4ttArEyuQYxAPBdqEAxPBImTY5gjEL9DM+wTENuQahAvEO9DMwiGdwAxOymGJQLxTyD+jgWDxCMZRsEoGAVoAADeemwtPcZI2wAAAABJRU5ErkJggg==)}table.dataTable thead .sorting_desc{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZUlEQVQ4y2NgGAWjYBSggaqGu5FA/BOIv2PBIPFEUgxjB+IdQPwfC94HxLykus4GiD+hGfQOiB3J8SojEE9EM2wuSJzcsFMG4ttQgx4DsRalkZENxL+AuJQaMcsGxBOAmGvopk8AVz1sLZgg0bsAAAAASUVORK5CYII=)}table.dataTable thead .sorting_asc_disabled{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAW0lEQVQoz2NgoCm4w3Vnwh02wspK7/y6k01Ikdadx3f+37l9RxmfIsY7c4GKQHDiHUbcyhzvvIMq+3THBpci3jv7oIpAcMcdduzKEu/8vPMdDn/eiWQYBYMKAAC3ykIEuYQJUgAAAABJRU5ErkJggg==)}table.dataTable thead .sorting_desc_disabled{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAWUlEQVQoz2NgGAWDCtyJvPPzznc4/HknEbsy9js77vyHw313eHGZZ3PnE1TRuzuOuK1lvDMRqmzuHUZ87lO+cxuo6PEdLUIeyb7z604pYf+y3Zlwh4u2YQoAc7ZCBHH4jigAAAAASUVORK5CYII=)}table.dataTable tbody tr{background-color:#fff}table.dataTable tbody tr.selected{background-color:#b0bed9}table.dataTable tbody td,table.dataTable tbody th{padding:4px 10px}table.dataTable.display tbody td,table.dataTable.display tbody th,table.dataTable.row-border tbody td,table.dataTable.row-border tbody th{border-top:1px solid #ddd}table.dataTable.display tbody tr:first-child td,table.dataTable.display tbody tr:first-child th,table.dataTable.row-border tbody tr:first-child td,table.dataTable.row-border tbody tr:first-child th{border-top:none}table.dataTable.cell-border tbody td,table.dataTable.cell-border tbody th{border-top:1px solid #ddd;border-right:1px solid #ddd}table.dataTable.cell-border tbody tr td:first-child,table.dataTable.cell-border tbody tr th:first-child{border-left:1px solid #ddd}table.dataTable.cell-border tbody tr:first-child td,table.dataTable.cell-border tbody tr:first-child th{border-top:none}table.dataTable.display tbody tr.odd,table.dataTable.stripe tbody tr.odd{background-color:#f9f9f9}table.dataTable.display tbody tr.odd.selected,table.dataTable.stripe tbody tr.odd.selected{background-color:#acbad4}table.dataTable.display tbody tr:hover,table.dataTable.hover tbody tr:hover{background-color:#f6f6f6}table.dataTable.display tbody tr:hover.selected,table.dataTable.hover tbody tr:hover.selected{background-color:#aab7d1}table.dataTable.display tbody tr>.sorting_1,table.dataTable.display tbody tr>.sorting_2,table.dataTable.display tbody tr>.sorting_3,table.dataTable.order-column tbody tr>.sorting_1,table.dataTable.order-column tbody tr>.sorting_2,table.dataTable.order-column tbody tr>.sorting_3{background-color:#fafafa}table.dataTable.display tbody tr.selected>.sorting_1,table.dataTable.display tbody tr.selected>.sorting_2,table.dataTable.display tbody tr.selected>.sorting_3,table.dataTable.order-column tbody tr.selected>.sorting_1,table.dataTable.order-column tbody tr.selected>.sorting_2,table.dataTable.order-column tbody tr.selected>.sorting_3{background-color:#acbad5}table.dataTable.display tbody tr.odd>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd>.sorting_1{background-color:#f1f1f1}table.dataTable.display tbody tr.odd>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd>.sorting_2{background-color:#f3f3f3}table.dataTable.display tbody tr.odd>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd>.sorting_3{background-color:#f5f5f5}table.dataTable.display tbody tr.odd.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1{background-color:#a6b4cd}table.dataTable.display tbody tr.odd.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2{background-color:#a8b5cf}table.dataTable.display tbody tr.odd.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3{background-color:#a9b7d1}table.dataTable.display tbody tr.even>.sorting_1,table.dataTable.order-column.stripe tbody tr.even>.sorting_1{background-color:#fafafa}table.dataTable.display tbody tr.even>.sorting_2,table.dataTable.order-column.stripe tbody tr.even>.sorting_2{background-color:#fcfcfc}table.dataTable.display tbody tr.even>.sorting_3,table.dataTable.order-column.stripe tbody tr.even>.sorting_3{background-color:#fefefe}table.dataTable.display tbody tr.even.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1{background-color:#acbad5}table.dataTable.display tbody tr.even.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2{background-color:#aebcd6}table.dataTable.display tbody tr.even.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3{background-color:#afbdd8}table.dataTable.display tbody tr:hover>.sorting_1,table.dataTable.order-column.hover tbody tr:hover>.sorting_1{background-color:#eaeaea}table.dataTable.display tbody tr:hover>.sorting_2,table.dataTable.order-column.hover tbody tr:hover>.sorting_2{background-color:#ececec}table.dataTable.display tbody tr:hover>.sorting_3,table.dataTable.order-column.hover tbody tr:hover>.sorting_3{background-color:#efefef}table.dataTable.display tbody tr:hover.selected>.sorting_1,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1{background-color:#a2aec7}table.dataTable.display tbody tr:hover.selected>.sorting_2,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2{background-color:#a3b0c9}table.dataTable.display tbody tr:hover.selected>.sorting_3,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3{background-color:#a5b2cb}table.dataTable.no-footer{border-bottom:1px solid #ddd}table.dataTable.nowrap td,table.dataTable.nowrap th{white-space:nowrap}table.dataTable.compact thead td,table.dataTable.compact thead th{padding:4px 17px 4px 4px}table.dataTable.compact tbody td,table.dataTable.compact tbody th,table.dataTable.compact tfoot td,table.dataTable.compact tfoot th{padding:4px}table.dataTable td.dt-left,table.dataTable th.dt-left{text-align:left}table.dataTable td.dataTables_empty,table.dataTable td.dt-center,table.dataTable th.dt-center{text-align:center}table.dataTable td.dt-right,table.dataTable th.dt-right{text-align:right}table.dataTable td.dt-justify,table.dataTable th.dt-justify{text-align:justify}table.dataTable td.dt-nowrap,table.dataTable th.dt-nowrap{white-space:nowrap}table.dataTable tfoot td.dt-head-left,table.dataTable tfoot th.dt-head-left,table.dataTable thead td.dt-head-left,table.dataTable thead th.dt-head-left{text-align:left}table.dataTable tfoot td.dt-head-center,table.dataTable tfoot th.dt-head-center,table.dataTable thead td.dt-head-center,table.dataTable thead th.dt-head-center{text-align:center}table.dataTable tfoot td.dt-head-right,table.dataTable tfoot th.dt-head-right,table.dataTable thead td.dt-head-right,table.dataTable thead th.dt-head-right{text-align:right}table.dataTable tfoot td.dt-head-justify,table.dataTable tfoot th.dt-head-justify,table.dataTable thead td.dt-head-justify,table.dataTable thead th.dt-head-justify{text-align:justify}table.dataTable tfoot td.dt-head-nowrap,table.dataTable tfoot th.dt-head-nowrap,table.dataTable thead td.dt-head-nowrap,table.dataTable thead th.dt-head-nowrap{white-space:nowrap}table.dataTable tbody td.dt-body-left,table.dataTable tbody th.dt-body-left{text-align:left}table.dataTable tbody td.dt-body-center,table.dataTable tbody th.dt-body-center{text-align:center}table.dataTable tbody td.dt-body-right,table.dataTable tbody th.dt-body-right{text-align:right}table.dataTable tbody td.dt-body-justify,table.dataTable tbody th.dt-body-justify{text-align:justify}table.dataTable tbody td.dt-body-nowrap,table.dataTable tbody th.dt-body-nowrap{white-space:nowrap}table.dataTable,table.dataTable td,table.dataTable th{box-sizing:initial}.dataTables_wrapper{position:relative;clear:both;*zoom:1;zoom:1}.dataTables_wrapper .dataTables_length{float:left}.dataTables_wrapper .dataTables_filter{float:right;text-align:right}.dataTables_wrapper .dataTables_filter input{margin-left:.5em}.dataTables_wrapper .dataTables_info{clear:both;float:left;padding-top:.755em}.dataTables_wrapper .dataTables_paginate{float:right;text-align:right;padding-top:.25em}.dataTables_wrapper .dataTables_paginate .paginate_button{box-sizing:border-box;display:inline-block;min-width:1.5em;font-size:12px;margin-left:2px;text-align:center;text-decoration:none!important;cursor:pointer;*cursor:hand;color:#666;border:1px solid transparent;border-radius:2px}.dataTables_wrapper .dataTables_paginate .paginate_button.current,.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{color:#fff;border:1px solid #3e3e3e;background-color:#3e3e3e;border-radius:50%}.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover{cursor:default;color:#666!important;border:1px solid transparent;background:transparent;box-shadow:none}.dataTables_wrapper .dataTables_paginate .paginate_button:focus,.dataTables_wrapper .dataTables_paginate .paginate_button:hover{color:#337ab7;border-radius:50%}.dataTables_wrapper .dataTables_paginate .paginate_button:active{outline:none;background-color:#2b2b2b;background:linear-gradient(180deg,#2b2b2b 0,#0c0c0c);box-shadow:inset 0 0 3px #111}.dataTables_wrapper .dataTables_paginate .ellipsis{padding:0 1em}.dataTables_wrapper .dataTables_processing{position:absolute;top:50%;left:50%;width:100%;height:40px;margin-left:-50%;margin-top:-25px;padding-top:20px;text-align:center;font-size:1.2em;background-color:#fff;background:linear-gradient(90deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.9) 25%,hsla(0,0%,100%,.9) 75%,hsla(0,0%,100%,0))}.dataTables_wrapper .dataTables_scroll{clear:both}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody{*margin-top:-1px;-webkit-overflow-scrolling:touch}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th{vertical-align:middle}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th>div.dataTables_sizing{height:0;overflow:hidden;margin:0!important;padding:0!important}.dataTables_wrapper.no-footer .dataTables_scrollBody{border-bottom:1px solid #111}.dataTables_wrapper.no-footer div.dataTables_scrollBody>table,.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable{border-bottom:none}.dataTables_wrapper:after{visibility:hidden;display:block;content:"";clear:both;height:0}@media screen and (max-width:767px){.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_paginate{float:none;text-align:center}.dataTables_wrapper .dataTables_paginate{margin-top:.5em}}@media screen and (max-width:640px){.dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_length{float:none;text-align:center}.dataTables_wrapper .dataTables_filter{margin-top:.5em}}body.react-confirm-alert-body-element{overflow:hidden}.react-confirm-alert-blur{filter:url(#gaussian-blur);filter:blur(2px);-webkit-filter:blur(2px)}.react-confirm-alert-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:10001;background:hsla(0,0%,100%,.9);display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;justify-content:center;-ms-align-items:center;align-items:center;opacity:0;animation:react-confirm-alert-fadeIn .5s .2s forwards}.react-confirm-alert-body{font-family:Arial,Helvetica,sans-serif;width:400px;padding:30px;text-align:left;background:#fff;border-radius:10px;box-shadow:0 20px 75px rgba(0,0,0,.13);color:#666}.react-confirm-alert-svg{position:absolute;top:0;left:0}.react-confirm-alert-body>h1{margin-top:0}.react-confirm-alert-body>h3{margin:0;font-size:16px}.react-confirm-alert-button-group{display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;justify-content:flex-start;margin-top:20px}.react-confirm-alert-button-group>button{outline:none;background:#333;border:none;display:inline-block;padding:6px 18px;color:#eee;margin-right:10px;border-radius:5px;font-size:12px;cursor:pointer}@keyframes react-confirm-alert-fadeIn{0%{opacity:0}to{opacity:1}}table.dataTable.dtr-inline.collapsed>tbody>tr>td.child,table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty,table.dataTable.dtr-inline.collapsed>tbody>tr>th.child{cursor:default!important}table.dataTable.dtr-inline.collapsed>tbody>tr>td.child:before,table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty:before,table.dataTable.dtr-inline.collapsed>tbody>tr>th.child:before{display:none!important}table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>td:first-child,table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>th:first-child{position:relative;padding-left:30px;cursor:pointer}table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>td:first-child:before,table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>th:first-child:before{top:4px;left:4px;height:12px;width:12px;display:block;position:absolute;color:#fff;border:2px solid #fff;border-radius:14px;box-shadow:0 0 3px #444;box-sizing:initial;text-align:center;text-indent:0!important;font-family:"Courier New",Courier,monospace;line-height:14px;content:"+";background-color:#31b131}table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before{content:"-";background-color:#d33333}table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td:first-child,table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th:first-child{padding-left:27px}table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td:first-child:before,table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th:first-child:before{top:5px;left:4px;height:14px;width:14px;border-radius:14px;line-height:14px;text-indent:3px}table.dataTable.dtr-column>tbody>tr>td.control,table.dataTable.dtr-column>tbody>tr>th.control{position:relative;cursor:pointer}table.dataTable.dtr-column>tbody>tr>td.control:before,table.dataTable.dtr-column>tbody>tr>th.control:before{top:50%;left:50%;height:16px;width:16px;margin-top:-10px;margin-left:-10px;display:block;position:absolute;color:#fff;border:2px solid #fff;border-radius:14px;box-shadow:0 0 3px #444;box-sizing:initial;text-align:center;text-indent:0!important;font-family:"Courier New",Courier,monospace;line-height:14px;content:"+";background-color:#31b131}table.dataTable.dtr-column>tbody>tr.parent td.control:before,table.dataTable.dtr-column>tbody>tr.parent th.control:before{content:"-";background-color:#d33333}table.dataTable>tbody>tr.child{padding:.5em 1em}table.dataTable>tbody>tr.child:hover{background:transparent!important}table.dataTable>tbody>tr.child ul.dtr-details{display:inline-block;list-style-type:none;margin:0;padding:0}table.dataTable>tbody>tr.child ul.dtr-details>li{border-bottom:1px solid #efefef;padding:.5em 0}table.dataTable>tbody>tr.child ul.dtr-details>li:first-child{padding-top:0}table.dataTable>tbody>tr.child ul.dtr-details>li:last-child{border-bottom:none}table.dataTable>tbody>tr.child span.dtr-title{display:inline-block;min-width:75px;font-weight:700}div.dtr-modal{position:fixed;box-sizing:border-box;top:0;left:0;height:100%;width:100%;z-index:100;padding:10em 1em}div.dtr-modal div.dtr-modal-display{position:absolute;top:0;left:0;bottom:0;right:0;width:50%;height:50%;margin:auto;z-index:102;overflow:auto;background-color:#f5f5f7;border:1px solid #000;border-radius:.5em;box-shadow:0 12px 30px rgba(0,0,0,.6)}div.dtr-modal div.dtr-modal-content{position:relative;padding:1em}div.dtr-modal div.dtr-modal-close{position:absolute;top:6px;right:6px;width:22px;height:22px;border:1px solid #eaeaea;background-color:#f9f9f9;text-align:center;border-radius:3px;cursor:pointer;z-index:12}div.dtr-modal div.dtr-modal-close:hover{background-color:#eaeaea}div.dtr-modal div.dtr-modal-background{position:fixed;top:0;left:0;right:0;bottom:0;z-index:101;background:rgba(0,0,0,.6)}@media screen and (max-width:767px){div.dtr-modal div.dtr-modal-display{width:95%}}.back-button{border:1px solid #007ad9;border-radius:5px;padding:5px;color:#007ad9;text-align:center;font-weight:600}.grey-border-button{border:1px solid #9a9a9a;border-radius:5px;padding:5px;text-align:center;font-weight:500;background-color:hsla(0,0%,82.7%,.5411764705882353);color:#333}.upload-button{border-radius:5px;padding:5px;color:#fff;background-color:#45379b;text-align:center}.dashed-upload-box{border:1.3px dashed #9a9a9a;height:200px;border-radius:5px}label.white{color:#fff}.m-5{margin:5px}.m-t-5{margin-top:5px!important}.m-tb-5{margin:5px 0}.m-10{margin:10px}.m-t-10{margin-top:10px!important}.m-tb-10{margin:10px 0}.m-20{margin:20px}.m-t-20{margin-top:20px!important}.m-tb-20{margin:20px 0}.green{color:#06bd06}.green,.red{font-weight:600}.red{color:#e45555}.orange{color:orange;font-weight:600}.fund-dash-card{box-shadow:0 0 3px 0 rgba(0,0,0,.3);color:#5f4bd5;min-height:50px}.fund-card,.fund-dash-card{background-color:#fff;border-radius:0}.fund-card{transition:all 1s ease-in-out}.fund-card:hover{box-shadow:0 12px 8px -3px hsla(0,0%,43.9%,.34)}.fund-dash-sync-con{margin:15px 15px 0 0}.fund-dash-data-sync-sp span{font-size:12px;color:#0e0e0e;animation:fade 1.5s infinite;-webkit-animation:fade 1.5s infinite}.close-btn-m{float:right;margin-right:20px;color:red;font-size:12px}.top-mar-50{margin-top:32px}.exportButtontra{border-radius:4px;padding:5px 10px;font-size:11px;color:#fff;background-color:#337ab7;border-color:#2e6da4;position:absolute;right:352px;margin-top:10px;z-index:1}.changeStateButton{background-color:#f58733;border-color:#f58733}.changeStateButton,.desableStateButton{border-radius:4px;padding:3px 10px;font-size:11px;color:#fff;position:absolute;right:252px;margin-top:10px;z-index:1;cursor:pointer}.desableStateButton{background-color:#cccac8;border-color:#cccac8}.view-details-link{background:#337ab7;border-right:1px solid #337ab7}.view-details-link,.view-details-link-active{text-align:center;font-size:11px;padding:2px 0;color:#fff!important}.view-details-link-active{background:#204d74;border-right:1px solid #204d74}.view-details-link-active a{color:#fff}.view-details-link-active a:focus,.view-details-link-active a:hover{color:#fff!important}.view-details-link:hover{background:#204d74;border-right:1px solid #204d74;text-align:center;font-size:11px;padding:2px 0;color:#fff!important}.view-details-link a{color:#fff}.view-details-link a:focus,.view-details-link a:hover{color:#fff!important}.fund-card p{font-size:13px}.ftjobbtn-container{padding:20px 20px 30px}.border-right-gradient{background:repeating-linear-gradient(0deg,transparent 0 4px,#fff 4px 0),linear-gradient(0deg,#e3e3e3,transparent);background-size:1px 100%;background-position:100%;background-repeat:no-repeat}.act_nu{font-size:20px;width:80px}.act_nu,.act_nu-r{float:left;font-weight:400}.act_nu-r{font-size:38px;width:130px}.act_icon{float:left}.act_icon img{width:15px}.rc-steps-vertical{display:block;padding:15px}.rc-steps-item-container{display:inline-block}.rc-steps-item-tail{position:absolute;left:13px;top:0;padding:30px 0 4px}.rc-steps-item-tail,.rc-steps-vertical .rc-steps-item-tail:after{height:100%;width:1px}.rc-steps-item-tail:after{content:"";display:inline-block;background:#e9e9e9;height:1px;border-radius:1px;width:100%;transition:background .3s}.rc-steps-item-icon{border:1px solid #ccc;border-radius:26px;transition:background-color .3s,border-color .3s;background-color:#fff}.rc-steps-item-icon,.rc-steps-item-icon-active{width:26px;height:26px;line-height:26px;text-align:center;font-size:14px;margin-right:8px;float:left}.rc-steps-item-icon-active{border:1px solid #108ee9;border-radius:26px;background:#108ee9}.rc-steps-item-icon-done{border:1px solid #32cd32;width:26px;height:26px;line-height:26px;text-align:center;border-radius:26px;font-size:14px;margin-right:8px;background:#32cd32;float:left}.rc-steps-vertical .rc-steps-item-content{min-height:40px;overflow:hidden;display:block}.rc-steps-item-content{margin-top:3px}.rc-steps-vertical .rc-steps-item-title{line-height:26px;font-size:12px}.rc-steps-vertical .rc-steps-item-description{padding-bottom:12px}.rc-steps-vertical .rc-steps-item{display:block;overflow:visible}.margin-top-20{margin-top:20px}.rc-steps-item{position:relative;display:inline-block;vertical-align:top;flex:1 1;overflow:hidden}.rc-steps-vertical h5{margin:5px 0}.font-10{font-size:10px;font-weight:400;color:#9a9a9a;margin-bottom:8px}.margin-bottom-20{margin-bottom:20px}.rc-next-btn,.rc-next-btn:focus,.rc-next-btn:hover{float:right;margin-top:10px;border-radius:4px;padding:5px 18px;font-size:13px;color:#fff;background-color:#108ee9;border-color:#108ee9;z-index:1;position:relative;right:10px;margin-right:10px}.rc-history-btn,.rc-history-btn:focus,.rc-history-btn:hover{float:right;margin-top:10px;border-radius:4px;padding:5px 18px;font-size:13px;color:#000;background-color:#f1f2f8;border-color:#f1f2f8;z-index:1;position:relative;right:10px}.rc-history-btn.disabled.active,.rc-history-btn.disabled.focus,.rc-history-btn.disabled:active,.rc-history-btn.disabled:focus,.rc-history-btn.disabled:hover,.rc-history-btn:disabled,.rc-history-btn:disabled.active,.rc-history-btn:disabled.focus,.rc-history-btn:disabled:active,.rc-history-btn:disabled:focus,.rc-history-btn:disabled:hover,.rc-history-btn[disabled],.rc-history-btn[disabled].active,.rc-history-btn[disabled].focus,.rc-history-btn[disabled]:active,.rc-history-btn[disabled]:focus,.rc-history-btn[disabled]:hover,fieldset[disabled] .rc-history-btn,fieldset[disabled] .rc-history-btn.active,fieldset[disabled] .rc-history-btn.focus,fieldset[disabled] .rc-history-btn:active,fieldset[disabled] .rc-history-btn:focus,fieldset[disabled] .rc-history-btn:hover,rc-history-btn.disabled{background-color:#f1f2f8!important;cursor:not-allowed!important;border:#f1f2f8!important;border-radius:4px;padding:7px 18px!important;font-size:13px}.accept-st-con{padding-top:15%;text-align:center}.accept-st-con p{font-size:12px;color:#333}mark.red{color:#e38989;background:none;font-weight:400}.rc-steps-item-icon-skip{border:1px solid #ff0;width:26px;height:26px;line-height:26px;text-align:center;border-radius:26px;font-size:14px;margin-right:8px;background:#ff0;float:left}.kpi-red-color{color:#ff0404}.kpi-green-color{color:#38cc50}.color-red-italic{color:red;font-style:italic;text-align:center;padding:20px}.overlay{background:rgba(0,0,0,.7);opacity:1;position:absolute;top:0;left:0;width:100%;height:100%;transition:opacity .5s ease;pointer-events:none!important}.unlockForm{margin-top:70px}.unlockForm i{position:absolute;left:21px;top:9px;font-size:18px;z-index:9999;color:#999}.unlock-input{background:#fff;border-radius:3px;width:75%;border:1px solid #fff;padding:7px 30px;float:left;height:35px}.rc-unlock-btn{float:right;border-radius:4px;padding:5px 18px;font-size:13px;color:#fff;background-color:#108ee9;z-index:1;position:relative;width:22%;box-shadow:none;border:0;height:35px}.s-l-d{float:left;font-size:12px;width:70px;padding-top:8px}.s-r-d{float:left;margin-left:10px;width:150px}.pr-h{font-weight:700;padding-left:15px}.ft-pr,.pr-h{font-size:13px;border-bottom:1px solid #e3e3e3}.ft-pr{font-weight:400;text-align:center}.border-right-e3{border-right:1px solid #e3e3e3}.height-30{height:30px}.height-40{height:40px}.padd0{padding:0;margin:0}.testimonial-group{margin:10px 15px;padding:10px}.testimonial-group>.row{overflow-x:auto;white-space:nowrap;margin-left:15px}.testimonial-group>.row>.col-md-3{display:inline-block}.testimonial-group>.row>.col-md-2{display:inline-block;float:none}.col-xs-4{color:#fff;font-size:48px;padding-bottom:20px;padding-top:18px}.col-xs-4:nth-child(3n+1){background:#c69}.col-xs-4:nth-child(3n+2){background:#9c6}.col-xs-4:nth-child(3n+3){background:#69c}.st-min-h{min-height:455px}.color-green{color:#38cc50}.color-red{color:#ff0404}#progress{padding:0;list-style-type:none;font-family:arial;font-size:12px;clear:both;line-height:1em;margin:0 -1px;text-align:center}#progress li{float:left;padding:4px 20px;background:#999;color:#fff;position:relative;border-top:1px solid #999;border-bottom:1px solid #999;width:16%;font-size:11px}li.middle-bar:before{border-left:10px solid #fff;left:0}li.middle-bar:after,li.middle-bar:before{content:"";border-top:10px solid transparent;border-bottom:10px solid transparent;position:absolute;top:0}li.middle-bar:after{border-left:10px solid #999;left:100%;z-index:20}li.left-bar:before{position:absolute;top:0;left:0}li.left-bar:after{border-left:10px solid #999;left:100%;z-index:20}li.left-bar:after,li.right-bar:before{content:"";border-top:10px solid transparent;border-bottom:10px solid transparent;position:absolute;top:0}li.right-bar:before{border-left:10px solid #fff;left:0}li.left-bar,li.middle-bar,li.right-bar{margin:8px 1px}li.right-bar:after{position:absolute;top:0;left:100%;z-index:20}#progress li.active{background:#38cc50}#progress li.active:after{border-left-color:#32cd32}li.bank-icon img{width:70px}li.bank-icon{background:none!important;border:0!important}.ft-linear-background{animation-duration:1s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeHolderShimmer;animation-timing-function:linear;background:#f6f7f8;background:linear-gradient(90deg,#eee 8%,#ddd 18%,#eee 33%);background-size:1000px 104px;min-height:80px;height:auto;position:relative;overflow:hidden}#progress:hover,.act_back{background:hsla(0,0%,72.5%,.23)}#progress:hover{padding:0;list-style-type:none;font-family:arial;font-size:12px;clear:both;line-height:1em;margin:0 -1px;text-align:center}.padd-5-left{padding-left:5px}.padd-5-right{padding-right:5px}#mpr_config_table>thead>tr>th{border-bottom-width:0;font-size:12px;color:#fff;font-weight:400;background:#45379b;padding:4px 10px;border-right:1px solid #565656}#mpr_config_table>tbody>tr>td{font-size:10px;padding:2px 10px;border-right:1px solid #ddd!important}.panel-body-table{max-height:130px}.customDatePickerWidth .react-datepicker__input-container input[type=text]{height:20px!important;padding:0!important}@media (min-width:768px){.seven-cols .col-lg-1,.seven-cols .col-md-1,.seven-cols .col-sm-1{width:100%;*width:100%}}@media (min-width:992px){.seven-cols .col-lg-1,.seven-cols .col-md-1,.seven-cols .col-sm-1{width:14.285714285714286%;*width:14.285714285714286%}}@media (min-width:1200px){.seven-cols .col-lg-1,.seven-cols .col-md-1,.seven-cols .col-sm-1{width:14.285714285714286%;*width:14.285714285714286%}}.month-picker{position:relative}.month-picker>.rmp-container{position:relative;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);z-index:100;top:1px;left:-10000px;transition:left 0ms cubic-bezier(.23,1,.32,1) .45s}@media screen and (max-width:767px){.month-picker>.rmp-container{position:fixed;top:0;left:-10000px;width:100%;height:100%;transition:left 0ms cubic-bezier(.23,1,.32,1) .45s}}.month-picker>.rmp-container.rmp-table{display:table}.month-picker>.rmp-container.show{left:0;transition:left 0ms cubic-bezier(.23,1,.32,1) 0ms}.month-picker>.rmp-container.show .rmp-overlay{left:0}.month-picker>.rmp-container .rmp-overlay{position:fixed;height:100%;width:100%;z-index:9;top:0;left:-10000px;opacity:1;-webkit-tap-highlight-color:rgba(0,0,0,0);will-change:opacity;transform:translateZ(0);transition:left 0ms cubic-bezier(.23,1,.32,1) 0ms,opacity .4s cubic-bezier(.23,1,.32,1) 0ms}@media screen and (max-width:767px){.month-picker>.rmp-container .rmp-overlay{background-color:rgba(0,0,0,.25)}}.month-picker>.rmp-container .rmp-cell{display:table-cell;vertical-align:middle;box-sizing:border-box;width:100%;height:100%}@media screen and (max-width:767px){.month-picker>.rmp-container .rmp-cell{vertical-align:bottom}}.month-picker>.rmp-container .rmp-popup{position:absolute;-webkit-tap-highlight-color:rgba(0,0,0,0);transition:all .45s cubic-bezier(.23,1,.32,1);margin:0 auto;z-index:10;font-size:1.2rem;opacity:0;border-radius:3px;padding:.4rem;box-sizing:initial}@media screen and (max-width:767px){.month-picker>.rmp-container .rmp-popup{box-sizing:border-box;bottom:0;width:100%;max-width:100%;height:14.4rem;transform:translate3d(0,14.4rem,0)}.month-picker>.rmp-container .rmp-popup.range{height:28rem;transform:translate3d(0,28rem,0)}.month-picker>.rmp-container .rmp-popup.range .rmp-pad{margin-top:.4rem}.month-picker>.rmp-container .rmp-popup.range .rmp-pad:first-of-type{margin-top:0}}@media screen and (min-width:768px){.month-picker>.rmp-container .rmp-popup{transform:translate3d(0,-64px,0);top:0;width:20rem}.month-picker>.rmp-container .rmp-popup.range{width:40.6rem;padding:.6rem}}.month-picker>.rmp-container .rmp-popup.show{opacity:1;transform:translateZ(0)}.month-picker>.rmp-container .rmp-popup:after{content:" ";clear:both;display:table}.month-picker>.rmp-container .rmp-popup .rmp-pad{position:relative}@media screen and (min-width:768px){.month-picker>.rmp-container .rmp-popup .rmp-pad{box-sizing:border-box;float:left;width:20rem}.month-picker>.rmp-container .rmp-popup .rmp-pad:nth-of-type(2){float:right}}.month-picker>.rmp-container .rmp-popup .rmp-pad>div label{display:block;font-size:1.4rem;text-align:center;line-height:3.4rem}.month-picker>.rmp-container .rmp-popup .rmp-pad>div label b{font-weight:400;margin-right:.5em}.month-picker>.rmp-container .rmp-popup .rmp-pad>div i{font-style:normal;text-align:center;width:3.4rem;height:3.4rem;line-height:3.4rem;position:absolute;top:0}.month-picker>.rmp-container .rmp-popup .rmp-pad>div i.prev{left:0}.month-picker>.rmp-container .rmp-popup .rmp-pad>div i.next{right:0}.month-picker>.rmp-container .rmp-popup .rmp-pad li,.month-picker>.rmp-container .rmp-popup .rmp-pad ul{list-style-type:none;margin:0;padding:0}.month-picker>.rmp-container .rmp-popup .rmp-pad ul{display:block;width:100%}.month-picker>.rmp-container .rmp-popup .rmp-pad ul:after{content:" ";clear:both;display:table}.month-picker>.rmp-container .rmp-popup .rmp-pad li{display:block;float:left;text-align:center;line-height:3.4rem;font-size:1.15rem;border-radius:2px;text-overflow:ellipsis;white-space:nowrap;*white-space:nowrap;overflow:hidden;-webkit-font-smoothing:antialiased;-webkit-text-stroke-width:.2px;-moz-osx-font-smoothing:grayscale;transition:background-color .2s ease-in-out,color .2s ease-in-out}@media screen and (max-width:767px){.month-picker>.rmp-container .rmp-popup .rmp-pad li{width:25%}}@media screen and (min-width:768px){.month-picker>.rmp-container .rmp-popup .rmp-pad li{width:33.3333333333%}}.month-picker>.rmp-container .rmp-popup.light{color:#666;background-color:hsla(0,0%,100%,.96)}@media screen and (max-width:767px){.month-picker>.rmp-container .rmp-popup.light{border-top:1px solid #ccc;box-shadow:0 -1px 5px rgba(0,0,0,.08)}.month-picker>.rmp-container .rmp-popup.light.range .rmp-pad{border-top:1px solid hsla(0,0%,80%,.5)}.month-picker>.rmp-container .rmp-popup.light.range .rmp-pad:first-of-type{border-top:0}}@media screen and (min-width:768px){.month-picker>.rmp-container .rmp-popup.light{border:1px solid #ccc;box-shadow:0 1px 5px #ddd}.month-picker>.rmp-container .rmp-popup.light.range .rmp-pad{background-color:hsla(0,0%,93.3%,.9)}}.month-picker>.rmp-container .rmp-popup.light .rmp-pad .rmp-btn{cursor:pointer}@media screen and (min-width:768px){.month-picker>.rmp-container .rmp-popup.light .rmp-pad .rmp-btn:hover{background-color:rgba(255,227,160,.59)}}.month-picker>.rmp-container .rmp-popup.light .rmp-pad .rmp-btn.select{background-color:#d3d3d3}.month-picker>.rmp-container .rmp-popup.light .rmp-pad li.active,.month-picker>.rmp-container .rmp-popup.light .rmp-pad li.active:hover{background-color:rgba(31,42,58,.73);color:#fff;cursor:default}.month-picker>.rmp-container .rmp-popup.light .rmp-pad .disable,.month-picker>.rmp-container .rmp-popup.light .rmp-pad .disable:hover{background-color:initial;color:#bbb;cursor:default}.month-picker>.rmp-container .rmp-popup.dark{color:#fff;background-color:rgba(50,50,50,.96)}@media screen and (max-width:767px){.month-picker>.rmp-container .rmp-popup.dark.range .rmp-pad{border-top:1px solid hsla(0,0%,44.3%,.41)}.month-picker>.rmp-container .rmp-popup.dark.range .rmp-pad:first-of-type{border-top:0}}@media screen and (min-width:768px){.month-picker>.rmp-container .rmp-popup.dark.range .rmp-pad{background-color:rgba(70,70,70,.9)}}.month-picker>.rmp-container .rmp-popup.dark .rmp-pad .rmp-btn{cursor:pointer}@media screen and (min-width:768px){.month-picker>.rmp-container .rmp-popup.dark .rmp-pad .rmp-btn:hover{background-color:rgba(255,210,96,.33)}}.month-picker>.rmp-container .rmp-popup.dark .rmp-pad .rmp-btn.select{background-color:#262828}.month-picker>.rmp-container .rmp-popup.dark .rmp-pad li.active,.month-picker>.rmp-container .rmp-popup.dark .rmp-pad li.active:hover{background-color:rgba(189,211,242,.7);color:#303030;cursor:default}.month-picker>.rmp-container .rmp-popup.dark .rmp-pad .disable,.month-picker>.rmp-container .rmp-popup.dark .rmp-pad .disable:hover{background-color:initial;color:#717171;cursor:default}.w3-card-4,.w3-hover-shadow:hover{box-shadow:0 0 6px 0 rgba(0,0,0,.3);background-color:#fff}.w3-blue{border-bottom:1px solid #979797!important;margin:auto 10px}.profile-head{color:#9a9a9a}.devider{border:1px solid hsla(0,0%,60.4%,.30196078431372547);margin-bottom:10px}.devider-bottom,.devider-top{border-bottom:1px solid #e1e3e2}.exp{color:#666}.line-devider{box-sizing:border-box;height:1px;width:auto;border:0;border-top:1px solid #e7e7e7;margin:15px 0}.welcome-to-m-sparcs{height:33px;color:#ed7533;font-size:26px;font-weight:700;line-height:33px}.innovitis-analytics,.welcome-to-m-sparcs{width:auto;font-family:Roboto;letter-spacing:0;text-align:center}.innovitis-analytics{color:#666}.innovitis-analytics,.please-select-a-prod{height:19px;font-size:16px;line-height:19px}.please-select-a-prod{width:auto;color:#383b92;font-family:Roboto;letter-spacing:0;text-align:center;font-weight:600}div.item{vertical-align:top;display:inline-block;text-align:center;width:33.33%}img.menu{width:auto;height:80px;padding:20px;margin:0 8px}.img-text{display:block;color:#9a9a9a;font-size:70%;font-weight:600;color:#f47626}.fixed-content{left:0;right:0;bottom:10px}@media (max-width:30rem){.fixed-content{position:absolute;top:65px;left:0;right:0;overflow:auto}}@media (max-width:60rem){.fixed-content{position:absolute;top:65px;left:0;right:0;overflow:auto}}.p-15{padding:15px}.rectangle{position:-webkit-sticky;position:sticky;height:65px;width:auto;background-color:#f9f9f9;box-shadow:0 0 6px 0 rgba(0,0,0,.3);border-bottom:1px solid hsla(0,0%,66.3%,.8)}.all-terminals{height:20px;width:auto;color:#666;font-family:Roboto;font-size:16px;letter-spacing:0;line-height:20px;text-align:center!important;padding:10px}.rectangle-card{height:auto;width:auto;border-radius:2px;background-color:#fff;box-shadow:0 0 6px 0 rgba(0,0,0,.3)}.txnhead-term{color:#383b92;font-family:Roboto;font-size:16px;font-weight:700;letter-spacing:0}.terminal{color:#666}.txnhead{color:#000;font-size:15px}.txndate,.txnhead{height:auto;width:auto;font-family:Roboto;letter-spacing:0}.txndate{color:#666;font-size:13px}.devider-line{box-sizing:border-box;height:2px;width:auto;border-top:1px solid #979797;margin:0 10px}.txntitle{color:#9b9b9b;font-size:13px}.txnid,.txntitle{font-family:Roboto;letter-spacing:0}.txnid{margin-top:10px;color:#777;font-size:12px}.mastercard-image{height:20px}.txnval{color:#f47626!important}.trendlbl{color:#666!important;font-size:12px}.modalsize{width:500px;height:500px}.buttonselected{color:#fa7626!important}@keyframes customEnterAnimation{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes customLeaveAnimation{0%{transform:scale(1)}to{transform:scale(0)}}#inputID::placeholder{color:#9a9a9a!important;opacity:1!important}.apexcharts-toolbar{display:none!important}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}.fs-12{font-size:12px}.fs-15{font-size:15px}.orangebg{background-image:url(/static/media/orangebg.c06c23d4.png)}.org-bottom-border{border-bottom:2px solid #f47626!important}.org-bold-para{font-weight:600;color:#f47626;display:inline-block!important}.text-grey{color:#333}.navheight{margin:10px}.selectSize{font-size:85%}.z-ind-0{z-index:0}.cal-pad{padding:6px 4px!important}.m-t-10{margin-top:10px}.m-tp-5{margin-top:5%}.m-b-10{margin-bottom:10px}.p-tb-10{padding:15px}.p-b10{padding-bottom:15px}.p-l-5{padding:0 5px}.align-right{text-align:right}.align-left{text-align:left}.p-lr-10{margin:0 10px}.p-lr-20{margin:0 20px}.p-lr-40{margin:0 40px}.p-top-10{padding-top:10px}p{font-weight:400;font-size:14px}.p-0{padding:0}.customModal{max-width:350px!important;width:100%}.smallcontent{transform:translateY(-11%)!important;width:500px!important}.textcenter-left{text-align:center;float:left}.inr-sign:before{content:"\20B9"}.mastercard-image{background-color:initial;height:30px;background-repeat:no-repeat;background-size:cover}.dropdown-menu{padding:0;margin:0}.dropdown .dropdown-menu li a{transition:all .3s ease-in-out 0s;width:200px;height:27px;padding:15px auto}.dropdown .dropdown-menu li>a:before{margin:-3px 0;left:0;background-color:#1c86ee;content:"";position:absolute;height:27px;width:3px;transform-origin:bottom top;visibility:hidden;transform:scaleY(0);transition:all .3s ease-in-out 0s}.dropdown .dropdown-menu li a:hover:before{visibility:visible;transform:scaleY(1)}.rob{font-family:Roboto;background-color:#fff}.bold{font-weight:600}.test{width:"5px";height:"5px";border-radius:"5px";background-color:rgba(0,0,0,.03);transition:.8s}.profile-head{font-size:90%;font-weight:600;font-family:Roboto}.devider-top{margin:5% auto}.devider-bottom,.devider-top{position:relative;border-bottom:1px solid #a9a9a9}.devider-bottom{margin:15% auto 5%}.exp{font-size:80%;font-weight:600;font-family:Roboto}.txnhead{font-weight:700}.txndate{font-weight:100}.txntitle{font-weight:600;margin-top:10px}.txnval{color:"#F47626";font-family:"Roboto-Bold";font-weight:700;font-size:110%}.smalltext,.terminal{font-weight:600}.smalltext{font-size:70%}@media(max-width:600px){.txndate,.txnhead{font-size:90%}.txndate{margin-left:-15px}.trendlbl{font-size:75%}.planexp{font-size:80%;font-weight:600}}body{font-family:Roboto;font-size:16px!important;line-height:1.5}.w3-card-4,.w3-hover-shadow:hover{box-shadow:0 4px 10px 0 rgba(0,0,0,.2),0 4px 20px 0 rgba(0,0,0,.19)}.w3-bar:after,.w3-bar:before,.w3-cell-row:after,.w3-cell-row:before,.w3-clear:after,.w3-clear:before,.w3-container:after,.w3-container:before,.w3-panel:after,.w3-panel:before,.w3-row-padding:after,.w3-row-padding:before,.w3-row:after,.w3-row:before{content:"";display:table;clear:both}.w3-card,.w3-card-2{box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12)}.w3-blue{color:#0e0e0e!important;border-bottom:1px solid #a9a9a9!important}h1,h2,h3,h4,h5,h6{font-family:Roboto;font-weight:400;margin:10px 0}.w3-wide{letter-spacing:4px}.page-height{min-height:575px}.page-container{left:0;bottom:0;width:auto;max-width:85rem;text-align:center;z-index:1030;box-sizing:border-box;border-top:1px solid #a9a9a9;height:65px}@media (max-width:30rem){.page-container{position:fixed;padding-left:.66rem;padding-right:.66rem;font-size:70%}}@media (max-width:60rem){.page-container{position:fixed;padding-left:.66rem;padding-right:.66rem;font-size:70%}}.fixed-content-unipay{left:0;right:0}@media (max-width:30rem){.fixed-content-unipay{position:absolute;bottom:60px;left:0;right:0;top:10px;overflow:auto}}@media (max-width:60rem){.fixed-content-unipay{position:absolute;bottom:60px;left:0;right:0;top:10px;overflow:auto}}.bottomnav-container{bottom:0;height:60px!important;position:fixed}.bottomnav-container,.bottomnav-container1{left:0;width:auto;max-width:85rem;text-align:center;z-index:1030;box-sizing:border-box;border-top:1px solid #a9a9a9}.bottomnav-container1{bottom:60;height:60px}.mobile-primary-bar{align-items:center;background-color:#fff;display:flex;justify-content:space-between;left:0;min-height:3.75rem;right:0;height:auto}.mobile-primary-bar__link{text-align:center;text-decoration:none;padding-top:1rem;display:block;color:#a9a9a9}.mobile__icon{max-width:3rem;height:3.25rem;margin:auto;font-weight:700}.mobile-primary-bar__link>a:hover,a:focus{color:#00f!important;text-decoration:none}@media (max-width:30rem){.bottomnav-container{bottom:0}.bottomnav-container,.bottomnav-container1{position:fixed!important;padding-left:.66rem;padding-right:.66rem;font-size:70%}.bottomnav-container1{bottom:76px}}@media (max-width:60rem){.bottomnav-container{bottom:0}.bottomnav-containe1,.bottomnav-container{position:fixed!important;padding-left:.66rem;padding-right:.66rem;font-size:70%}.bottomnav-containe1{bottom:76px}}.campaignButton{border-radius:4px;padding:7px 18px;font-size:12px;color:#fff;background-color:#337ab7;border-color:#2e6da4}.dropzone-icon{font-size:30px;color:grey}.dropzone-text{color:grey;font-size:12px}.add-camp-con{min-height:650px}.downloadQRButton{border-radius:4px;padding:7px 18px;font-size:12px;color:#fff;background-color:#03a9f4;border-color:#03a9f4;float:right}.downloadQRButton.disabled,.downloadQRButton:disabled,a.downloadQRButton:not([href]){cursor:not-allowed;opacity:.5}.generateQRButton{border-radius:4px;padding:7px 18px;font-size:12px;color:#fff;background-color:#8bc34a;border-color:#8bc34a;float:left}.generateQRButton.disabled,.generateQRButton:disabled,a.generateQRButton:not([href]){cursor:not-allowed;opacity:.5}.apply-filter-campaign{margin-top:30px;border-radius:4px;padding:5px 18px;font-size:13px;color:#fff;background-color:#286090;border-color:#204d74;z-index:1;position:relative;right:10px;margin-right:10px}.dropzone-container{outline-style:dotted;outline-color:grey;outline-width:1px;padding:10px;border-radius:5px;text-align:center}.linear-background-qr{animation-duration:1s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeHolderShimmer;animation-timing-function:linear;background:#f6f7f8;background:linear-gradient(90deg,#eee 8%,#ddd 18%,#eee 33%);background-size:1000px 104px;min-height:350px;height:auto;position:relative;overflow:hidden;margin-bottom:20px}.break-word{word-wrap:break-word;word-break:break-all;-webkit-hyphens:auto;hyphens:auto;overflow-wrap:anywhere}.react-datepicker__input-container input[disabled]{width:100%;background-color:#f5f5f5;border:1px solid #f5f5f5;border-radius:4px;color:#565656;padding:5px 12px;height:36px;font-size:12px;box-shadow:none}.disabled-form-group{opacity:.5;pointer-events:none;cursor:not-allowed}.p-component-overlay{background-color:transparent!important}
/*!
 * SmartWizard v4.4.x
 * jQuery Wizard Plugin
 * http://www.techlaboratory.net/smartwizard
 *
 * Created by Dipu Raj
 * http://dipuraj.me
 *
 * Licensed under the terms of MIT License
 * https://github.com/techlab/SmartWizard/blob/master/LICENSE
 */.sw-main{border-radius:.25rem!important}.sw-main,.sw-main .sw-container{position:relative;display:block;margin:0;padding:0}.sw-main .step-content{display:none;position:relative;margin:0}.sw-main .sw-toolbar{margin-left:0}.sw-theme-default{box-shadow:0 1px 3px rgba(0,0,0,.3)}.sw-theme-default .sw-container{min-height:250px}.sw-theme-default .step-content{padding:10px;border:0 solid #d4d4d4;background-color:#fff;text-align:left}.sw-theme-default .sw-toolbar{background:#f9f9f9;border-radius:0!important;padding:10px;margin-bottom:0!important}.sw-theme-default .sw-toolbar-top{border-bottom-color:#ddd!important}.sw-theme-default .sw-toolbar-bottom{border-top-color:#ddd!important}.sw-theme-default>ul.step-anchor>li{position:relative;margin-right:2px}.sw-theme-default>ul.step-anchor>li>a,.sw-theme-default>ul.step-anchor>li>a:hover{color:#bbb;text-decoration:none;outline-style:none;background:transparent!important;border:none!important;cursor:not-allowed}.sw-theme-default>ul.step-anchor>li.clickable>a:hover{color:#4285f4!important;background:transparent!important;cursor:pointer}.sw-theme-default>ul.step-anchor>li>a:after{content:"";background:#4285f4;height:2px;position:absolute;width:100%;left:0;bottom:0;transition:all .25s ease 0s;transform:scale(0)}.sw-theme-default>ul.step-anchor>li.active>a{border:none!important;color:#4285f4!important;background:transparent!important;cursor:pointer}.sw-theme-default>ul.step-anchor>li.active>a:after{transform:scale(1)}.sw-theme-default>ul.step-anchor>li.done>a{border:none!important;color:#000!important;background:transparent!important;cursor:pointer}.sw-theme-default>ul.step-anchor>li.done>a:after{background:#5cb85c;transform:scale(1)}.sw-theme-default>ul.step-anchor>li.danger>a{border:none!important;color:#d9534f!important;cursor:pointer}.sw-theme-default>ul.step-anchor>li.danger>a:after{background:#d9534f;border-left-color:#f8d7da;transform:scale(1)}.sw-theme-default>ul.step-anchor>li.disabled>a,.sw-theme-default>ul.step-anchor>li.disabled>a:hover{color:#eee!important;cursor:not-allowed}@media screen and (max-width:768px){.sw-theme-default>.nav-tabs>li{float:none!important}}.sw-loading:after{position:absolute;display:block;opacity:1;content:"";top:0;left:0;height:100%;width:100%;background:hsla(0,0%,100%,.7);transition:all .2s ease;z-index:2}.sw-loading:before{content:"";display:inline-block;position:absolute;top:50%;left:50%;z-index:10;border-radius:50%;border:10px solid #f3f3f3;border-top-color:#3498db;width:80px;height:80px;margin-top:-40px;margin-left:-40px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}

/*!
 * SmartWizard v4.4.x
 * jQuery Wizard Plugin
 * http://www.techlaboratory.net/smartwizard
 *
 * Created by Dipu Raj
 * http://dipuraj.me
 *
 * Licensed under the terms of MIT License
 * https://github.com/techlab/SmartWizard/blob/master/LICENSE
 */.sw-theme-arrows{border-radius:5px;border:1px solid #ddd}.sw-theme-arrows>.sw-container{min-height:200px}.sw-theme-arrows .step-content{padding:0 10px;border:0 solid #d4d4d4;background-color:#fff;text-align:left}.sw-theme-arrows .sw-toolbar{padding:10px;margin-bottom:0!important}.sw-theme-arrows>ul.step-anchor{border:0;border-bottom:1px solid #ddd;padding:0;background:#f5f5f5;border-radius:0;border-top-right-radius:5px;list-style:none;overflow:hidden}.sw-theme-arrows>ul.step-anchor li+li:before{padding:0}.sw-theme-arrows>ul.step-anchor>li>a,.sw-theme-arrows>ul.step-anchor>li>a:hover{color:#bbb;text-decoration:none;padding:10px 0 10px 45px;position:relative;display:block;border:0!important;border-radius:0;outline-style:none;background:#f5f5f5}.sw-theme-arrows>ul.step-anchor>li>a:after{border-left:30px solid #f5f5f5;z-index:2}.sw-theme-arrows>ul.step-anchor>li>a:after,.sw-theme-arrows>ul.step-anchor>li>a:before{content:" ";display:block;width:0;height:0;border-top:50px solid transparent;border-bottom:50px solid transparent;position:absolute;top:50%;margin-top:-50px;left:100%}.sw-theme-arrows>ul.step-anchor>li>a:before{border-left:30px solid #ddd;margin-left:1px;z-index:1}.sw-theme-arrows>ul.step-anchor>li:first-child>a{padding-left:15px}.sw-theme-arrows>ul.step-anchor>li>a:hover{color:#bbb;text-decoration:none;outline-style:none;background:#f5f5f5;border-color:#f5f5f5}.sw-theme-arrows>ul.step-anchor>li>a:hover:after{border-left-color:#f5f5f5}.sw-theme-arrows>ul.step-anchor>li.active>a{border-color:#b18bee!important;color:#000!important;background:#b18bee!important}.sw-theme-arrows>ul.step-anchor>li.active>a:after{border-left:30px solid #b18bee!important}.sw-theme-arrows>ul.step-anchor>li.done>a{border-color:#f4f0ff!important;color:#655aac!important;background:#f4f0ff!important}.sw-theme-arrows>ul.step-anchor>li.done>a:after{border-left:30px solid #f4f0ff}.sw-theme-arrows>ul.step-anchor>li.danger>a{border-color:#d9534f!important;color:#fff!important;background:#d9534f!important}.sw-theme-arrows>ul.step-anchor>li.danger>a:after{border-left:30px solid #d9534f!important}.sw-theme-arrows>ul.step-anchor>li.disabled>a,.sw-theme-arrows>ul.step-anchor>li.disabled>a:hover{color:#eee!important}@media screen and (max-width:768px){.sw-theme-arrows>ul.step-anchor{border:0;background:#ddd!important}.sw-theme-arrows>.nav-tabs>li{float:none!important;margin-bottom:0}.sw-theme-arrows>ul.step-anchor>li>a,.sw-theme-arrows>ul.step-anchor>li>a:hover{padding-left:15px;margin-right:0;margin-bottom:1px}.sw-theme-arrows>ul.step-anchor>li>a:after,.sw-theme-arrows>ul.step-anchor>li>a:before{display:none}}.sw-theme-arrows:before{border:10px solid #f3f3f3;border-top-color:#b18bee}.title-card{margin-top:50px}.store-details p span{font-size:11px;font-weight:400}.store-other{height:250px}.store-other h4{color:#555cda;text-align:center;font-size:13px;margin:0}.carousel-indicators li{border:1px solid #214d9b}.carousel-indicators .active{background:#214d9b}.h-80{min-height:78vh!important}.h-70,.h-80{margin-bottom:60px}.h-70{min-height:72vh!important}.text-number{text-align:right}.text-number,.text-pass{font-size:20px}.p-0{padding:0!important}.p-t-5{padding-top:50px}.p-b-1{padding-bottom:25px}.slite-line:before{content:" ";border-left:2px dashed #3d48b7;width:1px;height:100%;position:absolute;right:0;transform:rotate(16deg)}.btn-proceed,.btn-void{background:#f58733;color:#fff}.footer-fixed{box-shadow:0 -4px 5px 0 rgba(0,0,0,.2)}.m-0{margin:0!important}.m-b-1{margin-bottom:15px}.img-icon{width:24px}.b-b-d-1{border-top:1px dashed #333;margin-bottom:10px;margin-top:10px}.number-table-pad{background:#ccc}.number-table-pad tr td,.number-table-pad tr th{padding:2px!important}.number-button{background:#fff;color:#333;font-size:20px;display:block;padding:10px;text-align:center;border-radius:10px;font-weight:700}.number-button,.number-button:focus,.number-button:hover{text-decoration:none!important}.big-number-button{line-height:81px}.navbar-fixed-bottom,.number-table-pad{margin-bottom:0!important}.btn-delete-val{background:#eb302b;padding:7px}.btn-cancel-val img,.btn-delete-val img{width:34px}.btn-cancel-val{background:#f9a528;padding:7px}.btn-enter-val{background:#429d11;padding:7px}.btn-enter-val img{width:51px}.m-t-5{margin-top:10px}.img-bank{width:48px;float:left;padding-right:15px}.p-side{padding-left:0!important;padding-right:0!important}.emi-dtl-main .radio{display:table;margin:0!important}.emi-dtl-main .list-group-flush .list-group-item{border:0;border-bottom:1px solid #ddd!important;margin-bottom:1px}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{background:#555bda;background:-webkit-gradient(left top,left bottom,color-stop(0,#555bda),color-stop(100%,#4850b5));background:linear-gradient(180deg,#555bda 0,#4850b5);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#555bda",endColorstr="#4850b5",GradientType=0)}.img-return-money{margin:0 auto;max-width:150px}.img-product{max-width:60px;margin:0 auto}.product-list-item .list-group-item{overflow:hidden}.right-arrow-btn{position:relative;padding:15px 21px;float:left;color:#555cda}.terminalWidthBody{width:100%;height:auto;z-index:9999}.img-terminal{position:absolute;width:96%;height:100%;z-index:0;display:inline;left:15px;top:0}.box-insider{position:relative;margin-top:170px;width:90.1%;margin-left:23px;padding-left:15px;padding-right:15px;padding-top:11px}.title-card{background:#555cda;border-radius:10px;padding:0 6px;width:100%;height:29px}.diyBackground{background-color:#555cda;height:434px!important}.diyWhiteBack{width:auto;padding:2px;height:276px;background-color:#fff!important;border-radius:10px}.diyMarginTop{margin-top:-13px!important;border-radius:10px!important}@media screen and (min-width:768px){.carousel-indicators{bottom:-10px}}.img-icon{margin-top:5px;width:17px;border-radius:100px}.list-group-item{position:relative;display:block;padding:0 5px;margin-bottom:0;background-color:#fff;border:1px solid #ddd;height:44px}.ftcr-le-titile{background:#f4f0ff;padding:3px 5px;width:100%}.ftcr-de-table{color:#9a9a9a;padding:10px 3px;font-size:12px}.ftcr-de-table tr td{color:#666;padding:7px 5px;font-size:12px;word-break:break-word}.mar-botton-10{margin-bottom:10px}.ftcr-card{background-color:#fff;min-height:80px}.ftcr-card p{line-height:1;font-size:12px}.top-100{margin-top:100px}.btn-utid-search{margin-top:10px;text-align:center}.ftcrTR{margin-top:10px}.ftcrTR .react-bootstrap-daterangepicker-container i{position:absolute;left:16px;top:11px;font-size:12px;z-index:9999}.txnsuccess{background:#00b361}.txnfailed,.txnsuccess{color:#fff;text-transform:uppercase;padding:2px 5px;border-radius:5px;font-size:10px;text-align:center}.txnfailed{background:brown}.txnvoid{background:#f7bf47}.txnreversal,.txnvoid{color:#fff;text-transform:uppercase;padding:2px 5px;border-radius:5px;font-size:10px;text-align:center}.txnreversal{background:#ff8133}.width-80{width:80px}.change-utid-box{width:150px;height:25px;float:left;margin-left:14px}.changeBtn{text-transform:capitalize!important;font-size:11px}.toggleIconBtn{padding:2px;margin-left:15px;float:left}.toggleIconBtn i{font-size:12px}#TrListsTable{width:100%!important}.ss{transition:width .25s linear}.font-20 h4{font-size:20px!important}.card-stats-kpi1{background:#ffc760}.card-stats-kpi1,.card-stats-kpi2{padding-top:5px;padding-bottom:5px;border-radius:10px}.card-stats-kpi2{background:#387dc2}.card-stats-kpi3{background:#0093cb}.card-stats-kpi3,.card-stats-kpi4{padding-top:5px;padding-bottom:5px;border-radius:10px}.card-stats-kpi4{background:#01beba}.kip-text{text-align:left}.kip-text p{margin:0;color:#fff;font-size:15px}.kpi-numbers{text-align:right;color:#fff;font-size:18px;padding-top:25%;margin-right:5px}.icon-refund-kpi i{font-weight:700;line-height:30px;padding-top:25%;width:40px;height:40px;font-size:35px;text-align:center;display:block;color:#fff}.padd-10{padding-left:10px;padding-right:10px}.b-rf-d{margin-top:30px}.rf-chart-container{margin-top:10px}.rf-chart-title{font-size:20px;color:#6a288a;font-weight:700;text-align:center;font-family:Montserrat}.res_text{font-size:12px;color:#000;float:left}.disable_cls{color:red;float:left}.enable_cls{color:green;float:left}.dd-list{position:absolute;z-index:10;overflow-y:scroll;width:100%;max-height:215px;border:1px solid #dfdfdf;border-top:none;border-bottom-left-radius:3px;border-bottom-right-radius:3px;box-shadow:0 2px 5px -1px #e8e8e8;background-color:#fff;font-weight:700;text-align:left;-webkit-overflow-scrolling:touch;width:222px;top:64px;padding:0}.apply-filter1{margin-top:30px;border-radius:4px;padding:5px 18px;font-size:13px;color:#fff;background-color:#286090;border-color:#204d74;z-index:1;position:relative;right:10px;margin-right:10px}.linear-background1{min-height:80px}.linear-background1,.linear-background-chart1{animation-duration:1s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeHolderShimmer;animation-timing-function:linear;background:#f6f7f8;background:linear-gradient(90deg,#eee 8%,#ddd 18%,#eee 33%);background-size:1000px 104px;height:auto;position:relative;overflow:hidden}.linear-background-chart1{min-height:295px}.filter-bottom51{margin-top:30px}.refundButton{border-radius:10px;padding:5px 10px;font-size:12px;color:#fff;background-color:#337ab7;border-color:#2e6da4}.addButton:focus,.refundButton:hover{border-radius:10px;padding:5px 10px;font-size:12px;color:#fff!important;background-color:#286081;border-color:#204d74}.no-data{text-align:center;padding:100px 0}.popup{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:rgba(0,0,0,.5);z-index:1000}.popup-inner{background-color:#fff;padding:20px;border-radius:5px;max-width:600px;width:90%;z-index:1001}.ag-theme-alpine.custom-grid{border:2px solid #004085;background-color:#f8f9fa;padding:10px}.ag-theme-alpine .ag-cell,.ag-theme-alpine .ag-header-cell{border:1px solid #e0e0e0}.table-bordered{border-collapse:collapse;width:100%;margin-bottom:20px}.table-bordered td,.table-bordered th{border:1px solid #000;padding:8px;text-align:left}.tables-container{display:flex;justify-content:space-around}.ag-cell{padding:0!important}.ag-cell-value{padding:0}.tables-container>.table-spacer{display:block;width:20%;height:20px;clear:both}.loading-overlay{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:rgba(0,0,0,.5);color:#fff;font-size:20px;z-index:1050}.content-svpdash{min-height:100vh}.fullscreen-content{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fff;z-index:9999}.bvp-kip-title-left,.bvp-kip-title-right{font-size:25px;color:#6a288a}.bvp-kip-num,.bvp-kip-title-left,.bvp-kip-title-right{font-weight:700;text-align:center;font-family:Montserrat}.bvp-kip-num{color:#f68b1f;font-size:35px}.icon-fullscreen{position:absolute;bottom:65px;right:20px}.icon-fullscreen button{border:1px solid #ddd}.bvp-kip-title-center{font-size:25px;color:#f58733;font-weight:400;text-align:center;text-decoration:underline;margin-top:15%;font-family:Montserrat;font-weight:600}.top-sell-title{font-weight:600}.top-sell-city,.top-sell-title{font-size:18px;color:#6a288a;text-align:center;font-family:Montserrat;margin-top:5px}.top-sell-city{font-weight:500}.top-sale-score{font-size:28px;color:#f58733;font-weight:500;text-align:center;margin-top:20px}.top-sale-score span{font-size:25px;color:#f68b1f;font-weight:700;text-align:center;border:2px solid #f68b1f;padding:5px 30px;font-family:Montserrat;border-radius:5px}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideDown{0%{transform:translateY(-30%);opacity:0}to{transform:translateY(0);opacity:1}}.slide-up-enter{animation:slideUp 2s ease forwards}.slide-down-enter{animation:slideDown 1s forwards}.fade-out-enter{animation:fadeOut 2s ease forwards}@keyframes fadeOut{0%{opacity:0}to{opacity:1}}.slide-down-enter1{transition:all 2s ease;transform:translateY(0);animation:slideDown 2s forwards}.top-sell hr{margin-top:-2px;margin-bottom:0;border:1px solid #f58733;width:60%}.bvp-heading{color:#6a288a;text-align:center;padding-bottom:0;font-family:Montserrat;font-weight:700;font-size:35px;margin-top:-10px}.bvp-shadow{box-shadow:0 5px 10px 0 rgba(0,0,0,.5);border-radius:10px;padding:15px 0}@keyframes slideRight{0%{transform:translateX(-100%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes slideLeft{0%{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}.slide-right-enter{animation:slideRight 2s ease forwards;animation-timing-function:linear}.slide-left-enter{animation:slideLeft 2s ease forwards;animation-timing-function:linear}@keyframes moveToLeft{0%{transform:translateX(0);opacity:1}to{transform:translateX(-100%);opacity:0}}@keyframes moveToRight{0%{transform:translateX(0);opacity:1}to{transform:translateX(100%);opacity:0}}.move-to-left-enter{animation:moveToLeft 2s ease forwards}.move-to-right-enter{animation:moveToRight 2s ease forwards}@keyframes vibrate{0%{transform:translateX(-2px)}25%{transform:translateX(2px)}50%{transform:translateX(-2px)}75%{transform:translateX(2px)}to{transform:translateX(-2px)}}.slide-down-enter1{animation:slideDown 1s forwards,vibrate .5s ease-in-out 1s infinite}@keyframes jump{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-20px)}60%{transform:translateY(-10px)}}@keyframes bendRight{0%{transform:translateX(0)}50%{transform:translateX(10px) rotate(10deg)}to{transform:translateX(0)}}@keyframes bendLeft{0%{transform:translateX(0)}50%{transform:translateX(-20px) rotate(-20deg)}to{transform:translateX(0)}}.number11{animation:slideDown 1s infinite,bendRight 1s infinite}@keyframes fallAndJump{0%{transform:translateY(-100%);opacity:0}50%{transform:translateY(0);opacity:1}70%{transform:translateY(-20px)}to{transform:translateY(0)}}.number22{animation:fallAndJump 1s ease}@keyframes fallJumpBend{0%{transform:translateY(-100%);opacity:0}50%{transform:translateY(0);opacity:1}60%{transform:translateY(-20px)}70%{transform:translateY(0) rotate(-10deg)}80%{transform:translateY(0) rotate(10deg)}90%{transform:translateY(0) rotate(-5deg)}to{transform:translateY(0)}}.number33{animation:fallJumpBend 2s ease}.border-right-10{border-right:10px solid hsla(0,0%,93.3%,.9333333333333333)}.top-sell{margin-top:15px}.store-rank{width:15%}.square-div,.store-rank{text-align:center;background:#6a288a;color:#fff;border-radius:50%}.square-div{width:14%;padding-top:13%;position:absolute;font-size:25px;top:-8%;left:43%}.top-sell i{font-size:24px}.store-img{width:70%;text-align:center;margin:0 auto}.store-img img{width:100%}.img-crown{text-align:center;margin:5% 0 2%}.img-crown i{font-size:24px}.date-time{font-size:25px;text-align:center;color:#6a288a;font-family:Montserrat;font-weight:500}.sell-sep-b{border:4px solid #ededed;border-radius:5px;width:50%;margin:4px auto}.top-sell-head{color:#6a288a;text-align:center;padding-bottom:3%;font-family:Montserrat;font-weight:700;font-size:30px}.round-image{width:55%;height:55%;overflow:hidden;border-radius:50%;margin:0 auto}.round-image img{width:100%;height:100%;object-fit:cover}.powered-by{margin:20px auto 0}.powered-by,.powered-by span{text-align:center;color:#f68b1f;font-family:Montserrat;font-weight:700;font-size:25px}.sh-t{text-align:center;margin-bottom:5px}.dt-table{margin:0 auto}.dt-table-td{text-align:center}.dt-table-td,.dt-table-td-2{font-size:20px;color:#6a288a;font-family:Montserrat;font-weight:500;padding:0!important}.dt-table-td-2{width:40px;text-align:left}.margin50{margin-left:50px;margin-right:50px}.ss{width:1135px}.ss,.ss1{margin:0 auto}.ss1{width:90%}@media screen and (min-width:800px) and (max-width:900px){.square-content-div{position:absolute;top:25%;left:0;width:100%;height:100%;text-align:center;font-size:25px}}@media screen and (min-width:900px) and (max-width:1000px){.square-content-div{position:absolute;top:25%;left:0;width:100%;height:100%;text-align:center;font-size:25px}}@media screen and (min-width:1000px) and (max-width:1200px){.square-content-div{position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;font-size:25px}}@media screen and (min-width:1200px) and (max-width:1400px){.square-content-div{position:absolute;top:12%;left:0;width:100%;height:100%;text-align:center;font-size:25px}}@media screen and (min-width:1400px) and (max-width:1600px){.square-content-div{position:absolute;top:12%;left:0;width:100%;height:100%;text-align:center;font-size:25px}}@media screen and (min-width:1600px) and (max-width:1800px){.square-content-div{position:absolute;top:17%;left:0;width:100%;height:100%;text-align:center;font-size:25px}}@media screen and (min-width:1800px) and (max-width:2000px){.square-content-div{position:absolute;top:22%;left:0;width:100%;height:100%;text-align:center;font-size:25px}}@media screen and (min-width:2000px) and (max-width:2400px){.square-content-div{position:absolute;top:12%;left:0;width:100%;height:100%;text-align:center;font-size:25px}}@media screen and (min-width:2401px){.square-content-div{position:absolute;top:30%;left:0;width:100%;height:100%;text-align:center;font-size:25px}}.roi_container{margin:1px auto;border:5px solid #5a2d81}.button_container,.roi_container{width:100%;max-width:1100px;background-color:#fff}.button_container{margin:0 auto}.header1{color:#5a2d81;text-align:center;padding:7px;font-size:22px;font-weight:700}.logo-td{text-align:right}.store-info{text-align:center;padding:10px;color:#333}.store-info p{margin:5px 0;text-align:left;font-size:12px;font-weight:700}.headcontent p{color:#5a2d81;text-align:center;font-size:14px;font-weight:700;line-height:10px}.tablehead,.tablehead td{border:0}.color-val{color:#5a2d81}.increase-benefits{text-align:right;border-bottom:2px solid #101010;border-right:1px solid #101010}.increase-benefits,.sales-increase{color:#0a0a0a;font-size:15px;background-color:#e5e5e5;border-top:2px solid #101010}.sales-increase{text-align:center;border-bottom:1px solid #101010;border-left:1px solid #101010}.your-increase{border:1px solid #101010}.max-increase,.your-increase{color:#0a0a0a;font-size:15px;background-color:#e5e5e5}.max-increase{border-top:1px solid #101010;border-bottom:1px solid #101010;border-left:1px solid #101010}.grey-back-details{color:#0a0a0a;font-size:15px;background-color:#e5e5e5;text-align:center}.section-title{text-align:left;padding-left:10px}.green-text{color:#0c9c00}.green-text,.red-text{font-weight:700;font-size:16px}.highlight,.red-text{color:#d40000}.highlight{background-color:#fff3f3;font-weight:700}.progress-bar-red{display:flex;align-items:center;justify-content:center;height:7px;background-color:#ff5558;border-radius:5px;overflow:hidden;margin-top:15px;float:right}.details{text-align:left;padding-left:10px}.green-box{background-color:#0c9c00;font-weight:700;padding:5px 15px;border-radius:15px;font-size:16px}#base,.green-box{display:inline-block;color:#fff;text-align:center}#base{background:#02d14c;height:30px;width:80px;position:relative;font-weight:400;font-size:12px;line-height:15px;float:right}#base:after{border-top:17px solid #02d14c;border-left:40px solid transparent;border-right:40px solid transparent;content:"";height:0;position:absolute;bottom:-16px;left:0;width:0}.txt-inc{float:right;padding-top:20px;margin-left:5px}.dot{height:15px;width:15px;background-color:#02d14c;border-radius:50%}#base-red,.dot{display:inline-block;float:right}#base-red{background:#ff5558;height:30px;width:80px;position:relative;text-align:center;color:#fff;font-weight:400;font-size:12px;line-height:15px}#base-red:after{border-top:17px solid #ff5558;border-left:40px solid transparent;border-right:40px solid transparent;content:"";height:0;position:absolute;bottom:-16px;left:0;width:0}.max-inc-5{float:right;text-align:right;width:50%;margin-left:5px}.r2td1{color:#0a0a0a;font-size:12px;border-color:#ccc;border-style:solid;border-width:0 1px 1px 0;text-align:right}.r2td2{border:1px solid #ccc}.r2td2,.r2td3{color:#0a0a0a;font-size:15px}.r2td3{border-top:1px solid #ccc;border-bottom:1px solid #ccc;border-left:1px solid #ccc}.progress-bar-green{display:flex;align-items:center;justify-content:center;height:7px;background-color:#02d14c;border-radius:5px;overflow:hidden;margin-top:10px;float:right}#base-green-details{background:#02d14c;display:inline-block;height:30px;width:80px;position:relative;text-align:center;color:#fff;font-weight:400;font-size:12px;line-height:15px;float:right}#base-green-details:after{border-top:17px solid #02d14c;border-left:40px solid transparent;border-right:40px solid transparent;content:"";height:0;position:absolute;bottom:-16px;left:0;width:0}.progress-bar-green-details{display:flex;align-items:center;justify-content:center;height:7px;background-color:#02d14c;border-radius:5px;overflow:hidden;margin-top:20px;float:right}#base-red-details{background:#ff5558;display:inline-block;height:30px;width:80px;position:relative;text-align:center;color:#fff;font-weight:400;font-size:12px;line-height:15px;float:right}#base-red-details:after{border-top:17px solid #ff5558;border-left:40px solid transparent;border-right:40px solid transparent;content:"";height:0;position:absolute;bottom:-16px;left:0;width:0}.progress-bar-red-details{display:flex;align-items:center;justify-content:center;height:7px;background-color:#ff5558;border-radius:5px;overflow:hidden;margin-top:20px;float:right}.exportPdfButton{border-radius:4px;color:#fff;border-color:#2e6da4;margin-left:10px;margin-top:10px;z-index:1}.exportPdfButton,.exportPdfButton:focus,.exportPdfButton:hover{padding:5px 10px;font-size:11px;background-color:#286090;float:right}.exportPdfButton:focus,.exportPdfButton:hover{color:#fff!important;border-color:#204d74}.downloading_text{font-size:12px;font-style:italic}.roi-btn,.roi-btn:focus,.roi-btn:hover{margin-top:30px;right:10px;margin-right:10px}
/*# sourceMappingURL=main.40473579.chunk.css.map */