body {
	background: #181C7D;
}

header#header {
	background: #2F389D;
	padding: 50px 10px;
}

/* Modify nav */
.navbar-default {
	background-color: #2F389D;
	border-color: #1D214A;
	border-top: 1px solid #0c0e6b;
	border-bottom: 1px solid #0c0e6f;
	border-left: 0;
	border-right: 0;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	color: #fff;
	background: #181C7D;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background: #181C7D;
	color: #fff;
}

.navbar-default .navbar-toggle {
    border-color: #171B74;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #0F1660;
}

.navbar-default .navbar-nav > li > a {
    color: #e1e1e1;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #fff;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #181C7D;
}

.dropdown-menu {
    background-color: #181C7D;
    border: 1px solid #080C86;
}

.dropdown-menu > li > a {
    color: #e3e3e3;
}

/* Center all menu items */

.navbar-nav {
    float: none;
    margin: 0;
	text-align: center;
}

.navbar-nav > li {
    float: none;
    display: inline-block;
    text-align: center;
}

@media (max-width: 768px) {
    .navbar-nav {
		float: left;
		margin: 0;
	}

	.navbar-nav > li {
		float: left;
	}
}

div.title > h2 {
	color: #fff;
}

div.title > h4 {
	color: #ddd;
	font-weight: normal;
	line-height: 29px;
}

div.linkS-panel {
	margin-top: 20px;
}

div.linkPHeader {
	overflow: hidden;
}

span#switchModal {
	display: inline-block;
	color: red;
	text-align: right;
	float: right;
	cursor: pointer;
	}

button.uSubBtn {
	border: 0px;
	background: #2F389D;
}

div.ajax-loader {
	margin-bottom: 10px;
}

div.ajax-loader > img {
	height: 22px;
	width: 22px;
	margin-right: 15px;
	margin-top: -2px;
}

div.sMessWithLink {
	background: #2F389D;
	color: #fff;
	padding: 8px;
	margin-bottom: 10px;
	text-align: center;
}

input.gLink {
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 5px;
	border: 0px;
	margin-top: 10px;
	background: #0CAA99;
}

input.gLink:focus {
	background: #fff;
	color: #000;
}

div.lSucccess {
	background: #2F389D;
	color: #fff;
	padding: 5px 6px;
	text-align: center;
	margin-bottom: 10px;
	font-style: italic;
}

span.lHeader {
	padding: 5px 0;
	display: inline-block;
	line-height: 23px;
	font-style: italic;
}

div.lSucccess a {
	color: #fff;
	background: #0caa99;
	display: block;
	padding: 5px;
}

div.error {
	padding: 8px;
	background: red;
	color: #fff;
	line-height: 25px;
	margin-bottom: 10px;
}

div.modalHeader {
	background: #f33;
	padding: 10px;
	color: #fff;
	margin-bottom: 10px;
}

div.modalHeader > h4 {
	font-weight: normal;
	text-transform: uppercase;
}

button.uSubBtn:hover {
	background: #181C7D;
}

footer#footer {
	background: #2F389D;
	color: #ddd;
	margin-top: 30px;
}

div.footer-text > p {
	padding: 10px 5px;
	margin: 0px;
}

div.modalText {
	padding: 5px;
	font-style: italic;
	color: #242729;
	font-family: a;
}

 /* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(228, 30, 30, 0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fff;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 5px;
    border: 1px solid #5f5454;
	border-radius: 0px;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #713939;
    float: right;
    font-size: 28px;
	margin-top: 13px;
	margin-right: 15px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
} 