﻿/*New Loader Added On 09-04-2020*/
.loaderx {
    background-image: url('../../Resources/Img/spinner.svg') !important;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    z-index: 9999;
}

.LoaddingImageEffect {
    z-index: 9999;
    height: 100%;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 0%;
    margin-bottom: 0%;
}


.LoaddingImageOverlayEffect {
    background-color: black;
    filter: alpha(opacity=70);
    opacity: 0.1;
    width: 100%;
    height: 100%;
    z-index: 9997;
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 0%;
    margin-bottom: 0%;
}
