@charset "UTF-8";

/*
* admin.css
*
*/


/*
* 受注リスト
*/
#orderList {
	position: relative;
	margin: 30px 20px 30px 0;
	padding: 0;
}
#orderList h5.calWeek {
	display: flex;
	height: 30px;
	align-items: center;
	justify-content: center;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 20px;
	font-weight: 700;
}
/* カレンダー */
#orderList .cal {
	position: relative;
	height: 70vh;
	border: #999999 1px solid;
	background-color: #FFFFFF;
	overflow: scroll;
}
#orderList .cal table {
	width: calc(100% + 2px);
	margin: -1px -1px 0 -1px;
	padding: 0;
	font-size: 12px;
	border-collapse: collapse;
}
#orderList .cal thead th {
	position: sticky;
	top: -1px;
	white-space: nowrap;
	background-color: #CCCCCC;
	border-top: #999999 1px solid;
}
#orderList .cal th,
#orderList .cal td {
	margin: 0;
	padding: 5px;
	text-align: center;
	border-left: #999999 1px solid;
	border-right: #999999 1px solid;
	border-bottom: #999999 1px solid;
}
#orderList thead .week {
	width: 5em;
}
#orderList thead .week a {
	color: inherit;
	text-decoration: none;
}
#orderList tbody .company {
	text-align: left;
	background-color: #FFFFFF;
}
#orderList tbody .company a {
	color: inherit;
	text-decoration: none;
}
#orderList tbody .type {
	text-align: left;
}
#orderList .cal .company:not(.ul) {
	border-bottom: 0px;
}
#orderList tbody .quant {
	font-size: 16px;
	font-weight: 600;
}
#orderList .cal tbody tr:not(.onlyPrint):nth-child(2n+1) {
	background-color: #F1F1F1;
}
#orderList .cal tbody tr:hover {
	background-color: #fafad9;
}



/*
* 会員ごとの注文カレンダー
*/
#calWrap {
	position: relative;
	margin: 30px 0;
	padding: 0;
}
#calWrap .calHead {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	z-index: 80001;
}
#calWrap h5.calMonth {
	display: flex;
	height: 30px;
	align-items: center;
	justify-content: center;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 20px;
	font-weight: 700;
}
/* カレンダー */
#calWrap section {
	position: relative;
	margin: 0;
	padding: 20px 0 0 0;
	z-index: 80000;
}
#calWrap section .cal {
	position: relative;
	height: 70vh;
	border: #999999 1px solid;
	overflow-y: scroll;
}
#calWrap section table {
	width: calc(100% + 2px);
	margin: -1px -1px 0 -1px;
	padding: 0;
	font-size: 12px;
	border-collapse: collapse;
}
#calWrap section thead th {
	position: sticky;
	top: -1px;
	margin: 0;
	padding: 5px;
	text-align: center;
	white-space: nowrap;
	border-left: #999999 1px solid;
	border-right: #999999 1px solid;
	background-color: #CCCCCC;
}
#calWrap section thead tr:nth-child(1) th {
  top: -1px;
}
#calWrap section thead th::before{
  content : "" ;
  position : absolute ;
  bottom: 0;
  left: 0;
  width: 100% ;
  height: 100% ;
  border-bottom: #999999 1px solid;
}
#calWrap section thead tr:nth-child(2) th {
  top: 25px;
	margin-bottom: -1px;
}
#calWrap section tbody th,
#calWrap section tbody td {
	margin: 0;
	padding: 5px;
	text-align: center;
	border: #999999 1px solid;
}
#calWrap section tbody .day a {
	color: inherit;
	text-decoration: none;
}
#calWrap section tbody tr:nth-child(2n+1) {
	background-color: #F1F1F1;
}
#calWrap section tbody tr:hover {
	background-color: #fafad9;
}


/*
* プリント用
*/
#orderList .printSpace { display: none; }
#orderList .printHead { display: none; }
@media print{
	/* 見出し */
	#orderList .printSpace { display: table-row; }
	#orderList .printHead { display: table-row; }
	.printHead th {
		margin-top: 5px;
		white-space: nowrap;
		background-color: #CCCCCC;
		border-top: #999999 1px solid;
	}
	.printHead a {
		color: inherit;
		text-decoration: none;
	}
	.printSpace td {
		height: 10px;
		margin: 0;
		border: none;
		border-left: #FF0000 1px solid !important;
		border-right: #FF0000 1px solid !important;
	}
	#orderList .cal {
		height: auto;
		overflow: visible;
	}
	/* 微調整 */
	#orderList .cal table {
		font-size: 8px;
	}
	#orderList select[name='qWeek'] {
		display: none;
	}
	#orderList .page-title-action {
		display: none;
	}
	/* サイドメニュー非表示 */
	#adminmenuback {
		display: none;
	}
	#adminmenuwrap {
		display: none;
	}
	#wpcontent {
		margin-left: 0;
	}
	#wpbody-content .update-nag {
		display: none;
	}
	html.wp-toolbar {
    padding-top: 0;
	}
	body {
		background-color: transparent;
	}
	#wpfooter {
		display: none;
	}
}


/*
* 受注CSVエクスポート ウィジット
*/
#widgetOrderExport {
	display: block;
	margin: 0;
	padding: 0;
}
#widgetOrderExport form {
	display: flex;
	margin: 0;
	padding: 0;
	align-items: center;
	justify-content: center;
}
#widgetOrderExport form p {
	display: flex;
	align-items: center;
	margin: 0 20px 0 0;
	padding: 0;
	font-size: 14px;
	line-height: 1;
}
#widgetOrderExport form select {
	margin: 0 10px 0 0;
}




/*
* 年月select
*/
#viewYMWrap {
  margin: 20px 0 10px 0;
  padding: 0;
}
#viewYMWrap ul {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
}
#viewYMWrap a {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0;
  padding: 5px 10px;
  color: #2271b1;
  text-decoration: none;
  background: #f6f7f7;
  border: 1px solid #2271b1;
  border-radius: 3px;
}


/*
* 1ヶ月カレンダー
*/
#tabScheduleMonth {
  margin: 0 0 20px 0;
  padding: 0;
}
#tabScheduleMonth h5.calMonth {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
}
/* カレンダー */
#tabScheduleMonth .cal table {
  position: relative;
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  border: #CCCCCC 1px solid;
  overflow: hidden;
  z-index: 0;
}
#tabScheduleMonth .cal table th {
  width: calc(100% / 7);
  margin: 0;
  padding: 5px 0;
  border: #CCCCCC 1px solid;
}
#tabScheduleMonth .cal table td {
  position: relative;
  width: calc(100% / 7);
  height: 80px;
  margin: 0;
  padding: 0;
  vertical-align: top;
  border: #CCCCCC 1px solid;
  transition: 0.5s;
  isolation: isolate;
}
#tabScheduleMonth .cal table td:hover {
  opacity: 0.8;
  /* transform-origin: center; */
  /* transform: scale(1.01); */
}
#tabScheduleMonth .cal table thead {
  text-align: center;
  background-color: #F8F8F8;
}
#tabScheduleMonth .cal table h5 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  margin: 0 0 5px 0;
  padding: 0;
  text-align: center;
  font-size: 14px;
  font-weight: 900;
  background-color: #F7F7F7;
}
#tabScheduleMonth .cal td:nth-of-type(1) h5 {
  color: #CC0000;
}
#tabScheduleMonth .cal td:nth-of-type(7) h5 {
  color: #0000CC;
}
#tabScheduleMonth .cal td h5 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  text-align: center;
  color: inherit;
  border-radius: 9999px;
}
#tabScheduleMonth .cal td.today h5 a {
  background-color: #9cf8bf;
}
#tabScheduleMonth .cal table td:hover h5 a {
  background-color: #FFFF00;
}
/* sticky */
#tabScheduleMonth .cal .stickyRow {
  position: sticky;
  top: 0;
  z-index: 1;
}
#tabScheduleMonth .cal .stickyCol {
  position: sticky;
  left: 0;
  z-index: 1;
}
/* radio大 */
#tabScheduleMonth .radioBig {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
  gap: 5px 10px;
	margin: 0 auto;
	padding: 2px 5px !important;
}
#tabScheduleMonth .radioBig label {
  width: 100%;
  max-width: 30px;
	margin: 0;
	padding: 3px 10px;
	text-align: center;
	color: #FFFFFF;
  background-color: #1574cb;
	border: #1574cb 1px solid;
  border-radius: 5px;
	cursor: pointer;
}
#tabScheduleMonth .radioBig label:nth-of-type(1) {
  background-color: #CC0000;
	border: #CC0000 1px solid;
}
#tabScheduleMonth .radioBig label:nth-of-type(2) {
  background-color: #1574cb;
	border: #1574cb 1px solid;
}
#tabScheduleMonth .radioBig input { display: none; }
#tabScheduleMonth .radioBig input[type='radio']:not(:checked) + label {
	color: #000000;
	background-color: #FFFFFF;
  border: #CCCCCC 1px solid;
}
























/* end */
