@import url('https://fonts.googleapis.com/css?family=Open+Sans');
body {
	line-height: 1.6;
	color: #333;
	background: white;
	font-family: "Open Sans", "Arial", sans-serif;
	font-size: 11pt;
	margin-top: 10pt;
}

h1 {
	color: #3484D2;
	font-size: 18pt;
}


.header {
	margin-bottom: 40px;
}

#ajax-spinner {
	margin: 15px 0 0 15px;
	padding: 13px;
	background: white url('../images/spinner.gif') no-repeat 50% 50%;
	font-size: 0;
	z-index: 123456;
	display: none;
}

div.flash {
	color: black;
	background: #FFF9D7;
	border: 1px solid #E2C822;
	padding: 1em;
	margin: 1em 0;
}

a[href^="#error:"] {
	background: red;
	color: white;
}

form th, form td {
	vertical-align: top;
	font-weight: normal;
}

form th {
	text-align: right;
}

form .required>label {
	font-weight: bold;
}

form .error {
	color: #D00;
	font-weight: bold;
}

label.required:after {
	color: red;
	content: " *";
}

.form-group div p {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
}
.form-group div p, .help-block {
	font-size: small;
}

.price-info th {
	color: #3484D2;
}

.price-influence {
	display: inline;
	padding: .2em .6em .3em;
	margin-left: .5em;
	font-size: 75%;
	line-height: 1;
	color: #fff;
	background-color: #777;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}

.event-box {
	border: 1px solid #b0b0b0;
	background: #fdfff8;
	padding: 10px;
	text-align: center;
}

.event-box .btn {
	margin: 10px;
	text-transform: uppercase;
	font-size: 12pt;
	padding: 10px 20px;
	font-weight: bold;
	border-radius: unset;
	background-color: #004e68;
	color: #b1e4f2;
}

.event-box h2 {
	margin-top: 10px;
	font-size: 16pt;
}
.event-box .event-desc {
	color: #3c3940;
}

.event-box .event-term {
	padding-top: 5px;
	font-size: 13pt;
	color: #004e68;
}

p.event-description {
	font-style: italic;
	margin-bottom: 30px;
}

.text-bold {
	font-weight: bold;
}

.text-bold a {
	font-weight: bold !important;
}


.error-text {
	color: #b1413f;
	font-weight: bold;
}



.flash-container {
	overflow: hidden;
	cursor: pointer;
	width: 100%;
	text-align: center;
	position: fixed;
	top: 0px;
	left: 0;
	height: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	z-index: 999;
}

.flash-container.showing {
	height: 50px;
}

.flash-container .message {
	display: inline-block;
	padding: 10px 20px;
	border-radius: 0 0 4px 4px;
	font-weight: bold;
}

.flash-container .message.success {
	background-color: #58b858;
}

.flash-container .message.warning {
	background-color: #ffcdc8;
}