﻿/*機能ID：W40110*/
/*機能名：就労実績登録・編集(工事別)*/

#UploadControlManager1 {
    display: none;
}

#UploadControlManager2 {
    display: none;
}

.sh-maxheight {
    max-height: max( 13rem, calc( 100vh - 350px ) );
}

.sh-tdInput:disabled {
    /*透明化停止して固定行列に表示されないようにする*/
    opacity: 1 !important;
}

.sh-table-ktky .sh-tablecell-sticky-noneborder-rl {
    /*就労実績一覧の上部で、「〇月」の値が表示されない場合は、左右の罫線を無くす*/
    position: sticky;
    border-right: none !important;
    border-left: none !important;
}

.sh-table-ktky .sh-tablecell-sticky-noneborder-r {
    /*就労実績一覧の上部で、「〇月」の値が表示される場合は、右の罫線を無くす*/
    position: sticky;
    border-right: none !important;
}

/*KTK99_001-927*/
/* 活性状態のセルに適用するクラス */
.date-field-cursor {
    cursor: pointer;
}

/*KTK99_001-927*/
.sh-tablecell-stickyW40110 {
    position: sticky;
}

/*KTK99_001-927*/
.sh-tablecell-stickyW40110::before {
    display: block;
    z-index: auto;
    position: absolute;
    inset: calc(var(--bs-border-width) * -1);
    left: 0;
    border: var(--bs-border-width) solid var(--bs-border-color);

    content: "";
    /*KTK99_TEST-1098*/
    pointer-events: none; /* マウスイベントを無効化 */
}

