/**
 * @Project NUKEVIET 4.x
 * @Author mynukeviet (contact@mynukeviet.com)
 * @Copyright (C) 2016 mynukeviet. All rights reserved
 * @Createdate Fri, 16 Dec 2016 14:10:29 GMT
 */
 
.viewcourse h2.description{
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 10px
}

.viewlist_simple ul{
	padding: 0
}

.viewlist_simple ul li{
	line-height: 30px;
}

label.error{
	color: red;
	margin-top: 5px
}

.class-list ul.class>li{
	border-bottom: solid 1px #eee
}

.class-list ul.list-info{
	font-size: 12px;
	margin-top: 5px
}

.class-list ul.list-info li{
	margin-bottom: 5px;
}

.class-list ul.list-info li label{
	width: 95px;
	color: #636565
}

table.table-pointer tr td:not(.nothing){
	cursor: pointer;
}

.viewclass .list-info{
	padding: 0
}