@media (min-width: 992px) {
	.gx-toolbar {
		padding: 0 0 0 20px;
	}
}

.gx-toolbar .search-bar {
	max-width: 250px;
	width: 230px;
}

.post-bar {
	height: 80px;
	margin-left: 20px;
	margin-right: 20px;
	max-width: 500px;
	width: 480px;
	float: right;
}

.post-box {
	width: 80%;
	height: 64px;
	padding: 6px;
	margin-right: 2%;
	background: #fff;
	overflow: hidden;
}

.post-box p {
	margin-bottom: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.post-bar .gx-btn {
	width: 18%;
	padding: 12px 5px;
	height: 40px;
}

.post-box ul {
	margin: 0;
	padding: 0;
}

.post-box li {
	font-size: 13px;
	color: #212529;
	line-height: 1.4;
}

.post_attention {
	margin-bottom: 0;
	color: red;
	font-size: 12px;
}

.user-profile {
	height: 80px;
}

.custom-titlebar {
	left: 0;
}

.custom-view-field {
	padding-top: 5px;
}

.custom-slip-no {
	font-size: 1.2em;
	letter-spacing: 1px;
}

.custom-table td {
	vertical-align: middle;
}

.text-color-red {
	color: #ff0000;
}

.text-color-green {
	color: #008040;
}

.error-message {
	color: #dc3545;
	font-weight: bolder;
	font-size: 80%;
}

.white-egg-label {
	font-size: 1.2em;
	font-weight: bold;
	padding-right: 10px;
}

.white-egg-price {
	font-size: 1.4em;
	padding-top: 3px;
}

.custom-label {
	padding-left: 10px;
	padding-right: 10px;
}

.custom-checkbox-label {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 30px;
}

.custom-select-label {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}


.radio-inline__input {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.radio-inline__label {
	display: inline-block;
	padding: 0.5rem 1rem;
	margin-right: 12px;
	border-radius: 3px;
	border-style: solid;
	border-color: #0000c8;
	border-width: 1px;
}

.radio-inline__input:checked + .radio-inline__label {
	background: #0000c8;
	color: #fff;
	text-shadow: 0 0 1px rgba(0,0,0,.7);
}

.radio-inline__input:focus + .radio-inline__label {
	outline-color: #4D90FE;
	outline-offset: -2px;
	outline-style: auto;
	outline-width: 3px;
}

input[type=checkbox] {
  -ms-transform: scale(1.5, 1.5);
  -webkit-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}

.custom-check:focus {
	outline-color: #4D90FE;
	outline-offset: 0px;
	outline-style: solid;
	outline-width: 2px;
}

.no-scroll {
	 overflow-y: hidden;
	 -ms-overflow-style: none;	 /* IE, Edge 対応 */
	 scrollbar-width: none;		 /* Firefox 対応 */
}
.no-scroll::-webkit-scrollbar {  /* Chrome, Safari 対応 */
	 display:none;
}

table td a.blok-link {
	display: block;
}

#datepicker-bug-countermeasures {
	opacity: 0;
	border: 0;
	position: absolute;
	top: 0;
	right: 0;
}

.line-dashed {
	margin: 5px auto;
}

.form-group {
	margin-bottom: 0.4rem;
}

.gx-card {
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.page-heading {
	margin-bottom: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.table th, .table td {
	vertical-align: middle;
}

table#order_group {
	min-width: 1000px;
}

.sales_order_table td,
.sales_order_table th {
	padding: 0.45rem;
}

input[type="checkbox"][name="not_yet_checked"] {
	display: inline;
}

.dataTable .sorting_asc,
.dataTable .sorting_asc,
.dataTable .sorting_desc,
.dataTable .sorting_desc {
	position: relative;
	padding-left: 18px;
}

.dataTable .sorting_asc:before,
.dataTable .sorting_asc:after,
.dataTable .sorting_desc:before,
.dataTable .sorting_desc:after {
	position: absolute;
	vertical-align: bottom;
	bottom: 1em;
	top: auto !important;
	left: 7px;
	right: auto !important;
}

.dataTable .sorting_asc:after,
.dataTable .sorting_desc:before {
	display: none;
}

.gx-btn:focus,
.btn:focus {
	outline-color: #333 !important;
	outline-style: solid !important;
	outline-width: 2px !important;
}

.sticky_table_wrapper {
	width: auto !important;
	height: calc(100vh - 280px) !important;
}

.sales_stores_stock_table input[type="text"] {
	min-width: 50px;
}

@media (max-width: 767px) {
	.sales_stores_stock_table .customer_name {
		background: #e9ecef;
	}

	.sales_stores_stock_table thead,
	.sales_stores_stock_table td:empty {
		display: none;
	}

	.sales_stores_stock_table tr,
	.sales_stores_stock_table th,
	.sales_stores_stock_table td {
		width: 100%;
		display: block;
	}

	.sales_stores_stock_table td:nth-child(n + 3):before {
		content: attr(data-title);
		display: inline-block;
		width: 20%;
	}

	.sales_stores_stock_table input[type="text"],
	.sales_stores_stock_table input[type="number"] {
		width: 75%;
		display: inline-block;
	}
}

.slip-type-open,
.slip-type-close {
	width: 20px;
	height: 20px;
	margin-right: 12px;
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
}

.slip-type-open {
	background: #1600c8;
	color: #fff;
}

.slip-type-open:before {
	content: '+';
	display: inline-block;
}

.slip-type-close {
	border: 1px solid #1600c8;
	color: #1600c8;
}

.slip-type-close:before {
	content: '－';
	display: inline-block;
}

.slip_type_block {
	overflow: hidden;
}

.slip_type_block.dn {
	display: none;
}

@media (max-width: 767px) {
	.sales_order_table {
		width: 100%;
		min-width: 0 !important;
	}

	.sales_order_table,
	.sales_order_table tbody,
	.sales_order_table tr,
	.sales_order_table th,
	.sales_order_table td {
		display: inline-block;
		width: 100% !important;
	}

	.sales_order_table thead {
		display: none;
	}

	.sales_order_table .btn-block {
		width: auto;
		display: inline-block;
	}

	.sales_order_table td:not(.no_label):before {
		content: attr(data-label)"：";
		display: inline-block;
	}

	.sales_order_table [type="text"]:not(.product_search),
	.sales_order_table select {
		width: auto;
		display: inline-block;
	}

	.sales_order_table td {
		text-align: left !important;
	}
}
