#side-menu {
  background: #ffffff;
  width: 200px;
}
#side-menu li a {
	font-size: 14px;
	color: #000000;
	text-transform: uppercase;
	font-weight: 500;
	padding: 15px 20px;
}

#side-menu li {
	border-bottom: 1px solid #e4e5e7;
}

#side-menu li:first-child {
	border-top: 1px solid #e4e5e7;
}

#side-menu li.active {
	border-bottom: 0;
}


#side-menu li.active a,
#side-menu li:hover a {
	color: #000000;
}


#side-menu li .nav-second-level li a {
	padding: 10px 10px 10px 30px;
	color: #6a6c6f;
	text-transform: none;
	font-weight: 400;
}
#side-menu li .nav-second-level li.active a {
  color: #34495e;
  background-color: #f7f9fa;
}
#side-menu.nav > li > a:hover,
#side-menu.nav > li > a:focus {
  background: #fff;
}
#side-menu li.active {
  background: #fff;
}

.clear {
	clear: both;
	content: "";
	display:block;
	height:0;
	font-size:0;
	overflow: hidden;
}

body {
	color: #333;
	font-size: 13px;
}

label {
	font-weight: 400;
	font-size: 13px;
}

.btn {
	text-transform: uppercase;
	font-weight: 500;
}

.admin_name {
	font-weight: 700;
	font-size: 12px;	
}

.normalheader {
    min-width: 320px;
    padding: 0;   
}

.normalheader .hpanel .panel-body {
	border-bottom: 0;
}

.content {
	padding: 0;
	
}


input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #fff !important; 
    -webkit-text-fill-color: #000000 !important; 
    color: #000000 !important; 
}

#months_selector .active {
	background-color: #74d348;
	border-color: #62cb31;
}


.tooltip {
  font-family: 'Neo Sans Pro', 'Open Sans', Helvetica, Arial, sans-serif;
}
.tooltip-inner {
  background-color: #6a6c6f;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #6a6c6f;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #6a6c6f;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #6a6c6f;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #6a6c6f;
}


.error-text {
	color: #c0392b;
}

.va-middle {
	vertical-align: middle !important;
}


.nowrap {
	white-space: nowrap;
}

th {
	font-weight: 600 !important;
}

strong {
	font-weight: 600 !important;
}

.lbl {
	margin-bottom: 5px;
	padding-left: 20px;
	font-weight: 500;
} 