@CHARSET "UTF-8";
.navbar-inverse {
    background-color: #042d8a;
}
.navbar-inverse .navbar-brand {
    color: #fff;
}
.footer {
  position: absolute;
  bottom: 0;
  /* Set the fixed height of the footer here */
  height: 30px;
}
/*body {
    background: url('../../../img/water.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}*/
.navbar-inverse .navbar-nav>li>a { 
    color: #fff;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #357ebd;
    background-image: -webkit-gradient(linear,left 0,left 100%,from(#428bca),to(#357ebd));
    background-image: -webkit-linear-gradient(top,#428bca,0%,#357ebd,100%);
    background-image: -moz-linear-gradient(top,#428bca 0,#357ebd 100%);
    background-image: linear-gradient(to bottom,#428bca 0,#357ebd 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff357ebd',GradientType=0);
}
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #E8FBD0;
}
.bg{background-color:#ff0000 !important;}
ul .dropdown-menu {
    width: 210px;
}
.panel-heading{
	/*background-color: #254282!important;*/
	background: linear-gradient(to right, #042d8a, #5977b9, #eaedf3);
	color: #fff!important;
}

.text-divider{margin: 2em 0; line-height: 0; text-align: left;}
.text-divider span{background-color: #f5f5f5; padding: 1em;}
.text-divider:before{ content: " "; display: block; border-top: 1px solid #e3e3e3; border-bottom: 1px solid #f7f7f7;}
