.info {
    background-color: #bde5f8;
    background-image: url(info.png);
    color: #00529b;
}

.info, .success, .warning, .error, .validation {
    background-position: 10px center;
    background-repeat: no-repeat;
    border: 1px solid;
    margin: 10px 0;
    padding: 15px 10px 15px 50px;
}

.clr {
	clear: both;
}

.payment_list {
	width: 100%;
}
.customer_info{
	border-bottom: 1px #ccc dotted;
}
.customer_info .dl-horizontal{
	margin-top: 10px;
}
.customer_info dt{
	position: relative;
	font-weight: normal;
	font-size: 13px;
	top: 19px;
	width: 115px;
	/* padding-top: 5px; */
}
.customer_info dd {
	margin-left: 120px;
}
.customer_info input{
	box-shadow:none;
	border-radius: 2px;
	height: 20px;
	padding: 4px 6px;
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 24px;
}
.payment_list #select_payment .method {
	/* padding: 15px 0; */
	/* border-bottom: 1px #442626 dotted; */
	display: inline-block;
	/* width: 480px; */
	position: relative;
}
.payment_list #select_payment .method:first-child{
	/* border-top: 1px #ccc dotted; */
}
.payment_list #select_payment .method:hover, .payment_list #select_payment .method:focus, .payment_list #select_payment .method.selected {
	/*background: #e7f4fc;*/
}

.payment_list #select_payment .icon {
	width: 50px;
	height: auto;
	float: left;
	display: inline-block;
}

.payment_list #select_payment .icon img {
	vertical-align: middle;
	padding-left: 5px;
}

.payment_list #select_payment .info {
	/*width: 419px;*/
	float: left;
}

.payment_list #select_payment .method .check_box {
	position: absolute;
	top: 10px;
	right: 10px;
}

.payment_list #select_payment .method .check_box {
	width: 30px;
	height: 30px;
	background: url(../images/check_pay.jpg) 0 0 no-repeat;
	position: absolute;
	top: 10px;
	right: 10px;
}

.payment_list #select_payment .method .checked_box {
	background: url(../images/checked_pay.jpg) 0 0 no-repeat !important;
}

.method .title {
	color: inherit ;
}
.desc {
	/* padding-right: 10px; */
	display: block;
	color: #777;
}

.bank_list {
	margin-top: 0px;
	clear: both;
}

.bank_list #b_l li {
	float: left;
	width: 60px;
	margin: 10px 10px 0px 0;
	border-bottom: none;
	padding: 0 !important;
	display: inline;
}

.event, .tut {
	height: 15px;
	padding-left: 20px;
	margin-top: 5px;
	display: inline-block;
	margin: 5px 5px 5px 0;
}

.event {
	color: #da0000;
	background: url(../images/event.png) left no-repeat;
}

.tut {
	background: url(../images/tut.png) left no-repeat;
}

.bk_logo {
	position: absolute;
	top: 10px;
	left: 310px;
}

.pm_submit {
	width: 200px;
	height: 40px;
	color: #fff;
	background: #41af6f;
	border-radius: 6px;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
}

.pm_submit:hover {

}

.submit {
	margin: 20px 0 0;
	width: 100%;
	text-align: center;
}

.img-active {
	border: 2px solid blue !important
}

.img-bank {
	border: 2px solid white;
	background: #fff;
	width: 60px;
	height: 40px;
}

ul#bl li img {
	padding: 3px 3px 3px 3px;
}

.payment-mode {
	display: block;
	margin: 15px 23px 0px 0px;
	float: left
}

.desc-mode {
	font-size: 13px;
	font-weight: bold
}

#daykeep {
	display: none;
	margin-top: 10px;
}

.info1 {
	display: none;
}
 
#total_get{
	display: block;
	background:red;
	font-size: 15px;
	font-weight: bolder;
	color: #ffffff;
	height: 18px;
	padding: 0;
	width: 254px;
	text-align: left -webkit-center;
}
.progress-bar{clear: both; width: 100%; width: 100%; height: 4px; background: #fff; border: 1px solid #FFF; border-radius: 20px;}
.progress-bar .progress{height: 4px; background: #32bc23; float: left;}


/*** tag ***/
.tag{background: #ddd no-repeat; border-radius: 3px; padding: 2px 5px;}
.tag.tag-orange{background-color: #e46e05; color: #fff;}
.tag.tag-blue{background-color: #0b85db; color: #fff;}
.tag.tag-2{background-color: #2E6493; color: #fff;}
.tag.tag-green{background-color: #32bc23; color: #fff;}
.tag.tag-red{background-color: #d84328; color: #fff;}
.tag.tag-bold{font-weight: 800;}


.nhanquatichluy {
	width: 100%;
	height :30px;
	
}
.nhanqua{
	background-color: rgb(89, 192, 78);
	border-color: #55dc97;
	font-weight: bold;
	color: #f3f3f3;
	border-radius: 19px;
}
.nhanqua:hover{
	background-color: #16d901;
	border-color: #16d901;
	color: #f3f3f3;
	border-radius: 19px;
}
.chuadat{
	background-color: #1f1d18;
    border-color: #313131;
    color: #afa58c;
    border-radius: 19px;
	
}