@charset "utf-8";
/* CSS Document */

.toelichting, input {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


#wrapper {
	width:100%;
}
	
.vraag{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:19px;
}

span {
	text-align: left;
}
	
p {
	margin-top:0px;
	margin-bottom:15px;
}


.leeg{
	min-height:20px;
	text-transform:uppercase;
	font-weight:bold;
	text-align:left;
	font-size:11px;
}

.category {
	width:100%;
	background-color: #f5f5f5;
    border: thin solid #555;
    margin: 30px 0;
    padding: 10px;
	box-sizing:border-box;
}

.question-wrapper {
	width:100%;
}

#vragenlijst legend{
	margin-left:5px;
	font-size:large;
	font-weight:bolder;
	padding:0px 10px;
	color:#fff;
	background-color:#555;
	border:#555 thin solid;
	display:inline-block;
	margin-top:-20px;
	margin-bottom: 15px;
}
	
.subtitel_vragenlijst p{
	font-weight: bold;
    padding: 0 10px 10px 5px;
	font-size:17px;	
	
}

.slider-div {
	text-align: center;
	margin-bottom:20px;	
}
.slider-div .ui-widget-header {
	background: #cccccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 50% 50% !important;
	
}

#vragenlijst span{
	float:left;

}

.question-label, .slider-lebel-head {
	text-transform:uppercase;
	font-weight:bold;
	text-align:left;
	padding-bottom:20px;
	border-bottom:1px solid #666;
	margin-bottom:10px;
	font-size:11px;
}

.category .radioButton {
	text-align:left !important;
}

.category .radioButton input {
	text-align:left;
	float:left;
}

.radiobox {
	width:50%;
	text-align:left;
	margin-bottom:20px;
}

.kleurcode-label {
	border-bottom: 1px solid #666;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 5px;
	padding-bottom: 20px;
    text-align: left;
    text-transform: uppercase;
	width:100%;
}

.color-selectable {
	padding-left: 0px;
	
}
.color-selectable.disabled {
	opacity: 0.5;
}

.color-selectable li{
	list-style:none;
	display:inline-block;
	width:30px;
	height:30px;
	border-radius:30px;
	margin: 5px 10px;
	cursor: pointer;
	box-sizing:border-box;
	/*opacity:0.5;*/
	border:3px solid black;
}

.color-selectable.disabled li{
	opacity: 0.5;
	cursor:default;
}

.color-selectable li.green{
	background-color: #006600; 
	border: 5px solid #006600;
}
.color-selectable li.orange{
	background-color: #ff9900; 
	border: 5px solid #ff9900;
}
.color-selectable li.red{
	background-color: #cc0000; 
	border: 5px solid #cc0000;
}
.color-selectable li.black{
	background-color: #666; 
	border: 5px solid #666;
}

.color-selectable li.green.ui-selected {
	background-color:#04bc04;
	border: 5px solid #043f04;
	/*opacity: 1;*/
}

.color-selectable li.orange.ui-selected {
	background-color:#f9a83d;
	border: 5px solid #c97506;
	/*opacity: 1;*/
}
.color-selectable li.red.ui-selected {
	background-color:#f92525;
	border: 5px solid #880303;
	/*opacity: 1;*/
}

.color-selectable li.black.ui-selected {
	background-color:#999;
	border: 5px solid #666;
	/*opacity: 1;*/
}

.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}


/*
* {
	outline:0px none;
}

#vragenlijst{
	color:#555;
	}
	
#vragenlijst table, vragenlijst td, vragenlijst tr{
	padding:0;
	margin:0;
	vertical-align:top;
	border-collapse: collapse;
	outline:0px none;
	}
#vragenlijst fieldset{
	background-color:#F5F5F5;
	border:#555 thin solid;
	padding:0;
	margin:30px 0px;
	}
	
#vragenlijst legend{
	margin-left:5px;
	font-size:large;
	font-weight:bolder;
	padding:0px 10px;
	color:#fff;
	background-color:#555;
	border:#555 thin solid;
	}
	
#vragenlijst th{
	border-bottom:#555 thin dotted;
	color:#999;
	background-color:#F1F1F1;
	white-space:nowrap; 
	}
#vragenlijst hr{
	height: 0;
	border: 0;
	border-bottom:#DDD thin dotted;
	}

.S_rating{
	text-align:center;
	}
.subtable{
	padding:0px;
	margin:0px;
	}

.invulveld{
	width: 200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	}
	
.Hoofd_vragenlijst{
	margin:5px;
	font-size:large;
	font-weight:bolder;
	}
.subtitel_vragenlijst{
	padding: 10px 10px 10px 20px;
	font-weight:bold;
	}
.wat_vragenlijst{
	font-size:small;
	font-weight:bold;
	vertical-align:middle;
	}
.titel_vragenlijst{
	font-size:small;
	padding: 10px 10px 10px 20px;
	font-weight:bold;
	}
.vraag_vragenlijst{
	padding-left: 40px;
	padding-right: 40px;
	vertical-align:top;
}
.antwoord_vragenlijst{
	text-align:left;
}

.tr-radio td{
	text-align:center;
		
}

.ui-dialog {
	z-index: 9999999 !important;	
	
}


.tr-radio td:nth-child(1){
	width:20% !important;
}

.tr-radio td:nth-child(2){
	width:20% !important;

}

.tr-radio td:nth-child(3){
	width:20% !important;
	
}

.tr-radio td:nth-child(4){
	width:20% !important;
}

.tr-radio td:nth-child(5){
	width:20% !important;

}

.tr-radio2 td{
	text-align:center;
		
}

.tr-radio2 td:nth-child(1){
	width:25% !important;
}

.tr-radio2 td:nth-child(2){
	width:25% !important;

}

.tr-radio2 td:nth-child(3){
	width:25% !important;
	
}

.tr-radio2 td:nth-child(4){
	width:25% !important;
}

.invulveld2 {
	width: 350px;
	
}

*/
