/* @override
	http://elw.local/css/elw20/cursusinfopopup.css
	http://elw.local/css/elw20/cursusinfopopup.css?*
	http://elw.test/css/elw20/cursusinfopopup.css?* */

#course-info-complete, #new-user-complete {
    display: none;
    z-index: 9999999;
}

.p-overlay {
    background-color: #000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.7;
    z-index:9;
}

/*.course-infobox {
    position: absolute;
    width: 820px;
    height: 500px;
    border: 1px solid #000;
    left: 50%;
    margin-left: -410px;
    top: 50px;
    background-color: #fff;
	z-index: 9;
}*/
.course-infobox {
	width: 820px;
	height: 500px;
	  /*max-height: calc(100% - 100px);*/
	position: fixed;
	top: 300px;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9;
	background-color: #fff;
}

.coursebox-picture {
    /*background-image:url("picture-1.jpg");*/
    background-size: cover;
    width: 820px;
    height: 500px;
    position: absolute;
}
@media (min-height: 650px) {
	.course-infobox-expanded {
		height: 600px;
		top: 300px;
	}

	.coursebox-picture-expanded {
		height: 600px;
	}

	.infobox-info-expanded {
		height: 400px;
	}
}
@media (min-height: 850px) {
	.course-infobox-expanded {
		height: 750px;
		top: 400px;
	}

	.coursebox-picture-expanded {
		height: 700px;
	}

	.infobox-info-expanded {
		height: 500px;
	}
}



.close-triangle {
    position: relative;
    float: right;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50px 50px 0;
    border-color: transparent #efefef transparent transparent;
    color: #000;
    font-family: arial;
    cursor: pointer;
}

.close-triangle:hover {
    border-color: transparent #fff transparent transparent;
}

.close-triangle > span {
    font-size: 28px;
    position: relative;
    font-weight: bold;
    right: -28px;
    top: -3px
}

.infobox-info {
    position: absolute;
    width: 820px;
    height: 300px;
    background-color: #fff;
    opacity: .8;
    bottom: 0;
	overflow:hidden;
     overflow-y: auto;
}


.p-bannerlogo {
    background-image: url('/img/img20/elwcursus.png');
    background-size: cover;
    width: 40px;
    height: 40px;
    margin-top: 20px;
    margin-left: 50px;
    opacity: .2;
    float: left;
}

.p-cursustitel {
    font-family: font_c;
    font-size: 1.5em !important;
    position: relative;
    top: 20px;
	width: 650px;
	height: 40px;
	overflow: hidden;
    font-size: 25px;
    right: 50px;
    float:right;
}

.course-metadata {
    position: relative;
    top: 80px;
	opacity: .8;
}

.course-metadata-images > img {
    position: absolute;
}

.course-metadata-images > img:nth-child(1) {
    left: 40px;
}

.course-metadata-images > img:nth-child(2) {
    left: 180px
}

.course-metadata-images > img:nth-child(3) {
    left: 300px
}

.course-metadata-labels > label {
    top: 2px;
    font-size: 12px;
    position: absolute;
    font-weight: 700;
}

.course-metadata-labels > label:nth-child(1) {
    left: 70px;
}

.course-metadata-labels > label:nth-child(2) {
    left: 210px;
}

.course-metadata-labels > label:nth-child(3) {
    left: 330px;
}

.course-metadata-labels > label:nth-child(4) {
    left: 70px;
	top: 23px;
}

.course-short-decription {
    position: absolute;
    top: 120px;
    padding: 0 30px;
}

.course-long-decription {
    position: absolute;
    top: 120px;
    padding: 0 30px;
    /* height: 180px; */
    overflow: auto;
}

.training-short-decription {
    position: absolute;
    top: 140px;
    padding: 0 30px;
}
.cususpopup-botton-holder {
	position: absolute;
	width: 200px;
	height: 40px;
	/*background-color: red;*/
	right: 20px;
	bottom: 30px;

}
.courseinfo-btn {
    position: relative;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    cursor: pointer;
	right: 0px;
	text-align: right;
}
.courseinfo-more {
    /*bottom: 50px;*/
}

.courseinfo-follow {
	/*bottom: 30px;*/
}
.courseinfo-create-account {
    /*bottom: 5px;*/
}

.btn-like{
    margin-top:0;
    position:relative;
    z-index: 10;
}
.btn-like-thumb{
    font-size:2em;
    position: absolute;
    top:9px;
    left:9px;
}
.likes-holder {
    float: right;
    margin-right: 10px;
    margin-top: 20px;
    position: relative;
}
.likes-count {
    position: absolute;
    color: #fff;
    width: 200px;
    text-align: center;
    top: 25px;
    font-size: 0.8em;
    right: -80px;
    z-index: 2222;
    cursor:pointer;
    /*background-color: #000;*/
}
.likes-count > span > ul {
    list-style: none;
    background-color: #000;
    border: 1px solid #fff;
    border-radius: 5px;
    float: left;
    padding: 10px 20px;
    margin-left: 35px;
    margin-top: 25px;
}

.like-likers-info {
	position: absolute;
	background-color: #000;
	border: 1px solid #fff;
	border-radius: 4px;
	width: 250px;
	top: -9px;
	right: 132px;
	opacity: .3;
}
.like-likers-info:hover {
	opacity: .6;
}
.likers-list{
    max-height:20px;
    opacity:0;
    visibility: hidden;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}
.like-likers-info:hover + .likers-list {
    max-height:1000px;
    opacity:1;
    visibility: visible;
}

.trainingdetails {
	margin-top: 25px;
	/*border: 1px solid #000;*/
}

.trainingdetails > table{
	font-size: 12px;
}

.training-documenten {
	margin-top: 20px;
}
.training-documenten td {
	font-weight: normal;
}

/*LOGIN*/

#new-user {
	position: absolute;
	top: 50px;
	width: 700px;
	background-color: #fff;
	/*border-radius: 10px;*/
	border: 2px solid maroon;
	left: 50%;
	margin-left: -350px;
	padding:20px;
    z-index:100;
}

.aanmeld-header {
	color: 555;
}
.aanmeld-header h3 {
	color: #555;
	float: left;
	margin-right: 20px;
}
.aanmeld-header label {
	color: #555;
	margin-top: 7px;
	font-size:1.1em;
}

.invalid-form-control {
	border: 1px solid #ff0088;
}
.my-help-block {
	opacity:.5;
	color: #ff0088;
	font-size: .9em;;
}
.my-alert-danger {
	border: 1px solid #ff0088;
	padding: 10px;
	color: #ff0088;
	border-radius: 10px;
}
.my-alert-success {
	border: 1px solid #2eb40d;
	padding: 10px;
	color: #2eb40d;
	border-radius: 10px;
}

/* Tooltip text */
.course-tooltiptext {
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    font-size: 12px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 100000000;
    top:0px;
    left:50px;
    width:750px;
}
.themeday-attention {
	font-size: 16px;
	padding:10px;
	border: 3px solid #ff5500;
	width: 85%;
	position: relative;
	top: -20px;
	border-radius: 5px;;
}

/*****THEMEDAY POPUP */

#themeday-rounds-sessions {
	position: relative;
	display: none;
}
.themeday-popup {
	position: fixed;
	z-index: 99;
	top: 375px;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9;
	background-color: #fff;
	/*width: 950px;*/
	/*left: 50%;*/
	/*margin-left: -475px;*/
	/*top: 20px;*/
	overflow:hidden
}

.rounds-counter {
	margin-left: 30px;
	display: block;
	margin-top: 20px;
}
.rounds-counter div {
	float: left;
	padding: 2px 10px;
	color:#fff;
	font-weight: bold;
	margin-left:-4px;
	text-align: center;
	font-size: .9em;
	cursor: pointer;
}
.rounds-counter div.is-not-participant {
	background-color: rgba(224, 34, 34, 0.97);
	border: 4px solid #bb0404;
}
.rounds-counter div.is-participant {
	background-color: green;
	border: 4px solid #448122;
}
.rounds-counter div.selected-themeround {
	box-shadow: 0px 3px 5px #444;
}
.themdayrounds-slider {
	position: relative;
	width: 1000px;
	height: 600px;
	overflow: auto;
	margin-top: 90px;
	margin-bottom:20px
}
@media (max-height: 780px){
	.themdayrounds-slider{
		height: 400px;
	}
	.themeday-popup{
		top:260px;
	}
}
@media (max-height: 570px) {
	.themdayrounds-slider{
		height: 300px;
	}
	.themeday-popup{
		top:210px;
	}

}
.themeday-content {
	padding: 20px;
	width: 900px;
	float: left;
	position: absolute;
	background-color: #ebebeb;
	left: 25px;
}
.no-more-seats {
	color: red;
	position: absolute;
	top:60px;
	left: 15%;
	/*right: 0;*/
	transform: rotate(-20deg);
	font-size: 8em;
	opacity: .2;
}
.themeday-session {
	border-top: 3px solid #b2b2b2;
	padding-top: 30px;
	padding-bottom: 10px;
	position: relative;
}
.themesession-title {
	font-size:1.2em;
	font-weight: bold;
}
.themeday-session hr {
	margin: 5px 0 20px;
	border-color: #ddd;
}
.themeday-session .control-label {
	text-align: right;
}
.fade-in {
  visibility: visible;
  opacity: 1;
  transition: opacity 1s linear;
}

.fade-out {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.5s, opacity 0.5s linear;
}
#themeday-notification {
	width: 500px;
	position: absolute;
	background-color: #fff;
	left: 50%;
	margin-left: -250px;
	border: 1px solid #b2b2b2;
	border-radius: 0 0 5px 5px;
	padding: 20px;
	z-index: 10;
	top: -150px;
	box-shadow: 3px 3px 10px #aaa;
}
#themeday-notification p {
	line-height: 1.5em;
	font-size: 1.5em;
	text-align: center;
}

.session-image {
	position: absolute;
	top: 10px;
	right: 0;
	max-height: 100px;
	z-index: 100;
	max-width: 135px;
}











