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

body {
    font-family: 'Open Sans', sans-serif;
	color: #333;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	line-height: 22px;
}
body .login {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-image: url('../images/loginbg2.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
}
body .loginover {
	position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2;
}
a {
	color: #057CD3;
}
a:hover {
	color:#0077D9;
}
h2 {
	margin: 0px 0px 20px 0px;
}
.loginbox {
	border-top: 8px solid #000;
	background-color: #665b7b;
	padding: 20px;
	width: 300px;
	position: absolute;
	top: 50%;
	box-shadow: 0px 0px 6px -3px #333;	
	left: 50%;
	margin: -180px 0px 0px -170px;
	z-index: 10;
	text-align: center;
	color: #fff;
}
.loginbox a {
	color: #fff;
	text-decoration: none;
	float: right;
	margin: 10px 30px 0px 0px;
}
.loginbox img {
	width: 90%;
	display: block;
	margin: 0px auto 20px auto;
}
.loginbox .input {
	position: relative;
	width: 100%;
	height: 50px;
	z-index: 99;
}
.loginbox .input label {
	color: #ccc;
	position: absolute;
	top: 0px;
	left: 0px;
	width: calc(100% - 80px);
	display: block;
	transition: all 0.2s;
	z-index: 100;
	margin: 12px 40px 0px 40px;
	text-align: left;
}
.loginbox .input input {
	border: 0px;
	border-bottom: 1px solid #ccc;
	position: absolute;
	top: 0px;
	left: 0px;
	width: calc(100% - 80px);
	margin: 0px 30px;
	padding: 20px 10px 2px 10px;
	display: block;
    font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	z-index: 99;
}
.loginbox .input.cmpl input + label, .loginbox .input input:focus + label {
	color: #000;
	font-size: 10px;
	margin: 0px 40px 0px 40px;
}
.loginbox .btn {
	background-color: #000;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 0px !important;
	width: 1000%;
	border: 0px!important;
	text-align: center;
	margin: 10px 30px 0px 30px !important;
}
.loginbox .btn:disabled {
	background-color: #CCCCCC;
}




.navigation {
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 10;
	width: 240px;
	box-shadow: 0px 0px 6px -3px #333;
	bottom: 0px;
	background-color: #665b7b;
}
.navigation .logo {
	border-bottom: 1px solid #dfe0e0;
}
.navigation .logo img {
	width: 80%;
	margin: 20px 12% 0px 12%;
}
.navigation .userblock {
	text-align: center;
	color: #fff;
	margin: 0px 0px 20px 0px;
}
.navigation .userblock a {
	color: #fff;
	text-decoration: none;
}
.navigation .userblock a i {
	margin: 0px 3px;
}
.navigation .user {
	box-shadow: 0px 0px 6px -3px #333;
	border-radius: 100px;
	overflow: hidden;
	width: 65px;
	height: 65px;
	background-color: #fff;
	margin: 20px auto 10px auto;
	padding: 3px;
}
.navigation .user img {
	border-radius: 100px;
	width: 65px;
	height: 65px;
	overflow: hidden;
	margin: 0px;
}

.navigation .menu {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.navigation .menu .ln {
	border-bottom: 1px solid #dfe0e0;	
	margin: 0px;
	height: 0px;
}
.navigation .menu a {
	padding: 5px 20px;
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	border-right: 2px solid #665b7b;
	line-height: 30px;
}
.navigation .menu a i {
	margin: 0px 10px 0px 0px;
	vertical-align: middle;
	font-size: 20px;
	width: 30px;
	text-align: center;
}
.navigation .menu a.active {
	border-right: 2px solid #665b7b;
	color: #000;
	background-color: #f6f6f6;
}
.navigation .menu a:hover {
	border-right: 2px solid #665b7b;
	color: #000;
	background-color: #f6f6f6;
}
.navigation .menu a:hover i {
	color: #000;
}

.topmenu {
	position: fixed;
	top: 0px;
	left: 240px;
	width: calc(100% - 240px);
	z-index: 10;
	background-color: #857d95;
	height: 50px;
}
.topmenu .user {
	float: right;
	width: 40px;
	height: 40px;
	overflow: hidden;
	border-radius: 100px;
	margin: 3px 10px 0px 0px;
}
.topmenu .user img {
	width: 100%;
}
.topmenu .lang {
    position: relative;
    float: right;
    margin: 14px 20px 0px 0px;
    color: #fff;
    width: 125px;
}
.topmenu .lang .active {
	cursor: pointer;
}
.topmenu .lang ul {
	position: absolute;
	top: 0px;
	margin: -8px 0px 0px -15px;
	padding: 0px;
	list-style: none;
	left: 0px;
	background-color: #fff;
	box-shadow: 0px 0px 6px -3px #333;
	transition: all 0.2s;
	opacity:0;
	pointer-events: none;
}
.topmenu .lang ul.active {
	opacity:1;
	pointer-events: auto;
}
.topmenu .lang ul li {
	padding: 8px 15px;
	color: #333;
	cursor: pointer;
}
.topmenu .lang ul li.active {
	background-color: #e0e0e0!important;
}
.topmenu .lang ul li:hover {
	background-color: #f5f5f5;
}
.breadcrumb {
	position: fixed;
	top: 50px;
	left: 240px;
	width: calc(100% - 320px);
	z-index: 9;
	background-color: #fff;
	height: 50px;
	box-shadow: 0px 0px 6px -3px #333;	
	line-height: 50px;
	padding: 0px 40px;
}
.breadcrumb a {
	color: #999;
	text-decoration: none;
	font-size: 15px;
	font-style: italic;
	margin: 0px 5px;
}
.breadcrumb a.cur {
	color: #333;
}
.breadcrumb .list {
	position: relative;
}
.breadcrumb .list ul {
	position: absolute;
	opacity: 0;
	margin: 0px;
	padding: 0px;
	top: -15px;
	list-style: none;
	box-shadow: 0px 0px 6px -3px #333;
	left: 0px;
	width: 250px;
	background-color: #fff;
	transition: all 0.2s;
	pointer-events: none;
}
.breadcrumb .list ul.active {
	opacity: 1;
	pointer-events: auto;
}
.breadcrumb .list ul li.active {
	background-color: #e0e0e0 ;
}
.breadcrumb .list ul li:hover {
	background-color: #f5f5f5;
}
.breadcrumb .list ul a {
	color: #333;
	font-style: normal;
	display: block;
	padding: 0px 20px;
}
.content {
	background-color: #fafafa;
	position: fixed;
	z-index: 8;
	top: 50px;
	left: 240px;
	bottom: 0px;
	right: 0px;
	padding: 20px 40px;
	overflow: auto;
}

.box {
	background-color: #fff;
	padding: 30px;
	margin: 0px 0px 20px 0px;
	box-shadow: 0px 1px 6px -3px #333;	
}

/**
 * Default widths
 */
.w50 {
	width: 50%;
}
.w100 {
	width: 100%;
}

/**
 * Paginaoverzicht
 */
.pagelist, .pagelist ol {
	margin: 0px;
	background-color: #fff;
	padding: 0px;
	list-style-position: inside;
	list-style-type: decimal-leading-zero;
}
.pagelist ol {
	padding: 0px 0px 0px 30px;
}
.pagelist li {
	transition: all 0.2s;
	background-color: #fff;
}
.pagelist li div {
	border-bottom:1px solid #ccc;
	width: calc(100% - 30px);
	display: inline-block;
	margin: 0px 0px 0px -30px;
	padding: 0px 0px 0px 30px;
}
.pagelist li:hover {
	background-color:#F3F3F3;
}
.pagelist li a span {
	color: #C8C8C8;
}
.pagelist li a:first-child {
	color: #333;
	padding: 5px 10px;
	display: inline-block;
	text-decoration: none;
}
.pagelist li a i {
	float: right;
	padding: 5px;
	border:1px solid #fff;
	background-color: #fff;
	margin: 3px 2px 0px 2px;
	transition: all 0.2s;
	color: #ccc;
}
.pagelist  li:hover > div  a i {
	border:1px solid #ccc;
	color: #333;
}
.pagelist li:hover a i:hover {
	border:1px solid #333;
	color: #fff;
	background-color: #333;
}
.onoffswitch {
	border: 3px solid #ccc;
	background-color: #ccc;
	width: 40px;
	height: 20px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	transition: all 0.2s;
	border-radius: 100px;
	vertical-align: middle;
	float: right;
	clear: both;
}
.onoffswitch span {
	display: inline-block;
	position: absolute;
	width: 20px;
	height: 20px;
	transition: all 0.2s;
	border-radius: 100px;
	background-color: #fff;
	left: 0px;
}
.onoffswitch.active {
	border: 3px solid #4CAF50;
	background-color: #4CAF50;
}
.onoffswitch.active span {
	left: 20px;
}


label {
	display: inline-block;
	width: 40%;
	margin: 0px 0px 10px 0px;
	vertical-align: top;
	transition: all 0.2s;
}
label.false {
	color: #D10003;
}
input, textarea {
	display: inline-block;
	width: calc(60% - 16px);
    font-family: 'Open Sans', sans-serif;
	color: #333;
	font-size: 14px;
	line-height: 22px;
	border-radius: 5px;
	border: 1px solid #ccc;
	padding: 3px 5px;
	transition: all 0.2s;
	margin: 0px 0px 10px 0px;
}
input.false, textarea.false {
	border: 1px solid #D10003;
	margin: 0px 0px 0px 0px;
}
select {
	display: inline-block;
    font-family: 'Open Sans', sans-serif;
	color: #333;
	font-size: 14px;
	line-height: 22px;
	width: calc(60% - 4px);
	border-radius: 5px;
	border: 1px solid #ccc;
	transition: all 0.2s;
	padding: 3px 5px;
	margin: 0px 0px 10px 0px;
}
select.false {
	border: 1px solid #D10003;
}
.falseinfo {
	color: #D10003;
	display: inline-block;
	width: calc(60% - 22px);
	margin: 0px 0px 5px 40%;
	padding: 0px 11px 5px 11px;
	font-style: italic;
	font-size: 12px;
}
.btn {
	padding: 10px 20px;
	border-radius: 5px;
	text-decoration: none;
	border: 0px;
	width: auto;
	cursor: pointer;
	transition: all 0.2s;
}
.btn-grey {
	background-color: #C9C9C9;
	color: #000;
	float: right;
}
.btn-grey:hover {
	background-color: #b8b8b8;
}
.btn-green {
	background-color: #4CAF50;
	color: #fff;
}
.btn-green:hover {
	background-color: #318e35;
}
a.btn, a.btn {
	padding: 11px 20px;
}
.mcebox {
	display: inline-block;
	width: calc(100% - 2px);
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #ccc;
	margin: 0px 0px 10px 0px;
}
.mcebox_klein {
	display: inline-block;
	width: calc(60% - 6px);
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #ccc;
	margin: 0px 0px 10px 0px;
}
.mce-panel {
	border: 0px!important;
}
.pagelist .fa-eye-slash {
	color: #CB1B1E!important;
	float: right;
	margin: 3px 2px 0px 2px;
	cursor: pointer;
	padding: 5px;
}
.pagelist .fa-eye {
	color: #4CAF50!important;
	float: right;
	padding: 5px;
	cursor: pointer;
	margin: 3px 2px 0px 2px;
}
.pagelist li a i.fa-eye-slash, .pagelist li a i.fa-eye {
	background-color: transparent!important;
	border: 0px!important;
}
h2 .fa-plus {
	float: right;
	display: inline-block;
	padding: 5px;
	color: #4CAF50;
	border: 1px solid #4CAF50;
	border-radius: 100px;
	line-height: 13px;
	font-size: 15px;
	background-color: #fff;
	transition: all 0.2s;
}
h2 .fa-plus:hover { 
	background-color: #4CAF50;
	color: #fff;
}
.content {
	padding:30px;
}
.content form {
	display: block;
	border: 1px solid #ccc;
	padding: 30px;
	width: 50%;
	border-radius: 10px;
	background-color: #EFEFEF;
	overflow: hidden;
}
.content form .btn, #popup .btn {
	float: right;
	background-color: #665b7b;
	color: #fff;
	margin: 0px;
}
table {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
table td, table th {
	padding: 2px 5px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
table thead th {
	background-color: #51de9d;
	color: #fff;
	text-align: left;
}
	
.questions {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding: 20px 0px;
	margin: 10px 0px;
}

#overlay {
	position: fixed;
	top:0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
	z-index: 1000000;
}
#popup {
	position: fixed;
	top:10%;
	left: 50%;
	width: 600px;
	background-color: #fff;
	z-index: 1000001;
	border: 1px solid #ccc;
	padding: 30px;
	border-radius: 10px;
	max-height: 80%;
	overflow: auto;
	margin: 0px 0px 0px -330px;
}
#popup .close {
	position: absolute;
	cursor: pointer;
	top: 10px;
	right: 15px;
	font-size: 18px;
}
.questions ol li, .users ol li {
	border-bottom:1px solid #ccc;
	padding: 3px 0px;
}
.questions ol li a, .users ol li a {
	float: right;
	margin: 0px 0px 0px 10px;
}
.questions ol li strong {
	text-overflow: ellipsis;
	display: inline-block;
	max-width: 70%;
	white-space: nowrap;
	vertical-align: bottom;
	overflow: hidden;
}  


.surveyHeader {
	background-color: #665b7b;
	padding: 5px 20px;
}
body.survey {
	background-color: #f6f1ed;
}

body.survey .question {
	background-color: #fff;
	border-radius: 10px;
	position: absolute;
	left: 50%;
	padding: 20px;
	width: 500px;
	margin: 5% 0px 0px -270px;
	box-shadow: 0px 0px 4px 0px #666;
}
body.survey .question input, body.survey .question label {
	float: none;
	display: inline;
	width: auto;
}
body.survey .question input.btn {
	background-color: #665b7b;
	color: #fff;
	float: right;
}
body.survey .back {
	display: inline-block;
	background-color:#878787;
	color: #fff;
	padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
}




@media only screen and (max-width: 600px) {
	body.survey .surveyHeader img {
		height: 60px;
		margin: 0px auto;
		display: block;
	}
	body.survey .question{
		width: calc(100% - 60px);
		position: relative;
		left: auto;
		margin: 5% 10px;
	}
	body.survey .question textarea {
		width: 95%;
		height: 80px;
	}
}
td {
	background-color: #fff;
}
th {
	background-color: #333;
	color: #fff;
	text-align: left;
}