.main_contents {
    margin-top:40px;
    margin-bottom:40px;
}

.page_title {
    padding-top:5px;
    font-size:18px;
    color:whitesmoke;
}

/*
 *
 */
.message error {
	width: 500px;
	/* 画面上部に表示 */
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -250px; /* (width + padding-left + padding-right + border-left + border-right) の半分 */
	
	z-index: 1000;
}

th {
    font-size:14px;
    text-align: center!important;
    vertical-align: middle!important;
}

td {
    vertical-align: middle!important;
}


.emphasis {
    font-size:18px;
}

/*
 * Pagination
 */
.pagination a {
    border: 1px solid #ddd; /* Gray */
}

/*
 * Stickey Table
 */
.sticky-table-cont {
    width:100%;
    overflow-x:auto;
}

.sticky-table-cont
.table-responsive {
    width:1190px;
}

.sticky-table {
    table-layout:fixed;
}

.sticky-table thead, .sticky-table tbody {
    display: block;
}

.sticky-table tbody {
    max-height:620px;
    overflow-y:auto;
}

/*
 * 商品選択テーブルの色
 */
tr.quantity_inputed {
    background-color:lightyellow;
}

td.quantity {
    background-color:BlanchedAlmond;
}
td.bulk_quantity {
    background-color:BlanchedAlmond;
}

.datepicker .btn-outline-secondary {
    border: #ced4da solid 1px;
}

/*
 * 受注状況
 */
.order_state_draft {
	background-color:lightgreen;
	color:#007bff;
    border:1px solid gray;
    text-decoration: none;
}

.order_state_ordering {
	background-color:#ffff94;
	color:#007bff;
    border:1px solid gray;
    text-decoration: none;
}

.order_state_ordered {
	background-color:#FFCC99;
	color:#007bff;
    border:1px solid gray;
    text-decoration: none;
}

.order_state_all_acceptance {
	background-color:orange;
	color:GhostWhite;
    border:1px solid #333;
    text-decoration: none;
}

.order_state_all_shipping {
	background-color:gray;
	color:GhostWhite;
    border:1px solid #333;
    text-decoration: none;
}

.order_state_all_delivered {
	background-color:#333;
	color:GhostWhite;
    border:1px solid #333;
    text-decoration: none;
}
