﻿.waitBox {
    background-color: White;
    border: medium none;
    border-radius: 10px;
    color: black;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 13px;
    height: 90px;
    left: 50%;
    margin: -40px auto auto -100px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    position: fixed;
    text-align: center;
    top: 50%;
    vertical-align: middle;
    width: 200px;
    z-index: 999;
}

.loader {
    display: block;
    margin: auto;
    width: auto;
}

#shadowPanel {
    background-color: black;
    bottom: 0;
    left: 0;
    opacity: 0.25;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 998;
}
