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 .page-div .page-select{
    font-size: 18px;
    color: rgb(0, 0, 0);
    height: 25px;
    line-height: 25px;
    padding: 0px 24px 0px 10px;
    margin: 0px 5px;
}

.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*/
.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{
	vertical-align: middle;
	font-size: 18px;
	border-bottom: 1px solid #ccc;
	text-align: center;
	height: 40px;
	line-height: 40px;
}

.order-list-tb .link{
	text-decoration: none;
	background: linear-gradient(rgb(255, 255, 255), rgb(185, 185, 185));
    border: 1px solid rgb(170, 170, 170);
	padding: 3px 5px;
    text-align: center;
    color: #2b2b2b;
    border-radius: 7px;
    font-weight: 500;
	font-size: 16px;
    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: 18px;
	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;
	line-height: inherit;
}

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

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

.order-panel-list .order-panel .order-content .back-btn{
	font-size: 16px;
	background: linear-gradient(rgb(239, 224, 199), rgb(193, 174, 134));
    border: 1px solid rgb(153, 135, 98);
    padding: 3px 7px;
    text-align: center;
    color: #2b2b2b;
    border-radius: 7px;
    font-weight: 600;
    cursor: pointer;
}

.order-panel-list .order-panel .order-content .back-btn:hover{
	background: linear-gradient(rgb(255, 255, 255), rgb(185, 185, 185));
    border: 1px solid rgb(170, 170, 170);
}

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

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

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

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

.bottom{
	position: sticky;
	bottom: 0px;
}

.bottom-panel,
.bottom-panel-2{
	display: flex;
	align-items: center;
	background-color: #dedede;
	padding: 5px 0;
}

.bottom-panel .panel, 
.bottom-panel-2 .panel{
	width: 30%;
	border-right: 3px solid #fff;
	padding-left: 10px;
	font-weight: bold;
	font-size: 18px;
}

.bottom-panel .panel-title, 
.bottom-panel-2 .panel-title{
	width: 10%;
	border-right: 3px solid #fff;
	padding-left: 10px;
	font-weight: bold;
	font-size: 18px;
}

.bottom-panel .panel:last-child, .bottom-panel-2 .panel:last-child{
	border-right: 0px;
}

.pd-5-5-5-0{
	padding: 5px 5px 5px 0px;
}

.pd-0-0-0-5{
	padding: 0px 0px 0px 5px;
}

.text-center{
	text-align:center;
}