/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/

div.dataTables_length {
    float: left;
    margin: 10px;
    font-size:15px;
    line-height:30px
}
div.dataTables_length select{
    font-size:18px;
}

div.dataTables_filter {
    float: right;
    margin: 10px 8px 4px;
    font-size:18px;
    line-height:30px
}

div.dataTables_filter input[type="search"] {
    margin-left: 10px;
    font-size:16px;
}


div.dataTables_info {
    float: left;
    margin: 10px;
}

div.dataTables_paginate {
    float: right;
    margin: 10px 2px;
}

div.dataTables_paginate a {
    padding: 3px 7px;
    cursor: pointer;
    margin: 0 2px;
    border-radius: 3px;
}
a.dataTables_previous,a.dataTables_next {
    background: rebeccapurple;
}

a.paginate_button {
    background: grey;
    color: #fff;
}
a.paginate_button:hover {
    background: black;
    color: #fff;
}

a.paginate_button.current {
    background: black;
}

a.paginate_button.next.disabled,a.paginate_button.previous.disabled {
    background: #ccc !important;
    color: rgb(255, 0, 0) !important;
    cursor: no-drop !important;
}

div#data_Tables_wrapper {
    background-color: #F2F0F0;
    /*float: left;*/
    border: 1px solid #339966;
    /* width: 100%; */
    /* display: block; */
    /* height: 1000px; */
    background-color: rgb(255, 255, 255);
}