#container_loader{
    background-color: #000000;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0.65;
    z-index: 20;
    display: none;
}

#loader{
    position: fixed;
    z-index: 25;
    left: 50%;
    top: 50%;
    margin-left: -120px;
    margin-top: -15px;
    display: none;
}

#fadingBarsG{
    position:relative;
    width:240px;
    height:29px}

.fadingBarsG{
    position:absolute;
    top:0;
    background-color:#3AB2D6;
    width:29px;
    height:29px;
    -moz-animation-name:bounce_fadingBarsG;
    -moz-animation-duration:1.1s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-direction:linear;
    -moz-transform:scale(.3);
    -webkit-animation-name:bounce_fadingBarsG;
    -webkit-animation-duration:1.1s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-direction:linear;
    -webkit-transform:scale(.3);
    -ms-animation-name:bounce_fadingBarsG;
    -ms-animation-duration:1.1s;
    -ms-animation-iteration-count:infinite;
    -ms-animation-direction:linear;
    -ms-transform:scale(.3);
    -o-animation-name:bounce_fadingBarsG;
    -o-animation-duration:1.1s;
    -o-animation-iteration-count:infinite;
    -o-animation-direction:linear;
    -o-transform:scale(.3);
    animation-name:bounce_fadingBarsG;
    animation-duration:1.1s;
    animation-iteration-count:infinite;
    animation-direction:linear;
    transform:scale(.3);
}

#fadingBarsG_1{
    left:0;
    -moz-animation-delay:0.44s;
    -webkit-animation-delay:0.44s;
    -ms-animation-delay:0.44s;
    -o-animation-delay:0.44s;
    animation-delay:0.44s;
}

#fadingBarsG_2{
    left:30px;
    -moz-animation-delay:0.55s;
    -webkit-animation-delay:0.55s;
    -ms-animation-delay:0.55s;
    -o-animation-delay:0.55s;
    animation-delay:0.55s;
}

#fadingBarsG_3{
    left:60px;
    -moz-animation-delay:0.66s;
    -webkit-animation-delay:0.66s;
    -ms-animation-delay:0.66s;
    -o-animation-delay:0.66s;
    animation-delay:0.66s;
}

#fadingBarsG_4{
    left:90px;
    -moz-animation-delay:0.77s;
    -webkit-animation-delay:0.77s;
    -ms-animation-delay:0.77s;
    -o-animation-delay:0.77s;
    animation-delay:0.77s;
}

#fadingBarsG_5{
    left:120px;
    -moz-animation-delay:0.88s;
    -webkit-animation-delay:0.88s;
    -ms-animation-delay:0.88s;
    -o-animation-delay:0.88s;
    animation-delay:0.88s;
}

#fadingBarsG_6{
    left:150px;
    -moz-animation-delay:0.99s;
    -webkit-animation-delay:0.99s;
    -ms-animation-delay:0.99s;
    -o-animation-delay:0.99s;
    animation-delay:0.99s;
}

#fadingBarsG_7{
    left:180px;
    -moz-animation-delay:1.1s;
    -webkit-animation-delay:1.1s;
    -ms-animation-delay:1.1s;
    -o-animation-delay:1.1s;
    animation-delay:1.1s;
}

#fadingBarsG_8{
    left:210px;
    -moz-animation-delay:1.21s;
    -webkit-animation-delay:1.21s;
    -ms-animation-delay:1.21s;
    -o-animation-delay:1.21s;
    animation-delay:1.21s;
}

@-moz-keyframes bounce_fadingBarsG{
    0%{
        -moz-transform:scale(1);
        background-color:#3AB2D6;
    }

    100%{
        -moz-transform:scale(.3);
        background-color:#FFFFFF;
    }

}

@-webkit-keyframes bounce_fadingBarsG{
    0%{
        -webkit-transform:scale(1);
        background-color:#3AB2D6;
    }

    100%{
        -webkit-transform:scale(.3);
        background-color:#FFFFFF;
    }

}

@-ms-keyframes bounce_fadingBarsG{
    0%{
        -ms-transform:scale(1);
        background-color:#3AB2D6;
    }

    100%{
        -ms-transform:scale(.3);
        background-color:#FFFFFF;
    }

}

@-o-keyframes bounce_fadingBarsG{
    0%{
        -o-transform:scale(1);
        background-color:#3AB2D6;
    }

    100%{
        -o-transform:scale(.3);
        background-color:#FFFFFF;
    }

}

@keyframes bounce_fadingBarsG{
    0%{
        transform:scale(1);
        background-color:#3AB2D6;
    }

    100%{
        transform:scale(.3);
        background-color:#FFFFFF;
    }

}

.dataTables_wrapper.form-inline.dt-bootstrap.no-footer {

}

div.dataTables_processing {
    background: #d0d0d2  repeat scroll 0 0 !important;
    height: 100% !important;
    opacity: 0.65 !important;
    top: 30px !important;
    z-index: 10;
}

div.dataTables_processing img{
    width: 50px
}

div.dataTables_processing h3{
    color: #2D6CA2
}