/**
 * 	author: Daniel Feith
 *  publisher: coretress GmbH
 *  version 0.1
 *  last-updated: 2014-3-24
 */

.CalBlockUI-wrapper {
    background: rgba(180, 180, 180, 0.8);
    box-shadow: inset 0px 0px 10px rgba(81, 92, 98, 0.9);
    border-radius: 3px;
}

.CalBlockUI-content {
    display: block;
    margin: auto;
    width: 50%;
    margin-top: 35%;
    text-align: center;
}

.CalBlockUI-loader {
    display: block;
    margin: auto;
    width: 100px;
    height: 20px;
    background: url(../images/ajax-loader.gif) no-repeat top center;
}

.CalBlockUI-text {
    display: block;
    margin: auto;
    width: 100%;
    text-align: center;
    font-size: 12px;
}
