﻿.dataTables_length {
    width: 200px;
    float: left;
}

.dataTables_filter {
    width: 200px;
    float: left;
    margin-left: 20px;
}

#grid_next {
    margin-left: 5px;
}

#grid_next,
#grid_last,
#grid_previous,
#grid_first {
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    padding: .5em 1em;
    margin-bottom: 0;
    line-height: normal;
    border: solid 1px silver;
    background-color: #dadada;
    color: inherit;
    cursor: pointer;
    -ms-touch-action: none;
    touch-action: none;
    margin-right: 5px;
}

.paginate_active {
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    padding: .5em 1em;
    margin-bottom: 0;
    line-height: normal;
    border: solid 1px silver;
    background-color: #85bd41;
    color: white;
    cursor: pointer;
    -ms-touch-action: none;
    touch-action: none;
}

.paginate_button {
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    padding: .5em 1em;
    margin-bottom: 0;
    line-height: normal;
    border: solid 1px silver;
    background-color: #dadada;
    color: inherit;
    cursor: pointer;
    -ms-touch-action: none;
    touch-action: none;
}

#grid_info {
    margin-top: 10px;
    margin-bottom: 10px;
}

#grid_processing {
    position: absolute;
    bottom: -12px;
    left: 48%;
    width: 200px;
    height: 45px;
}

.table-scrollable {
    position: relative;
}
