.ui-blockui-document {
    background-color: rgba(255, 255, 255, 0.75);
    transition: opacity 0.15s linear;
    opacity: 1.0;
}

.ft-360-loading .circle {
    position: absolute;
    top: 45%;
    left: 50%;
    margin: -4.5rem 0 0 -2.5rem;
}
.circle-text {
    width: 6.5rem;
    height: 6.5rem;
    background: url('../Image/ft-logo-360-text.png') no-repeat center;
    background-size: 6.2rem;
}
.circle-ring {
    width: 6.5rem;
    height: 6.5rem;
    background: url('../Image/ft-logo-360-ring.png') no-repeat center;
    background-size: 6.5rem;
    animation: animateSpinner 0.75s cubic-bezier(0, 0.58, 1, 0.43) infinite;
}

@keyframes animateSpinner {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
