/*
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.
*/
/* 
    Created on : 29/01/2015, 08:27:56
    Author     : william
*/

.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 46px;
    margin-left: -125px;
    margin-top: -15px;
    padding: 14px;
    border: 1px solid #DDD;
    text-align: center;
    color: #999;
    font-size: 14px;
    background: url('../img/loaders/1.gif') no-repeat scroll 10px 6px #FFF;
}