label {
    font-weight: normal !important;
}

.error {
    color: #f00;
    font-size: 12px;
    display: block;
}

.jsgrid-table {
    font-size: 14px !important;
}

.jsgrid-header-cell {
    font-weight: normal !important;
    color: #00f !important;
    padding: 5px 5px;
}

.jsgrid-cell {
    padding: 5px 5px;
}

.content-wrapper-invoice-user-list #invoices.table thead tr {
    background-color: #fbfbfb;
}

.content-wrapper-invoice-user-list #invoices.table thead tr th {
    font-weight: normal !important;
    color: #00f !important;
}

.content-wrapper-invoice-user-list #invoices.table td,
.content-wrapper-invoice-user-list #invoices.table th {
    padding: 5px 5px;
    font-size: 14px;
}

#patientWrapper .btn.btn-sm.btn-info {
    font-size: 10px !important;
}

.invoice-wrapper #invoices.table thead tr {
    background-color: #fbfbfb;
}

.invoice-wrapper #invoices.table thead tr th {
    font-weight: normal !important;
    color: #00f !important;
}

.invoice-wrapper #invoices.table td,
.invoice-wrapper #invoices.table th {
    padding: 5px 5px;
    font-size: 14px;
}

.content-wrapper #user_list.table thead tr {
    background-color: #fbfbfb;
}

.content-wrapper #user_list.table thead tr th {
    font-weight: normal !important;
    color: #00f !important;
}

.content-wrapper #user_list.table td,
.content-wrapper #user_list.table th {
    padding: 5px 5px;
    font-size: 14px;
}

.dataTable .sorting::before,
.dataTable .sorting::after {
    color: #000 !important;
}

.item-payout-logic {
    pointer-events: none;
}

.payout-checkbox {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 1rem;
    vertical-align: middle;
}

.payout-reconciliations-invoices .payout-edit {
    display: flex;
    align-items: baseline;
}

.payout-reconciliations-invoices .payout-edit .input-payout {
    width: 70%;
    margin: 0 auto;
}

select[readonly] {
    pointer-events: none;
}