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


video{
  margin: auto;
  position: absolute;
  top: 0;
  left: -150px;
  bottom: 0;
  right: 0;
}

.emptyText{
	position: absolute;
	z-index:5;
	color:black;
	margin-top:80px;
}

.emptyText p{
  font-size: 20px;
  width: 66%;	
}
.uk-alert-danger h3{
	font-size: 30px;
	font-weight:bold;
	margin-bottom: 25px;
	
}
.largeInfo{
	font-size: 17px;
	padding: 0 !important;
}
.setCatDiv{
	margin:0 -5px;
	padding: 10px 5px 20px 5px;
}

.setCatDiv h3{
	
	margin-bottom: 10px;
	margin-left: 5px;
	font-size: 24px;
	font-weight: normal;
	color: #6C6C6C;
	
}

.cardSplash{
	background-image:url(/images/karteikarten-demo.jpg);
	min-height:325px;
	margin: -10px -5px -5px -5px;
    padding: 10px;
}


.cardSplash h1{
	font-size: 23px;
    color: black;
}
.cardSplash h5{
	font-size: 14px;
    margin-top: -2px;
}
.uk-alert{
	border:none;
	background:none;
}

.setCatDiv.erstesStEx{
	background-color:#F2F2F2;
}


.stackContainer{
	height:600px; padding-top:100px; overflow: hidden;
}
.counter{
	position:absolute; margin:4px; top: 40px; width:100%;

}


.counter h2{
 font-size: 34px;
  line-height: 1;
}

.counter h3{
 font-size: 14px;
  line-height: 1;
}



.counter .progress{
	position: absolute;
	right: 20px;
	top: 0;
	width: 60%;
	text-align: left;
	height: 20px;
	margin-top: 0;
}


.counter .progress .uk-progress{
	  /* margin: 2px; */
  box-sizing: border-box;
  margin-bottom: 5px;
  background: #eeeeee;
  overflow: hidden;
  line-height: 20px;
  font-size: 12px;
}

.counter .progress .uk-progress-bar:nth-child(2){
	background-color:rgb(39, 212, 95);
}
.counter .progress .uk-progress-bar:nth-child(3){
	background-color:rgb(228, 228, 81)
}
.counter .progress .uk-progress-bar:nth-child(4){
	background-color:orange;
}
.counter .progress .uk-progress-bar:nth-child(5){
	background-color:rgb(255, 125, 77);
}


.counter .absolute{
	color: #ccc;
	padding-left: 273px;
	margin-top: -10px;
	font-size: 10px;
	position: absolute;
  top: 40px;
}

.counter .absolute h3{ 
	font-size: 18px;
}



.flip-container,.flip-container.card .front,.flip-container.card .back{
	width:500px !important;
}

#cardStackWrapper{
	width:500px !important;
}


#cardCounter{
	position: absolute;
	bottom: 5px;
	
	
}

#cardCounter .text{
	color: black;
	text-align: left;
		
	
}

#cardCounter .text .count{
	font-size: 36px;
	line-height: 30px;
	font-weight: bold;
		
}

ul#cardList {

	padding-left: 0px;

}
ul#cardList li{
	list-style: none;
	background-color: #EEEEEE;
	margin-bottom:3px;
	position:relative;
	
}


ul#cardList li .qBody{
	cursor:pointer;
	transition:all .3s linear;
	-webkit-transition:all .3s linear;
	-moz-transition:all .3s linear;
	padding: 2px 10px;
	margin-right:27px;
	
}


ul#cardList li .qBody a{
	text-decoration:none;
	color:#333 !important;
	width:100%;
}

ul#cardList li .qBody:hover{
	cursor:pointer;
	background-color: #ccc;
	
}


ul#cardList li .favIcon{
	background-color: #white;
	width:30px;
	padding:0 5px;
	position:absolute;
	right:0;
	top:0;
}



.leftContentColumn{
	width:735px;
}


.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

.uk-badge {

	position: absolute;
	right: 18px;
	bottom: 13px;
}

.qcard {
   
    cursor: move;
	position: relative;
	width: 160px;
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	background-image: url(/images/quizzcard_mini.png);
	display: table-cell;
	clear: none;
	z-index:10;
	height: 100px;
	/* margin-bottom: 10px; */
	/* margin-left: 15px; */
	/* height: 82px; */
	line-height: 82px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	 -webkit-user-select: none;  /* Chrome all / Safari all */
 	 -moz-user-select: none;     /* Firefox all */
 	 -ms-user-select: none;   
	z-index:1000;
}

.qcard.ui-draggable-dragging{
	position:absolute;
	z-index:2000;
}
	
	
.qcard>p{
	line-height: 14px;
	margin: 20px 20px;
	height: 65px;
	font-size: 9px;
}

 .quizSet {
	 
	 margin: 5px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	box-shadow: 0 0px 10px rgba(170, 170, 170, 1), 0 0 8px 5px rgba(223, 223, 223, 0.4) inset;
    background: rgb(244, 244, 244);
	width: 340px;
	height: 50px;
	color: #000000;
	float: left;
	clear: none;
	cursor: pointer;
	font-size: 16px;
	text-align: left;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	/* font-family: Verdana, Arial, Helvetica, sans-serif; */
/*

			margin: 5px;
			border-bottom-right-radius: 5px;
			border-top-right-radius: 5px;
			box-shadow: 0 0px 10px rgba(170, 170, 170, 1), 0 0 8px 5px rgba(223, 223, 223, 0.4) inset;
			background: rgb(255,255,255); 
			background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 100%); 
			background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(246,246,246,1)));
			background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 100%); 
			background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 100%); 
			background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 100%); 
			background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 100%); 
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=1 ); 

			width: 230px;
			height: 50px;
			color: #000000;
			float: left;
			clear: none;
			cursor: pointer;
			font-size: 16px;
			text-align: left;
			position: relative;
			font-family: Arial, Helvetica, sans-serif;
			*/
    }
	
	
	.quizSet .tick{
		position: absolute;
		top: -6px;
		right: -5px;

		
	}
	
	
	.quizSet .sub{
		color:#A5A5A5;
		
	}
	
	
	.quizSet .schedbadge{
		position: absolute;
		  right: -3px;
		  top: -3px;
		  z-index: 99;		
	}
	
	 .quizSet .left{
		background-color: rgb(175, 175, 175);
		/*box-shadow: 0 0 10px rgba(0, 0, 0, 0.22);
		-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.22);
		-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.22);
		background-color: rgb(221, 221, 221);*/
		/*box-shadow: 0 0 10px rgba(0, 0, 0, 0.31) inset;
		moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.31) inset;*/
		height: 100%;
		width: 40px;
		background-image: url(/images/quizset.png);
		background-position: center center;
		background-repeat: no-repeat;
		
		z-index:9;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		position:absolute;
		 
	 }
	 
	 .quizSet:hover .left{
		
		width: 90%;
		
		 
	 }
	 
	
	 
	  .quizSet .right{
		  	-webkit-transition: all 0.3s ease-in-out;
			-moz-transition: all 0.3s ease-in-out;
			-o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
			position: absolute;
			top: 10px;
			left: 45px;
			width: 280px;
			text-overflow: ellipsis;
			white-space: nowrap;
			overflow: hidden;
			position: absolute;
			
		 
	 }
	 
	 .quizSet .right #publicFlag{
		 background-color:black;
		 color:white;
		 border-radius: 3px;
		 -moz-border-radius: 3px;
		 -webkit-border-radius: 3px;
		 padding:0 4px;
		 
	}
	
	 .quizSet .right #privateFlag{
		 background-color:rgb(218, 218, 125);
		 color:white;
		 border-radius: 3px;
		 -moz-border-radius: 3px;
		 -webkit-border-radius: 3px;
		 padding:0 4px;
		 
	}
	 
	 .quizSet:hover .right{
		 left: 55px;
	 
		}
	  .quizSet .options{
			 bottom: 0px;
			font-size: 11px;
			position: absolute;
			left: 40px;
			background-color: white;
			padding: 4px 10px 4px 10px;
			border-top-right-radius: 5px;
			display:none;
	  }
	 
	 .quizSet h2{
		 text-overflow:ellipsis;
		 white-space: nowrap;
		 margin:0;
		 padding:0;
		 font-family: 'PT Sans', sans-serif;
		 color: black;
		 text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.55);
		 
	 }
	 
	 .quizSet h2 a{
		color:inherit !important;
		text-decoration:none !important;
		 
		 
	 }
	 
	 
	 
	 
	 
	 
	
	 .quizSet.hover2 {
		   border: 2px rgb(255, 165, 0) dashed;
  			border-left: none;
   		
   	 }
	 
	 .quizSet #dropText {
		display: none; 
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 99;
		text-align: center;
		vertical-align: middle;
		font-weight: bold;
		line-height: 33px;
		background-color:rgb(226, 226, 226);
		
   	 }
	 
	 .quizSet.hover2 #dropText {
		 display:block;
   		 
   	 }
	
	
	


/******* *******************************  QUIZFRAGE PREVIEW ********************************** *******/



	
#subPanel #preview{
	padding-top: 22px;
	height: 100%;
	width: 278px;
	margin-top: -20px;
	overflow: auto;
	background-repeat:no-repeat;
	background-position:0 22px;

}


#subPanel #preview.display{
	margin-top:30px;
	padding-top:0px;
	background-position:0 0;
}


#subPanel #preview.sorting{
	border: 4px dashed yellow;
	max-height: 9999px;
	width: 252px;
	background: none;

}




#subPanel #sortFinBtn{
	
	display: table;
	display:none;
	margin: 2px;
	width: 98%;

}


	#bigCard {
		width: 440px;
		min-height: 284px;
		margin: 50px auto 10px auto;
		/* border: 10px solid rgb(230,230,230); */

		box-shadow: 0 0 20px rgba(0, 0, 0, 0.34);
		background-position: 16px 0;
		background-image: url(/images/qcard_big.png);
		position:relative;
		-webkit-transform: rotateY(0deg);
		/*border-width:10px;*/
		min-width:0;
		z-index:5;
		padding-bottom: 10px;
		
		
		
}

	#bigCard.showAnswer{
		border: none;
		
	}


	#bigCard.active{
	
		border: 3px dashed rgb(221, 21, 21);
	}
	#bigCardInner{
		
		position: relative;
		top: 0px !important;
		top: 20%;
		display: table-cell;
		vertical-align: middle !important;/**/
		top:expression(20%);
		padding:17px;
		font-size:24px;
		text-align:center;
		color:#000000;
		
	///*	margin-top:-132px;  negative half of the height */	
	
	}
	
	#bigCardInner.longText{
		font-size:19px;
		
	}
	
	#bigCardInner .inner{
		padding:0;
		margin:0;
		color:inherit;
	}
	#bigCardInner2{
		width:100%;
		display: table;
		min-height: 300px;
		
	/*//	margin-top:-132px;  negative half of the height */	
	
	}
	
	#bigCardUpper{
		color: #fff;
		font-weight: bold;
		font-size: 11px;
		padding: 2px 8px;
		border-radius: 7px;
		right: 0;
		margin: 3px;
		clear: both;
		position: absolute;
		background-color: rgb(185, 185, 185);
	
	}
	
	#bigCard #header{
		position: absolute;
		bottom: 0px;
		right: 0px;
		width: 100%;
		z-index: 2;
		margin: 5px;
		width: 250px;
	}
	
	#bigCard .arrow{
		background-color: rgba(0, 0, 0, 0.58);
		position: absolute;
		width: 20px;
		height: 200px;
		top: 20px;
		cursor:pointer;
		display:none;
		
	}
	
	#bigCard .arrow.left{
		left:-30px;
	}
	
	#bigCard .arrow.right{
		right:-30px;
	}

#answerDiv{
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	position:absolute;
	
	
}



#bigCard.showAnswer #answerDiv{
	/*background-color: #4588bf;*/
	background-position: center;
	background-repeat: no-repeat;
	
}
/*

#bigCard.showAnswer.animationComplete #answerDiv{
	background-image: url(/images/loading.jpg);
	
	
}
*/

#bigCard.showAnswer.animationComplete{
	transform:none !important;
}






#answerDivInner{
	
	top:-2px;
	height:1px;
	width:1px;
	display:block;
	font-family: Arial, sans-serif;
	position: relative;
}


#answerDivInner.textVersion{

	overflow: auto;
}

.textVersion ol>li {
	padding-left: 5px;
}

.textVersion ol>li h3, .textVersion ol>li h4{
	font-size:inherit;
	font-weight: inherit;
}

#bigCard.showAnswer.animationComplete #answerDivInner{
/*	
	top:-2px;
	height:100%;
	width:100%;
	display:block;
	opacity:1 !important;
	*/
}



#answerDiv .inlineButtonOuter{
	bottom: 0px;
	position: absolute;
	width: 98%;
	margin:3px;
	
}


#answerDiv.big{
	top:50px;
	left:10px;
	width:687px;
	height:347px;
}

#answerDiv #extraText{
	display:none;
	font-size:11px;
	color:#000000;
	position: relative;
}

.node{
	font-size:11px;
}

.node>.node{
	font-size:inherit !important;
	font-weight:inherit !important;
}


#answerDiv #extraText p{
	/*margin:0px;*/
	margin-bottom:10px;
}

#answerDiv #extraText.only{
	
	position: relative;
	position: absolute;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	top:50%;
	vertical-align: middle !important;/**/
	top:expression(20%);
	padding:17px;
	padding-left: 30px;
	text-align:left;
	max-height: 223px;
	overflow: auto;
	margin-top:10px;
	margin-bottom:6px;
	height: 90%;
	width: 100%;
}


#answerDiv #extraText.only ul:only-child,#answerDiv #extraText.only>div:only-child,#answerDiv #extraText.only>p:only-child{

	display: table-cell;
	vertical-align: middle;
	
}

#answerDiv #extraText.only ul{
	padding-top:10px;
}

#answerDiv #extraText.only ul li:only-child{
	margin-top:-10px;
}


#qEditDiv{
	padding:20px;
	display:none;
}


#qEditDiv textarea{
	font-family: Verdana;
	color: #555555;
	/* width: 95%; */
	height: 100px;
	padding: 10px;
	border: none;
	/* font-weight: bold; */
	/* color: white; */
	padding: 15px;
	font-size: 12px;
	background-color: rgb(231,231,231);
	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
}

#shareDiv > div{float:none;}

#qEditDiv textarea:hover{background-color: #ECECEC;}
#qEditDiv textarea:focus{background-color: white;}

.quizDetail{width:729px !important; min-height:450px;}
.contentBox.left{width:720px; }
.quizSets{min-height:450px;}


.quickQuiz{
	margin-top:10px;
	padding:5px;
}

.quickQuizForm input{
	margin-left:10px;
	margin-right:5px;
}

.quickQuizConf{
    margin-left: 40px;
    line-height: 50px;
    font-size: 19px;
    padding: 10px 40px;
}

#newCards{
	padding:0;
	/*
	display: table-cell;
	padding-right:-5px;
	max-width:200px;
	right: 0px;
	top:50px;
	position: absolute;
	*/
	min-height:100px;
	overflow:visible;
	margin-top: 28px;
	width:400px;
	padding-bottom: 50px;
}

#newCards:before, #newCards:after{ content:""; display:table; }
#newCards:after{ clear: both; }



#newCards .qcard .content{
	margin: 20px 25px;
	line-height: 14px;
	height: 68px;
	overflow: hidden;
}

#newCards .trash{
	position:absolute;
	width: 200px;
	height: 100px;
	color: white;
	font-size: 4em;
	text-align:center;
	line-height:100px;
	right: -10px;
	z-index: 99;
	top:10px;
	background-color:red;
}


#newCards .trash.hover2{
		background-color:yellow;
}




.explanationFlag{
	
	text-align: justify;
	font-weight: bold;
	color: white;
	padding: 30px 10px 10px 10px;
	font-size: 11px;
	background-image: url(/images/alert.png), url(/images/stripes.png);
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	background-position: 135px 5px;
	background-repeat: no-repeat, repeat;
	border: 5px solid rgba(189, 189, 189, 0.4);
	overflow: hidden;
	margin: 5px -5px 5px 10px;
	padding: 9px;
	clear:both;
	font-weight:bold;
	

}

.explanationFlag a:link, .explanationFlag a:active, .explanationFlag a:visited,.explanationFlag a:hover{

	color:rgb(174, 207, 255);
}



#quizFolderList{
	min-height:180px;
	padding-top:10px;
	display:none;
	
}

#quizFolderList.loaded{
	display:block;
}