﻿#loadingpanel {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20004;
    width: 100%;
    height: 100%;
    max-height: 100%;
    min-height: 100%;
    text-align: center;
    opacity: .85;
    display: none;
}

    #loadingpanel img {
        position: absolute;
        top: 49%;
        left: 49%;
        vertical-align: middle;
    }

#loadingpanel1 {
   -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10004;
    width: 100%;
    height: 100%;
    max-height: 100%;
    min-height: 100%;
    text-align: center;
    opacity: .85;
    display: none;
}

    #loadingpanel1 img {
          position: absolute;
        top: 49%;
        left: 49%;
        vertical-align: middle;
    }

#loadingpaneldownload label {
    margin-left: 10px;
}

#loadingpaneldownload {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1004;
    line-height: 50px;
    width: 250px;
    height: 65px;
    text-align: center;
    display: none;
    border: thin solid gray;
    background-color: lightgray;
}

    #loadingpaneldownload img {
        vertical-align: middle;
    }
