.dataTables_wrapper {
    position: relative;
    clear: both;
    zoom: 1;
    width: 100%;
}
.dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em;
    width: 50%;
    
}
input[type="search"] {
    height: 30px;
    padding: 0px 6px;
    margin-bottom: 3px;
    font-size: 14px;
    line-height: 34px;
    color: #555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

}
.dataTables_wrapper .dataTables_filter{
    color: #636b6f;
    width: 40%;
    font-weight: bold;

}
.dataTables_wrapper .dataTables_length{
    width: 40%;
}
.dataTables_wrapper select{
    width: 40%;
    margin-bottom: 0;
    height: 30px;
    padding: 2px 7px;
    margin-bottom: 3px;
    font-size: 14px;
    line-height: 30px;
    color: #555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.dataTables_wrapper .dataTables_paginate {
    color: #333;
    margin-left: auto;
    margin-right: auto;
    width: 82px;
    text-align: center !important;
    float: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #fff;
}