/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
	color: #ff0000;
}

.field-validation-valid
{
	display: none;
}

.input-validation-error
{
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}

.validation-summary-errors
{
	font-weight: bold;
	color: #ff0000;
}

.validation-summary-valid
{
	display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label
{
	margin: 1em 0 0 0;
}

.display-field,
.editor-field
{
	margin: 0.5em 0 0 0;
}

.text-box
{
	width: 30em;
}

	.text-box.multi-line
	{
		height: 6.5em;
	}

.tri-state
{
	width: 6em;
}

/* Styles for Index Page
-----------------------------------------------------------*/
.sectionBottom
{
	border-bottom: 1px black solid;
	padding-bottom: 10px;
}

.sectionTop, .sectionWithText
{
	border-top: 1px black solid;
}

.sectionTopNoLine
{
	padding-top: 10px;
	clear: both;
}

.sectionTop
{
	padding-top: 10px;
	clear: both;
}

.sectionWithButtons
{
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
}

.sectionWithButtons, .sectionWithText
{
	border-top: 1px black solid;
}

.sectionWithText
{
	background-color: lightgray;
	text-align: center;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}

.sectionContent
{
	margin-bottom: 20px;
}

.sectionLeftContent, .sectionLeftHalfContent
{
	float: left;
}

.sectionLeftHalfContent
{
	width: 50%;
}

.sectionRightContent, .sectionRightHalfContent
{
	float: right;
}

.sectionRightHalfContent
{
	width: 50%;
}

/* Styles for Privacy Policy Page
-----------------------------------------------------------*/
.privacypolicy p {
	margin: 0 !important;
    font-size: 15px;
    color: rgb(3, 0, 0);
    font-weight: 300;
    line-height: 18px;
    text-align: center;
}

/* Footer Styles
-----------------------------------------------------------*/
.footer
{
    margin: 20px 0 20px 0;
}

/* Override jQuery Mobile Styles */
.container, .ui-content {
	max-width:100% !important;
	border-width: 0;
	overflow: visible;
	overflow-x: hidden;
	padding: 15px;
	font-family: Helvetica,Arial,sans-serif;
}

.btn-primary-light {
	background-color: #396b9e;
	border-color: #044062;
	border-radius: 50px;
	font-weight: 700;
	color: #fff;
	text-shadow: 0 1px 0 #194b7e;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5f9cc5), to(#396b9e));
	transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
	outline: none;
}

.btn-primary-light:hover { 
    background-color: #507fae; 
    border-color: #033f5e; 
    box-shadow: 0 0 5px rgba(0, 0, 100, 0.6);
    color: #fff !important; 
} 
 
.btn-primary-light:focus, 
.btn-primary-light:active { 
    border-color: #007bff; 
    box-shadow: 0 0 10px rgba(0, 0, 100, 0.8);
    color: #fff !important; 
} 
 
.btn-primary-light.disabled { 
    color: #fff !important; 
}

.btn-warning-light {
	background-color: #fadb4e;
	border-color: #f4c63f;
	border-radius: 50px;
	font-weight: 700;
	color: #222;
	text-shadow: 0 1px 0 #fff;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#ffefaa),to(#ffe155));
	transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
	outline: none;
}

.btn-warning-light:hover { 
    background-color: #f8d541; 
    border-color: #f2bd32; 
    box-shadow: 0 0 5px rgba(0, 0, 100, 0.6); 
    color: #222 !important; 
} 
 
.btn-warning-light:active, 
.btn-warning-light:focus { 
    background-color: #f8d541; 
    border-color: #f2bd32; 
    box-shadow: 0 0 10px rgba(0, 0, 100, 0.8);
    color: #222 !important; 
}

.btn-warning-light.disabled {
	color: #222 !important;
}

/* Title Bar Styles */
.ui-header .ui-title, .ui-footer .ui-title
{
	margin: .6em 20px .8em;
}

.center-button
{
	margin: 0 auto;
}
