﻿.eaaLoading {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    height: 200px;
    width: 250px;
    background-color: white;
}

.eaaLoadingContainer {
    width: 248px;
    height: 150px;
    position: relative;
    background-color: white;
}

#loading > .eaaLoadingContainer {
    display: table;
    position: static;
    background-color: white;
}

.eaaLoadingContainer div {
    position: absolute;
    top: 50%;
}

.eaaLoadingContainer div div {
    position: relative;
    top: -50%;
}

.eaaLoadingContainer > div {
    display: table-cell;
    vertical-align: middle;
    position: static;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

.ui-dialog-titlebar {
    display: none;
}

.ui-dialog {
    background: white;
    background-color: white;
}
