.datatable-index .dataTables_filter {
    display: none; 
}

#dt_example .dataTables_length {
    float: left; 
}

#dt_example .dataTables_length select {
    width: 80px;
    height: 30px;
    margin-bottom: 0; 
}

#dt_example .dataTable .progress {
    height: 6px;
    margin: 5px 0 0 0; 
}

#dt_example .dataTable th {
    padding-left: 12px; 
}

#dt_example .dataTables_filter {
    float: right; 
}

#dt_example .dataTables_filter input {
    width: 160px;
    height: 32px;
    margin-left: 4px;
    margin-bottom: 0;
    outline: none;
    border: 1px solid #e6e6e6; 
}

#dt_example .dataTables_info {
    float: left;
    margin-bottom: 5px; 
}

#dt_example .dataTables_paginate {
    margin: 5px 0;
    float: right; 
}

#dt_example .dataTables_paginate .previous, #dt_example .dataTables_paginate .next {
    display: none; 
}

#dt_example .dataTables_paginate .first {
    -webkit-border-radius: 30px 0 0 30px;
    -moz-border-radius: 30px 0 0 30px;
    border-radius: 30px 0 0 30px; 
}

#dt_example .dataTables_paginate .last {
    -webkit-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    border-radius: 0 30px 30px 0; 
}

#dt_example .dataTables_paginate .paginate_button, #dt_example .dataTables_paginate .paginate_active {
    background: #e6e6e6;
    margin-left: 1px;
    padding: 5px 12px;
    border: none;
    outline: none; 
}

#dt_example .dataTables_paginate .paginate_button:hover, #dt_example .dataTables_paginate .paginate_active:hover {
    background: #d9d9d9;
    cursor: pointer;
    color: black; 
}

#dt_example .dataTables_paginate .paginate_active {
    background: #ffaa3a;
    color: white; 
}

#dt_example .dataTables_paginate .paginate_active:hover {
    background: #ffaa3a;
    color: white; 
}

#dt_example .dataTable .sorting {
    cursor: pointer;
    background: url(../img/sorting.png) no-repeat center left; 
}

#dt_example .dataTable .sorting_asc {
    cursor: pointer;
    background: url(../img/sorting_asc.png) no-repeat center left; 
}

#dt_example .dataTable .sorting_desc {
    cursor: pointer;
    background: url(../img/sorting_desc.png) no-repeat center left; 
}

