/*.splash-screen.container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 999999;
    display: none;
}

.splash-screen .content {
    width: 300px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -100px 0 0 -150px;
    background-color: white;
}*/

.splash-progress-bar
{
    background-color: #0081C9;
}
