html, body {
    height: 100%;
}

#initWin {
    width: 100%;
    height: 100%;
    background: #f1faff;
    background: radial-gradient(#ffffff, #b8d0e1);
}

#initLogo {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    margin: -40px 0 0 -200px;
    width: 400px;
    height: 70px;
    color: #3892d4;
}

.init-win-text {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    margin: 45px 0 0 -100px;
    width: 200px;
    height: 50px;
    color: #3892d4;
    font-size: 15px;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
}

#flexiLogo {
    background-image: url(https://cdn.flexaligner.com/flexi/img/logoFlexi.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 200px;
    height: 70px;
    margin: 5px 0 0 60px;
}

.spinner {
    animation: rotate 2s linear infinite;
    z-index: 2;
    position: absolute;
    /*top: 50%;*/
    /*left: 50%;*/
    /*margin: -25px 0 0 -25px;*/
    width: 50px;
    height: 50px;
    /*background-image: url(https://cdn.flexaligner.com/flexi/img/logoFle.png);*/
    background-image: url(https://cdn.flexaligner.com/flexi/img/logoIcon50.png);
    background-size: contain;
}

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

/*@keyframes dash {*/
/*    0% {*/
/*        stroke-dasharray: 1, 150;*/
/*        stroke-dashoffset: 0;*/
/*    }*/
/*    50% {*/
/*        stroke-dasharray: 90, 150;*/
/*        stroke-dashoffset: -35;*/
/*    }*/
/*    100% {*/
/*        stroke-dasharray: 90, 150;*/
/*        stroke-dashoffset: -124;*/
/*    }*/
/*}*/

.select-lang .x-menu-item-text{
    font-weight: bold;
}
