/* (c) BELASTINGDIENST 
 * Domein	:	Toeslagen.nl 
 * Module	: 	
 * File		:	print-ih.css
 * versie	:	1.0
*/
/**************************************************************************************************/
@import "../../css/main-ih-print.css";

/* Fieldsets */
.clInpBedrag {width:4em;}
.clSelAantal {width:3em;}

#selectPeriode {width: 20em; font-size:1em; line-height: 1.5em;}

fieldset#fsInvoer1 {display: none;}
fieldset#fsInvoer1 label {float: left; width: 42em;}

fieldset#fsInvoer2 {display: none;}
fieldset#fsInvoer2 label {float: left; width: 42em;}

/* common */
.visible { display: block !important; }
.invisible { display: none !important; }
.hidden { visibility: hidden !important; }

/** flow */
#tussenresultaten, #resultaten, .input, .block, .intermediate-result, .end-result { display: none; }


/* totalen in resultaten */
#resultaten .clSummary h2 { font-size: 13.2px; }
#resultaten .clSummary p.label { z-index: 2; float: left; width: 21em; }
#resultaten .clSummary table.overview { 
	margin-top: -0.5em; 
	margin-left: 22em; 
	background-color: transparent !important; 
	width: 27em;
}
#resultaten .clSummary table.overview td { 
	vertical-align: top; 
	border: 0px; 
	background-color: transparent !important; 
}
#resultaten .clSummary table.overview .total { border-top: 1px solid #666555; }

#resultaten .clResult table .currency { text-align: right; }

/**************************************************************************************************/

