
body {
    padding-bottom: 30px;
    padding-top: 15px;
}
.theme-dropdown .dropdown-menu {
    display: block;
    margin-bottom: 20px;
    position: static;
}
.theme-showcase > p > .btn {
    margin: 5px 0;
}
.theme-showcase .navbar .container {
    width: auto;
}
.navbar-default{
	background-image: linear-gradient(to bottom, #ffffff 0px, #E1E9EA 100%);
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
   background-color: #3278b3;
   color: #FFF;
}
a.list-group-item:hover, a.list-group-item:focus{
   background-color: #3278b3;
   color: #FFF;	
}
.table th{
	background-color: #3278b3 !important;
	color: #FFF;
}
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #E1E9EA;
}
.table th>a{
	color: #FFF;
}
.list-group-item.active,.list-group-item.active:hover{
	background-color: #3278b3;
	background-image: linear-gradient(to bottom, #0091B3 0px, #3278b3 100%);
}
html {
    min-height: 100%;
    position: relative;
}
body {
    margin-bottom: 60px;
}
.footer {
    background-color: #3278b3;
    bottom: 0;
    height: 60px;
    position: absolute;
    width: 100%;
}
.bg-primary{
	background-color: #3278b3;
}
.container .text-muted {
    margin: 20px 0;
}
.form-inline{
 	white-space:nowrap !important; 
}