/*GLOBAL STYLE RULES*/
	.cf:before, .cf:after {
	    content: " "; /* 1 */
	    display: table; /* 2 */
	}
	.cf:after {
	    clear: both;
	}
	.cf {
	    *zoom: 1;
	}
	body {
		position: relative;
	}
	.formMargin{	
	    margin: 30px;
	}
	.horizontalFormMargin{	
	    margin: 0 30px;
	}
	.boxSizeFix {
		box-sizing: border-box;
	}
	.formBox {
	    padding: 15px;
	    border: solid #f7f7f9 2px;
	    margin: 30px;
	}
	textarea.form-control {
		width: 100%;
		resize: vertical;
	}
	.formBox h2{
		margin-bottom: 30px;
	}
	.formBox h3{
		margin-bottom: 20px;
		margin-top: 0;
		line-height: 14px;
		font-size: 14px;
		border: none;
		font-weight: bold;
		color: #555;
		padding: 0;
	}
	.form-control{
		padding: 0px 6px;
		box-sizing: border-box;
	}
	.col-form-label{
		padding-top: 10px;
	}
	.form-check{
		margin-bottom: 7px;
	}
	.noPadding{
		padding: 0;
	}
	.form-bottom-margin{
		margin-bottom:17px;
	}
	.noMargin{
		margin: 0 !important;
	}
	.verticalFormMargin{
		margin:5px 0;
	}
	.floatRight{
		float: right;
	}
	ul.detailList{
		list-style-type: none;
		padding: 0;
	}
	.detailList li{
		border-bottom: 1px solid #ececec;
		margin: 10px 0;
	}
	.cleanOverflowtext{
		width: 100%;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		display: inline-block;
	}
/*SLIDER*/
	.slider{
		overflow: hidden;
		position: relative;
		height: 16.2em;
		border-bottom: 1px solid #aaa;
		width: 100%;
		max-width:none;
	}			
	.slider .badge {
		height: 13px;
	    width: 13px;
	    padding: 0;
	    display: inline-block;
	    text-align: center;
	    cursor: pointer;
	    border: 1px solid #fff;
	    border-radius: 50%;
	    background: none;
	    box-shadow: 0 0 10px rgba(0,0,0, 0.5);
	}
	.slider .badge.active{
		background-color: #fff;
	}
	.slider .badge:hover {
	    color: #000;
	    background-color: #fff;
	}
	.slider .arrowLeft{
		position: absolute;
		z-index: 2;
		left: 0;
		top: 50%;
		text-shadow: 0 0 10px rgba(0,0,0, 0.5);
		font-size: 30px;
		color: #fff;
		margin-top: -15px;
	    margin-left: 15px;
	    margin-right: 15px;
	    cursor: pointer;
	}
	.slider .arrowRight{
		position: absolute;
		z-index: 2;
		right: 0;
		top: 50%;
		text-shadow: 0 0 10px rgba(0,0,0, 0.5);
		font-size: 30px;
		color: #fff;
		margin-top: -15px;
	    margin-left: 15px;
	    margin-right: 15px;
	    cursor: pointer;
	}
	.slider .badgeBar{
		position: absolute;
	    bottom: 0;
	    text-align: center;
	    width: 100%;
	}
	.slider .mySlides {
		box-sizing: border-box;
		display:none;
		background-position: center,center;
		background-size: cover;
		height: 100%;
		-webkit-animation: opac 1.5s ;
		animation: opac 1.5s;
		padding-right: 303px;
	}
	.slider .mySlides .image{
		height: 100%;
		background-position: center,center;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.slider .mySlides .caption{
		padding-left:2em;
		padding-right:2em;
		border: none;
		box-sizing: border-box;
		position: absolute;
		right: 0;
		top: 0;
		width: 303px;
	}
	.slider .mySlides .col{
		padding: 0;
		height: 100%;
	}	

/*LMS CATALOG*/
	.courseLabel{
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		width: 100%;
		padding-right: 50px;
    	box-sizing: border-box;
    	display: block;
	}
	.navigationCol .advancedFilter .glyphicon{
		margin-right: 10px;

	}
	.navigationCol .advancedFilter, .courseEventBox .filter{
	    background-color: #eee;
    	padding: 15px;
    	border: 1px solid #cecece;
    	position: absolute;
    	top:100%;
    	z-index: 2;
    }
    .navigationCol .advancedFilter .form-group, .courseEventBox .filter .form-group{
    	padding: 0 15px;
    }
	.tile, .tileBanner {
		background-position: center center;
		background-size: cover;
		height: 170px;
		position: relative;
		border-width: 1px 1px 0 1px;
		border-style: solid;
		border-color:#ccc;
		overflow: hidden;
	}
	#coursePool .tileWrap, #coursePoolBanner .tileWrap{
		margin-top:10px;
		margin-bottom:10px;
		float: left;
		padding-left: 10px;
		padding-right: 10px;
	}
	#coursePool .tile, #coursePoolBanner .tileBanner{
		height: 9em;
	}
	#coursePool .title, #coursePool .tile, #coursePoolBanner.title, #coursePoolBanner.tile, #coursePoolBanner.tileBanner{
		cursor: pointer;
	}

	#coursePool a, #navigationPannel a, .slider a, #coursePoolBanner a{
		color: #555;
	}
	.nccLink {
		margin-top:15px;
		text-decoration: underline;
	}
	.tile .subscript, .tileBanner .subscript{
		font-weight: bold;
		text-transform: uppercase;
		color: #fff;
		background-color: #000;
		position: absolute;
		bottom: 0;
		width: 100%;
		padding: 7px;
		box-sizing: border-box;
		opacity: 0.8;
	}
	.caption{
		border: 1px solid #ccc;
		font-size: 0.9em;
		color: #666;
		padding: 0 1em;
		position: relative;
		background-color: #fff;
		height: 18em;
	}
	.caption .title{
		font-weight: bold;
		text-transform: uppercase;
		font-size: 1.1em;
		margin-top: 1em;
		margin-bottom: 1em;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.titleIcon{
		white-space: nowrap;
		font-size: 0.7em;
		margin:0px auto 0 auto;
		width: 100px;
		text-align: center;
		position:relative !important;
		padding: 5px 0; 
		color: #aaa; 
		text-transform: uppercase; 
		font-family: Roboto, Helvetica, Arial, sans-serif;
	}
	.caption .description {
		height: 5.6em;
		overflow: hidden;
		margin: 1em 0;
	}
	.caption .learningType {
		margin: 1em 0;
		font-weight: bold;
	}
	.tileWrap{
		margin:20px auto 20px auto;
		width: 280px;
		padding-left: 10px;
		padding-right: 10px; 
	}
	.caption .tags{
		margin: 1em 0;
		height: 4.8em;
		line-height: 2.4em;
		overflow: hidden;
	}
	.caption .tag{
		font-weight: bold;
		padding: 0.4em 0.5em;
		border-radius: 3px;
		background-color: #efefef;
		border: 1px solid #ccc;
	}
	#navigationPannel{
		padding-top: 20px;
	}
	#navigationPannel ul{
		box-shadow: inset 0 2px 5px #ccc;
		list-style-type: none;
		-webkit-padding-start: 0;
		margin-top: 0;
		margin-bottom: -1px;
	}
	#navigationPannel li{
		position: relative;
		padding: 10px;
		border-bottom: 1px solid #ccc;
		cursor: pointer;

	}
	#navigationPannel .badge{
		position: absolute;
		top: 8px; 
		right: 30px
	}
	#navigationPannel h3{
		font-weight: bold;
		font-size: 1em;
		padding: 10px;
		border: 1px solid #ccc;
		background-color: #fafafa;
		cursor: pointer;
		margin-top: 0;
		margin-bottom:  -1px;
		position: relative;
	}
	#coursePool, #coursePoolBanner {
		box-sizing: border-box;
		padding: 10px;
		background-color: #efefef;
	}
	.navigationCol{
		padding-top: 30px;
		box-sizing: border-box;
		border-right: 1px solid #ccc;
	}
	.navigationCol .collapsed{
		width: 0;
	}
	.nav-indicator{
		position: absolute;
		font-size: 12pt;
		right: 10px;
    	top: 10px;
	}
	.subscript {
		white-space:nowrap;
		overflow:hidden;
		text-overflow: ellipsis;
	}
	.pullout {
		cursor: pointer;
		position: absolute;
	    top: 30px;
	    left: 100%;
	    z-index: 1;
	    background-color: #fff;
	    padding:15px 5px 15px 0;
	    -webkit-border-top-right-radius: 3px;
		-webkit-border-bottom-right-radius: 3px;
		-moz-border-radius-topright: 3px;
		-moz-border-radius-bottomright: 3px;
		border-top-right-radius: 3px;
		border-bottom-right-radius: 3px;
		border-top: 1px solid #ccc;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
	.NCCRequired{font-weight:600;border-top:2px dotted #ccc;border-bottom:2px dotted #ccc;padding-top:15px;}
	.NCCRequired input/*, .NCCRequired textarea*/{font-weight:normal;}
	.NCCRequired input:required{border:1px solid red;}
	.NCCRequired input:focus, .NCCRequired textarea:focus{border: 1px solid #ccc;}
	.NCCRequired input:invalid{border:1px solid red;}
	.NCCRequired input:valid, .NCCRequired textarea:valid{border: 1px solid #ccc;}

	input:required, textarea:required, select required{border:1px solid red;}
	input:focus,  textarea:focus{border: 1px solid #ccc;}
	input:invalid{border:1px solid red;}
	input:valid,  textarea:valid{border: 1px solid #ccc;}

	/*.NCCRequired input:valid, .NCCRequired textarea:valid{border: 1px solid green;}*/
/*SLIDE PANNEL*/
	.pannel{
		width: 100%;
		min-height: 100%;
		position: absolute;
		top: 0;
		left: -100%;
		margin-left: 3.5em;
		padding-right: 3.5em;
		box-sizing: border-box;
		transition: left 1s , margin-left 0.5s;
		box-shadow: 1px 0 2px #ccc;
		background-color: #fff;
	}
	.pannel > .handler{
		width: 3.5em;
		height: 100%;
		position:absolute;
		top: 0;
		right: 0;
		cursor: pointer;
		border: 1px solid #ccc;
		background-color: #fafafa;
		box-sizing: border-box;
		color: #555;
		padding: 10px;
		font-weight: bold;
		font-size: 1em;
	}
	.pannel > .handler > span {
		position: fixed;
    	top: 15px;
	}
	.pannel.open{
		left:0;
		margin-left: 0;
	}
	.pannel > .handler > a {
		top:40px;
		display: block;
		transform: rotate(90deg);
		transform-origin: left bottom;
		min-width: 400px;
		position: fixed;
		text-decoration: underline;
		letter-spacing: 0.1em;
	}
	.pannel iframe{
		width: 100%;
		min-height: 100%;
	}
	#courseinfo {
		margin-left: 3em;
	}
	.pannel.pannel-2{
		margin-left: 6em;
	}
	.pannel.pannel-1.open{
		margin-left:-7em;
		padding-left: 7em;
	}
	.pannel.pannel-2.open{
		margin-left:-3.5em;
		padding-left: 7em;
	}

/*NEEDS CLEANUP*/
	.portret{
		text-align: center;
		margin-bottom: 25px;
	}
	textarea{
		width:100%;
		resize: vertical;
		overflow: auto;
		box-sizing: border-box;
	}
	h2{
		font-weight: bold;
	    font-size: 1em;
	    padding: 10px;
	    border: 1px solid #ccc;
	    background-color: #fafafa;
	    margin-top: 0;
	    color: #555;
	    line-height: 1em;
	    background-image: none;
	}
	.inlineNumbox{
		box-shadow: none;
	    border: 1px solid #ccc;
	    border-radius: 4px;
	    margin: 0 3px;
	    width: 2.7em;
	    padding: 0px 0px 0px 7px;
	}
	.classgrey{
		background-color:#a8a8a8 !important;
	}
	.courseAttachments {padding:0 0 0 0;list-style:none;}
	.courseAttachments li {/*height:20px;*/background-color:#f5f5f5;background-position:8px 6px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;margin:10px 0;padding-left:26px;border:1px solid #e8e8e8;}
	.courseAttachments li.deleteThis, .courseAttachments li.deleteThisConfirm {border:1px solid red;background-color:#fff;} 
	.courseAttachments li a {color:#373737;}
	.courseAttachments li a:hover {color:#0070BA;}
	.courseAttachments li .doctitle {display:block;padding:6px;line-height:16px;}
	.courseAttachments li .doctitle {display:block;padding:6px;line-height:16px;}
	.courseAttachments li .delete {display:block;float:right;width:20px;height:16px;padding-right:6px;padding:6px;}
	.courseAttachments li .delete2 {display:block;float:right;width:20px;height:16px;padding-right:6px;padding:6px;}
	.courseAttachments li .confirmDelete {display:block;padding:6px;line-height:16px;text-align:right;}
	.courseAttachments li .confirmDelete input[type="button"] {padding:0 5px;margin:0 1px;font-family:"Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;font-size:11px;font-weight:bold;color:#fff;height:20px;width:auto;line-height:20px;border:0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background:url('../images/bg_button.gif') #494949;}
	.courseAttachments li .confirmDelete input[type="button"]:first-child {padding:0 8px;margin:0 0 0 8px;font-family:"Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;font-size:11px;font-weight:bold;color:#fff;height:20px;width:auto;line-height:20px;border:0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background:url('../images/bg_button.gif') #494949;}
	.courseAttachments li .confirmDelete input:hover[type="button"] {border:0;background-image:url('../images/bg_button_hover.gif')}
/*
	.courseAttachments li .confirmDelete input[type="button"] {padding:0 5px;margin:0 1px;font-family:"Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;font-size:11px;font-weight:bold;color:#fff;height:20px;width:auto;line-height:20px;border:0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background:url('../../../../images/bg_button.gif') #494949;}
	.courseAttachments li .confirmDelete input[type="button"]:first-child {padding:0 8px;margin:0 0 0 8px;font-family:"Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;font-size:11px;font-weight:bold;color:#fff;height:20px;width:auto;line-height:20px;border:0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background:url('../../../../images/bg_button.gif') #494949;}
	.courseAttachments li .confirmDelete input:hover[type="button"] {border:0;background-image:url('../../../../images/bg_button_hover.gif')}
*/	
/*MEDIA QUERRIES*/
	@media print { 
		.noPrint {
			display: none;
		}
		.noUrlPrint:after {
			content: none !important;
		}
	}

.navArrow{
	position: absolute;
	top:0;
	width: 50px;
	height: 100%;
	background: #f8f8f8;
	border: solid #e7e7e7 1px;
	line-height: 100%;
	text-align: center;
	color: #666;
	cursor: pointer;
}
.navArrow .arrowIcon{
    position: fixed;
		top: 50%;
	margin-right: 15px;
	margin-left: 15px;
}
.navArrow.leftNavArrow{
	left: 0;
}
.navArrow.rightNavArrow{
	right: 0;
}
.arrowMenuContentWrap{
	margin: 2px 55px;
}
body:before, body:after {
    content: " ";
    display: table;
}
	

/*BEGIN MENU*****************************************************/
	.progress{
		margin: 0;
	}
	header{
		background-color: #fff;
		z-index: 2;
		position: relative;
	}
	header .progress{
		margin: 15px 0;
	}
	header .changeDateLabel{
		margin-bottom: 5px;
		font-size: 13px;
		color: #555;
	}
	header .changeDateLabel .glyphicon{
		width: 10px;
		height: 10px;
		font-size: 10px;
	}
	.banner{
		width: 100%;
		display: block;
		border-top:1px solid #ccc;
		border-bottom:1px solid #ccc;
	}
	.boxSizeFix {
		box-sizing: border-box;
	}
	#logo{
		z-index: 1;
		margin: 0 ;
		height: 84px;
		border-color: #fff;
		background-image: url("../img/logo.gif");
		background-repeat:  no-repeat;
		background-size: contain;
	}
	.navbar{
		z-index: 1;
		margin: 0;
	}
	.navCard {
		padding: 15px;
		border: solid #e7e7e7 1px;
		margin: 30px 15px;
		background-color: #fff;
		border-radius: 5px;
		cursor: pointer;
	}
	.navCard:hover , .navCard.active{
		background-color: #e0e0e0;
		border: solid #ccc 1px;
		box-shadow: 0 0 7px #e0e0e0;
	}
	.navCard:hover h2, .navCard.active h2{
		background-color: #e0e0e0;
	}
	.navCard .glyphicon{
		font-size: 1em;
		height: auto;
		width: auto;
	}
	.navArrow{
		position: absolute;
		top:0;
		width: 50px;
		height: 100%;
		background: #f8f8f8;
		border: solid #e7e7e7 1px;
		line-height: 100%;
		text-align: center;
		color: #666;
		cursor: pointer;
	}
	.navArrow .arrowIcon{
		position: fixed;
			top: 50%;
		margin-right: 15px;
		margin-left: 15px;
	}
	.navArrow.leftNavArrow{
		left: 0;
	}
	.navArrow.rightNavArrow{
		right: 0;
	}
	.navCard h2 {
		position: relative;
		display: inline-block;
		background-color: #fff;
		font-size: 1em;
		border: none;
		margin: 0;
		width: 100%;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		padding: 0 20px 0 0;
		box-sizing: border-box;
		line-height: 1.1em;
	}
	.navCard h2 .titleArrow{
		position: absolute;
		right: 0;
	}
	.navCard a:not(.warning){
		display: block;
		text-align: right;
		text-decoration: underline;
	}
	.navCard h3 {
		margin-bottom: 20px;
		margin-top: 0;
		line-height: 14px;
		font-size: 14px;
		border: none;
		font-weight: bold;
		color: #555;
	}
	.content{
		position: relative;
		padding: 0;
	}
	.vertMenu{
		background: #f8f8f8;
		border: solid #e7e7e7 1px;
		transition: margin-top 1s;
		z-index: 1;
		min-height:100%;
	}
	.form-control {
		padding: 0px 6px;
		max-width: 100%;
	}

	.col-form-label {
		padding-top: 10px;
	}

	.form-check {
		margin-bottom: 7px;
	}

	.noPadding {
		padding: 0;
	}

	h2 {
		font-weight: bold;
		font-size: 1em;
		padding: 10px;
		border: 1px solid #ccc;
		background-color: #fafafa;
		margin-top: 0;
		color: #555;
		line-height: 1em;
		background-image: none;
	}

	.inlineNumbox {
		box-shadow: none;
		border: 1px solid #ccc;
		border-radius: 4px;
		margin: 0 3px;
		width: 2.7em;
		padding: 0px 0px 0px 7px;
	}

	.classgrey {
		background-color: #a8a8a8 !important;
	}

	.cf:before,
	.cf:after {
		content: " ";
	 /* 1 */
		display: table;
	 /* 2 */
	}

	.cf:after {
		clear: both;
	}

	/**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
	.cf {
		*zoom: 1;
	}

	body {
		position: relative;
		min-height:100%;
	}

	.pannel {
		width: 100%;
		min-height: 100%;
		position: absolute;
		top: 0;
		left: -100%;
		margin-left: 3em;
		padding-right: 3em;
		box-sizing: border-box;
		transition: left 1s , margin-left 0.5s;
		box-shadow: 1px 0 2px #ccc;
		background-color: #fff;
	}

	.pannel > .handler {
		width: 3em;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		cursor: pointer;
		border: 1px solid #ccc;
		background-color: #fafafa;
		box-sizing: border-box;
		color: #555;
		padding: 10px;
		font-weight: bold;
		font-size: 1em;
	}

	.pannel.open {
		left: 0;
		margin-left: 0;
	}

	.pannel iframe {
		width: 100%;
		min-height: 100%;
	}

	#courseinfo {
		margin-left: 3em;
	}
	.logout{
		position: absolute;
		right: 20px;
		top: 20px;
	}
	/* Small Devices, Tablets */
	@media only screen and (min-width : 768px) {
		.navbar-toggle { display: none;}
		.sm-hidden { display: none;}
	}
	@media only screen and (max-width : 768px) {
		.vertMenu{ 
			margin-top: -140%;
		}
		.vertMenu.open{
			height: auto;
			margin-top: 0;
		}
	}
	

/*END MENU*****************************************************/
/*begin TAGS overwrite*****************************************************/
#interessetags, #addable_tags {max-width:none;padding:0;margin-top:10px;}
/*end TAGS overwrite*****************************************************/


.ntf_error {
	position:relative;
	margin:25px 0;
	background:url('../images/ntf_error.png') 8px 4px no-repeat #ffdcdb;
	border:1px solid #e7a2a1;
	min-height:34px;
}

