﻿.loader {
    display: none;
    position: absolute;
    z-index: 49;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('/Content/css/loaderImages/loading40.gif') 50% 50% no-repeat;
}

.loaderInt {
    display: none;
    position: absolute;
    z-index: 49;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('/Content/css/loaderImages/loading2.gif') 50% 50% no-repeat;
}

.loaderInt1 {
    display: none;
    position: absolute;
    z-index: 49;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('/Content/css/loaderImages/loading2.gif') 50% 50% no-repeat;
}

.loaderLogin {
    display: none;
    position: fixed;
    z-index: 49;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('/Content/css/loaderImages/loading40.gif') 50% 50% no-repeat;
}

.loaderGear {
    display: none;
    position: absolute;
    z-index: 49;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('/Content/css/loaderImages/gear.gif') 50% 50% no-repeat;
}

.appContainer footer {
    padding-top: 1rem;
    color: #fff;
    background-color: #343f51;
}