﻿
#divLoader img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    /*opacity: 0.6;*/
    width: 25%;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    #divLoader img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        /*opacity: 0.6;*/
        width: 50%;
    }
}

/*--Update Progress--*/
#overlay {
    position: fixed;
    z-index: 1010;
    height: 100%;
    width: 100%;
    top: 0%;
    /*background-color: white;*/
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
    left: 0px;
}

#imgsize img {
    height: 60px;
}
