

/*      Request ID: c76c3b8b51703abc3ede08f2ec38029b_1751561272 (07/24/2025 8:02am) (minifier disabled) (ZcjRCcAgDAXAiTQjlaAPDcQETFC6fQfofR4d3nTvJbYB9dJxqsrBnayohqSZ3VvQIzY2usAyKCcWgppHFkTK4vRNka/+traIDw==)      */

.box {
    padding: 10px 20px;
    background: #efefef;
    margin-bottom: 1rem;
}
table {
    table-layout: fixed;
    min-width: 600px;
    margin-bottom: 1rem !important;
}
th {
    text-align: center;
}
th, td {
    width: 20%;
}
th:first-child,
td:first-child {
    width: 40%;
}
td input[type=text] {
    width: 100%;
    box-sizing: border-box;
}
th button {
    background: none;
    border: none;
    padding: 0;
    color: #2d6da3;
    text-decoration: underline;
/*     float: right; */
}
table.table tr:nth-child(even) td,
table.table tr:nth-child(even) th {
    background-color: transparent;
}
.table tfoot th,
.table tfoot td {
    background: #ddd;
    border: 1px solid #cdcdcd;
}
.table.total tbody th,
.table.total tbody td {
    background: #b3dbff;
}
.form-control {
    text-align: center;
}
.form-control[disabled] {
    background-color: rgba(255,255,255,.5);
}
.alert-success {
    background-color: #bdefa9;
    border: 1px solid #afde9c;
}
.alert.alert-warning {
    border: 1px solid #e8d7b1;
}

.mobile-label {
    display: none;
}
.hide {
    display: none !important;
}

@media all and (max-width: 680px) {
    .mobile-label {
        display: block;
        text-align: left;
    }
    thead {
        display: none;
    }
    table, tbody, tfoot, tr, th, td {
        display: block;
        width: auto !important;
        min-width: 0 !important;
        border: none !important;
    }
}