
.no-hover:hover {
	text-decoration: none;
}

[data-region="blocks-column"]{width:100%;}

.label-required {
	position:absolute;
	background-color: #fff;
	color: #000;
	font-size: 11px;
	padding:10px;
	top: 20px;

}

.form-group {
	margin-right: 10px;
	background-color: #eee;
	padding: 10px!important;
}


.faros_courses--card {
	padding: 5px;
	margin-bottom: 30px;
}

.faros_courses--filters {
	padding-bottom: 30px;
}

.faros_courses--image {
	height:200px;
	background-size:cover;
	background-position:center;
}

.faros_courses--card-content{
	padding:20px 10px;
	height: 100%!important;
	min-height:160px;
}

.faros-courses--info-trigger {
	position: absolute;
	right: 1px;
	bottom: 1px;

	padding: 5px 10px;

	z-index: 11;
}

.js-course-info {
	z-index: 10;
	background-color: #fff;
	padding: 20px 10px;

	position: absolute;
	top: 0px;
	left: 0px;

	width: 100%;
	height: 100%;

	text-decoration: none;

	overflow: hidden;
}

.fade-overlay {
	
	position: absolute;
	bottom: 0px;
	height: 60%;
	width: 100%;

	background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
}

.odd-even-background:nth-child(odd){background-color:#eee;}


.faros_courses--custom-modal {
	position: absolute;
}

.faros_courses--modal-content {

	z-index: 1050;
	position: fixed;
	width: 50vw;

	margin: auto;
	top: 150px;
	left: 25vw;

	max-width: 95vw;
	min-height: 200px;
	padding: 30px;

	background: #fff;
}

.faros_courses--modal-content .js-modal-content * {

	position: relative!important;
	display: block!important;
		
	min-height: 0px!important;
	height: auto!important;
	margin-top: 10px;
	margin-bottom: 10px;	

}

/*
.faros_courses--modal-content::after {

	display: block;
	content: "";
	width: 100px;
	height: 100px;
	margin: auto!important;
	position: relative;
	bottom: -40px;
	z-index: 1000;
	background-color: white;
	transform: rotateY(0deg) rotate(45deg);
}
*/

.faros_courses--overlay {
	background-color: rgba(0,0,0,0.3);
	position:fixed;
	top:0px;
	left:0px;
	height:99999px;
	width:99999px;
	z-index:1050;
}

.faros_courses--modal-image{
	max-width: 100%;
}

.faros_courses--summary{ 
	overflow: hidden;

	text-overflow: ellipsis;
	word-wrap: break-word;
	overflow: hidden;
	height: 2.8em;
	line-height: 1.4em;
	margin-bottom: 10px;
}



.faros_courses--modal-controls {
	position: absolute;
	width: 100%; 
	bottom: 20px;

	z-index: 1050;
}

.faros_courses--modal-controls .btn {
	margin-left: 10px;
	margin-right: 10px;
}

.label-completion{
	position: absolute;
	padding: 5px 10px;
	top: 0px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;

	height: 32px;
	width: 100%;
}

.label-completion--not-completed{
	background-color: rgba(255,255,0,0.5);
	color: #fff;
}

.label-completion--completed{
	background-color: rgba(0,255,0,0.5);
	color: #fff;
}

.label-completion--not-started{
	background-color: rgba(200,200,200,0.5);
	color: #fff;
}


.slick-next,.slick-prev {
	background:rgba(150,150,205,0.5);
	height:100px;
	width:40px;
	z-index:1000;
}

.courses_slider--no-items {
	display: none;
}

.faros_courses--additional_1 {
	min-height:100px;
}

.faros_courses--additional_2 {

	position: absolute;
	bottom: 10px;

}

.width-auto {
	width: auto!important;
}


.hide_description .faros_courses--summary{
    display: none;
}

.cat_button_selected{
    border: 1px solid #808080;
}

@media screen and (max-width: 600px){
	.faros_courses--modal-content {
		top: 10px;
		min-height: 200px;
		max-height: 95vh;
	}	
}