body{
	background-color: #FFFFFF;
	background-image: none;
	position: relative;
}

/*inner-header*/
.inner-header{
	border-bottom: 1px solid #cfab85;
    background-color: #d2b79c;
    position: sticky;
    top: 0px;
    z-index: 1000;
	font-size: 18px;
}

.inner-header .inner-header-content{
	display: flex;
    align-items: center;
    white-space: nowrap;
    padding: 7px;
    color: #fff;
}

.inner-header .inner-header-content .left{
	display: flex;
    justify-content: flex-start;
    flex: auto;
}

.inner-header .inner-header-content .right{
	display: flex;
	justify-content: flex-end;
    flex: auto;
}
.inner-header .inner-header-content .page-div{
	display: flex;
	align-items: center;
}

.inner-header .inner-header-content .back-a{
	text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
}

.red-txt{
	color: red;
}

.green-txt{
	color: green;
}

.order-list-tb{
	width:100%;
}

.order-list-tb tr.title td{
	position: sticky;
    top: 0px;
	background-color: #444;
	color:#fff;
	font-size: 18px;
}

.order-list-tb tr.total td{
	position: sticky;
	bottom:0px;
	background-color: #dedede;
	font-weight:bold;
}

.order-list-tb td{
	padding: 15px 5px;
	vertical-align: middle;
	font-size: 18px;
	border-bottom:1px solid #ccc;
	text-align: center;
}

.order-list-tb .link{
	text-decoration: none;
	font-size: 16px;
	background: linear-gradient(rgb(255, 255, 255), rgb(185, 185, 185));
    border: 1px solid rgb(170, 170, 170);
    padding: 5px 10px;
    text-align: center;
    color: #2b2b2b;
    border-radius: 7px;
    font-weight: 600;
    cursor: pointer;
}

.order-list-tb .link:hover{
	background: linear-gradient(rgb(239, 224, 199), rgb(193, 174, 134));
    border: 1px solid rgb(153, 135, 98);
}


.order-panel-list .order-panel{
	font-size: 16px;
	padding: 7px;
	margin-top: 10px;
}

.order-panel-list .order-panel:first-child{
	margin-top:0;
}

.order-panel-list .order-panel:nth-child(odd){
	background-color: #f7f2ee;
}

.order-panel-list .order-panel .panel-row{
	margin-top: 5px;
	display: flex;
	align-items: center;
}

.order-panel-list .order-panel .panel-row:first-child{
	margin-top:0;
}

.order-panel-list .order-panel .panel-row.order-content{
	margin-top: 10px;
}

.order-panel-list .order-panel .panel-row.line{
	border-top:1px solid #ccc;
}

.order-panel-list .order-panel .panel-row.bottom{
	display: flex;
	align-items: center;
}

.order-panel-list .order-panel .panel-row .panel{
	margin-left: 10px;
	font-size: 18px;
}

.order-panel-list .order-panel .panel-row .panel:first-child{
	margin-left:0;
}

.order-panel-list .order-panel .txt-color-1{
	color:#2196F3;
}