@charset "UTF-8";


body {
  font-size: 16px;
  background-color: white;
  height: 100vh;
}

.wrapper {
  height: 100vh;
}

div.wrapper {
  height: calc(100vh - 120px);
}

section.content {
  height: 100%;
}

.has-error .control-label {
  color: #a94442;
}

.error {
  color: #a94442;
  display: none;
}

.error.active {
  display: block;
}

img {
  margin-top: 2.5px;
  margin-bottom: 2.5px;
  width: 80%;
  max-width: 100px;
  cursor: pointer;
}

.required {
  color: red;
}

/* 上書き */
.sidebar-mini.sidebar-collapse .content-wrapper {
  margin-left: 0 !important;
  background-color: white !important;
}

.content .row {
  margin-left: 200px;
}

.form-check.form-check-inline {
  margin-left: 6px;
  margin-top: 4px;
}

.content-wrapper {
  height: calc(100vh - 120px) !important;
}

div .box-body.table-responsive {
  height: calc(100vh - 250px);
  width: 100%;
}

.table-responsive {
  overflow-y: auto;
}
/* 上書き */

/* ログイン関連 */
#login__body {
  background-color:rgb(242, 242, 242);
}

.login__caption {
  text-align: center;
  font-size: 40px;
  margin-top: 50px;
}

.login__white-space {
  border-radius: 10px;
  margin-top: 50px;
}

.login__input {
  padding: 0 5px 10px 5px;
}

.login__input div {
  margin-top: 10px;
}

.login__input input[type="text"] {
  height: 40px;
  font-size: 100%;
}

.login__input input[name="password"] {
  width: calc(100% - 30px);
  height: 40px;
  font-size: 100%;
}

#login-password {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

#login__buttonEye {
  height: 40px;
  width: 30px;
  background-color: #A9A9A9;
  border-color: #696969;
  border-width: 2px;
}

#display-or-hide {
  font-size: 14px;
  text-align: center;
  width: 100px;
  background-color: #A9A9A9;
  border-color: #696969;
  border-width: 2px;
}

.login__btn {
  width: 120px;
  font-size: 20px;
  margin-top: 10px;
}

.login__link {
  font-size: 24px;
}
/* ログイン関連 */


/* アカウント登録 */
#regist-user__body {
  background-color: white;
}

.regist-user__caption {
  font-size: 40px;
  margin-top: 50px;
}

.regist-user__inputform {
  margin-top: 50px;
}

.regist-user__input-group {
  width: 100%;
  margin-top: 3px;
}

.regist-user__column {
  width: 30%;
  font-size: 20px;
  display: block;
  text-align: center;
  border-color: #696969;
  border-width: 2px;
  background-color: #A9A9A9;
  color: white;
  margin-bottom: 0;
}

.regist-user__input-text {
  width: 70%;
}

.regist-user__input-select {
  width: 45%;
}

.regist-user__btn {
  text-align: right;
}

.regist-user__btn input[type="button"] {
  margin-top: 10px;;
  width: 120px;
  font-size: 20px;
}
/* アカウント登録 */

/* ヘッダー */
header {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

#header-upside {
  display: flex;
  background-color: white;
  height: 50px;
  width: 100%;
}

#header-upside div {
  padding-top: 10px;
}

#header-downside {
  display: flex;
  background-color: #000066;
  height: 70px;
  width: 100%;
  margin-right: auto;
}

#header-downside div {
  padding-top: 5px;
}

#header-downside>div:first-of-type {
  margin-right: auto;
}

#top-logo {
  height: 100%;
  width: 250px;
  background-color: #000055;
  text-align: center;
  cursor: pointer;
}

#top-logo span {
  font-family: Arial, Helvetica, sans-serif;
  color: white;
}

#user-name {
  width: calc(100% - 400px);
  color: navy;
  padding-left: 20px;
  font-weight: bold;
}

#person-icon {
  width: 50px;
  cursor: pointer;
}

#logout-link {
  width: 100px;
  /* font-weight: bold; */
}

#logout-link a {
  color: navy;
  font-size: 18px;
  font-weight: bold;
}

#header-rightside-btn {
  display: flex;
}

.header-btn {
  background-color: #6b8196;
  color: white;
  width: 200px;
  height: 40px;
  font-size: 20px;
  margin: 10px 10px 10px 10px;
}

.header-btn.active {
  background-color: #0099CC;
}

.header-btn:hover {
  background-color: #0099CC;
  color: white;
}
/* ヘッダー */

/* 検索ボタン */
#search-btn {
  width: 60px;
  height: 40px;
  color: white;
  background-color: #6495ED;
  font-size: 16px;
}

#search-btn:hover {
  background-color: #00008B;
}

/* 機器管理 */
.equipment-management__search-conditions {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 10px;
  float: left;
}

.equipment-management__search-conditions div {
  margin-left: 10px;
}

.equipment-management__search-conditions-radio {
  min-width: 830px;
  margin-left: 10px;
  padding: 10px;
  display: flex;
  border: 2px solid;
}

.equipment-management__search-conditions-radio .form-check:not(:nth-child(1)) {
  margin-left: 10px;
}

.equipment-management__btn {
  display: flex;
  width: 100%;
}

.equipment-management__btn input:first-of-type {
  margin-left: 0;
}

.equipment-management__btn input:nth-of-type(2) {
  margin-left: calc(33% - 120px);
}

.equipment-management__btn input:nth-of-type(3) {
  margin-left: calc(22% - 120px);
}
.equipment-management__btn input:nth-of-type(4) {
  margin-left: 10px;
}
.equipment-management__btn input:nth-of-type(5) {
  margin-left: auto;
}

.equipment-management__btn input[type="button"] {
  width: 120px;
  height: 40px;
  color: white;
  background-color: #6495ED;
  font-size: 16px;
}

.equipment-management__btn input[type="button"]:hover {
  background-color: #00008B;
}

#equipment-management__table {
  width: 100%;
  max-height: calc(100vh - 270px);
  overflow-x: auto;
  overflow-y: auto;
  margin-top: 10px;
}

#equipment-management__table table {
  margin: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

@media (max-width:1649px) {
  #equipment-management__table {
    max-height: calc(100vh - 310px);
  }
}

@media (max-width:1579px) {
  #equipment-management__table {
    max-height: calc(100vh - 320px);
  }
}

@media (max-width:947px) {
  #equipment-management__table {
    max-height: calc(100vh - 360px);
  }
}

@media (max-width:877px) {
  #equipment-management__table {
    max-height: calc(100vh - 390px);
  }
}

#equipment-management__table th {
  border: solid 1px;
  background-color: #D3D3D3;
  text-align: center;
  position: sticky;
  top: 0;
  z-index: 1;
}

.equipment-management__table-bg-color {
  background-color: #D3D3D3;
}

#equipment-management__table td {
  border: solid 1px;
}

.equipment-management__table-column.note {
  text-align: left;
}

.equipment-management__table-column.red {
  background-color: red;
}

.equipment-management__table-column.yellow {
  background-color: yellow;
}

tr.light-red td.equipment-management__table-column {
  background-color: #FADBDA;
}

tr.hover td.equipment-management__table-column {
  background-color: #CCFFFF;
}

tr.select td.equipment-management__table-column {
  background-color: #CCFFFF;
}

#equipment-management__search-conditions-table {
  table-layout: fixed;
  border: solid 2px;
  border-color: white;
}

#equipment-management__search-conditions-table th {
  border: solid 1px;
  border-color: white;
  text-align: center;
  color: white;
  background: linear-gradient(#B0E0E6, #4169E1);
  font-weight: 400;
}

.equipment-management__search-select {
  width: 100%;
}

.equipment-management__search-text {
  width: 100%;
}

.equipment-management__tabl-column-red {
  background-color: red !important;
}

.equipment-management__tabl-column-yellow {
  background-color: yellow !important;
}

#month {
  width: 30px;
  height: 30px;
}






/* モーダル系 */

/* モーダル共通 */
.modal-container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,50%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
  box-sizing: border-box;
}

.modal-container:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.modal-container.active{
	opacity: 1;
	visibility: visible;
  z-index: 5;
}

.modal-close{
	cursor: pointer;
}

.modal-content{
	background: #fff;
	text-align: left;
	padding: 30px;
}

.modal-title {
  font-size: 28px;
  font-weight: 500;
}

.modal__inputform {
  margin-top: 15px;
}

.modal__input-group {
  margin-top: 3px;
}

.modal-btn {
  text-align: right;
}

.modal-btn input[type="button"] {
  margin-top: 10px;;
  width: 120px;
  font-size: 16px;
}

.hide {
  display: none;
}


/* モーダル共通 */




/* アカウント編集モーダル */
.account-edit__modal-body{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 700px;
	width: 90%;
}

.account-edit__column {
  width: 25%;
  font-size: 12px;
  display: block;
  text-align: center;
  border-color: #696969;
  border-width: 2px;
  background-color: #A9A9A9;
  color: white;
  margin-bottom: 0;
}

.account-edit__input-text {
  width: 75%;
  border: solid 1px;
  border-color: #696969;
}

.account-edit__input-text[readonly] {
  background-color: #e9ecef;
}

.account-edit__input-select {
  width: 35%;
}
/* アカウント編集モーダル */

.input-group > textarea.form-control {
  width: 40%;
  height: 105px;
  font-size: 16px;
  flex: none;
  resize: none;
}


/* 製品モーダル */
#product__delete-btn {
  position: absolute;
  right: 5%;
}

#product-modal__link {
  margin-left: 5px;
}

.product__modal-body {
  position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 1200px;
	width: 90%;
}

.product__column {
  font-size: 14px;
  min-width: 100px;
  width: 10%;
  background-color: #0066CC;
  color: white;
  display: block;
  text-align: center;
  margin-bottom: 0;
}

.product__input-select {
  min-width: 300px;
  width: 40%;
}

.product__input-select[disabled] {
  background-color: #e9ecef;
}

.product__input-text {
  min-width: 300px;
  width: 40%;
  border: solid 1px;
  border-color: #696969;
}

.product__input-text[readonly] {
  background-color: #e9ecef;
}

.product__table {
  width: 100%;
  margin-top: 5px;
}

.product__table-header {
  width: 40%;
  height: 25px;
  font-size: 14px;
  background-color: #0066CC;
  color: white;
  text-align: center;
  border: solid 1px;
  border-color: white;
}

.product__th {
  width: 10%;
  min-width: 100px;
  font-size: 14px;
  background-color: #0066CC;
  color: white;
  text-align: center;
  margin-top: 5px;
  border: solid 1px;
  border-color: white;
}

.product__td {
  width: 100%;
  border: solid 1px;
  border-color: #696969;
}

.product__td[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.product__reference-btn {
  width: 80%;
  border-radius: 5px;
  color: white;
  background-color: #0099FF;
  margin: 3px;
  cursor: pointer;
  text-align: center;
}

.product__reference-btn input[type="file"] {
  display: none;
}
/* 製品モーダル */


/* 機器モーダル  */
#equipment__delete-btn {
  position: absolute;
  right: 5%;
}

.equipment__modal-body {
  position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 1200px;
	width: 90%;
}

.equipment__column {
  font-size: 14px;
  width: 10%;
  min-width: 110px;
  background-color: #00CC00;
  color: white;
  display: block;
  text-align: center;
  margin-bottom: 0;
}

.equipment__input-select {
  min-width: 300px;
  width: 40%;
}

.equipment__input-text {
  min-width: 300px;
  width: 40%;
  border: solid 1px;
  border-color: #696969;
}

.equipment__input-text[readonly] {
  background-color: #e9ecef;
}

.equipment__input-text[disabled] {
  background-color: #e9ecef;
}
.equipment__table {
  width: 100%;
  margin-top: 5px;
}

.equipment__table-header {
  width: 40%;
  height: 25px;
  font-size: 14px;
  background-color: #00CC00;
  color: white;
  text-align: center;
  border: solid 1px;
  border-color: white;
}

.equipment__th {
  width: 10%;
  min-width: 110px;
  font-size: 14px;
  background-color: #00CC00;
  color: white;
  text-align: center;
  margin-top: 5px;
  border: solid 1px;
  border-color: white;
}

.equipment__td {
  width: 100%;
  border: solid 1px;
  border-color: #696969;
}

.equipment__td[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.equipment__reference-btn {
  width: 80%;
  border-radius: 5px;
  color: white;
  background-color: #0099FF;
  margin: 3px;
  cursor: pointer;
  text-align: center;
}

.equipment__reference-btn input[type="file"] {
  display: none;
}

.equipment__expiration-date {
  width: 15%;
  min-width: 100px;
}

.equipment__expiration-date-span {
  width: 10%;
  text-align: center;
}

.equipment__required-days {
  width: 10%;
  min-width: 50px;
}

.equipment__scheduled-request-date {
  width: 20%;
  min-width: 100px;
}
/* 機器モーダル */


/* 校正モーダル */
.proof__modal-body {
  position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 800px;
	width: 90%;
}

.proof__column {
  font-size: 14px;
  width: 25%;
  background-color: #FF773E;
  color: white;
  display: block;
  text-align: center;
  margin-bottom: 0;
}

.proof__input-text {
  min-width: 300px;
  width: 60%;
  border: solid 1px;
  border-color: #696969;
}

.proof__input-text[readonly] {
  background-color: #e9ecef;
}

.proof__table {
  width: 100%;
  margin-top: 5px;
}

.proof__certificate {
  width: 25%;
  font-size: 14px;
  background-color: #FF773E;
  color: white;
  text-align: center;
}

.proof__table td{
  border: 1px solid white;
}

.proof__table-title {
  width: 10%;
  font-size: 14px;
  background-color: #FF773E;
  color: white;
  text-align: center;
}

.proof__th {
  width: 15%;
  font-size: 14px;
  background-color: #FF773E;
  color: white;
  text-align: center;
}

.proof__td {
  width: 60%;
}

.proof__table-text {
  width: 100%;
  border: solid 1px;
  border-color: #696969;
}

.proof__table-text[readonly] {
  background-color: #e9ecef;
}

.proof__reference-btn {
  width: 80%;
  border-radius: 5px;
  color: white;
  background-color: #0099FF;
  margin: 3px;
  cursor: pointer;
  text-align: center;
}

.proof__reference-btn input[type="file"] {
  display: none;
}

.input-group > textarea.form-control.proof__input-text {
  width: 60%;
  height: 100px;
  font-size: 16px;
  flex: none;
  resize: none;
}
/* 校正モーダル */


/* 校正履歴モーダル */
.proof-history__modal-body {
  position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 1500px;
	width: 90%;
}

.proof-history__column {
  font-size: 12px;
  width: 15%;
  background-color: #FF773E;
  color: white;
  display: block;
  text-align: center;
  margin-bottom: 0;
}

.proof-history__input-select {
  max-width: 200px;
  width: 50%;
}

.proof-history__input-text {
  min-width: 300px;
  width: 40%;
  border: solid 1px;
  border-color: #696969;
  background-color: #e9ecef;
}

.proof-history__table {
  width: 100%;
  margin-top: 5px;
  text-align: center;
  border-collapse: collapse;
}

.proof-history__th {
  font-size: 14px;
  background-color: #0066FF;
  color: white;
  border: 1px solid black;
}

.proof-history__td {
  font-size: 14px;
  background-color: #EEFFFF;
  border: 1px solid black;
}
/* 校正履歴モーダル */


/* 予約モーダル */
.reserve__modal-body {
  position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 700px;
	width: 90%;
}

#reserve__delete-btn {
  position: absolute;
  right: 5%;
}

.reserve__column {
  font-size: 12px;
  width: 25%;
  background-color: #FFCC00;
  color: white;
  display: block;
  text-align: center;
  margin-bottom: 0;
}

.reserve__input-text {
  min-width: 300px;
  width: 55%;
  border: solid 1px;
  border-color: #696969;
}

.reserve__input-text[readonly] {
  background-color: #e9ecef;
}

.reserve__expiration-date {
  width: 20%;
  min-width: 100px;
  border: solid 1px;
  border-color: #696969;
}

.reserve__expiration-date-span {
  width: 15%;
  text-align: center;
}

.input-group.modal__input-group textarea.form-control.reserve__input-text {
  width: 55%;
}
/* 予約モーダル */


/* 人事モーダル */
#buttonEye {
  width: 30px;
  background-color: #A9A9A9;
  border-color: #696969;
  border-width: 2px;
}

.human-resources__modal-body {
  position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 900px;
	width: 90%;
}

.human-resources__column {
  width: 15%;
  font-size: 14px;
  display: block;
  text-align: center;
  border-color: #696969;
  border-width: 2px;
  background-color: #A9A9A9;
  color: white;
  margin-bottom: 0;
}

.human-resources__input-text {
  width: 65%;
  border: solid 1px;
  border-color: #696969;
}

.human-resources__input-text[readonly] {
  background-color: #e9ecef;
}

.human-resources__input-select {
  width: 65%;
}

.human-resources__input-select-text {
  background-color: #e9ecef;
  width: 35%;
  border: solid 1px;
  border-color: #696969;
}

#human-resources__delete-btn {
  position: absolute;
  right: 5%;
}

input.human-resources__input-text[name=Password] {
  width: calc(65% - 30px);
}

#sectoe__delete-btn {
  position: absolute;
  right: 5%;
}

/* 人事モーダル */


/* 事業場モーダル */
.work-place__modal-body {
  position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 900px;
	width: 90%;
}

.work-place__column {
  width: 20%;
  font-size: 14px;
  display: block;
  text-align: center;
  border-color: #696969;
  border-width: 2px;
  background-color: #A9A9A9;
  color: white;
  margin-bottom: 0;
}

.work-place__input-text {
  width: 60%;
  border: solid 1px;
  border-color: #696969;
}

.work-place__input-text[readonly] {
  background-color: #e9ecef;
}

.work-place__input-short-text {
  width: 20%;
  border: solid 1px;
  border-color: #696969;
}

.work-place__input-long-text {
  width: 40%;
  background-color: #e9ecef;
  border: solid 1px;
  border-color: #696969;
}

.work-place__input-select {
  width: 60%;
}

.work-place__input-select[disabled] {
    background-color: #e9ecef;
}

#work-place__delete-btn {
  position: absolute;
  right: 5%;
}
/* 事業場モーダル */


/* 部門モーダル */
.sector__modal-body {
  position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 700px;
	width: 90%;
}

.sector__column {
  width: 25%;
  font-size: 16px;
  display: block;
  text-align: center;
  border-color: #696969;
  border-width: 2px;
  background-color: #A9A9A9;
  color: white;
}

.sector__input-text {
  width: 60%;
  border: solid 1px;
  border-color: #696969;
}

.sector__input-text[readonly] {
  background-color: #e9ecef;
}

#sector__delete-btn {
  position: absolute;
  right: 5%;
}
/* 部門モーダル */


/* 製品名モーダル */
.product-name__modal-body {
  position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 700px;
	width: 90%;
}

.product-name__column {
  width: 25%;
  font-size: 16px;
  display: block;
  text-align: center;
  border-color: #696969;
  border-width: 2px;
  background-color: #A9A9A9;
  color: white;
}

.product-name__input-text {
  width: 60%;
  border: solid 1px;
  border-color: #696969;
}

.product-name__input-text[readonly] {
  background-color: #e9ecef;
}

#product-name__delete-btn {
  position: absolute;
  right: 5%;
}
/* 製品名モーダル */


/* メール配信モーダル */
.mail__modal-body {
  position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 900px;
	width: 90%;
}

.mail__column {
  width: 25%;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* display: block; */
  /* text-align: center; */
  border-color: #696969;
  border-width: 2px;
  background-color: #A9A9A9;
  color: white;
  margin-bottom: 0;
}

.mail__input-text {
  width: 60%;
  border: solid 1px;
  border-color: #696969;
}

textarea .mail__input-text {
    width: 60%;
    border: solid 1px;
    border-color: #696969;
    resize: none;
}

.mail__input-text[readonly] {
  background-color: #e9ecef;
}

.mail__input-select {
  width: 60%;
}

.mail__input-radio {
  width: 60%;
}

.mail__input-short-text {
  width: 100px;
  border: solid 1px;
  border-color: #696969;
}

#mail__delete-btn {
  position: absolute;
  right: 5%;
}
/* メール配信モーダル */



/* モーダル系 */



/* マスタサイドメニュー */
#mast-side-menu {
  position: absolute;
  top: 120px;
  left: 0;
  width: 200px;
  min-height: 100%;
  background-color: #999999;
  display: flex;
  flex-flow: column;
  /* z-index: 9999; */
}


.mast-btn {
  width: 180px;
  height: 40px;
  background: radial-gradient(#999999, #BBBBBB);
  color: white;
  text-align: center;
  font-size: 18px;
  margin: 10px 10px 0 10px;
  border-radius: 7px;
  box-shadow:
    5px 5px 10px rgba(0,0,0,0.3),
    -5px -5px 10px rgba(0,0,0,0.3);
  border: none;
}

.mast-btn.active {
  background: radial-gradient(#0099CC, #0099FF);
}

.mast-btn:hover {
  background: radial-gradient(#0099CC, #0099FF);
  color: white;
}
/* マスタサイドメニュー */



/* 機器予約 */
.equipment-reserve__search-conditions {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 10px;
}

.equipment-reserve__search-conditions div {
  margin-left: 10px;
}

.equipment-reserve__search-conditions-checkbox {
  min-width: 370px;
  margin-left: 10px;
  padding: 10px;
  display: flex;
  border: 2px solid;
}

.equipment-reserve__search-conditions-checkbox .form-check:not(:nth-child(1)) {
  margin-left: 10px;
}

.equipment-reserve__date-btn {
  height: 50px;
  margin-left: 10px;
}

.equipment-reserve__date-btn div {
  margin-top: 10px;
  width: 200px;
  display: flex;
}

.equipment-reserve__designated-date {
  width: 150px;
  height: 30px;
  background-color: white;
  text-align: center;
}

#equipment-reserve__table {
  width: 100%;
  max-height: calc(100vh - 230px);
  overflow-x: auto;
  overflow-y: auto;
}

@media (max-width:1417px) {
  #equipment-reserve__table {
    max-height: calc(100vh - 280px);
  }
}

@media (max-width:713px) {
  #equipment-reserve__table {
    max-height: calc(100vh - 335px);
  }
}

#equipment-reserve__table table {
  margin: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

#equipment-reserve__table th {
  border: solid 1px;
  background-color: #D3D3D3;
  text-align: center;
  position: sticky;
  top: 0;
  z-index: 1;
}

#equipment-reserve__table th.saturday {
  background-color: #C6E0B4;
}

#equipment-reserve__table th.sunday {
  background-color: #F8CBAD;
}

#equipment-reserve__table th.today {
  background-color: #FFF2CC;
}

#equipment-reserve__table th.holiday {
  background-color: #F8CBAD;
}

.equipment-reserve__table-bg-color {
  background-color: #D3D3D3;
}

tr.hover td.equipment-reserve__table-column{
  background-color: #CCFFFF;
}

#equipment-reserve__table td {
  border: solid 1px;
  position: relative;
}

#equipment-reserve__table tr.pink td.equipment-reserve__table-column.schedule {
  background-color: #FF66FF;
}

#equipment-reserve__table tr.yellow td.equipment-reserve__table-column.schedule {
  background-color: #FFFF66;
}

#equipment-reserve__table tr td.equipment-reserve__table-column.schedule.yellow {
  background-color: #FFFF66;
}

#equipment-reserve__table tr td.equipment-reserve__table-column.schedule.pink {
  background-color: #FF66FF;
}

.equipment-reserve__table-column.note {
  text-align: left;
}

.equipment-reserve__sample div {
  text-align: right;
}

span.myself {
  color: #44546A;
}

td.equipment-reserve__table-column span.myself {
  cursor: pointer;
}

span.reserve {
  color: #00B0F0;
}

td.equipment-reserve__table-column span.reserve {
  cursor: pointer;
}

span.proof {
  color: #FF0000;
}

td.equipment-reserve__table-column span.proof {
  cursor: pointer;
}

span.not-returned {
  color: #7030A0;
}

td.equipment-reserve__table-column span.not-returned {
  cursor: pointer;
}

#equipment-reserve__search-conditions-table {
  table-layout: fixed;
  border: solid 2px;
  border-color: white;
}

#equipment-reserve__search-conditions-table th {
  border: solid 1px;
  border-color: white;
  text-align: center;
  color: white;
  background: linear-gradient(#B0E0E6, #4169E1);
  font-weight: 400;
}

.equipment-reserve__search-select {
  width: 150px;
  height: 100%;
}

.equipment-reserve__search-text {
  width: 200px;
}

#left-arrow {
  position: relative;
  width:0;
  height:0;
  border:22px solid transparent;
  border-right:22px solid #0066FF;
  margin-right: 5px;
  bottom: 7px;
  cursor: pointer;
}

#right-arrow {
  position: relative;
  width:0;
  height:0;
  border:22px solid transparent;
  border-left:22px solid #0066FF;
  margin-left: 5px;
  bottom: 7px;
  cursor: pointer;
}

.saturday {
  background-color: #C6E0B4;
}

.sunday {
  background-color: #F8CBAD;
}

.today {
  background-color: #FFF2CC;
}

.holiday {
  background-color: #F8CBAD;
}

.tooltips {
  display: none;
  min-width: 150px;
  min-height: 75px;
  z-index: 9999;
  background-color: #EEEEEE;
  border: 1px solid;
  border-radius: 5px;
  color: black;
  position: absolute;
}

.tooltips.active {
  display: block;
}

.tooltips div {
  text-align: center;
}
/* 機器予約 */


/* マスタ */
.box {
  border-top: none;
  box-shadow: none;
}

.masts__search-select {
  max-width: 400px;
  width: 50%;
  font-size: 14px;
}

.masts__column {
  font-size: 16px;
  width: 10%;
  background: linear-gradient(#B0E0E6, #4169E1);
  color: white;
  display: block;
  text-align: center;
  margin-bottom: 0;
}

.masts-create-btn {
  margin-bottom: 10px;
  margin-top: 10px;
}

.masts-create-btn input[type="button"] {
  font-size: 16px;
  text-align: center;
  width: 100px;
  height: 35px;
}

.table>thead:first-child>tr:first-child>th {
  border: 1px solid;
  border-color: black;
  font-size: 14px;
}

.table>thead>tr>th, .table>tbody>tr>td {
  padding: 3px;
}

.grid-table.table th {
  background-color: #DDDDDD;
  text-align: center;
  position: sticky;
  top: 0;
}

.grid-table td {
  background-color: #EEEEEE;
  border: 1px solid;
  border-color: black;
  text-align: center;
  font-size: 14px;
}

.table {
  width: auto;
}
/* マスタ */
