﻿/* The Modal (background) */
#jloadingBackground {
    display:flex;
    position: fixed; /* Stay in place */
    z-index: 99999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.65); /* Black w/ opacity */
    opacity:.75;
    filter: alpha(opacity=75);
}

#jloadingBackground #jloadingContent{
    display: inline-block;
    height:100px;
    width:100px;
    margin:auto;
    position:absolute;
    left:45%;
    top:45%;
}

#jloadingBackground #jloadingContent #jloadingGif{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
    
    background-image: url('./loading_qz_100.gif');
    background-position:center;
    height:100%;
    width:100%;
    left:50%;
}


#progressbar .ui-progressbar-value {
    background-color: #ccc;
}