@charset "utf-8";
/* CSS Document */

body{ background-color:#e5e2e2;}
.whitebg{ background-color:#ffffff; padding:1em;}
.timedate{ color: #B5B5B5; font-size:0.8em; text-align:right;}
.alertmsg{background-color: #FFF8D6; }
.panel-body{ padding:10px;}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.pagetitle{ color: #000000; font-size:1.3em; font-weight:bold; padding-top:0.5em;padding-bottom:0.5em; }

.navbar-inverse {
	background-color: transparent;
	border-color:transparent;
}

.navbar-brand {
	float:left;
	height:50px;
	padding:15px 15px;
	font-size:18px;
	line-height:20px
}

.leftbar{ background-color:#293744; min-height:730px; height:100%;}
.nav_header{background-color:#293744; height:60px; border-bottom:1px solid #000;
-webkit-box-shadow: 0px 7px 17px -6px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 7px 17px -6px rgba(0,0,0,0.75);
box-shadow: 0px 7px 17px -6px rgba(0,0,0,0.75);

}
.userdetails{color:#fff;}


#main-menu {
    background-color: #293744;
}

.list-group-item {
    background-color: #293744;
    border:none;
}

a.list-group-item {
    color: #FFF;
}
.list-hover:hover,
.list-hover:focus{
	text-decoration: none !important;
    background-color: #32404d !important;
    border-left: 3px solid #F90;
    color: #FFF !important;
}
nav>li>a.list-group-item:hover,
nav>li>a.list-group-item:focus {
    background-color: #32404d;
	border-left:3px solid #F90;
	    color: #FFF;
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
    color: #FFF;
    background-color: #32404d;
 /*   border:none;*/
 border-left:3px solid #F90;

}

.list-group-item:first-child,
.list-group-item:last-child {
    border-radius: 0;
	
}

.list-group-level1 .list-group-item {
    padding-left:30px;
}

.list-group-level2 .list-group-item {
    padding-left:60px;
}

#exTab1 .tab-content {
  color : white;
  background-color: #fff;
  padding : 5px 15px;
}

#exTab2 h3 {
  color : #000;
  background-color: #fff;
  padding : 5px 15px;
}

/* remove border radius for the tab */

#exTab1 .nav-pills > li > a {
  border-radius: 0;
}

/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills > li > a {
  border-radius: 4px 4px 0 0 ;
}

#exTab3 .tab-content {
  color : #000;
  background-color: #fff;
  padding : 5px 15px;
}
.width-100-per{
	width:100%;
}