﻿
table {
    border-spacing: 1px;
    border-collapse: collapse;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    position: relative
}

    table * {
        position: relative
    }

    table td, table th {
        padding-left: 8px
    }

    table thead tr {
        height: 60px;
        background: #36304a
    }

    table tbody tr {
        height: 50px
    }

        table tbody tr:last-child {
            border: 0
        }

    table td, table th {
        text-align: left
    }

        table td.l, table th.l {
            text-align: right
        }

        table td.c, table th.c {
            text-align: center
        }

        table td.r, table th.r {
            text-align: center
        }

.table100-head th {
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    font-weight: unset
}

tbody tr:nth-child(even) {
    background-color: #f5f5f5
}

tbody tr {
    font-size: 15px;
    color: gray;
    line-height: 1.2;
    font-weight: unset
}

.hasbankaccount {
    background-color: orange !important;
}

.specialbankaccount {
    background-color: lightblue !important;
}

.batchstatus {  
    color: red;
}
.timesprocessed {
    color: dodgerblue;
}
button {
    color: #fff;
    background-color: #36304a;
    font-size: 16px;
    font-family: Inter;
    font-weight: 700;
    line-height: 24px;
    word-wrap: break-word;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 6px;
    overflow: hidden;
    border: 2px #2D3648 solid;
    justify-content: center;
    align-items: center;
    gap: 8px;
    display: inline-flex;
    margin-left: auto;
    margin-right: auto;
}


label {
    color: #2D3648;
    font-size: 14px;
    font-family: Inter;
    font-weight: 600;
    line-height: 16px;
    word-wrap: break-word
}
select {
    color: #2D3648;
    font-size: 16px;
    font-family: Inter;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word;
    width: 260px
}

.tagarea {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 6px;
    overflow: hidden;
    border: 2px #2D3648 solid;
}

.control {
    text-decoration: underline;
}
 