@import url('https://fonts.googleapis.com/css?family=Roboto');
body {
	font-family: "Roboto";
}
#header-bar{
	width: 100%;
	min-height: 85px;
	background-color: #fff; 
}
footer {
    width: 100%;
    z-index: -1;
}
#footer-text{
	width: 100%;
	padding-top: 10px;
	text-align: center;
	height: 40px;
}

/* Position */
.left{
	text-align: left;
}
.center{
	text-align: center;
}
.self-center{
	margin: 0px auto;
}
.right{
	text-align: right;
}
.footer-fix{
	position: fixed;
    bottom: 0;
}
.space-bottom{
	margin-bottom: 15px;
}

/* Size */
.p-12{
	font-size: 12pt;
}
.p-13{
	font-size: 13pt;
}

/* Color */
.blackbg{
	background-color: #223;
	color: #adacac;
}
.blackbg a{
	color: #adacac;
}
.whitebg{
	color: #000000;
}
.whitebg a{
	color: #000000;
}
.block-white{
	background-color: #fff;
}
/* Item */
/*users pack*/
.users-top{
	margin-top: 30px;
	margin-bottom: 50px;
}
.users-logo{
	width: 150px;
	height: 150px;
}
.users-form{
	width: 550px;
}
#user-profile{
	margin: 0px auto;
	width: 500px;
	min-height: 300px;
    border: 1px solid #ccc;
	background: #6f0a0a;
	padding-left: 15px;
	color: #e0dcdc;
}
#user-profile-title{
	padding-top: 15px;
	padding-bottom: 10px;
	margin-left: -15px;
	margin-bottom: 15px;
	text-align: center;
	background: #FFF;
	border: 1px solid #ccc;
	font-size: 16pt;
	font-weight: 600;
	color: #840d0d;
}
/*course pack*/
.course-title{
	margin-top: 20px;
	font-size: 14pt;
	font-weight: 600;
	color: #e20707;
}
.course-title-detail{
	margin-top: 20px;
	padding-left: 20px;
	padding-top: 20px;
	font-size: 18pt;
	font-weight: 600;
	color: #e20707;
}
.course-statistic-detail{
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 15px;
	font-size: 11pt;
	font-weight: 400;
	color: #000;
}
.course-zone{
	margin-bottom: 20px;
}
.course-block{
	margin-top: 10px;
	margin-bottom: 10px;
}
.course-block-in{
	padding: 0px 0px;
	min-height: 280px;
	background-color: #fff;
}
.course-image {
	width: 100%;
}
.course-image img{
	width: 100%;
}
.course-name{
	padding-left: 10px;
	padding-top: 10px;
	min-height: 60px;
}
.course-name a{
	font-size: 13pt;
	font-weight: 600;
	color: #464646;
    text-decoration: none;
}
.course-name a:hover{
    text-decoration: none;
}
.course-teacher{
	padding-left: 10px;
	min-height: 30px;
}
.course-update{
	padding-left: 10px;
}
.course-teacher a{
	font-size: 11pt;
	font-weight: 400;
	color: #464646;
    text-decoration: none;
}
.course-teacher a:hover{
    text-decoration: none;
}
.cousse-studentprocess {
	width: 55%; 
	float: left; 
	margin-top: 10px; 
	margin-left: 10px;"
}
.course-students{
	padding: 10px 10px;
}
.course-ongoing{
	float: left;
	width: 150px;
}
.course-ongoing img{
    width: 100%;
    height: 100%
}
.course-done{
	float: left;
	width: 40px;
	margin-top: -5px;
    margin-left: 10px;
}
.course-done img{
    width: 100%;
    height: 100%
}
.course-discount{
	float: left;
    margin-top: -10px;
    margin-left: -15px;
    width: 80px;
    height: 80px;
}
.course-discount img{
    width: 100%;
    height: 100%;
}
.chapter-title{
	padding: 10px 20px;
	min-height: 65px; 
	border-bottom: solid 1px #a7a4a4; 
	color: #000;
	text-decoration: none;
}
.chapter-name{
	font-size: 15pt;
	font-weight: 500;
}
a.lessock:hover{
	text-decoration: none;
}
a.lessock:active{
	text-decoration: none;
}
a.lessock:visited{
	text-decoration: none;
}
a.lessock:focus{
	text-decoration: none;
}
.lesson-block{
	padding: 5px 2px 20px 20px;
	font-size: 12pt;
}
.video-block{
	padding-left: 20px;
	padding-bottom: 10px;
}
.part-title{
	color: #000;
	text-decoration: none;
	line-height: 1.5;
	white-space: normal;
    text-align: left;
}
.hidden-block{
	display: none;
}
/*video pack*/
.opacity-bar{
	width: 100%;
	height: 80px;
	position: absolute;
	z-index: 3;
	background-color: #000;
	opacity: 0.5;
}
.opacity-bar:hover{
	display: block !important;
}
.show-opacity-bar{
	width: 100%;
	height: 80px;
	position: absolute;
	z-index: 2;
	opacity: 0;
}
.show-opacity-bar:hover + div{
	display: block !important;
}
.chapter-list{
	width: 400px;
	height: 100%;
	position: absolute;
	right: 0px;
	padding-top: 10px;
	z-index: 5;
	overflow-y: auto;
	background-color: #5d5d5d;
	border-left: solid 1px #a79c9c;
}
.chapter-list .row{
	margin-left: 10px;
	margin-right: 10px; 
}
.comeback{
	float: left;
	font-size: 18pt;
    padding-left: 30px;
    padding-top: 20px;
}
.comeback a{
	color: #545151;
	text-decoration: none;
}
.comeback a:hover{
	color: #fff;
	text-decoration: none;
}
.show-menu{
	float: right;
	font-size: 18pt;
    padding-right: 30px;
    padding-top: 20px;
}
.show-menu a{
	color: #545151;
	text-decoration: none;
}
.show-menu a:hover{
	color: #fff;
	text-decoration: none;
}
/*header*/
.header-logo{
	float: left;
	padding-top: 5px;
	padding-bottom: 10px;
	width: 70px;
	height: 85px;
}
.course-menu{
	height: 85px;
	margin-left: 40px;
	margin-right: 10px;
	padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
    border-left: solid 1px #e6e2e2;
    float: left;
    font-size: 13pt;
}
.course-menu strong{
	color: #464646;
  	text-decoration: none;
}

.course-menu a:hover{
  	text-decoration: none;
}
.user-bar{
	float: right;
}
/* Other */
.red-line{
	width: 100%;
	height: 4px;
	background-color: #e20707;
}
.error-message{
	padding-top: 30px;
	text-align: center;
	font-size: 14pt;
	font-weight: 600;
}
.btn-course{
	margin-top: 40px;
	text-align: center;
}
.btn-course button{
	font-size: 13pt !important;
}
.boxfloat{
	border-right: solid 1px #bbb1b1;
	border-bottom: solid 2px #bbb1b1;
}