/*  Use sliders from: https://www.w3schools.com/howto/howto_css_switch.asp */
/*  The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 30px;
   height: 17px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
   background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
   width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
   background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 17px;
}

.slider.round:before {
  border-radius: 50%;
} 

/* Parsley */
input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #f3faf1;
  border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  color: #B94A48;

  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}
/* Parsley */

#signImage {
	background: url("/img/sign.gif") no-repeat scroll 10px 20px #FFFFFF;
    border: medium solid #FFFFFF;
	margin: 10px 10px 10px 40px;
	padding: 10px 10px 10px 70px;
}


.required-symbol {
	color: rgb(232,0,0)	
}

/* TODO check dit */ 
.env-demo-banner {
	display:none;
}
body.env-demo .env-demo-banner {
	display:block;
}

#naamlettersInput {
	text-transform: uppercase;
}

.text-muted-more {
    color: #ccc;
}

.mark-yellow-on-hover:hover {
	background-color: rgba(255, 255, 0, 0.3);
}
.mark-orange-on-hover:hover {
	background-color: rgba(255, 128, 0, 0.3);
}

.navbar {
	background-color: rgba(247, 247, 247, 1);
}


.navitems-left a.active {
	font-weight:bold;
}

/* Additional styles for this research */
.branding img {
	margin:0;
	width:100%;
    position: relative;
	z-index:100;
}

.site-header {
	background-color:#fff;
	position:relative;
	padding:0;
}
@media (min-width: 992px) {
	.logo {
		height:180px;
	}
	.logo-small {
		height:64px;
	}
}
@media (max-width: 991px) and (min-width: 768px) {
	.logo {
		height:120px;
	}
	.logo-small {
		height:64px;
	}
}

.label {
	font-size:11px;
/*	text-transform:capitalize;*/
}

#mainSearch {
	position:absolute;
	right:15px;
	bottom:15px;
}

.article-info {
	margin-bottom:10px;
	font-size:12px;
}
.article-info .author-name {
	font-weight:bold;
}

.article-tags {
	margin-bottom:10px;
}


article a,
section a {
	color:#006991;
    text-decoration: underline;
}

a.btn, .nav-tabs a {
	text-decoration:none;
}

.list-group a {
	color:#006991;
	text-decoration:none;
}

a:hover, a:visited:hover, a:focus {
    color: #ff5b71;
    cursor: pointer;
    text-decoration: underline;
}

.card {
	background-color:#FFF;
	padding:15px;
	margin:15px 0;
}

article h2 {
    color: #006991;
	font-weight:300;
	font-size:24px;
	margin-top:0;
	margin-bottom:10px;
}

article h3 {
	color: #006991;
	font-size:17px;
	font-weight:300;
}

article h4 {
	color: #006991;
}

article h3.subtitle,
section h3.subtitle {
    color: #006991;
	font-weight:300;
	font-size:16px;
	font-style:italic;
	margin-top:-5px;
	margin-bottom:10px;
}

section h2 {
    color: #ff5b71;
	font-weight:300;
	font-size:24px;
	margin-top:0;
	margin-bottom:10px;
}

.article-inset {
	margin-top:10px;
	margin-right:10px;
	padding:4px;
	background-color:#edece7;
}
.article-inset-title {
	color: #00AFDC;
}

.article-footer {
	font-style:italic;
	font-size:90%;
}
.article-footer>h5 {
	font-weight:bold;
}

a.tag-filter {
	text-decoration:none;
}

.label-news {
    background-color: #5bc0de;
}
.label-news[href]:hover, .label-news[href]:focus {
    background-color: #31b0d5;
}

.label-blog {
    background-color: #d9534f;
}
.label-blog[href]:hover, .label-blog[href]:focus {
    background-color: #c9302c;
}

body .exclusie-hidden {
	display:inherit;
}

body.exclusie .exclusie-hidden {
	display:none;
}

body .inclusie-hidden {
	display:none;
}

body.exclusie .inclusie-hidden {
	display:inherit;
}

body .naaste-only {
	display:none;
}

body.naaste-actief .naaste-only {
	display:inherit;
}

body.exclusie.naaste-actief .exclusie-hidden {
	display:none;
}

.activiteit-desc {
	font-weight:bold;
	font-size:11px;
	color:#a08484;
	padding-bottom:3px;
	border-bottom:1px solid #ddd;
	margin-bottom:3px;
}

.activiteit-timestamp {
	font-size:11px;
	color:#aaa;
	float:left;
}

.activiteit-locatie {
	font-size:11px;
	font-weight:bold;
	color:#aaa;
	float:right;
}

a.respondentCardLink:focus,
a.respondentCardLink:hover {
	text-decoration:none;
}

a.respondentCardLink:hover>article {
	background-color:#f8fbff;
}

body.exclusie #respSelectWrapper {
	display:none;
}

/* Vaststaand respondentnummer is standaard niet zichtbaar: */
body #resp {
	display:none;
}

/* Vaststaand respondentnummer is wel zichtbaar bij nieuwe exclusie of bestaande respondent: */
body.exclusie #resp,
#registratieForm.resp-bestaand #resp {
	display:block;
}

#respSelectWrapper {
	text-align:center;
}
#respSelect {
	border:none;
	color:#666;
	cursor:pointer;
	font-size:25px;
}

body.over-het-onderzoek #figure-1>table th {
	text-align:center;
}

.radio-stopcode0.checked {
	font-weight:bold;
	color:#32B456;
}

@media (min-width: 768px) {
	.thumbnail-person {
		height:508px;
	}
}
@media (min-width: 992px) {
	.thumbnail-person {
		height:356px;
	}
}
@media (min-width: 1200px) {
	.thumbnail-person {
		height:395px;
	}
}

.social-media-links>a.btn-aanmelden-nieuwsbrief {
    font-weight: bold;
    padding: 8px;
    display: block;
    text-align: center;
    margin: 0 5px;
}

.social-media-links>a {
    background-color: #ff5b71;
	text-decoration:none;
    color: #fff;
    display: inline-block;
    margin: 3px;
    padding: 9px 6px;
}

.social-media-links>a:focus,
.social-media-links>a:hover {
    background-color: #FF8D9C;
	text-decoration:none;
    color: #fff;
}

textarea.form-control.emailBodyTextarea {
	height:160px;	
}

.mark-warning {
	background-color:#FBF672;
}

small .alert {
	font-size:14px;
	line-height:18px;
	padding:6px;
}

.dropdown-acties {
	margin-bottom:10px;
}
