/**
 * Inline Styles extracted from index.html for CSP compliance
 * Phase 2.1 of HUB-11378 implementation
 *
 * These styles were originally inline in the HTML <style> tag
 * and have been externalized to comply with Content Security Policy
 */

.veil {
    position: fixed !important;
}

.spinner {
    top: 50% !important;
    margin: 0px auto !important;
    width: 60px;
    height: 60px;
    font-size: 11px;
    line-height: 62px;
}

.spinner:before,
.spinner:after {
    border-top: 0.3em solid#878787;
    border-right: 0.3em solid#b0b0a9;
    border-bottom: 0.3em solid#DCDCD9;
    border-left: 0.3em solid#c0c0c0;
    animation: spin 2s infinite ease-out;
}

#theView {
    display: table-row
}