.stats_bills .card-content-p{
	display: flex;
}
.stats_bills .card-body {
	padding: 0px;
}
.fetch_bill_call {
	padding:10px 0px;
}
#stateSelect, #export_bill_state, #export_bill_service {
	text-transform: capitalize;
}

.custom-marquee {
	background-color: #f2ec34ed;
    color: #000;
    line-height: 25px;
}

#form-repeater-wrapper input{
	padding: 0px 5px;
}
#form-repeater-wrapper .form-group {
	padding: 0px 7px;
	margin-bottom:0px;
}
#form-repeater-wrapper .input-group-text {
	padding:2px;
}
#form-repeater-wrapper .inv_hours{
	text-align: center;
}
#form-repeater-wrapper .inv_rate, #form-repeater-wrapper .inv_total{
	padding-left: 0px;
}
#invoicelist_filter, #bills-report_filter, #DataTables_Table_0_filter {
	margin-top: -35px !important;
}
#basic-datatable .card-body, #instantrefill_page .card-body {
	padding: 7px;
}
html body.navbar-sticky .app-content .content-wrapper {
	padding: 7px;
}
.table.dataTable thead .sorting:after, .table.dataTable thead .sorting_asc:after, .table.dataTable thead .sorting_desc:after, .table.dataTable thead .sorting_desc_disabled:after {
	padding-top: 10px !important;
}
table.dataTable td, table.dataTable th {
	padding:12px 5px;
}
.custom_table_header_text {
	text-align: center;
    margin-bottom: -27px;
}
.hours_details {
	padding-left:7px;
}
#form-repeater-wrapper p {
	margin-bottom: 0px;
}
.text-pending, .text-rejected {
	color:#aa0b0b;
}
.text-paid, .text-approved {
	color:#087007;
}
.text-under_process {
	color:#2451d1;
}
#fetch_success .modal-header, #fetch_success .modal-body, #fetch_success .modal-footer{
    padding-top:5px;
    padding-bottom:5px;
}
#fetch_success .table.table-borderless td {
    padding-top:5px;
}
/* Reports bills: only Laravel pagination; hide all DataTables pagination/search/info */
.reports-bills-server-paginated .dataTables_wrapper .dataTables_paginate,
.reports-bills-server-paginated .dataTables_wrapper .dataTables_info,
.reports-bills-server-paginated .dataTables_wrapper .dataTables_length,
.reports-bills-server-paginated .dataTables_wrapper .dataTables_filter {
    display: none !important;
}
.reports-bills-server-paginated .dataTables_wrapper > .row:last-child {
    display: none !important;
}