/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background:#fff;
	margin:0px;
	color:#333333;
	}
.container{
	z-index:1;
	}
#calc_container2 {
	position:relative;
	top:15px;
	}
.form_left {
	line-height:45px;
	height:45px;
	border-bottom:thin solid #CFCFCF;
	margin-bottom:6px;
	}
.form_text {
	position:relative;
	font-size:12px;
	font-weight:bold;
	width:100%;
	display:block;
	line-height:45px;
	padding-left:0px;
	left:-15px;
	text-align:right;
	}
.form_right {
	line-height:45px;
	height:45px;
	vertical-align:bottom;
	border-bottom:thin solid #CFCFCF;
	margin-bottom:6px;
	}
#submit_button {
	position: relative;
    display: block;
    left: 70%;
    margin-top: 24px;
    background-color: #00B624;
    color: #fff;
    border: thin solid #FFF;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 32px;
    padding-right: 32px;
	}
form input {
	font-size:12px;
	padding:6px;
    text-align: left;
    border: 1px solid #ddd;
    color: #333;
    border-radius: 2px;
	line-height:normal;
	}
form select {	
	padding:3px;
	font-size: 12px;
    text-align: left;
    border: 1px solid #ddd;
    color: #333;
    border-radius: 2px;
	line-height:normal;
	}
.result_name{
	position:relative;
	display:block;
	width:600px;
	float:left;
	}
#show_res_area {
	position:relative;
	display:block;
	max-width:790px;
	margin-left:auto;
	margin-right:auto;
	}
#show_res_area .col-md-8 {
	border-bottom:thin solid #ccc;
	line-height:25px;
	}
#show_res_area .col-md-4 {
	border-bottom:thin solid #ccc;
	text-align:right;
	line-height:25px;
	}
	
/* Results */

.results {
	position:relative;
	display:block;
	max-width:790px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	padding-bottom:10px;
	}
.results_box {
	padding-left:0px;
	padding-right:0px;
	}
.results_box td {
	text-align:center;
	line-height:25px;
	}
.total_cont_msg {
	position:relative;
	display:block;
	color:#666;
	font-size:1em;
    top: 24px;
	}
.results_header_cells {
	background-color:#00b624;
	height:30px;
	text-align:center;
	color:#fff;
	padding:2px;
	}
.left_headers {
	height:25px;
	line-height:25px;
	text-align:center;
	background-color:#fff;
	border-bottom: thin solid #ccc;
	font-weight:bold;
	}
.left_headers_blank {
	width:50%;
	background-color:#00b624;
	}
.amt_cell {
	border-bottom:thin solid #ccc;
	}
.results_box_title {
	border-bottom:thin solid #ccc;
	}
.results_nav {
	font-size:12px;
	text-align:left; 
	line-height:25px;
	margin-top:25px;
	}
.results_nav_item {
	color:#999;
	margin-left:0px;
	margin-right:16px;
	cursor:pointer;
	text-decoration:underline;
	}
.results_nav_item_on {
	color:#000;
	font-weight:bold;
	text-decoration:none;
	}
h1 {
	font-size:2em;
	}
h2 {
	font-size:16pt;
	font-weight:bold;
	}
#show_error_warning {
	left:70%}
/* FAQ toggles */
.FAQ_bullets {
	background-image: url(../images/accordian_off.png);
    background-repeat: no-repeat;
    position: relative;
    display: block;
    width: 15px;
    height: 15px;
    float: left;
    margin-right: 10px;
    top: 4px;
	}
.FAQ_bullets_a {
	background-image: url(../images/accordian_off.png);
    background-repeat: no-repeat;
    position: relative;
    display: block;
    width: 15px;
    height: 15px;
    float: left;
    margin-right: 10px;
    top: 4px
}
div[id^="faq_q_"] {
	font-size:12px;
	line-height:25px;
	text-decoration:none;
	color:#666666;
	cursor:pointer;
	max-width:790px;
	}
div[id^="faq_a_"] {
	font-size:12px;
	display:none;
	color:#333;
	border-bottom:thin solid #ccc;
	max-width:790px;
    padding-bottom:10px;
	padding-top:6px;
	margin-bottom:24px;
	margin-left:26px;
	}
.faq_on {
	background-image: url(../images/accordian_on.png);
    background-repeat: no-repeat;
    position: relative;
    display: block;
    width: 15px;
    height: 15px;
    float: left;
    margin-right: 10px;
    top: 4px
	}
/*help items */
.help_text_link {
	background-image: url(../images/icon_information.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    top: 12px;
    left: 10px;
	}
.help_text {
	font-size:12px;
	position:absolute;
	display:block;
	left:10px;
	top:45px;
	z-index:2;
	padding:10px;
	background-color:#fffeae;
	line-height:20px;
	padding-top:18px;
	}

.help_close {
	background: url(../images/icon_close.png) no-repeat;
    height: 15px;
    width: 15px;
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
	font-size: 14px;
    color: #666;
    line-height: 18px;
	border:thin solid #ccc;
	cursor:pointer;
	}
.info_text {
	position: absolute;
    background: #fff;
    border-radius: 8px;
    padding: 27px 10px;
    border-top: 1px solid #bcb2a4;
    border-right: 2px solid #bcb2a4;
    border-bottom: 2px solid #bcb2a4;
    border-left: 1px solid #bcb2a4;
	background-color:#fff;
	color: #666;
	z-index: 2;
    text-align: left !important;
	font-size:12px;
	line-height:16px;
	}
.info_test_close {
	background: url(../images/icon_close.png) no-repeat;
    height: 15px;
    width: 15px;
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
	font-size: 14px;
    color: #666;
    line-height: 18px;
	border:thin solid #ccc;
	cursor:pointer;
	}
.error_check {
	background-color: #fffeae;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 24px;
    padding-right: 24px;
	}
/* Bootstrap mods */
.col-md-12,.col-md-6 {
	padding:0px;
	}
.col-md-8 {
	padding-right:0px;
	}
	
@media screen and (max-width:992px){
	.container {
	  padding-left:5px;
	  z-index:1;
	}
	.form_left {
		position:relative;
		display:block;
	  line-height:25px;
	  border-top:none;
	  height:40px;
	  border-bottom:none;
	}
	.form_right {
		position:relative;
		display:block;
	  line-height:25px;
	  width:100%;
	  border-top:none;
	  border-bottom:thin solid #ccc;
	  margin-bottom:5px;
	}
	#submit_button {
	left:0px;
	line-height:35px;
	}
	#show_error_warning {
	left:0;
	}
	div[id^="faq_a_"] {
		width:90%;
	}
	.form_text {
	text-align:left;
	line-height:20px;
	}
	.help_text_link {
	top:0px;}
}
