@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');

body {
	font-family: 'Source Sans Pro' !important;

}
.sms-balance-label{
  font-size: 20px;
}
.sms-balance-amount{
  font-size: 24px;
  font-weight: bold;
}
.img-btn{
  padding-right: 10px;
}
.export_help_btn_grp{
  padding-top: 50px;  
  text-align: center;
} 
.export_help_btn{
  background-color: #fff; 
  height: 50px;
  padding-top: 7px;
  padding-bottom: 7px;
  cursor: pointer;
}
.export_help_btn_clb{
  height: 143px; margin-top: 30px; 
}
.module-title{
	font-size: 32px;  
}
.bg-slate-800 {
	/*background-image: url("../images/ri_login_background_triangle.png");*/
	/*background-image: linear-gradient(#2AA1DB, white) !important;*/
	background-size: 100%;
}
.login_img{
  margin-top: 30px;
  margin-bottom: 30px;
  width: 254px; height: 88px ;
}
.logo{ 
  
   
}
.menu_logo{ 
  height: 49px; 
  width: 220px;
}
.menu_img_icon{
  width: 30px; height: 30px;  
  vertical-align: middle;
  background-repeat: no-repeat;
}
.sidebar_img_icon{
  width: 35px; height: 35px;  
  vertical-align: middle;
}
#login_pnl .panel {
	/*background-color: #f8f9fb !important;*/
}

.login-container .login-form {
	background-color: #fff !important;
	border: none;
	border-radius: 0px; 
	box-shadow: none;
	margin-top: 80px;
  margin-bottom: 0px !important;
}
.login-container .login-form-below {
  background-color: #f8f9fb !important;
  border: none;
  border-radius: 0px; 
  box-shadow: none; 
  width: 320px;
  margin-right: auto;
  margin-left: auto;
}
.login-company-text {
	color: #1A2930; font-size: 24px;
}

.border-slate-300 {
	display: none;
}
.header-navbar-color{
	background-color: #12428E; border-color: #12428E;
}
input#user_name, input#user_pass {  
}

.btn-success, .btn-success:hover, .btn-success:active, .btn-success:focus {
	background-color: #333333; 
	color: #fff;
  font-weight: bold;
}

.mega-menu {
	margin-right:40px;
	font-size:12px;
}

.btn-info, .btn-info:active, .btn-info:hover, .btn-info:focus  {
	background-color: #F7CE3E;
	color: #000;
	border-color: #F7CE3E;
}

.btn-default, .btn-default:active, .btn-default:hover {
	background-color: #FFFFFF;
	border-color: #F5F5F5;
	color: #000;
}
.btn-filter-grp {
  top: 27px;
}
.navbar-inverse {
	background-color: #1A2930;
	border-color: #1A2930;
}

.bg-filterbtn {
  background-color: #F7CE3E;
 color: #000;
}

.bg-resetbtn {
  background-color: #FFFFFF;
  color: #000;
}
.bg-header-top{
	background-color: #1A2930;
}
.header-text{
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 10px;
}

.btn-filter {
	background-color: #e0e0e0 !important;
	border-color: #e0e0e0 !important;
	color: #000;
	
}

/* Company Wide - Business Dashboard (YTD/MTD) */

#sales_ytd, #sales_ytd_ya, #growth, #growth_organic, #sales_full_month, #sales_ya_full {
	font-weight: bold;

}

.text-muted {
	font-size: 10px;
	font-weight: bold;
}

th {
	font-weight: bold;
}

/* Company Wide - Business Shopper Metrics */

.category-title:not(.h5):not(.h6)>span {
	font-weight: bold;
	font-size: 14px;
}

.bg-purple-300, .bg-teal-400, .bg-warning-400 {
	height: 20px;
}

.box-ytd{
	border-style: solid;
  border-color: #2e4faa;
  border-width: 1px; 
  height: 100px;  
  padding: 25px 10px 25px 10px;
  background-color: #fff;
  margin-bottom: 10px;
}
.box-module{
  border-style: solid;
  border-color: #e0e0e0;
  border-width: 1px; 
  height: 90px;
  margin: 10px 10px 10px 10px;
  background-color: #fff;
  display: table;
}
.box-text{
  color: #000000 !important;
  font-size: 10px; 
  display: table-cell;
  vertical-align: middle;;
}

.box-number{ 
  font-size: 20px;
  overflow-wrap: break-word; 
  word-wrap: break-word; 
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto; 
  hyphens: auto;
}
.box-label{
  color: #2e4faa;
}
path {
  stroke: red;
  stroke-width: 2;
  fill: none;
}
.axis path,
.axis line {
  fill: none;
  stroke: grey;
  stroke-width: 1;
  shape-rendering: crispEdges;
}

/* Store - Top Customers */

.dot {
  stroke: #000;
}

.tooltip {
  position: absolute;
  width: 200px;
  height: 28px;
  pointer-events: none;
}
.sku_insights_toolTip {
  position: absolute;
  display: none;
  min-width: 80px;
  height: auto;
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #6F257F;
  padding: 14px;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
 }


/* ------------------------------------------------------------------------------
 *
 *  # Components
 *
 *  Common less file with imports of plugins and pages
 *
 *  Version: 1.0
 *  Latest update: May 25, 2015
 *
 * ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
 *
 *  # Sidebar layouts
 *
 *  Styles for leftbar components, main navigation and leftbar itself
 *
 *  Version: 1.0
 *  Latest update: May 25, 2015
 *
 * ---------------------------------------------------------------------------- */
.leftbar {
  color: #fff;
  position: relative;
  width: 100%;
  display: none;
}
.leftbar .leftbar-content {
  background-color: #263238;
  border: 1px solid transparent;
}
@media (min-width: 769px) {
  .leftbar {
    display: table-cell;
    vertical-align: top;
    width: 280px;
    padding-right: 20px;
  }
}
.leftbar-main {
  z-index: 99;
}
.leftbar-secondary {
  z-index: 98;
}
.leftbar-opposite {
  display: none;
  z-index: 97;
}
@media (min-width: 769px) {
  .leftbar-opposite-visible .leftbar-opposite {
    display: table-cell;
    padding-right: 0;
    padding-left: 20px;
  }
}
.leftbar-default {
  color: #333333;
}
.leftbar-default .leftbar-content {
  background-color: #ffffff;
  border-color: #dddddd;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.leftbar-content {
  position: relative;
  border-radius: 3px;
  margin-bottom: 20px;
}
.leftbar-all-hidden .leftbar-main,
.leftbar-all-hidden .leftbar-secondary,
.leftbar-main-hidden .leftbar-main,
.leftbar-secondary-hidden .leftbar-secondary {
  display: none;
}
@media (max-width: 768px) {
  .leftbar-mobile-main .leftbar-main,
  .leftbar-mobile-secondary .leftbar-secondary,
  .leftbar-mobile-opposite .leftbar-opposite {
    display: block;
  }
}
.category-title {
  position: relative;
  margin: 0;
  padding: 10px 20px;
  padding-right: 46px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.category-title > span {
  display: block;
}
.category-title:not(.h5):not(.h6) > span {
  margin-top: 2px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.82;
}
.category-title.h5,
.category-title.h6 {
  padding: 20px;
  border-bottom: 0;
}
.category-title > i {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -8px;
}
.category-title .icons-list {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -8px;
}
.category-title + .leftbar-user {
  padding-top: 5px;
  padding-bottom: 5px;
}
.leftbar-default .category-title {
  border-bottom-color: #dddddd;
}
.category-content {
  position: relative;
  padding: 20px;
}
.navigation {
  margin: 0;
  padding: 10px 0;
  list-style: none;
  position: relative;
}
.leftbar-category > .h5 + .category-content > .navigation,
.leftbar-category > .h6 + .category-content > .navigation {
  padding-top: 0;
}
.navigation .hidden-ul {
  display: none;
}
.navigation li {
  position: relative;
}
.navigation li + li {
  margin-top: 1px;
}
.navigation li + .navigation-header {
  margin-top: 10px;
}
.navigation li a {
  color: rgba(255, 255, 255, 0.75);
  display: block;
  -webkit-transition: background 0.15s linear, color 0.15s linear;
  -o-transition: background 0.15s linear, color 0.15s linear;
  transition: background 0.15s linear, color 0.15s linear;
}
.navigation li a:hover,
.navigation li a:focus {
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}
.navigation li a > i {
  float: left;
  top: 0;
  margin-top: 2px;
  margin-right: 15px;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.navigation li a > i.pull-right {
  margin-right: 0;
  margin-left: 15px;
}
.navigation li.disabled > a,
.navigation li.disabled > a:hover,
.navigation li.disabled > a:focus {
  color: inherit;
  background-color: transparent;
  cursor: not-allowed;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.navigation li > .has-ul {
  position: relative;
  padding-right: 36px;
}
.navigation li > .has-ul:after {
  content: "\e9c7";
  font-family: "icomoon";
  font-size: 16px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 20px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
}
.navigation li.active > .has-ul:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.navigation li.navigation-divider {
  margin: 10px 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}
.leftbar-default .navigation li.navigation-divider {
  background-color: #eeeeee;
}
.navigation > li > a {
  padding: 12px 20px;
  min-height: 44px;
  font-weight: 500;
}
.navigation > li.active > a,
.navigation > li.active > a:hover,
.navigation > li.active > a:focus {
  background-color: #26a69a;
  color: #fff;
}
.navigation > li.active > a > [class*=text-] {
  color: #fff;
}
.navigation > li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
}
.navigation > li ul li a {
  padding: 10px 20px;
  padding-left: 51px;
  min-height: 40px;
}
.navigation > li ul .navigation-header {
  padding-left: 51px;
}
.navigation > li > ul > li > ul > li > a,
.navigation > li > ul > li > ul > .navigation-header {
  padding-left: 71px;
}
.navigation > li > ul > li > ul > li > ul > li > a,
.navigation > li > ul > li > ul > li > ul .navigation-header {
  padding-left: 91px;
}
.navigation > li > ul li:first-child {
  padding-top: 10px;
}
.navigation > li > ul li:last-child {
  padding-bottom: 10px;
}
.navigation > li > ul li.active > a,
.navigation > li > ul li.active > a:hover,
.navigation > li > ul li.active > a:focus {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
}
.navigation .navigation-header {
  min-height: 30px;
  padding: 10px 20px;
  border-bottom: 0;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1.82;
}
.navigation .navigation-header > span {
  display: block;
  margin-top: 2px;
}
.navigation .navigation-header > i {
  display: none;
}
.navigation .navigation-header > i.pull-right {
  margin-top: 2px;
}
.navigation .navigation-header,
.navigation .navigation-header a {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
}
.navigation .navigation-header a:hover,
.navigation .navigation-header a:focus {
  color: #fff;
}
.navigation .navigation-header a i {
  float: none;
  margin: 0;
}
.leftbar-default .navigation .navigation-header,
.leftbar-default .navigation .navigation-header a {
  color: #999999;
}
.leftbar-default .navigation .navigation-header a:hover,
.leftbar-default .navigation .navigation-header a:focus {
  color: #333333;
}
.navigation.nav > .active > .hidden-ul {
  display: block;
}
@media (max-width: 768px) {
  .navigation.nav > li > .hidden-ul {
    display: block;
  }
}
.navigation .label,
.navigation .badge {
  float: right;
  margin-top: 1px;
}
.leftbar-default .navigation li > a {
  color: #333333;
}
.leftbar-default .navigation li > a:hover,
.leftbar-default .navigation li > a:focus {
  background-color: #f5f5f5;
}
.leftbar-default .navigation li.active > a,
.leftbar-default .navigation li.active > a:hover,
.leftbar-default .navigation li.active > a:focus {
  background-color: #f5f5f5;
  color: #333333;
}
.leftbar-default .navigation li.disabled > a,
.leftbar-default .navigation li.disabled > a:hover,
.leftbar-default .navigation li.disabled > a:focus {
  background-color: transparent;
}
.leftbar-default .navigation > li ul {
  background-color: transparent;
}
.leftbar-default .navigation > li.active > a,
.leftbar-default .navigation > li.active > a:hover,
.leftbar-default .navigation > li.active > a:focus {
  background-color: #fbc350;
  color: #fff;
}
.navigation-icons-right > li > a,
.navigation-icons-right > li > a.has-ul {
  padding-right: 20px;
}
.navigation-icons-right > li > a > i {
  float: right;
  margin-right: 0;
}
.navigation-icons-right > li > a.has-ul:after,
.navigation-icons-right > li.active > .has-ul:after {
  content: none;
}
.navigation-bordered > li {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.navigation-bordered > li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.navigation-bordered > li.navigation-header {
  background-color: rgba(0, 0, 0, 0.1);
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 1;
}
.navigation-bordered > li + li {
  margin-top: 0;
}
.navigation-bordered > li ul {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navigation-bordered li + .navigation-header {
  margin-top: 0;
}
.leftbar-default .navigation-bordered > li {
  border-top: 1px solid #eeeeee;
}
.leftbar-default .navigation-bordered > li.navigation-header {
  background-color: #fafafa;
}
.navigation-lg > li > a,
.navigation-lg > li > a > span {
  padding-top: 14px;
  padding-bottom: 14px;
  min-height: 48px;
}
.navigation-lg > li ul li a {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 40px;
}
.leftbar-xs .leftbar-main .navigation-lg > li > ul {
  top: 48px;
}
.navigation-sm > li > a,
.navigation-sm > li > a > span {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 40px;
}
.navigation-sm > li ul li a {
  padding-top: 6px;
  padding-bottom: 6px;
  min-height: 32px;
}
.leftbar-xs .leftbar-main .navigation-sm > li > ul {
  top: 40px;
}
.navigation-xs > li > a,
.navigation-xs > li > a > span {
  padding-top: 8px;
  padding-bottom: 8px;
  min-height: 36px;
}
.navigation-xs > li ul li a {
  padding-top: 6px;
  padding-bottom: 6px;
  min-height: 32px;
}
.leftbar-xs .leftbar-main .navigation-xs > li > ul {
  top: 36px;
}
@media (min-width: 769px) {
  .leftbar-fixed.affix {
    position: fixed;
    width: 260px;
    top: 20px;
    bottom: 20px;
  }
  .leftbar-fixed.affix .leftbar-content {
    max-height: 100%;
    overflow-y: auto;
  }
  .leftbar-fixed.affix.fixed-leftbar-space {
    bottom: 60px;
  }
  .leftbar-xs .leftbar-fixed.affix {
    width: 56px;
  }
}
.leftbar-fixed-expanded .leftbar-main {
  position: absolute;
  display: block;
  z-index: 1001;
}
.leftbar-xs .leftbar-fixed-expanded .leftbar-main {
  width: 280px;
}
.leftbar-fixed-expanded .content-wrapper {
  padding-left: 76px;
}
@media (min-width: 769px) {
  .leftbar-separate .leftbar-content {
    background-color: transparent;
  }
  .leftbar-separate .leftbar-category {
    background-color: #263238;
    border-radius: 3px;
    margin-bottom: 20px;
  }
  .leftbar-separate.leftbar-default .leftbar-content {
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .leftbar-separate.leftbar-default .leftbar-category {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  }
}
@media (min-width: 769px) {
  .leftbar-xs .leftbar-main {
    width: 76px;
  }
  .leftbar-xs .leftbar-main .leftbar-category {
    display: none;
  }
  .leftbar-xs .leftbar-main .leftbar-category-visible {
    display: block;
  }
  .leftbar-xs .leftbar-main .category-title {
    padding: 0;
  }
  .leftbar-xs .leftbar-main .category-title > i {
    padding: 13px 0;
    float: none;
    display: block;
    top: 0;
  }
  .leftbar-xs .leftbar-main .category-title > span {
    display: none;
  }
  .leftbar-xs .leftbar-main .category-title .icons-list {
    position: static;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .leftbar-xs .leftbar-main .category-title .icons-list > li {
    display: block;
    margin-left: 0;
  }
  .leftbar-xs .leftbar-main .category-title .icons-list > li + li {
    margin-top: 10px;
  }
  .leftbar-xs .leftbar-main .category-title.h5 .icons-list,
  .leftbar-xs .leftbar-main .category-title.h6 .icons-list {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .leftbar-xs .leftbar-main .navigation-main > li > a {
    display: block;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
  .leftbar-xs .leftbar-main .navigation-main > li > a > span {
    display: none;
    position: absolute;
    top: 0;
    right: -260px;
    background-color: #26a69a;
    border-color: #26a69a;
    padding: inherit;
    padding-left: 20px;
    padding-right: 20px;
    width: 260px;
    text-align: left;
    color: #fff;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
  }
  .leftbar-xs .leftbar-main .navigation-main > li > a > span:after {
    content: "";
    width: 0;
    height: 0;
    border-right: 5px solid;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right-color: inherit;
    position: absolute;
    left: -5px;
    top: 50%;
    margin-top: -5px;
  }
  .leftbar-xs .leftbar-main .navigation-main > li > a > span .label,
  .leftbar-xs .leftbar-main .navigation-main > li > a > span .badge {
    background-color: transparent;
    border-color: transparent;
    padding-left: 0;
    padding-right: 0;
  }
  .leftbar-xs .leftbar-main .navigation-main > li > a > i {
    margin: 2px 0;
    display: block;
    float: none;
  }
  .leftbar-xs .leftbar-main .navigation-main > li > .has-ul:after,
  .leftbar-xs .leftbar-main .navigation-main > li.active > .has-ul:after {
    content: none;
  }
  .leftbar-xs .leftbar-main .navigation-main > li .has-ul > span {
    border-radius: 0 3px 0 0;
  }
  .leftbar-xs .leftbar-main .navigation-main > li.active > ul {
    display: none!important;
  }
  .leftbar-xs .leftbar-main .navigation-main > li.disabled:hover > ul,
  .leftbar-xs .leftbar-main .navigation-main > li.disabled:hover > a > span {
    display: none!important;
  }
  .leftbar-xs .leftbar-main .navigation-main > li:hover > ul {
    display: block!important;
  }
  .leftbar-xs .leftbar-main .navigation-main > li:hover > a > span {
    display: block;
    cursor: default;
  }
  .leftbar-xs .leftbar-main .navigation-main > li:hover:not(.active) > a {
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
  }
  .leftbar-xs .leftbar-main .navigation-main > li > ul {
    position: absolute;
    right: -260px;
    top: 44px;
    width: 260px;
    display: none;
    background-color: #263238;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0 0 3px 0;
  }
  .leftbar-xs .leftbar-main .navigation-main > li > ul > li > a {
    padding-left: 20px;
    padding-right: 20px;
  }
  .leftbar-xs .leftbar-main .navigation-main > li > ul > li > ul > li > a {
    padding-left: 30px;
  }
  .leftbar-xs .leftbar-main .navigation-main > li > ul > li > ul > li > ul > li > a {
    padding-left: 60px;
  }
  .leftbar-xs .leftbar-main .navigation-main > .navigation-header {
    padding: 0;
    text-align: center;
  }
  .leftbar-xs .leftbar-main .navigation-main > .navigation-header > i {
    display: block;
    top: 0;
    padding: 13px 0;
  }
  .leftbar-xs .leftbar-main .navigation-main > .navigation-header > span {
    display: none;
  }
  .leftbar-xs .leftbar-main .leftbar-user {
    padding-left: 0;
    padding-right: 0;
  }
  .leftbar-xs .leftbar-main .leftbar-user .media-left,
  .leftbar-xs .leftbar-main .leftbar-user .media-right {
    padding: 0;
    text-align: center;
    display: block;
  }
  .leftbar-xs .leftbar-main .leftbar-user .media-left > img,
  .leftbar-xs .leftbar-main .leftbar-user .media-right > img {
    max-width: 100%;
    height: auto!important;
  }
  .leftbar-xs .leftbar-main .leftbar-user .media-left > .img-sm,
  .leftbar-xs .leftbar-main .leftbar-user .media-right > .img-sm {
    margin-top: 1px;
    margin-bottom: 1px;
  }
  .leftbar-xs .leftbar-main .leftbar-user .media-left > .img-xs,
  .leftbar-xs .leftbar-main .leftbar-user .media-right > .img-xs {
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .leftbar-xs .leftbar-main .leftbar-user .media-body,
  .leftbar-xs .leftbar-main .leftbar-user .media-right {
    display: none;
  }
  .leftbar-xs .leftbar-default .navigation-main > li > a > span {
    background-color: #26a69a;
    border-color: #26a69a;
  }
  .leftbar-xs .leftbar-default .navigation-main > li > ul {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-top: 0;
  }
  .leftbar-xs .leftbar-default .navigation-main > li:hover:not(.active) > a {
    background-color: #f5f5f5;
    color: #333333;
  }
}
.leftbar .row {
  margin-left: -5px;
  margin-right: -5px;
}
.leftbar .row [class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 768px) {
  .leftbar .sp-container {
    display: block;
    width: 220px;
    margin-left: auto;
    margin-right: auto;
  }
}
.leftbar .sp-flat .sp-picker-container {
  display: block;
  width: 218px;
}
.leftbar .panel-group .panel {
  border-radius: 0;
  border-width: 0 0 1px 0;
}
.leftbar .panel-group .panel:first-child {
  border-top-width: 1px;
}
.leftbar .panel-group .panel + .panel {
  margin-top: 0;
}
.leftbar .media-list-bordered > li {
  border-top: 0;
  border-bottom: 1px solid #eeeeee;
}
.leftbar:not(.leftbar-default) .media .text-muted,
.leftbar:not(.leftbar-default) .media .media-annotation {
  color: rgba(255, 255, 255, 0.8);
}
.leftbar:not(.leftbar-default) .media .media-left > a,
.leftbar:not(.leftbar-default) .media .media-body > a,
.leftbar:not(.leftbar-default) .media .media-right > a {
  color: #fff;
}
.leftbar:not(.leftbar-default) .media .media-link:hover,
.leftbar:not(.leftbar-default) .media .media-link:focus {
  background-color: rgba(0, 0, 0, 0.1);
}
.leftbar:not(.leftbar-default) .media .media-badge {
  border-color: #263238;
}
.leftbar:not(.leftbar-default) .media-list-bordered > li {
  border-color: rgba(255, 255, 255, 0.1);
}
.leftbar .thumbnail {
  margin-bottom: 10px;
}
.leftbar .thumbnail:last-child {
  margin-bottom: 0;
}
.leftbar .thumbnail .zoom-image i {
  font-size: 16px;
  margin-top: -8px;
  margin-left: -8px;
}
.leftbar .leftbar-category .checkbox,
.leftbar .leftbar-category .radio {
  margin-top: 0;
}
.leftbar .leftbar-category .checkbox:last-child,
.leftbar .leftbar-category .radio:last-child {
  margin-bottom: 0;
}
.leftbar .form-group:last-child {
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .leftbar .nav-tabs > li > a {
    border-bottom-color: rgba(255, 255, 255, 0.1);
    background-color: rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.6);
    border-top: 0;
    border-radius: 0;
  }
  .leftbar .nav-tabs > li > a:hover,
  .leftbar .nav-tabs > li > a:focus {
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, 0.1);
  }
  .leftbar .nav-tabs > .active > a,
  .leftbar .nav-tabs > .active > a:hover,
  .leftbar .nav-tabs > .active > a:focus {
    border-top: 0;
    border-bottom: 0;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.1);
    color: #fff;
  }
  .leftbar .nav-tabs > .active:first-child > a {
    border-left-color: transparent!important;
  }
  .leftbar .nav-tabs > .active:last-child > a {
    border-right-color: transparent!important;
  }
  .leftbar .nav-tabs .dropdown-menu-right {
    right: -1px;
  }
  .leftbar .nav-tabs > .open > a {
    color: #fff;
  }
  .leftbar .nav-tabs > .open:not(.active) > a {
    background-color: rgba(0, 0, 0, 0.2);
  }
}
.leftbar .tab-pane .h5:first-child,
.leftbar .tab-pane .h6:first-child {
  padding-top: 0;
}
.leftbar .tab-pane .h5:first-child .icons-list,
.leftbar .tab-pane .h6:first-child .icons-list {
  top: 0;
  margin-top: 4px;
}
@media (min-width: 769px) {
  .leftbar-default .nav-tabs > li > a {
    background-color: #fafafa;
    border-bottom-color: #dddddd;
    color: #999999;
  }
  .leftbar-default .nav-tabs > li > a:hover,
  .leftbar-default .nav-tabs > li > a:focus {
    color: #333333;
    border-bottom-color: #dddddd;
  }
  .leftbar-default .nav-tabs > li:first-child > a {
    border-top-left-radius: 3px;
  }
  .leftbar-default .nav-tabs > li:last-child > a {
    border-top-right-radius: 3px;
  }
  .leftbar-default .nav-tabs > .active > a,
  .leftbar-default .nav-tabs > .active > a:hover,
  .leftbar-default .nav-tabs > .active > a:focus {
    border-color: #dddddd;
    color: #333333;
  }
  .leftbar-default .nav-tabs > .open > a {
    border-bottom-color: #dddddd;
    color: #333333;
  }
  .leftbar-default .nav-tabs > .open:not(.active) > a {
    background-color: #fafafa;
  }
}

.tick text{
    font-size: 12px;
  }

  .tick line{
    opacity: 0.2;
  }
.axisStyle line{
  stroke: #333333;
}

.axisStyle path{
  stroke: #333333;
}

.axisStyle text{
  fill: #333333;
} 
.module-title-text{
  font-weight: 600 !important;
}
#toTop {
    padding: 5px 3px;
    background: #000;
    color: #fff;
    position: fixed;
    bottom: 0;
    right: 5px;
    display: none;
    cursor: pointer;
    z-index: 999;
}