﻿body {



}

.lti_loader_lite {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100vh;
    width: 100vw;
    background-color: rgba(255,255,255,0.80);
    z-index: 999;
}



.loader_box {
    width: 100px;
    height: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}



    .loader_box img {
        width: 100%;
    }



#overlay {
    position: fixed;
    z-index: 99;
    top: 0px;
    left: 0px;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    filter: Alpha(Opacity=90);
    opacity: 0.80;
    -moz-opacity: 0.80;
}

#theprogress {
    background-color: white;
    width: 110px;
    height: 24px;
    text-align: center;
    filter: Alpha(Opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

#modalprogress {
    position: absolute;
    top: 25%;
    left: 44%;
    margin: -11px 0 0 -55px;
    color: #990000;
    font-weight: bold;
    font-size: 14px;
}

body > #modalprogress {
    position: fixed;
}

#modalprogress #theprogress #ContentPlaceHolder1_Image2 {
    height: 300px !important;
    width: 300px !important;
}
#modalprogress #theprogress #ContentPlaceHolder1_Image3 {
    height: 300px !important;
    width: 300px !important;
}

