@charset "utf-8";
/* CSS Document */
input[type=submit] {
	-webkit-appearance: none;
}
body {
    font-family: 'Open Sans', sans-serif;
	color: #333;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	line-height: 22px;
    background-color: #edeff0;
}
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;
    text-decoration: none;
}
a:hover {
	color:#0077D9;
}
h1 {
    font-size: 24px;
	margin: 0px 0px 20px 0px;
}
.daterangepicker {
	z-index: 99999999999;
}
h1 a, .box strong a {
    float: right;
    background-color: #2196f3;
    color: #fff;
    height: 30px;
    width: 30px;
    transition: all 0.3s;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    text-decoration: none;
    border-radius: 100px;
    margin: 0px 0px 0px 15px;
}
h1 a:hover, .box strong a:hover {
    color: #fff;
    background-color: #106db7;
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin: -3px -3px 0px 12px;
}
h1 span {
	float: right;
	font-weight: normal;
	font-size: 18px;
	line-height: 30px;
}
.box strong a {
    margin: -5px 0px 0px 0px;
}
.box strong a:hover {
    margin: -8px -3px 0px 0px;
}
h2 {
	margin: 0px 0px 20px 0px;
}
.loginbox {
	border-top: 8px solid #242b6b;
	background-color: #242b6b;
	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: 80%;
	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: #b71951;
	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;
}




.nav {
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 10;
	width: 280px;
	box-shadow: 0px 0px 6px -3px #333;
	bottom: 0px;
	background-color: #242b6b;
}
.nav .logo img {
    display: block;
	width: 70%;
	margin: 20px auto 0px auto;
}
.nav ul {
	list-style: none;
	padding: 0px;
	margin: 50px 0px 0px 0px;
}
.nav ul li {
    margin: 0px 0px 20px 0px;
}
.nav ul a {
	padding: 5px 15%;
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
    font-weight: 600;
	border-right: 2px solid #242b6b;
    letter-spacing: 1px;
	line-height: 30px;
    text-transform: uppercase;
}
.nav ul li.active a {
	border-right: 2px solid #fff;
	color: #b71951;
}
.nav ul a:hover {
	border-right: 2px solid #fff;
	color: #242b6b;
	background-color: #f6f6f6;
}
.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: 200px;
	margin: 0px 0px 10px 0px;
	vertical-align: top;
	transition: all 0.2s;
    font-weight: bold;
}
label.false {
	color: #D10003;
}
input, textarea {
	display: inline-block;
	width: calc(100% - 216px);
    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;
    background-color: #FFEFEF;
    color: #D10003;
/*	margin: 0px 0px 0px 0px;*/
}
textarea {
	height: 200px;
}
select {
	display: inline-block;
    font-family: 'Open Sans', sans-serif;
	color: #333;
	font-size: 14px;
	line-height: 22px;
	width: calc(100% - 204px);
	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 {
    position: relative;
	padding: 7px 17px;
	border-radius: 5px;
	text-decoration: none;
	border: 0px;
	width: auto;
	cursor: pointer;
	transition: all 0.2s;
    overflow: hidden;
    float: right;
    margin: 1px 0px 0px 0px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px!important;
    line-height: 12px;
}
button.btn {
    padding: 9px 17px 10px 17px;
    margin: 1px 0px 0px 0px;
}
.btn.span {
	padding: 7px 17px 7px 54px;
}
button.btn.span {
    padding: 9px 17px 10px 54px;
}
.btn-grey {
	background-color: #C9C9C9;
	color: #000;
	float: none;
}
.btn-grey:hover {
	background-color: #b8b8b8;
}
.btn-green {
	background-color: #4CAF50;
	color: #fff;
}
.btn-green:hover {
	background-color: #318e35;
}
.btn-red {
	background-color: #b71951;
	color: #fff;
}
.btn-red:hover {
	background-color: #a41145;
}
.btn span {
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 41px;
    height: 41px;
    line-height: 41px;
    text-align: center;
}
.btn-red span {
    background-color: #a41145;
}
.btn-red:hover span {
    background-color: #950b3c;
}

a.btn, a.btn {
	padding: 9px 17px 10px 17px;
    display: inline-block;
    color: #333!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;
    margin: 0px 0px 0px 280px;
}
.content form {
    border: 1px solid #DBE0E4;
    border-radius: 5px;
    background-color: #fff;
    display: block;
    padding: 20px;
}

.table {
    border: 1px solid #DBE0E4;
    border-radius: 5px;
    background-color: #fff;
    display: inline-block;
    padding: 20px;
}
.table th {
    text-transform: uppercase;
}
.table th, .table td {
    padding:5px 10px 5px 5px;
    font-size: 12px;
    text-align: left;
}
.table td {
    border-top:1px solid #dbe0e4;
}
.table td a {
    color: #333;
}
.table td a:hover {
    color: #057CD3;
}
.table td i {
    font-size: 14px;
}
table.info {
	width: 100%;
}
table.info th, table.info td {
	text-align: center;
}
table.info th {
	background-color: #242b6b;
	color: #fff;
}
.sform {
	width: calc(80% - 80px);
}
.box {
    float: left;
    background-color: #fff;
    border: 1px solid #DBE0E4;
    border-radius: 5px;
    margin: 20px 20px 0px 0px;
    min-width: calc(20% - 25px);
    overflow: hidden;
}
.userbox {
	float: right;
	margin: 0px;
}
.box strong {
    display: block;
	background-color: #242b6b;
    color: #fff;
    padding: 10px 20px;
}
.box > div {
    padding: 10px 20px;
}
.box > div ul {
    list-style: none; 
    margin: 0px;
    padding: 0px;
}
.box > div ul li {
    border-top: 1px solid #dbe0e4;
}
.box > div ul li:first-child {
    border: 0px;
}
.box > div ul li a {
    color: #333;
    text-decoration: none;
}
.box > div ul li a.deleteCandidate, .box > div ul li a.deleteACandidate, .box > div ul li a.deleteRCandidate {
    float: right;
}


#overlay {
	position: fixed;
	top:0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
	z-index: 1000000;
}
#popup {
	position: fixed;
	top:5%;
	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;
}
#popup input[type=button] {
    width: auto;
}
.userlist {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.userlist li { 
    display: inline-block;
    width: 50%;
    vertical-align: top;
}
.userlist input {
    width: auto;
}

.messagebox {
	background-color:#00970C;
	color: #fff;
	padding: 20px 20px;
	position: fixed;
	text-align: center;
	width: 500px;
	top: -100px;
	transition: all 0.4s;
	left: calc(50% - 270px);
    z-index: 1000;
}
.messagebox.false {
    background-color: #A40002;
}
.messagebox.show {
	top: 0px;
}
.overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 10000;
	background-color: #000;
	opacity: 0.7;
	width: 100%;
	height: 100%;
}
.popup {
	position: fixed;
	top: 10%;
	left: calc(50% - 250px);
	z-index: 10000;
	background-color: #fff;
	width: 460px;
	padding: 20px;
}
.popup textarea {
	width: 100%;
}
.meldcollegaaan {
    position: relative;
    padding: 7px 17px;
    border-radius: 5px;
    text-decoration: none;
    border: 0px;
    width: auto;
    cursor: pointer;
    transition: all 0.2s;
    overflow: hidden;
    margin: 1px 0px 0px 0px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px!important;
    line-height: 12px;
	background-color: #b71951;
	font-style: normal;
    color: #fff;
}
.meldprojectaan {
    position: relative;
    padding: 7px 17px;
    border-radius: 5px;
    text-decoration: none;
    border: 0px;
    width: auto;
    cursor: pointer;
    transition: all 0.2s;
    overflow: hidden;
    margin: 1px 0px 0px 0px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px!important;
    line-height: 12px;
	background-color: #b71951;
	font-style: normal;
    color: #fff;
}
.notice {
	margin: 30px 0px;
	width: calc(80% - 40px);
	font-style: italic;
	color: #666;
	border-left: 5px solid #666;
	padding: 0px 0px 0px 15px;
}
.selectall {
    display: inline-block;
    margin: 0px 0px 20px 0px;
    border-right: 1px solid #ccc;
	cursor: pointer;
    padding: 0px 10px 0px 0px;
}
.deselectall {
    display: inline-block;
	cursor: pointer;
    padding: 0px 0px 0px 10px;
}
.Crating {
    border: 1px solid #DBE0E4;
    border-radius: 5px;
    background-color: #fff;
    display: block;
    padding: 20px;
	font-style: italic;
	margin: 0px 0px 30px 0px;
}
.Crating span {
	display: block;
	font-style: normal;
	padding: 5px 20px;
	font-size: 16px;
}
.Crating span strong {
	font-style: italic;	
}

.reviews {
	float: left;
	clear: both;
	width: 100%;
	margin: 40px 0px 0px 0px;
	text-align: left;
}
.reviews .rev {
	display: inline-block;
	margin: 0px 20px 20px 0px;
	vertical-align: top;
	background-color: #fff;
	border:0px solid #ccc;
	padding: 15px;
	width: 300px;
}
.reviews .rev strong {
	font-size: 20px;
	line-height: 30px;
	display: block;
}
.reviews .rev em {
	font-size: 16px;
	line-height: 26px;
	font-style: normal;
	display: block;
}
.reviews .rev p {
}
.reviews .rev .stars {
	width: 170px;
	height: 40px;
	background-image: url(/images/rating.png);
	background-position: left bottom;
}
.reviews .rev .stars.s1 {
	background-position: left -160px;
}
.reviews .rev .stars.s2 {
	background-position: left -120px;
}
.reviews .rev .stars.s3 {
	background-position: left -80px;
}
.reviews .rev .stars.s4 {
	background-position: left -40px;
}
.reviews .rev .stars.s5 {
	background-position: left 0px;
}
.reviews .rev .p {
	margin: 20px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	display: block;
	border-top:1px solid #ccc;
}
.reviews .rev .f {
	display: block;
}
.reviews .rev .d {
	margin: 0px 0px 20px 0px;
	display: block;
}
.completed {
    display: inline-block;
    border-radius: 4px;
    padding: 3px 5px;
    font-size: 10px;
    line-height: 10px;
    color: #fff;
    margin: 0px 10px 0px 0px;
    background-color: #007210;
}

@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;
	}
}