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

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

.hc-htlemm .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: -2%;
    width: 24px;
}

.hc-htlemm .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: -2%;
    width: 24px;
}

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

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

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

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

.hc-htlemm .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-htlemm .btn-group-toggle label.btn-outline-dark input[type="radio"]:focus ~ div {
    box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}

.hc-htlemm details summary {
    list-style: none;
}

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

.hc-htlemm details summary.item-label-summary {
    padding-left: 15px;
}

.hc-htlemm details summary.item-label-summary:after {
    color: var(--primary-color);
    content: "\f055";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
}

.hc-htlemm details[open] summary.item-label-summary:after {
    content: "\f056";
}

.hc-htlemm details summary.section-summary {
    font-size: 1.2rem;
    padding: 0.4rem;
}

.hc-htlemm details summary.section-summary::before {
    color: var(--primary-color);
    content: "\f055";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    margin-right: 0.4rem;
}

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

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

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

.hc-htlemm .task-comments .content-panel {
    background-color: #ededed;
    border-radius: 0.25rem;
}

.hc-htlemm .task-comments .content-panel .icon {
    color: #4c4c4c;
    font-size: 1.2rem;
}

.hc-htlemm .task-comments .content-panel .content-title {
    font-size: 0.9rem;
    margin-bottom: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hc-htlemm .task-comments .content-panel .comment-user-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hc-htlemm .task-comments .content-panel .comment-date-time {
    min-width: 170px;
}

.hc-htlemm .task-comments .content-panel button {
    font-size: 0.8rem;
}

.hc-htlemm .task-comments .content-panel pre.content {
    font-family: var(--font-family-sans-serif);
    font-size: 1rem;
    width: 100%;
    white-space: pre-wrap;
}

#hc-htlemm-task-taskboards .board {
    background-color: #f3f3f3;
    border: solid 1px lightgray;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 0.4rem;
    margin-top: 0.4rem;
    min-height: 100px;
    padding: 1rem;
}

#hc-htlemm-task-taskboardregister .custom-col,
#hc-htlemm-task-taskboardedit .custom-col {
    max-width: 160px;
}

#hc-htlemm-task-taskregister .custom-col,
#hc-htlemm-task-taskedit .custom-col,
#hc-htlemm-task-taskdetail .custom-col {
    max-width: 190px;
}

#hc-htlemm-task-taskregister .task-tag,
#hc-htlemm-task-taskedit .task-tag,
#hc-htlemm-task-taskdetail .task-tag {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 0.5rem;
    color: #ffffff;
}

#hc-htlemm-task-taskregister .task-image-file-wrapper,
#hc-htlemm-task-taskedit .task-image-file-wrapper,
#hc-htlemm-task-taskdetail .task-image-file-wrapper {
    align-items: center;
    border: solid 1px #ced4da;
    border-radius: 0.25rem;
    box-sizing: content-box;
    display: flex;
    margin: 0.5rem 0.5rem 0.5rem 0;
    padding: 0.5rem;
}

#hc-htlemm-task-taskregister .task-image-file,
#hc-htlemm-task-taskedit .task-image-file,
#hc-htlemm-task-taskdetail .task-image-file {
    cursor: pointer;
    height: 100px;
    width: 100px;
}

#hc-htlemm-task-taskregister .task-image-file img,
#hc-htlemm-task-taskedit .task-image-file img,
#hc-htlemm-task-taskdetail .task-image-file img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

#hc-htlemm-task-taskregister .task-actions td,
#hc-htlemm-task-taskedit .task-actions td,
#hc-htlemm-task-taskdetail .task-actions td {
    padding: 3px 3px 0 0;
}

#hc-htlemm-task-taskregister .user-assigned,
#hc-htlemm-task-taskedit .user-assigned {
    background-color: lightblue;
}

#hc-htlemm-task-taskboard {
    overflow: hidden;
}

#hc-htlemm-task-taskboard .task-board-area {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 140px);
}

#hc-htlemm-task-taskboard .task-status-lane-headers {
    display: flex;
    overflow-x: hidden;
    overflow-y: scroll;
}

#hc-htlemm-task-taskboard .task-board-area .task-status-lane-header {
    background: #ededed;
    display: flex;
    min-width: 300px;
    overflow: hidden;
    padding: 0.5rem;
    width: 300px;
}

#hc-htlemm-task-taskboard .task-board-area .task-status-lane-header .status-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#hc-htlemm-task-taskboard .task-status-lanes-wrapper {
    height: 100%;
    overflow: scroll;
}

#hc-htlemm-task-taskboard .task-status-lanes {
    display: flex;
    min-height: 100%;
}

#hc-htlemm-task-taskboard .task-board-area .task-status-lane {
    background: #ededed;
    min-width: 270px;
    padding: 0.5rem;
    width: 270px;
}

#hc-htlemm-task-taskboard .task-board-area .task-status-lane.memo-lane {
    background: #f7e6de;
}

#hc-htlemm-task-taskboard .task-board-area .task-status-lane + .task-status-lane {
    margin-left: 0.5rem;
}

#hc-htlemm-task-taskboard .task-board-area .task-status-lane .dropzone {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0;
}

#hc-htlemm-task-taskboard .task-board-area .task-status-lane button {
    font-size: 0.8rem;
}

#hc-htlemm-task-taskboard .task-board-area .task-status-lane .dropzone > li {
    list-style: none;
}

#hc-htlemm-task-taskboard .task-board-area .task-item-area {
    display: flex;
    justify-content: center;
    padding: 0.25rem 0;
    position: relative;
}

#hc-htlemm-task-taskboard .task-board-area .task-item-acceptor {
    flex-grow: 1;
}

#hc-htlemm-task-taskboard .task-board-area .task-item {
    background-color: #ffffff;
    border: solid 1px #333333;
    border-left: solid 3px var(--primary-color);
    cursor: grab;
    cursor: -moz-grab;
    font-size: 0.8rem;
    padding: 0.25rem 0.5rem;
    width: 95%;
}

#hc-htlemm-task-taskboard .task-board-area .task-item > div {
    margin-bottom: 0.3rem;
}

#hc-htlemm-task-taskboard .task-board-area .task-item:active {
    cursor: grabbing;
}

#hc-htlemm-task-taskboard .task-board-area .task-item .task-title {
    font-size: 0.9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#hc-htlemm-task-taskboard .task-board-area .task-item .task-action {
    display: flex;
    overflow: hidden;
}

#hc-htlemm-task-taskboard .task-board-area .task-item .task-action .task-action-items {
    overflow: hidden;
}

#hc-htlemm-task-taskboard .task-board-area .task-item .task-action .task-action-items > div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#hc-htlemm-task-taskboard .task-board-area .task-item .task-image {
    text-align: center;
}

#hc-htlemm-task-taskboard .task-board-area .task-item .task-location {
    display: flex;
}

#hc-htlemm-task-taskboard .task-board-area .task-item .task-location .location {
    display: flex;
    align-items: center;
}

#hc-htlemm-task-taskboard .task-board-area .task-item .item-mark {
    font-size: 1.2rem;
}

#hc-htlemm-task-taskboard .task-board-area .dragging {
    cursor: grabbing;
    transition: visibility 0.01s;
    visibility: hidden;
}

#hc-htlemm-task-taskboard .task-board-area .dummy {
    visibility: hidden;
}

#hc-htlemm-task-taskboard .task-board-area .task-overlay {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

#hc-htlemm-task-taskboard .task-board-area .task-overlay.dummy {
    background: initial;
    transition: z-index 0.1s;
    z-index: 0;
}

#hc-htlemm-task-tasksearch .data-list {
    font-size: 0.9rem;
}

#hc-htlemm-equipment-equipmentsearch .data-list {
    font-size: 0.9rem;
}

#hc-htlemm-environment-environmentchargeregister .custom-col,
#hc-htlemm-environment-environmentdataregister .custom-col {
    max-width: 160px;
}

#hc-htlemm-environment-environmentmastersetting .item-icon {
    width: 27px;
}

#hc-htlemm-equipment-equipmentregister .custom-col,
#hc-htlemm-equipment-equipmentedit .custom-col,
#hc-htlemm-equipment-equipmentdetail .custom-col {
    max-width: 160px;
}
