.modal_description{
	border-bottom: 1px solid;
	word-break: break-all;
	margin-top: 10px;
	padding: 10px;
	white-space:normal;
}

.table {
	/* table-layout: fixed; */
	table-layout: auto;
}

.table td, .table th {
	border: 1px solid #dee2e6;
	width: 300px;
}
.table th{
	text-align: center;
}

.table td{
	cursor: pointer;
	font-size:0.8em;
}

.table tr th:first-child,
.table td.row01,
.table td.row02 {
	width: 80px;
}

.table td.row_right .delivery_data {
	/* white-space: normal; */
	white-space: nowrap;
}

.alert{
	margin-top : 10px;
}

@media (max-width: 992px) {
	.table td, .table th {
		width: 120px;
	}
}

.row_sp{
	width: 80px !important;
}


.blue1{
	background-color: #ffc68e;
	color: #333333;
}
.blue2{
	background-color: #ffff8e;
	color: #333333;
}
.red1{
	background-color: #c6ff8e;
	color: #333333;
}
.red2{
	background-color: #8eff8e;
	color: #333333;
}
.other{
	background-color: #8effc6;
	color: #333333;
}
.other2{
	background-color: #8effff;
	color: #333333;
}
.other3{
	background-color: #8ec6ff;
	color: #333333;
}
.other4{
	background-color: #8e8eff;
	color: #333333;
}
.other5{
	background-color: #c68eff;
	color: #333333;
}

/* .modal-title{
	white-space:normal;
}

.modal-backdrop{
	z-index: 0;
}
.modal{
	z-index: 2000;
	transform: translateZ(1px);
}

.modal-dialog{
	z-index:2000;
	color: rgb(17, 12, 12);
	transform: translateZ(1px);
}

.main-sidebar{
	z-index: -1000;
} */