
body {
  color: #666;
  font-family: Open Sans,Arial,sans-serif;
  font-size: 14px;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #f5f5f5;
}
body {
 overflow-x:hidden; 
}
a {
  color: #314c7a;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  background-color:transparent;
}
a:active, a:hover {
 outline:0;
 color: #314c7a;
}
div.logo {
	float: left;
    margin: 0 10px 10px;
}
div.logo img {
    max-height: 125px;
}
.header-container { 
  color: #154175;
  background: #fff ;
  padding-top: 10px;  
}
header.container h1 {
	font-size: 220%;
    width: 585px;
    margin: 0px 10px 10px 10px;
    padding: 30px 5px 0;
    float: left;
    color: #154175;
}
header.container .site-slogan{
	/*display: none;*/
}
ul, li {
	color: #595959;
	line-height: 23px;
}
.navbar.navbar-default.container{ 
    color: #eaf1f7;
    background: #154175;
    border-top: 1px solid #154175;
	width: 100%;
}
nav .container-fluid {
  width: 1170px;
}
.collapse.navbar-collapse {
  /*  border-bottom: 1px solid lightgray;*/
}
.navbar-default {
    background-color:transparent;
    border: none;
}
.navbar {
    margin-bottom: 0px;
}
.breadcrumb {
    margin-bottom: 0px;
}
.navbar-nav > li {
	padding: 5px 1px;
}
.navbar-default .navbar-nav > li > a {
	color: #ffffff !important;
	font-size: 15px;
	padding: 10px 0 5px 0 !important;
	margin: 0 0.6rem;
	position: relative;	
    font-weight: bold;
}
.navbar-default .navbar-nav > li a:hover{
	opacity: 0.7;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
  background: transparent;    
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus{
    background-color:transparent;
    opacity: 0.7;
}
.dropdown-menu {
	background-color: #154175;
}
.dropdown-menu li{
    padding: 0 20px;
    font-size: 15px;
    border: none;
}
.dropdown-menu li:hover{
	/*background-color: #004b88;*/
}
.dropdown-menu li a {
	white-space: nowrap;
	padding: 9px 10px;
	line-height: 24px;
	color: #fff;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-weight: bold;
}
.dropdown-menu li a:hover, .dropdown-menu li a:focus, .dropdown-menu li a:active {
	opacity: 0.7;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	text-decoration: none;
  background: none;
}
.dropdown-menu li:first-child{
    padding-top: 10px;
}
.dropdown-menu li:last-child {
	padding-bottom: 10px;
	/*border-bottom: 1px solid #dddddd;*/
}
.dropdown-menu li:last-child a {
	border-bottom: none;
}
table {
	background-color: transparent;
	border:1px solid #ddd;
	border-spacing: 0;
	border-collapse: collapse;
}
.table > thead > tr > th {
	color: #474747;
	text-align: center;
    vertical-align: top;
    padding: 13px 12px;
    font-size: 14px;
}
th {
	text-transform: uppercase;
	font-weight: normal;
}
table thead tr th, table td {
	background: #fff;
	padding: 13px 5px !important;
	border: 1px solid #ddd;
	font-size: 14px;
	line-height: 24px;
	color: #474747;
}
table a:not(.btn), .table a:not(.btn){
	text-decoration: none;
}
th:hover, tr:hover{
	background: #f5f5f5;
}
table {
	border-collapse: separate !important;
	border-spacing:0;
}

/* Tables ---*/
thead tr th {
  background: #333;
  color: #fff;
  padding: 5px;
}

thead tr th a,
thead tr th a:hover,
thead tr th a:focus,
thead tr th a:active { color: #fff; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}
h1, .h1 {
	
	font-size: 36px;
	color:#333;
}
/*
.body-container h1, .body-container .h1 {
	background: #095faa;
	color: #fff;
	padding: 5px 15px;
    margin-bottom: 5px;
    margin-top:5px;
}*/
.page-container {
	min-height: 70%;
	position: relative;
	padding: 0 0 75px 0;
}
footer p{
    font-size: 12px !important;
}
footer {
  background: #012169;
  border-top: 1px solid #012169;
  color: #fff;
    padding: 20px;
}
footer a{
    color: #fff;    
    text-decoration: none;
}
footer a:hover {
    color: rgba(255,255,255,.7);
}
.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.btn-info {
	padding: 8px 15px;
	font-size: 12px !important;
	color: #154175 !important;
	text-decoration: none !important;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: transparent;
	border-color: #154175;
}
.container .container-fluid{
	padding-left:0;
	padding-right:0;
}