html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    background-color: lightgray;
}

main {
    background-color: white;
    min-height: 600px;
    min-width: 1000px;
}

input[type="date"] {
    position: relative;
}

    input[type="date"]::-webkit-calendar-picker-indicator {
        position: absolute;
        left: 5px;
    }

    input[type="date"]::-webkit-datetime-edit {
        position: relative;
        left: 20px;
    }

.accordion-button {
    background-color: rgba(0, 0, 0, 0.00) !important;
    color: black !important;
}

    .accordion-button:not(.collapsed) {
        box-shadow: none;
    }

.accordion-header {
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: solid rgba(0, 0, 0, 0.125) 1px;
}

.log-table th {
    white-space: nowrap;
}

.log-username {
    white-space: nowrap;
}

.log-datetime {
    white-space: nowrap;
}

.work-button {
    border-color: dimgray;
    color: black;
    box-shadow: none;
}

    .work-button:focus {
        box-shadow: none;
    }

.custom-tooltip {
    --bs-tooltip-bg: var(--bs-primary);
}

.dataRequestWork {
    background-color: #FF0033 !important;
    color: #ffffff !important;
}

.dataApprovalWork {
    background-color: #0033FF !important;
    color: #ffffff !important;
}

.fixedSignatureWork {
    background-color: #7B3CFF !important;
    color: #ffffff !important;
}

.dataDeliveryWork {
    background-color: #FF9900 !important;
    color: #ffffff !important;
}


/*メッセージ一覧*/
.messageTable th.icon {
    width: 3em;
}
.messageTable th.send-date {
    width: 10em;
}

/*承認一覧*/
.approvalTable th.approval {
    width: 6em;
}

/*署名一覧*/
.signatureTable th.signature {
    width: 6em;
}

.page-link:hover {
    cursor: pointer;
}

.workfile-thumbnail {
    height: 225px;
    width: 100%;
    display: block;
    object-fit: scale-down;
}

.workfile-pdfpreview {
    height: 80vh;
    width: 100%;
}

.workfile-imagepreview {
    display: block;
    margin: auto;
    object-fit: contain;
    max-height: 60vh;
    max-width: 60vw;
}

.custom-cursor:hover {
    cursor: pointer;
}

.select2-selection{
    font-size: 14px;
}