@charset "utf-8";
/* CSS User interface */
/* Autor Aleksej Medved */
/* 20.09.2013*/

/*---------------------- Standard ----------------------*/

* {
    outline: medium none;
}

.clearfix:before,
.clearfix:after {
    content:"";
    /*display:table; */
}
.clearfix:after {
    clear:both;
}
.clearfix {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}
/**/

/*##################### COLORS #####################*/

.highlight{
	color: #9E2300;
}

/*##################################################*/

/*------------------- Ende Standard --------------------*/

/*body{
	background: #eff0f2;
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	
	font-size: 11px;
	 
	
}*/




#TopContentBanner{
	border: 1px solid #a2a2a2;
	margin-bottom: 20px;
	margin-top: 20px;
	border-top: none;
	box-shadow: 0 -6px 0 0 #a2a2a2;
	
	/* IE */		
	border-top: 6px solid #a2a2a2\9; 
	margin-top: 15px\9;
	 
	position:relative;
}


#topHelpTitle{
	background: url(../images/icons/light-bulb.png) left top no-repeat;
	border-bottom: 1px solid #eff2f7; 
	margin: 0 0 15px 0; 
	padding: 0px 0px 5px 25px;
}

#TopContentBanner.Home{
	/*border-top-color:#2c5cd4;*/
	box-shadow: 0 -6px 0 0 #2c5cd4;
	box-shadow: none\9;
	border-top-color: #2c5cd4;
}

#TopContentBanner.CourseDetails{
	/*border-top-color:#960002;*/
	box-shadow: 0 -6px 0 0 #960002;
	box-shadow: none\9;
	border-top-color: #960002;
}

#TopContentBanner.Verwaltung{
	/*border-top-color:#60a033;*/
	box-shadow: 0 -6px 0 0 #60a033;
	box-shadow: none\9;
	border-top-color: #60a033;
}


#TopContentBanner.Tutoring{
	/*border-top-color:#FFB04A;*/
	box-shadow: 0 -6px 0 0 #ffb04a;
	box-shadow /*\**/: none\9;
	border-top-color: #ffb04a;
}


#TopContentBanner.CPM{
	/*border-top-color:#7824D1;*/
	box-shadow: 0 -6px 0 0 #7824d1;
	box-shadow: none\9;
	border-top-color: #7824d1;
}





#ContentBanner-Top{
	background-color: #ffffff;
	margin:0;
	padding:0;
	min-height:59px;
	
	background-position: left top;
	background-repeat: repeat;

}

#ContentBanner-Top h2{
	margin:0;
	padding:0;
 	color: #292929;
	font-size: 24px;
	font-weight: bold;
	color: #292929;
	padding-left: 120px;
	padding-right: 120px;
	line-height: 59px;
	 
	text-overflow: ellipsis; 
	-o-text-overflow: ellipsis; 
	overflow: hidden;
	white-space: nowrap; 
	
	background-position: 120px left ;
	background-repeat: no-repeat;
}

#ContentBanner-Bottom{
	border-top: 1px solid #a2a2a2;
	background-color: #dcdcdc;
	padding: 4px;
	position:relative;
}

#ContentBanner-Bottom h4{
	margin: 0;
	padding: 0;
	
}


#HandbuchWrapper{
	position: absolute;
	top: 10px;
	right: 10px;
	
}

#TopContentBannerHelp{

	border: 1px solid #a2a2a2;
	padding: 10px;
	background-color: #ffffff;
	
	
	-webkit-border-radius: 5px;
   border-radius: 5px;
	 
	 margin-bottom: 10px;
}





div.wrapper{
	margin: 10px 0 0 0;
	padding: 5px 0;
	position:static;
}

div.containerTabBar{

}

ul.TabBar{
	margin: 0;
	padding: 0;
	height: 29px;
	list-style: none;		
	
	border-bottom: 1px solid #a2a2a2;
	/*background-color: #ff0000;*/

}


ul.TabBar.old {
	margin-right: 3px;
	
	border-bottom: none;


	
	margin-bottom: -1px;
	/*_margin-bottom: 0px;*/
	/* IE */

}

ul.TabBar li {
	margin: 0;
	/*padding: 5px 10px 0px 10px;*/
	padding: 0 10px;
	border: 1px solid #a2a2a2;
	border-bottom: none;
	background-color: #e9e9e9;

	vertical-align: top;

	height: 28px;
	/*line-height: 20px;*/
	
	
	display: inline-block;
	zoom: 1;
	/*
	width: inherit;
	
	overflow: hidden;*/
		
	-webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
	
	margin-left: -1px;
}

ul.TabBar li a {

	display: inline-block;
	zoom: 1;
	margin-top: 6px;
}




ul.TabBar li:first-child{
	margin-left: 0;
}


ul.TabBar li img {
	opacity: 0.7;
	/*padding: 6px 0;*/
}

ul.TabBar li.active,
ul.TabBar li:hover.active{
	border-bottom: none;
	/*padding: 5px 10px 8px 10px;*/
	background-color: #dcdcdc;	
	height: 29px;
	/*height: 24px;	*/
	position: relative;
	
	
}


ul.TabBar.old li {

	/*padding: 4px 10px 6px 10px;*/
	border-color: #808080;	
	background-color: #d3d3d3;
	/*
	border-bottom: none;
	_border-bottom: 1px solid #464646;*//* IE */


/*	padding-bottom: 8px;*/
	
}


ul.TabBar.old li.active,
ul.TabBar.old li:hover.active{	

	/*padding: 4px 10px 7px 10px;*/

	background-color: #ebebeb;
	border-color: #464646;

	border-bottom: none;
	/*_border-bottom-color: #c4c6ca;*//* IE */

	/*height: 22px;*/


}


ul.TabBar li:hover{
	
	background-color: #e0e0e0;
	color: #a6a6a6;
	
	border-bottom: none;
	/*_border-bottom-color: #464646; *//* IE */
}


ul.TabBar li:hover img,
ul.TabBar li.active img{
	
	opacity: 1;
}


/*ul.TabBar li.active{
	z-index: 100;
}*/

ul.TabBar li a,
ul.TabBar li a:visited,
ul.TabBar li a:active{
	font-weight: bold;
	cursor: pointer;
	color: #999999;
	text-decoration: none;
	border: 0;
}


ul.TabBar li.active a,
ul.TabBar li a:hover{
	color: #333333;
}

ul.TabBar li:hover img,
ul.TabBar li a:hover{
	transition: all 0.2s ease-in 0s;
}

/*-------- Für FireFox ----------------*/
/*
@-moz-document url-prefix() {
	
	ul.TabBar.old {
		margin-bottom: 0;	
	}
	
	ul.TabBar li{
		padding-bottom: 5px;
	}

	ul.TabBar li.active,
	ul.TabBar li:hover.active{
		padding-bottom: 6px;
	}
	
	ul.TabBar.old li{
		padding-bottom: 6px;
	}
	
	
	ul.TabBar.old li.active,
	ul.TabBar.old li:hover.active{
		padding-bottom: 7px;
	}
}
*/
/*-------------------------------------*/
.active a{
	color: #333333;
	text-decoration: none;
	white-space: nowrap;
}


.tabBarAfter{
	/*clear: both;*/
	border: 1px solid #a2a2a2;
	background-color: #dcdcdc;
	padding: 5px 10px;
	position: relative;
	bottom: 0;
	
	border-top: none;
	
}

.tabBarAfter p{
	margin:0;
	padding:0;
}


.containerContent{
	margin: 0px;
	background: #ffffff;
	padding: 20px;
	border: 1px solid #a2a2a2;
	border-top: none;
}

.containerBottom{
	position:static;
	margin: 0px;
	background: #dcdcdc;
	padding: 5px 10px;
	border: 1px solid #a2a2a2;
	border-top: none;
	
	text-align:right;
	
}

/*---------- CourseOverview ----------*/



.CourseWrapper,
.courseStructure{
	display:block;
}


ul.CourseOverview,
ul.RessourceOverview{
		list-style: none;
		margin: 0;
		padding:0;
		
		color: #4f4a4a;
}


ul.RessourceOverview.locked{
	background-color: #f0f0f0;
}


ul.CourseOverview li{
	/*background-color: #CCC;*/
	margin: 0;
	padding: 8px 5px;
	border-top: 1px solid #a2a2a2;
}


#courseStructure li .RessourceWrapper{
	/*background-color: #CCC;*/
	margin: 0;
	padding: 8px 0;
	border-top: 1px solid #a2a2a2;
	width:100%;
}


/*ul.CourseOverview li{
	background-color:#FFEBD2;
}*/


ul.CourseOverview li:hover,
ul.RessourceOverview li .RessourceWrapper:hover{
	background-color: #f4f4f4;
}




ul.CourseOverview li:first-child,
#courseStructure li li:first-child .RessourceWrapper{
	/*background-color: #CCC;*/
	margin: 0;
	border: none;
}




ul.CourseOverview li li,
#courseStructure ul.RessourceOverview li li{
	border: none;
}




ul.CourseOverview .CourseInfo li:first-child,
ul.CourseInfo li,
#courseStructure ul.RessourceInfo li{
	display:inline;
	margin:0;
	padding:0;
	margin-right:15px;
	
	color: #818181;
	
	/*border: 1px solid #ff0000;*/
}



#courseStructure ul.RessourceOverview li.prerequisiteBlock{
	background:url(../images/icons/lock32.png) center left no-repeat;
	padding-left: 40px;
	min-height: 30px;
	margin-bottom: 10px;
	

}



.containerIMG,
.containerIMGSmall{
	width: 52px;
	height: 72px;
	border: 1px solid #d0d0d0;
	background-color: #ffffff;
	background-size: auto 100%;
	background-repeat: no-repeat;
	
	-webkit-border-radius: 3px;
  border-radius: 3px;
	float:left;
	
	
}

.containerIMG.Small{
	height: 36px;
	background-size: 100% auto;
	overflow:hidden;

}

.containerTexte{
	
	margin-left: 62px;
	margin-right: 120px;

}

.containerTexte a,
.containerTexte a:visited,
.containerTexte a:active
{
	color:inherit;
	display:inline;
}

.containerTexte a:hover{
	color: #303030;
}


.containerTexte span{
	display: inherit;
	margin: 0;
	padding: 0;
	
	background: none;
	vertical-align: baseline;
	
}



.containerTexte h2,
.containerTexte h3,
.containerTexte h4,
.containerTexte p{
	margin:0;
	padding:0;
	padding-bottom: 5px;
}


.containerTexte h2.Title,
.containerTexte h3.Title{
	font-size: 1.909em;
	line-height: .8em;
	color:#808080; /*4f4a4a*/
	vertical-align: top;
	padding-top: 2px;
}


.containerTexte h3.Title{
	font-size: 1.455em;
}


.containerTexte h2.Title img{
	vertical-align: top;
	margin-left: 10px;
}

.containerTexte h2.Title a,
.containerTexte h3.Title a{
	color:#4f4a4a;
	text-decoration: none;
	line-height: inherit;
	vertical-align: top;
}


.containerTexte h4.Subtitle{
	font-weight:bold;
	color:#808080;
	margin-top: 3px;
}

.containerTexte p{
	margin: 3px 0; 
}




.containerStatus,
.containerStatusMedium{
	float: right;
	min-width: 100px;
	color:#808080;
}


.containerStatusMedium{
	min-width: 90px;
}




.containerStatus .PointsTitle{
	font-size: 0.818em;
} 

.containerStatus .Points,
.containerStatusMedium .Points{
	font-size: 1.4em;
	font-weight:bold;
	/*text-align:center;*/
} 


.containerStatus .Points span,
.containerStatusMedium .Points span{
	font-size: 1.636em;
	line-height: 1em;
	vertical-align: bottom;
}

.containerStatusMedium .Points span{
	font-size:1.455em;
}




.containerStatus .Completion,
.containerStatusMedium .Completion{
	color: #f4f5f5;
	background-color: #92A1A6;
	text-align:center;
	font-size: 1em;
	padding: 1px;
	margin: 0;
}

.Completion{
	color: #f4f5f5;
}

	
.Completion.completed{
	background: #349300;/*#3AA300*/
}

.Completion.incomplete{
	background: #e58700/*FE9600*/;
}

.Completion.passed{
	background: #349300/*3AA300*/;
}

.Completion.failed{
	background: #9a1b17/*AB1E1A*/;
}

.Completion.not_attempted{
	background: #9b9b9b/*ACACAC*/;
}

.Completion.unknown{
	background: #849196/*92A1A6*/;
}


.containerStatus .LastVisit{
	margin-top: 5px;
}

/*------- Ende CourseOverview --------*/
/*--------------- Pages --------------*/


ul.pages li{
	display: inline;
	padding: 0 0 0 10px;
}

ul.pages li a,
ul.pages li span,
ul.pages li a:visited{
	padding:2px 6px;
	color: #808080;
	margin: 0;
	text-decoration: none;
	border: 1px solid #898989;
	
	text-align:center;
	
	-webkit-border-radius: 3px;
  border-radius: 3px;
}


ul.pages li a:hover,
ul.pages li span.active{
	color: #EFEFEF;
	background: #B0B0B0;
}


/*<span class="active">*/


/*------------ Ende Pages -----------*/

/*--------------  WBT Staus -------------*/

.WBTStatusWrapper{
	background: #FFFFFF; 
	width: 100%; 
	margin-top: 1px; 
	text-align: left;
}


.indicatorProgress,
.indicatorScore{
	height:2px;
}

.indicatorProgress{
	background:#327597;
}


.indicatorScore{
	background:#8AA22B; 
}

/*------------ Ende WBT Staus -----------*/

/*-------------- Icons ---------------*/
i.icon,
i.icon24{
	display: block;
  height: 15px;
  margin: 0 3px 0 0;
  padding: 0;
  width: 15px;
	height:15px;
	float:left;
	vertical-align: middle;
	background-image: url("../images/icons/uiSprite.png");
}

i.icon.right{
	float:right;
}

ul.pages i.icon{
	display: inline-block;
	margin: 0;
	height:12px;
	width: 10px;
	float:none;
	vertical-align: text-top;
	margin 0;
}

i.icon.time{
 background-position: 0 0px;
}

i.icon.double-angle-left {
 background-position: 0 -13px;
}
a:hover i.icon.double-angle-left {
 background-position: 15px -13px;
}


i.icon.double-angle-right {
 background-position: 0 -27px;
}
a:hover i.icon.double-angle-right {
 background-position: 15px -27px;
 
}

i.icon.angle-left {
 background-position: 0 -41px;
}
a:hover i.icon.angle-left{
	background-position: 15px -41px;
}

i.icon.angle-right {
 background-position: 0 -55px;
}
a:hover i.icon.angle-right{
	background-position: 15px -55px;
}

i.icon.close{
 background-position: 0 -69px;
}

i.icon.open{
 background-position: 0 -84px;
}

i.icon.openCapter{
 background-position: 0 -97px;
}

i.icon.closeCapter{
 background-position: 0 -112px;
}

i.icon.Search{
 background-position: 0 -125px;
}

i.icon.edit{
 background-position: 0 -140px;
}

i.icon.close2{
 background-position: 0 -154px;
}

i.icon.delete{
 background-position: 0 -168px;
}




i.icon24{

  width: 24px;
	height:24px;

	background-image: url("../images/icons/uiSprite24.png");
}
i.icon.Off{
 background-position: center -126px;
}



/*----------- Ende Icons -------------*/



/*SearchForm*/

form#searchForm{
	/*width:500px;*/
	margin:0;
	padding:0;
	
	vertical-align:middle;
}

form#searchForm input,
form.searchForm input,
form#searchForm select,
form.searchForm select,
#searchForm #searchSubmit,
form.searchForm input.searchSubmit{
	border: 1px solid #A2A2A2;
	/*margin-right: 5px;*/
}


form#searchForm input,
form.searchForm input,
form#searchForm select,
form.searchForm select{
	padding:4px;
	vertical-align: middle;
}


form.searchForm select{
	padding:3px;
}


#searchForm #search{
	padding:5px;

}

.searchForm #searchSubmit{
	padding:3px;
}


form.searchForm .search,
#searchForm #search{
	border-right: none;
}



#searchForm #searchSubmit,
form.searchForm input.searchSubmit{
	height: 25px;

	position:relative; 
	left:-6px;
	border:1px solid #A2A2A2;
	
	background: #dcdcdc; /* Old browsers */

	color:#333333;
	cursor: pointer;
	border-left: none;
}

form.searchForm input.searchSubmit{
	height: 24px;
}




#searchForm #searchSubmit:hover,
.searchForm input.searchSubmit:hover{
	background: #ebebeb; 
}

/*-------- Begründungen ----------------*/


.balloonTop,
.balloonTopRight{
	padding: 10px 25px;
	position:relative;
	background-color: #dddddd;
	border-radius: 4px;
	width:76.7%;
	margin: 30px 0;
}

ul.InterviewMenue{
	position:absolute; 
	top: 10px; 
	right:10px;
}


ul.InterviewMenue li{
	display: inline;
	padding: 0;
}

ul.InterviewMenue li #interviewToggleBtn{
	float: right;
	margin: 0 0 0 3px;
}

ul.InterviewMenue li #interviewToggleBtn:hover{
	cursor: pointer;
}	

.delReasonButton{
	position:absolute; top: 10px; right:10px;
	background: none;

}

.allReasons div:nth-child(odd) {
	background-color: #a2a2a2;
	margin: 0;
}

.balloonTop:before,
.balloonTopRight:before{
		border-color: rgba(255, 0, 0, 0) rgba(221, 221, 221, 0) rgba(221, 221, 221, 1);
		border-style: solid;
		border-width: 12px;
		content: "";
		height: 0;
		margin-left: 0;
		position: absolute;
		top: -24px;
		width: 0;
}	


.balloonTopRight:before{
		right: 25px;
}


.allReasons div:nth-child(odd):before{
	border-color: rgba(162, 162, 162, 0) rgba(162, 162, 162, 0) rgba(162, 162, 162, 1);
}
/*--------------------------------------*/


/*-------- Für FireFox ----------------*/

@-moz-document url-prefix() {
	#searchForm #searchSubmit{
		height: 27px;
	}
	form.searchForm input.searchSubmit{
		height: 25px;
	}
}
/*-------------------------------------*/

/*.Home #searchForm #searchSubmit{
	background: #e9eefb;
}

.Home #searchForm #searchSubmit:hover{
	background: #6F8EDB;
}


.Verwaltung #searchForm #searchSubmit{
	background: #eff5ea;
}

.Verwaltung #searchForm #searchSubmit:hover{
	background: #68AD37;
}



.Tutoring #searchForm #searchSubmit{
	background: #fff7ed;
}
.Tutoring #searchForm #searchSubmit:hover{
	background: #E8AE38;
}


.CPM #searchForm #searchSubmit{
	background: #f1e9fa; 
}

.CPM #searchForm #searchSubmit:hover{
	background: #7824D1; 
	color: #ffffff;
}*/


.roundedRight { 
	border-radius: 0 5px 5px 0; 
	-moz-border-radius:0 5px 5px 0;  
	-webkit-border-radius: 0 5px 5px 0; 
}

.roundedLeft { 
	border-radius: 5px 0 0 5px; 
	-moz-border-radius: 5px 0 0 5px;  
	-webkit-border-radius: 5px 0 0 5px; 
}


.rounded{
	border-radius: 5px; 
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px;
}


div.backtoOverview{
	width: 30%;
	position: absolute;
	right: 0;
	top: 3px;
	/*border:1px solid #ff0000;*/
	text-align: right;
	
}



#myActionBar{
	background-color: #dcdcdc;
	border: 1px solid #a2a2a2;
	border-bottom: none;
  padding: 5px;

}


#myActionBar{
	background-color: #dcdcdc;
	border: 1px solid #a2a2a2;
	border-bottom: none;
  padding: 5px;

}


#myActionBarBottom{
	background-color: #dcdcdc;
	border: 1px solid #a2a2a2;
	border-top: none;
  padding: 5px;

}


#myActionBar ul,
#myActionBarBottom ul{
	margin:0px;
	padding: 0px;
}
#myActionBar ul li,
#myActionBarBottom ul li{
	display: inline-block;
	border-left: 1px solid #a2a2a2;
	padding: 0;
	padding-left: 5px;
	margin-right: 10px;
	list-style: none;
}

#myActionBar ul li:first-child,
#myActionBarBottom ul li:first-child{
		padding-left: 0px;
		border-left: none;	
}


#myActionBar ul li a,
#myActionBarBottom ul li a,
#myActionBar ul li span,
#myActionBarBottom ul li span,
div.backtoOverview a{
	vertical-align: top;
	padding: 0px 5px 0px 3px;;
	color: #333333;
	/*background-image:url(../images/icons/__add.gif);*/
}


#myActionBar.Home ul li a:hover,
#myActionBarBottom.Home ul li a:hover,
div.backtoOverview.Home a{
	color: #0190dc;
}


#myActionBar.CourseDetails ul li a:hover,
#myActionBarBottom.CourseDetails ul li a:hover,
div.backtoOverview.CourseDetails a:hover{
	color: #960002;
}


#myActionBar.Verwaltung ul li a:hover,
#myActionBarBottom.Verwaltung ul li a:hover,
div.backtoOverview.Verwaltung a:hover{
	color: #60a033;
}


#myActionBar.Tutoring ul li a:hover,
#myActionBarBottom.Tutoring ul li a:hover,
div.backtoOverview.Tutoring a:hover{
	color: #E58700; /*FFB04A*/
}

#myActionBar.CPM ul li a:hover,
#myActionBarBottom.CPM ul li a:hover,
div.backtoOverview.CPM a:hover{
	color: #7824d1;
}



#myActionBar ul li i.icon,
#myActionBarBottom ul li i.icon{
	height: 18px;
	width: 18px;
	background-repeat: no-repeat;
	background-position: left center;

}

#myActionBar ul li:hover  i.icon,
#myActionBarBottom ul li:hover  i.icon  {
	transition: all 0.2s ease-in 0s;
}

table.calender th{
	color: #4F4A4F;
}

table.calender th,
table.calender td{
	border: 1px solid #a2a2a2;
	border-left: none;
	border-top: none;
}

table.calender th:last-child,
table.calender td:last-child{
	border-right: none;
}

.shadowBottom {
    background-color: #bfd1db;
    /*height: 8px;
    width: 100%;*/
    position: relative;
    bottom: 0px;
    left: 0;
   /* z-index: 5;*/
    -webkit-box-shadow: 0px 3px 3px #636363;
    -moz-box-shadow: 0px 3px 3px #636363;
    box-shadow: 0px 3px 3px #636363;
}

.ui-datepicker-trigger{
		vertical-align:middle;
		margin-left: 5px;
	}
	
@media only print {
	#TopContentBannerHelp,
	#HandbuchWrapper,
	.backtoOverview,
	.TabBar{
		display: none;
	}
}

</style>

