/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

#lbd-ajax-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5) center center no-repeat;
    display: none;
    z-index: 9999;
}

#lbd-wait {
    color: #fff;
    font-weight: bold;
    font-size: 2em;
    display: block;
    position: relative;
    top: 50%;
    text-align: center;
}
