.hc-cmp-voicerecorddialog .recording-area {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 200px;
    justify-content: center;
    margin: 0;
}

.hc-cmp-voicerecorddialog .recorded-area {
    text-align: center;
}

.hc-cmp-voicerecorddialog .recorded-area .audio-wrapper {
    align-items: center;
    display: flex;
    height: 200px;
    justify-content: center;
    margin: 0;
}

.hc-cmp-voicerecorddialog .start-record,
.hc-cmp-voicerecorddialog .stop-record {
    border-radius: 20%;
    font-size: 2rem;
    height: 150px;
    width: 200px;
}

.hc-rmtodo summary::-webkit-details-marker {
    display: none;
}

.hc-rmtodo .search-item-title {
    font-size: 0.9rem;
}

.hc-rmtodo .search-box {
    background-color: #f3f3f3;
    border-top: 5px solid #248484;
    width: 100%;
}

.hc-rmtodo .data-list {
    font-size: 0.9rem;
}

.hc-rmtodo .col-truncate-normal {
    max-width: 0;
}

.hc-rmtodo .task-image-file-wrapper {
    border: solid 1px #ced4da;
    border-radius: 0.25rem;
    box-sizing: content-box;
    display: inline-block;
    margin: 0.5rem 0.5rem 0.5rem 0;
    max-width: 350px;
    min-width: 290px;
    padding: 0.5rem;
    width: 100%;
}

.hc-rmtodo .task-image-file-wrapper .task-image-file img,
.hc-rmtodo .card .card-body img {
    height: 300px;
    object-fit: scale-down;
    width: 300px;
}

.hc-rmtodo .task-voice-file-wrapper {
    border: solid 1px #ced4da;
    border-radius: 0.25rem;
    box-sizing: content-box;
    display: inline-block;
    margin: 0.5rem 0.5rem 0.5rem 0;
    max-width: 350px;
    min-width: 290px;
    padding: 0.5rem;
    width: 100%;
}

.hc-rmtodo .progress-list {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    position: relative;
}

.hc-rmtodo .progress-list li {
    color: #b2b2b2;
    list-style-type: none;
    position: relative;
    text-align: center;
    width: 100%;
}

.hc-rmtodo .progress-list li:before {
    background-color: #b2b2b2;
    border-radius: 50%;
    content: "";
    display: block;
    height: 18px;
    margin: 4px auto 4px auto;
    position: relative;
    width: 18px;
    z-index: 3;
}

.hc-rmtodo .progress-list li:after {
    background-color: #b2b2b2;
    content: "";
    height: 2px;
    left: -50%;
    position: absolute;
    top: 12px;
    width: 100%;
    z-index: 0;
}

.hc-rmtodo .progress-list li:first-child:after {
    content: none;
}

.hc-rmtodo .progress-list li.active {
    color: var(--primary);
    z-index: 1;
}

.hc-rmtodo .progress-list li.active:before {
    background-color: var(--primary);
}

.hc-rmtodo .progress-list li.active:after {
    background-color: var(--primary);
}

.hc-rmtodo .progress-list ul {
    margin: 2px 0 !important;
}

.hc-rmtodo .btn-outline-primary {
    background-color: #ffffff;
}

.hc-rmtodo .btn-outline-primary:hover {
    background-color: var(--primary);
}

.hc-rmtodo .btn-outline-primary.disabled,
.hc-rmtodo .btn-outline-primary:disabled {
    background-color: #ffffff;
}

.hc-rmtodo .btn-outline-primary:not(:disabled):not(.disabled):active,
.hc-rmtodo .btn-outline-primary:not(:disabled):not(.disabled).active {
    background-color: var(--primary);
}

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

.hc-rmtodo 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-rmtodo details summary::before {
    font-family: "Font Awesome 5 Free";
    content: "\f055";
    margin-right: 0.4rem;
    font-weight: bold;
}

.hc-rmtodo details[open] summary::before {
    content: "\f056";
}

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

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

.hc-rmtodo .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: -10px;
    width: 24px;
}

.hc-rmtodo .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: -10px;
    width: 24px;
}

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

.hc-rmtodo .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: -5px;
    transform: rotate(-45deg);
    width: 14px;
}

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

.hc-rmtodo .custom-checkbox.check-disabled input[type="checkbox"] + label,
.hc-rmtodo .check-disabled label::before,
.hc-rmtodo .check-disabled label::after {
    cursor: default;
}

.hc-rmtodo .btn-group-toggle label {
    cursor: pointer;
    position: relative;
}

.hc-rmtodo .btn-group-toggle input[type="radio"] ~ div {
    bottom: 0px;
    left: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.hc-rmtodo .btn-group-toggle label.btn-outline-primary input[type="radio"]:focus ~ div {
    box-shadow: 0 0 0 0.2rem rgba(69, 150, 150, 0.5);
}

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

.hc-rmtodo .radio-label::before,
.hc-rmtodo .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-rmtodo .radio-label::after {
    opacity: 0;
    height: 14px;
    width: 14px;
    left: 5px;
}

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

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

.hc-rmtodo .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-rmtodo .radio-circle-button:disabled + label {
    opacity: 0.5;
    cursor: default;
}

.hc-rmtodo .repair-place {
    display: inline-block;
    list-style: none;
    margin: 5px;
    padding: 5px 10px;
    border: solid 1px var(--primary);
    background-color: var(--primary);
    color: #ffffff;
    min-width: 60px;
    cursor: default;
    text-align: center;
    word-break: break-word;
    overflow-wrap: break-word;
}

.hc-rmtodo pre.textarea {
    padding: 6px 12px;
    color: #495057;
    background-color: #e9ecef;
    border-radius: 4px;
    border: 1px solid #ced4da;
    font: inherit;
    word-break: break-all;
    width: 100%;
    min-height: 38px;
}

.hc-rmtodo td.revision-history pre {
    white-space: pre-wrap;
}

.hc-rmtodo td.revision-history details {
    margin-right: -15px;
    margin-left: -15px;
}

.hc-rmtodo td.revision-history details summary {
    cursor: pointer;
    padding: 0rem;
    color: #495057;
    font-size: 0.9rem;
}

.hc-rmtodo td.revision-history 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-rmtodo td.revision-history details summary::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f055';
    margin-right: 0.4rem;
    font-weight: bold;
}

.hc-rmtodo td.revision-history details[open] summary::before {
    content: '\f056';
}

.hc-rmtodo .navigation-box-wrapper {
    overflow-x: auto;
    position: sticky;
    top: 0;
    white-space: nowrap;
    z-index: 2;
}

.hc-rmtodo .navigation-box {
    background-color: #f2eae6;
    display: inline-block;
    min-width: 100%;
}

.hc-rmtodo .btn.small {
    font-size: 0.8rem;
}

.hc-rmtodo .btn.selected {
    border-color: var(--primary);
    box-shadow: 0 0 0 0.2rem rgba(36, 132, 132, 0.5);
}

.hc-rmtodo .place-selection .btn.btn-floor,
.hc-rmtodo .place-selection .btn.btn-room,
.hc-rmtodo .place-selection .btn.btn-facility,
.hc-rmtodo .single-place-selection .btn.btn-floor,
.hc-rmtodo .single-place-selection .btn.btn-room,
.hc-rmtodo .single-place-selection .btn.btn-facility,
.hc-rmtodo .target-selection .btn.btn-floor,
.hc-rmtodo .target-selection .btn.btn-room,
.hc-rmtodo .target-selection .btn.btn-facility,
.hc-rmtodo-bizcheck .btn.btn-place {
    background-color: #ffffff;
    border-color: var(--primary);
    color: var(--primary);
}

.hc-rmtodo .place-selection .btn.btn-floor.active,
.hc-rmtodo .place-selection .btn.btn-room.active,
.hc-rmtodo .place-selection .btn.btn-facility.active,
.hc-rmtodo .single-place-selection .btn.btn-floor.active,
.hc-rmtodo .single-place-selection .btn.btn-room.active,
.hc-rmtodo .single-place-selection .btn.btn-facility.active,
.hc-rmtodo .target-selection .btn.btn-floor.active,
.hc-rmtodo .target-selection .btn.btn-room.active,
.hc-rmtodo .target-selection .btn.btn-facility.active,
.hc-rmtodo-bizcheck .btn.btn-place.active {
    background-color: var(--primary);
    color: #fff;
}

.hc-rmtodo .mail-notification-dialog .mailaddress {
    font-size: 0.9rem;
}

.hc-rmtodo .mainte-task-schedule-period-setting-dialog .details,
.hc-rmtodo .mainte-task-detail-dialog .details {
    color: #495057;
    font-size: 1.2rem;
}

.hc-rmtodo .repair-task-update-dialog .important-input-area,
.hc-rmtodo .repair-task-update-dialog .important-input-area,
.hc-rmtodo .repair-task-bulk-update-dialog .important-input-area,
.hc-rmtodo .mainte-task-schedule-period-setting-dialog .important-input-area,
.hc-rmtodo .mainte-task-schedule-update-dialog .important-input-area {
    background-color: #f2eae6;
}

.hc-rmtodo .repair-task-update-dialog .important-input-area .place-selection-form {
    border: 1px solid rgba(0,0,0,0.2);
}

#main .hc-rmtodo .helper-text.required::after {
    font-size: 85%;
}

.hc-rmtodo .summary-alert i.fas.fa-exclamation-triangle {
    background-color: #fff;
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
}

.hc-rmtodo-bizcheck .custom-checkbox input[type="checkbox"] + label::before,
.hc-rmtodo-bizcheck .custom-checkbox input[type="checkbox"]:checked + label::before {
    top: -2px;
}

.hc-rmtodo-bizcheck .custom-checkbox input[type="checkbox"]:checked + label::after {
    top: 3px;
}

.hc-rmtodo-bizcheck .check-area {
    background-color: #f2eae6;
}

.hc-rmtodo-bizcheck .result-alert {
    display: inline-block;
    position: absolute;
    right: 0;
    top: -1rem;
}

.hc-rmtodo .mainte-task-check-value-edit,
.hc-rmtodo .mainte-task-check-value-ref {
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 0.5rem;
    background-color: var(--white);
}

#hc-rmtodo-top-repmnttodotop .task-type.repair {
    background-color: navy;
    color: #ffffff;
}

#hc-rmtodo-top-repmnttodotop .task-type.mainte {
    background-color: yellowgreen;
    color: #000000;
}

#hc-rmtodo-top-repmnttodotop .last-history {
    height: 125px;
}

#hc-rmtodo-top-repmnttodotop .task-label,
#hc-rmtodo-repairtasklist-repairtasklist .task-label,
#hc-rmtodo-tasksearch-tasksearch .task-label,
#hc-rmtodo-approvallist-approvallist .approvallistpanel .task-label,
#hc-rmtodo-approvallist-approvallist .doneapprovallistpanel .task-label,
#hc-rmtodo-roommedicalrecord-roommedicalrecorddetail .task-label,
#repair-task-detail-dialog .task-label {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.25rem;
    flex-flow: column;
    vertical-align: top;
    background-color: #ffffff;
    border: 1px solid #248484;
    color: #248484;
    font-size: 1rem;
    padding: 0.375rem 0.75rem;
    min-width: 34px;
    overflow-wrap: break-word;
    word-break: break-word;
}

#hc-rmtodo-roommedicalrecord-roommedicalrecorddetail .mainte-task-label,
#hc-rmtodo-maintetasklist-maintetasklist .task-label,
#hc-rmtodo-mainteplanmaster-mainteplanmaster .task-label,
.hc-rmtodo-maintetaskimplstatus .task-label {
    display: inline-block;
    justify-content: center;
    align-items: center;
    border-radius: 0.25rem;
    flex-flow: column;
    vertical-align: top;
    background-color: #ffffff;
    border: 1px solid #248484;
    color: #248484;
    font-size: 1rem;
    padding: 0.375rem 0.75rem;
    min-width: 34px;
    max-width: 122px;
    overflow-wrap: break-word;
    word-break: break-word;
}

#hc-rmtodo-top-repmnttodotop .task-list .term {
    border-left: 1px solid #c6cacf;
    text-align: center;
}

#hc-rmtodo-top-repmnttodotop .task-list .term div {
    background-color: rgba(36, 132, 132, 1);
    color: white;
    height: 30px;
}

#hc-rmtodo-top-repmnttodotop .task-list .term .term-end {
    background-color: transparent;
    padding-left: 20px;
    position: relative;
}

#hc-rmtodo-top-repmnttodotop .task-list .term .term-end:before {
    content: "";
    display: inline-block;
    width: 0px;
    height: 0px;
    border-top: solid 15px transparent;
    border-bottom: solid 15px transparent;
    border-left: solid 15px rgba(36, 132, 132, 1);
    border-right: solid 15px transparent;
    position: absolute;
    top: 0;
    left: 62px;
}

#hc-rmtodo-top-repmnttodotop .task-list .term .term-end:after {
    content: "";
    display: inline-block;
    width: 62px;
    height: 30px;
    background: rgba(36, 132, 132, 1);
    position: absolute;
    top: 0;
    left: 0;
}

#hc-rmtodo-approvallist-approvallist .approvallistpanel,
#hc-rmtodo-approvallist-approvallist .doneapprovallistpanel,
#hc-rmtodo-setting-setting .repairtasksettingpanel,
#hc-rmtodo-setting-setting .maintetasksettingpanel,
#hc-rmtodo-setting-setting .commonsettingpanel,
#hc-rmtodo-bizcheck-bizcheck .bizcheckschedulelistpanel,
#hc-rmtodo-bizcheck-bizcheck .bizchecklistpanel,
#hc-rmtodo-mainteplanmaster-mainteplanmaster .mainteplanmastermaintetaskpanel,
#hc-rmtodo-mainteplanmaster-mainteplanmaster .mainteplanmasterpreviewpanel {
    height: calc(100vh - 150px);
    height: calc(var(--vh, 1vh) * 100 - 150px);
    overflow-x: hidden;
    overflow-y: auto;
}

@media screen and (max-width: 575.98px) {
    #hc-rmtodo-approvallist-approvallist .approvallistpanel,
    #hc-rmtodo-approvallist-approvallist .doneapprovallistpanel,
    #hc-rmtodo-setting-setting .repairtasksettingpanel,
    #hc-rmtodo-setting-setting .maintetasksettingpanel,
    #hc-rmtodo-setting-setting .commonsettingpanel,
    #hc-rmtodo-bizcheck-bizcheck .bizcheckschedulelistpanel,
    #hc-rmtodo-bizcheck-bizcheck .bizchecklistpanel,
    #hc-rmtodo-mainteplanmaster-mainteplanmaster .mainteplanmastermaintetaskpanel,
    #hc-rmtodo-mainteplanmaster-mainteplanmaster .mainteplanmasterpreviewpanel {
        height: calc(100vh - 150px - var(--mobile-header-height));
        height: calc(var(--vh, 1vh) * 100 - 150px - var(--mobile-header-height));
    }
}

#hc-rmtodo-top-repmnttodoreportdownload .notice {
    font-size: 1.2rem;
}

#hc-rmtodo-repairtaskregister-repairtaskregister .custom-col {
    max-width: 215px;
}

.hc-rmtodo .place-selection .place-selection-area,
.hc-rmtodo .place-selection-form,
.hc-rmtodo .single-place-selection-form,
.hc-rmtodo .single-place-selection .place-selection-area,
.hc-rmtodo .target-selection .target-selection-area,
#hc-rmtodo-repairtaskregister-repairtaskregister .place-selection-area {
    background-color: #f2eae6;
}

.hc-rmtodo .user-assigned,
#hc-rmtodo-repairtaskregister-repairtaskregister .target-selected {
    background-color: lightblue;
}

#hc-rmtodo-repairtaskregister-repairtaskregister .btn.btn-floor,
#hc-rmtodo-repairtaskregister-repairtaskregister .btn.btn-room,
#hc-rmtodo-repairtaskregister-repairtaskregister .btn.btn-facility,
#hc-rmtodo-repairtaskregister-repairtaskregister .btn.btn-target {
    background-color: #ffffff;
    border-color: var(--primary);
    color: var(--primary);
}

#hc-rmtodo-repairtaskregister-repairtaskregister .btn.btn-floor.active,
#hc-rmtodo-repairtaskregister-repairtaskregister .btn.btn-room.active,
#hc-rmtodo-repairtaskregister-repairtaskregister .btn.btn-facility.active,
#hc-rmtodo-repairtaskregister-repairtaskregister .btn.btn-target.active {
    background-color: var(--primary);
    color: #fff;
}

#hc-rmtodo-mainteplanmaster-maintetaskregister .check-target-groups tr:not(:hover) .check-item,
#hc-rmtodo-mainteplanmaster-maintetaskupdate .check-target-groups tr:not(:hover) .check-item,
#hc-rmtodo-maintetaskregister-maintetaskregister .check-target-groups tr:not(:hover) .check-item {
    background: #d9d9d9;
}

#hc-rmtodo-maintetaskregister-maintetaskregister .maintetask-table td.month {
    font-size: 1.4rem;
}

#hc-rmtodo-maintetaskregister-maintetaskregister .maintetask-table .ref-mode td.editable.scheduled.month,
#hc-rmtodo-maintetaskregister-maintetaskregister .maintetask-table .edit-mode td.editable.month {
    color: var(--primary);
}

#hc-rmtodo-maintetaskregister-maintetaskregister .maintetask-table .edit-mode td.editable.month {
    cursor: pointer;
}

#hc-rmtodo-maintetaskregister-maintetaskregister .maintetask-table td:not(.editable).scheduled.month {
    color: var(--blue);
}

#hc-rmtodo-maintetaskregister-maintetaskregister .maintetask-table .edit-mode td:not(.scheduled).month {
    opacity: 0;
}

#hc-rmtodo-maintetaskregister-maintetaskregister .maintetask-table .edit-mode td:not(.scheduled).month:hover {
    opacity: 0.5;
}

#hc-rmtodo-maintetaskregister-maintetaskregister .maintetask-table .month {
    min-width: 80px;
    width: 80px;
}

#hc-rmtodo-maintetaskregister-maintetaskregister .maintetask-table tr:first-child .this-month {
    border-top: 2px solid var(--primary) !important;
}

#hc-rmtodo-maintetaskregister-maintetaskregister .maintetask-table .this-month {
    border-left: 2px solid var(--primary) !important;
    border-right: 2px solid var(--primary) !important;
}

#hc-rmtodo-maintetaskregister-maintetaskregister .maintetask-table tr:last-child .this-month {
    border-bottom: 2px solid var(--primary) !important;
}

#hc-rmtodo-repairtaskregister-repairtaskregister .mail-notification-dialog .custom-col,
#hc-rmtodo-maintetasklist-maintetasklist .mail-notification-dialog .custom-col,
#hc-rmtodo-repairtasklist-repairtasklist .mail-notification-dialog .custom-col,
#hc-rmtodo-tasksearch-tasksearch .mail-notification-dialog .custom-col {
    max-width: 195px;
}

#hc-rmtodo-top-repmnttodotop .mainte-task-detail-dialog .scheduled-place,
#hc-rmtodo-maintetasklist-maintetasklist .mainte-task-schedule-update-dialog .scheduled-place,
#hc-rmtodo-maintetasklist-maintetasklist .mainte-task-schedule-period-setting-dialog .scheduled-place,
.hc-rmtodo-maintetaskimplstatus .mainte-task-detail-dialog .scheduled-place {
    position: relative;
    display: inline-block;
    padding: 0.4rem 0.6rem;
    border: 1px solid var(--primary);
    min-width: 80px;
    text-align: center;
    background-color: #ffffff;
}

#hc-rmtodo-top-repmnttodotop .mainte-task-detail-dialog .scheduled-place.legend,
#hc-rmtodo-maintetasklist-maintetasklist .mainte-task-schedule-update-dialog .scheduled-place.legend,
#hc-rmtodo-maintetasklist-maintetasklist .mainte-task-schedule-period-setting-dialog .scheduled-place.legend,
.hc-rmtodo-maintetaskimplstatus .mainte-task-detail-dialog .scheduled-place.legend {
    font-size: 0.75rem;
}

#hc-rmtodo-top-repmnttodotop .mainte-task-detail-dialog .scheduled-place.completed,
#hc-rmtodo-maintetasklist-maintetasklist .mainte-task-schedule-update-dialog .scheduled-place.completed,
#hc-rmtodo-maintetasklist-maintetasklist .mainte-task-schedule-period-setting-dialog .scheduled-place.completed,
.hc-rmtodo-maintetaskimplstatus .mainte-task-detail-dialog .scheduled-place.completed {
    color: #ffffff;
    background-color: var(--primary);
}

#hc-rmtodo-top-repmnttodotop .mainte-task-detail-dialog .scheduled-place.not-started,
#hc-rmtodo-maintetasklist-maintetasklist .mainte-task-schedule-update-dialog .scheduled-place.not-started,
#hc-rmtodo-maintetasklist-maintetasklist .mainte-task-schedule-period-setting-dialog .scheduled-place.not-started,
.hc-rmtodo-maintetaskimplstatus .mainte-task-detail-dialog .scheduled-place.not-started {
    color: var(--primary);
    background-color: #ffffff;
}

#hc-rmtodo-top-repmnttodotop .mainte-task-detail-dialog .scheduled-place.exclusion,
#hc-rmtodo-maintetasklist-maintetasklist .mainte-task-schedule-update-dialog .scheduled-place.exclusion,
#hc-rmtodo-maintetasklist-maintetasklist .mainte-task-schedule-period-setting-dialog .scheduled-place.exclusion,
.hc-rmtodo-maintetaskimplstatus .mainte-task-detail-dialog .scheduled-place.exclusion {
    color: #ffffff;
    background-color: var(--dark);
}

#hc-rmtodo-repairtasklist-repairtasklist .repair-task-cards .card {
    width: 282px;
    min-width: 282px;
    max-width: 282px;
    text-align: center;
    font-size: 0.75rem;
    margin-bottom: 15px;
}

#hc-rmtodo-repairtasklist-repairtasklist .repair-task-cards .card .repair-task-status {
    padding: 0.3rem;
}

#hc-rmtodo-repairtasklist-repairtasklist .repair-task-cards .card .action-due-date,
#hc-rmtodo-repairtasklist-repairtasklist .repair-task-cards .card .completed-date {
    padding-left: 0.3rem;
}

#hc-rmtodo-repairtasklist-repairtasklist .repair-task-image img {
    object-fit: scale-down;
    width: 200px;
    height: 200px;
}

#hc-rmtodo-tasksearch-tasksearch .repair-task-content .search-area,
#hc-rmtodo-roommedicalrecord-roommedicalrecord .search-area {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: #f3f3f3;
    border-top: 5px solid #2a6e6b;
    background-color: #f3f3f3;
    width: 100%;
}

#hc-rmtodo-tasksearch-tasksearch .repair-task-content .button-area {
    position: sticky;
    top: 0;
    z-index: 20;
    background-color: #ffffff;
}

#hc-rmtodo-tasksearch-tasksearch .repair-task-content .tasklist-area {
    position: sticky;
    top: 0;
    z-index: 15;
    background-color: #ffffff;
}

#hc-rmtodo-tasksearch-tasksearch details,
#hc-rmtodo-roommedicalrecord-roommedicalrecord details {
    margin-right: -15px;
    margin-left: -15px;
}

#hc-rmtodo-tasksearch-tasksearch details summary,
#hc-rmtodo-roommedicalrecord-roommedicalrecord details summary {
    font-size: 1rem;
}

@media (min-width: 576px) {
    /* TODO: AirAppが最新化されたタイミングで削除する */
    #hc-rmtodo-tasksearch-tasksearch .form-inline input[type="date"].form-control,
    #hc-rmtodo-roommedicalrecord-roommedicalrecord .form-inline input[type="date"].form-control,
    #hc-rmtodo-roommedicalrecord-roommedicalrecorddetail .form-inline input[type="date"].form-control {
        min-width: 180px;
    }
}

#hc-rmtodo-roommedicalrecord-roommedicalrecord .floor-name {
    font-size: 1.2rem;
    font-weight: bold;
    max-width: 120px;
    min-width: 120px;
    word-break: break-all;
}

#hc-rmtodo-roommedicalrecord-roommedicalrecord .room-name,
#hc-rmtodo-roommedicalrecord-roommedicalrecorddetail .room-name {
    display: inline-block;
    list-style: none;
    margin: 5px;
    padding: 5px 10px;
    border: solid 1px var(--primary);
    background-color: var(--primary);
    color: #ffffff;
    min-width: 60px;
    cursor: default;
    text-align: center;
    word-break: break-word;
    overflow-wrap: break-word;
}

#hc-rmtodo-roommedicalrecord-roommedicalrecord .room-name {
    cursor: pointer;
}

#hc-rmtodo-roommedicalrecord-roommedicalrecorddetail .room-type {
    background-color: #ffffff;
    color: #248484;
    padding: 5px 10px;
    border: solid 1px #248484;
    border-radius: 5px;
}

#hc-rmtodo-maintetasklist-maintetasklist table.mainte-task-list tbody tr {
    height: 4rem;
}

.hc-rmtodo .mainte-task-check-value-edit .check-target,
.hc-rmtodo .mainte-task-check-value-ref .check-target {
    position: relative;
    display: inline-block;
    padding: 0.4rem 0.6rem;
    border: 1px solid var(--primary);
    min-width: 90px;
    text-align: center;
}

.hc-rmtodo .mainte-task-check-value-edit .check-target.legend,
.hc-rmtodo .mainte-task-check-value-ref .check-target.legend {
    font-size: 0.75rem;
    width: 95px;
}

.hc-rmtodo .mainte-task-check-value-edit .check-target.not-started,
.hc-rmtodo .mainte-task-check-value-ref .check-target.not-started {
    background-color: var(--white);
    color: var(--primary);
}

.hc-rmtodo .mainte-task-check-value-edit .check-target.completed,
.hc-rmtodo .mainte-task-check-value-ref .check-target.completed {
    background-color: var(--primary);
    color: var(--white);
}

.hc-rmtodo .mainte-task-check-value-edit .check-target.exclusion,
.hc-rmtodo .mainte-task-check-value-ref .check-target.exclusion {
    background-color: var(--dark);
    color: var(--white);
}

.hc-rmtodo .mainte-task-check-value-ref table.check-items tbody tr:first-child,
.hc-rmtodo .mainte-task-check-value-edit table.check-items tbody tr:first-child {
    border-top: solid 2px var(--primary);
}

.hc-rmtodo .mainte-task-check-value-edit .initial-check-target {
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 100%;
    z-index: 2;
}

.hc-rmtodo .mainte-task-check-value-edit .initial-check-target.not-started {
    background-color: var(--white);
}

.hc-rmtodo .mainte-task-check-value-edit .initial-check-target.completed {
    background-color: var(--primary);
}

.hc-rmtodo .mainte-task-check-value-edit .initial-check-target.exclusion {
    background-color: var(--dark);
}

.hc-rmtodo-maintetaskimplstatus .maintetask-table .month,
#hc-rmtodo-mainteplanmaster-mainteplanmaster .mainteplanmasterpreviewpanel .maintetask-table .month {
    min-width: 100px;
    width: 100px;
    border-left: 1px solid #dee2e6;
}

.hc-rmtodo-maintetaskimplstatus .maintetask-table td {
    height: 58px;
}

#hc-rmtodo-mainteplanmaster-mainteplanmaster .mainteplanmasterpreviewpanel .maintetask-table td {
    height: 48px;
}

.hc-rmtodo-maintetaskimplstatus .maintetask-table td div.completed,
.hc-rmtodo-maintetaskimplstatus .maintetask-table td div.inprogress,
.hc-rmtodo-maintetaskimplstatus .maintetask-table td div.notstarted,
.hc-rmtodo-maintetaskimplstatus .maintetask-table td div.notstarted-notset,
.hc-rmtodo-maintetaskimplstatus .mainte-task-status-legend-dialog .statuses div.completed,
.hc-rmtodo-maintetaskimplstatus .mainte-task-status-legend-dialog .statuses div.inprogress,
.hc-rmtodo-maintetaskimplstatus .mainte-task-status-legend-dialog .statuses div.notstarted,
.hc-rmtodo-maintetaskimplstatus .mainte-task-status-legend-dialog .statuses div.notstarted-notset {
    border-bottom: 22px solid var(--primary);
}

.hc-rmtodo-maintetaskimplstatus .maintetask-table td div.notstarted-expired,
.hc-rmtodo-maintetaskimplstatus .mainte-task-status-legend-dialog .statuses div.notstarted-expired {
    border-bottom: 22px solid var(--red);
}

.hc-rmtodo-maintetaskimplstatus .maintetask-table td div.notset-reached,
.hc-rmtodo-maintetaskimplstatus .mainte-task-status-legend-dialog .statuses div.notset-reached {
    border-bottom: 22px solid var(--yellow);
}

.hc-rmtodo-maintetaskimplstatus .maintetask-table td div.cancel,
.hc-rmtodo-maintetaskimplstatus .mainte-task-status-legend-dialog .statuses div.cancel {
    border-bottom: 22px solid var(--blue);
}

.hc-rmtodo-maintetaskimplstatus .maintetask-table td div.month-bar {
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 1;
    border-radius: 14px;
}

#hc-rmtodo-mainteplanmaster-mainteplanmaster .mainteplanmasterpreviewpanel .maintetask-table td div.month-bar {
    position: absolute;
    border-bottom: 22px solid var(--primary);
    top: 4px;
    left: 0;
    z-index: 1;
    border-radius: 14px;
}

.hc-rmtodo-maintetaskimplstatus .mainte-task-status-legend-dialog .statuses > div {
    height: 30px;
}

.hc-rmtodo-maintetaskimplstatus .mainte-task-status-legend-dialog .statuses div.status-icon {
    width: 62px;
}

.hc-rmtodo-maintetaskimplstatus .mainte-task-status-legend-dialog .statuses div.status-icon > div {
    width: 62px;
    position: absolute;
    top: 2px;
    z-index: 1;
    border-radius: 14px;
}

.hc-rmtodo-maintetaskimplstatus .maintetask-table td.month i {
    position: absolute;
    color: #fff;
    z-index: 2;
    top: 9px;
    left: 16px;
}

.hc-rmtodo-maintetaskimplstatus .maintetask-table tr > *:last-child,
#hc-rmtodo-mainteplanmaster-mainteplanmaster .mainteplanmasterpreviewpanel .maintetask-table tr > *:last-child {
    border-right: 1px solid #dee2e6;
}

.hc-rmtodo-maintetaskimplstatus .maintetask-table tr:last-child > *,
#hc-rmtodo-mainteplanmaster-mainteplanmaster .mainteplanmasterpreviewpanel .maintetask-table tr:last-child > * {
    border-bottom: 1px solid #dee2e6;
}

.hc-rmtodo-maintetaskimplstatus .mainte-task-status-legend-dialog .statuses i {
    position: absolute;
    color: #fff;
    z-index: 2;
    top: 8px;
    left: 9px;
    font-size: 0.8rem;
}

#hc-rmtodo-top-repmnttodotop .custom-checkbox input[type="checkbox"] + label::before,
#hc-rmtodo-top-repmnttodotop .custom-checkbox input[type="checkbox"]:checked + label::before,
#hc-rmtodo-setting-setting table .align-top .custom-checkbox input[type="checkbox"] + label::before,
#hc-rmtodo-setting-setting table .align-top.custom-checkbox input[type="checkbox"]:checked + label::before,
#hc-rmtodo-repairtasklist-repairtasklist .repair-task-bulk-update-dialog .custom-checkbox input[type="checkbox"] + label::before,
#hc-rmtodo-mainteplanmaster-maintetaskregister .custom-checkbox input[type="checkbox"] + label::before,
#hc-rmtodo-mainteplanmaster-maintetaskupdate .custom-checkbox input[type="checkbox"] + label::before {
    top: -2px;
}

#hc-rmtodo-top-repmnttodotop .custom-checkbox input[type="checkbox"]:checked + label::after,
#hc-rmtodo-setting-setting table .align-top .custom-checkbox input[type="checkbox"]:checked + label::after,
#hc-rmtodo-repairtasklist-repairtasklist .repair-task-bulk-update-dialog .custom-checkbox input[type="checkbox"] + label::after,
#hc-rmtodo-mainteplanmaster-maintetaskregister .custom-checkbox input[type="checkbox"] + label::after,
#hc-rmtodo-mainteplanmaster-maintetaskupdate .custom-checkbox input[type="checkbox"] + label::after {
    top: 3px;
}

#hc-rmtodo-repairtasklist-repairtasklist .repair-task-update-dialog .custom-checkbox input[type="checkbox"] + label::before {
    top: -8px;
}

#hc-rmtodo-repairtasklist-repairtasklist .repair-task-update-dialog .custom-checkbox input[type="checkbox"] + label::after {
    top: -3px;
}

#hc-rmtodo-setting-setting table.small-classifications {
    background-color: #d9d9d9;
}

#hc-rmtodo-setting-setting .setting-header {
    font-weight: bold;
    font-size: 1.2rem;
}

#hc-rmtodo-setting-repairtaskstatusflowsetting .status-flow-table-wrapper,
#hc-rmtodo-setting-maintetaskstatusflowsetting .status-flow-table-wrapper {
    max-height: calc(100vh - 150px);
    max-height: calc(var(--vh, 1vh) * 100 - 150px);
    overflow: auto;
}

@media screen and (max-width: 575.98px) {
    #hc-rmtodo-setting-repairtaskstatusflowsetting .status-flow-table-wrapper,
    #hc-rmtodo-setting-maintetaskstatusflowsetting .status-flow-table-wrapper {
        max-height: calc(100vh - 150px - var(--mobile-header-height));
        max-height: calc(var(--vh, 1vh) * 100 - 150px - var(--mobile-header-height));
    }
}

#hc-rmtodo-setting-repairtaskstatusflowsetting .status-flow-table th,
#hc-rmtodo-setting-maintetaskstatusflowsetting .status-flow-table th {
    background-color: #e9ecef;
    font-size: 1rem;
    font-weight: normal;
    left: 0;
    position: sticky;
    top: 0;
    z-index: 1;
}

#hc-rmtodo-setting-repairtaskstatusflowsetting .status-flow-table thead th,
#hc-rmtodo-setting-maintetaskstatusflowsetting .status-flow-table thead th {
    min-width: 4rem;
    text-align: center;
    width: 4rem;
}

#hc-rmtodo-setting-repairtaskstatusflowsetting .status-flow-table thead tr:nth-child(2) th,
#hc-rmtodo-setting-maintetaskstatusflowsetting .status-flow-table thead tr:nth-child(2) th {
    top: 36px;
}

#hc-rmtodo-setting-repairtaskstatusflowsetting .status-flow-table th:after,
#hc-rmtodo-setting-repairtaskstatusflowsetting .status-flow-table th:before,
#hc-rmtodo-setting-maintetaskstatusflowsetting .status-flow-table th:after,
#hc-rmtodo-setting-maintetaskstatusflowsetting .status-flow-table th:before {
    content: "";
    position: absolute;
}

#hc-rmtodo-setting-repairtaskstatusflowsetting .status-flow-table tbody th:before,
#hc-rmtodo-setting-maintetaskstatusflowsetting .status-flow-table tbody th:before {
    border-left: 1px solid #dee2e6;
    bottom: 0;
    left: -1px;
    top: 0;
}

#hc-rmtodo-setting-repairtaskstatusflowsetting .status-flow-table tbody th:after,
#hc-rmtodo-setting-maintetaskstatusflowsetting .status-flow-table tbody th:after {
    border-right: 1px solid #dee2e6;
    bottom: 0;
    right: -1px;
    top: 0;
}

#hc-rmtodo-setting-repairtaskstatusflowsetting .status-flow-table thead th:before,
#hc-rmtodo-setting-maintetaskstatusflowsetting .status-flow-table thead th:before {
    border-top: 1px solid #dee2e6;
    left: 0;
    right: 0;
    top: -1px;
}

#hc-rmtodo-setting-repairtaskstatusflowsetting .status-flow-table thead th:after,
#hc-rmtodo-setting-maintetaskstatusflowsetting .status-flow-table thead th:after {
    border-bottom: 1px solid #dee2e6;
    bottom: -1px;
    left: 0;
    right: 0;
}

#hc-rmtodo-setting-repairtaskstatusflowsetting .status-flow-table thead tr:first-of-type th:first-of-type,
#hc-rmtodo-setting-maintetaskstatusflowsetting .status-flow-table thead tr:first-of-type th:first-of-type {
    z-index: 2;
}

#hc-rmtodo-setting-repairtaskstatusflowsetting .status-flow-table thead tr:first-of-type th:first-of-type:before,
#hc-rmtodo-setting-repairtaskstatusflowsetting .status-flow-table thead tr:first-of-type th:first-of-type:after,
#hc-rmtodo-setting-maintetaskstatusflowsetting .status-flow-table thead tr:first-of-type th:first-of-type:before,
#hc-rmtodo-setting-maintetaskstatusflowsetting .status-flow-table thead tr:first-of-type th:first-of-type:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

#hc-rmtodo-setting-repairtaskstatusflowsetting .status-flow-table thead tr:first-of-type th:first-of-type:before,
#hc-rmtodo-setting-maintetaskstatusflowsetting .status-flow-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-rmtodo-setting-repairtaskstatusflowsetting .status-flow-table thead tr:first-of-type th:first-of-type:after,
#hc-rmtodo-setting-maintetaskstatusflowsetting .status-flow-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-rmtodo-setting-repairtaskstatusflowsetting .status-flow-table thead th span,
#hc-rmtodo-setting-maintetaskstatusflowsetting .status-flow-table thead th span {
    display: inline-block;
    height: 150px;
    max-height: 150px;
    max-width: 2.7rem;
    overflow: hidden;
    text-align: left;
    text-orientation: upright;
    word-break: break-all;
    writing-mode: vertical-rl;
}

#hc-rmtodo-setting-repairtaskstatusflowsetting .status-flow-table tbody th,
#hc-rmtodo-setting-maintetaskstatusflowsetting .status-flow-table tbody th {
    height: 2rem;
    padding-bottom: 0;
    padding-top: 0;
    vertical-align: middle;
    word-break: break-all;
}

#hc-rmtodo-setting-repairtaskstatusflowsetting .status-flow-table tbody tr:nth-of-type(even) th:nth-child(1),
#hc-rmtodo-setting-maintetaskstatusflowsetting .status-flow-table tbody tr:nth-of-type(even) th:nth-child(1) {
    background-color: #fff;
}

#hc-rmtodo-setting-repairtaskstatusflowsetting .status-flow-table tbody th > div,
#hc-rmtodo-setting-maintetaskstatusflowsetting .status-flow-table tbody th > div {
    max-height: 7.2rem;
    overflow: hidden;
}

#hc-rmtodo-setting-repairtaskstatusflowsetting .status-flow-table td:nth-child(n + 2),
#hc-rmtodo-setting-maintetaskstatusflowsetting .status-flow-table td:nth-child(n + 2) {
    height: 2rem;
    min-width: 4rem;
    text-align: center;
    vertical-align: middle;
    width: 4rem;
}

#hc-rmtodo-setting-repairtaskstatusflowsetting .status-flow-table td div.custom-switch .custom-control-label::before,
#hc-rmtodo-setting-maintetaskstatusflowsetting .status-flow-table td div.custom-switch .custom-control-label::before {
    left: -2rem;
}

#hc-rmtodo-setting-repairtaskstatusflowsetting .status-flow-table td div.custom-switch .custom-control-label::after,
#hc-rmtodo-setting-maintetaskstatusflowsetting .status-flow-table td div.custom-switch .custom-control-label::after {
    left: calc(-2rem + 2px);
}

#hc-rmtodo-setting-repairtaskstatusflowsetting .repairtaskstatusflow-view .status-flow-table td,
#hc-rmtodo-setting-maintetaskstatusflowsetting .maintetaskstatusflow-view .status-flow-table td {
    color: var(--primary);
    font-size: 1.3rem;
}

#hc-rmtodo-setting-facilityequipment .box-upper-line {
    border: 2px solid #f3f3f3;
    border-top: 5px solid var(--primary);
    background-color: #f3f3f3;
    width: 100%;
}

#hc-rmtodo-setting-facilityequipment table.facility-list,
#hc-rmtodo-setting-facilityequipment table.equipment-list {
    table-layout: fixed;
}


#hc-rmtodo-setting-setting table.statusupdatenotice-list .custom-checkbox input[type="checkbox"] + label::before,
#hc-rmtodo-setting-setting table.statusupdatenotice-list .custom-checkbox input[type="checkbox"]:checked + label::before {
    top: 0px;
}
#hc-rmtodo-setting-setting table.statusupdatenotice-list .custom-checkbox input[type="checkbox"]:checked + label::after {
    top: 5px;
}

#hc-rmtodo-approvallist-approvallist .pending i {
    font-size: 1.6rem;
}

#hc-rmtodo-approvallist-approvallist .approval-application-dialog .custom-col,
#hc-rmtodo-approvallist-approvallist .done-approval-application-dialog .custom-col,
#hc-rmtodo-maintetaskregister-maintetaskregister .custom-col {
    max-width: 180px;
}

#hc-rmtodo-bizcheck-bizcheckregister details,
#hc-rmtodo-bizcheck-bizcheckedit details {
    background-color: var(--secondary);
    border-radius: 5px;
    padding: 0.4rem;
}

#hc-rmtodo-bizcheck-bizcheckregister .custom-col,
#hc-rmtodo-bizcheck-bizcheckedit .custom-col {
    max-width: 180px;
}

#hc-rmtodo-bizcheck-bizcheck .bizcheckexecutioncheckpanel,
#hc-rmtodo-bizcheck-bizcheck .bizcheckexecutionprogresspanel {
    height: calc(100vh - 270px);
    height: calc(var(--vh, 1vh) * 100 - 270px);
    overflow-x: hidden;
    overflow-y: auto;
}

@media screen and (max-width: 575.98px) {
    #hc-rmtodo-bizcheck-bizcheck .bizcheckexecutioncheckpanel,
    #hc-rmtodo-bizcheck-bizcheck .bizcheckexecutionprogresspanel {
        height: calc(100vh - 270px - var(--mobile-header-height));
        height: calc(var(--vh, 1vh) * 100 - 270px - var(--mobile-header-height));
    }
}

@media print {
    #hc-main-wrapper:has(#hc-rmtodo-maintetaskimplstatus-maintetaskimplstatusfulldisplay) {
        overflow: initial;
        height: auto;
    }

    #hc-rmtodo-maintetaskimplstatus-maintetaskimplstatusfulldisplay {
        zoom: 0.58;
    }

    #hc-rmtodo-maintetaskimplstatus-maintetaskimplstatusfulldisplay button {
        display: none;
    }

    #hc-rmtodo-maintetaskimplstatus-maintetaskimplstatusfulldisplay .maintetask-table tr > *:first-child {
        border-left: 1px solid #dee2e6;
    }

    #hc-rmtodo-maintetaskimplstatus-maintetaskimplstatusfulldisplay .maintetask-table tr > *:last-child {
        border-right: 1px solid #dee2e6;
    }

    #hc-rmtodo-maintetaskimplstatus-maintetaskimplstatusfulldisplay .maintetask-table tr:last-child > * {
        border-bottom: 1px solid #dee2e6;
    }
}

@page maintetaskimplstatusprint {
    size: A4 landscape;
    margin: 1cm 5mm;
}

#hc-rmtodo-maintetaskimplstatus-maintetaskimplstatusfulldisplay {
    page: maintetaskimplstatusprint;
}
