 * @Project NUKEVIET 4.x
 * @Author VINADES.,JSC (contact@vinades.vn)
 * @Copyright (C) 2015 VINADES.,JSC. All rights reserved
 * @License GNU/GPL version 2 or any later version
 * @Createdate Wed, 28 Oct 2015 01:13:31 GMT
 */

.w100{
	width: 100px!important;
}
.w200{
	width: 200px;
}
.w150{
	width: 150px!important;
}
.post-table{
	width: 100%;
}
.post-table td{
	padding: 4px;
}
.fa-required{
	display: inline-block;
	margin-left: 4px;
}
.btn-full{
	display: block;
	width: 100%;
}

input[type=file].required{
    background-image:url(../images/icons/required.png);
    background-position:right center;
    background-repeat:no-repeat;
}

.detail-prod-title{
	margin-bottom: 20px;
}
.detail-prod-tab > li > a{
	background: #f4f4f4;
	border-bottom: 1px solid #dddddd;
}
.detail-prod-tab-content{
	border: 1px solid #dddddd;
	border-top: 0;
}
.detail-prod-tab-content.border-top{
	border: 1px solid #dddddd!important;
}

.detail-prod-tab-content .prod-info-item:last-child{
	border-bottom: 0;
}
.prod-info-item{
	border-bottom: 1px solid #dddddd;
	padding: 10px 0px;
}
.prod-info-item .procattitle{
	font-weight: 700;
	margin-bottom: 10px;
	display: inline-block;
}
.prod-info-item .prodcatct{
	padding-left: 5px;
	display: inline-block;
}

ul.prod-list{
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.prod-list li{
	margin-bottom: 10px;
}
.pageTitle{
	font-size: 16px;
	font-weight: 700;
}

.prod-stt{
	display: inline-block;
	width: 24px;
	height: 24px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	text-align: center;
	background: #333;
	color: #fff;
	line-height: 24px;
	overflow: hidden;
}

.list-group-item.active a{
	color: #fff;
}
.list-group-item>.badge {
    float: right;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}
.list-group-item.active .badge{
	color: #337ab7;
	background-color: #fff;
}

/* Print */
.wfprint-area{
	background: #fff;
	min-height: 100%;
	font-family: "Time new Roman";
	font-size: 13pt;
	line-height: 20pt;
}

.link_main{
	color: #1230c6 !important;
	font-weight: 400;
}
.bg_no_tabs{
	border: 1px solid #ECD88B;
    background-color: #FFF8DB;
}
.prod-info-item .row strong.prod-stt{
	color: #fff;
}
.prod-info-item .row strong{
	color: #1230c6;
	font-weight: normal;
}


