









#submit-layer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    display: flex;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.41);
    color: #fff;

    justify-content: center;
    align-items: center;
}


.req:after {
    color: #cb1818;
    content: '*';
}

.table.table-valign-middle th,
.table.table-valign-middle td {
    vertical-align: middle;
}

.table.table-nowrap th,
.table.table-nowrap td {
    white-space: nowrap;
    word-break: break-all;
}

/* 2023-04-25 表示領域を狭めたい ブラウザで80%くらい  */
.form-show .table td,
.form-show .table th {
    padding: 0.25rem 0.5rem;
    font-size: 15px;
    line-height: 1.3;
}
.form-show hr {
    margin-top: 0.5rem;
}
.form-show hr,
.form-show .alert {
    margin-bottom: 0.5rem;
}






.sticky {
    position: sticky;
    top: 0;
    z-index: 2000;
}

.pointer {
    cursor: pointer;
}
.sort-bar {
    cursor: move;
}

.hidd {
    display: none;
}

.btn-xs {
    padding: 0.125rem 0.25rem;
    border-radius: 0.15rem;
    font-size: 0.75rem;
    line-height: 1.5;
}

.modal-max {
    max-width: 96%;
}



td.new {
    position: relative;
}
td.new::after {
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 4px 10px;
    background-color: #db5151;
    color: #fff;
    content: 'NEW';
}


/* paginator */
nav.custom-pagination {
    display: flex;

    flex-wrap: wrap;
}
nav.custom-pagination > .pagination > li.pagination-badge {
    margin-right: 1rem;
}



/* exval */
.formError .formErrorContent {
    width: auto;
}















