/* コンテキスト固有 */
.hc-clnnav table.table-monospaced {
    table-layout: fixed;
}

.hc-clnnav img.img-item-icon {
    object-fit: contain;
    width: 34px;
    height: 34px;
}

.hc-clnnav label.operation-btn {
    font-size: 0.9rem;
    margin-top: 2px;
    margin-bottom: 0;
    cursor: pointer;
}

.hc-clnnav label.operation-btn:focus-within {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(69 150 150 / 50%);
}

.hc-clnnav .operation-btn input[type="file"] {
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
}

.hc-clnnav .custom-checkbox input[type="checkbox"] {
    clip-path: inset(100%);
    pointer-events: none;
    position: absolute;
}

.hc-clnnav .custom-checkbox input[type="checkbox"] + label {
    cursor: pointer;
    padding-left: 30px;
    position: relative;
}

.hc-clnnav .custom-checkbox input[type="checkbox"] + label.disabled {
    cursor: auto;
}

.hc-clnnav .custom-checkbox input[type="checkbox"] + label::before {
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    background-color: #ffffff;
    box-sizing: border-box;
    content: "";
    height: 24px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 24px;
}

.hc-clnnav th .custom-checkbox input[type="checkbox"] + label::before,
.hc-clnnav td .custom-checkbox input[type="checkbox"] + label::before {
    top: -8px;
}

.hc-clnnav th.align-top .custom-checkbox input[type="checkbox"] + label::before,
.hc-clnnav td.align-top .custom-checkbox input[type="checkbox"] + label::before {
    top: 0;
}

.hc-clnnav .custom-checkbox input[type="checkbox"]:focus + label::before {
    box-shadow: 0 0 0 0.2rem rgba(69, 150, 150, 0.5);
}

.hc-clnnav .custom-checkbox input[type="checkbox"]:checked + label::before {
    background-color: var(--primary-color);
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 24px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 24px;
}

.hc-clnnav th .custom-checkbox input[type="checkbox"]:checked + label::before,
.hc-clnnav td .custom-checkbox input[type="checkbox"]:checked + label::before {
    top: -8px;
}

.hc-clnnav th.align-top .custom-checkbox input[type="checkbox"]:checked + label::before,
.hc-clnnav td.align-top .custom-checkbox input[type="checkbox"]:checked + label::before {
    top: 0;
}

.hc-clnnav .custom-checkbox input[type="checkbox"]:checked + label::after {
    border-color: white;
    border-style: solid;
    border-width: 0 0 3px 3px;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 10px;
    left: 5px;
    position: absolute;
    top: 2px;
    transform: rotate(-45deg);
    width: 14px;
}

.hc-clnnav th .custom-checkbox input[type="checkbox"]:checked + label::after,
.hc-clnnav td .custom-checkbox input[type="checkbox"]:checked + label::after {
    top: -4px;
}

.hc-clnnav th.align-top .custom-checkbox input[type="checkbox"]:checked + label::after,
.hc-clnnav td.align-top .custom-checkbox input[type="checkbox"]:checked + label::after {
    top: 4px;
}

.hc-clnnav .custom-checkbox input[type="checkbox"]:checked:disabled + label::before {
    opacity: 0.5;
}

.hc-clnnav .custom-checkbox.check-disabled {
    opacity: 0.5;
}

.hc-clnnav .radio-circle-button {
    clip-path: inset(100%);
    pointer-events: none;
    position: absolute;
}

.hc-clnnav .radio-label {
    cursor: pointer;
    padding-left: 30px;
    position: relative;
    margin-bottom: 0;
}

.hc-clnnav .radio-label::before,
.hc-clnnav .radio-label::after {
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    background-color: #ffffff;
    box-sizing: border-box;
    content: "";
    height: 24px;
    left: 0;
    position: absolute;
    top: -1px;
    width: 24px;
}

.hc-clnnav .radio-label::after {
    opacity: 0;
    height: 14px;
    width: 14px;
    left: 5px;
}

.hc-clnnav .radio-circle-button:focus + label::before {
    box-shadow: 0 0 0 0.2rem rgba(69, 150, 150, 0.5);
}

.hc-clnnav .radio-circle-button:checked + .radio-label::after {
    background-color: var(--primary-color);
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 16px;
    left: 4px;
    position: absolute;
    top: 3px;
    width: 16px;
    opacity: 1;
}

.hc-clnnav .radio-circle-button:disabled + label {
    opacity: .35;
    cursor: default;
}

.hc-clnnav-cmp-smallroombox div.room-item-wrapper {
    border-radius: .25rem;
}

.hc-clnnav-cmp-smallroombox div.room-item {
    position: relative;
    display: inline-block;
    list-style: none;
    margin: 5px 0px;
    padding: 5px 10px;
    border: solid 1px #248484;
    min-width: 120px;
    text-align: left;
    vertical-align: top;
}

.hc-clnnav-cmp-smallroombox div.room-item:focus {
    outline: none;
}

.hc-clnnav-cmp-smallroombox .room-item img {
    object-fit: contain;
}

.hc-clnnav-cmp-smallroombox .room-item img.action {
    position: relative;
    z-index: 4;
    opacity: 0.5;
}

.hc-clnnav-cmp-smallroombox div.room-item.per150 {
    font-size: 1.5rem;
    min-width: 160px;
    padding: 5px 10px;
}

.hc-clnnav-cmp-smallroombox div.room-item.per150 img {
    width: 24px;
    height: 24px;
}

.hc-clnnav-cmp-smallroombox div.room-item.per125 {
    font-size: 1.25rem;
    min-width: 140px;
    padding: 5px 10px;
}

.hc-clnnav-cmp-smallroombox div.room-item.per125 img {
    width: 21px;
    height: 21px;
}

.hc-clnnav-cmp-smallroombox div.room-item.per100 {
    min-width: 120px;
    min-height: 36px;
    padding: 5px 10px;
}

.hc-clnnav-cmp-smallroombox div.room-item.per100 img {
    width: 16px;
    height: 16px;
}

.hc-clnnav-cmp-smallroombox div.room-item.per75 {
    font-size: 0.75rem;
    min-width: 90px;
    min-height: 30px;
    padding: 3px 5px;
}

.hc-clnnav-cmp-smallroombox div.room-item.per75 img {
    width: 14px;
    height: 14px;
}

.hc-clnnav-cmp-smallroombox div.room-item.per50 {
    font-size: 0.5rem;
    min-width: 80px;
    min-height: 27px;
    padding: 3px 5px;
}

.hc-clnnav-cmp-smallroombox div.room-item.per50 img {
    width: 12px;
    height: 12px;
}

.hc-clnnav-cmp-largeroombox {
    display: flex;
    flex-direction: column;
    position: relative;
    border: solid 1px lightgray;
    border-radius: 0;
    background-color: #fff;
    color: #333;
    width: 260px;
    min-width: 260px;
    box-shadow: 6px 6px 8px 0px rgba(0, 0, 0, 0.4);
}

.hc-clnnav-cmp-smallroombox .othersstatus-action,
.hc-clnnav-cmp-largeroombox .othersstatus-action {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 3;
}

.hc-clnnav-cmp-largeroombox .roombox-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 46px;
    padding-top: 0.2rem;
    padding-right: 0.2rem;
}

.hc-clnnav-cmp-largeroombox .room-label {
    font-size: 1.25rem;
    position: relative;
    font-weight: bold;
    padding-left: 0.2rem;
    width: 86px;
    text-align: center;
    z-index: 2;
    overflow: hidden;
    overflow-wrap: break-word;
    word-break: break-all;
}

.hc-clnnav-cmp-largeroombox .room-label.action {
    z-index: 4;
    opacity: 0.5;
}

.hc-clnnav-cmp-largeroombox .room-label.room-name {
    max-height: 40px;
    line-height: 1.1;
}

.hc-clnnav-cmp-largeroombox .room-label.cleaner {
    font-size: 0.95rem;
    max-height: 40px;
}

.hc-clnnav-cmp-largeroombox .room-label.room-status {
    max-height: 60px;
}

.hc-clnnav-cmp-largeroombox .room-label.room-name:hover,
.hc-clnnav-cmp-largeroombox .room-label.cleaner:hover,
.hc-clnnav-cmp-largeroombox .room-label.room-status:hover {
    cursor: default;
}

.hc-clnnav-cmp-largeroombox .roombox-body {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 60px;
}

.hc-clnnav-cmp-largeroombox .roombox-footer {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 46px;
    padding-left: 0.5rem;
    padding-right: 0.2rem;
    background-color: #7f7f7f;
}

.hc-clnnav-cmp-largeroombox .roombox-footer.action {
    z-index: 4;
    opacity: 0.5;
}

.hc-clnnav-cmp-largeroombox .roombox-header img,
.hc-clnnav-cmp-largeroombox .roombox-body img {
    object-fit: contain;
    width: 40px;
    height: 40px;
}

.hc-clnnav-cmp-largeroombox .roombox-footer img {
    object-fit: contain;
    width: 37px;
    height: 37px;
}

.hc-clnnav-cmp-largeroombox .roombox-body img.pointer,
.hc-clnnav-cmp-largeroombox .roombox-footer img.pointer {
    cursor: pointer;
}

.hc-clnnav-cmp-roombox {
    border: solid 1px rgb(58, 56, 56);
    border-radius: 0;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    width: 240px;
}

.hc-clnnav-cmp-roombox .roombox-header {
    border-bottom: solid 1px rgb(58, 56, 56);
    height: 90px;
}

.hc-clnnav-cmp-roombox .roombox-header div.info-room {
    min-width: 90px;
    max-width: 90px;
}

.hc-clnnav-cmp-roombox .roombox-header .text-room-name {
    font-size: 1.8rem;
    white-space: nowrap;
    overflow: hidden;
}

.hc-clnnav-cmp-roombox .roombox-header .text-type-name {
    font-size: 1.2rem;
    white-space: nowrap;
    overflow: hidden;
}

.hc-clnnav-cmp-roombox .roombox-header .room-status img {
    object-fit: contain;
    width: 40px;
    height: 40px;
}

.hc-clnnav-cmp-roombox .roombox-header div.info-instructionpm {
    min-width: 90px;
    max-width: 90px;
    min-height: 45px;
    max-height: 45px;
}

.hc-clnnav-cmp-roombox .roombox-header .info-instructionpm img {
    object-fit: contain;
    width: 85px;
    height: 40px;
}

.hc-clnnav-cmp-roombox .roombox-header div.info-doorsign {
    min-width: 90px;
    max-width: 90px;
    min-height: 35px;
    max-height: 35px;
}

.hc-clnnav-cmp-roombox .roombox-header .info-doorsign img {
    object-fit: contain;
    width: 32px;
    height: 32px;
}

.hc-clnnav-cmp-roombox .roombox-body {
    display: flex;
    align-items: center;
    min-height: 42px;
    background-color: rgb(58, 56, 56);
}

.hc-clnnav-cmp-roombox .roombox-body img {
    object-fit: contain;
    background-color: rgb(58, 56, 56);
}

.hc-clnnav-cmp-roombox .roombox-body .setting-instruction {
    width: 157px;
}

.hc-clnnav-cmp-roombox .roombox-body .checkinout,
.hc-clnnav-cmp-roombox .roombox-body .other-status {
    width: 40px;
}

.hc-clnnav-cmp-roombox .roombox-body .setting-instruction img,
.hc-clnnav-cmp-roombox .roombox-body .checkinout img,
.hc-clnnav-cmp-roombox .roombox-body .other-status img {
    width: 35px;
    height: 35px;
}

.hc-clnnav-cmp-roombox .roombox-header .info-doorsign .pointer,
.hc-clnnav-cmp-roombox .roombox-body .setting-instruction .pointer {
    cursor: pointer;
}

.hc-clnnav-cmp-legend .room-status {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 180px;
}

.hc-clnnav-cmp-legend .status-name-area {
    max-width: calc(100% - 180px);
}

.hc-clnnav-cmp-legend .status-name-area .status-name {
    display: inline-block;
    min-width: 170px;
    max-width: 170px;
}

@media (max-width: 992px) {
    .hc-clnnav-cmp-legend .status-name-area .status-name {
        max-width: 100%;
    }
}

.hc-clnnav-cmp-legend .room-status img,
.hc-clnnav-cmp-legend .others-status img,
.hc-clnnav-cmp-legend .door-sign img,
.hc-clnnav-cmp-legend .cleaning-instruction img,
.hc-clnnav-cmp-door-sign img,
.hc-clnnav-cmp-others-status img,
.hc-clnnav-cmp-cleaning-instruction img {
    object-fit: contain;
    width: 35px;
    height: 35px;
}

.hc-clnnav-cmp-legend .others-status .other-status-name,
.hc-clnnav-cmp-legend .door-sign .door-sign-name,
.hc-clnnav-cmp-legend .cleaning-instruction .cleaning-instruction-name,
.hc-clnnav-cmp-door-sign .door-sign-name,
.hc-clnnav-cmp-others-status .others-status-name,
.hc-clnnav-cmp-cleaning-instruction .cleaning-instruction-name {
    display: inline-block;
    max-width: 250px;
    vertical-align: middle;
    word-wrap: break-word;
}

.hc-clnnav-cmp-others-status .othersstatus-action,
.hc-clnnav-cmp-legend .others-status .othersstatus-action {
    min-width: 1px;
    opacity: 0.8;
    padding: 0.5rem;
}

/* 画面固有 */
#hc-clnnav-layoutedit-layoutedit .floor-card {
    display: inline-block;
    border: 1px solid #248484;
    border-radius: 5px;
    padding: 0.3rem;
}

#hc-clnnav-layoutedit-layoutedit .floor-card span {
    word-break: break-all;
}

#hc-clnnav-layoutedit-layoutedit .upload-container .upload-area {
    margin: auto;
    width: 100%;
    height: 200px;
    position: relative;
    border: 1px dotted rgba(0, 0, 0, .4);
    text-align: center;
}

#hc-clnnav-layoutedit-layoutedit .upload-container .upload-area i {
    position: absolute;
    font-size: 120px;
    opacity: .1;
    width: 100%;
    left: 0;
    top: 30px;
}

#hc-clnnav-layoutedit-layoutedit .upload-container .upload-area p {
    width: 100%;
    position: absolute;
    top: 96px;
    opacity: .8;
}

#hc-clnnav-layoutedit-layoutedit .upload-container .upload-area input[type="file"] {
    top: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

#hc-clnnav-layoutedit-layoutedit div.container-layout-area {
    display: flex;
    justify-content: space-around;
    position: relative;
    background-color: black;
}

#hc-clnnav-layoutedit-layoutedit div.roombox {
    border: solid 1px white;
    border-radius: 0;
    position: absolute;
    -webkit-user-select: none;
    user-select: none;
    background-color: #fff;
    color: #333;
}

#hc-clnnav-layoutedit-layoutedit div.draggable {
    cursor: grab;
    cursor: -webkit-grab;
    cursor: -moz-grab;
}

#hc-clnnav-layoutedit-layoutedit div.dragging {
    cursor: grabbing;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
}

#hc-clnnav-layoutedit-layoutedit div.roombox-header {
    border-bottom: solid 1px white;
    background-color: #f00;
}

#hc-clnnav-layoutedit-layoutedit div.roombox-header:first-child {
    border-radius: 0;
}

#hc-clnnav-layoutedit-layoutedit span.room-no {
    font-size: 0.8rem;
    color: white;
}

#hc-clnnav-layoutedit-layoutedit div.roombox-body {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between;
    background-color: #333;
}

#hc-clnnav-layoutedit-layoutedit div.roombox-body-top {
    display: flex;
    align-items: flex-start;
}

#hc-clnnav-layoutedit-layoutedit div.roombox-body-bottom {
    display: flex;
    align-items: flex-end;
}

#hc-clnnav-layoutedit-layoutedit button.btn-toggle-w {
    margin-left: auto;
    border: none;
    border-radius: 0;
    font-size: 0.7rem;
}

#hc-clnnav-layoutedit-layoutedit button.btn-toggle-h {
    margin-right: auto;
    border: none;
    border-radius: 0;
    font-size: 0.7rem;
}

#hc-clnnav-layoutedit-layoutedit button.btn-toggle-w:focus,
#hc-clnnav-layoutedit-layoutedit button.btn-toggle-h:focus {
    box-shadow: none;
}

#hc-clnnav-layoutedit-layoutedit img.img-layout-background {
    z-index: auto;
}

#hc-clnnav-cleanerassignment-cleanerassignment
    .cleanersselector
    .hc-clnnav-cmp-selectablearea
    div.selectable-item,
#hc-clnnav-cleanerassignment-cleanerassignment
    .assigncleanersselector
    .hc-clnnav-cmp-selectablearea
    div.selectable-item {
    display: inline-block;
    font-weight: 400;
    color: hsl(180, 58%, 33%);
    text-align: center;
    vertical-align: middle;
    border: 1px solid hsl(180, 58%, 33%);
    border-radius: .25rem;
    padding: .25rem .5rem;
    margin: .25rem 0 .25rem .5rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    cursor: default;
}

#hc-clnnav-cleanerassignment-cleanerassignment
    .cleanersselector
    .hc-clnnav-cmp-selectablearea
    div.selectable-item:not([disabled]):not(.ui-selecting):hover,
#hc-clnnav-cleanerassignment-cleanerassignment
    .assigncleanersselector
    .hc-clnnav-cmp-selectablearea
    div.selectable-item:not([disabled]):not(.ui-selecting):hover {
    cursor: pointer;
    box-shadow: 0 0 0 0.2rem rgb(36 132 132 / 25%);
}

#hc-clnnav-cleanerassignment-cleanerassignment
    .cleanersselector
    .hc-clnnav-cmp-selectablearea
    div.selectable-item.ui-selecting,
#hc-clnnav-cleanerassignment-cleanerassignment
    .assigncleanersselector
    .hc-clnnav-cmp-selectablearea
    div.selectable-item.ui-selecting {
    background-color: #3FCACA;
    color: #fff;
}

#hc-clnnav-cleanerassignment-cleanerassignment
    .cleanersselector
    .hc-clnnav-cmp-selectablearea
    div.selectable-item.ui-selected,
#hc-clnnav-cleanerassignment-cleanerassignment
    .assigncleanersselector
    .hc-clnnav-cmp-selectablearea
    div.selectable-item.ui-selected {
    outline: 0.2rem solid red;
}

#hc-clnnav-cleanerassignment-cleanerassignment
    .cleanersselector
    .hc-clnnav-cmp-selectablearea
    div.selectable-item
    div.cleaner-name,
#hc-clnnav-cleanerassignment-cleanerassignment
    .assigncleanersselector
    .hc-clnnav-cmp-selectablearea
    div.selectable-item
    div.cleaner-name {
    word-break: break-all;
}

#hc-clnnav-cleanerassignment-cleanerassignment .room-box {
    width: 92px;
    min-height: 58px;
}

#hc-clnnav-cleanerassignment-cleanerassignment
    .roomselector
    .hc-clnnav-cmp-selectablearea
    div.selectable-item
    .room-box {
    background-color: inherit;
    color: inherit;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}

#hc-clnnav-cleanerassignment-cleanerassignment
    .roomselector
    div.selectable-item
    .disabled
    .room-box {
    background-color: darkgray;
    color: gray;
}

#hc-clnnav-cleanerassignment-cleanerassignment
    .roomselector
    .hc-clnnav-cmp-selectablearea
    div.selectable-item:not([disabled]):not(.ui-selecting):hover
    .room-box {
    background-color: hsl(180, 58%, 33%);
    color: #fff;
    cursor: pointer;
}

#hc-clnnav-cleanerassignment-cleanerassignment
    .roomselector
    .hc-clnnav-cmp-selectablearea
    div.selectable-item.ui-selecting
    .room-box {
    background-color: #3FCACA;
    color: #fff;
}

#hc-clnnav-cleanerassignment-cleanerassignment
    .roomselector
    .hc-clnnav-cmp-selectablearea
    div.selectable-item.ui-selected
    .room-box {
    background-color: hsl(180, 58%, 33%);
    color: #fff;
}

#hc-clnnav-cleanerassignment-cleanerassignment button.btn-cleaner:not(:disabled):not(.disabled).active {
    background-color: hsl(180, 58%, 33%);
    color: #fff;
}

#hc-clnnav-cleanerassignment-cleanerassignment button.btn-cleaner:not(:disabled):not(.disabled):hover {
    background-color: hsl(180, 58%, 33%);
    color: #fff;
}

#hc-clnnav-cleanerassignment-cleanerassignment div.item-floor {
    width: 100%;
    background-color: white;
}

#hc-clnnav-cleanerassignment-cleanerassignment div.item-floor .floor {
    min-height: 60px;
    margin-bottom: 0.5rem;
}

#hc-clnnav-cleanerassignment-cleanerassignment div.item-floor .floor .btn-floor-cleaner {
    width: 38px;
    height: 34px;
}

#hc-clnnav-cleanerassignment-cleanerassignment div.item-floor .floor .btn-cleaner,
#hc-clnnav-cleanerassignment-cleanerassignment div.room-box .btn-cleaner {
    pointer-events: none;
}

#hc-clnnav-cleanerassignment-cleanerassignment h4.floor-name,
#hc-clnnav-cleanerassignment-cleanerassignment h5.room-name {
    word-break: break-all;
}

#hc-clnnav-cleanerassignment-cleanerassignment span.floor-leader,
#hc-clnnav-cleanerassignment-cleanerassignment span.floor-cleaner,
#hc-clnnav-cleanerassignment-cleanerassignment span.room-cleaner {
    font-size: .85rem;
    word-break: break-all;
}

#hc-clnnav-cleanerassignment-cleanerassignment button.btn-unassign {
    display: inline-block;
    font-weight: 400;
    color: var(--primary);
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    font-size: .85rem;
    line-height: 1.5;
}

#hc-clnnav-cleanerassignment-cleanerassignment button.btn-unassign:focus {
    outline: 0;
}

#hc-clnnav-cleanerassignment-cleanerassignment
    .roomselector
    .hc-clnnav-cmp-selectablearea
    div.selectable-item.ui-selected button.btn-unassign,
#hc-clnnav-cleanerassignment-cleanerassignment
    .roomselector
    .hc-clnnav-cmp-selectablearea
    div.selectable-item:hover button.btn-unassign {
        color: var(--secondary);
}

#hc-clnnav-cleanerassignment-cleanerassignment button.btn-assign-floorleader,
#hc-clnnav-cleanerassignment-cleanerassignment button.btn-assign-floorcleaner {
    background-color: white;
    width: 94px;
}

#hc-clnnav-cleanerassignment-cleanerassignment button.btn-assign-floorleader:not(:disabled):not(.disabled):hover,
#hc-clnnav-cleanerassignment-cleanerassignment button.btn-assign-floorcleaner:not(:disabled):not(.disabled):hover {
    background-color: hsl(180, 58%, 33%);
    color: #fff;
}

#hc-clnnav-cleanerassignment-cleanerassignment span.room-type {
    font-size: .8rem;
}

#hc-clnnav-rooms-rooms button.btn-status {
    border: 1px solid hsl(180, 58%, 33%);
    transition: none;
    background-color: #fff;
    min-width: 8.5rem;
}

#hc-clnnav-rooms-rooms button.btn-status:hover {
    color: #248484;
    border-color: #248484;
    box-shadow: 0 0 0 0.2rem rgba(36, 132, 132, 0.5);
}

#hc-clnnav-rooms-rooms button.btn-status:not(:disabled):not(.disabled).active {
    background-color: hsl(180, 58%, 33%);
    color: #fff;
}

#hc-clnnav-rooms-rooms
    .room-selector
    .hc-clnnav-cmp-selectablearea
    div.selectable-item.ui-selecting
    div.room-item {
    background-color: #3FCACA;
    color: #fff;
}

#hc-clnnav-rooms-rooms
    .room-selector
    .hc-clnnav-cmp-selectablearea
    .selectable-item.ui-selected
    div.room-item {
    background-color: hsl(180, 58%, 33%);
    color: #fff;
}

#hc-clnnav-rooms-rooms .tab-area,
#hc-clnnav-cleaninginstruction-cleaninginstruction .tab-area,
#hc-clnnav-cleaningreport-cleaningreport .tab-area {
    background-color: #f3f3f3;
    padding: 6px 3px;
}

#hc-clnnav-rooms-rooms .hc-clnnav-rooms-cmp-statusconfirmupdate .error div,
.hc-clnnav-cleaningreport-cmp-cleaningmonthlyreport .error div,
.hc-clnnav-cleaningreport-cmp-individualachievements .error div {
    margin-top: 5px;
    margin-bottom: 0;
}

#hc-clnnav-rooms-rooms .hc-clnnav-rooms-cmp-statusconfirmupdate .search-item-title,
#hc-clnnav-rooms-rooms .tab-panel {
    font-size: 0.9rem;
}

#hc-clnnav-rooms-rooms .tab-panel .nav-link,
#hc-clnnav-cleaninginstruction-cleaninginstruction .nav-link,
#hc-clnnav-cleaningreport-cleaningreport .nav-link {
    font-size: 0.9rem;
    color: #248484;
    text-decoration: none;
    background-color: transparent;
}

#hc-clnnav-rooms-rooms .tab-panel .nav-link.active,
#hc-clnnav-cleaninginstruction-cleaninginstruction .tab-panel .nav-link.active,
#hc-clnnav-cleaningreport-cleaningreport .tab-panel .nav-link.active {
    color: #fff;
    background-color: #248484;
}

#hc-clnnav-rooms-rooms .tab-content-panel,
#hc-clnnav-cleaningreport-cleaningreport .tab-content-panel {
    position: relative;
    border-radius: 5px;
    z-index: 50;
}

#hc-clnnav-rooms-rooms .tab-content-panel .tab-content .input-area {
    height: calc(100vh - 150px);
    overflow-y: auto;
}

#hc-clnnav-cleaningreport-cleaningreport .tab-content .input-area {
    height: calc(100vh - 151px);
    overflow-y: auto;
}

#hc-clnnav-cleaningreport-cleaningreport .tab-content-error {
    height: calc(100vh - 189px);
    overflow-y: auto;
}

#hc-clnnav-cleaningreport-cleaningreport .tab-content-error .input-area-error {
    height: calc(100vh - 205px);
    overflow-y: auto;
}

#hc-clnnav-rooms-rooms .tab-content-panel .tab-content .status-select-area,
#hc-clnnav-cleaningreport-cleaningreport .tab-content-panel .summarydate-select-area {
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: #F2EAE6;
}

#hc-clnnav-rooms-rooms .floor-name {
    font-size: 1.2rem;
    font-weight: bold;
    max-width: 80px;
    min-width: 80px;
    word-break: break-all;
}

.hc-clnnav-rooms-cmp-groupwithconfirm .groupwith-name {
    font-size: 1.2rem;
    font-weight: bold;
    max-width: 140px;
    min-width: 140px;
    word-break: break-all;
}

#hc-clnnav-rooms-rooms .hc-clnnav-rooms-cmp-statussetting div.room {
    pointer-events: none;
}

#hc-clnnav-layoutedit-layoutedit .floor-name,
#hc-clnnav-rooms-rooms .hc-clnnav-rooms-cmp-statussetting span.room-name,
#hc-clnnav-rooms-rooms .hc-clnnav-rooms-cmp-statusconfirmupdate span.room-name,
.hc-clnnav-cmp-door-sign .room-name,
.hc-clnnav-cmp-others-status .room-name,
.hc-clnnav-cmp-cleaning-instruction .room-name,
.hc-clnnav-cleaninginstruction-cmp-copy span.room-name,
.hc-clnnav-cleaninginstruction-cmp-textinstruction span.room-name,
.hc-clnnav-cleaninginstruction-cmp-groupwith span.room-name {
    word-break: break-all;
    text-align: center;
}

#hc-clnnav-rooms-rooms .hc-clnnav-cmp-smallroombox div.room-item {
    cursor: pointer;
}

#hc-clnnav-rooms-rooms .hc-clnnav-rooms-cmp-assignmentroomstatuschange .selected-room-number,
#hc-clnnav-rooms-rooms .hc-clnnav-rooms-cmp-roomstatuschange .selected-room-number {
    position: relative;
    font-size: 1.2rem;
    font-weight: bold;
    width: 120px;
    z-index: 2;
}

#hc-clnnav-layoutedit-layoutedit .floor-name,
#hc-clnnav-rooms-rooms .hc-clnnav-rooms-cmp-assignmentroomstatuschange .room-name,
#hc-clnnav-rooms-rooms .hc-clnnav-rooms-cmp-assignmentroomstatuschange .status-name,
#hc-clnnav-rooms-rooms .hc-clnnav-rooms-cmp-roomstatuschange .room-name,
#hc-clnnav-rooms-rooms .hc-clnnav-rooms-cmp-roomstatuschange .status-name,
.hc-clnnav-cmp-door-sign .room-name,
.hc-clnnav-cmp-others-status .room-name,
.hc-clnnav-cmp-cleaning-instruction .room-name,
.hc-clnnav-cleaninginstruction-cmp-textinstruction .room-name,
.hc-clnnav-cleaninginstruction-cmp-copy .room-name,
.hc-clnnav-cleaninginstruction-cmp-groupwith .room-name,
.hc-clnnav-cleaninginstruction-cmp-instructionconfirm .summary-area .room-name {
    display: flex;
    align-items: center;
    min-height: 38px;
    color: #fff;
    background-color: #248484;
    word-wrap: break-word;
}

#hc-clnnav-rooms-rooms .hc-clnnav-rooms-cmp-assignmentroomstatuschange .setting-instructions-none,
#hc-clnnav-rooms-rooms .hc-clnnav-rooms-cmp-roomstatuschange .setting-instructions-none {
    color: #2A6E6B;
    margin-left: 0.5rem;
}

#hc-clnnav-rooms-rooms .hc-clnnav-rooms-cmp-assignmentroomstatuschange .setting-item img,
#hc-clnnav-rooms-rooms .hc-clnnav-rooms-cmp-roomstatuschange .setting-item img {
    object-fit: contain;
    width: 46px;
    height: 46px;
    margin: 0.4rem;
}

#hc-clnnav-rooms-rooms .hc-clnnav-rooms-cmp-settingconfirm label.status-name {
    font-size: 0.9rem;
    min-width: 8rem;
    pointer-events: none;
}

#hc-clnnav-rooms-rooms .btn-zoom:focus {
    border-radius: 50%;
}

#hc-clnnav-cleaninginstruction-cleaninginstruction .tab-content {
    height: calc(100vh - 140px);
    overflow-y: auto;
}

#hc-clnnav-cleaninginstruction-cleaninginstruction .tab-content .floors {
    position: sticky;
    top: 0;
    left: 0;
    background-color: #f3f3f3;
    z-index: 10;
}

#hc-clnnav-cleaninginstruction-cleaninginstruction button.btn-floor,
#hc-clnnav-cleaninginstruction-cleaninginstruction button.btn-room {
    border: 1px solid hsl(180, 58%, 33%);
    transition: none;
    background-color: #fff;
}

#hc-clnnav-cleaninginstruction-cleaninginstruction button.btn-floor:hover,
#hc-clnnav-cleaninginstruction-cleaninginstruction button.btn-room:hover {
    color: #248484;
    border-color: #248484;
    box-shadow: 0 0 0 0.2rem rgba(36, 132, 132, 0.5);
}

#hc-clnnav-cleaninginstruction-cleaninginstruction button.btn-floor.active,
#hc-clnnav-cleaninginstruction-cleaninginstruction button.btn-room.active {
    background-color: hsl(180, 58%, 33%);
    color: #fff;
}

#hc-clnnav-cleaninginstruction-cleaninginstruction button.btn-floor.active,
#hc-clnnav-cleaninginstruction-cleaninginstruction button.btn-room.active {
    background-color: hsl(180, 58%, 33%);
    color: #fff;
}

#hc-clnnav-doorsignsetting-doorsignsetting button.btn-settingdoorsign,
#hc-clnnav-cleaninginstruction-cleaninginstruction button.btn-cleaninginstruction,
#hc-clnnav-cleaninginstruction-cleaninginstruction button.btn-textinstruction {
    border: none;
    background: none;
}

#hc-clnnav-doorsignsetting-doorsignsetting button.btn-settingdoorsign:focus,
#hc-clnnav-cleaninginstruction-cleaninginstruction button.btn-cleaninginstruction:focus,
#hc-clnnav-cleaninginstruction-cleaninginstruction button.btn-textinstruction:focus {
    outline: none;
}

#hc-clnnav-doorsignsetting-doorsignsetting button.btn-settingdoorsign img,
#hc-clnnav-cleaninginstruction-cleaninginstruction button.btn-cleaninginstruction img,
#hc-clnnav-cleaninginstruction-cleaninginstruction button.btn-textinstruction img {
    object-fit: contain;
    width: 46px;
    height: 46px;
}

.hc-clnnav-cleaninginstruction-cmp-instructionconfirm button.btn-cleaninginstruction img,
.hc-clnnav-cleaninginstruction-cmp-copy button.btn-cleaninginstruction img {
    cursor: initial;
}

#hc-clnnav-cleaninginstruction-cleaninginstruction .room-info {
    max-width: 130px;
    width: 130px;
}

#hc-clnnav-doorsignsetting-doorsignsetting .setting-category,
#hc-clnnav-cleaninginstruction-cleaninginstruction .setting-category {
    min-width: 70px;
    background-color: #f2eae6;
    padding: 0.3rem;
    margin-bottom: 0.2rem;
}

#hc-clnnav-doorsignsetting-doorsignsetting button.btn-settingdoorsign:not(.active) img,
.hc-clnnav-cleaninginstruction-cmp-instructionsetting button.btn-cleaninginstruction:not(.active) img,
.hc-clnnav-cleaninginstruction-cmp-instructionsetting button.btn-textinstruction:not(.active) img {
    opacity: 0.35;
}

.hc-clnnav-cleaninginstruction-cmp-copy button.btn-cleaninginstruction:not(.active) img,
.hc-clnnav-cleaninginstruction-cmp-copy button.btn-textinstruction:not(.active) img {
    opacity: 1;
}

#hc-clnnav-doorsignsetting-doorsignsetting button.btn-settingdoorsign.active,
#hc-clnnav-cleaninginstruction-cleaninginstruction button.btn-cleaninginstruction.active,
#hc-clnnav-cleaninginstruction-cleaninginstruction button.btn-textinstruction.active {
    outline: 0.3rem solid red;
}

#hc-clnnav-cleaninginstruction-cleaninginstruction .summary-area {
    background-color: #f2eae6;
}

#hc-clnnav-cleaninginstruction-cleaninginstruction .summary-area img {
    object-fit: contain;
    width: 46px;
    height: 46px;
    margin: 0.4rem;
}

#hc-clnnav-instructionsetting-instructionsetting button.btn-settinginstruction {
    border: none;
}

#hc-clnnav-instructionsetting-instructionsetting button.btn-settinginstruction:focus {
    outline: none;
}

#hc-clnnav-instructionsetting-instructionsetting button.btn-settinginstruction img {
    object-fit: contain;
    width: 70px;
    height: 70px;
    background-color: #333;
}

#hc-clnnav-instructionsetting-instructionsetting button.btn-settinginstruction:not(.active) img {
    opacity: 0.3;
}

#hc-clnnav-instructionsetting-instructionsetting .btn-setting {
    position: fixed;
    bottom: 15px;
    z-index: 10;
}

#hc-clnnav-cleaningstatecheck-cleaningstatecheck button.btn-floor,
#hc-clnnav-doorsignsetting-doorsignsetting button.btn-floor {
    border: 1px solid hsl(180, 58%, 33%);
    transition: none;
    color: hsl(180, 58%, 33%);
    background-color: #fff;
}

#hc-clnnav-cleaningstatecheck-cleaningstatecheck button.btn-floor:hover,
#hc-clnnav-doorsignsetting-doorsignsetting button.btn-floor:hover {
    color: #fff;
    background-color: #248484;
}

#hc-clnnav-setting-largescreenpage .hc-clnnav-cmp-selectablearea .selectable-item {
    display: inline-block;
    font-weight: 400;
    color: hsl(180, 58%, 33%);
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid hsl(180, 58%, 33%);
    border-radius: .25rem;
    padding: .25rem .5rem;
    margin: .25rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    cursor: default;
}

#hc-clnnav-setting-largescreenpage
    .hc-clnnav-cmp-selectablearea
    div.selectable-item:not([disabled]):not(.ui-selecting):hover {
    background-color: hsl(180, 58%, 33%);
    color: #fff;
}

#hc-clnnav-setting-largescreenpage .hc-clnnav-cmp-selectablearea .selectable-item.ui-selecting {
    background-color: #3FCACA;
    color: #fff;
}

#hc-clnnav-setting-largescreenpage .hc-clnnav-cmp-selectablearea .selectable-item.ui-selected {
    background-color: hsl(180, 58%, 33%);
    color: #fff;
}

#hc-clnnav-cleaningstatecheck-cleaningstatecheck .floor-list,
#hc-clnnav-doorsignsetting-doorsignsetting .floor-list,
#hc-clnnav-cleaningworkinput-cleaningworkinput .floor-list {
    position: sticky;
    height: auto;
    top: 0px;
    background-color: #f3f3f3;
    box-sizing: border-box;
    z-index: 999;
}

#hc-clnnav-cleaningworkinput-cleaningworkinput button.btn-floor {
    border: 1px solid hsl(180, 58%, 33%);
    transition: none;
    background-color: #fff;
}

#hc-clnnav-cleaningworkinput-cleaningworkinput button.btn-floor:hover {
    background-color: #248484;
}

#hc-clnnav-cleaningworkinput-cleaningworkinput .room-list thead {
    font-size: 0.9rem;
}

#hc-clnnav-cleaningworkinput-cleaningworkinput .room-list i.entered {
    font-size: 1.4rem;
    margin-top: 2px;
}

#hc-clnnav-cleaningworkinput-cleaningworkinput .room-list .cleaning-time {
    margin-top: 0.7rem;
}

#hc-clnnav-doorsignsetting-doorsignsetting h4.item-label,
#hc-clnnav-cleaninginstruction-cleaninginstruction h4.item-label,
#hc-clnnav-cleaningstatecheck-cleaningstatecheck h4.item-label,
#hc-clnnav-cleaningworkinput-cleaningworkinput h4.item-label {
    line-height: 44px;
    box-sizing: border-box;
    position: relative;
    padding-left: 14px;
}

#hc-clnnav-doorsignsetting-doorsignsetting h4.item-label::before,
#hc-clnnav-cleaninginstruction-cleaninginstruction h4.item-label::before,
#hc-clnnav-cleaningstatecheck-cleaningstatecheck h4.item-label::before,
#hc-clnnav-cleaningworkinput-cleaningworkinput h4.item-label::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
    width: 6px;
    height: 26px;
    background-color: #2eadad;
}

#hc-clnnav-cleaningworkinput-cleaningworkinput .room-list td button {
    font-size: 1.1rem;
    padding: 0.6rem 1rem;
}

#hc-clnnav-cleaningworkinput-cleaningworkinput .selected-room div.room-name {
    background-color: #248484;
    color: #fff;
    font-size: 1.2rem;
    margin: 0.2rem;
    padding: 0.3rem 0.8rem;
    display: flex;
    justify-content: center;
    word-break: break-word;
    text-align: center;
}

#hc-clnnav-cleaningworkinput-cleaningworkinput button.btn-cleaning-item,
#hc-clnnav-cleaningworkinput-cleaningworkinput button.btn-inspection-item,
#hc-clnnav-cleaningworkinput-cleaningworkinput button.btn-cleaner {
    color: #248484;
    background-color: #fff;
}

#hc-clnnav-cleaningworkinput-cleaningworkinput button.btn-cleaning-item:not(:disabled):not(.disabled):not(.active):hover,
#hc-clnnav-cleaningworkinput-cleaningworkinput button.btn-inspection-item:not(:disabled):not(.disabled):not(.active):hover,
#hc-clnnav-cleaningworkinput-cleaningworkinput button.btn-cleaner:hover {
    color: #248484;
    background-color: #fff;
    box-shadow: 0 0 0 0.2rem rgba(36,132,132,0.5);
}

#hc-clnnav-cleaningworkinput-cleaningworkinput button.btn-cleaning-item.active,
#hc-clnnav-cleaningworkinput-cleaningworkinput button.btn-cleaner:not(:disabled):not(.disabled).active {
    background-color: hsl(180, 58%, 33%);
    color: #fff;
}

#hc-clnnav-cleaningworkinput-cleaningworkinput button.btn-inspection-item:not(:disabled):not(.disabled).active:hover {
    color: #fff;
    background-color: #e5465e;
    box-shadow: 0 0 0 0.2rem rgba(36,132,132,0.5);
}

#hc-clnnav-cleaningworkinput-cleaningworkinput button.btn-inspection-item.active {
    background-color: #e5465e;
    border-color: #e5465e;
    color: #fff;
}

#hc-clnnav-cleaningworkinput-cleaningworkinput details {
    margin-right: -15px;
    margin-left: -15px;
}

#hc-clnnav-cleaningworkinput-cleaningworkinput details summary::-webkit-details-marker {
    display: none;
}

#hc-clnnav-cleaningworkinput-cleaningworkinput details summary.user-item {
    list-style: none;
    cursor: pointer;
}

#hc-clnnav-cleaningworkinput-cleaningworkinput details summary.user-item:focus-visible {
    border-color: #56d1d1;
    border-radius: 0.25rem;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(36 132 132 / 25%);
}

#hc-clnnav-cleaningworkinput-cleaningworkinput details summary.user-item::after {
    font-family: 'Font Awesome 5 Free';
    content: '\f055';
    margin-right: 0.4rem;
    font-weight: bold;
    color: #495057;
}

#hc-clnnav-cleaningworkinput-cleaningworkinput details[open] summary.user-item::after {
    content: '\f056';
}

#hc-clnnav-cleaningworkinput-cleaningworkinput details summary.cleaning-item,
#hc-clnnav-cleaningworkinput-cleaningworkinput details summary.inspection-item {
    list-style: none;
    cursor: pointer;
    color: #495057;
}

#hc-clnnav-cleaningworkinput-cleaningworkinput details summary.cleaning-item:focus-visible,
#hc-clnnav-cleaningworkinput-cleaningworkinput details summary.inspection-item:focus-visible {
    color: #495057;
    border-color: #56d1d1;
    border-radius: 0.25rem;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(36 132 132 / 25%);
}

#hc-clnnav-cleaningworkinput-cleaningworkinput details summary.cleaning-item::before,
#hc-clnnav-cleaningworkinput-cleaningworkinput details summary.inspection-item::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f055';
    margin-right: 0.4rem;
    font-weight: bold;
}

#hc-clnnav-cleaningworkinput-cleaningworkinput details[open] summary.cleaning-item::before,
#hc-clnnav-cleaningworkinput-cleaningworkinput details[open] summary.inspection-item::before {
    content: '\f056';
}

#hc-clnnav-cleaningworkinput-cleaningworkinput .inspection-detail img {
    object-fit: scale-down;
    width: 140px;
    height: auto;
}

#hc-clnnav-cleaningstatecheck-cleaningstatecheck .balloon-left {
    position: relative;
    display: inline-block;
    margin: 1em 6px 1.5em 16px;
    padding: 7px 7px;
    width: 140px;
    max-width: 100%;
    color: #248484;
    background: #dff6f6;
    border-radius: 10px;
    font-size: 0.9rem;
}

#hc-clnnav-cleaningstatecheck-cleaningstatecheck .balloon-left:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 3px;
    left: -22px;
    border: 8px solid transparent;
    border-right: 22px solid #dff6f6;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
}

#hc-clnnav-cleaningstatecheck-cleaningstatecheck h5.not-cleaning-label {
    line-height: 44px;
    box-sizing: border-box;
    position: relative;
    padding-left: 14px;
    color: #ff0000;
}

#hc-clnnav-cleaningworkinput-cleaningworkinput .room-box-selectable {
    z-index: 0;
}

#hc-clnnav-cleaningworkinput-cleaningworkinput .room-box-selectable .roombox-header {
    cursor: pointer;
}

#hc-clnnav-cleaningworkinput-cleaningworkinput .room-box-selectable .roombox-body {
    z-index: 10;
}

#hc-clnnav-cleaningworkinput-cleaningworkinput .room-box-selected {
    outline: solid 4px #ffa500;
}

#hc-clnnav-cleaningworkinput-cleaningworkinput .setting-instructions img {
    object-fit: contain;
    width: 35px;
    height: 35px;
}

#hc-clnnav-cleaningworkinput-cleaningworkinput .setting-instruction-name {
    word-wrap: break-word;
}

#hc-clnnav-cleaningworkinput-cleaningworkinput .setting-instruction-text {
    z-index: 1;
}

#hc-clnnav-cleaningworkinput-cleaningworkinput .setting-instruction-text textarea {
    z-index: -1;
    position: relative;
}

#hc-clnnav-cleaningworkinput-cleaningworkinput .confirm-cleaning-work button,
#hc-clnnav-cleaningworkinput-cleaningworkinput .confirm-rooms button,
#hc-clnnav-cleaningworkinput-cleaningworkinput .confirm-pm-cleaning button,
#hc-clnnav-cleaningworkinput-cleaningworkinput .confirm-supplement-items button,
#hc-clnnav-cleaningworkinput-cleaningworkinput .confirm-special-cleaning button {
    pointer-events: none;
}

#hc-clnnav-cleaningworkinput-cleaningworkinput .btn-item-num {
    width: 60px;
}

#hc-clnnav-cleaningreportcheck-cleaningreportcheck table.cleaning-reports .assigned-cleaners {
    min-height: 50%;
}

#hc-clnnav-cleaningreportcheck-cleaningreportcheck table.cleaning-reports .assigned-cleaners div,
#hc-clnnav-cleaningreportcheck-cleaningreportcheck table.cleaning-reports .actual-cleaner div {
    min-height: 25px;
}

#hc-clnnav-cleaningreportcheck-cleaningreportcheck table.cleaning-reports .cleaning-time,
#hc-clnnav-cleaningreportcheck-cleaningreportcheck table.cleaning-reports .inspection-info {
    height: 50%;
}

#hc-clnnav-cleaningreportcheck-cleaningdailyreporttotal .cleaning-daily-report-total,
#hc-clnnav-cleaningmonthlyreportcheck-cleaningmonthlyreport .cleaning-monthly-report {
    font-size: 0.9rem;
}

#hc-clnnav-cleaningreportcheck-cleaningdailyreporttotal .cleaning-daily-report-total th.item-name {
    min-width: 100px;
    word-break: break-all;
}

#hc-clnnav-cleaningreportcheck-cleaningdailyreporttotal .cleaning-daily-report-total .floor-name,
#hc-clnnav-cleaningmonthlyreportcheck-cleaningmonthlyreport .cleaning-monthly-report .day {
    min-width: 60px;
    word-break: break-all;
}

#hc-clnnav-cleaningmonthlyreportcheck-cleaningmonthlyreport .cleaning-monthly-report th.item-name {
    min-width: 240px;
    word-break: break-all;
}

.cleaner-placement {
    position: sticky;
    z-index: 80;
    margin-right: 20px;
    top: 0px;
    background-color: #ffffff;
    box-sizing: border-box;
}

#hc-clnnav-cleanerassignment-cleanerassignment .select-color option {
    font-size: 1.2rem;
}

#hc-clnnav-cleanerassignment-cleanerassignment .footer {
    position: sticky;
    bottom: 0;
    left: 0;
    background-color: #f3f3f3;
    padding: 0.8rem;
    margin-left: -15px;
    margin-right: -20px;
    margin-bottom: -20px;
}

#hc-clnnav-cleanerassignment-cleanerassignment table.cleaner-list .select-item {
    cursor: pointer;
}

#hc-clnnav-roomstatuslog-roomstatuslog .search-box {
    border: 2px solid #f3f3f3;
    border-top: 5px solid #2a6e6b;
    background-color: #f3f3f3;
    width: 100%;
}

#hc-clnnav-bulletinboard-bulletinboard .tab-content-panel {
    position: relative;
    top: -3px;
    background-color: #f3f3f3;
    border-radius: 5px;
    z-index: 1000;
}

#hc-clnnav-bulletinboard-bulletinboard table.post-list tbody tr {
    cursor: default;
}

#hc-clnnav-bulletinboard-bulletinboard .hc-clnnav-cmp-bulletinboard-new-message label.small-item-label,
#hc-clnnav-bulletinboard-bulletinboard .hc-clnnav-cmp-bulletinboard-message label.small-item-label {
    line-height: 40px;
    box-sizing: border-box;
    position: relative;
    padding-left: 14px;
    font-size: 0.9rem;
}

#hc-clnnav-bulletinboard-bulletinboard .hc-clnnav-cmp-bulletinboard-new-message label.small-item-label:before,
#hc-clnnav-bulletinboard-bulletinboard .hc-clnnav-cmp-bulletinboard-message label.small-item-label:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
    width: 6px;
    height: 26px;
    background-color: #2eadad;
}

#hc-clnnav-bulletinboard-bulletinboard .hc-clnnav-cmp-bulletinboard-message .helper-text {
    font-size: 0.8rem;
    color: #2A6E6B;
}

#hc-clnnav-bulletinboard-bulletinboard .hc-clnnav-cmp-bulletinboard-message .post-body {
    font-family: 'Noto Sans JP', sans-serif;
    white-space: pre-wrap;
    font-size: 1rem;
}

#hc-clnnav-rooms-rooms .hc-clnnav-rooms-cmp-statusconfirmupdate .room-number {
    width: 80px;
}

#hc-clnnav-rooms-rooms .hc-clnnav-rooms-cmp-statussetting details,
#hc-clnnav-rooms-rooms .hc-clnnav-rooms-cmp-statusconfirmupdate details,
.hc-clnnav-cleaninginstruction-cmp-instructionconfirm details,
.hc-clnnav-cleaningreport-cmp-cleaningmonthlyreport details,
.hc-clnnav-cleaningreport-cmp-individualachievements details {
    margin-right: -15px;
    margin-left: -15px;
}

#hc-clnnav-rooms-rooms .hc-clnnav-rooms-cmp-statussetting details summary,
#hc-clnnav-rooms-rooms .hc-clnnav-rooms-cmp-statusconfirmupdate details summary,
.hc-clnnav-cleaninginstruction-cmp-instructionconfirm details summary,
.hc-clnnav-cleaningreport-cmp-cleaningdailyreport details summary,
.hc-clnnav-cleaningreport-cmp-cleaningmonthlyreport details summary,
.hc-clnnav-cleaningreport-cmp-individualachievements details summary {
    list-style: none;
    cursor: pointer;
    color: #495057;
}

#hc-clnnav-rooms-rooms .hc-clnnav-rooms-cmp-statussetting details summary:focus-visible,
#hc-clnnav-rooms-rooms .hc-clnnav-rooms-cmp-statusconfirmupdate details summary:focus-visible,
.hc-clnnav-cleaninginstruction-cmp-instructionconfirm details summary:focus-visible,
.hc-clnnav-cleaningreport-cmp-cleaningdailyreport details summary:focus-visible,
.hc-clnnav-cleaningreport-cmp-cleaningmonthlyreport details summary:focus-visible,
.hc-clnnav-cleaningreport-cmp-individualachievements details summary:focus-visible {
    color: #495057;
    border-color: #56d1d1;
    border-radius: 0.25rem;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(36 132 132 / 25%);
}

#hc-clnnav-rooms-rooms .hc-clnnav-rooms-cmp-statussetting details summary::before,
#hc-clnnav-rooms-rooms .hc-clnnav-rooms-cmp-statusconfirmupdate details summary::before,
.hc-clnnav-cleaninginstruction-cmp-instructionconfirm details summary::before,
.hc-clnnav-cleaningreport-cmp-cleaningdailyreport details summary::before,
.hc-clnnav-cleaningreport-cmp-cleaningmonthlyreport details summary:before,
.hc-clnnav-cleaningreport-cmp-individualachievements details summary:before {
    font-family: "Font Awesome 5 Free";
    content: "\f055";
    margin-right: 0.4rem;
    font-weight: bold;
}

#hc-clnnav-rooms-rooms .hc-clnnav-rooms-cmp-statussetting details[open] summary::before,
#hc-clnnav-rooms-rooms .hc-clnnav-rooms-cmp-statusconfirmupdate details[open] summary::before,
.hc-clnnav-cleaninginstruction-cmp-instructionconfirm details[open] summary::before,
.hc-clnnav-cleaningreport-cmp-cleaningdailyreport details[open] summary::before,
.hc-clnnav-cleaningreport-cmp-cleaningmonthlyreport details[open] summary:before,
.hc-clnnav-cleaningreport-cmp-individualachievements details[open] summary:before {
    content: "\f056";
}

.hc-clnnav-cleaninginstruction-cmp-copy .search-box {
    background-color: #f3f3f3;
}

.hc-clnnav-cleaninginstruction-cmp-groupwith .search-box {
    background-color: #F2EAE6;
}

.hc-clnnav-setting details summary {
    list-style: none;
    cursor: pointer;
    padding: 0.4rem;
    color: #495057;
    font-size: 1.2rem;
}

.hc-clnnav-setting details summary:focus-visible {
    color: #495057;
    border-color: #56d1d1;
    border-radius: 0.25rem;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(36 132 132 / 25%);
}

.hc-clnnav-setting details summary::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f055';
    margin-right: 0.4rem;
    font-weight: bold;
}

.hc-clnnav-setting details[open] summary::before {
    content: '\f056';
}

.hc-clnnav-setting .isuse-area {
    display: inline-block;
    background-color: #e9ecef;
    border-radius: 0.4rem;
    padding: 0.4rem 1rem;
}

#hc-clnnav-rooms-rooms .hc-clnnav-rooms-cmp-statusconfirmupdate .quick-search-btns button {
    background-color: #ffffff;
}

#hc-clnnav-rooms-rooms .hc-clnnav-rooms-cmp-statusconfirmupdate .quick-search-btns button:hover {
    color: #fff;
    background-color: #248484;
    border-color: #248484;
}

#hc-clnnav-rooms-rooms .hc-clnnav-rooms-cmp-statusconfirmupdate .quick-search-btns button.active {
    color: #fff;
    background-color: #248484;
    border-color: #248484;
}

#hc-clnnav-rooms-rooms .hc-clnnav-rooms-cmp-assignmentroomstatuschange .status-label {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #248484;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
}

#hc-clnnav-rooms-rooms .hc-clnnav-rooms-cmp-assignmentroomstatuschange .room-type-label,
#hc-clnnav-rooms-rooms .hc-clnnav-rooms-cmp-assignmentroomstatuschange .other-status-label {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    color: #ffffff;
    background-color: #248484;
}

body:has(.hc-clnnav-cleaningreport .sheet) {
    overflow-x: hidden;
    overflow-y: auto;
}

#hc-main-wrapper:has(.hc-clnnav-cleaningreport .sheet) {
    overflow: initial;
}

@media print {
    body:has(.hc-clnnav-cleaningreport .sheet)
    {
        min-width: auto !important;
    }

    .hc-clnnav-cleaningreport .A4 {
        width: 210mm;
    }

    #hc-clnnav-cleaningreport .A4-landscape {
        width: 300mm;
    }
}

@page monthlyreportprint {
    size: A4 landscape;
}

#hc-clnnav-cleaningreport-monthlyreportprint {
    page : monthlyreportprint;
}

.hc-clnnav-cleaningreport .sheet {
    background: white;
    box-shadow: 0 0.5mm 2mm rgba(0, 0, 0, 0.3);
    margin: auto auto 3mm auto;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    page-break-after: always;
}

.hc-clnnav-cleaningreport .A4 .sheet {
    width: 210mm;
    height: 296mm;
}

.hc-clnnav-cleaningreport .A4 .sheet.padding-15mm {
    padding: 15mm;
}

.hc-clnnav-cleaningreport .A4 .sheet pre.textarea,
.hc-clnnav-cleaningreport .A4-landscape .sheet pre.textarea {
    padding: 6px 12px;
    color: #495057;
    border-radius: 4px;
    border: 1px solid #ced4da;
    font: inherit;
    word-break: break-all;
    width: 100%;
    min-height: 30px;
    white-space: pre-wrap;
}

.hc-clnnav-cleaningreport .A4-landscape .sheet {
    width: 300mm;
    height: 201mm;
}

.hc-clnnav-cleaningreport .A4-landscape .sheet.padding-10mm {
    padding: 10mm;
}

#hc-clnnav-cleaningreport-dailyreportprint .A4 .sheet table {
    font-size: 0.8rem;
}

#hc-clnnav-cleaningreport-dailyreportprint .A4 .sheet pre.textarea,
#hc-clnnav-cleaningreport-monthlyreportprint .A4-landscape .sheet pre.textarea {
    font-size: 0.9rem;
}

#hc-clnnav-cleaningreport-monthlyreportprint .A4-landscape .sheet table {
    font-size: 0.7rem;
}

#hc-clnnav-cleaningreport-monthlyreportprint .A4-landscape .sheet table td {
    padding: 0.2rem;
}

#hc-clnnav-cleaningreport-cleaningreport .tab-content {
    height: calc(100vh - 135px);
    overflow-y: auto;
}

.hc-clnnav-cleaningreport-cmp-cleaningdailyreport .summary-panel {
    background-color: #F2EAE6;
}

.hc-clnnav-cleaningreport-cmp-cleaningdailyreport .summary-panel .large-title {
    font-size: 1.2rem;
    font-weight: bold;
}

.hc-clnnav-cleaningreport-cmp-cleaningdailyreport .search-item-title,
.hc-clnnav-cleaningreport-cmp-cleaningdailyreport table.cleaners,
.hc-clnnav-cleaningreport-cmp-cleaningdailyreport table.details {
    font-size: 0.9rem;
}

.hc-clnnav-cleaningreport-cmp-cleaningdailyreport .breakdown-box,
.hc-clnnav-cleaningreport-cmp-cleaningdailyreport .special-clean-box,
.hc-clnnav-cleaningreport-cmp-cleaningdailyreport .supplement-item-box {
    display: flex;
    justify-content: space-between;
    background-color: #ffffff;
    margin: 5px;
    padding: 5px 10px;
    border: solid 1px #248484;
    border-radius: 5px;
    width: 240px;
}

.hc-clnnav-cleaningreport-cmp-cleaningdailyreport .details .item-box {
    display: flex;
    justify-content: space-between;
    background-color: #ffffff;
    font-size: 0.8rem;
    margin: 3px;
    padding: 3px 6px;
    border: solid 1px #248484;
    border-radius: 5px;
    width: 174px;
}

.hc-clnnav-cleaningreport-cmp-cleaningmonthlyreport .report-table-wrapper {
    max-height: 300px;
    overflow: auto;
}

.hc-clnnav-cleaningreport-cmp-individualachievements .report-table-wrapper {
    max-height: calc(100vh - 306px);
    min-height: 200px;
    overflow: auto;
}

.hc-clnnav-cleaningreport-cmp-cleaningmonthlyreport .report-table th,
.hc-clnnav-cleaningreport-cmp-individualachievements .report-table th {
    background-color: #e9ecef;
    font-size: 0.9rem;
    font-weight: normal;
    left: 0;
    position: sticky;
    top: 0;
    z-index: 1;
}

.hc-clnnav-cleaningreport-cmp-cleaningmonthlyreport .report-table thead th,
.hc-clnnav-cleaningreport-cmp-individualachievements .report-table thead th {
    min-width: 4rem;
    text-align: center;
    width: 4rem;
}

.hc-clnnav-cleaningreport-cmp-cleaningmonthlyreport .report-table th:after,
.hc-clnnav-cleaningreport-cmp-cleaningmonthlyreport .report-table th:before,
.hc-clnnav-cleaningreport-cmp-individualachievements .report-table th:after,
.hc-clnnav-cleaningreport-cmp-individualachievements .report-table th:before {
    content: "";
    position: absolute;
}

.hc-clnnav-cleaningreport-cmp-cleaningmonthlyreport .report-table tbody th:before,
.hc-clnnav-cleaningreport-cmp-individualachievements .report-table tbody th:before {
    border-left: 1px solid #dee2e6;
    bottom: 0;
    left: -1px;
    top: 0;
}

.hc-clnnav-cleaningreport-cmp-cleaningmonthlyreport .report-table tbody th:after,
.hc-clnnav-cleaningreport-cmp-individualachievements .report-table tbody th:after {
    border-right: 1px solid #dee2e6;
    bottom: 0;
    right: -1px;
    top: 0;
}

.hc-clnnav-cleaningreport-cmp-cleaningmonthlyreport .report-table thead th:before,
.hc-clnnav-cleaningreport-cmp-individualachievements .report-table thead th:before {
    border-top: 1px solid #dee2e6;
    left: 0;
    right: 0;
    top: -1px;
}

.hc-clnnav-cleaningreport-cmp-cleaningmonthlyreport .report-table thead th:after,
.hc-clnnav-cleaningreport-cmp-individualachievements .report-table thead th:after {
    border-bottom: 1px solid #dee2e6;
    bottom: -1px;
    left: 0;
    right: 0;
}

.hc-clnnav-cleaningreport-cmp-cleaningmonthlyreport .report-table thead tr:first-of-type th:first-of-type,
.hc-clnnav-cleaningreport-cmp-individualachievements .report-table thead tr:first-of-type th:first-of-type {
    z-index: 2;
}

.hc-clnnav-cleaningreport-cmp-cleaningmonthlyreport .report-table thead tr:first-of-type th:first-of-type:before,
.hc-clnnav-cleaningreport-cmp-cleaningmonthlyreport .report-table thead tr:first-of-type th:first-of-type:after,
.hc-clnnav-cleaningreport-cmp-individualachievements .report-table thead tr:first-of-type th:first-of-type:before,
.hc-clnnav-cleaningreport-cmp-individualachievements .report-table thead tr:first-of-type th:first-of-type:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.hc-clnnav-cleaningreport-cmp-cleaningmonthlyreport .report-table thead tr:first-of-type th:first-of-type:before,
.hc-clnnav-cleaningreport-cmp-individualachievements .report-table thead tr:first-of-type th:first-of-type:before {
    border-left: 1px solid #dee2e6;
    border-top: 1px solid #dee2e6;
    left: -1px;
    top: -1px;
}

.hc-clnnav-cleaningreport-cmp-cleaningmonthlyreport .report-table thead tr:first-of-type th:first-of-type:after,
.hc-clnnav-cleaningreport-cmp-individualachievements .report-table thead tr:first-of-type th:first-of-type:after {
    border-bottom: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    bottom: -1px;
    right: -1px;
}

.hc-clnnav-cleaningreport-cmp-cleaningmonthlyreport .report-table thead th span,
.hc-clnnav-cleaningreport-cmp-individualachievements .report-table thead th span {
    display: inline-block;
    height: 2.0rem;
    max-width: 2.7rem;
    overflow: hidden;
    text-align: left;
    text-orientation: upright;
    word-break: break-all;
}

.hc-clnnav-cleaningreport-cmp-cleaningmonthlyreport .report-table tbody th,
.hc-clnnav-cleaningreport-cmp-individualachievements .report-table tbody th {
    height: 2.7rem;
    padding-bottom: 0;
    padding-top: 0;
    vertical-align: middle;
    word-break: break-all;
}

.hc-clnnav-cleaningreport-cmp-cleaningmonthlyreport .report-table tbody th > div,
.hc-clnnav-cleaningreport-cmp-individualachievements .report-table tbody th > div {
    min-height: 2.7rem;
}

.hc-clnnav-cleaningreport-cmp-cleaningmonthlyreport .report-table td,
.hc-clnnav-cleaningreport-cmp-individualachievements .report-table td {
    min-height: 3.5rem;
    min-width: 4rem;
    text-align: center;
    vertical-align: middle;
    width: 4rem;
}

#hc-clnnav-inspection-inspectionItemsetting .popup-overlay {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

#hc-clnnav-inspection-inspectionItemsetting .inspection-class {
    background: #f3f3f3;
    border-radius: 4px;
    margin-bottom: 0.5rem;
    padding: 4px;
    position: relative;
    box-shadow: 8px 8px 8px -8px;
}

#hc-clnnav-inspection-inspectionItemsetting .inspection-class .inspection-class-item-label {
    font-size: 0.9rem;
    color: #2A6E6B;
}

#hc-clnnav-inspection-inspectionItemsetting .inspection-class-item-header {
    font-weight: bold;
    font-size: 1.2rem;
    color: #2A6E6B;
    text-align: center;
    width: 50px;
    flex-shrink: 0;
}

#hc-clnnav-inspection-inspectionItemsetting .btn-caption {
    font-size: 0.9rem;
}

#hc-clnnav-inspection-inspectionItemsetting li {
    list-style: none;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    #hc-clnnav-rooms-rooms .hc-clnnav-rooms-cmp-assignmentroomstatuschange i.change-icon {
        transform: rotate(90deg);
    }
}

@media screen and (max-width: 575.98px) {
    #hc-clnnav-rooms-rooms .tab-content-panel .tab-content .input-area {
        height: calc(100vh - 226px);
        overflow-y: auto;
    }

    #hc-clnnav-cleaninginstruction-cleaninginstruction .tab-content {
        height: calc(100vh - 216px);
        overflow-y: auto;
    }

    #hc-clnnav-cleaningreport-cleaningreport .tab-content {
        height: calc(100vh - 210px);
        overflow-y: auto;
    }

    #hc-clnnav-cleaningreport-cleaningreport .tab-content .input-area {
        height: calc(100vh - 226px);
        overflow-y: auto;
    }

    #hc-clnnav-cleaningreport-cleaningreport .tab-content-error {
        height: calc(100vh - 265px);
        overflow-y: auto;
    }

    #hc-clnnav-cleaningreport-cleaningreport .tab-content-error .input-area-error {
        height: calc(100vh - 281px);
        overflow-y: auto;
    }

    .hc-clnnav-cleaningreport-cmp-individualachievements .report-table-wrapper {
        max-height: calc(100vh - 381px);
        min-height: 200px;
        overflow: auto;
    }

    #hc-clnnav-cleaningworkinput-cleaningworkinput .room-list {
        border: none;
    }

    #hc-clnnav-cleaningworkinput-cleaningworkinput .room-list span.label {
        margin-left: 0.4rem;
    }

    #hc-clnnav-cleaningworkinput-cleaningworkinput .room-list table {
        border: none;
    }

    #hc-clnnav-cleaningworkinput-cleaningworkinput .room-list thead {
        display: none;
    }

    #hc-clnnav-cleaningworkinput-cleaningworkinput .room-list td {
        display: block;
        width: 100%;
        border-bottom: 1px dotted lightgray;
    }

    #hc-clnnav-cleaningworkinput-cleaningworkinput .room-list tr:not(:last-child) {
        display: block;
        width: 100%;
        border-bottom: 2px solid var(--primary);
    }

    #hc-clnnav-cleaningworkinput-cleaningworkinput .room-list td {
        display: flex;
        align-items: center;
        width: 100%;
        min-height: 96px;
    }

    #hc-clnnav-cleaningworkinput-cleaningworkinput .room-list td::before {
        display: flex;
        align-items: center;
        font-weight: bold;
        width: 160px;
        margin-left: 10px;
        text-align: left;
    }

    #lost-item-table table .room-list td span.helper-text {
        margin-left: 1rem;
    }

    #hc-clnnav-cleaningworkinput-cleaningworkinput .room-list td:nth-child(1)::before {
        content: "";
    }

    #hc-clnnav-cleaningworkinput-cleaningworkinput .room-list td:nth-child(2)::before {
        content: "清掃員";
    }

    #hc-clnnav-cleaningworkinput-cleaningworkinput .room-list td:nth-child(3)::before {
        content: "清掃開始";
    }

    #hc-clnnav-cleaningworkinput-cleaningworkinput .room-list td:nth-child(4)::before {
        content: "清掃情報";
    }

    #hc-clnnav-cleaningworkinput-cleaningworkinput .room-list td:nth-child(5)::before {
        content: "清掃終了";
    }

    #hc-clnnav-cleaningworkinput-cleaningworkinput .room-list td:nth-child(6)::before {
        content: "清掃時間";
    }

    #hc-clnnav-cleaningworkinput-cleaningworkinput .room-list td:nth-child(7)::before {
        content: "点検者";
    }

    #hc-clnnav-cleaningworkinput-cleaningworkinput .room-list td:nth-child(8)::before {
        content: "インスペクション";
    }

    #hc-clnnav-cleaningworkinput-cleaningworkinput .room-list td:nth-child(9)::before {
        content: "点検完了";
    }
}
