@import url("https://use.fontawesome.com/releases/v5.4.2/css/all.css");


body, html {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: arial;
	color: #232323;
	background-color: #f4f5f5;
}
.content {
	width: 80%;
	min-width: 360px;
	margin:60px auto;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.package {
	margin-top: 1em;
}
.content h2 .noPackages,.choosePackage{
    margin-left: 5%;
    margin-bottom: 1em;
}
.mainlist{
	margin:0 5% 50px 5%;
}
.mainlist .learningPath{
	height: 190px;
	min-width: 200px;
	border-radius: 5px;
	margin: 20px;
	padding: 20px;
	-webkit-box-shadow: 5px 5px 8px #ccc;
	        box-shadow: 5px 5px 8px #ccc;
	cursor: pointer;
	overflow-y: hidden;
	background-color: white;
	position: relative;
}
.mainlist .learningPath .title {
	height:40px;
	line-height: 20px;
	cursor: pointer;
	margin:0px 0px 10px 0px;
	overflow: hidden;
}
.mainlist .learningPath .title:hover{
	color:#006699;
}
.mainlist .learningPath img{
	width: 15%;
	position: absolute;
	top: 60px;
	right: 20px;
	max-width: 120px;
	max-height: 120px;
}
.mainlist .learningPath .info{
	padding-left: 10px;
	margin:0 0 20px 0;
	height:20px;
	line-height: 20px;
	white-space: nowrap;
	overflow: hidden;
}
.mainlist .learningPath .description{
	height: 100px;
	width: 80%;
	line-height: 20px;
	padding-left: 10px;
	margin:0 0 10px 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	display: box;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.main-link{
	color: #00A7BF;
	text-decoration: none;
}
.main-link-icon{
	margin-left: 5px;
	font-size: 20px;
	vertical-align: text-bottom;
}

.item {
	position: relative;
	margin-bottom: 2em;
	padding-top: 2em;
	border-top: 1px solid #ccc;

	transition: 0.5s -webkit-filter linear;

	-o-transition: 0.5s filter linear;

	transition: 0.5s filter linear;

	transition: 0.5s filter linear, 0.5s -webkit-filter linear;
	-webkit-transition: 0.5s -webkit-filter linear;
	-o-transition: 0.5s -o-filter linear;

	transition: 0.5s opacity linear;
	-webkit-transition: 0.5s opacity linear;
	-moz-transition: 0.5s opacity linear;
	-ms-transition: 0.5s opacity linear;
	-o-transition: 0.5s opacity linear;
}
.playermode.item {
	border-top: none;
}
.item .main {
	position: relative;
	margin-bottom: 3px;
	cursor: pointer;
}
.item .main,
.item .ul {
	margin-left: 0px;
}
ul {
	padding: 0;
	margin: 0;
}

.item .player {
	margin: 0 0 0 0;
}
.item .icon {
	left: 10px;
	top: 0px;
	border-radius: 0px;
	position: absolute;
	font-size: 28px;
	line-height: 28px;
	height: 28px;
}
.item h3{
	padding: 0;
	margin: 0;
	line-height: 28px;
	margin-left: 45px;
}
.item p{
	margin: 10px 0 10px 45px;
	font-size: 15px;
	line-height: 15px;
	vertical-align: top;
}

/*add style to video description and link*/
.item .video_description {
	font-size: 15px;
    color: #000;
}
.item .description_links{
    margin-left: 45px;
    font-size: 15px;
}
.item .description_links a{
	color: #00A7BF;
}
.item .subtitle{
	font-weight: 600;
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 5px;
}

.item .ul {
	margin-left: 0px;
}
.item .li {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0;
	margin-top: 3px;
	margin-left: 45px;
	font-size: 12px;
	cursor: pointer;
	position: relative;
	list-style-type: none;
}
.item .li .intend {
	width: 10px;
	display: inline-block;
}
.item .li .time{
	position: absolute;
	right: 10px;
	background-color: #232323;
	color: #FFF;
	padding: 2px 5px;
	top: 3px;
	border-radius: 2px;
}
.item .progress {
	border: 1px solid #c9c9c9;
	width: 100px;
	height: 5px;
	border-radius: 9999px;
	padding: 0;
	margin-left: 5px;
	margin-bottom: 2px;
	position: relative;
	display: inline-block;
}
.item .position {
	min-width: 0px;
	height: 5px;
	background: #f63;
	display: inline-block;
	border-radius: 9999px;
	position: absolute;
	left: 0;
	top: 0;
}
.header {
	background-color: #000;
	color: #fff;
	font-size: 16px;
	position: relative;
	height: 80px;
	width:100%;
	min-width: 360px;
}

.header .home {
	height: 80px;
	font-size: 20px;
	cursor: pointer;
	position: absolute;
	left: 20px;
}
/* .header .home i {
	display: block;
	margin: 14px 0 0 14px;
}
.header .home span {
	display: block;
	position: absolute;
	top: 15px;
	left: 15px;
} */
.header .home img {
	display: block;
    max-width: 150px;
    min-width: 80px;
    max-height: 50px;
	position: absolute;
	top: 50%;
	left: 0px;
	-webkit-transform: translate(0,-50%);
	    -ms-transform: translate(0,-50%);
	        transform: translate(0,-50%);
}
/* .header .breadcrumb {
	position: absolute;
	right: 60px;
	top: 12px;
	font-size: 14px;
}
.header .breadcrumb h4 {
	font-size: 12px;
	margin: 0px;
	padding: 0;
	font-weight: normal;
	text-align: right;
	text-transform: capitalize;
} */
.nav{
	position: absolute;
	top: 0;
	right: 0;
	height: 80px;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
/* common style for category, setLanguage, profile */
.category,.profile,.setLanguage{
	height: 80px;
	margin: 0;
	padding: 0;
	font-size: 20px;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.nav-btn{
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	text-align: center;
	color: white;
	border-radius: 5px;
	padding: 0 10px;
}
.category:hover .nav-btn,.profile:hover .nav-btn{
	background-color: #00A7BF;
}
.nav-li{
	width: 180px;
	line-height: 35px;
	cursor: pointer;
	text-transform: capitalize;
	font-size: 16px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.nav-icon{
    font-size:1em;
    color:white;
	display: inline-block;
	margin:0 10px;
}
.nav-li:hover .nav-icon{
	color: #00A7BF;
}
.header .profile{
	position: relative;
}
.header.unauthenticated .profile{
	font-size: 25px;
	height: 80px;
	line-height: 80px;
	position: absolute;
	right: 20px;
	top: 0;
}
.header.unauthenticated .profile:hover{
	background-color: transparent;
}
.header .menu {
	width:180px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
    background-color: black;
	font-size: 16px;
    color:white;
    position: absolute;
    top: 80px;
	left: 0;
	padding: 5px 0;
	z-index: 3;
    text-transform: capitalize;
	text-align: left;
	display: none;
}

.goto{
	cursor: pointer;
}
.goto:hover{
	color: #00A7BF;
}

.setLanguage{
	margin-right: 10px;
}
.language-item{
	width: 40px;
	height: 40px;
	cursor: pointer;
}
.fi-lang-btn{
	background: no-repeat black url(../img/icon/finland-flag.png) center/20px;
}
.en-lang-btn{
	background: no-repeat black url(../img/icon/UK-flag.png) center/20px;
}

.category{
	position: relative;
}
.categoryContainer{
	position: absolute;
	top: 80px;
	left: 0px;
	padding: 5px 0;
	background-color: black;
	color: white;
	width: 180px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	z-index:3;
	display: none;
}
.categoryContainer ul{
	list-style-type: none;
}
.mainCategoryList{
	padding-left: 10px;
}
.mainCategoryList:hover,.category-item:hover{
	color: #00A7BF;
}
.subcategory-container .category-item{
	font-size: 14px;
	padding-left: 30px;
	line-height: 30px;
	text-transform: capitalize;
}
.clear{
    clear: both;
}

.search{
	position: absolute;
	top:20px;
	left:50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	height: 40px;
	width: 270px;
	background-color: #fff;
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
}

.search input{
	outline: none;
	border: none;
	padding: 2px 10px;
	height: 36px;
	font-size: 16px;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	border-radius: 5px 0 0 5px;
}
.search button {
	height: 40px;
	line-height: 40px;
    font-size: 20px;
	padding: 0 10px;
	display: block;
    background-color: #00A7BF;
    color:white;
	outline: none;
	border: none;
	cursor: pointer;
	text-align: center;
	-webkit-box-flex: 0;
	    -ms-flex: 0;
	        flex: 0;
	border-radius: 0 5px 5px 0;
}

.search button:disabled {
	cursor: not-allowed;
	background-color: #ccc;
}

#back-to-top-btn{
	position: fixed;
	right: 30px;
	bottom: 30px;
	font-size: 40px;
	width: 50px;
	height: 50px;
	padding: 0px;
	background-color: transparent;
	color:  #00A7BF;
	cursor: pointer;
	outline: none;
	border: none;
	text-align: center;
	z-index: 100;
	display: none;
}

.item .cover {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	cursor: default;
	padding-bottom: 1em;
	z-index: 1;
	display: none;
}
.footer {
	width: 100%;
	min-width: 360px;
	/* margin: 0 auto; */
	color: white;
	margin-top: 5em;
	/* border-top: 1px solid #c9c9c9; */
	background-color: black;
	text-align: center;
	font-size: 14px;
	padding-bottom: 20px;
	padding-top: 20px;
}
.fixed-footer{
	position: fixed;
	bottom: 0px;
	left: 0px;
}
.footer .footerPackages{
	width: 40%;
	float: left;
	margin-left: 10%;
	text-align: left;
}
.footer .footerMenu{
	width: 50%;
	float: left;
	text-align: left;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-left: 1px solid #bbb;
	padding-left: 10%;
	padding-bottom: 20px;
}
.footer h3 {
	text-transform: capitalize;
	margin: 20px 0 20px 0;
	font-size: 1.5em;
	color: white;
}
.footer a {
	color: #bbb;
	display: block;
	margin-bottom: 5px;
	text-decoration: none;
}
.footer p{
	margin:1em auto;
}
.paused {
	display: none;
}
.blurred {
	filter: blur(5px);
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	opacity: 0.5;
}
.blurred .cover {
	display: block;
}


.reporting .download {
	float: right;
	font-size: 2em;
}
.reporting h3 {
	padding: 0;
	margin: 1.5em 0;
}
.reporting h3 i {
	font-size: 0.8em;
	color: #ccc;
	cursor: pointer;
}
.reporting h3 i:hover {
	color: #00A7BF;
}
.reporting h4 {
	/* padding: 3em 0 0 0; */
	margin: 1.5em 0;
}
.reporting #GroupInput,.timeframe{
	outline: none;
	border:1px solid #ccc;
	border-radius: 2px;
	height:24px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding:1px 5px;
}
.reporting #GroupInput:focus{
	border:1px solid #00A7BF;
}
.reporting #GroupInput{
	width:220px;
}
.reportBtn{
	outline: none;
	border:1px solid #ccc;
	background-color: #00A7BF;
	border-radius: 2px;
	height:24px;
	line-height: 24px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#reportform input,select,button{
	vertical-align: middle;
}
.reporting .reportTable{
	overflow: auto;
	width: 100%;
	max-height:600px;
}
.reporting table {
	/* font-size: 0.8em; */
	text-align: center;
	border-collapse: collapse;
	width:100%;
	min-width: 500px;
}
.reporting table caption{
	padding-bottom: 5px;
}
.reporting table td, table th
{
	border: 1px solid #065A60;
	color: black;
	/* height: 20px; */
	padding:5px;
}
.reporting table thead th{
	background-color: #00A7BF;
}


.notification {
	width: 100%;
	height: 20px;
	text-align: center;
	color: #FFF;
	background: #F00;
	font-style: italic;
}

.login{
	text-align: center;
	border-radius: 10px;
	background-color: white;
	width: 320px;
	margin: 60px auto;
	padding: 20px 5px;
}
.login h2{
	margin: 20px auto;
}
.email-label,
.login-button,
.login input[type="email"]{
	display: inline-block;
	margin: 10px auto;
	text-align: center;
}
.email-label{
	font-size: 1.25em;
	margin: 0 auto;
}
.login-button,.login input[type="email"]{
	width: 80%;
	height: 40px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: none;
	font-size: 16px;
	padding: 3px;
}
#email{
	background: #eee;
	outline: solid #00A7BF 2px;
}
.login-button{
	color: #fff;
	background: #00A7BF;
	font-weight: bold;
	cursor: pointer;
	margin-top: 20px;
}
.login-button:disabled {
	background: #eee;
	color: #ccc;
}
.emailLang-container{
	width: 80%;
	margin: 10px auto;
}
.emailLang-label{
	position: relative;
	padding-left: 20px;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
.emailLang-label input{
	opacity: 0;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
}
.emailLang-label .emailLang-checkmark{
	position: absolute;
	left: 0;
	top: 0;
	width: 15px;
	height: 15px;
	border-radius: 3px;
	background-color: #ccc;
	display: inline-block;
}
.emailLang-label input:checked~.emailLang-checkmark{
	background-color: #00A7BF;
}
.emailLang-label input:checked~.emailLang-checkmark::after{
	display: block;
}
.emailLang-label .emailLang-checkmark::after{
	content: " ";
	position: absolute;
	left: 5px;
	top: 0;
	width: 5px;
	height: 10px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(40deg);
	    -ms-transform: rotate(40deg);
	        transform: rotate(40deg);
	display: none;
}

h3:first-child {
	margin-left: 0px;
}

.library .package.description,
.library .package.info {
	margin-bottom: 1.5em;
}

.library .package.info {
	margin-top: -1em;
}

.library .package.info span,
.library .package.description span {
	display: inline-block;
	padding-left: 1em;
	padding-right: 1em;
}

.library .package.info span {
	font-size: 0.8em;
	color: #999;
	margin-left: 4px;
}

/* setting page */
.frontpage-link{
	color: black; 
	text-decoration:none;
	font-size: 20px;
}
.settings-form{
	background-color: white;
	border-radius: 10px;
	padding: 10px 10px 10px 20px;
}
.settings-form h4{
	margin: 1em 0;
}
.settings-block{
	margin-bottom: 1.3em;
}
.checkbox-container{
	position: relative;
	padding-left: 2em;
	margin: 5px;
	display: inline-block;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
.checkbox-container input{
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.checkbox-container .checkmark{
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height: 16px;
	background-color: #ccc;
	display: inline-block;
	border-radius: 3px;
}
.checkbox-container input:checked~.checkmark{
	background-color: #00A7BF;
}
.checkbox-container .checkmark::after{
	content: " ";
	position: absolute;
	left: 5px;
	top: 0;
	width: 5px;
	height: 10px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(40deg);
	    -ms-transform: rotate(40deg);
	        transform: rotate(40deg);
	display: none;
}
.checkbox-container input:checked~.checkmark::after{
	display: block;
}

.settings-btn{
	padding: 5px;
	background-color: #00A7BF;
	border: none;
	color: white;
	border-radius: 3px;
	margin-left: 5px;
	width: 80px;
	height: 40px;
	font-size: 16px;
	cursor: pointer;
}

.extra {
	text-align: center;
	max-width: 650px;
	min-width: 260px;
	margin: 0 auto;
}

.extra h2 {
	margin-top: 260px;
	font-size: 30px;
	line-height: 1.1em;
}

.extra h3 {
	margin: 40px 0 20px 0;
	font-size: 30px;
	line-height: 1.1em;
}

.extra h4 {
	margin-bottom: 5px;
	font-size: 20px;
	line-height: 1.1em;
}

.extra p {
	margin: 0 0 10px 0;
}

.extra .contact {
	margin-bottom: 20px;
}
.extra img.person {
	width: 40%;
}

.extra .banner {
	width: 100%;
	position: absolute;
	left: 0;
	top: 80px;
	height: 240px;
	min-width: 280px;
	background-position: center center;
	background-size: cover;
	text-align: center;
}

.extra .banner h2 {
	margin: 70px auto 5px auto;
}

.extra .banner a {
	border: 1px solid #666;
	padding: 1em;
	border-radius: 1em;
	text-decoration: none;
	margin-top: 12px;
	display: inline-block;
	color: #666;
	background: #fff;
}

/* @media only screen and (max-width: 320px) {
  .header .home img {
  	display: none;
  }
} */
@media screen and (max-width: 1100px){
	.nav{
		min-width: 180px;
		padding-right: 0;
	}
    .category span,.profile span{
		display: none;
	}
	/* .nav-btn{
		width: 25px;
	} */
	.category>i,.profile>i{
		font-size: 25px;
	}
	.category,.profile{
		width: 45px;
	} 
	.header .menu{
		left: -45px;
	}
}
@media screen and (max-width: 700px){
    .search{
        top:90px;
		font-size: 1em;
	}
	.learningPath .info{
		font-size: 12px;
	}
}
@media only screen and (min-width: 500px) {
	.package .item .player .pv-video-player,
	iframe {
		width: 400px;
		height: 225px;
	}
}

@media only screen and (min-width: 800px) {
	.content {
		max-width: 800px;
	}
	.package .item .player .pv-video-player,
	iframe {
		width: 640px;
		height: 360px;
	}
  }


@media only screen and (min-width: 960px) {
  .extra .banner p {
  	max-width: none;
  }
  .content {
  	max-width: 960px;
  }
  .package .item .player .pv-video-player,
  iframe {
  	width: 800px;
  	height: 450px;
  }
}

@media only screen and (min-width: 1920px) {
  .content {
  	max-width: 1920px;
  }
  .package .item .player .pv-video-player,
  iframe {
  	width: 1280px;
  	height: 720px;
  }
}

@media only screen and (max-width: 420px){
	.content{
		width:100%;
		padding: 0 10px;
	}
	.library{
		width:90%;
		margin: 0 auto;
	}
	.content h2 .noPackages,.choosePackage{
		margin-left: 10px;
	}
	.content hr{
		width: 90%;
	}
	.mainlist{
		margin:0 10px 50px 10px;
	}
	.content center{
		width:90%;
		margin: 0 auto;
	}
	#back-to-top-btn{
		width: 40px;
		height: 40px;
		font-size: 35px;
		right:0px;
		bottom: 40px;
	}
	.extra{
		width: 90%;
	}
}

.invalid{
	border-color: #900;
	background-color: #FDD;
}

