﻿
/*  Custom Bootstrap (copied and modified from Bootstrap v3.3.6) */
.navbar-custom {
	min-height: 30px !important;
	margin-bottom: 5px !important;
	background-color: #49859B !important;
	border-color: #29657B !important;
	border-radius: 5px !important;
	font-size: 1.0rem;
	font-family: Verdana, Arial;
}

.navbar-custom .navbar-brand,
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus {
	color: #FFF !important;
}

.navbar-custom .navbar-nav > li > a {
	color: #fff !important;
	padding-top: 7px !important;
	padding-bottom: 7px !important;
}

.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus {
	background-color: #39758B !important;
	color:#CCFFFF !important;
	border-radius: 6px !important;
}

.navbar-custom .navbar-nav > .active > a,
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
	color: #FFF !important;
	background-color: #29657B !important;
	border-radius: 6px !important;
}

.navbar-custom .navbar-text {
	color: #FFF !important;
}

.navbar-custom .navbar-toggle {
	border-color: #29657B !important;
}

.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
	background-color: #29657B !important;
}

.navbar-custom .navbar-toggle .icon-bar {
	background-color: #FFF !important;
}
/* End of Custom Bootstrap */

.lsp-header {
	max-width: 1400px;
	min-width: 1100px;
	margin:auto;
	padding-left: 0px; 
	padding-right: 0px; 
	padding-top: 15px; 
	padding-bottom: 5px;
	text-align:center;
	background-color: white;
	font-size: 1.7rem;
	font-family: Verdana, Arial;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.lsp-header {
		max-width: 100%;
		min-width: 1100px;
		margin:auto;
		padding-left: 25px; 
		padding-right: 25px; 
		padding-top: 15px; 
		padding-bottom: 5px;
		text-align:center;
		background-color: white;
		font-size: 1.7rem;
		font-family: Verdana, Arial;
	}
}
.lsp-main {
	margin: auto; 
	max-width: 1400px;
	min-height:400px;
	text-align: center;
	padding-bottom: 10px;
	background-color: white;
}
.lsp-footer {
	margin: auto;
	margin-top:10px;
	max-width: 1400px;
	min-width: 1100px;
	text-align: center;
	border-radius:5px;
	background-color: #49859B;
}
