
/*# sourceMappingURL=custom.min.css.map */

.loader
{
    display: none;
    width:100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index:9999;
    background-image: url("../images/noti_loading.gif");
    background-color:#000;
    opacity: 0.5;
    background-repeat: no-repeat;
    background-position: center;
}