/******************************************************************************/
/*
/* TEST
/*
/******************************************************************************/

/*.test-div{

}
.test-name{
    height: 50px;
}
.test-description{
    height: 30px;
}

.test-options{
    height: 168px; //2*84
}*/

.mc-next-button {
	background: #F47906 !important;
	min-width: 300px;
	max-width: 35%;
	margin: 20px auto 5px auto;
	border: none;
	color: #fff !important;
	display: block;
	font-size: 1em;
	text-align: center;  
	-webkit-box-shadow: 0 1px 4px rgba(2,2,2,.72);
	-moz-box-shadow: 0 1px 4px rgba(2,2,2,.72);
	box-shadow: 0 1px 4px rgba(2,2,2,.72);
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.test-container {
	margin-top: 80px;
	background-color: #F9F6F1;
	box-shadow: 2px 2px 5px rgba(2,2,2,.13);
	padding: 2% 5%;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	max-width: 100%;
}

.test-div{
}

.test-btn-margin {
	margin-top: 10px;
	margin-bottom: 10px;
}

.test-img{
    /*height: 200px;*/
    max-height: 200px;
}

.test-img img {
    max-height: 200px;
    max-width: 100%;
}
.test2-back-button{
	display: none;
    cursor: pointer;
	color: 4F46E5;
	font-size: 150%;
	margin-left: -10px;
}

.test-selected{
    background: #F47906 !important;
	color: white;
    box-shadow: 0px 0px 5px 0px rgba(244,114,8,1);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(244,114,8,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(244,114,8,1);
}
.test-selected:hover{
	color: white;
}
.test-selected:focus{
	color: white;
}
.test-selected:not(.test-img-button){
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.21);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.21);
    box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.21);
	border-radius: 5px;
}
.test-ad{
    background-color: #666;
    width: 50%;
    margin: 0px auto;
    /*MEDIA SCREEN 100% OP KLEINE DEVICES*/
}

.test2-end-div{
    display:none;
}

#progress-wrap-wrapper{
	height:100%;
}

#progress-wrap-wrapper{
	-webkit-align-self:center;
	    -ms-flex-item-align:center;
	        align-self:center;
	height: 10px;
}

.progress {
	width: 100%;
	height: 10px;
}

.progress-wrap {
	background: 4F46E5;
	position:relative;
	width:50%;
	overflow: hidden;
	margin:0 auto;
}
.progress-bar {
    background: #ddd;
    position: relative;
}
.svg-loader{
	height: 2em;
	padding: 0;
	animation:         rotation 1s infinite linear; /* IE 10+, Fx 29+ */
	-webkit-animation: rotation 1s infinite linear;
}
@keyframes rotation {
    from { transform: rotate(0deg);}
    to   { transform: rotate(359deg);}
}

@-webkit-keyframes rotation {
    from {-webkit-transform: rotate(0deg);}
    to   {-webkit-transform: rotate(359deg);}
}
.flex-row{
	display: -webkit-flex;
    display: -ms-flexbox; 
    display: flex;
	
	-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
			-ms-flex-direction: row;
				flex-direction: row;
				
	 -webkit-box-pack:space around;
		-webkit-justify-content: space-around;
			-ms-flex-pack: distribute;
				justify-content: space-around;

	-webkit-box-align:center;
	  -webkit-align-items:center;
		  -ms-flex-align:center;
			  align-items:center;
}
.loading-splash-icon{
	font-size: 1.5em;   
}

.loaders {
	width: 50px;
	height: 50px;
	margin: 40px auto auto;
	z-index: 999;
	flex-flow: row nowrap;
	justify-content: space-around;
}

.loader {
	position: relative;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-style: solid;
	-webkit-animation: loader 800ms infinite linear;
	-moz-animation: loader 800ms infinite linear;
	-ms-animation: loader 800ms infinite linear;
	-o-animation: loader 800ms infinite linear;
	animation: loader 800ms infinite linear;
}

.loader.spin {
	border-width: 1px 1px 2px;
	border-color: #812c89;
	box-shadow: 0 2px #812c89;
}

.test2-end-div .saving-results{
    font-size:30px;
}
.test-img-button{
    background: none !important;
    background: transparent !important;
    padding: 0px !important;
    margin-top: 5px !important;
}
.test-img-button:hover{  
	background-color: 4F46E5 !important;
}

.test-img-shadow{
    width: 100%;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.21);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.21);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.21);
}

.test-button:active{ 
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.21) !important;
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.21) !important;
    box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.21) !important;
}

.test-button {
	background-color: #FDE4CD;
	margin-top: 15px;
	margin-bottom: 5px;
	border-radius: 3px;
	font-size: 150%;
	box-shadow: 0px 2px 5px rgba(2,2,2,.13);
}

.test-option-div{

}
/* //---------------//
// SIZE OF TEST (Open ruimtes etc)..
//---------------//

//TM Testmezelf divjes */
.tm-testdescription{
    //padding-top: 50px;
}
.tm-testoptions{
    //padding-top: 50px;
    /*min-height: 200px;*/
    height: auto;
    padding-bottom: 10px;
}
.test-name:not(.test-name-img-active){
    padding-top: 0%;
}
.test-name-img-active{
    padding-top: 0%;
}
.img-active{
    margin-bottom: 9%;
    padding-top: 3%;
}
/* //---------------//
// SIZE OF TEST ..
//---------------// */

/******************************************************************************/
/*
/* PROGRESS BAR
/*
/******************************************************************************/


.progress-st {
    /*height: 20px;*/
    /*margin-bottom: 20px;*/
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    /*margin-bottom: 25px;*/
	/*margin: 25px 0;*/
}

.test-bottom-content {
	margin: 30px 0 10px 0;
}

.progress-st-bar {  
	float: left;
	width: 0;
	height: 100%;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #337ab7;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease;
	border-radius: 40px;
	margin-top: 4px;
}
.progress-st-striped .progress-st-bar,
.progress-st-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}
.progress-st.active .progress-st-bar,
.progress-st-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
.progress-st-bar-success {
    background-color: 4F46E5;
}
.progress-st-striped .progress-st-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-st-bar-info {
    /*background-color: #5bc0de;*/
    background-color: #f47906;
}
.progress-st-striped .progress-st-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-st-bar-warning {
    background-color: #f0ad4e;
}
.progress-st-striped .progress-st-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-st-bar-danger {
    background-color: #d9534f;
}
.progress-st-striped .progress-st-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
/******************************************************************************/
/*
/* 
/*
/******************************************************************************/
@media only screen and (max-width : 769px) {
    .test-img:not(.img-active){
        height: 0px;
        max-height: 200px;

    }
    .tm-testoptions{
        height: auto;
    }
    .test-name{
        padding-top: 0px;
    }
}
/**
 * Checkbox Four
 */
.multipleChoiceCheckBox {
	width: 50px;
	height: 50px;
	background: #ddd;
	margin: 20px 0px;  
	display: inline-block;
	float: left;

	border-radius: 100%;
	position: relative;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
}

.test-button-checkbox {
	  margin-top: 20px !important;
}

/**
 * Create the checkbox button
 */
.multipleChoiceCheckBox label {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 100px;
	font-size: 260%;
	color: transparent;

	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	cursor: pointer;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 1;

	background: #F1F1F1;

	-webkit-box-shadow:inset 0px 1px 3px rgba(0,0,0,0.4);
	-moz-box-shadow:inset 0px 1px 3px rgba(0,0,0,0.4);
	box-shadow:inset 0px 1px 3px rgba(0,0,0,0.4);
}

/**
 * Create the checked state
 */
.multipleChoiceCheckBox input[type=checkbox]:checked + label {
	background: #F1F1F1;
	font-size: 260%;
	color: #7E2A86;
}

.multipleChoiceCheckBoxGlyphicon {
	margin-top: -6px;
	margin-left: 2px;
	display: block;
}

@media all and (min-width: 768px) {
	.multipleChoiceContainer {
		min-width: 200px;
		min-height: 90px;
		margin: 10px 0;
	}
}
@media all and (min-width: 0px) {
	.multipleChoiceContainer {
		min-width: 100px;
		min-height: 90px;
		margin: 5px 0;
	}
}

.multipleChoiceLabel {
	height: 100%;
	font-size: 125%;
	position: relative;
	position: absolute;
	left: 80px;
	top: 0;
	text-align: left;  
	display: flex;
	justify-content: center;
	align-items: center;
}

.singleChoiceButton {
	width: 100%;
	
	margin: 5px auto;	
	padding: 10px 10px;
	background-color: #7d2985;
	
	border: none;
	color: #fff;
	font-size: 1.3em;
	text-align: center;
	box-shadow: 0 3px 3px rgba(0,0,0,.23);
	border-radius: 2px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	
	display: inline-block;
	
	cursor: pointer;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	text-decoration: none;
	
	
	
	-webkit-transition-property: -webkit-transform;
	 
	
	 -ms-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
	        transition-property: transform;
	-webkit-transition-duration: 0.2s;
	        transition-duration: 0.2s;
			white-space: normal;
			
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	
	word-wrap: break-word;
}


.singleChoiceButton:hover {
	text-decoration: none;
	color: #fff;
}

.singleChoiceButton:not(.singleChoiceButtonSelected):hover {
	text-decoration: none;
	color: #fff;
	background-color: #90329e;
	-ms-transform: scale(1.02,1.02);
    -webkit-transform: scale(1.02,1.02);
    transform: scale(1.02,1.02);
}

.singleChoiceButton:active {
	box-shadow: none;
	background: -webkit-linear-gradient(#f47906, #f47906); /* For Safari 5.1 to 6.0 */ /* For Opera 11.1 to 12.0 */ /* For Firefox 3.6 to 15 */
	background: linear-gradient(#f47906, #f47906); /* Standard syntax */
	
	background-color: #f47906;
	
	-ms-transform: scale(0.98,0.98);
    -webkit-transform: scale(0.98,0.98);
    transform: scale(0.98,0.98);
	-webkit-box-shadow: inset 0 1px 4px rgba(2,2,2,.72);
	-moz-box-shadow: inset 0 1px 4px rgba(2,2,2,.72);
	box-shadow: inset 0 1px 4px rgba(2,2,2,.72);
	
	text-decoration: none;
	color: #fff;
}

.singleChoiceButton:focus {
	text-decoration: none;
	color: #fff;
}

.singleChoiceButtonSelected {
	box-shadow: none;
	background: -webkit-linear-gradient(#f47906, #f47906) !important; /* For Safari 5.1 to 6.0 */ /* For Opera 11.1 to 12.0 */ /* For Firefox 3.6 to 15 */
	background: linear-gradient(#f47906, #f47906) !important; /* Standard syntax */
	background-color: #f47906 !important;
	
	-ms-transform: scale(0.98,0.98);
    -webkit-transform: scale(0.98,0.98);
    transform: scale(0.98,0.98);
	-webkit-box-shadow: inset 0 1px 4px rgba(2,2,2,.72);
	-moz-box-shadow: inset 0 1px 4px rgba(2,2,2,.72);
	box-shadow: inset 0 1px 4px rgba(2,2,2,.72);
	
	text-decoration: none;
	color: #fff;
}

.img-button {
	padding: 10px;
}

.img-button-img {
	border: 3px solid transparent;
	border-radius: 4px;
	box-shadow: 0px 2px 2px #d0d1d3;
}
.img-button:hover {
	/*background-color: 4F46E5 !important;*/
}

.img-button-img-selected {
	border: 3px solid 4F46E5;
	border-radius: 4px;
	box-shadow: 0px 2px 2px #d0d1d3;
}

.img-button-selected:after{
	display: block;
    content: "";
	width: 25%;
    height: 100%;
    top: 15px;
    left: 20px;
    position: absolute;
    background: transparent url("https://storage.googleapis.com/breyno-cdn/img/vinkje.svg") no-repeat;
    background-size: contain;
}


@media all and (max-width : 767px) {
	.test-bottom-ad {
		margin-top: 20px;
		margin-bottom: 0px;
		display: block;
		overflow: hidden;
	}
}
@media all and (min-width : 768px) {
	.test-bottom-ad {
		margin-top: 20px;
		margin-bottom: 0px;
		display: block;
		overflow: hidden;
	}
}
@media all and (min-width : 992px) {
	.test-bottom-ad {
		margin-top: 20px;
		margin-bottom: 0px;
		display: block;
		overflow: hidden;
	}
}
@media all and (max-width : 480px) {
	.test-container{
		padding: 2%;
	}
}

.question-img {
	max-height: 200px;
   	max-width: 100%;
}

.question {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
    color: #4a4a40;
	font-size: 24px;
	margin-bottom: 19px;
}

.question-explanation{
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
    color: #4a4a40;
	font-size: 18px;
	margin-top: -14px;
	margin-bottom: 13px;
}

.test-title {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
    color: #4a4a40;
	font-size: 36px;
	margin-bottom: 19px;
}

.test-description {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
    color: #4a4a40;
	font-size: 24px;
	margin-bottom: 19px;
	width: 100%;
}

.flex-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.flex-row:before { /* Fix for all.gz.css breaking safari */
	content: none !important;
}
.flex-row:after { /* Fix for all.gz.css breaking safari */
	content: none !important;
}

.flex-col {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

@media all and (min-width : 768px) {
	/* Workaround for bootstrap triggering xs offset on all sizes */
	.col-xs-offset-3 {
		margin-left: 0;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333333333%;
	}
}
@media all and (min-width : 992px) {
	.col-md-offset-4 {
		margin-left: 33.33333333333333%;
	}
}
