@charset "UTF-8";

/* efocus fixes */
div.pagewrapper {
	margin: 0;
}

/* javascript */
body.js-enabled .noscript { display: none; }

/* general */
body {
	font-size: 0.9em;
}

/* ie */
dd.ie-spacer {
	display: none;
}

a.export {
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ie-border-radius: 3px;
	background-color: #00B2F0;
	border: 1px solid #1E8DB8;
	color: #FFFFFF;
	cursor: pointer;
	font-weight: bold;
	height: auto;
	padding: 5px;
	float: right;
}

/* classes */
.hide {
	display: none;
}

.left {
	float: left;	
}

.right {
	float: right;
}

.clearer {
	clear: both;
}

/* style */
h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 20px;
}

p.intro {
	padding: 0;
	margin: 0;
	font-size: 1em;
	font-weight: bold;
}

.hr {	
	height: 1px;
	overflow: hidden;
	display: block;
	display: none;
	border-bottom: 1px dotted #666;
	margin: 10px 0 10px 0;
}

/* form definition list */
form dl {}

form dt {
	float: left;
	clear: left;
	width: 200px;
	text-align: left;
	/*font-weight: bold;*/
	color: #666;
	margin: 0 20px 20px 0;
}

form dt label {
	display: inline;
	float: none;
}

form dd {
	float: left;
	margin: 0 0 0 20px;
	padding: 0 0 0.5em 0;
	width: 170px;
	position: relative;
}

form dd select {
	color: #666666;
	height: 20px;
	padding: 1px;
	border:0;
	border-radius:0
}

form dd option {
	padding: 2px;
}

form dd input[type=text] {
	width: 138px;
	padding: 0 4px;
	margin-right: 5px;
}
form dd input[type=radio]{display:none}
form dd input[type=radio] + label{
	background:url("../../../images/radio.png") no-repeat scroll left 2px;
	display:inline-block;
	height:15px;
	line-height:15px;
	padding:0 0 0 19px;
	vertical-align:middle;
	margin:3px 15px 0 0 
}
form dd input[type=radio]:checked + label{
	background-position:0 -236px
}
button.reset_button {
	background: #eee;
	border: 1px solid #aaa;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
	color: #888;
	font-weight: bold;
	padding: 5px 5px;
}

form dd.info {
	width: inherit;
	max-width: 128px;
	margin: 0 0 0 10px;
}

form dd.info label {
	text-align: left;
}

form dd p, form dd span {
	display: inline-block;
	width: 300px;
}

/* form validation */
form label.valid span {
	display: inline-block;
	width: 16px; height: 16px;
	background-image: url(flick/images/ui-icons_cc0000_256x240.png);
	background-position: -64px -144px;
}

form label.error {
	color: red;
}

/* form tooltip */
form label.has-tip {
	cursor: help;
}

form .tooltip-icon {
	float: left;
	position: absolute;
	left: -25px;
	top: 5px;
	display: inline-block;
	width: 13px; height: 13px;
	background: url("../../../images/icon_tooltip.png") no-repeat;
	cursor: help;
}

form .tip {
	display: none;
	background-color: #fb5c3c;
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px 15px;
	z-index: 2;
	width: 250px;
	-moz-box-shadow: 0 0 8px gray;
	color:#fff;
	font-family:'Open Sans'
}

form .tip p {	
	width: inherit;
}

/* results table */
#results table {
	border: none;
	margin:20px 0;
	width: 100%;
	font-size: 15px;
	background:#e7f0ef
}

#results table th, #results table td {
	padding: 3px;
}

#results thead th {
	font-weight: bold;
}

#results tbody td {
}

#results tbody tr:last-child td {
	border-bottom: none;
}

#results tfoot td {
	font-weight: bold;
}

#results table tr.margin-bottom td {
	padding-bottom: 20px;
}

/* result definition list */
#results dl {
	display:table;
	background:#e7f0ef;
	width:100%;
	padding:23px 0 21px
}
		
#results dt {
	float: left;
	clear: left;
	width: 43%;
	color: #666;
	margin: 0 0 20px 0;
	text-align: right;
	font-size:16px
}

#results dd {
	float: right;
	margin: 0 0 0 20px;
	padding: 0 0 0.5em 0;
	width: 48%;
	font-size: 16px;
	font-weight: bold;
}

#results dd.em {
	font-size: 1.1em;
}

#results fieldset {
	border:0;
	margin: 5px 0 20px 0;
}

#results fieldset#model {
}

#results legend, #results .legend {
	color: #262626;
	font-weight: 600;
	font-size:20px;
	margin:0 0 15px
}

#results dt.toelichting { display: none; }
#results dd.toelichting {
	clear: both;
	padding: 0;
	margin:0 20px 20px;
	font-weight: inherit;
	width: 95%;
	float:left
}

/* datepicker iframe scrollbar issue */
.ui-datepicker {
	display: none;
}
.selectBox-dropdown {
    background:#edf0f1;
    color: #4b4b4d;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    height: 34px;
    line-height: 34px;
    outline: medium none;
    padding-left: 12px;
    position: relative;
    text-align: left;
    text-decoration: none;
	border:1px #dadfda solid; border-top:0; border-left:0;
	min-width:100px;
	border-radius:5px; text-decoration:none !important;
	vertical-align:middle
}
.selectBox-dropdown .selectBox-label {
    display: block;
    overflow: hidden;
    text-decoration: none;
    white-space: nowrap;
	color:#666
}
.selectBox-dropdown .selectBox-arrow {
    height: 35px;
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
	background:url(../../../images/ico_select.png) no-repeat center
}
.selectBox-dropdown .selectBox-arrow:hover,.selectBox-menuShowing .selectBox-arrow{
}
.selectBox-dropdown-menu {
    background: #f5f5f5;
    max-height: 120px;
    min-height: 1em;
    overflow: auto;
    position: absolute !important;
    z-index: 99999; border-radius:5px
}
#wrapper .selectBox-dropdown-menu{max-height:200px}
.selectBox-inline {
    background: none repeat scroll 0 0 #fff;
    border-radius: 4px;
    display: inline-block;
    min-width: 150px;
    outline: medium none;
    overflow: auto;
}
.selectBox-inline:focus {
    border-color: #f7f9f9;
}
.selectBox-options, .selectBox-options li, .selectBox-options li a {
    cursor: default;
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.selectBox-options li a {
    color: #4d4d4d;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    padding: 0 10px;
    text-decoration: none;
    white-space: nowrap; border-top:1px #fff solid;
	font-family: 'Open Sans'; font-weight:400
}
.selectBox-options li.selectBox-hover a {
    background-color: #e5eaec
}
.selectBox-options li.selectBox-disabled a {
    background-color: transparent;
    color: #4b4b4d;
}
.selectBox-options li.selectBox-selected a {
    text-decoration: none;
}
.selectBox-options .selectBox-optgroup {
    background: none repeat scroll 0 0 #e5eaec;
    color: #4b4b4d;
    padding: 0 0.3em;
    white-space: nowrap;
}
.selectBox.selectBox-disabled {
    color: #666 !important;
}
.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
    border-color: #666;
    opacity: 0.5;filter: alpha(opacity=50);
}
.selectBox-inline.selectBox-disabled {
    color: #666 !important;
}
.selectBox-inline.selectBox-disabled .selectBox-options a {
    background-color: transparent !important;
}
#modelForm dd.sv-loon{width:auto}
#modelForm dd.sv-loon input[type="text"]{float:left}
#modelForm .year-options.hide dd{width:auto}