/**
 * @Project NUKEVIET 4.x
 * @Author mynukeviet (contact@mynukeviet.net)
 * @Copyright (C) 2016 mynukeviet. All rights reserved
 * @License: Not free read more http://nukeviet.vn/vi/store/modules/nvtools/
 * @Createdate Wed, 13 Jul 2016 00:05:30 GMT
 */

.viewlist .row {
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 53px;
	border-bottom: solid 1px #ddd
}

.viewlist .row small {
	font-size: 85%;
	color: #777
}

.stats {
	font-size: 18px;
	text-align: center;
	line-height: 22px;
}

.stats small {
	font-size: 14px;
}

.avatar {
	display: inline-block;
	text-align: center;
	color: #eee;
	font-weight: normal;
}

.user-icon {
	display: inline-block;
	text-align: center;
	color: #eee;
	font-weight: normal;
}

.viewlist .row .avatar img {
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 2.4rem;
	margin-right: 10px;
	background-color: #ddd
}

.viewtopic h1 {
	margin-bottom: 5px
}

.viewtopic .content hr {
	margin: 0;
	margin-bottom: 5px
}

.viewtopic .content .list-info {
	margin-bottom: 5px;
	display: block
}

.mainpage hr, .viewcat hr {
	margin: 0;
}

.item .user-info img {
	display: block;
	margin: auto
}

.btn-control button {
	margin-top: -5px
}

.block_topic h2 {
	font-size: 14px
}

.block_topic span {
	font-size: 12px
}

.viewtopic .files .help-block {
	margin: 0;
	font-size: 12px
}

.viewtopic .files .file .image {
	border: solid #ddd 1px;
	padding: 13px;
	margin-right: 5px;
}

.viewtopic .files .file .filename {
	font-weight: bold;
}

ul.bankList {
	clear: both;
	height: 202px;
	width: 636px;
}

ul.bankList li {
	list-style-position: outside;
	list-style-type: none;
	cursor: pointer;
	float: left;
	margin-right: 0;
	padding: 5px 2px;
	text-align: center;
	width: 90px;
}

.list-content li {
	list-style: none outside none;
	margin: 0 0 10px;
}

.list-content li .boxContent {
	display: none;
	border: 1px solid #cccccc;
	padding: 10px;
}

.list-content li.active .boxContent {
	display: block;
}

.list-content li .boxContent ul {
	height: 280px;
}

i.VISA, i.MASTE, i.AMREX, i.JCB, i.VCB, i.TCB, i.MB, i.VIB, i.ICB, i.EXB,
	i.ACB, i.HDB, i.MSB, i.NVB, i.DAB, i.SHB, i.OJB, i.SEA, i.TPB, i.PGB, i.BIDV,
	i.AGB, i.SCB, i.VPB, i.VAB, i.GPB, i.SGB, i.NAB, i.BAB {
	width: 80px;
	height: 30px;
	display: block;
	background:
		url(https://www.nganluong.vn/webskins/skins/nganluong/checkout/version3/images/bank_logo.png)
		no-repeat;
}

i.MASTE {
	background-position: 0px -31px
}

i.AMREX {
	background-position: 0px -62px
}

i.JCB {
	background-position: 0px -93px;
}

i.VCB {
	background-position: 0px -124px;
}

i.TCB {
	background-position: 0px -155px;
}

i.MB {
	background-position: 0px -186px;
}

i.VIB {
	background-position: 0px -217px;
}

i.ICB {
	background-position: 0px -248px;
}

i.EXB {
	background-position: 0px -279px;
}

i.ACB {
	background-position: 0px -310px;
}

i.HDB {
	background-position: 0px -341px;
}

i.MSB {
	background-position: 0px -372px;
}

i.NVB {
	background-position: 0px -403px;
}

i.DAB {
	background-position: 0px -434px;
}

i.SHB {
	background-position: 0px -465px;
}

i.OJB {
	background-position: 0px -496px;
}

i.SEA {
	background-position: 0px -527px;
}

i.TPB {
	background-position: 0px -558px;
}

i.PGB {
	background-position: 0px -589px;
}

i.BIDV {
	background-position: 0px -620px;
}

i.AGB {
	background-position: 0px -651px;
}

i.SCB {
	background-position: 0px -682px;
}

i.VPB {
	background-position: 0px -713px;
}

i.VAB {
	background-position: 0px -744px;
}

i.GPB {
	background-position: 0px -775px;
}

i.SGB {
	background-position: 0px -806px;
}

i.NAB {
	background-position: 0px -837px;
}

i.BAB {
	background-position: 0px -868px;
}

ul.cardList li {
	cursor: pointer;
	float: left;
	margin-right: 0;
	padding: 5px 4px;
	text-align: center;
	width: 90px;
}

.viewtopic .item .content h2{
    border-bottom: 1px solid #e7e9ed;
    padding-bottom: 0.3em;
}