
/*職種一覧タイトル*/
.job-title {
    width: 100%;
    padding: 12px 15px 9px;
    margin-bottom: 5px;
    text-align: center;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    background-color: #f4f4f4;
}

.job-input-search-processgrp-nm {
    width: 180px !important;
}

.job-input-search-process-class-nm {
    width: 200px !important;
}


.thead-custom-for-job {
    background-color: #fff;
}

    .thead-custom-for-job th {
        color: #212529;
        font-weight: 400;
        vertical-align: middle !important;
        /*text-align: center !important;*/
    }

.job-thead-custom th {
    text-align: left !important;
}

.job-list-column-width-number {
    width: 5em;
    max-width: 5em;
}
.job-list-column-width-large-class-name {
    width: 12%;
    max-width: 12%;
}
.job-list-column-width-name {
    width: 40%;
    max-width: 40%;
}
.job-list-column-width-is-calculate-labor-cost {
    width: 10em;
    max-width: 10em;
}
.job-list-overflow {
    max-width: 0px !important;
}

.job-select-lagrge-class-selector {
    width: 180px !important;
}

.job-search-lagrge-class-select {
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
}

.job-table-data {
    margin-top: 0;
    padding-top: 0;
    height: calc(100vh - 310px);
    overflow-x: hidden;
    overflow-y: scroll;
    /*-ms-overflow-style: none;*/ /* IE, Edge 対応 */
    /*scrollbar-width: none;*/ /* Firefox 対応 */
}
    /*.job-table-data::-webkit-scrollbar {*/ /* Chrome, Safari 対応 */
        /*display: none;
    }*/
.job-list-label-lastmodifydate {
    color: #6c757d;
    font-size: 10.5px;
}
