﻿/*************************************************
******  Från StatisticonShared projektet        ******
******  Kopieras automatiskt in i projekten ******
******  Ändringar görs i StatisticonShared      ******
**************************************************/

/*************** Loading ***************/
#loading_text {
    font-size: 32px;
    margin-bottom: 20px;
}

#loading-image, #loading_text {
    color: black;
}

.loading-div {
    margin-top: 300px;
    display: block;
    text-align: center;
}

#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: var(--studios-grey);
    z-index: 10000;
    text-align: center;
}
