.category .missing.any-missing {
	display: none;
}
.category.missing-answers .missing.any-missing {
	display: inherit;
}

.missing {
	background-color: #ffcccc;
	-moz-box-shadow: 0 0 5px 5px red;
	-webkit-box-shadow: 0 0 5px 5px red;
	box-shadow: 0 0 5px 5px red;
}

label.missing, .ui-controlgroup-label.missing {
	box-shadow: none;
	background: inherit;
	text-shadow: 0 0 5px red;
	color: red;
}

.question-plan .ui-dialog-contain {
	margin-top: 5%;
	max-width: 100%;
}

img.plan {
	border: 1px dotted gray;
}
img.fit {
	width: 99%;
}

.plan-pos {
	z-index: 1000;
	position: absolute;
}
.plan-pos.hidden {
	display: none;
}


#errors {
	color: #CC0000 !important;
}
.debug {
	font-family: Consolas, 'Courier New', monospace;
	white-space: pre-wrap;
}


/*  vragenlijst  */

.ui-header .ui-btn-active {
	background: transparent none;
	border: 0;
	color: lightblue;
	text-shadow: 0 1px black; /* #3373a5 */
}

/* Spacing for top of the page */
.category-header {
	border-radius: 10px;
	margin: 1%;
	max-width: 100%;
}
.category-icon {
	position: absolute;
	top: -101px;
	left: 0px;
	height: 100px;
}
.category-slogan {
    position: absolute;
    top: 25px;
    font-size: 40px;
    color: #8cc63f;
    font-family: 'Marck Script', cursive;
    right: 77px;
	white-space: pre;
}
.cattitle {
	cursor: pointer;
}

.ui-content {
	padding-top: 15px;
}

.ui-body table { width:100%; border-bottom:1px solid #ccc; border-collapse: collapse; }
.ui-body th { text-align:left; margin-right:50px; display:none; }
.ui-body th h3 { margin:.6em 0; }
.ui-body th, td {
	border-top:1px solid #ccc; 
	padding: 4px 10px; 
}
.ui-body .subquestion>td {
	border: none;
	padding: 0px 10px; 
}


.ui-slider-label {
	text-align: center;
	font-weight: bolder;
}
.ui-slider-percentage {
	text-align: left;
	float: left;
	margin-left: 0.5em;
}
.slider-tickmarks {
	margin-left: 10px;
	margin-right: 10px;
}
table.slider-tickmarks {
	width: 95.5%;
	margin-top: -4px;
	margin-bottom: 0.5em;
	border: 0 none transparent;
}
.slider-tickmarks tr {
    border: 0 none transparent;
}
.slider-tickmarks td {
    border-left: 1px solid darkgray;
    border-right: 1px solid darkgray;
    border-top: 0 none transparent;
    border-bottom: 0 none transparent;
}

.sliderlabels {
	font-size: smaller;
}
.ui-sliderlabel-left {
	text-align: left;
}
.ui-sliderlabel-right {
	float: right;
	text-align: right;
}

.switch-container>.ui-slider-switch {
	margin-top: 10px;
}

.qrow textarea { 
    height: 100%;
}

@media (max-width: 991px) {
    .image {
        max-width:200px !important;
	}

	.ui-title{
		font-size:7px !important;
	}
}

.loginbackground {
    background-image: linear-gradient(to right, rgba(255, 217, 102, 0.69) 0%, rgba(255, 217, 102, 0.46) 50%, rgba(255, 217, 102, 0.05) 100%), url(../image/loginpageimage.jpg);
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
}

.login-header-text-center {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    color: white;
    position: absolute;
    width:auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.8);
}

.hoe-header-text-left {
    font-family: 'Source Sans Pro', sans-serif;
    position: absolute;
    bottom: 30px;
    left: 5%;
    font-weight: 300;
    font-size: 10vh;
    color: white;
}

.hoe-header-text-right {
    position: absolute;
    top: 10px;
	right: 5%;
    font-size: 20px;
    color: white;
}

.SourceSansPro300 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 18px;
}

#languagebutton {
	border: none;
	background: none;
	color:white;
}

	#languagebutton:focus {
		outline: 0;
	}

	.languagepicker {
		font-family: 'Source Sans Pro', sans-serif;
		position: absolute;
		bottom: 30px;
		right: 5%;
		color: white;
	}