.lemurama-container {
    position: absolute;
    top: 0px;
    z-index: 1
}

.contentEngineAdmin-container {
    background-color: #fff;
    overflow: hidden;
    position: absolute;
    top: 0px;
    z-index: 1;
}

body.lemurama, content, .lemurama-container {
    overflow: hidden !important;
}


#loadingBlack {
    display: none;
}



@keyframes mainLoading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes mainLoading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes mainLoadingZoom {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes mainLoadingZoom {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

#loadingBlack.loading-active  {
    background-color: transparent;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    z-index: 10000;
}

#loadingBlack .olapicLoading_splashes {
    height: 100px;
    width: 100px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.9);
    border-radius: 6px;
    box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.24);
}

#loadingBlack .olapicLoading_splashes .olapicLoading_splash {
    animation: mainLoading 2s linear infinite;
    -webkit-animation: mainLoading 2s linear infinite;
    font-size: 30px;
    color: #ADAFB2;
}

#loadingBlack.-visible .olapicLoading_splashes {
    animation: mainLoadingZoom 0.4s ease-in-out forwards;
    -webkit-animation: mainLoadingZoom 0.4s ease-in-out forwards;
}
