/** Offerte formulier Reheat **/

#offerte{
	max-width: 550px;
	overflow: auto;
	padding-right: 20px;
}

#offerte fieldset{
	margin: 10px 0;
}

#offerte legend{
	color: #e00b19;
	cursor: pointer;
    /*border: none;
    background-color: #efefef;
    padding: 2px 4px;*/
}

#offerte fieldset section{
	display: none;
}

#offerte fieldset .section-body{
    padding-bottom: 30px;
}

#offerte .display-control{
	margin-bottom: 10px;
	width: 100%;
}

#offerte label{
	cursor: pointer;
	font-size: 14px;
}

#offerte label .optional{
	font-size: 12px;
    font-weight: normal;
    color: #555;
    font-style: italic;
}

#offerte .info{
    cursor: pointer;
	background-color: #5dab00;
    opacity: 0.7;
    padding: 2px 5px;
    font-size: 11px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 15px;
    margin-left: 5px;
}

/** Labels and fields **/

#offerte .field{
	width: 100%;
	border: 1px solid #ccc;
	outline: none;
	display: block;
    box-shadow: none;
}

#offerte .field:focus{
	border: 1px solid #5dab00;
}

#offerte input.field{
	padding: 2px 6px 2px 6px;
}

#offerte input[type=checkbox].field{
	width: auto;
}

#offerte select.field{
	padding: 4px;
}

#offerte textarea.field{
	padding: 4px;
	min-height: 125px;
}

/** Table **/

#offerte table{
	width: 100%;
	font-size: 14px;
}

#offerte table td{
	padding-bottom: 10px;
}

#offerte table tr.totaal td{
	border-top: 1px solid #ccc;
	padding: 10px 0;
	font-weight: bold;
}

#offerte table td.input{
	text-align: right;
}

#offerte table td input[type=checkbox]{
	margin: 0;
}

#offerte table td.divider{
	padding: 10px 0;
}


/** Buttons **/

#offerte .section-footer{
    margin: 20px 0 10px 0;
}

#offerte .section-footer:after{
    clear: both;
}

#offerte .section-footer .btn{
    padding: 3px 7px;
    background-color: #5dab00;
    color: #fff;
    font-size: 12px;
}

#offerte .section-footer .left{
    float: left;
}

#offerte .section-footer .next{
    float: right;
}


/** Custom **/

#offerte .hasSolar,
#offerte .toggle-typebedrijf{
	display: none;
}