body.survey {
	padding: 0px;
}

body {
	font-family: Helvetica;
	color: #474747;
	overflow-x: hidden;
}

.survey-header .navbar.navbar-default {
	background-color: #1AB396;
	height: auto;

}

.survey-header .titel {
	font-weight: 700;
	font-size: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	text-align: center;
	position: absolute;
}

.survey-header .navbar-header {
	font-weight: 800;
	color: white;
	margin-top: auto;
	margin-bottom: auto;
	margin-right: auto;
}

.survey-header .navbar-right  {
	float: right !important;
	margin-right: 0px;
	height: auto;

}



.survey-header .nav.navbar-nav {
	font-weight: 800;
	color: white;
	margin-top: auto;
	margin-bottom: auto;
	margin-right: auto;
	width: auto;

	height: 73px;
}


.survey-header .tnr  {
	vertical-align: middle;
	height: 65px;
	margin-top: 5px;
}

.survey-container {
	max-width: 1080px;
	width: 100%;
	margin: auto;
	padding-top: 50px;
	text-align: center;
}

.survey-container .page {
	border-bottom: 1px solid #ccc;
}

.survey-container .section {
	border-bottom: none #ccc;
	padding-top: 50px;
}

.survey-container .submit-group {
	padding-top: 20px;
}

.survey-container .error-message {
	padding: 10px;
}

.survey-container .panel.panel-default  {
	box-shadow: 0 0 15px #ccc;
	margin-top: 20px;
	overflow: auto;
}

.survey-container .form-control {
	background-color: #F9F9F9;
	width: 70%;
}

.survey-container .form-control-opmerkingen {
	width: 515px;
	height: 160px;
	float: left;
}

.survey-container .positon-stars {
	width: 250px;
	margin-right: auto;
	margin-left: auto;
}

.survey-container .toekomst-perspectief {
	width: 395px;
	margin-left: auto;
	margin-right: auto;
}



.survey-container .radio-left {
	width: 50%;
	float:left;
}

.survey-container .radio-right {
	width: 50%;
	float: left;
}

.survey-container .radio {
	display: inline-block;
}

.survey-container .progress-bar  {
	width: 100%;
	height: 10px;
	border: 1px solid #ccc;
	background: #eee;
}

.survey-container .progress-bar .bar  {
	height: 100%;
	background: #1ab394;
}

.survey-container input[type="checkbox"]  {
	margin: 12px 0;
	line-height: normal;
	float: left;
}

.survey-container .control-label {
	font-weight:600;

}

.survey-container .pager  {
	padding-right: 300px;
	padding-left: 300px;
}

.survey-container #pagination  {
	clear:both;
	width:75px;
	margin:25px auto 0;
	padding: 5px 5px;
}

.survey-container #pagination li  {
	list-style:none;
	float:left;
	margin:0 2px;
	padding: 5px 5px;
}

.survey-container .circle > a  {
	display:block;
	width:10px;
	height:10px;
	text-indent:-10000px;
	padding: 5px 5px!important;
	background: #F00;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.survey-container .circle a.active  {
	background: #969494;
}

.survey-container .opmerkingen {
	float: right;
}

.survey-container .star
{
	font-size: 28px;
	padding-left: 4px;
	padding-right: 4px;
	color: #009900;
	cursor: pointer;
}

/* Selected */
.survey-container .bad .star
{
	color: #EB6A59;
}

.survey-container .average .star
{
	color: #F0CF3E;
}

.survey-container .awesome .star
{
	color: #88DE5D;
}

/* Hovered */
.survey-container .star:nth-of-type(1):hover, .survey-container .star:nth-of-type(2):hover
{
	color: #F5A4A4;
}

.survey-container .star:nth-of-type(3):hover
{
	color: #FFEB94;
}

.survey-container .star:nth-of-type(4):hover, .survey-container .star:nth-of-type(5):hover
{
	color: #BFF5A4;
}

/* Empty */
.survey-container .star.glyphicon-star-empty
{
	color: #CCCCCC;
}

@media screen and (max-width: 1000px) {

	body.survey {
		width: auto;
	}

	.survey-container {
		max-width: 750px;
	}

	.survey-container .control-label {
		width: 150px;
	}

	.survey-container .form-control {
		float: left;
	}

	.survey-container .form-control-opmerkingen {
		width: 450px;
		height: 160px;
		margin-right: auto;
		margin-left: auto;
	}

	.survey-container .pager {
		padding-left: 0px;
		padding-right: 0px;
	}
}


@media screen and (max-width: 767px) {

	.survey-container {
		max-width: 480px;
	}

	.survey-container .form-control {
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
}




@media screen and (max-width: 479px) {

	.survey-container {
		max-width: 320px;
	}

	.survey-container .form-control-opmerkingen {
		width: 300px;
		height: 160px;
		float: none;
	}

	.survey-container .panel.panel-default  {
		overflow: visible;
	}

	.survey-container .radio-left {
		width: 50%;
		float:none;
		margin-right: auto;
		margin-left: auto;
	}

	.survey-container .radio-right {
		width: 50%;
		float: none;
		margin-right: auto;
		margin-left: auto;
	}

	.survey-container .radio {
		display: block;
		float: left;
	}
}

.survey-container .radio {
	display: block;
	width: 200px;
	margin: auto;
	text-align: left;
}

.survey-container .radio label {
	display: block;
}

.survey-container .radio input {
	height: 70%;
}

.survey-container .radio span {
	padding: 10px;
	display: inline-block;
}

.survey-container .progress-bar  {
	width: 100%;
	height: 10px;
	border: 1px solid #ccc;
	background: #eee;
}

.survey-container .progress-bar .bar  {
	height: 100%;
	background: #1ab394;
}