/* CSS Document */

label{
	font-weight:bolder;
	color:#555;
}
.inputPadding{
	padding:6px;
}
.top_ft{
    font-size: 14px;
    /*margin-left: 20px;*/
    line-height: 22px;
}
.seller_div{
    border: 1px solid #ccc;
    margin: 3px;
    padding: 5px;
}
.copyInput{
	top: -50px;
	position: absolute;
}
.search_css{
    margin-left: 10px;
    /*float: right;*/
}
.search_css input{
    width: 160px;
    border: 1px solid #6fb3e0;
    font-size: 13px;
    padding: 1px 5px 1px 22px;
    color: #666!important;
    height: 28px!important;
    border-radius: 4px!important;
}
.search_css .nav-search-icon {
    color: #6fb3e0!important;
    font-size: 14px!important;
    line-height: 24px!important;
}
.article_time{
    margin-right: 50px;
    float: right;
    font-size: 15px;
}
.right{
    text-align: right!important;
}
.hr_reply{
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 2px solid #e3e3e3;
}

/* 2020.06.09 后添加 */
.colorSelect{
	clear:both;
}
.colorSelect li{
	float:left;
	display:inline;
	margin-right:15px;
}

.sizeSelect{
	clear:both;
	background: #fcfcfc;
    border: 1px solid #eee;
	overflow: hidden;
	padding-bottom: 15px;
	padding-top: 5px;
}
.sizeSelect li{
	float:left;
	display:inline;
	margin-right:15px;
	width:25%;
}

.moduleSelect{
	clear:both;
	background: #fcfcfc;
    border: 1px solid #eee;
	overflow: hidden;
	padding-bottom: 15px;
	padding-top: 5px;
}
.moduleSelect li{
	float:left;
	display:inline;
	margin-right:15px;
	width:25%;
}

.sell-sku {
    position: relative;
    overflow: visible;
    width: 100%;
}
.sell-sku .common-values-wrap {
    display: flex;
    font-size: 12px;
    line-height: 32px;
    overflow: hidden;
    padding: 8px;
}
.sell-sku .whole-stock {
    border: 1px solid #c6d1db;
    padding: 0 10px;
    border-top-width: 0;
}
.sell-sku .sell-sku-table-wrap {
    margin-top: 0;
    font-size: 12px;
    width: 100%;
}
.locked-table-addon {
    position: absolute;
    z-index: 10;
    overflow: hidden;
}
.table-striped>tbody>tr>td{
	vertical-align: middle;
}
.inputWidth50{
	width:50px;
}
.inputWidth80{
	width:80px;
}
.inputWidth100{
	width:100px;
}
.inputWidth150{
	width:150px;
}
.inputWidth200{
	width:200px;
}
.gray{
	color:#aaa;
}
.textInline{
	display: inline-block;
	white-space: nowrap;
}