@import"https://unpkg.com/ress/dist/ress.min.css";:root{background-color:#fff;--ui-scale: 1;--col-width: 70px;--row-height: 50px;--first-col-width: 250px;--cell-font: 10px;--th-font: 12px;--td-first-font: 16px}body{font-family:Segoe UI,sans-serif}header{background-color:#fff;position:fixed;top:0;width:100vw;height:55px;z-index:100}main{margin-top:60px}.tab-buttons-area{position:fixed;top:5px}.TabSelectButton-reserve{margin:4px 4px 10px;padding:2px 8px;border:2px solid rgb(44,51,255);border-radius:4px;background-color:#fff;color:#3431ff;font-weight:700;font-size:20px;height:35px}.TabSelectButton-reserve.selected{background-color:#b2c7ff}.TabSelectButton-reserve:hover{background-color:#7b86ff;color:#fff}.TabSelectButton-check{margin:4px 4px 10px;padding:2px 8px;border:2px solid rgb(74,215,38);border-radius:4px;background-color:#fff;color:#4ad726;font-weight:700;font-size:20px;height:35px}.TabSelectButton-check.selected{background-color:#a8e09a}.TabSelectButton-check:hover{background-color:#cfffc3;color:#fff}.TabSelectButton-user{margin:4px 4px 10px;padding:2px 8px;border:2px solid rgb(108,108,108);border-radius:4px;background-color:#fff;color:#676767;font-weight:700;font-size:20px;height:35px}.TabSelectButton-user.selected{background-color:#cbcbcb}.TabSelectButton-user:hover{background-color:#9b9b9b;color:#fff}.mobile-TabSelectButton-reserve{margin:2px 2px 10px;padding:2px 8px;border:2px solid rgb(44,51,255);border-radius:4px;background-color:#fff;color:#3431ff;font-weight:700;font-size:20px;height:35px}.mobile-TabSelectButton-reserve.selected{background-color:#b2c7ff}.mobile-TabSelectButton-check{margin:2px 2px 10px;padding:2px 8px;border:2px solid rgb(74,215,38);border-radius:4px;background-color:#fff;color:#4ad726;font-weight:700;font-size:20px;height:35px}.mobile-TabSelectButton-check.selected{background-color:#a8e09a}.mobile-TabSelectButton-user{margin:2px 2px 10px;padding:2px 8px;border:2px solid rgb(108,108,108);border-radius:4px;background-color:#fff;color:#676767;font-weight:700;font-size:18px;height:35px}.mobile-TabSelectButton-user.selected{background-color:#cbcbcb}.select-area{border:2px solid blue;border-radius:6px;background-color:#fff;padding:5px;margin:5px;width:fit-content}.select-area-cancel{border:2px solid rgb(255,0,0);border-radius:6px;background-color:#fff;padding:5px;margin:5px;width:fit-content}.location-select-area{display:flex;align-items:center;gap:20px;margin:8px 0}.location-select-area-each{display:flex;align-items:center;gap:5px}.DropdownList-select-area{border:2px solid gray;color:gray;font-weight:700;border-radius:3px;padding:4px 2px;cursor:pointer;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;width:180px}.category-select-area{align-items:center}.category-button{background-color:#fff;border:2px solid rgb(140,140,140);border-radius:4px;color:#8d8d8d;font-weight:700;padding:4px;margin:4px;white-space:nowrap}.category-button.selected{background-color:#d0d0d0}.mode-change-button.to-reserve{background-color:#5656ff;box-shadow:0 2px 6px #0000004d;color:#fff;font-weight:700;border-radius:4px;padding:2px 10px;margin-left:10px;margin-top:2px}.mode-change-button.to-reserve:hover{background-color:#4949d2}.mode-change-button.to-cancel{background-color:#ff4a4a;box-shadow:0 2px 6px #0000004d;color:#fff;font-weight:700;border-radius:4px;padding:2px 10px;margin-left:10px;margin-top:2px}.mode-change-button.to-cancel:hover{background-color:#c43737}.modal-onoff-button{font-weight:700;color:#5252ff;margin-left:15px}.modal-onoff-button:hover{color:#3b3bbf}.table-container{display:flex;flex-direction:column;height:100vh}.tool-bar{flex:0 0 auto}.table-first{width:max-content;min-width:100%;border-collapse:collapse}.table-first td{border:1px solid rgb(185,185,185);padding:4px;background-color:#fff}.table-first th:nth-child(1){position:sticky;left:0;z-index:10!important;text-align:center;width:calc(var(--first-col-width) * var(--ui-scale));min-width:calc(var(--first-col-width) * var(--ui-scale));max-width:calc(var(--first-col-width) * var(--ui-scale));font-size:calc(var(--td-first-font) * var(--ui-scale))}.table-first td:nth-child(1){position:sticky;left:0;z-index:8;text-align:center;width:calc(var(--first-col-width) * var(--ui-scale));min-width:calc(var(--first-col-width) * var(--ui-scale));max-width:calc(var(--first-col-width) * var(--ui-scale));font-size:calc(var(--td-first-font) * var(--ui-scale))}.table-first th:nth-child(n+2){width:calc(var(--col-width) * var(--ui-scale));min-width:calc(var(--col-width) * var(--ui-scale));max-width:calc(var(--col-width) * var(--ui-scale));font-size:calc(var(--th-font) * var(--ui-scale));height:calc(var(--row-height) * var(--ui-scale))}.table-first td:nth-child(n+2){width:calc(var(--col-width) * var(--ui-scale));min-width:calc(var(--col-width) * var(--ui-scale));max-width:calc(var(--col-width) * var(--ui-scale));font-size:calc(var(--cell-font) * var(--ui-scale));height:calc(var(--row-height) * var(--ui-scale));white-space:normal;overflow-wrap:anywhere}.table-first td.cell-button{background-color:#fff;cursor:pointer;-webkit-user-select:none;user-select:none;overflow-x:hidden;position:relative}.table-first td.cell-selected{background-color:#b8dfff;color:#000}.table-first td.cell-today.cell-selected{background-color:#b8dfff}.table-first td.cell-today{background-color:#ffffce}.table-first td.cell-noIdentified{justify-items:center}.table-first td.cell-one-reserved{background-color:#ff9fe2;justify-items:center}.table-first td.cell-one-reserved.cell-selected{background-color:#b8dfff}.table-first td.cell-two-reserved{background:linear-gradient(to bottom,#edff65 50%,#ff5a86 50%)}.table-first td.cell-two-reserved.cell-selected{background:linear-gradient(to bottom,#b8dfff 50%,#b8dfff 50%)}.table-first td.cell-long-span{background-color:#a0fd8b;justify-items:center}.table-first td.cell-repairing{background-color:#ababab;justify-items:center}.table-first th.th-hover{background-color:#adebff;color:#000}.table-first th.th-saturday{background-color:#7979ff}.table-first th.th-saturday.th-hover{background-color:#adebff;color:#000}.table-first th.th-sunday{background-color:#ff7373}.table-first th.th-sunday.th-hover{background-color:#adebff;color:#000}.table-first td.row-hover{background-color:#adebff}.modal-overlay{z-index:20;position:fixed;display:flex;flex-direction:column;margin-top:5px;height:85vh;width:300px;right:0;background-color:#fff;border:2px solid rgb(96,131,255);border-radius:4px;overflow:hidden;align-items:center;padding-top:5px}.modal-off-button{font-size:14px;font-weight:700;color:#5252ff}.modal-off-button:hover{color:#3b3bbf}.modal-buttons-area{display:flex;justify-content:center;align-items:center;margin-top:5px;margin-bottom:15px}.selected-items-title{font-weight:700;margin-bottom:5px}.date-title{font-weight:700;font-size:90%;color:#00f;margin-left:5px;margin-top:5px}.category-title{font-size:80%;color:gray;font-weight:700;margin-left:10px}.modal-equipment-name{color:#00f;font-weight:700}.date-range-delete-panel{border:1px solid rgb(192,192,192);border-radius:4px;padding:5px;margin:3px 0}.date-checkbox-row{display:flex;gap:5px}.delete-action-buttons{display:flex;justify-content:center;gap:10px;margin-top:5px}.all-delete-button{font-size:90%;color:#4e4e4e;border-radius:4px}.all-delete-button:hover{background-color:#dadada}.select-delete-button{font-size:90%;color:#4e4e4e;border-radius:4px}.select-delete-button:hover{background-color:#dadada}.delete-cancel-button{font-size:90%;color:#4e4e4e;border-radius:4px}.delete-cancel-button:hover{background-color:#dadada}.selected-equipments-area{overflow-y:scroll}.reserve-button{background-color:#00b700;border-radius:4px;padding:5px;margin:2px 5px;font-weight:700;color:#fff;width:110px}.reserve-button:hover{background-color:#008600}.modal-cancel-button{background-color:#848484;border-radius:4px;padding:5px;margin:2px 5px;font-weight:700;color:#fff;width:110px}.modal-cancel-button:hover{background-color:#616161}.selected-equipments-card{border:1px solid rgb(177,177,177);border-radius:3px;width:270px;padding:5px 10px;margin:0 5px 5px}.selected-equipments-card.one-reservation{background-color:#ffff36;border:1px solid rgb(230,222,0)}.selected-equipments-card.two-reservations{background-color:#f33;border:1px solid rgb(203,0,0)}.modal-date-row{display:flex;justify-content:space-between}.modal-location,.date-range-title{font-size:90%;margin-left:10px}.unselect-button{font-size:80%;color:gray;border-radius:3px;margin-left:10px}.unselect-button:hover{background-color:#e7e7e7}.detail-modal-overlay{background-color:#0009;width:100vw;height:100vh;position:fixed;z-index:110;top:0;left:0;justify-items:center}.detail-modal-title-and-content{border:2px solid rgb(96,131,255);border-radius:6px;background-color:#fff;margin-top:5%;height:90vh;width:680px;padding:10px;display:flex;flex-direction:column;align-items:center}.detail-modal-all-area{gap:20px;display:flex;height:90%}.detail-modal-detail-area{position:sticky;top:0;align-self:flex-start}.detail-modal-selected-equipments-area{height:100%;overflow-y:auto;padding-top:10px}@media(max-width:700px){.detail-modal-all-area{flex-direction:column;height:90vh}.detail-modal-detail-area{position:static;width:100%}.detail-modal-selected-equipments-area{flex:1}}.detail-title{font-size:120%;font-weight:700;margin-bottom:10px}.reserve-detail-title-area{display:flex;align-items:end}.reserve-detail-area-notice{font-size:70%;margin:2px}.item-name{font-weight:700;margin:5px 2px 2px}.item-name-container{display:flex;align-items:baseline}.item-name-sub{font-size:80%}.project-name-input{width:180px;padding:3px;margin:3px 3px 10px 8px;border:1px solid gray;border-radius:2px;font-size:90%}.DropdownList{border:1px solid gray;border-radius:2px;font-size:90%;padding:2px;margin:3px 3px 5px 8px;cursor:pointer;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;width:180px}.remarks-radio-button-area{font-size:90%;margin:5px 0 5px 15px;display:flex;flex-direction:column;gap:10px}.remarks-input{border:1px solid gray;border-radius:2px;padding:3px;margin:3px 3px 10px 8px;width:250px}.individual-remarks-area{display:flex;font-size:80%;gap:3px;margin:2px;align-items:center}.remarks-input-individual{border:1px solid gray;border-radius:2px;padding:3px}.handle-reserve-button{background-color:#00b700;border-radius:4px;padding:8px 5px;margin:2px 10px 2px 5px;font-size:110%;font-weight:700;color:#fff;width:150px}.handle-reserve-button:hover{background-color:#008600}.detail-modal-cancel-button{background-color:#848484;border-radius:4px;padding:8px 5px;margin:2px 5px 2px 10px;font-size:110%;font-weight:700;color:#fff;width:150px}.detail-modal-cancel-button:hover{background-color:#616161}.ca-modal-content{z-index:20;position:fixed;display:flex;flex-direction:column;height:90vh;width:300px;right:0;background-color:#fff;border:2px solid rgb(255,96,96);border-radius:4px;overflow:hidden;align-items:center;padding-top:5px}.ca-modal-button-area{display:flex;gap:10px;margin:5px}.cancel-button{background-color:#ff2b2b;border-radius:4px;padding:3px;font-weight:700;color:#fff;width:100px}.cancel-button:hover{background-color:#da1f1f}.back-button{background-color:#9a9a9a;border-radius:4px;padding:3px;font-weight:700;color:#fff;width:100px}.back-button:hover{background-color:#5c5c5c}.ca-modal-user-area{border:1px solid rgb(197,197,197);border-radius:4px;width:290px;padding:3px}.ca-user-info{font-size:14px}.ca-password-input{border:1px solid rgb(181,181,181);border-radius:4px;padding:2px;margin:0 5px;width:210px}.cancel-modal-checked-item{font-weight:700;margin-top:5px}.cancel-notice{font-size:12px;margin-left:15px}.ca-modal-sentakuchu{font-size:18px;font-weight:700;color:gray}.ca-modal-project-area{overflow-y:auto}.each-cancel-item-area{border:1px solid rgb(181,181,181);border-radius:4px;padding:2px;margin:5px 0;width:270px}.ca-eq-name{font-size:18px;font-weight:700;color:red}.ca-location{font-size:12px;margin-left:5px;color:#575757}.ca-date-area{margin-left:10px}.ca-date{color:#575757}.ca-project-name{margin-left:10px}.ca-radio{display:flex;margin-left:10px}.loading-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;display:flex;align-items:center;justify-content:center;z-index:9999}.loading-content{display:flex;flex-direction:column;justify-content:center;align-items:center}.loading-image{width:200px;animation:swing 1s ease-in-out infinite}@keyframes swing{0%{transform:translate(0) rotate(0)}25%{transform:translate(-8px) rotate(-5deg)}50%{transform:translate(8px) rotate(5deg)}75%{transform:translate(-8px) rotate(-5deg)}to{transform:translate(0) rotate(0)}}.loading-text{font-size:20px;font-weight:700;color:#fff}.mobile-select-area{border:2px solid blue;border-radius:6px;background-color:#fff;padding:5px;margin:5px;width:350px}.mobile-select-area-cancel{border:2px solid rgb(255,0,0);border-radius:6px;background-color:#fff;padding:5px;margin:5px;width:350px}.location-area{display:flex;flex-direction:column;gap:5px}.location-select-area-each{display:flex;align-items:center;gap:10px}.mobile-to-reserve-area{display:flex;flex-direction:row;align-items:center;justify-content:center;padding:3px;margin:5px;gap:20px;border:2px solid rgb(193,193,193);border-radius:4px;width:350px}.next-button{background-color:#3ad635;box-shadow:0 2px 6px #0000004d;font-weight:700;color:#fff;border-radius:4px;padding:2px 10px}.mobile-select-reset-button{background-color:#afafaf;box-shadow:0 2px 6px #0000004d;font-weight:700;color:#fff;border-radius:4px;padding:2px 10px}.table-wrapper{flex:1 1 auto;overflow:auto}.table-third{width:max-content;min-width:100%;border-collapse:collapse}.th-reserve{position:sticky;top:0;z-index:7;border:1px solid rgb(0,94,255);padding:4px;background-color:#476cff;color:#fff}.th-cancel{position:sticky;top:0;z-index:7;border:1px solid rgb(255,0,0);padding:4px;background-color:#ff4747;color:#fff}.table-third td{border:1px solid rgb(185,185,185);padding:4px;background-color:#fff}.table-third th:nth-child(1){position:sticky;left:0;z-index:10!important;text-align:center;width:180px;min-width:180px;max-width:180px;font-size:16px}.table-third td:nth-child(1){position:sticky;left:0;z-index:8;text-align:center;width:180px;min-width:180px;max-width:180px;font-size:16px}.table-third th:nth-child(n+2){width:60px;min-width:60px;max-width:60px;font-size:12px;height:50px}.table-third td:nth-child(n+2){width:60px;min-width:60px;max-width:60px;font-size:10px;height:50px;white-space:normal;overflow-wrap:anywhere}.table-third td.cell-button{background-color:#fff;cursor:pointer;-webkit-user-select:none;user-select:none;overflow-x:hidden;position:relative}.remarks-tooltip-fixed{position:fixed;min-width:180px;background:#fff;border:1px solid #ccc;border-radius:4px;padding:8px;font-size:80%;box-shadow:0 2px 6px #0003;z-index:9;white-space:pre-wrap}.remarks-icon{position:absolute;top:-10px;right:-4px;cursor:default;font-size:230%;z-index:6}.eq-comment{font-size:12px;color:#ff5454}.table-third td.cell-selected{background-color:#b8dfff;color:#000}.table-third td.cell-today.cell-selected{background-color:#b8dfff}.table-third td.cell-today{background-color:#ffffce}.table-third td.cell-noIdentified{justify-items:center}.table-third td.cell-one-reserved{background-color:#ff9fe2;justify-items:center}.table-third td.cell-one-reserved.cell-selected{background-color:#b8dfff}.table-third td.cell-two-reserved{background:linear-gradient(to bottom,#edff65 50%,#ff5a86 50%)}.table-third td.cell-two-reserved.cell-selected{background:linear-gradient(to bottom,#b8dfff 50%,#b8dfff 50%)}.table-third td.cell-long-span{background-color:#a0fd8b;justify-items:center}.table-third td.cell-repairing{background-color:#ababab;justify-items:center}.table-third th.th-hover{background-color:#adebff;color:#000}.table-third th.th-saturday{background-color:#7979ff}.table-third th.th-saturday.th-hover{background-color:#adebff;color:#000}.table-third th.th-sunday{background-color:#ff7373}.table-third th.th-sunday.th-hover{background-color:#adebff;color:#000}.table-third td.row-hover{background-color:#adebff}.table-first-eq-comment{font-size:70%;color:#ff5454}.mobile-reserve-all-area{display:flex;flex-direction:column;align-items:center}.mobile-reserve-detail-area{display:flex;flex-direction:column;align-items:center;border:2px solid rgb(67,101,255);border-radius:4px;padding:5px;width:350px}.mobile-reserve-buttons{display:flex;gap:10px;margin-bottom:10px}.mobile-reserve-button{background-color:#3ad635;box-shadow:0 2px 6px #0000004d;font-weight:700;color:#fff;border-radius:4px;padding:5px;width:140px}.mobile-back-button{background-color:#a5a5a5;box-shadow:0 2px 6px #0000004d;font-weight:700;color:#fff;border-radius:4px;padding:5px;width:140px}.mobile-name{font-size:14px}.each-detail-area{display:flex;align-items:center}.selected-name{font-weight:700;margin-top:10px}.mobile-selected-equipments-area{display:flex;flex-direction:column;align-items:center}.mobile-selected-equipments-card{border:1px solid rgb(177,177,177);border-radius:3px;width:350px;padding:5px 10px;margin:0 5px 5px}.mobile-cancel-area{display:flex;flex-direction:column;align-items:center}.mobile-cancel-button{background-color:#ff3737;box-shadow:0 2px 6px #0000004d;font-weight:700;color:#fff;border-radius:4px;padding:5px;width:140px}.mobile-cancel-name{font-weight:700}.mobile-each-cancel-item-area{border:1px solid rgb(177,177,177);border-radius:3px;width:350px;padding:5px 10px;margin:0 5px 5px}.user-maintenance-all{display:flex;flex-direction:column;align-items:center}.password-change-area{border:1px solid rgb(181,181,181);border-radius:4px;padding:5px;margin:20px 5px 5px;width:400px;display:flex;flex-direction:column;align-items:center}.user-maintenance-each-title{font-size:18px;font-weight:700;margin-bottom:5px}.password-input{border:1px solid rgb(181,181,181);border-radius:4px;padding:2px;margin:2px 5px 5px;width:220px}.show-password-button.visible,.show-password-button.invisible{background-color:gray;border-radius:4px;font-size:14px;font-weight:700;color:#fff;padding:1px 3px;margin:2px}.password-change-button{background-color:#00c600;border-radius:4px;color:#fff;font-weight:700;padding:3px;width:80px;margin:5px}.password-change-button:hover{background-color:#008900}.email-change-area{border:1px solid rgb(181,181,181);border-radius:4px;padding:5px;margin:10px 5px;width:400px;display:flex;flex-direction:column;align-items:center}.email-input{border:1px solid rgb(181,181,181);border-radius:4px;padding:2px;margin:2px 5px 5px;width:250px}.email-notice{font-size:12px}.email-change-content{display:flex;flex-direction:column;align-items:center}.email-change-buttons-area{display:flex;gap:15px;margin-top:10px}.resend-button{background-color:#888;border-radius:4px;color:#fff;font-weight:700;padding:3px;width:100px;margin:5px}.resend-button:hover{background-color:#535353}.email-change-button{background-color:#00c600;border-radius:4px;color:#fff;font-weight:700;padding:3px;width:100px;margin:5px}.email-change-button:hover{background-color:#008900}.check-status-user-area{display:flex;flex-direction:column;justify-content:center}.check-status-change-user-area{border:2px solid rgb(63,174,63);border-radius:4px;padding:5px;margin:5px;width:400px;display:flex;justify-content:center;align-items:center}.check-status-current-user-all-area{display:flex;align-items:center;gap:10px}.check-status-current-user-area{display:flex;align-items:center;justify-content:center;width:270px;gap:10px;padding:3px;margin:10px 0 10px 20px;border-bottom:2px solid blue}.to-unify-button{background-color:#5350ff;box-shadow:0 2px 6px #0000004d;color:#fff;font-weight:700;font-size:90%;border-radius:4px;padding:2px 5px}.list-user-name{font-size:110%}.check-status-change-user-area{display:flex;align-items:center;gap:8px}.change-user-button{background-color:#18b700;box-shadow:0 2px 6px #0000004d;color:#fff;font-size:90%;font-weight:700;border-radius:4px;padding:2px 5px}.change-user-button:hover{background-color:green}.list-columns{display:flex;overflow-x:scroll}.list-each-column{width:350px;min-width:350px;margin:5px 20px}.list-project-name{font-size:20px;font-weight:700;margin:0 0 5px 5px}.project-name-edit-button{color:#a5a5a5;margin-left:5px}.list-buttons-area{display:flex;gap:10px;margin-left:10px}.unyfy-target-button{background-color:#9c9c9c;box-shadow:0 2px 6px #0000004d;color:#fff;font-weight:700;font-size:90%;border-radius:4px;padding:2px 5px;width:50px}.unyfy-target-button:hover{background-color:#7c7c7c}.unyfy-target-button.selected{background-color:#5350ff;box-shadow:0 2px 6px #0000004d;color:#fff;font-weight:700;font-size:90%;border-radius:4px;padding:2px 5px;width:70px}.unyfy-target-button.selected:hover{background-color:#403dc9}.to-edit-project-button{background-color:#ff3232;box-shadow:0 2px 6px #0000004d;color:#fff;font-weight:700;font-size:90%;border-radius:4px;padding:2px 5px;width:50px}.to-edit-project-button:hover{background-color:#c42a2a}.to-excel-export-button{background-color:#50d512;box-shadow:0 2px 6px #0000004d;color:#fff;font-weight:700;font-size:90%;border-radius:4px;padding:2px 5px;width:80px}.to-excel-export-button:hover{background-color:#45ad15}.list-vertical-scroll{overflow-y:scroll;max-height:65vh}.list-category{font-size:14px;margin-left:10px;color:#282828}.list-each-item-area{border:1px solid rgb(175,175,175);border-radius:4px;margin:0 5px 10px;padding:5px}.list-equipment-name{color:#3a41fe;font-weight:700}.list-location{font-size:90%}.unify-modal-overlay{background-color:#0009;width:100vw;height:100vh;position:fixed;z-index:130;top:0;left:0;display:flex;justify-content:center;align-items:center}.unify-modal-content{background-color:#fff;border:2px solid gray;border-radius:6px;display:flex;flex-direction:column;align-items:center;padding:10px;width:300px}.unify-project-name{font-weight:700}.unify-input{border:1px solid rgb(181,181,181);border-radius:4px;padding:2px;margin:5px;width:250px}.unify-buttons-area{display:flex;gap:10px;margin:10px}.unify-button{background-color:#5350ff;box-shadow:0 2px 6px #0000004d;color:#fff;font-weight:700;border-radius:4px;padding:2px 5px;width:100px}.unify-cancel-button{background-color:#929292;box-shadow:0 2px 6px #0000004d;color:#fff;font-weight:700;border-radius:4px;padding:2px 5px;width:100px}.added-eq-modal-content{position:fixed;top:30px;right:30px;background-color:#ededed;border:2px solid gray;border-radius:6px;padding:5px;width:350px;height:90vh;z-index:140}.list-off-button{color:#5252ff;font-size:14px;font-weight:700}.list-off-button:hover{color:#3b3bbf}.list-category{font-size:12px;color:#5e5e5e}.added-eq-modal-button-area{display:flex;align-items:center;justify-content:center;gap:15px}.edit-reserve-button{background-color:#4949ff;box-shadow:0 2px 6px #0000004d;border-radius:4px;color:#fff;font-weight:700;padding:1px 5px;width:80px;height:40px}.edit-reserve-button:hover{background-color:#2929ce}.edit-cancel-button{background-color:#ff4949;box-shadow:0 2px 6px #0000004d;border-radius:4px;color:#fff;font-weight:700;font-size:15px;padding:1px 5px;width:80px;height:40px}.edit-cancel-button:hover{background-color:#c33737}.edit-cancel-selected-quantity{font-size:11px}.edit-finish-button{background-color:#959595;box-shadow:0 2px 6px #0000004d;border-radius:4px;color:#fff;font-weight:700;padding:1px 5px;width:80px;height:40px}.edit-finish-button:hover{background-color:#6b6b6b}.added-eq-modal-added-eq-area{max-height:40vh;overflow-y:auto}.reserved-eq-name-area{display:flex;justify-content:space-between;align-items:center}.eq-detail-onoff-button{font-size:12px;color:#636363}.added-eq-modal-exist-eq-area{max-height:40vh;overflow-y:auto}.added-list-each-item-area{border:1px solid rgb(175,175,175);background-color:#fff;border-radius:4px;width:300px;margin:0 5px 2px;padding:5px}.added-list-location{font-size:14px}.reserved-item-date{margin-left:10px;font-size:14px;display:flex;gap:10px;align-items:center}.exist-list-date-area{display:flex;align-items:center;gap:5px}.added-list-date-area{display:flex;align-items:center;gap:5px;margin:2px}.selected-add-eq-delete-button{font-size:12px;color:gray}.selected-add-eq-delete-button:hover{background-color:#e6e6e6;border-radius:4px;padding:0 2px}.added-eq-remarks-input{border:1px solid rgb(175,175,175);border-radius:4px;padding:2px 3px;font-size:14px;width:150px}.selected-list-label{color:#9393ff;font-weight:700}.exist-list-label{color:#ff7373;font-weight:700}.selected-list-equipment-name{color:#44f;font-weight:700}.list-equipment-name{color:red;font-weight:700}.list-each-delete-button{background-color:gray;box-shadow:0 2px 6px #0000004d;border-radius:4px;color:#fff;font-weight:700;font-size:90%;padding:0 5px;margin:2px}.list-each-delete-button:hover{background-color:#525252}.list-each-delete-button.selected{background-color:#6ad62c}.list-each-delete-button.selected:hover{background-color:#4b971f}.add-modal-content{display:flex;flex-direction:column;height:100vh}.add-modal-select-area{margin:5px 0 15px 5px}.display-list-on-button.visible{color:#6c6cff;font-size:14px;font-weight:700}.display-list-on-button.invisible{background-color:#fff;border-radius:4px;color:#fff;font-weight:700;padding:0 5px}.add-modal-each-select-area{display:flex;align-items:center;gap:10px;margin:10px}.search-title{font-size:14px}.drop-down-list-edit-modal{border:1px solid gray;border-radius:4px;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;width:240px;padding:2px 5px}.table-buttons-area{display:flex}.zoom-area{display:flex;gap:10px;align-items:center;font-size:100%;margin:2px 10px}.zoom-controller{font-size:120%;padding:0 4px;border:1px solid rgb(121,121,121);border-radius:6px}.zoom-controller:hover{background-color:#d9d9d9}.scroll-area{gap:5px;align-items:center;display:flex;margin:2px 10px}.scroll-button{font-size:120%;font-weight:700;padding:0 4px;border:1px solid rgb(121,121,121);border-radius:6px}.scroll-button:hover{background-color:#d9d9d9}.today-button{border-radius:4px;color:orange;font-weight:700;padding:3px}.today-button:hover{background-color:#ffffca}.list-onoff-button{font-weight:700;color:#5252ff;margin-left:15px}.list-onoff-button:hover{color:#3b3bbf}.table-second-wrapper{flex:1 1 auto;overflow:auto}.table-second{width:max-content;min-width:100%;border-collapse:collapse}.table-second th{position:sticky;top:0;border:1px solid rgb(0,94,255);padding:4px;background-color:#476cff;color:#fff;z-index:7}.table-second td{border:1px solid rgb(185,185,185);padding:4px;background-color:#fff}.table-second th:nth-child(1){position:sticky;left:0;z-index:10!important;text-align:center;width:calc(var(--first-col-width) * var(--ui-scale));min-width:calc(var(--first-col-width) * var(--ui-scale));max-width:calc(var(--first-col-width) * var(--ui-scale));font-size:calc(var(--td-first-font) * var(--ui-scale))}.table-second td:nth-child(1){position:sticky;left:0;z-index:8;text-align:center;width:calc(var(--first-col-width) * var(--ui-scale));min-width:calc(var(--first-col-width) * var(--ui-scale));max-width:calc(var(--first-col-width) * var(--ui-scale));font-size:calc(var(--td-first-font) * var(--ui-scale))}.table-second th:nth-child(n+2){width:calc(var(--col-width) * var(--ui-scale));min-width:calc(var(--col-width) * var(--ui-scale));max-width:calc(var(--col-width) * var(--ui-scale));font-size:calc(var(--th-font) * var(--ui-scale));height:calc(var(--row-height) * var(--ui-scale))}.table-second td:nth-child(n+2){width:calc(var(--col-width) * var(--ui-scale));min-width:calc(var(--col-width) * var(--ui-scale));max-width:calc(var(--col-width) * var(--ui-scale));font-size:calc(var(--cell-font) * var(--ui-scale));height:calc(var(--row-height) * var(--ui-scale));white-space:normal;overflow-wrap:anywhere}.table-second td.cell-button{background-color:#fff;cursor:pointer;-webkit-user-select:none;user-select:none;overflow-x:hidden;position:relative}.table-second td.cell-selected{background-color:#b8dfff;color:#000}.table-second td.cell-today{background-color:#ffffce}.table-second td.cell-one-reserved{background-color:#ff9fe2;justify-items:center}.table-second td.cell-one-reserved.cell-selected{background-color:#b8dfff}.table-second td.cell-two-reserved{background:linear-gradient(to bottom,#edff65 50%,#ff5a86 50%)}.table-second td.cell-two-reserved.cell-selected{background:linear-gradient(to bottom,#b8dfff 50%,#b8dfff 50%)}.table-second td.cell-long-span{background-color:#a0fd8b;justify-items:center}.table-second td.cell-repairing{background-color:#ababab;justify-items:center}.table-second th.th-hover{background-color:#adebff;color:#000}.table-second th.th-saturday{background-color:#7979ff}.table-second th.th-saturday.th-hover{background-color:#adebff;color:#000}.table-second th.th-sunday{background-color:#ff7373}.table-second th.th-sunday.th-hover{background-color:#adebff;color:#000}.table-second td.row-hover{background-color:#adebff}.table-second-eq-comment{font-size:70%;color:#ff5454}.eq-location{font-size:80%;color:gray}.remarks-icon-second{position:absolute;top:-10px;right:-4px;cursor:default;font-size:230%;z-index:6}.remarks-tooltip-fixed{position:fixed;min-width:180px;background:#fff;border:1px solid #ccc;border-radius:4px;padding:8px;font-size:80%;box-shadow:0 2px 6px #0003;z-index:131}.mobile-check-status-user-area{display:flex;flex-direction:column;justify-content:center}.mobile-check-status-change-user-area{border:2px solid rgb(63,174,63);border-radius:4px;padding:5px;margin:5px;width:95vw;display:flex;justify-content:center;align-items:center;gap:5px}.mobile-whose-project{font-size:12px}.mobile-change-user-button{background-color:#18b700;box-shadow:0 2px 6px #0000004d;color:#fff;font-size:14px;font-weight:700;border-radius:4px;padding:2px 5px}.mobile-check-status-current-user-all-area{display:flex;align-items:center;gap:10px}.check-status-current-user-area{display:flex;align-items:center;justify-content:center;width:240px;gap:10px;padding:3px;margin:5px 0 5px 5px;border-bottom:2px solid blue}.mobile-list-user-name{font-size:18px;font-weight:500}.mobile-to-unify-button{background-color:#5350ff;box-shadow:0 2px 6px #0000004d;color:#fff;font-weight:700;font-size:13px;border-radius:4px;padding:2px 5px}.mobile-list-columns{display:flex;overflow-x:scroll}.mobile-list-each-column{width:350px;min-width:350px;margin:5px 10px}.mobile-list-buttons-area{display:flex;gap:10px;margin-left:10px}.mobile-unyfy-target-button{background-color:#9c9c9c;box-shadow:0 2px 6px #0000004d;color:#fff;font-weight:700;font-size:90%;border-radius:4px;padding:2px 5px;width:50px}.mobile-unyfy-target-button.selected{background-color:#5350ff;box-shadow:0 2px 6px #0000004d;color:#fff;font-weight:700;font-size:90%;border-radius:4px;padding:2px 5px;width:70px}.mobile-to-edit-project-button{background-color:#ff3232;box-shadow:0 2px 6px #0000004d;color:#fff;font-weight:700;font-size:90%;border-radius:4px;padding:2px 5px;width:50px}.mobile-to-excel-export-button{background-color:#50d512;box-shadow:0 2px 6px #0000004d;color:#fff;font-weight:700;font-size:90%;border-radius:4px;padding:2px 5px;width:80px}.mobile-list-project-name{font-size:20px;font-weight:700;margin:0 0 5px 5px}.mobile-project-name-edit-button{color:#a5a5a5;margin-left:5px}.mobile-list-vertical-scroll{overflow-y:scroll;max-height:60vh}.mobile-list-category{font-size:14px;margin-left:10px;color:#282828}.mobile-list-each-item-area{border:1px solid rgb(175,175,175);border-radius:4px;margin:0 5px 10px;padding:5px}.list-equipment-name{color:#fe3a3a;font-weight:700;font-size:16px}.list-location{font-size:14px}.mobile-added-eq-modal-overlay{display:flex;justify-content:center}.mobile-added-eq-modal-content{position:fixed;top:60px;background-color:#fff;border:2px solid gray;border-radius:6px;padding:5px;width:95vw;height:90vh;z-index:140}.mobile-list-invisual-button{color:#6c6cff;font-size:14px;font-weight:700}.mobile-added-eq-modal-button-area{display:flex;align-items:center;justify-content:center;gap:15px}.mobile-edit-reserve-button{background-color:#4949ff;box-shadow:0 2px 6px #0000004d;border-radius:4px;color:#fff;font-weight:700;padding:1px 5px;width:80px;height:40px}.mobile-edit-cancel-button{background-color:#ff4949;box-shadow:0 2px 6px #0000004d;border-radius:4px;color:#fff;font-weight:700;font-size:15px;padding:1px 5px;width:80px;height:40px}.mobile-edit-cancel-selected-quantity{font-size:11px}.mobile-edit-finish-button{background-color:#959595;box-shadow:0 2px 6px #0000004d;border-radius:4px;color:#fff;font-weight:700;padding:1px 5px;width:80px;height:40px}.mobile-add-label-area{display:flex;gap:5px;margin-top:5px}.mobile-selected-list-label{color:#9393ff;font-weight:700}.mobile-to-add-button{background-color:#fff;border:2px solid rgb(147,147,255);border-radius:4px;color:#9393ff;font-size:14px;font-weight:700;padding:0 5px}.mobile-added-eq-modal-added-eq-area{max-height:35vh;overflow-y:auto}.mobile-list-category{font-size:12px;color:#5e5e5e}.mobile-added-list-each-item-area{border:1px solid rgb(175,175,175);background-color:#fff;border-radius:4px;width:90vw;margin:0 5px 2px;padding:5px}.mobile-selected-list-equipment-name{color:#44f;font-weight:700}.mobile-exist-list-date-area{display:flex;align-items:center;gap:5px}.mobile-added-list-location{font-size:14px}.mobile-added-list-date-area{display:flex;align-items:center;gap:5px;margin:2px}.mobile-added-eq-remarks-input{border:1px solid rgb(175,175,175);border-radius:4px;padding:2px 3px;font-size:14px;width:150px}.mobile-selected-add-eq-delete-button{font-size:12px;color:gray}.mobile-exist-list-label{color:#ff7373;font-weight:700}.mobile-added-eq-modal-exist-eq-area{max-height:35vh;overflow-y:auto}.mobile-reserved-eq-name-area{display:flex;justify-content:space-between;align-items:center}.mobile-list-equipment-name{color:red;font-weight:700}.mobile-eq-detail-onoff-button{font-size:12px;color:#636363}.mobile-reserved-item-date{margin-left:10px;font-size:14px;display:flex;gap:10px;align-items:center}.mobile-list-each-delete-button{background-color:gray;box-shadow:0 2px 6px #0000004d;border-radius:4px;color:#fff;font-weight:700;font-size:90%;padding:0 5px;margin:2px}.mobile-list-each-delete-button.selected{background-color:#6ad62c}.mobile-add-modal-select-area{border:2px solid blue;border-radius:6px;background-color:#fff;padding:5px;margin:5px;width:350px}.mobile-add-modal-each-select-area{display:flex;align-items:center;margin:5px;gap:5px}.DropdownList-mobile{border:1px solid gray;border-radius:4px;padding:4px 2px;cursor:pointer;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;width:250px}.mobile-add-buttons-area{display:flex;justify-content:center;gap:15px;width:350px;border:2px solid rgb(175,175,175);border-radius:6px;margin:2px 5px;padding:3px 5px}.mobile-to-efit-button{background-color:#9393ff;border-radius:4px;color:#fff;font-weight:700;padding:2px 5px}.mobile-reset-select-button{background-color:#9e9e9e;border-radius:4px;color:#fff;font-weight:700;padding:2px 5px}.mobile-scroll-area{display:flex;margin:5px 0 2px 10px;gap:5px}.table-forth-wrapper{flex:1 1 auto;overflow:auto}.table-forth{width:max-content;min-width:100%;border-collapse:collapse}.table-forth-th{position:sticky;top:0;z-index:7;border:1px solid rgb(0,94,255);padding:4px;background-color:#476cff;color:#fff}.table-forth th.th-hover{background-color:#adebff;color:#000}.table-forth th.th-saturday.th-hover{background-color:#adebff;color:#000}.table-forth th.th-sunday.th-hover{background-color:#adebff;color:#000}.table-forth th:nth-child(1){position:sticky;left:0;z-index:10!important;text-align:center;width:180px;min-width:180px;max-width:180px;font-size:16px}.table-forth th:nth-child(n+2){width:60px;min-width:60px;max-width:60px;font-size:12px;height:50px}.table-forth td{border:1px solid rgb(185,185,185);padding:4px;background-color:#fff}.table-forth td:nth-child(1){position:sticky;left:0;z-index:8;text-align:center;width:180px;min-width:180px;max-width:180px;font-size:16px}.table-forth-eq-comment{font-size:12px;color:#ff5454}.table-forth-eq-location{font-size:12px;color:gray}.table-forth td:nth-child(n+2){width:60px;min-width:60px;max-width:60px;font-size:10px;height:50px;white-space:normal;position:relative;overflow-wrap:anywhere}.table-forth th.th-saturday{background-color:#7979ff}.table-forth th.th-sunday{background-color:#ff7373}.table-forth td.cell-selected{background-color:#b8dfff;color:#000}.table-forth td.cell-today{background-color:#ffffce}.table-forth td.cell-today.cell-selected{background-color:#b8dfff}.table-forth td.cell-noIdentified{justify-items:center}.cell-noIdentified-font{font-size:200%}.table-forth td.cell-one-reserved{background-color:#ff9fe2;justify-items:center}.table-forth td.cell-one-reserved.cell-selected{background-color:#b8dfff}.table-forth td.cell-two-reserved{background:linear-gradient(to bottom,#edff65 50%,#ff5a86 50%)}.table-forth td.cell-two-reserved.cell-selected{background:linear-gradient(to bottom,#b8dfff 50%,#b8dfff 50%)}.table-forth td.cell-long-span{background-color:#a0fd8b;justify-items:center}.table-forth td.cell-repairing{background-color:#ababab;justify-items:center}.reserved-project-name{display:flex;flex-direction:column;align-items:center;color:#000}.cell-username{color:#000}.remarks-icon-forth{position:absolute;top:-10px;right:-4px;cursor:default;font-size:230%;z-index:6}.version{font-size:80%}.logo-area{position:fixed;top:5px;right:5px}.title-container{position:fixed;display:flex;gap:10px;margin:3px}.login-overlay,.login-area{display:flex;flex-direction:column;align-items:center}.login-logo{height:90vh;position:fixed;top:10%;z-index:-1;opacity:.3}.login-title{font-size:110%;font-weight:700;margin:10px}.login-form-area{border:1px solid gray;border-radius:4px;padding:5px;width:300px}.login-each-title{font-weight:700}.login-input{padding:2px 5px;margin:5px;border:1px solid gray;border-radius:4px;width:200px}.login-button{background-color:#5154ff;border-radius:4px;color:#fff;font-weight:700;padding:3px 5px;margin:5px}
