.splash {
    position: fixed;
    z-index: 65534;
    background: white;
    color: gray;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    opacity: 1;
    transition: opacity 1s;    
}
.splash .module_loading div{
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: 5px auto;
    border-radius: 50%;
    box-shadow: 0 0 15px 0 rgba(255,255,255,0.5), inset 0 0 15px 0 rgba(255,255,255,0.5);
}
.splash .module_loading  div img {
    width: 40px;
    height: 40px;
}
.splash-title {
    text-align: center;
    max-width: 500px;
    margin: 15% auto;
    padding: 20px
}

.splash-title h1 {
    font-size: 22px
}
.spinner {
    margin: 5px auto;
    width: 105px;
    height: 75px;
    text-align: center;
    font-size: 15px
}

.spinner>div {
    background-color: #62cb31;
    height: 100%;
    width: 5px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.spinner .rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s
}
.spinner .rect6 {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s
}
.spinner .rect7 {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s
}
.spinner .rect8 {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s
}
.spinner .rect9 {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s
}
.spinner .rect10 {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s
}
.spinner .rect11 {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s
}
.spinner .rect12 {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s
}
@keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        transform: scaleY(0.01);
        -webkit-transform: scaleY(0.01)
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}
.loaderHide{
    opacity: 0; 
}
