/**
 * @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 h1{
	font-size: 22px;
    color: #0e3f78;
}

.viewcourse h2{
	font-size: 18px;
    margin-bottom: 5px;
}

.viewcourse-info{
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.viewcourse-info .btn{
	padding: 10px 22px;
    text-transform: uppercase;
}

.viewlist_simple ul{
	padding: 0
}

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

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

.class-list label{
	margin: 0;
}

.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
}

.viewlist img{
	margin-right: 12px;
}

.viewlist h2{
	font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

.viewlist .price{
    font-size: 16px;
    font-weight: 500;
    margin: 2px 0;
    color: #12447e;
}

@media (max-width: 499.98px) {
	.viewcourse-info{
		flex-direction: column;
	    align-items: flex-start;
	}

	.viewcourse-info .btn{
		margin-top: 20px;
	}

	.viewlist img{
		width: 100%;
		margin-bottom: 10px;
	}
}