
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap');




/*----- Table -----*/
#formshowtrans{
	font-family: var(--all-text-font-family);
	margin: 24px 0;
	letter-spacing: normal;
}
#formshowtrans a{
	pointer-events:auto !important;
	box-shadow: none;
}
.custom_table table{
	border-collapse: collapse !important;	
}
.custom_table table.dataTable thead tr {
    background: #f1f1f1;
}
#formshowtrans .custom_table table tbody tr, #formshowtrans .custom_table table tbody tr:first-child {
    border-top: none;
    border:none;
}
.custom_table table.dataTable thead th {
    padding: 9px 7px;
    font-size: 14px;
	font-weight: 700;
    text-align: center;
    border-bottom: none;
    border-top: none;
    white-space: nowrap;
    font-family: inherit;
    color: #212529;
    background-color: inherit;
}
.custom_table table.dataTable thead th:first-child{
	text-align:left;
}
.custom_table .dataTables_filter input {
    border: none;
    border: 1px solid #ddd;
    line-height: 36px;
    border-radius: 3px;
    margin-bottom: 10px;
}
.custom_table table.dataTable.no-footer {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}
.custom_table table.dataTable tbody td {
    padding: 7px 7px;
    font-size: 13px;
    color: #444;
    text-align: center;
    vertical-align: middle;
    font-family: inherit;
    color: #212529;
    font-weight: 400;
	background: none;
}
.custom_table table.dataTable tbody td:first-child{
	text-align:left;
}
.custom_table .dataTables_length select {
    height: 40px;
    background: #fff;
    width: 65px;
    padding: 0 5px;
    border-color: #ddd;
}
.custom_table .dataTables_filter input {
    width: auto;
    background: #fff;
    border-radius: 0px;
    height: 40px;
    margin-left:5px;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff !important;
}
.table-striped tbody tr:nth-of-type(even) {
    background-color: #f9f9f9;
}
#formshowtrans table.dataTable thead .sorting:after, #formshowtrans table.dataTable thead .sorting_desc:after, #formshowtrans table.dataTable thead .sorting_asc:after {
    display:none;
}
table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc, table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting {
    padding-right: 16px !important;
}
#formshowtrans .dataTables_wrapper .dataTables_paginate .paginate_button {
    min-width: auto;
    padding: 5px 11px;
    font-size: 14px;
    margin-top: 9px;
    width: auto;
    background: transparent !important;
    height: auto;
}
#formshowtrans div.dataTables_wrapper div.dataTables_info {
    padding-top: 14px;
    font-size: 14px;
}


#formshowtrans	div.dataTables_wrapper div.dataTables_length label, #formshowtrans div.dataTables_wrapper div.dataTables_filter {
    display: inline-block !important;
}
#formshowtrans .table thead tr {
    display: table-row;
}
#formshowtrans .table thead th{
    display: table-cell;
}
#formshowtrans div.dataTables_wrapper div.dataTables_info {
    display: inline-block !important;
}
#formshowtrans .dataTables_paginate.paging_simple_numbers .paginate_button.previous, #formshowtrans .dataTables_paginate .paginate_button.next {
    display: inline-block !important;
}
#swipebox-overlay{
    position:unset !important;    

}



#transaction_table.collapsed, #transaction_table.collapsed .child, #transaction_table.collapsed li {
font-size: 12px;
}


#invoice_table_outer #transaction_table.collapsed tbody td:first-child{
	text-align:left;
	padding:12px 27px;
}


