@charset "utf-8";

/* 20180913 */
.WMS.mDashboard h2{
	background:none;
	font-size:16px;
	margin-bottom:14px !important;
	line-height:1.2;
	text-indent:0;
}
/* 20180913 */

.WMS.mDashboard .mTable .rate-full{
	display:flex;
	margin:0 -10px;
	padding:0 10px;
}
.WMS.mDashboard .mTable .rate-full em{
	font-style:normal;
	margin:4px 10px 0 0;
}
.WMS.mDashboard .mTable .rate-value{
	flex:1;
	display:flex;
	flex-direction:column;
	align-items:center;
}
.WMS.mDashboard .mTable .rate-full + .rate-full{
	border-top:1px solid #eaeaeb;
	margin-top:10px;
	padding-top:10px;
}
.WMS.mDashboard .mTable .rate-value strong{
	display:block;
	font-weight:normal;
	padding-top:2px;
}
.WMS.mDashboard .mTable .rate-value .rate{
	background-color: #999999;
	text-align: center;
	border-radius: 20px 20px 20px 20px;
	height: 20px;
	width:100%;
	overflow: hidden;
}

.WMS.mDashboard .mallname{
	position:relative;
	border-bottom:1px solid #eaeaeb;
	color:#636363;
	font-size:12px;
	height:22px;
	margin:-2px 0 10px;
	padding-left:11px;
}
.WMS.mDashboard .mallname:before{
	content:'';
	position:absolute;
	top:5px;
	left:0;
	background-color:#727272;
	border-radius:50%;
	height:4px;
	width:4px;
}
.WMS.mDashboard .pagination{
	position:absolute;
	top:0;
	right:0;
	display:flex;
}
.WMS.mDashboard .pagination button{
	position:relative;
	background-color:#fff;
	border:1px solid;
	border-color:#c4c4c4 #bebebe #909090 #bebebe;
	border-radius:3px;
	height:20px;
	margin-left:3px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	width:36px;
}
.WMS.mDashboard .pagination button:hover{
	border-color:#579ee5 #5499de #4074a8 #5499de;
}
.WMS.mDashboard .pagination button:before{
	content:'';
	position:absolute;
	top:calc(50% - 5px);
	left:calc(50% - 3px);
	background:url(../img/bg_img.png) -331px 0 no-repeat;
	height:10px;
	width:6px;
}
.WMS.mDashboard .pagination button:hover:before{
	background-position:-331px -20px;
}
.WMS.mDashboard .pagination button.next:before{
	background-position:-351px 0;
}
.WMS.mDashboard .pagination button.next:hover:before{
	background-position:-351px -20px;
}
.WMS.mDashboard .pagination button:disabled{
	pointer-events:none;
	opacity:.3;
}
.WMS.mDashboard.gHalf > div:first-child .pagination{
	right:30px;
}

.WMS.today-status .mProcess.typeIcon li:before{
	background-image:url(../img/bg_img.png);
	background-position:13px 0;
}
.WMS.today-status .mProcess.typeIcon li.done:before{
	background-position:-67px 0;
}
.WMS.today-status .mProcess.typeIcon li.ready:before{
	background-position:-160px 0;
}
.WMS.today-status .mProcess.typeIcon li.hold:before{
	background-position:-248px 0;
}

.WMS.inout-status .in .mTable td{
	height:25px;
}

.WMS.inout-status .out .mTable td{
	height:73px;
}


/* ie th border bug fix  */
.mTable table{border-collapse:separate;border-spacing:-1px;}


/* 20180913 */
.WMS.mDashboard .mTable td a{
	color:#636363;
}
.WMS.mDashboard.etc-status .btnView{
	top:30px;
}