
[ng-loader] {
    /*height: 100%;*/
}

    [ng-loader].ajax-loading {
        background: #ccc url('../../../Content/dist/img/loader8.gif') no-repeat center center;
        filter: alpha(opacity=60); /* IE */
        -moz-opacity: 0.6; /* Mozilla */
        opacity: 0.6; /* CSS3 */
        position: fixed;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        z-index: 10000;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
