body
{
	font-family: 'PT Sans', 'Arial Narrow';
	font-size: 16px;
	font-weight: 700;
}

.full_frame {
	width: 100%;
}

.close-link
{
	position: absolute;
	top: 2px;
	right: 2px;
	background-color: #E2EAE7;
}

.bid-row{
	overflow: hidden;
	padding: 3px 0;
	margin: 0;
}

.bid-col {
	padding: 0 10px;
}

.bid-row span {
    display:inline-block;
}

.bid-row .val {
    float:right;
}

.savings-row {
	padding: 0; 
}

.credit-row {
	padding-left: 34px; 
}

.credit-federal {
	background: url(../img/credits_federal.png) no-repeat;
}

.credit-state {
	background: url(../img/credits_state.png) no-repeat;
}

.credit-questar {
	background: url(../img/credits_questar.png) no-repeat;
}

.credit-card {
	background: url(../img/credits_card.png) no-repeat;
}

.credit-cash {
	background: url(../img/credits_cash.png) no-repeat;
}

.savings-note{
	font-size: 12px;
	font-style: italic;
}

.solar-note{
	font-size: 12px;
	font-style: italic;
}

.total-package {
	font-weight: 900;
	font-size: 18px;
	margin-top: 6px;
}

.bronze-head {
	background: url(../img/bronze_medal.png) no-repeat;
	background-position-x: 15px;
}

.silver-head {
	background: url(../img/silver_medal.png) no-repeat;
	background-position-x: 15px;
}

.gold-head {
	background: url(../img/gold_medal.png) no-repeat;
	background-position-x: 15px;
}

.head-label {
	text-transform: uppercase;
	font-size: 50px;
	text-align: center;
	line-height: 50px;
	font-weight: 900;
	color: #fff;
	opacity: 0.5;
	margin-top: -5px;
}

.subhead{
	text-transform: uppercase;
	font-size: 18px;
	color: #2b2b2b;
	text-align: center;
	font-weight: 700;
}

.ground{
	padding: 10px;
	border-radius: 15px;
	margin: 7px 0; 
}

.bronze{
	background-color: rgba(205,127,50,0.7);
}

.silver{
	background-color: rgba(164,164,164,0.7);
}

.gold{
	background-color: rgba(212,175,55,0.7);
}

.credits {
	background-color: #FFF;
	border: 1px solid black;
}

.savings {
	background-color: rgba(111,191,68,0.7);
}

.finance {
	background-color: rgba(117,210,252,0.7);
}

.gold-finance {
	font-size: 12px;
	width: 100%;
}

.gold-finance .num {
	text-align: right;
	font-size: 16px;
	line-height: 18px;
}

.gold-finance td {
	padding: 4px 2px;
	line-height: 14px;
	vertical-align: middle;
}

.gold-finance td:last-of-type {
    padding-right: 15px;
}

.gold-finance th {
	text-align: center;
	font-size: 13px;
	text-transform: uppercase;
	padding: 2px;
	line-height: 14px;
}

.customername {
	text-transform: uppercase;
}

.header-section {
	width: 100%;
	margin: 5px 0;
}

.header-section td {
	vertical-align: bottom;
}

.center-section {
	line-height: 18px;
}

.left-section {
	width: 390px; 
}

.right-section {
	text-align: right;
	font-size: 30px;
	line-height: 36px;
	color: #4D8430;
}

#uhint 
{
	position: absolute;
	width: 30%;
	display: none;
	padding: 5px;
	font: 16px tahoma, sans-serif;
	border: 1px solid #ccc;
	background-color: #f3f3f3;
}

#hints 
{
	margin-right: 20px;
	margin-top: 15px;
}

.req {
	font-weight: bold;
	color: red;
}

.ttl {
	font-size: 1.5em ;
	color: #66659e;
}

#page-logo {
	margin-bottom: 5px;
	padding:20px;
	text-align: center;
	line-height: 100%;
}

#page-head {
	text-align: center;
	font-weight: bold;
	font-size: 26px;
	margin: 5px 0;
}

#page-bottom {
	text-align: center;
	font-weight: bold;
	font-size: 1.5em ;
	color: #66659e;
	text-decoration: none;
}

.form-initial .form-control {
	display: block;
	width: 100%;
}

.form-initial .btn {
	display: block;
}

.form-initial .form-group {
	display: block;
	width: 100%;
}

.cb-cnt {
	display: inline-block;
}

h1, h2, h3 {
	font-weight: bold;
	color: #5c5b93;
	margin-top: 10px;
}

#preview {
	display: none;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 8px;
    color:#2f2e5f;
}

#main-form {
	padding: 8px;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    color:#2f2e5f;
}

#main-form input, #main-form select, #main-form textarea {
	background-color: #eceef2;
}	

.formitem
{
	margin: 10px 0;
	padding-bottom: 10px;
	border-bottom: 2px solid #c5c0fa;
}

.form-group{
	margin-right: 10px;
}

.question-group {
	display: block;
	padding: 5px;
	border: 2px solid #aca6f7;
	margin-bottom: 5px;
	margin-top: 5px;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

div.success, div.notice, div.error {
    padding: 0 30px;
    margin: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-position: 5px 5px;
}
.error {
    border: 1px solid maroon;
    color: #000;
    background: url("../img/error.png") no-repeat pink;
}
.notice {
    border: 1px solid #00a200;
    color: #000;
    background: url("../img/info.png") no-repeat #acf2ac;
}
.success h1, .notice h1, .error h1 {
    border-bottom: 2px solid;
    font-weight: bold;
    text-align: left;
}
div.error h1 {
    border-color: #ff0000;
}
div.notice h1 {
    border-color: #007700;
}
label.btn span {
  font-size: 1.5em ;
}

label input[type="radio"] ~ i.fa.fa-circle-o{
    color: #c8c8c8;    display: inline;
}
label input[type="radio"] ~ i.fa.fa-dot-circle-o{
    display: none;
}
label input[type="radio"]:checked ~ i.fa.fa-circle-o{
    display: none;
}
label input[type="radio"]:checked ~ i.fa.fa-dot-circle-o{
    color: #7AA3CC;    display: inline;
}
label:hover input[type="radio"] ~ i.fa {
color: #7AA3CC;
}

label input[type="checkbox"] ~ i.fa.fa-square-o{
    color: #c8c8c8;    display: inline;
}
label input[type="checkbox"] ~ i.fa.fa-check-square-o{
    display: none;
}
label input[type="checkbox"]:checked ~ i.fa.fa-square-o{
    display: none;
}
label input[type="checkbox"]:checked ~ i.fa.fa-check-square-o{
    color: #7AA3CC;    display: inline;
}
label:hover input[type="checkbox"] ~ i.fa {
	color: #7AA3CC;
}

div[data-toggle="buttons"] label.active{
    color: #7AA3CC;
}

div[data-toggle="buttons"] label {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 2em;
	text-align: left;
	white-space: nowrap;
	vertical-align: top;
	cursor: pointer;
	background-color: none;
	border: 0px solid 
	#c8c8c8;
	border-radius: 3px;
	color: #c8c8c8;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

div[data-toggle="buttons"] label:hover {
	color: #7AA3CC;
}

div[data-toggle="buttons"] label:active, div[data-toggle="buttons"] label.active {
	-webkit-box-shadow: none;
	box-shadow: none;
}
