.layer-masked {
    position: relative;
    overflow: hidden;
    /* 	min-height : 128px; */
}

.loading-mask {
    /* background-image: -webkit-radial-gradient(center, ellipse farthest-side, #FFFFFF 0%, #EEEEEE 100%); */
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 4;
    border-radius: 4px;
}

.loading-mask-white {
    background-color: rgba(255, 255, 255, 0.4);
}

.loading-mask-black {
    background-color: rgba(0, 0, 0, 0.4);
}

.loading-mask-str {
    font-size: 24px;
    position: absolute;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    font-weight: bold;
}

.loading-mask .loading-mask-inner {
    background: url(/media0/img/loading.gif) no-repeat center center;
    background-size: contain;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 5;
}