/*
beacr
custom.css
Copyright (C) 2016 Nexteam S.r.l., All rights reserved.
*/
/* 
    Created on : 5-lug-2016, 14.46.13
    Author     : Roby
*/

/* ===================================
   NEW CLASSES
=================================== */

.ajaxloader > div {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 999;
}

.ajaxloader .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
}