@CHARSET "UTF-8";

form{
	background-color: #FFF;
}

.top-pad-login{
	padding-top: 150px;
}

.left-panel-color{

    min-height: 590px;
}

.middle-bg{
	background-color: #FFF;
	min-height: 500px;
}

.nav-bar-bottom-design{
	height:5px;
    background-color: #3B6C90;
}

.white{
	background-color: #FFF;
}

.content-area{
	padding-top: 60px;
}

.sidebarMenuItem{
	border: 1px solid #2D2D2D;
}

/*.sidebarMenuItem a {
	color: #fff;
}*/

.sidebarMenuItem a:hover{
	color:#000 !important;
	font-weight: 600px;
}

.sidebarMenuItem .active{
	background-color: orange;
}

.poweredBY{
	background-color: #333;
	min-height: 20px;
	color: #FFF;
}

.error{
	color: red;
}

.sidebarMenuItem
{
border: medium none;

}

.sidebarMenuItem > .active > a {
    color: #FFF;
    background-color: #428BCA;
}

.sidebarMenuItem > .active > a .hover{
background-color: rgb(58, 169, 232);  
}


.nav nav-sidebar > .active > a {
    color: #FFF;
    background-color: #428BCA;
}

.heading-bottom-design {
    background-color: #178acc;
    height: 2px;
    width: 100%;
}


.footer-bottom-design {
    background-color: #178acc;
    height: 2px;
    width: 100%;
}

.side-list{
	background-color: #F5F5F5;
	min-height: 800px;
    width:10px;
}

.login-bg{
	background-image: url("../images/bg-20.jpg");
}

.login-top-pad{
	padding-top: 125px;
}

.sideMenuActive{
	background-color: #3ca9e8 !important;	
}

.sideMenuActive a{
	color: #FFF !important;
	font-weight: bold;
}


/*.nav-bar-footer-design{
   	height:50px;
	background-image: url("../images/body-bg-28.png");
}*/

path {  stroke: #fff; }
path:hover {  opacity:0.9; }
rect:hover {  fill:blue; }
.axis {  font: 10px sans-serif; }
.legend tr{    border-bottom:1px solid grey; }
.legend tr:first-child{    border-top:1px solid grey; }

.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

.x.axis path {  display: none; }
.legend{
    margin-bottom:76px;
    display:inline-block;
    border-collapse: collapse;
    border-spacing: 0px;
}
.legend td{
    padding:4px 5px;
    vertical-align:bottom;
}
.legendFreq, .legendPerc{
    align:right;
    width:50px;
}

select.ui-datepicker-month{
	color: #333 !important;
}

select.ui-datepicker-year{
	color:#333 !important;
}
.spadding-left{
padding-left:5px;
}


.news_list{
	min-height: 40px;
	margin:0px;
	padding-top: 15px;
	font-weight: bold;
}

.news-container{
	border:1px solid #158CBA;
	min-height: 51px;
}

.news-update{
	background-color: #158CBA;
	text-transform: uppercase;
	color: #FFF;
	font-weight: bolder;
	padding-top: 15px;
    padding-right: 10px;    
    padding-left: 25px;	   
}

.panelHeight{
	min-height: 400px;
	height: 400px;
	overflow-y: scroll;
}

.panelHeight-footerHeight{
	min-height: 358px;
	height: 358px;
	overflow-y: scroll;
}

.newsticker{
	 list-style: none;
}

.messageItem{
	border-bottom:1px solid #158CBA;
}
.whitefont{
	color: #FFFFFF !important;
}
.removeBottomMargin >tbody > tr > td  > div.form-group {
	margin-bottom : 0px !important;
}