﻿.net-designed{float:right;height:20px;overflow: hidden;width: 56px;background: rgba(0, 0, 0, 0) url("../img/designed.svg") repeat scroll right top;margin-top:10px;}
.net-designed:hover {background:rgba(0, 0, 0, 0) url("../img/designed.svg") repeat scroll 0 -20px;}
.request-loading {
    left: 0;
    z-index: 999;
    text-align: center;
    background: rgba( 255, 255, 255, .8) url('../img/loading.gif') 50% 50% no-repeat;
}

body.no-loading {
    overflow: hidden;
}


    body.no-loading .request-loading {
        display: block;
        position: fixed;
        z-index: 1000;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }

body.no-loading-refresh {
    overflow: hidden;
}

    body.no-loading-refresh .request-loading {
        position: absolute;
        height: 100%;
        width: 100%;
    }