﻿/* ajax processing panel */
#ajax-loader
{
	z-index: 9999;
	position: absolute;
	width: 100%;
	text-align: center;
	background-color: #b5f556;
	top: 0px;
	padding: 20px;
	color: #0079c4;
	font-size: x-large;
	border-bottom: 3px solid #0079c4;
}
#MapMessage
{
	visibility: hidden;
}

/* elements */
.submit
{
	background: #2bbed8 !important;
	border: 2px solid #666 !important;
	color: #fff !important;
	padding: 5px 15px !important;
	text-shadow: none !important;
}
.banner
{
	margin-bottom: 1em;
	margin-left: -1.85em !important;
	width: 35.6em !important;
}
.button-holder
{
	text-align:center;
	padding:10px;
}

.captcha-wrapper
{
	background-color: #b6f454;
	border: 2px solid #b2b1b1;
	padding: 20px 20px 10px 20px;
	width: 270px;
}

.modal
{
	padding: 25px;
}
.modal .info-table
{
	width: 100%;
	margin: 10px 0 10px 0;
	border: 1px solid #b2b1b1;
}

/* errors */
.heading-error
{
	font-size: 18px;
	color: #f00;
}
.error
{
	font-size: 12px;
	color: #f00;
}
input.error, select.error
{
	background-color:#ffd6d7;
	border: 1px solid red;
}

/* grid */
.grid
{
	width: 100%;
	border: 0 solid;
}
.grid th
{
	text-align: left;
	font-style: italic;
	border: 1px solid #fff;
	border-bottom: 3px solid #e1e1e1;
}
.grid td
{
	border: 1px solid #fff;
	border-bottom: 1px solid #e1e1e1;
	padding: 3px;
}

/* input table */
.input-table td, .info-table td
{
	padding: 5px;
}
.input-table td:first-child, .info-table td:first-child
{
	font-weight: bold;
	text-align: right;
}

/* map styles */
.map-panel
{
	border: 1px solid #2bbed8;
	background-color: #a7d59e;
}
.map-message
{
	padding: 5px 5px 0 5px;
	font-size: medium;
	color: #047cbe;
	text-align: center;
}
.map-message b
{
	font-size: large;
}
.map-header-content
{
	padding: 10px;
}
.map-header-content h5
{
	color: #047cbe;
}
#map_canvas
{
	display: block;
	width: 100%;
	height: 100%;
	border-top: 1px solid #047cbe;
	border-bottom: 1px solid #047cbe;
}

/* terms styles */
#terms
{
	border: 1px solid #047cbe;
	height: 300px;
	margin: auto;
	padding: 1em;
	overflow-x: hidden;
	overflow-y: scroll;
	resize: vertical;
	text-align: justify;
	width: 800px;
}
#terms > h1
{
	float: none;
	font-size: 1.5em;
	margin-top: 1em;
}
#agree-terms
{
	font-size: 1.4em;
	text-align: center;
}
#agree-terms > label
{
	cursor: pointer;
	float: none;
	width: auto;
}
#cbAgree
{
	cursor: pointer;
}
/* Feature Table */

#PlanFeatureTable th
{
	background-color: #58a9d0;
	color: #fff;
	text-transform: uppercase;
	padding: 10px;
	border: 1px solid #014267;
	font-size: medium;
}
#PlanFeatureTable td
{
	padding: 5px;
	border: 1px solid #58a9d0;
	vertical-align: middle;
}
#PlanFeatureTable td:first-child
{
	font-weight: bold;
	text-align: right;
}
#PlanFeatureTable td:first-child + td, #PlanFeatureTable td:first-child + td + td
{
	text-align: center;
}

.check-icon
{
	width: 20px;
}

/* display table */
.display-table
{
	margin: 15px;
}
.display-table th
{
	border: 1px solid #e1e1e1;
	background-color: #e1e1e1;
	font-size: medium;
	font-weight: bold;
	padding: 6px;
}
.display-table td
{
	border: 1px solid #e1e1e1;
	padding: 3px;
	font-size: small;
}
	
/* general styles */
.input-long
{
	width: 300px;
}
.left
{
	float: left;
}
.right
{
	float: right;
}
.clear
{
	clear: both;
}