
.content-wrapper{
	width:100%;
	background-color:#f7f7f7;
}
.content {
	margin-top:20px;
	width:1200px;
	height:900px;
	margin:0 auto;
}
.title-wrapper{
	width:100%;
	height:30px;
	background-color:#fff;
	padding:5px 0 0;
	margin-bottom:20px;
}
.title-text{
	width:1200px;
	margin:0 auto;
}
.content .left{
	float:left;
	min-height:800px;
	height: auto;
	overflow-y: auto;
	width:200px;
	background-color:#fff;
	margin-top: 0px!important;
}
.content>.right{
	float:left;
	margin-left:20px;
	width:950px;
	height:auto;
	min-height: 800px;
	background-color:#fff;
	overflow: auto;
	/*margin-top: 10px;*/
}
.right-title{
	padding:10px 10px 0px 20px;
	border-bottom:1px solid #ebebeb;
}
.right-title span{
	width:100px;
	display:inline-block;
	text-align:center;
	padding:10px;
	cursor:pointer;
}
.right-title .current{
	border-bottom:2px solid #248aea;
	color:#248aea;
	font-weight:bold;
}
.form-panel{
	padding:10px 0 10px 0;
}
.form-panel input {
	width:120px;
	border-radius:3px;
	border:1px solid #ebebeb;
	height:30px;
}
.btn-search{
	background-color:#509dde;
	padding:5px 18px;
	border-radius:3px;
	border:0;
	color:#fff;
}
.btn-reset{
	background-color:#ef8424;
	padding:5px 18px;
	border-radius:3px;
	border:0;
	color:#fff;
}
.tool-panel{
	padding:10px 0 10px 0;
}
.btn-stop-sale{
	background-color:#7bb9f3;
	padding:5px 18px;
	border-radius:3px;
	border:0;
	color:#fff;
}
.hidden_card{
	margin-top: 6px;
	position:absolute;
	z-index: 99999;
	background: #ffffff;
	width: 500px;
	height: 300px;
	border: solid 1px;
	border-color: #dddddd;
	right:0px;
}
.table-panel{
	padding:10px;
}
.supplierOrder-content-table {
	border: 0;
	width:100%;
}
.supplierOrder-content-table table{
	width:100%;
}
.supplierOrder-table-th {
	text-align: center;
	border-right: 1px solid #EBEBEB;
	color: #333333;
}

.supplierOrder-table-td {
	text-align: center;
	padding:10px;
	border-right: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
}