.block-ui-overlay {
    z-index: 10001;
    border: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

body > .block-ui > .block-ui-overlay {
    position: fixed;
    background: #f5f8ff !important;
}

.block-ui-overlay.block-ui-visible {
    background-color: white;
    opacity: 1.00;
    -ms-filter: "alpha(opacity=10)";
    cursor: wait;
}

.block-ui-message-container {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10002;
}

body > .block-ui > .block-ui-message-container {
    position: fixed;
}

.block-ui-message {
    cursor: wait;
    padding-top: 100px;
    width: 180px;
    background-image: url(cube.gif);
    background-repeat: no-repeat;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    bottom: 0;
    background-position: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    background-size: cover;
    font-size:10px;
}
