﻿.waitingx-bg{
width:100%;
height:100%;
background-color:black;
opacity:0.6;
position:fixed;
top:0;
left:0;
right:0;
bottom:0;
z-index:999999;
}

.waitingx .ltext{
color:white;
font:bold 18px/20px Tahoma,sans-serif;
left:39%;
position:fixed;
top:45%;
z-index:999999;
}

.probarx {
    background-color: #000;
    border-radius: 10px;
    box-shadow: 0 0 10px #fff;
    height: 40px;
    left: 20%;
    position: fixed;
    right: 20%;
    top: 53%;
    z-index: 999999;
}

.barx{
background-color:lime;
height:inherit;
transition:1s;
border-radius:10px;
}

.bartext{
position:absolute;
top:-1px;
left:0;
right:0;
bottom:0;
text-align:center;
color:#fff;
text-shadow:0 0 2px #000;
line-height:40px;
font:bold 28px/40px arial;
}