/* HTML: <div class="loadingscreen" ><div class="loader"></div></div> */
.loader{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: url('../../../assets/img/loader.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .75;
    text-align: center;

}



