





html,
body{height:100%;margin:0;padding:0;font-size:14px;font-family: "Montserrat", sans-serif;font-optical-sizing: auto;font-style: normal;color:#676a6c;font-weight:400;background:#f4f6fa;overflow-x:hidden;}
a{color:#000;text-decoration:none;cursor:pointer;}
a:hover{text-decoration:none;}
.bgadd{background:#ebebeb;}
.mbtm15{margin-bottom:15px;}



.scroll-wrapper {overflow: hidden !important;padding: 0 !important;position: relative;height:100%;max-height: none;width: 100%;}
.scroll-wrapper > .scroll-content {border: none !important;box-sizing: content-box !important;height: auto;left: 0;margin: 0;max-height: none;max-width: none !important;overflow: scroll !important;padding: 0;position: relative !important;top: 0; width: auto !important; }
.scroll-wrapper > .scroll-content::-webkit-scrollbar {height: 0;width: 0;}
.scroll-element {display: none;}
.scroll-element, .scroll-element div {box-sizing: content-box;}
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {display: block;}
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {cursor: default;} 
.scroll-textarea > .scroll-content {overflow: hidden !important;}
.scroll-textarea > .scroll-content > textarea {border: none !important;box-sizing: border-box;height: 100% !important; margin: 0; max-height: none !important;max-width: none !important;overflow: scroll !important; outline: none;padding: 2px; position: relative !important;top: 0;width: 100% !important;}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {height: 0;width: 0;}
.scrollbar-janos.theme-blue > .scroll-element,
.scrollbar-janos.theme-blue > .scroll-element .scroll-bar,
.scrollbar-janos.theme-blue > .scroll-element .scroll-element_corner,
.scrollbar-janos.theme-blue > .scroll-element .scroll-element_track{ background-color: #66CCEE; }


/******************* JANOS SCROLLBAR *******************/

.scrollbar-janos > .scroll-element,
.scrollbar-janos > .scroll-element div{border: none; margin: 0;overflow: hidden; padding: 0; position: absolute;z-index: 10;}
.scrollbar-janos > .scroll-element div {background-color: transparent;display: block;height: 100%;left: 0;top: 0;width: 100%;border-radius:10px;}
.scrollbar-janos > .scroll-element.scroll-x {bottom: 0;height: 10px;left: 0;right:0;margin:auto;min-width: 80%;width: 80%;border-radius:10px;}
.scrollbar-janos > .scroll-element.scroll-y {height: 90%;min-height: 90%;right: 0;top: 0;bottom:0;margin:auto;width: 10px;border-radius:10px;}
.scrollbar-janos > .scroll-element .scroll-element_corner {display: none;}
.scrollbar-janos > .scroll-element.scroll-x,
.scrollbar-janos > .scroll-element.scroll-x .scroll-bar {background-image: url(../img/scroll-v.png);background:#6cadde;background-repeat: repeat-x;}
.scrollbar-janos > .scroll-element.scroll-x .scroll-bar {box-shadow: 0 1px 2px, 0 -1px 1px rgba(255, 255, 255, 0.8);}
.scrollbar-janos > .scroll-element.scroll-y,
.scrollbar-janos > .scroll-element.scroll-y .scroll-bar {background-image: url(../img/scroll.png);background: #6cadde;background-repeat: repeat-y;}
.scrollbar-janos > .scroll-element.scroll-y .scroll-bar {box-shadow: 0 1px 2px, 0 -1px 1px rgba(255, 255, 255, 0.8);}
.scrollbar-janos > .scroll-element.scroll-x .scroll-element_track {/*background-image: url(../img/scroll-element_track.png);*/background:#c9c9c9; background-repeat: repeat-x;}
.scrollbar-janos > .scroll-element.scroll-y .scroll-element_track {/*background-image: url(../img/scroll-element_track-y.png); */ background:#c9c9c9;background-repeat: repeat-y;}
.scrollbar-janos > .scroll-element.scroll-x .scroll-bar .scroll-bar_body {background-image: url(../img/scroll-bar_body-x.png);}
.scrollbar-janos > .scroll-element.scroll-y .scroll-bar .scroll-bar_body {background-image: url(../img/scroll-bar_body-y.png);}
.scrollbar-janos > .scroll-element.scroll-x .scroll-arrow_less {background-image: url(../img/arrow-left.png); /*box-shadow: 0 1px 2px, 0 -1px 1px rgba(255, 255, 255, 0.8);*/}
.scrollbar-janos > .scroll-element.scroll-x .scroll-arrow_more {background-image: url(../img/arrow-right-more.png);}
.scrollbar-janos > .scroll-element.scroll-y .scroll-arrow_less {background-image: url(../img/arrow-less.png);/*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);*/}
.scrollbar-janos > .scroll-element.scroll-y .scroll-arrow_more {background-image: url(../img/arrow-more.png);}
.scrollbar-janos > .scroll-element .scroll-arrow,
.scrollbar-janos > .scroll-element .scroll-bar_body {background-position: center;background-repeat: no-repeat;}
.scrollbar-janos > .scroll-content.scroll-scrolly_visible { left: 0px; margin-left: 0px; }
.scrollbar-janos > .scroll-content.scroll-scrollx_visible { top:  -10px; margin-top:  10px; }

/* scrollbar arrows */

.scrollbar-janos > .scroll-element .scroll-arrow { display: none; }
.scrollbar-janos > .scroll-element.scroll-element_arrows_visible .scroll-arrow { display: block; z-index: 12; }
.scrollbar-janos > .scroll-element.scroll-x.scroll-element_arrows_visible .scroll-arrow_less {display:none; height: 100%; width: 16px;}
.scrollbar-janos > .scroll-element.scroll-x.scroll-element_arrows_visible .scroll-arrow_more {display:none; height: 100%; left: auto; right: 0; width: 16px;}
.scrollbar-janos > .scroll-element.scroll-x.scroll-element_arrows_visible .scroll-element_outer { left: 0px; }
.scrollbar-janos > .scroll-element.scroll-x.scroll-element_arrows_visible .scroll-element_track { left: -32px; }
.scrollbar-janos > .scroll-element.scroll-x.scroll-element_arrows_visible .scroll-element_size { left: -33px; }
.scrollbar-janos > .scroll-element.scroll-y.scroll-element_arrows_visible .scroll-arrow_less { width: 100%; height: 16px;display:none;}
.scrollbar-janos > .scroll-element.scroll-y.scroll-element_arrows_visible .scroll-arrow_more { width: 100%; top: auto; bottom: 0; height: 16px;display:none;}
.scrollbar-janos > .scroll-element.scroll-y.scroll-element_arrows_visible .scroll-element_outer { top: 0px; }
.scrollbar-janos > .scroll-element.scroll-y.scroll-element_arrows_visible .scroll-element_track { top: 0px; }
.scrollbar-janos > .scroll-element.scroll-y.scroll-element_arrows_visible .scroll-element_size { top: 0px; }

/* if another scrollbar is visible */

.scrollbar-janos > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -17px; }
.scrollbar-janos > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -17px; }
.scrollbar-janos > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_inner { left: -17px; }
.scrollbar-janos > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_inner { top: -17px; }

/* if arrows & another scrollbar are visible */

.scrollbar-janos > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_corner,
.scrollbar-janos > .scroll-element.scroll-y.scroll-element_arrows_visible.scroll-scrollx_visible .scroll-element_corner {border-top: 1px solid #AAAAAA;bottom: 0;display: block;height: 0px;left: auto;right: 0;top: auto;width: 16px;z-index: 13;}
.scrollbar-janos > .scroll-element.scroll-x.scroll-element_arrows_visible.scroll-scrolly_visible .scroll-arrow_more { right: 5px;}
.scrollbar-janos > .scroll-element.scroll-x.scroll-element_arrows_visible.scroll-scrolly_visible .scroll-element_track { left: -0px;}
.scrollbar-janos > .scroll-element.scroll-x.scroll-element_arrows_visible.scroll-scrolly_visible .scroll-element_size { left: -0px;}
.scrollbar-janos > .scroll-element.scroll-y.scroll-element_arrows_visible.scroll-scrollx_visible .scroll-arrow_more { bottom: 4px;}
.scrollbar-janos > .scroll-element.scroll-y.scroll-element_arrows_visible.scroll-scrollx_visible .scroll-element_track { top: 0px;}
.scrollbar-janos > .scroll-element.scroll-y.scroll-element_arrows_visible.scroll-scrollx_visible .scroll-element_size { top: 0px;}


.pricingpage .scrollbar-janos > .scroll-element.scroll-x{left: initial; right: 20px;}






/*scroll x*/


.scrollbar-janos1.theme-blue > .scroll-element,
.scrollbar-janos1.theme-blue > .scroll-element .scroll-bar,
.scrollbar-janos1.theme-blue > .scroll-element .scroll-element_corner,
.scrollbar-janos1.theme-blue > .scroll-element .scroll-element_track{ background-color: #66CCEE; }

.scrollbar-janos1 > .scroll-element,
.scrollbar-janos1 > .scroll-element div{border: none; margin: 0;overflow: hidden; padding: 0; position: absolute;z-index: 10;}
.scrollbar-janos1 > .scroll-element div {background-color: transparent;display: block;height: 100%;left: 0;top: 0;width: 100%;border-radius:10px;}
.scrollbar-janos1 > .scroll-element.scroll-x {position:fixed;border-top: 1px solid #AAAAAA;bottom: 60px;height: 10px;left:470px;right:0;margin:auto;width:calc(100% - 550px);border-radius:10px;}
.scrollbar-janos1 > .scroll-element .scroll-element_corner {display: none;}
.scrollbar-janos1 > .scroll-element.scroll-x,
.scrollbar-janos1 > .scroll-element.scroll-x .scroll-bar {background-image: url(../img/scroll-v.png);background:#6cadde;background-repeat: repeat-x;}
.scrollbar-janos1 > .scroll-element.scroll-x .scroll-bar {box-shadow: 0 1px 2px, 0 -1px 1px rgba(255, 255, 255, 0.8);}
.scrollbar-janos1 > .scroll-element.scroll-x .scroll-element_track {background-image: url(../img/scroll-element_track.png);background:#c9c9c9; background-repeat: repeat-x;}
.scrollbar-janos1 > .scroll-element.scroll-x .scroll-bar .scroll-bar_body {background-image: url(../img/scroll-bar_body-x.png);}
.scrollbar-janos1 > .scroll-element.scroll-x .scroll-arrow_less {background-image: url(../img/arrow-left.png); /*box-shadow: 0 1px 2px, 0 -1px 1px rgba(255, 255, 255, 0.8);*/}
.scrollbar-janos1 > .scroll-element.scroll-x .scroll-arrow_more {background-image: url(../img/arrow-right-more.png);}
.scrollbar-janos1 > .scroll-element .scroll-arrow,
.scrollbar-janos1 > .scroll-element .scroll-bar_body {background-position: center;background-repeat: no-repeat;}
.scrollbar-janos1 > .scroll-content.scroll-scrollx_visible { top:  -10px; margin-top:  10px; }
.scrollbar-janos1 > .scroll-element .scroll-arrow { display: none; }
.scrollbar-janos1 > .scroll-element.scroll-element_arrows_visible .scroll-arrow { display: block; z-index: 12; }
.scrollbar-janos1 > .scroll-element.scroll-x.scroll-element_arrows_visible .scroll-arrow_less {display:none; height: 100%; width: 16px;}
.scrollbar-janos1 > .scroll-element.scroll-x.scroll-element_arrows_visible .scroll-arrow_more {display:none; height: 100%; left: auto; right: 0; width: 16px;}
.scrollbar-janos1 > .scroll-element.scroll-x.scroll-element_arrows_visible .scroll-element_outer { left: 0px; }
.scrollbar-janos1 > .scroll-element.scroll-x.scroll-element_arrows_visible .scroll-element_track { left: 0px; }
.scrollbar-janos1 > .scroll-element.scroll-x.scroll-element_arrows_visible .scroll-element_size { left: 0px; }

.scrollbar-janos1 > .scroll-element.scroll-x.scroll-element_arrows_visible.scroll-scrolly_visible .scroll-arrow_more { right: 5px;}
.scrollbar-janos1 > .scroll-element.scroll-x.scroll-element_arrows_visible.scroll-scrolly_visible .scroll-element_track { left: -36px;}
.scrollbar-janos1 > .scroll-element.scroll-x.scroll-element_arrows_visible.scroll-scrolly_visible .scroll-element_size { left: -36px;}



.fullheight{display:block;height:100%;width:100%;position:relative;overflow:hidden;}
.tablecontainer.pplcontainer{    height: calc(100vh - 75px);border-top:1px solid #e7eaec !important;}

.loginpage{background: #fff;position: absolute;top: 0;bottom: 0;padding:20px 40px;width: 450px;height: 330px;margin: auto;left: 0;right: 0;border-radius: 2px; box-shadow: 1px 1px 5px #ccc;}
.loginpage .loginlogo{width: 200px;margin: auto;display: block; overflow: hidden;}
.loginpage .loginlogo img{max-width:100%;width:auto;max-height:70px;height:auto;margin:auto;display:block;}
.loginpage .contactinfo .form-group{width:100%;height:51px;margin:0 0 20px 0;}
.loginpage input[type="password"]{font-size:36px;}
.loginpage .btn{width:100%;border-radius: 2px;font-size: 20px;font-weight: 600;margin-bottom: 15px;}
.loginpage a{float:right;}
.loginpage .contactinfo .form-group input {background:#f7f7f7;height:48px;transition: 0.3s ease; -moz-transition: 0.3s ease; -webkit-transition: 0.3s ease; -o-transition: 0.3s ease;-ms-transition: 0.3s ease;padding-top: 10px;-webkit-appearance: none; }
.loginpage .contactinfo .form-group label{ font-weight:700;color: #a2a2a2; left: 10px;  top: 14px;font-size: 16px;}
.loginpage .contactinfo input:focus + .form-label, 
.loginpage .contactinfo input:valid + .form-label {top: -7px; font-size: 14px; color: #848484;background: #fff; line-height: 14px;}
.loginpage .contactinfo .form-group .eyebox{cursor:pointer;position: absolute; right: -31px; top: 11px;font-size: 20px;}
.loginpage .contactinfo .form-group .eyebox:hover{color:#5ee163;}


.maxwidth650 {max-width: 650px;width: 100%;} 
.notibell{float:left;margin-right:30px;position:relative;}
.notibell i{font-size:26px;} 
.notibell span{position: absolute;left:10px;font-size:10px;color: #ffffff;background: #f00;} 

.contactinfo{display: table; width: 100%;  margin:0px auto 0; position: relative;}
.contactinfo .form-group.fullgroup{width:98%;}
.contactinfo .form-group,
.contactinfo .form-group-half{width:48%; margin:0 0 15px 2%;float:left; position: relative; }

.contactinfo .form-group.citygroup{width:40%;}
.contactinfo .form-group.stategroup{width:24%;}
.contactinfo .form-group.zipgroup{width:30%;}

.contactinfo .form-input { border: 1px #ccc solid;  border-radius: 1px;   height: 40px;   padding: 0px;}
.contactinfo .form-label {font-weight:normal;position: absolute; transition: 0.25s ease; -moz-transition: 0.25s ease; -webkit-transition: 0.25s ease; -o-transition: 0.25s ease; -ms-transition: 0.25s ease; color: #58595e; left: 10px;top: 9px;font-size:16px; }
.contactinfo input,
.contactinfo select{height:38px;}
.contactinfo input,
.contactinfo select,
.contactinfo textarea{transition: 0.3s ease; -moz-transition: 0.3s ease; -webkit-transition: 0.3s ease; -o-transition: 0.3s ease;-ms-transition: 0.3s ease;padding-top: 10px;-webkit-appearance: none; }
.contactinfo input:focus + .form-label, .contactinfo input:valid + .form-label,
.contactinfo select:focus + .form-label, .contactinfo select:valid + .form-label,
.contactinfo textarea:focus + .form-label, .contactinfo textarea:valid + .form-label{top: -6px; font-size: 9px;color: #000; background:#fff;}
.contactinfo input,.contactinfo textarea {font-size:16px; box-sizing: border-box; width: 100%; display: block; border: none; color: #004282; background: #fff; padding: 8px 10px 4px; }
.contactinfo input:focus, .contactinfo select:focus,.contactinfo textarea:focus {outline:none; }
.contactinfo select{font-size:16px; box-sizing: border-box; width: 100%; display: block; border: none; background: #fff; padding: 8px 10px 4px;color: #004282;}
.contactinfo select option{color: #58595b;}
.contactinfo input:-webkit-autofill { -webkit-box-shadow: 0 0 0 30px transparent inset; }
.contactinfo textarea,
.contactinfo .textarea-grp{min-height:100px !important; z-index:9;    resize: vertical;}
.contactinfo .textarea-grp{border:none;}
.contactinfo select{appearance: auto;padding-left:5px;}
.contactinfo .form-group-half .stategroup{margin:0px 5px 0 0;width:calc(100% - 110px);}
.contactinfo .form-group-half .zipgroup{margin:0px;width:105px;}
.contactinfo .form-group.expgrp{width:26%;}
.contactinfo .form-group.cvvgrp{width:20%;}
.contactinfo input:focus + .form-label, .contactinfo input:disabled + .form-label{top: -5px;line-height:7px; font-size: 9px;color: #000; background:#eee;}


.mainbody{position: relative;display: block;height:100%; width: 100%; box-sizing: border-box;}
.contentalign{background:#fff;    position: relative; display: table; width: 100%;height:100%;}
.valinetext{display: table-cell; vertical-align: middle;  position: relative; width: 100%;}
.pad20{padding:20px;}
.padtop0{padding-top:0px;}
.pad0{padding:0px;}
.ul0{margin:0px;padding:0px;list-style:none;}

.checkbox input[type=checkbox], 
.checkbox-inline input[type=checkbox], 
.radio input[type=radio], 
.radio-inline input[type=radio]{appearance: auto; width: 18px;height: 18px;}
.stripekeys .radio-inline {margin-left:15px;margin-right:40px;}
.stripekeys .radio-inline input[type=radio]{margin-top:0px;}
.navbar-header.nav{ margin: 0; width: 40px; height: 35px; text-align: center;  float:left;position:relative;background:#1d3981 ;border-radius:4px;overflow:hidden;}
.navbar-header.nav a{width:40px;height:35px;padding:0px;text-align:center;border: 0;line-height: 40px;}
.navbar-header.nav a i{position: relative;margin: 6px;font-size: 19px;color: #fff;}
.show-hide-sidebar:hover{background-color:#5479aa;color:#ffffff;}
.show-hide-sidebar.show-sidebar{display:none;}
.show-hide-sidebar.hide-sidebar{display:inline-block;color:#fff;}

#sidebar{color:#fff;background: #1d3981; padding:0px;padding-top:0px;margin:0px;position:fixed;left:0px;width:220px;top:0px;bottom:0px;    transition: all 0.5s ease;}
/*#sidebar:before{content:"";position:absolute;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.4);-moz-box-shadow:0 0 10px 0 rgba(0,0,0,.4);box-shadow:0 0 10px 0 rgba(0,0,0,.2);width:247px;height:100%;z-index:0;}*/
#sidebar a{font-size:13px;font-weight:500;-webkit-transition:background-color 100ms linear;-moz-transition:background-color 100ms linear;-o-transition:background-color 100ms linear;transition:background-color 100ms linear;-webkit-transition:color 100ms linear;-moz-transition:color 100ms linear;-o-transition:color 100ms linear;transition:color 100ms linear;background-color:transparent;margin:0px;padding:14px 15px;color:#fff;}
#sidebar a > i{ color: #fff;-webkit-transition:all 100ms linear;-moz-transition:all 100ms linear;-o-transition:all 100ms linear;transition:all 100ms linear;position:absolute;font-size:15px;margin-top:1px;}
#sidebar a > i.has-submenu{position:relative;font-size:12px;margin-top:4px;margin-left:5px;}
#sidebar a > span{padding-left:35px;}
#sidebar a.active > i.has-submenu,
#sidebar .nav li > a.active ul.nav-sabmenu li a i,
#sidebar .nav-submenu a.active_submenu i{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);}
#sidebar .nav li:hover{background-color:transparent;color:#ffffff;}
#sidebar .nav li > a:hover,
#sidebar .nav li > a.active{background: #0b2054;color: #fff;}
#sidebar .nav li > a:hover i,
#sidebar .nav li > a.active i,
#sidebar a.active_submenu{    color: #fff;}
#sidebar > .nav{margin-bottom:50px;}
#sidebar .nav-submenu,
#sidebar .nav-subsubmenu{background-color:#3c4558;-webkit-box-shadow:inset 0 4px 4px -2px rgba(0,0,0,.15), inset 0 -4px 4px -2px rgba(0,0,0,.15);-moz-box-shadow:inset 0 4px 4px -2px rgba(0,0,0,.15),inset 0 -4px 4px -2px rgba(0,0,0,.15);color:#737373;width:220px;position:relative;}
#sidebar1 ul.nav-submenu:before{content:"";display:block;position:absolute;z-index:1;left:23px;top:0;bottom:19px;border-left:1px solid #e2e2e2;}
#sidebar .nav-submenu a{color:#9ea6b9;padding:6px 10px 6px 47px;font-size:13px;border:none;height:38px;line-height:30px;}
#sidebar1 .nav-submenu a:before{content:"";display:inline-block;position:absolute;width:5px;height:5px;left:20px;top:19px;background-color:#cbcbcb;border:1px solid #d9d9d9;z-index:2;}
#sidebar .subsubmenu a:before{content:"";display:inline-block;position:absolute;width:5px;height:5px;left:1px;top:13px;background-color:#cbcbcb;border:1px solid #d9d9d9;z-index:2;}
#sidebar .nav-submenu a.active_submenu{color: #000!important;background: #ebebeb;}
#sidebar .progress{background-color:#131e30;}
#sidebar .nav-submenu.submenu-hidden{display:none;}
#sidebar .subsubmenu{display:none;margin-left:20px;}
.collapsed-sidebar #sidebar .nav > li > ul ul{display:none;margin-left:0px;}
#sidebar .subsubmenu li{position:relative;}
#sidebar .subsubmenu li a{display:block;padding:0px 10px 0px 20px;height:30px;}
#sidebar .nav li.dropdwonactive ul{display:block;}
.menu-right #sidebar{left:auto;right:0px;width:250px;top:50px;bottom:0px;}
#main-nav{padding-bottom:20px;    transition: all 0.5s ease; }
#sm-menu{width:50px;    transition: all 0.5s ease;}
.nav-down{display:none;}
.dropdown-subnav{display:none;}
.dropdown-subnav.active{display:block;}
.dropdown-subnav li{position:relative;    margin-left: 18px;}
#sidebar .nav-submenu .dropdown-subnav li a:before{top:13px;}
#sidebar .nav-submenu a.subnav-title{color: #737373 !important;}
#sidebar .nav-submenu a.subnav-title i{ -webkit-transform: rotate(0deg);color: #737373; -moz-transform: rotate(0deg); -ms-transform: rotate(0deg);-o-transform: rotate(0deg);}
#sidebar .nav-submenu a.subnav-title.current{ color: #000000 !important;background: #ebebeb;}
#sidebar .nav-submenu a.subnav-title.current i{-webkit-transform: rotate(90deg);-moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg);color: #eba74e;}
#sidebar .sidebar_scroll .scrollbar-janos > .scroll-content.scroll-scrollx_visible { top: 0px;  margin-top: 0px;}
#sidebar  .scrollbar-janos > .scroll-element.scroll-x{display:none;}
#sidebar .nav ul li ul.dropdown-subnav{}
#sidebar .nav ul li ul.dropdown-subnav li {list-style:none;padding:0px;margin:0px;border-left: 2px #939393 solid;}
#sidebar .nav ul li ul.dropdown-subnav li a{padding: 2px 20px 2px;display: block; height: 33px;}
#sidebar .nav ul li ul.dropdown-subnav li a.active_submenu{background:transparent;    color: #004282 !important;}
#sidebar .nav ul li ul.dropdown-subnav li a:before{display:none;}
#sidebar .nav ul li ul.dropdown-subnav li a.nav-submenu{display:block;}
#sidebar .nav li a span.badge{padding: 2px 3px;float: right; background: #f90404;position: absolute; right: 8px;}

.sidebar_scroll{display: block; width: 100%; height: 100%; position: relative;}
.sidebarscroll {overflow: auto; overflow-x: hidden!important;height:100%;}
.collapsed-sidebar .sidebarscroll{-ms-overflow-style: none;scrollbar-width: none;  }
.collapsed-sidebar .sidebarscroll.activescroll{width:290px;-ms-overflow-style: none;scrollbar-width: none;}
.collapsed-sidebar .show-hide-sidebar.show-sidebar{display:inline-block;color:#fff;}
.collapsed-sidebar .show-hide-sidebar.hide-sidebar{display:none;}
.collapsed-sidebar #sidebar{width:50px!important;overflow:visible!important;z-index:10;    transition: all 0.5s ease;}
.collapsed-sidebar #sidebar:before{width:47px;}
.collapsed-sidebar #sidebar .slimScrollDiv{width:50px!important;overflow:visible!important;}
.collapsed-sidebar #sidebar .slimScrollDiv .sidebar_scroll{width:50px!important;overflow:visible!important;}
.collapsed-sidebar #sidebar:hover{z-index:9998;}
.collapsed-sidebar #sidebar .nav > li{height:40px;width:50px;    transition: all 0.5s ease;}
.collapsed-sidebar #sidebar ul.nav:before,
.collapsed-sidebar #sidebar .nav > li a:before{display:none;}
.collapsed-sidebar #sidebar .nav > li a{height:40px;width:50px;padding:14px;}
.collapsed-sidebar #sidebar .nav > li a span{display:none;}
.collapsed-sidebar #sidebar .nav > li a > i.has-submenu{display:none;}
.collapsed-sidebar #sidebar .nav > li:hover{padding:0px;}
.collapsed-sidebar #sidebar .nav > li:hover i{z-index:999!important;color:#eba74e;}
.collapsed-sidebar #sidebar .nav > li:hover > a{width:270px;display:block;}
.collapsed-sidebar #sidebar .nav > li:hover > a > span{display:inline-block !important;padding-left:48px;text-transform:uppercase;font-size:12px;padding-top:0px;background-color:#0b2054;color:#ffffff;width:220px;position:absolute;left:46px;padding-left:13PX;top:0px;bottom:0px;padding-top:12px;}
.collapsed-sidebar #sidebar .nav > li:hover > a > span .label,
.collapsed-sidebar #sidebar .nav > li:hover > a > span .badge{display:none!important;}
.collapsed-sidebar #sidebar .nav > li:hover > a > span.label,
.collapsed-sidebar #sidebar .nav > li:hover > a > span.badge{display:none!important;}
.collapsed-sidebar #sidebar .nav > li:hover > ul.nav-submenu {display:block!important;z-index:9998;position:absolute;width:220px;left:100%;top:100%;}
.collapsed-sidebar #sidebar .nav > li:hover > ul ul.dropdown-subnav{position:relative;width:100%;left:0; display:none;}
.collapsed-sidebar #sidebar .nav > li:hover > ul ul li a{display:block;}
.collapsed-sidebar #sidebar .nav.nav-submenu > li a{width:220px;padding:13px;line-height:16px;}
.collapsed-sidebar #sidebar .nav.nav-submenu > li a.subsubdown i{display:block;}
.collapsed-sidebar #sidebar .nav > li ul li{width:100%; height:auto;}
.collapsed-sidebar #main-nav{width:50px;height:100%;}
.collapsed-sidebar .wrapper{width:calc(100% - 50px);z-index:99;overflow:visible;}

.footable{width:100%;}
.footable.breakpoint > tbody > tr.footable-detail-show > td{border-bottom:none;}
.footable.breakpoint > tbody > tr.footable-detail-show > td > span.footable-toggle:before{content:"\e113";}
.footable.breakpoint > tbody > tr:hover:not(.footable-row-detail){cursor:pointer;}
.footable.breakpoint > tbody > tr > td.footable-cell-detail{background:#eee;border-top:none;}
.footable.breakpoint > tbody > tr > td > span.footable-toggle{display:inline-block;width:100%;position:absolute;left:0;bottom:0;float:left;text-align:center;font-family:"Glyphicons Halflings";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;padding-right:5px;font-size:14px;color:#888888;}
.footable.breakpoint > tbody > tr > td > span.footable-toggle:before{content:"\e114";}
.footable.breakpoint.toggle-circle > tbody > tr.footable-detail-show > td > span.footable-toggle:before{content:"\e005";}
.footable.breakpoint.toggle-circle > tbody > tr > td > span.footable-toggle:before{content:"\e004";}
.footable.breakpoint.toggle-circle-filled > tbody > tr.footable-detail-show > td > span.footable-toggle:before{content:"\e003";}
.footable.breakpoint.toggle-circle-filled > tbody > tr > td > span.footable-toggle:before{content:"\e002";}
.footable.breakpoint.toggle-square > tbody > tr.footable-detail-show > td > span.footable-toggle:before{content:"\e007";}
.footable.breakpoint.toggle-square > tbody > tr > td > span.footable-toggle:before{content:"\e006";}
.footable.breakpoint.toggle-square-filled > tbody > tr.footable-detail-show > td > span.footable-toggle:before{content:"\e009";}
.footable.breakpoint.toggle-square-filled > tbody > tr > td > span.footable-toggle:before{content:"\e008";}
.footable.breakpoint.toggle-arrow > tbody > tr.footable-detail-show > td > span.footable-toggle:before{content:"\e00f";}
.footable.breakpoint.toggle-arrow > tbody > tr > td > span.footable-toggle:before{content:"\e011";}
.footable.breakpoint.toggle-arrow-small > tbody > tr.footable-detail-show > td > span.footable-toggle:before{content:"\e013";}
.footable.breakpoint.toggle-arrow-small > tbody > tr > td > span.footable-toggle:before{content:"\e015";}
.footable.breakpoint.toggle-arrow-circle > tbody > tr.footable-detail-show > td > span.footable-toggle:before{content:"\e01b";}
.footable.breakpoint.toggle-arrow-circle > tbody > tr > td > span.footable-toggle:before{content:"\e01d";}
.footable.breakpoint.toggle-arrow-circle-filled > tbody > tr.footable-detail-show > td > span.footable-toggle:before{content:"\e00b";}
.footable.breakpoint.toggle-arrow-circle-filled > tbody > tr > td > span.footable-toggle:before{content:"\e00d";}
.footable.breakpoint.toggle-arrow-tiny > tbody > tr.footable-detail-show > td > span.footable-toggle:before{content:"\e01f";}
.footable.breakpoint.toggle-arrow-tiny > tbody > tr > td > span.footable-toggle:before{content:"\e021";}
.footable.breakpoint.toggle-arrow-alt > tbody > tr.footable-detail-show > td > span.footable-toggle:before{content:"\e017";}
.footable.breakpoint.toggle-arrow-alt > tbody > tr > td > span.footable-toggle:before{content:"\e019";}
.footable.breakpoint.toggle-medium > tbody > tr > td > span.footable-toggle{font-size:18px;}
.footable.breakpoint.toggle-large > tbody > tr > td > span.footable-toggle{font-size:24px;}
.footable > thead > tr > th{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:-moz-none;-ms-user-select:none;user-select:none;}
.footable > thead > tr > th.footable-sortable:hover{cursor:pointer;}
.footable > thead > tr > th.footable-sorted > span.footable-sort-indicator:before{content:"\e013";}
.footable > thead > tr > th.footable-sorted-desc > span.footable-sort-indicator:before{content:"\e012";}
.footable > thead > tr > th > span.footable-sort-indicator{display:inline-block;font-family:'footable';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;padding-left:5px;}
.footable > thead > tr > th > span.footable-sort-indicator:before{content:"\e022";}
.footable > tfoot .pagination{margin:0;}
.footable.no-paging .hide-if-no-paging{display:none;}
.footable-row-detail-inner{display:table;width:100%;}
.footable-row-detail-row{display:table-row;line-height:1.5em;border-bottom:1px #ccc solid;}
.footable-row-detail-row:last-child{border:0px;}
.footable-row-detail-group{display:block;line-height:2em;font-size:1.2em;font-weight:bold;}
.footable-row-detail-name{width:27%;font-size:12px;display:table-cell;font-family:'Helvetica-Bold';padding-right:0.5em;padding-top:3px;padding-bottom:3px;}
.footable-row-detail-value{display:table-cell;padding-top:3px;padding-bottom:3px;}
.footable-odd{background-color:#f7f7f7;}

.header{height: 75px;padding: 20px 30px;position: relative; display: block;width: 100%;background:#fff;z-index:99;}
.header .logo{width:auto; float: left; height:35px;text-align:left;padding-left:20px;font-size:24px;text-transform:uppercase;}
.header .logo h2{margin: 0px;line-height: 35px; font-weight: 400;font-size: 22px;}
.header .logo img{max-height: 100%;height: auto;}
.header .rightlogout{float:right;color:#9ea6b9;font-weight:600;cursor:pointer;}
.header .dropdown-menu{}
.header .logout{float:left;margin-left:30px;}
.header .dropdown .dropdown-toggle:hover,
.header .logout:hover{color:#0e9aef;}

.header .usersetting{float:right;margin-top:10px;}
.header .usersetting .username{font-size:24px;}
.header .usersetting .notificationdiv{margin: 0 25px;   font-size: 24px;}
.header .usersetting .dropdown{font-size:24px;margin-right:10px;cursor:pointer;}


.wrapper{width:calc(100% - 220px);float:right;min-height:100%;position:relative;padding:0px;   transition: all 0.5s ease;}
.carousel,
.carousel-inner,
.carousel-inner .item{height:100%;border-radius:10px;}

.pagetitle{height:90px;border-top:1px solid #e7eaec !important;background:#fff;display:block;width:100%;clear:both;padding:16px 30px;}
.pagetitle h3{margin: 0 0 0 -2px;font-size: 22px;font-weight: 400;padding-bottom:5px;}
.pagetitle ol{margin: 0;padding: 8px 0; background-color: #fff; border-radius: 0;}

.contentarea{position:relative;display:block;width:100%;padding:30px;}
.text-primary{color:#1c84c6}
.text-info{color:#23c6c8;}
.text-warning{color:#f8ac59;}
.text-danger{color:#ed5565;}
.label-info{background:#23c6c8;}
.footer {background: none repeat scroll 0 0 white;border-top: 1px solid #e7eaec;bottom: 0;left: 0;padding: 10px 20px;position: absolute;right: 0;}
.footer p{margin:0px;font-size:12px;}
.totalcredit{font-size: 16px;float: right;font-weight: 600;margin-top:15px;}
.totalcredit span.tcredit{font-weight: 400;font-size: 11px;}
.totalcredit .plusicon{cursor:pointer;float: right; border: 1px #b6c3cb solid; border-radius: 3px;width: 22px;height: 22px;text-align: center; margin-left: 5px;font-size: 12px;}
.contentarea .panel{border:1px #e7eaec solid;border-radius:0px;margin-bottom:25px;}
.contentarea .panel .panel-header{height: 48px;padding:10px 15px;border-bottom: 1px #ccc solid;position: relative;display: block;clear: both;width: 100%;}
.contentarea .panel .panel-header h3{float: left;font-size: 14px;font-weight: 600;margin: 0;line-height: 31px;}
.contentarea .panel .panel-header h3 span{font-weight: 400;font-size: 12px;}
.contentarea .panel .panel-header .label{float: right;margin-top: 5px;font-weight: 500;height: 17px;line-height: 14px;font-size:10px;}
.contentarea .panel .panel-body{}
.contentarea .panel .panel-body .dashprice{text-align: center;font-size: 24px;padding: 14px 0;}
.leadtoday .panel-header h3{width:22%;}
.leadtoday .panel-header .hourlead{float:left;font-size: 14px;font-weight: 600;margin: 0;line-height: 31px;padding-left:6px;}
.leadtoday .panel-header .right{float:right;}
.leadtoday .panel-header .right .btn{float: left;padding: 3px 10px;margin-right: 20px;}
.leadtoday .panel-header .right .refreshbtn{float:left;border: 1px #ccc solid;border-radius: 3px;width: 24px; height: 24px;text-align: center;font-size: 12px; line-height: 22px; margin-top: 2px;}
.leadtoday .col-md-3{width:22%;}
.leadtoday .col-md-9{width:78%;}
.leadtoday p{display: block; height: 50px;line-height: 50px;font-size: 16px;font-weight: 600;margin: 0;border-bottom: 1px #ccc solid;}
.leadtoday p span{font-weight: 400;font-size: 12px;}

.bdr0{border:0px !important;}
.leadtoday .leadpostbox{height: 1px;background: #ccc;width: calc(100% - 10px);float: right;margin-top: 24px;}
.leadtoday .lnum{width:10px;float:left;margin-top:15px;text-align:left;}
.leadtoday .lrejectrow .leadpostbox{margin-top:48px;}
.leadtoday .lrejectrow .lnum{position: absolute;bottom: -8px;}
.leadtoday .postacceptbox{position: absolute;top: 35px;left: 25px;}
.leadtoday .postacceptbox ul{margin:0px;padding:0px;list-style:none;}
.leadtoday .postacceptbox ul li{display:block;width:100%;font-size:12px;}
.leadtoday .postacceptbox ul li .checkpost{margin-right:4px;float:left;width: 15px;height: 15px;border: 1px #4c4848 solid;background: #337ab7;position:relative;}
.leadtoday .postacceptbox ul li .checkpost.greenclr{background:#31ab19}
.leadtoday .postacceptbox ul li .checkpost:after{content:""; width: 100%; position: absolute;height: 100%;top: 0;border: 1px #fff solid;left: 0;}
.leadtoday .leadscale{display: block;width: calc(100% - 10px);position: relative;float: right;}
.leadtoday .leadscale ul{margin:0px;padding:0px;list-style:none;}
.leadtoday .leadscale ul li{float:left;width: calc(100% / 8);position: relative;text-align: right;font-size:12px;margin-top:4px;}

.leadcontactbox{}
.leadcontactbox .right{float: right;position: relative;color:#c4c4c4;}
.leadcontactbox .right a,
.leadcontactbox .right .closectnbox{float:left;color:#c4c4c4;margin-left:15px;cursor:pointer;}
.leadcontactbox .right a:hover,
.leadcontactbox .right .closectnbox:hover{color:#337ab7;}
.leadcontactbox .panel .panel-body{padding:0px;}
.leadcontactbox .contacttitle{position: relative;display: block;clear: both;width: 100%;padding: 15px;background: #f4f6fa;}
.leadcontactbox .contacttitle h3{margin:0px;padding-bottom:10px;font-weight:normal;}
.leadcontactbox .contacttitle p{margin:0px;}
.contactlist{background:#fff;padding:0 15px 20px;position:relative;width:100%;}
.contactlist ul{}
.contactlist ul li {    border-bottom: 1px #e3e3e3 solid; width: 100%;position: relative;padding: 15px 0px;}
.contactlist ul li h4{margin-top:0px;font-size:14px;font-weight:600;}
.contactlist ul li p{margin:0px;}

.radiogroup{margin:15px 15px 0px 0px;}
.radiogroup label{font-weight:bold;line-height:27px;}
.filtersearch{float:right;position:relative;height:34px;margin-top:11px;}
.filtersearch .btn-primary{float:left;}
.filtersearch .input-group{float: left;margin-left: 20px;height: 34px;position: relative;}
.filtersearch .input-group input{width:100%;padding-right:32px;}
.filtersearch .input-group button{width: 32px;height: 32px;position: absolute;border: 0;background: transparent;right: 0;z-index: 9;}
.tablecontainer{width: 100%;position: relative;display: block;height: calc(100vh - 215px);}
.tablepagination{height:50px;position:relative;display:block;width:100%;padding:8px 30px 0;background:#fff;border-top:1px #ccc solid;}
.displaybox{float:right;display:block;position:relative;margin-right:40px;}
.displaybox label{float:left;line-height:30px;font-weight:500;padding-right:15px;margin:0px;}
.displaybox select{float:left;width:70px;height:30px;}
.perpage{float:right;}
.perpage label{float:left;line-height:30px;}
.perpage ul{margin:0px;padding:0px;list-style:none;float:left;}
.perpage ul li{float:left;line-height:30px;padding:0 6px;}
.perpage ul li span{width: 30px;position: relative;display: block;height: 30px;text-align: center;font-size: 18px;cursor:pointer;}
.tabtablediv{height: 100%;position: relative;display: block;padding: 5px 28px;}
.tabtablediv .nav-tabs{height:30px;display:block;position:relative;width:100%;}
.tabtablediv .nav-tabs li a{background:#808080;color:#fff;border: 1px #ccc solid;padding: 3px 15px;height: 30px;width: 130px;text-align: center;font-weight: 600;}
.tabtablediv .nav-tabs li.active a,
.tabtablediv .nav-tabs li.active a:hover{background: #fff;border-bottom: 0;color:#000;}
.tabtablediv .nav-tabs li a:hover{background:#ccc;}
.tabtablediv .tab-content.notabcontent{height:100%;}
.tabtablediv .tab-content{width: 100%;position: relative;height: calc(100% - 30px);border-bottom: 1px #ccc solid;border-left: 1px #ccc solid;border-right: 1px #ccc solid;background: #fff;}
.tabtablediv .tab-content .tab-pane{height:100%;}
.tabtablediv table{/*width:2000px;*/max-width:inherit;white-space: normal;font-size:12px;}
.tabtablediv .tab-content th,
.tabtablediv .tab-content td{vertical-align:middle;padding:10px 8px;}
.tabtablediv .tab-content th{box-sizing: border-box;overflow: unset;text-align: left;text-overflow: ellipsis;position: -webkit-sticky;position: sticky;top:0;z-index:99;background:#e5e5e5;padding:10px 8px;}
.tabtablediv .tab-content th:nth-child(1){left:0;z-index:100;}
.tabtablediv .tab-content th:nth-child(2){left:60px;z-index:100;}
.tabtablediv .tab-content td:nth-child(1){position: -webkit-sticky;position: sticky;z-index:10;left:0px;}
.tabtablediv .tab-content td:nth-child(2){position: -webkit-sticky;position: sticky;z-index:10;left:60px;}
.tabtablediv .tab-content th:last-child{right:0;z-index:100;}
.tabtablediv .tab-content td:last-child{position: -webkit-sticky;position: sticky;right:0;z-index:10;text-align:center;}
.tabtablediv .tab-content tr:last-child td{border-bottom:1px #ccc solid;}
.tabtablediv .tab-content .table-striped>tbody>tr:nth-of-type(odd) td:nth-child(1),
.tabtablediv .tab-content .table-striped>tbody>tr:nth-of-type(odd) td:nth-child(2),
.tabtablediv .tab-content .table-striped>tbody>tr:nth-of-type(odd) td:last-child,
.tabtablediv .tab-content #list-container #scroll-container.billingtable .table-striped>tbody>tr:nth-of-type(odd) td:nth-child(3){background-color: #f9f9f9;}
.tabtablediv .tab-content .table-striped>tbody>tr:nth-of-type(even) td:nth-child(1),
.tabtablediv .tab-content .table-striped>tbody>tr:nth-of-type(even) td:nth-child(2),
.tabtablediv .tab-content .table-striped>tbody>tr:nth-of-type(even) td:last-child,
.tabtablediv .tab-content #list-container #scroll-container.billingtable .table-striped>tbody>tr:nth-of-type(even) td:nth-child(3){background-color: #fff;}

.tabtablediv .tab-content .billingtable th:nth-child(3){left:160px;z-index:100;}
.tabtablediv .tab-content .billingtable td:nth-child(3){position: -webkit-sticky;position: sticky;z-index:10;left:160px;}
.tabtablediv .tab-content .billingtable th:last-child{text-align:center;}
.tabtablediv .tab-content #list-container #scroll-container.billingtable.shadow-left td:nth-child(2):after{display:none;}


.tabtablediv .tab-content #list-container #scroll-container.billingtable.shadow-left td:nth-child(3):after,
.tabtablediv .tab-content #list-container #scroll-container.shadow-left td:nth-child(2):after{content: "";border-right: 1px #ccc solid;position: absolute;right: 0;top: 0;height: 100%;box-shadow: -1px -2px 4px #525252;}
.tabtablediv .tab-content #list-container #scroll-container.shadow-right td:last-child:after{content: "";border-left: 1px #ccc solid;position: absolute;left: 0;top: 0;height: 100%;box-shadow: -1px -2px 4px #525252;}

.tabtablediv .table tr:hover, .tabtablediv .tab-content tr:hover td:nth-child(1), 
.tabtablediv .tab-content tr:hover td:nth-child(2),
.tabtablediv .tab-content #list-container #scroll-container.billingtable .table-striped>tbody>tr:hover td:nth-child(3){background-color: #edeff3 !important;}

.tabtablediv .tab-content .billingtable td:nth-child(3){text-transform: capitalize;}
.tabtablediv .tab-content .clienttable td{text-transform: capitalize;}
.tabtablediv .tab-content .clienttable td:nth-child(5){text-transform: lowercase;}


.rightbdr{border-right:1px #ccc solid;}
.w40{width:40px;}
.w60{width:60px;}
.w70{width:70px;}
.w80{width:80px;}
.w100{width:100px;}
.w120{width:120px;}
.w150{width:150px;}
.w160{width:160px;}
.w180{width:180px;}
.w190{width:190px;}
.w200{width:200px;}
.w250{width:250px;}
.w270{width:270px;}
.w280{width:280px;}
.w300{width:300px;}
.w350{width:350px;}
.w400{width:400px;}
.width3{width:3%;}
.width4{width:4%;}
.width5{width:5%;}
.width6{width:6%;}
.width7{width:7%;}
.width8{width:8%;}
.width9{width:9%;}
.width10{width:10%;}
.width11{width:11%;}
.width12{width:12%;}
.width14{width:14%;}
.width15{width:15%;}
.width18{width:18%;}
.width20{width:20%;}
.width25{width:25%;}
.width30{width:30%;}
.width35{width:35%;}
.width40{width:40%;}
.width45{width:45%;}
.width50{width:50%;}
.width60{width:60%;}
.width70{width:70%;}

#list-container{overflow: auto; height:100%;}
#scroll-container{}
.tableregistration{min-width:1660px;width:100%;}
.detailaro{cursor:pointer;}
.detailaro:hover{color:#4CAF50;}
.fullwtable{min-width:1590px;width:100%;}
.fleft{float:left;}
.priceselection{margin-top:11px;}
.priceselection .form-group{margin:0px;padding-right:20px;}
.priceselection .form-group label{float:left;margin:0px;line-height:30px;padding-right:10px;}
.priceselection .form-group select{float:left;padding:0px;height:30px;width:170px;text-align:left;}
.priceselection .form-group select option{}
.priceselection .form-group select{width:210px;}
.webphoneform{float:right;margin-top:11px;}
.webphoneform a{float:left; width: 150px;margin-left: 15px;padding: 4px 15px;}
.savebtn{float:right;}

.tablecontainer .tablepricing{width:100%;min-width:1590px;}
.tablecontainer .tabtablediv .tab-content .tablepricing th{font-size:11px;vertical-align:bottom;text-align:center;color:#fff;padding:2px 3px;}
.tablecontainer .tabtablediv .tab-content .tablepricing th:last-child{right:initial;z-index:100;}
.tablecontainer .tabtablediv .tab-content .tablepricing td:last-child{position: initial;right:initial;z-index:10;text-align:center;}
.tabtablediv .tab-content  #list-container #scroll-container.tablepricing.shadow-right td:last-child:after,
.tabtablediv .tab-content #list-container #scroll-container.tablepricing.shadow-left td:nth-child(2):after{display:none;}
.tabtablediv .tab-content #list-container #scroll-container.tablepricing.shadow-left td:nth-child(1):after{content: "";border-right: 1px #ccc solid;position: absolute;right: 0;top: 0;height: 100%;box-shadow: -1px -2px 4px #525252;}

.tablepricing .thtop{background:#444040;height:50px;display:table;width:100%;}
.tablepricing .thtop p{display:table-cell;vertical-align:middle;margin:0px;}
.tablepricing .thbtm{background: #838080;height: 50px;}
.tablepricing .thbtm p{margin:0px;line-height:50px;}
.tablepricing .thbtm span:first-child{border-bottom:1px #fff solid;}
.tablepricing .thbtm span{display: block; height: 25px; line-height: 25px;}
.tablepricing .defaultmup .thbtm{width:50%;float:left;}
.tablepricing .defaultmup .thbtm span:last-child{line-height:normal;font-size:10px;}
.tablepricing .defaultmup .thbtm:last-child{border-left:1px #fff solid;}
.tablecontainer .tabtablediv .tab-content .tablepricing td{text-align:center;padding:4px 3px;border-top:0px;}
.tablecontainer .tabtablediv .tab-content .tablepricing td:first-child{text-align:left;}
.tablecontainer .tabtablediv .tab-content .tablepricing th:nth-child(2){left:initial;z-index:0;}
.tablecontainer .tabtablediv .tab-content .tablepricing td:nth-child(2){position:static;}
.tablecontainer .tabtablediv .tab-content .tablepricing .pricetd{display: table;width: 100%;border: 1px #ccc solid;height: 54px;}
.tablecontainer .tabtablediv .tab-content .tablepricing td:nth-child(1) .pricetd{font-weight:700;display:block;padding-left:15px;line-height:50px;}
.tablecontainer .tabtablediv .tab-content .tablepricing td:nth-child(2) .pricetd,
.tablecontainer .tabtablediv .tab-content .tablepricing td:nth-child(3) .pricetd{line-height:50px;}
.tablecontainer .tabtablediv .tab-content .tablepricing .pricetd p{display:block;margin:0px;border-bottom:1px #ddd solid;line-height:25px;font-weight:600;}
.tablecontainer .tabtablediv .tab-content .tablepricing .pricetd .pmarkup{height:25px;display: inline-block;width: auto; position: relative; margin: auto; }
.tablecontainer .tabtablediv .tab-content .tablepricing .pricetd span{line-height:25px;}
.tablecontainer .tabtablediv .tab-content .tablepricing .pricetd span:last-child{border-left:1px #ccc solid;margin-left:5px;padding-left:5px;}
.tablecontainer .tabtablediv .tab-content .tablepricing ul{margin:0px;padding:0px;list-style:none;display: table;width: 100%;border: 1px #ccc solid;height: 54px;}
.tablecontainer .tabtablediv .tab-content .tablepricing ul li{width:50%;float:left;height:52px;}
.tablecontainer .tabtablediv .tab-content .tablepricing ul li:first-child{border-right:1px #ccc solid;}
.tablecontainer .tabtablediv .tab-content .tablepricing ul li p{margin:0px;display:block;width:100%;line-height:25px;font-weight:600;border-bottom:1px #ccc solid;}
.tablecontainer .tabtablediv .tab-content .tablepricing ul li span{line-height: 25px;height: 25px;position: relative; display: inline-block;}
.tablecontainer .tabtablediv .tab-content .tablepricing ul li .editinput{background:#e9e9e9;border: 1px #ccc solid;width: 90px;margin: 8px auto 0;height: 35px;}
.tablecontainer .tabtablediv .tab-content .tablepricing ul li .editinput input{color:#117cd1;width: 62px;margin-top: 4px;border: 1px #8f8f8f solid;height: 25px;}
.tablecontainer .tabtablediv .tab-content .tablepricing ul li .editinput span{width: 15px;position: relative;float: left; height: 33px; line-height: 33px; border-right: 1px #ccc solid;}
.tablecontainer .tabtablediv .tab-content .tablepricing .tworowspan table td{height:54px;width:8%;border-bottom:0;}
.tablecontainer .tabtablediv .tab-content .tablepricing .tworowspan td.row2height .pricetd{height:115px;line-height:100px;}
.tablecontainer .tabtablediv .tab-content .tablepricing .tworowspan table td:first-child{position:static;width:7.88%;}
.tablecontainer .tabtablediv .tab-content .tablepricing .tworowspan table td .pricetd{line-height:normal;}
.tablecontainer .tabtablediv .tab-content .tablepricing .tworowspan table td:nth-child(1) .pricetd{font-weight:normal;padding-left:0px;text-align:center;line-height:50px;}
.tablecontainer .tabtablediv .tab-content .tablepricing .tworowspan table td:nth-child(2) .pricetd{line-height:50px;}
.tablecontainer .tabtablediv .tab-content .tablepricing .tworowspan table tr:last-child td{border-bottom:0px;}
.tablecontainer .tabtablediv .tab-content .tablepricing .tworowspan table td:nth-child(3){width:15%;}

.tabtablediv .tab-content #scroll-container.fullwtable th:nth-child(2),
.tabtablediv .tab-content #scroll-container.fullwtable td:nth-child(2){left:4%;}
.tabtablediv .tab-content .fullwtable td{border-right:1px #f1f1f1 solid;}
.tabtablediv .tab-content .fullwtable td p{margin:0px;}
.tabtablediv .tab-content .fullwtable td p span{float:right;padding-right:10px;}
.tabtablediv .tab-content .fullwtable th:nth-child(10),
.tabtablediv .tab-content .fullwtable td:nth-child(10){text-align:center;}
.tabtablediv .tab-content .fullwtable td a.camp_dtl_btn{width:20px;height:20px;display:block;margin: 0 auto 10px;color: #f9a728;font-size: 18px;}
.tabtablediv .tab-content .fullwtable td .cbalance{color: #f9a728; font-weight:500;}
.tabtablediv .tab-content table.lasttdstatic th:last-child{right: inherit;}
.tabtablediv .tab-content table.lasttdstatic td:last-child{right: inherit;position:static;}
.tabtablediv .tab-content #list-container #scroll-container.shadow-right table.lasttdstatic td:last-child:after{display:none;}
.clienttable{width:2580px;}
.billingtable{min-width:1210px;width:100%;}
.salesreptable{min-width:1310px;width:100%;}
.maxwidth700{max-width:700px;}
.tabtablediv .tab-content .salesreptable td:last-child{padding:4px 8px;}
.tabtablediv .tab-content .salesreptable td:last-child a{float:left;font-size: 16px;margin: 0px 13px;}
.tabtablediv .tab-content .salesreptable td:last-child a:hover{color:#F44336;}
.tabtablediv .tab-content .salesreptable td:last-child a:first-child{float:right;}



.pricingtablepage{height: 100%;position: relative;display: block;padding: 5px 28px;}
.tablecontainer .pricingtablepage .tablepricing{min-width:2290px;}
.pricingtablepage .tab-content th {font-size:11px;box-sizing: border-box; overflow: unset;text-align: center;color:#fff;text-overflow: ellipsis;position: -webkit-sticky;  position: sticky;  top: 0; z-index: 99;background: #e5e5e5;padding: 2px 3px;}
.pricingtablepage .tab-content th:nth-child(1) {left: 0;z-index: 100;}
.pricingtablepage .tab-content td.fixtd{width:190px;text-align:left; position: -webkit-sticky; position: sticky;  z-index: 10;left: 0px;}
.pricingtablepage .tab-content td.fixtd .pricetd{height: calc(100% - 12px);position: absolute;display: block;top: 4px;bottom: 0; width: calc(100% - 6px);margin-bottom: 0;}
.pricingtablepage .tab-content td.fixtd .pricetd .cat{display:table;height:100%;width:100%;}
.pricingtablepage .tab-content td.fixtd .pricetd .cat p{display:table-cell;vertical-align:middle;font-size:20px;border:0px;}
.pricingtablepage .tab-content .tablepricing td {text-align: center; padding: 4px 3px; border-top: 0px;}
.pricingtablepage .tab-content .pricetd { display: table; width: 100%;border: 1px #ccc solid;height: 54px;}
.pricingtablepage .tab-content .tablepricing ul {margin: 0px;padding: 0px;list-style: none;display: table; width: 100%;border: 1px #ccc solid;height: 54px;}
.pricingtablepage .tab-content .tablepricing ul li { width: 50%;float: left;height: 52px;}
.pricingtablepage .tab-content .tablepricing ul li:first-child {border-right: 1px #ccc solid;}
.pricingtablepage .tab-content .tablepricing ul li p {margin: 0px;display: block; width: 100%;line-height: 25px; font-weight: 600; border-bottom: 1px #ccc solid;}
.pricingtablepage .tab-content .tablepricing ul li span {line-height: 25px; height: 25px; position: relative;display: inline-block;}
.pricingtablepage .tab-content .tablepricing ul li .editinput { background: #e9e9e9;border: 1px #ccc solid; width: 90px;margin: 8px auto 0; height: 35px;}
.pricingtablepage .tab-content .tablepricing ul li .editinput span {width: 15px;position: relative; float: left;height: 33px;line-height: 33px;border-right: 1px #ccc solid;}
.pricingtablepage .tab-content .tablepricing ul li .editinput input {color: #117cd1; width: 62px;margin-top: 4px;border: 1px #8f8f8f solid; height: 25px;}
.pricingtablepage .tab-content .tablepricing td.col9{padding:0px;}
.pricingtablepage .tab-content .tablepricing td table td:nth-child(1){width:280px;}
.pricingtablepage .tab-content .tablepricing td table td:nth-child(2){width:280px;vertical-align:top;text-align:left;}
.pricingtablepage .tab-content .tablepricing td table td:nth-child(3){width:300px;vertical-align:top;text-align:left;}
.pricingtablepage .tab-content .tablepricing td table td:nth-child(2) .pricetd .rp,
.pricingtablepage .tab-content .tablepricing td table td:nth-child(3) .pricetd .rp{padding-left:10px;} 
.pricingtablepage .tab-content .tablepricing td table td:nth-child(4),
.pricingtablepage .tab-content .tablepricing td table td:nth-child(6),
.pricingtablepage .tab-content .tablepricing td table td:nth-child(7),
.pricingtablepage .tab-content .tablepricing td table td:nth-child(8),
.pricingtablepage .tab-content .tablepricing td table td:nth-child(9),
.pricingtablepage .tab-content .tablepricing td table td:nth-child(10){width:160px;vertical-align:top;}
.pricingtablepage .tab-content .tablepricing td table td:nth-child(5){width:280px;vertical-align:top;}
.pricingtablepage .tab-content .tablepricing .pricetd{margin-bottom:4px;}
.pricingtablepage .tab-content .tablepricing .pricetd p {display: block;margin: 0px;border-bottom: 1px #ccc solid; line-height: 25px;font-weight: 600;}
.pricingtablepage .tab-content .tablepricing .pricetd.billprinput input{width:100px;margin-top:12px;}
.pricingtablepage .tab-content .tablepricing td .rp{display: table-cell;vertical-align: middle;}
.pricingtablepage .tab-content .tablepricing td table td{position:relative;}
.pricingtablepage .tab-content .tablepricing td table td .ltype {height: calc(100% - 12px);position: absolute;display: block;top: 4px;bottom: 0; width: calc(100% - 6px);margin-bottom: 0;}
.pricingtablepage .tab-content .tablepricing td table td .ltype .pricetd{display:table;height:100%;width:100%;}
.pricingtablepage .tab-content .tablepricing td table td .ltype .pricetd p{display:table-cell;vertical-align:middle;}

.pricingtablepage .tab-content .table-striped>tbody>tr:nth-of-type(odd) td.fixtd{background:#cdcdcd;}
.pricingtablepage .tab-content .table-striped>tbody>tr:nth-of-type(even) td.fixtd{background:#f4f6fa;}

.pricingtablepage .tab-content .tablepricing .pricetd-outer {display: table;width: 100%;position: relative; min-height: 54px;border: 1px #ccc solid;}
.pricingtablepage .tab-content .tablepricing .pricetd-outer .pricetd{margin: 0; border: 0;height: 100%;display: table-cell;vertical-align: middle;}
.pricingtablepage .tab-content .tablepricing .pricetd-outer .pricetd span.rp{padding-left:20px !important;display: block;position: relative; width: 100%;}
.pricingtablepage .tab-content .tablepricing .pricetd-outer .pricetd span.rp:after{content:"\e092";font-family: "Glyphicons Halflings"; font-style: normal;font-weight: 400;position: absolute;left: 4px; font-size: 10px;top: 3px;}

.pricingtablepage .tab-content .tablepricing td table tr:nth-of-type(odd) td{background: #e5e0e0;}
.pricingtablepage .tab-content .tablepricing td table tr:nth-of-type(even) td{    background: #ededed;}



.leadviewmodal  button.close{position: absolute; right: -34px;opacity: 1;z-index: 99;font-size: 50px; color: #fff;text-shadow: 0 0 black;top: -28px;}
.leadviewmodal .modal-dialog{width:86%;}
.leadviewmodal .modal-content{}
.leadviewmodal .modal-body{overflow:auto;font-size:16px;height:100%;padding:20px;}
.leadviewmodal .lvmodalbox{height:100%;overflow-x: hidden;}
.leadviewmodal .modal-body .col-md-4{width:27%;}
.leadviewmodal .modal-body .col-md-5{width:50%;}
.leadviewmodal .modal-body .col-md-3{width:23%;}
.leadviewmodal .lv-panel{border:1px #6cadde solid;display: block;width: 100%;position: relative;overflow: hidden;border-radius: 8px;}
.leadviewmodal .lv-panelheader{background:#6cadde;height:40px;}
.leadviewmodal .lv-panelheader h4{text-align:center;margin:0px;padding:0px;line-height:40px;     font-family: "Helvetica-bold";font-size:22px;color:#fff;text-transform:uppercase;}
.leadviewmodal .lv-panelbody{display: block;width: 100%;position: relative;padding: 15px;}
.leadviewmodal .lvaddress  {margin-bottom:14px;}
.leadviewmodal .lv-users h3{margin:0px;padding:0px;width:100%;font-size:26px;font-family: "Helvetica-bold";}
.leadviewmodal .lv-users ul{margin:0px;padding:0px;list-style:none;}
.leadviewmodal .lv-users ul li{width:100%;margin:10px 0px;}
.leadviewmodal .lv-users ul li i{color:#6cadde;padding-right:5px;}
.leadviewmodal .modal-body table{width:100%;}
.leadviewmodal .modal-body table td{}
.leadviewmodal .modal-body table td h4{font-family: "Helvetica-bold";margin:0px;color:#6cadde;font-size:15px;}
.leadviewmodal .modal-body table td p{padding-left:10px;margin-bottom:8px;}
.leadviewmodal .modal-body .lvappointment table{text-align:center;}
.leadviewmodal .modal-body .lvappointment p{margin:0px 0 10px 0;padding:0px;font-family: "Helvetica-bold";}
.leadviewmodal .modal-body .lvappointment table tr:last-child td p{font-family: "Helvetica";margin-bottom:0px;}
.leadviewmodal .lv-details table td{width:50%;padding:6.5px 0px;}
.leadviewmodal .lv-details table td:last-child,
.leadviewmodal .lv-internal table td select,
.leadviewmodal .lv-internal table td p{font-family: "Helvetica-bold";}
.leadviewmodal .lv-internal table td select{border: 0px;width: auto;box-shadow: none;padding: 2px 5px;height: auto;margin-bottom: 10px;}
.leadviewmodal .lv-internal table td select:focus{box-shadow:none;}
.leadviewmodal .lv-internal table td textarea{height:100px;width:100%;}
.leadviewmodal .lv-deviceinfo table td{ }
.leadviewmodal .lv-deviceinfo table td:first-child{width:40% }
.leadviewmodal .lv-deviceinfo table td:last-child{width:60%;}
.leadviewmodal .lv-deviceinfo table td h4{color:#000;    font-family: "Helvetica";}
.leadviewmodal .lv-deviceinfo table tr:last-child td p{padding-left:0px;font-family: "Helvetica-bold"; margin:0px;}
.leadviewmodal .lvclosemodal{display: block; width: 100%; position: relative;margin-top: 20px;}
.leadviewmodal .lvclosemodal button{background: #7c7c7c; color: #fff;border-radius: 20px;width: 80%; margin: auto;display: block;font-size: 18px;text-transform: uppercase;}
.settingpage .settingnav{width:230px;float:left;height:590px;background:#dbdbdb}
/*.settingpage .settingnav ul{width:100%;border-bottom:0px;}
.settingpage .settingnav ul li{width: 100%;float: inherit; display: block; margin: 0;}
.settingpage .settingnav ul li a{border: 0; border-radius: 0;margin: 0;font-weight:600;}
.settingpage .settingnav ul li.active a{border:0px;border-radius:0px;margin:0px;}*/

.salesrep_modal_popup .modal-header{text-align:center;padding:5px;}
.salesrep_modal_popup .modal-header h4{font-size:24px;line-height:50px;}
.salesrep_modal_popup .modal-header .close{margin-top: 0; position: absolute; right: -11px; top: -8px; background: #44acff;width: 30px;height: 30px;border-radius: 15px;opacity: 1;line-height: 24px;}
.salesrep_modal_popup .modal-header .close:hover{background:#00BCD4;}
.saleaddform{display:table;width:100%;position:relative;}
.saleaddform .form-group label{font-weight: normal;font-size: 12px;margin-bottom:3px;}
.saleaddform .threecol{display:block;width:100%;position:relative;height:61px;}
.saleaddform .threecol .form-group{width:35%;margin:0 1% 15px;}
.saleaddform .threecol .form-group.subamout{width:24%;float:left;}
.saleaddform .threecol .form-group.subamout label{top: -5px;font-size: 9px; background: #fff; line-height: 7px;}
.saleaddform .form-group{width:48%;margin:0 1% 15px;float:left;}
.saleaddform .form-group.passgrpeye .form-control{width:90%;float:left;}
.saleaddform .form-group.passgrpeye .eyebox{width: 10%;float: left;text-align: right;margin-top: 5px;}

.salesrepdetailpage h3{margin:0px;font-size:18px;font-weight:bold;padding: 5px;background: #ccc;text-align: center;}
.salesrepdetailpage table{border:1px #ccc solid;}
.salesrepdetailpage th{width:35%;}
.salesrepdetailpage td{width:65%;}
.salesrepdetailpage .col-md-5 th{width:60%;} 
.salesrepdetailpage .col-md-5 td{width:40%;}


.settingpage .settingnav ul{list-style: none;padding:0px;}
.settingpage .settingnav ul li{width: 100%;float: inherit; display: block; margin: 0;}
.settingpage .settingnav ul li ul{padding-left:10px;}
.settingpage .settingnav ul li ul li a{padding:7px 10px;}
.settingpage .settingnav a{padding:10px;border: 0; border-radius: 0;margin: 0;font-weight:600;display:block;text-decoration:none;}
.settingpage .settingnav a:focus{}
.settingpage .settingnav a:visited{ }
.settingpage .settingnav .has-sub-menu ul.sub-menu{max-height: 0;overflow: hidden;}
.settingpage .settingnav .open-sub-menu.has-sub-menu ul.sub-menu{max-height:240px;overflow: visible;}

.settingpage .settingnav .has-sub-menu2 ul.sub-menu1{max-height: 0;overflow: hidden;}
.settingpage .settingnav .open-sub-menu2.has-sub-menu2 ul.sub-menu1{max-height: 200px;overflow: visible;}
.settingpage .settingnav ul li.open-sub-menu{background:#efefef;}
.settingpage .settingnav ul li.active a{background:#becce7;}

.settingpage .tab-content{width:calc(100% - 230px);float:left;height:590px;}
.settingpage .tab-content h3{margin-top:0px;text-align:center;}
.settingpage .businessimg{float:left;width: 100%;clear: both;height: 132px;overflow:hidden;width:70%;}
.settingpage .businessimg .imgbox{width:100px;overflow:hidden;float:left;margin-right:20px;margin-left:4%;}
.settingpage .businessimg .imgbox img{width:100%;}
.settingpage .businessimg  input{float: left;width: 280px;margin-top: 45px;}
.saveinfobtn{width:30%;float:right;}
.saveinfobtn button{float:right;margin-top:45px;}
.persaveinfobtn{width:30%;float:right;}
.persaveinfobtn button{float:right;margin-top:10px;}
.settingpage .webscript-btnclass{margin-bottom:30px;}
.mtop30{margin-top:30px;}
.togglebtn{width:80px;height:34px;float:right;}
.togglebtn .switch {position: relative; display: inline-block; width: 80px; height: 34px;}
.togglebtn .switch input { opacity: 0;width: 0;height: 0;}
.togglebtn .slider {position: absolute;cursor: pointer;top: 0;left: 0;right: 0;bottom: 0;background-color: #ccc; -webkit-transition: .4s;transition: .4s;}
.togglebtn .slider:before {position: absolute; content: ""; height: 26px; width: 26px; left: 4px; bottom: 4px;background-color: white;  -webkit-transition: .4s;  transition: .4s;}
.togglebtn input:checked + .slider {background-color: #2196F3;}
.togglebtn input:focus + .slider { box-shadow: 0 0 1px #2196F3;}
.togglebtn input:checked + .slider:before { -webkit-transform: translateX(44px); -ms-transform: translateX(44px); transform: translateX(44px);}
.togglebtn .slider.round {border-radius: 34px;}
.togglebtn .slider.round:before {border-radius: 50%;}
.togglebtn .slider:after { content:'OFF';color: white;display: block;position: absolute;transform: translate(-50%,-50%);top: 50%;left: 60%;font-size: 12px;font-family: Verdana, sans-serif;}
.togglebtn input:checked + .slider:after { content:'ON'; left:36%; }
.domainlist{height:55px;display:block;width:100%;position:relative;}
.contactinfo .domainlist .form-group:first-child{width:210px;}
.contactinfo .domainlist .form-group:last-child{width:310px;}
.contactinfo .domainlist .editdomain{width: 40px;float: left;border: 1px #ccc solid;height: 40px;text-align: center;line-height: 38px;font-size: 24px; margin-left: 2px;}
.contactinfo .domainlist .editdomain:hover{color:#f7b903;cursor:pointer;}
.contactinfo .domainlist .togglebtn{float:right;}
.settingpage .stripinfo button{margin:30px 0px 0px 2%}
.form-group .form-control{border-radius:1px;}
.ppl-avatarconfig{max-width:560px;margin:30px auto 0;}
.onb-websitebox{position:relative;display: block;width: 100%;margin: 10px auto; border-top: 1px #3292e5 solid;padding:20px 0px; }    
.ppl-avatarconfig ul{margin:0px 0px 0px 10%;padding:0px;list-style:none;height:150px;}
.ppl-avatarconfig ul li{cursor:pointer;float:left;width:62px;height:62px;overflow:hidden;margin:5px;border:2px solid transparent;}
.ppl-avatarconfig ul li:nth-child(7){clear:both;}
.ppl-avatarconfig ul li img{width:100%;}
.ppl-avatarconfig ul li.avactive,
.ppl-avatarconfig ul li:hover{border-color:#ff0;}
.ppl-avatarconfig .onb-websitebox{}   
.onb-websitebox h3{margin: 0px;font-size: 18px;border: 1px #3292e5 solid;float: left; position: absolute;top: -15px;padding: 5px 20px;border-radius: 15px;   background: #fff;}
.avatarpreview{text-align:center;height: 365px;display: block; border: 1px #ccc solid;box-shadow: 1px 1px 3px #ccc; padding: 10px;margin-top: 55px;}
.avatarpreview h3{font-size: 16px;font-weight: 700;padding: 10px 0px;}
.avatarpreview h4{font-size: 16px;text-align: center;margin-top: 20px;}
.avatarpreview .previewbox{display: block; width: 190px;overflow: hidden;margin: auto;border-radius: 5px;}
.avatarpreview .previewbox img{width:100%;}
.avatarpreview .avatarname{border: 1px #ccc solid;border-radius: 3px;padding: 5px 10px;display: inline-block;margin: auto;width: auto;}
.fullscreen{height:100%;}
.alladminlink{max-width:1115px;margin:100px auto;}
.adminlink{display: table; width: 100%; height: 150px; background: #fff; box-shadow: 2px 2px 6px #ccc;border-radius: 2px;}
.adminlink a{transition:all 0.8s ease;display: table-cell;width: 100%; height: 100%;vertical-align: middle; text-align: center;border:4px transparent solid;}
.adminlink p{margin: 0;font-size: 30px;font-weight: 500;}
.adminlink a:hover{border-color:#8BC34A;}
.campaigndetailpage .panel .panel-header{background:#bfbfbf;}
.campaigndetailpage .panel .panel-header h3{font-size:16px;color:#000;}
.campaigndetailpage .panel .panel-body{padding:10px;}
.campaigndetailpage .leftdetails,
.campaigndetailpage .rightdetails{padding:0px 2px 2px 2px;}
.campaigndetailpage .panel .panel-body table{margin-bottom:0px;} 
.campaigndetailpage .panel .panel-body table th{width:40%;font-weight:600;} 
.campaigndetailpage .panel .panel-body table td{width:60%;}
.campaigndetailpage .panel .panel-body table.ziplist td {width:25%;}

.centermodal.modal.in {display:flex !important;}
.centermodal .modal-dialog{margin: auto;}
.fade-scale {transform: scale(0); opacity: 0; -webkit-transition: all .25s linear; -o-transition: all .25s linear; transition: all .25s linear;}
.fade-scale.in {opacity: 1; transform: scale(1);}


.partnercampaign .tabtablediv .tab-content .fullwtable td a.camp_dtl_btn{float:left;}
.approvalbtn{float:left;margin-right:5px;width:195px;}
.approvalbtn a.btn-danger{background:#ff0000;border-color:#ff0000;font-weight:500;border-radius:10px;}
.approvalbtn a.btn-danger:hover{background:#fc7f7f;}
.statusmodalorder .modal-content{border-radius:15px;}
.statusmodalorder .modal-content .carousel{height:480px;}
.statusmodalorder .modal-header{border-top-left-radius:14px;border-top-right-radius:15px;}
.statusmodalorder .modal-footer{border-bottom-left-radius:14px;border-bottom-right-radius:15px;}
.statusmodalorder .modal-header,
.statusmodalorder .modal-footer{background:#b3c6da;height:60px;}
.statusmodalorder .modal-header .smicon{color:#39d63d;float: left;width: 30px;height: 30px; font-size: 30px;background: #fff;border-radius: 15px;line-height: 30px;}
.statusmodalorder .modal-header .modal-title{text-align: center;font-weight: bold; color: #000;padding-top: 5px;}
.statusmodalorder .modal-header .close { margin-top: -2px; position: absolute; right: -10px; top: -10px; background: #b3c6da;opacity: 1; width: 30px;height: 30px; border-radius: 15px;font-size: 29px;}
.statusmodalorder .modal-footer a{font-weight:600;color:#000;text-transform:uppercase;width:150px;border-radius:20px;border:2px #000 solid;height:28px;line-height:26px;padding:0px;}
.statusmodalorder .modal-footer a.left{float:left;background:transparent;}
.statusmodalorder .modal-footer a.right{float:right;background:#a1ff00;border-color:#a1ff00;}
.statusmodalorder .modal-footer a:hover{background:#5cb85c;border-color:#5cb85c;}
.statusmodalorder .modal-body{overflow:hidden;background:#f2f2f2;padding:10px;height:420px;}
.statusmodalorder .modal-body .carousel-inner,
.statusmodalorder .modal-body .carousel-inner .item{border-radius:0px;}
.statusmodalorder .carousel-indicators{height: 40px;border: 0;position: relative; left: inherit; width: 100%;margin: 0; bottom: 0;}
.statusmodalorder .carousel-indicators li{background:transparent;width:calc(100%  / 5 - 7.6px);height: 40px; text-indent: inherit; border-radius: 0; border: 0; float: left;margin: 0 5px 0px 0px;}
.statusmodalorder .carousel-indicators li:last-child{margin-right:0px;}
.statusmodalorder .carousel-indicators li span{position:relative;display:block;width:100%;height:40px; border-top-left-radius: 8px;border-top-right-radius: 8px;border:1px #ccc solid;border-bottom:0px;font-size:15px;line-height: 38px;font-weight: bold;}
.statusmodalorder .carousel-indicators li.active span,
.statusmodalorder .carousel-indicators li:hover span{color:#000;background:#fff;}
.statusmodalorder .carousel-indicators li.active span:after,
.statusmodalorder .carousel-indicators li:hover span:after{content:""; height: 2px;position: absolute; bottom: -1px; width: 100%;z-index: 2; background: #ffffff;left: 0;}
.statusmodalorder .ordersummarybox{height: calc(100% - 40px);position: relative;  display: block;overflow:auto;border: 1px #ccc solid; border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;background:#fff;}
.statusmodalorder .summarydetails{padding-top:10px;color:#4a4848;background:#fff;border-radius:0px;height:100%;font-size:16px;}
.statusmodalorder .summarydetails .row{padding:0 30px 0 15px;}
.statusmodalorder .summarydetails h4{min-width:270px;margin: 0;height: 30px;font-size: 16px;text-transform: uppercase; background: #b3b3b3;color:#fff;display: inline-block;line-height: 30px;padding: 0 15px;}
.statusmodalorder .summarydetails p{margin:0px;}
.statusmodalorder .summarydetails .col-md-6 h4{min-width:260px;    font-weight:700;font-size:18px;}
.statusmodalorder .summarydetails .col-md-6 ul{margin:0px;padding:10px 0px;list-style:none;}
.statusmodalorder .summarydetails .col-md-6 h4{min-width:260px;    font-weight:700;font-size:18px;}
.statusmodalorder .summarydetails .col-md-6 ul li{display:block;width:100%;color:#808080;font-weight:600;height:30px;}
.statusmodalorder .summarydetails .col-md-6 ul li p{float:left;min-width:145px;color:#000;}
.statusmodalorder .summarydetails .summarybox{background:#f7f7f7;display: table;width: 100%;position: relative;padding: 20px;border: 1px #b3b3b3 solid;border-radius: 15px;margin:15px 0px 40px;}
.statusmodalorder .summarydetails .summarybox h4{position: absolute;top: -15px;left: -1px;}
.statusmodalorder .summarydetails .summarybox table{margin-top:10px;background: #fff; margin-bottom: 0;}
.statusmodalorder .summarydetails .summarybox table td{border-color:#b3b3b3;}
.statusmodalorder .summarydetails .summarybox table td:first-child{font-weight:700;}
.statusmodalorder .zipsummary ul{margin:0px;padding:0px;list-style:none;}
.statusmodalorder .zipsummary ul li{width:10%;text-align:left;margin:5px 0px;float:left;}
.statusmodalorder .zipsummary .totalzip{display: block;padding: 10px 0;font-size: 18px;}
.statusmodalorder .summarydetails .summarybox table.firsttd35 td:first-child{width:35%;}
.statusmodalorder .summarydetails .summarybox table.firsttd60 td:first-child{width:60%;}
.statusmodalorder .summarydetails .summarybox ul.billingli{list-style: disc;padding-left: 15px;margin-top: 20px;}
.statusmodalorder .summarydetails .summarybox ul.billingli li{font-size:16px;margin-top:10px;}

.statusmodalorder .financialorder{max-width: 400px;margin: 50px auto 0;font-size: 18px;}
.statusmodalorder .financialorder td{padding:4px 4px;}
.statusmodalorder .financialorder td:last-child{font-weight:bold;text-align:right;}
.statusmodalorder .financialorder tr.leadquant{border-top:2px #000 solid;border-bottom:2px #000 solid;}
.statusmodalorder .financialorder tr.leadquant td{padding:10px 4px;}
.statusmodalorder .financialorder tr:nth-child(3) td{padding-bottom:15px;}
.statusmodalorder .financialorder tr:nth-child(5) td{padding-top:15px;}
.statusmodalorder .financialorder .form-group label{font-weight:normal;color:#000;}
.statusmodalorder .financialorder .form-group label input{width:18px;height:18px;float: left;margin: 2px 6px;}
.statusmodalorder .financialorder .form-group label input[type=radio]{color:#ccc;}
.statusmodalorder .financialorder .form-group label:hover input[type="radio"],
.statusmodalorder .financialorder .form-group label:hover input[type="checkbox"]{ background: #a1ff00;}
.statusmodalorder .summarydetails .summarybilling table td{text-align:right;}

.statusmodalorder .allapprovalbtn{display: table; width: 100%;max-width:300px;margin:auto;position: relative; padding: 15px;}
.statusmodalorder .allapprovalbtn ul{margin:0px;padding:0px;list-style:none;}
.statusmodalorder .allapprovalbtn ul li{width:100%;margin: 5px 0;position:relative;}
.statusmodalorder .allapprovalbtn ul li a{color:#000;border: 1px #ccc solid;font-size: 14px;display: block; text-align: center;  margin:0;border-radius: 5px; height: 36px; line-height: 34px;font-weight:600;}
.statusmodalorder .allapprovalbtn ul li a:hover:after,
.statusmodalorder .allapprovalbtn ul li.active a:after{content:"\f058";position:absolute;  left: 4px;color:#000 !important;font-size: 18px;font-family: "Font Awesome 6 Free";font-weight: 900;}
.statusmodalorder .allapprovalbtn ul li a.ptrapproval{background:#f00;color:#fff;}
.statusmodalorder .allapprovalbtn ul li a.ptrinof{background:#ff8080;color:#fff;}
.statusmodalorder .allapprovalbtn ul li a.ptrpaused{background:#ffcccc;}
.statusmodalorder .allapprovalbtn ul li a.ptninactive{background:#ffe6e6;}
.statusmodalorder .allapprovalbtn ul li a.cltpaused{background:#ffc000;}
.statusmodalorder .allapprovalbtn ul li a.cltinactive{background:#ffdf80;}
.statusmodalorder .allapprovalbtn ul li a.ldnprovision{background:#c4f3c5;}
.statusmodalorder .allapprovalbtn ul li a.ldnactive{background:#88e78b;}
.statusmodalorder .allapprovalbtn ul li a.ldnorderfull{background:#39d63d;}


.approvalbtn a i{font-size: 16px;}
/*.approvalbtn span{min-width: 150px;text-align: center;vertical-align: middle;border: 1px solid transparent;padding: 6px 12px;margin-right: 5px;font-size: 14px;color: #403f3f;line-height: 1.42857143;}*/
.approvalbtn span{padding: 6px 12px;font-size: 14px;color: #403f3f;}

.approvalbtn span.ptrapproval::before{background:#f00;content: '';height: 15px;width: 15px;border-radius: 50%;display: inline-block;vertical-align: middle;margin-right: 5px;}

.approvalbtn span.ptrinof::before{background:#ff8080;content: '';height: 15px;width: 15px;border-radius: 50%;display: inline-block;vertical-align: middle;margin-right: 5px;}
.approvalbtn span.ptrpaused::before{background:#ffcccc;content: '';height: 15px;width: 15px;border-radius: 50%;display: inline-block;vertical-align: middle;margin-right: 5px;}
.approvalbtn span.ptninactive::before{background:#ffe6e6;content: '';height: 15px;width: 15px;border-radius: 50%;display: inline-block;vertical-align: middle;margin-right: 5px;}
.approvalbtn span.cltpaused::before{background:#ffc000;content: '';height: 15px;width: 15px;border-radius: 50%;display: inline-block;vertical-align: middle;margin-right: 5px;}
.approvalbtn span.cltinactive::before{background:#ffdf80;content: '';height: 15px;width: 15px;border-radius: 50%;display: inline-block;vertical-align: middle;margin-right: 5px;}
.approvalbtn span.ldnprovision::before{background:#c4f3c5;content: '';height: 15px;width: 15px;border-radius: 50%;display: inline-block;vertical-align: middle;margin-right: 5px;}

.approvalbtn span.ldnactive::before{background:#88e78b;content: '';height: 15px;width: 15px;border-radius: 50%;display: inline-block;vertical-align: middle;margin-right: 5px;}

.approvalbtn span.ldnorderfull::before{background:#39d63d;content: '';height: 15px;width: 15px;border-radius: 50%;display: inline-block;vertical-align: middle;margin-right: 5px;}


.paymentarea{max-width: 560px;display: block;margin:20px auto 0;}
.paymentarea .selectionbtn { display: table; width: 100%;}
.paymentarea .selectionbtn ul{margin: 0px;padding: 0px;display: table; width: 100%;list-style: none;}
.paymentarea .selectionbtn ul li{width: 44%;float: left;position: relative;margin: 0 3%;}
.paymentarea .selectionbtn ul li label {width: 100%;height: 80px;overflow: hidden;transition: all 0.5s ease; border: 2px #8b8b8b solid; border-radius: 10px;font-weight: 400;background: #fff;}
.paymentarea .selectionbtn ul li label a {text-decoration:none;display: block; border: 2px transparent solid; position: relative; overflow: hidden; height: 100%; border-radius: 10px;}
.paymentarea .selectionbtn ul li .chkbox { width: 18px;height: 18px; border: 1px #000 solid; margin: 10px;position: absolute;top: 0;left: 0;}
.paymentarea .selectionbtn ul li.activeli .chkbox{background:#19cf19;}
.paymentarea .selectionbtn ul li .textbox {height: 71px; width:100%;margin-left:0px;position: relative;display: table;overflow: hidden;padding: 5px 10px;}
.paymentarea .selectionbtn ul li .textbox p {font-size: 16px;text-align: center;margin: 0;font-weight: bold; display: table-cell;vertical-align: middle;}
.paymentarea .selectionbtn ul li .textbox p span {display: block;font-size: 14px;}
.paymentarea .selectionbtn ul li.activeli label,
.paymentarea .selectionbtn ul li label:hover{border-color: #19cf19;}
.paymentarea .selectionbtn ul li.activeli label .textbox p{color:#19cf19;}
.paymentarea .selectionbtn ul li.activeli .cardform{display:block;}
.paymentarea .cardform{display:none;width:100%;position:relative;padding-top:20px;}
.paymentarea .cardform .cardexpgrp,
.paymentarea .cardform .cardcvvgrp{width:48%;float:left;}
.paymentarea .cardform .cardexpgrp{margin-right:0;}
.paymentarea .cardform ul{margin:0px;padding:0px;list-style:none;text-align:center;}
.paymentarea .cardform ul li{margin:3px;display:inline-block;width:44px;    float: inherit;}
.paymentarea .cardform ul li img{width:100%;}
.paymentarea .selectionbtn ul li .contactinfo .form-control{height:38px;}
.paymentarea .selectionbtn ul li .contactinfo label{height: 14px; border: 0;box-shadow: none;border-radius: 0; width: auto;margin: 0;    overflow: initial;}
.paymentarea .selectionbtn ul li .contactinfo .form-group.routingrp{width:85%;}
.paymentarea .selectionbtn ul li .contactinfo .form-group.routingrp .eyebox{position: absolute;right: -34px;top: 2px;font-size: 24px;}
.paymentarea .selectionbtn ul li .contactinfo.creditinof .form-group .eyebox{position: absolute;right: -30px;top: 10px;cursor: pointer;}
.paymentarea .selectionbtn ul li .contactinfo.creditinof .form-group .form-control{padding-top:10px;}
.paymentarea .selectionbtn ul li .contactinfo .form-group .eyebox:hover{color: #2196F3;}


.setuploadlogo{position:relative;dipslya:block;width:100%;padding:30px;}
.setuploadlogo ul{margin:0px;padding:0px;list-style:none;}
.setuploadlogo ul li{width:33.3%;float:left;text-align:center;}
.setuploadlogo ul li .uploadlogo{display:block;height:140px;margin:0 auto 20px;   border: 1px #ccc solid;padding: 2px;background: #fff;}
.setuploadlogo ul li label.active .uploadlogo,
.setuploadlogo ul li label:hover .uploadlogo{border:4px #8BC34A solid;}
.setuploadlogo ul li label.active .textbox p,
.setuploadlogo ul li label:hover .textbox p{color:#8BC34A;}
.setuploadlogo ul li .uploadlogo img{width:100%;}
.setuploadlogo ul li:nth-child(1) .uploadlogo{width:230px;} 
.setuploadlogo ul li:nth-child(2) .uploadlogo{width:140px;}  
.setuploadlogo ul li:nth-child(3) .uploadlogo{width:140px;} 
  
.campaigndetailview{position:relative;height:calc(100% - 160px);overflow:auto;}
.campaigndetailview .campaignorderr{position:relative;display:block;width:100%;    background: #ccc;padding: 20px;}
.campaigndetailview .campaignorderr .panel{border: 0;background: #fff;padding: 15px;box-sizing: border-box;}
.campaigndetailview .campaignorderr .panel .panel-header h3{text-align:center;float:inherit;font-size:18px;line-height:15px;}
.campaigndetailview .campaignorderr .panel .panel-header::before {top: 48px;}
.campaigndetailview .campaignorderr .panel .panel-body{height:auto;background:#fff;}
.campaigndetailview .campaignorderr .panel .panel-body .planboxdiv{position: relative;display: block;width: 100%;}
.campaigndetailview .campaignorderr .panel .panel-body .order-detail-wrapper table.ziplist{min-height:100px;height:auto;}
.campaigndetailview .campaignorderr .panel .panel-footer{padding:40px 0 30px;}

.pplcontainer .pplnav .pplnavbox{height: calc(100% - 150px)}
.askquestionmodal .askrightbox .asksendmsg.contactinfo .form-input{width:100%;}
.bookzoombox2 h3{text-align:center !important;}
.pplcontainer #geo_category {display: block;margin: auto; max-width: 200px;}
.pplcontainer .byzonearea .zipradius-row .selectedarea{height:calc(100% - 110px);}
.pplcontainer .byzonearea .zipradius-row .removalarea {height:calc(100% - 44px);    width: calc(100% - 10px);}
.pplcontainer .businessinfo .form-group input[type="checkbox"] {margin-left: 200px;}
.pplcontainer input[type=checkbox]:checked, 
.pplcontainer input[type=radio]:checked{appearance: none;}
.pplcontainer input[type=checkbox]:checked:after{left:2px;top:2px;}
.pplcontainer .createaccount .btn{display:block;clear:both;}
.bookzoomtitle {text-align:center;}

.regpplmodal .modal-body{padding:0px;}
.regpplmodal .pplcontainer .pplarea{position:relative;border-radius:0px; height: 100%;max-width: 100%;}
.regpplmodal .tablecontainer.pplcontainer{height:100%;}
.regpplmodal .modal-dialog{height: 90%;width: 80%;}
.regpplmodal .modal-dialog .modal-header{height:56px;}
.regpplmodal .modal-dialog .modal-header h4{text-align: center;font-weight: bold;font-size: 24px;line-height: normal;}
.regpplmodal .modal-dialog .modal-header .close{position: absolute;right: -11px;top: -7px;font-size: 30px;background: #FF5722;width: 30px;height: 30px;border-radius: 15px;opacity: 1;}
.regpplmodal .modal-dialog .modal-body{height:calc(100% - 56px);}
.regpplmodal .modal-dialog .carousel-inner{border-radius:0px;}


@media (max-width:1600px){
	
	.pplcontainer .pplarea{height:620px;}
	.pplcontainer .pplnav ol li {height: 24px;line-height: 23px;}
	.pplcontainer .leadtype label input[type="radio"] { margin-top: 2px;}
	.pplcontainer .membershippage .membershipbox{padding:10px;margin-top:2px;}
	.pplcontainer .membershippage .non-refund{padding-top:0px;}
	.pplcontainer .membershippage .memberbonus{margin:34px 0 20px 4%;}
	.panel-footer .verifyinfo{font-size:15px;}
}


@media (max-width:1440px){
	.priceselection {margin-top: -7px;}
	.priceselection .form-group{width:200px;}
	.priceselection .form-group select {width: 100%;}
	.pplcontainer .pplarea {height: 510px;max-width: 96%;}
	.pplcontainer .byzonearea .removeareabox {height: calc(100% - 35px);}
	.pplcontainer .byzonearea .removalarea {height: calc(100% - 32px);}
	.pplcontainer .byzonearea .selectedarea{height: calc(100% - 45px);}
	.pplcontainer .byzonearea .movearea {margin-top: 70px;}
	.pplcontainer .byzonearea.countyzone .removeareabox {height: calc(100% - 62px);}
	.pplcontainer .byzonearea .zipradius-row .selectedarea { height: calc(100% - 75px);}
	.pplcontainer .byzonearea.countyzone .zipradius-row  .removeareabox {height: calc(100% - 40px);}
	
	.pplcontainer .membershippage .membershipbox h3{font-size:18px;}
	.pplcontainer .membershippage .membershipbox h4 {font-size: 12px;}
	.pplcontainer .membershippage .membershipbox ul li{font-size:10px;}
	.pplcontainer .membershippage .membershipbox .wedo p{font-size:11px;line-height:20px;height:20px;}
	.pplcontainer .membershippage .membershipbox .wedo th{font-size:12px;}
	.pplcontainer .membershippage .memberbonus h3 {font-size: 14px;padding: 2px 5px; height: 42px;}
	.pplcontainer .membershippage .memberbonus ul li {line-height: 18px;font-size: 12px;}
	.pplcontainer .membershippage .non-refund {padding-top: 4px;font-size:14px;} 
	.pplcontainer .businessinfo{margin-top:0px;}
	.pplcontainer .businessinfo.contactinfo .form-input{height:36px;}
	.pplcontainer .businessinfo.contactinfo .form-input input, 
	.pplcontainer .businessinfo.contactinfo .form-input select {height: 33px;}
	.pplcontainer .selectleadtype, 
	.pplcontainer .selectleadquantity{margin-top:5px;} 
	.pplcontainer input[type=checkbox]:checked:after {  left: 0px; top: 0px;}
	.pplcontainer .paymentarea .selectionbtn ul li label.achbankcard{height:85px;}
	
	.regpplmodal .modal-dialog{height:94%;}
	.panel-footer .verifyinfo{font-size:15px;}

}


@media (max-width:991px){
.sidebarscroll{margin-left:0px;}
.show-hide-sidebar.show-sidebar{display:inline-block;color:#fff;}
.show-hide-sidebar.hide-sidebar{display:none;}
#sidebar{width:50px!important;overflow:visible!important;z-index:10;    transition: all 0.5s ease;top:50px;}
#sidebar:before{width:47px;}
#sidebar .slimScrollDiv{width:50px!important;overflow:visible!important;}
#sidebar .slimScrollDiv .sidebar_scroll{width:50px!important;overflow:visible!important;}
#sidebar:hover{z-index:9998;}
#sidebar .nav > li{height:40px;width:50px;    transition: all 0.5s ease;}
#sidebar ul.nav:before,
#sidebar .nav > li a:before{display:none;}
#sidebar .nav > li a{height:40px;width:50px;padding:14px;}
#sidebar .nav > li a span{display:none;}
#sidebar .nav > li a > i.has-submenu{display:none;}
#sidebar .nav > li:hover{padding:0px;}
#sidebar .nav > li:hover i{z-index:999!important;color:#eba74e;}
#sidebar .nav > li:hover > a{width:270px;display:block;}
#sidebar .nav > li:hover > a > span{display:inline-block !important;padding-left:48px;text-transform:uppercase;font-size:12px;padding-top:0px;background-color:#162439;color:#ffffff;width:220px;position:absolute;left:46px;padding-left:13PX;top:0px;bottom:0px;padding-top:12px;}
#sidebar .nav > li:hover > a > span .label,
#sidebar .nav > li:hover > a > span .badge{display:none!important;}
#sidebar .nav > li:hover > a > span.label,
#sidebar .nav > li:hover > a > span.badge{display:none!important;}
#sidebar .nav > li:hover > ul.nav-submenu {display:block!important;z-index:9998;position:absolute;width:220px;left:100%;top:100%;}
#sidebar .nav > li:hover > ul ul.dropdown-subnav{position:relative;width:100%;left:0; display:none;}
#sidebar .nav > li:hover > ul ul li a{display:block;}
#sidebar .nav.nav-submenu > li a{width:220px;padding:13px;line-height:16px;}
#sidebar .nav.nav-submenu > li a.subsubdown i{display:block;}
#sidebar .nav > li ul li{width:100%; height:auto;}
#sidebar .nav-submenu.submenu-hidden{display:none !important;}
	
	
.sidebarscroll.activescroll { width: 250px;}
.collapsed-sidebar .sidebarscroll{width:250px;}	
.collapsed-sidebar #sidebar { width: 250px!important;z-index: 999;}
.collapsed-sidebar #sidebar:before {width: 250px;}
.collapsed-sidebar #sidebar .slimScrollDiv,
.collapsed-sidebar #sidebar .slimScrollDiv .sidebar_scroll	{width: 250px!important;    overflow: hidden !important;}
.collapsed-sidebar #main-nav,
.collapsed-sidebar #sidebar .nav > li,
.collapsed-sidebar #sidebar .nav > li a	{width: 250px;}
.collapsed-sidebar #sidebar .nav > li a	{padding:10px 15px;}
.collapsed-sidebar #sidebar .nav > li a span {    display: inline-block;}
.collapsed-sidebar #sidebar .nav > li:hover > a > span{width:200px;}
.collapsed-sidebar #sidebar .nav > li:hover > a{width:250px;}
.collapsed-sidebar #sidebar .nav.nav-submenu > li a{width:250px;}
.collapsed-sidebar #sidebar .nav > li a > i.has-submenu { display: block;}
.collapsed-sidebar #sidebar .nav > li:hover > ul.nav-submenu {display: block;z-index:0;position: relative; width: 250px;left: 0; top: 0;}
.collapsed-sidebar #sidebar .nav > ul.nav-submenu > li:hover {padding: 0px; height: auto;}
.collapsed-sidebar #sidebar .nav > li:hover {padding: 0px; height: auto; position:relative;}
.collapsed-sidebar #sidebar .nav > li:hover > ul li{width:100%;height:auto;}
.collapsed-sidebar #sidebar .nav > li:hover > ul li .dropdown-subnav,
.collapsed-sidebar #sidebar .nav > li > ul li:hover ul{display:none;    position: relative; left: 0;  top: 0;}
.collapsed-sidebar #sidebar .nav > li:hover > ul li .dropdown-subnav.active{position:relative;top:0;left:0;width:250px;}
.collapsed-sidebar #sidebar .nav > li > ul ul.dropdown-subnav.active{display:block;}

}

@media (max-width:767px){

}