table.dataTable tfoot {
    display: table-header-group;
}

table.dataTable tr.odd {
    background-color: #f9f9f9;
}

table.dataTable
{
    width: 100% !important;
    font-size: 13px;
}

.column-searchfield
{
    margin-left: -15px !important;
    min-width: 65px;
}

/*.bootstrap-select, .dropdown-menu {*/
    /*width: 100%;*/
/*}*/

/*.dropdown-menu {*/
    /*min-width: auto !important;*/
/*}*/

table.dataTable tr {
    height: 56px;
}

/*div.dt-buttons {*/
/*display: none;*/
/*}*/

button.buttons-print, button.buttons-copy, button.buttons-csv, button.buttons-excel, button.buttons-pdf  {
    color: #fff;
    /*background-color: #428bca;*/
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 15px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    width: 100px;
    background-color: rgb(156, 204, 101); !important;
    border-color: rgb(136, 172, 46) !important;

}

.dataTables_info
{
    margin-left: 30%;
    display: inline-block;
}

.dataTables_length
{
    display: inline-block;
}

.dataTables_paginate
{
    float: right;
}

.paginate_button
{
    margin: 1px;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
    /*width: 30px;*/
    color: white !important;
    border-radius: 4px;
    border: 2px solid;
    background-color: rgb(156, 204, 101); !important;
    border-color: rgb(136, 172, 46) !important;
}
.paginate_button:hover:not(.current)
{
    color: #cdc7c7 !important;
    cursor:pointer;
    text-decoration: none;
    border: 2px solid;
    background-color: rgb(156, 204, 101); !important;
    border-color: rgb(136, 172, 46) !important;
}

.current
{
    background-color: rgb(136, 172, 46) !important;
    border-color: rgb(136, 172, 46) !important;
    border: 2px solid;
}

.paginate_button:hover:not(.current) {
    background-color: rgb(136, 172, 46) !important;
    border-color: rgb(136, 172, 46) !important;
}

.ellipsis
{
    display: inline-block;
    padding: 5px;
}

#dataTableBuilder_filter {
    display: none;
}

.btn-light {
    background-color: white !important;
}


table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
}

table.dataTable thead .sorting {
    background: url('../img/datatableImgs/sort_both.png') no-repeat center right;
}

table.dataTable thead .sorting_asc {
    background: url('../img/datatableImgs/sort_asc.png') no-repeat center right;
}

table.dataTable thead .sorting_desc {
    background: url('../img/datatableImgs/sort_desc.png') no-repeat center right;
}

table.dataTable thead .sorting_asc_disabled {
    background: url('../images/sort_asc_disabled.png') no-repeat center right;
}

table.dataTable thead .sorting_desc_disabled {
    background: url('../images/sort_desc_disabled.png') no-repeat center right;
}

table.dataTable th:active {
    outline: none;
}

input.p-discountInput {
    width: 80px;
    text-align: right;
}

input.p-amountInput {
    width: 100px;
    text-align: right;
}
