#wrapper {
	min-height:100%;
	margin-bottom:200px;
}

#logobar {
	border-bottom: 6px solid #ffcc33;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
	z-index: 10;
}

#top.gradient-grey-wave {
	margin-top: -85px;
}

input.uk-radio.survey {
	height:24px;
	width:24px;
	border:1px solid #D8D8D8;
	background:#fff;
}

input.uk-radio.survey:checked {
	background-color:#fff;
	border:1px solid #D8D8D8;
	background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23ffcc33%22%20cx%3D%2211%22%20cy%3D%2211%22%20r%3D%226%22%3E%3C%2Fcircle%3E%0A%3C%2Fsvg%3E);
}

input.uk-checkbox.slider {
	width:57px;
	height:24px;
	background:#e5e5e5;
	border:none;
	border-radius:12px;
}

input.uk-checkbox.slider:before {
	position:relative;
	display:block;
	content:"";
	height:22px;
	width:22px;
	left:1px;
	top:1px;
	background-color:#fff;
	border-radius:100%;
	transition:.2s;
	box-shadow:0 2px 5px rgba(0,0,0,0.7);
	z-index:10;
}

input.uk-checkbox.slider:checked {
	background:#fc3;
}

input.uk-checkbox.slider:checked:before {
	left:34px;
}



.toggler {
	width:57px;
	height:24px;
	background:#ffcc33;
	position:relative;
	border:none;
	border-radius:12px;
	display: inline-block;
}
	
.toggler label {
	position:absolute;
	display:block;
	content:"";
	height:22px;
	width:22px;
	left:1px;
	top:1px;
	background-color:#fff;
	border-radius:100%;
	transition:.2s;
	box-shadow:0 2px 5px rgba(0,0,0,0.7);

}

.toggler input[type="checkbox"] {
	visibility:hidden;
}
.toggler input[type="checkbox"]:checked + label {
	left:34px;
}



.dynamicteaxtarea {
	border-top:0;
	border-width:1px;
	border-style:solid;
	border-image:linear-gradient(to bottom,#fff 0%,#fff 73%,#b1b1b1 74%,#b1b1b1 100%) 1;
	border-bottom:1px solid #b1b1b1;
	height:32px;
	min-height:32px;
	line-height:140%;
	overflow:hidden;
	/*transition:.1s;*/
	resize: none;
}

.uk-child-width-1-11 > * {
	width:9.09%;
}

.uk-container,.uk-section {
	z-index:10;
}

.content-container {
	margin:auto;
	max-width:750px;
}

.progresswrapper {
	display:inline-block;
	float:right;
	text-align:right;
}

.progress {
	width:164px;
	height:8px;
	background:rgba(244,244,244,0.4);
}

.progressbar {
	height:8px;
	background:#fc3;
}

.cell-bottom-center {
	text-align:center;
	vertical-align:bottom;
}

.uk-table-striped tbody tr:nth-of-type(odd),.uk-table-striped>tr:nth-of-type(odd) {
	background:rgba(244,244,244,0.3);
}

.uk-table-striped tbody tr:nth-of-type(even),.uk-table-striped>tr:nth-of-type(even) {
	background:rgba(244,244,244,0.7);
}

.uk-table-striped td {
	border:0!important;
}

.uk-text-large {
	font-size:20px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	vertical-align: middle !important;
}

.message {
	transition: .3s;
}




@media only screen and (max-width: 480px) {
	
	body, p {
		font-size: 12px;
		line-height: 18px;
	}
	
	h2 {	/* Headline */
		font-size: 20px;
	}
	
	h3 {	/* Headline */
		font-size: 16px;
	}
	
	.uk-height-large {
		height: 160px;
	}
	
	#top.gradient-grey-wave {
		margin-top: -40px;
	}
	
	.uk-card-body {
		padding: 12px;
	}
	
	.progress {
		width: 80px;
	}
	
	span.message {
		display:inline-block;
		max-width: 180px;
	}
	
	input.uk-radio.survey {
		height:18px;
		width:18px;
		border:1px solid #D8D8D8;
		background:#fff;
	}
	
	input.uk-radio.survey:checked {
		background-color:#fff;
		border:1px solid #D8D8D8;
		background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23ffcc33%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%226%22%3E%3C%2Fcircle%3E%0A%3C%2Fsvg%3E);
	}
	
	.uk-button {
		font-size: 14px;
		padding: 0px 16px;
	}

	
}


@media only screen and (min-width: 481px) and (max-width: 768px) { 
	.uk-height-large {
		height: 350px;
	}
	
	#top.gradient-grey-wave {
		margin-top: -60px;
	}
}