﻿/* tab switch */

.tabpage {
	display:none;
	margin-top:10px;
}
.tabpage.active {
	display:inherit;
 *display:block;
}

/* Durations selectie in reispagina
=============================================== */

.pricetable_filter{
	margin-bottom:10px;
	padding:5px;
}
.pricetable_filter a{
	text-decoration:none;
	padding:0 8px 0 0;
}
.pricetable_filter a:hover{
	font-weight:bold;
	text-decoration:none;
}
.pricetable_filter input{
	margin:2px 3px 0 0;
}

#validationSummaryTop {
    margin: 5px 0 0 10px;
}
#validationSummary {
    margin: 5px 0 0 0px;
}
#validationSummary p {
    color: red;
    margin-bottom: 0px;
}

/* Enquête
=============================================== */

.survey .step-counter {
	font-weight:bold;
	float:right;
}
.survey .questions {
	padding: 0;
	margin: 0 0 10px 0;
}
.survey .questions li {
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0
}
.survey .questions label {
  	float: left;
    padding-left: 5px;
    width: 268px;
}
.survey tr.questionRow td {
	height: 35px;
	border-top: 1px dotted #30A8F0;
}

.survey table.questions tr {
	vertical-align:top;
	height: 40px;
}

.survey table.questions td.question {
	width: 300px;
}
.survey tr.questionRow td td {
	border: none;
}
.survey table.questions table label {
	display:block;
	text-align:center;
	width:auto;
}


.survey input.checkbox,
.survey .checkbox input{
	background:none;
	border: none;
	float:left;
}


/* Message
=============================================== */
div.message{
	border:1px solid #D7E6F3;
	background-color:#f4f5f7;
	padding:10px;
	margin-bottom:15px;
}
