body{
	margin:0px;
	padding:0px;
	position: absolute; 
	height:100%;
	width:100%;
	background-size:cover;
	font-style: regular;
	font-family:"Myriad Pro", Myriad,"Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color:#f0f0f1;
}

.webgl-content,#loadingBlock,#errorBrowserBlock{
	padding:0px;
	position:absolute;
	height:100vh;
	width:100vw;
	background-color:#f0f0f1;
}

#gameContainer,canvas{
	position:absolute;
	height:100%;
	width:100%;
	background-color:#f0f0f1;
}

#fullScreenButton{
	height:25px;
	width:25px;
	position:absolute;
	z-index:1;
	bottom:10px;
	right:10px;
	background-color:transparent;
	background-image:url("../img/fullScreen_on.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size:30px 30px;
	border:none;
	cursor: pointer;
}

.subtitle{
	color:#1896a7;
	font-size:2.3vh;
	padding-bottom:2.3vh;
	padding-top:2.5vh;
	display: block;
	height:20vh;
	width:40vw;
	margin:auto;
	text-align: center;
}

.logo{
	height:25vh;
	width:auto;
	display: block;
	margin:auto;
	margin-top:2vh;
}

#loadingBlock,#errorBrowserBlock{
	background-image:url("../img/background.png");
	background-size:cover;
}

#emptyBar{
	background: url("../img/progressEmpty.png") no-repeat right;
	float: right; 
	width: 60%; 
	height: 100%; 
	display: inline-block;
}

#fullBar{
	background: url("../img/progressFull.png") no-repeat right;
	float: left; 
	width: 40%; 
	height: 100%; 
	display: inline-block;
}

#progressBar,#warningBrowserBlock,#warningMobileBlock,#errorContent{
	height:25vh;
	width:40vw;
	margin:auto;
	text-align: center;
}

#progressBar{
	height:8vh;
	color:#666666;
	font-size:4vh;
}

#warningBrowserBlock,#warningMobileBlock,#errorContent{
	margin-top:15vh;
	color:#666666;
	font-size:2.3vh;
}

.browserIcons{
	display: inline-flex;
	margin-top:2vh;
}

.browserIcons a{
	width:150px;
}

#errorContent{
	font-size:3vh;
	margin-top:5vh;
}

.centered{
	height: 100%;
	max-width:770px;
	margin-left:auto;
	margin-right:auto;
}

/**********************************/
@media screen and (max-width: 1002px) {
    html.uiv2 .modernViewContainer {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        min-height: 75vh;
    }
}

.modernViewContainer {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-height: 75vh;
}

@media screen and (max-width: 1002px) {
    html.uiv2 .modernViewContainer .logo-window {
        position: static;
        position: initial;
        margin: 4.2rem;
        top: auto;
        left: auto;
        display: -webkit-box;
        display: flex;
        -webkit-box-flex: 0;
        flex: 0;
    }
}

.modernViewContainer .logo-window {
    /*position: absolute;
    top: 4.2rem;
    left: 4.2rem;*/
    width: 4.8rem;
    height: 4.8rem;
}

@media screen and (max-width: 1002px) {
    html.uiv2 .modernViewContainer #container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        display: -webkit-box;
        display: flex;
    }
}

.modernViewContainer #container {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 1002px) {
    .modernViewRenderer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
}

.modernViewRenderer {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
}

#textbox {
    text-align: left;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    color: #605e5c;
    /*font-size: 1.4rem;
    line-height: 1.2857;*/
}

.modernViewRenderer .content {
    width: 42rem;
    text-align: center;
    padding: 3.2rem 0;
}

#textbox h1 {
    color: #252424;
    font-weight: bold;
    font-size: 1.3rem;
    /*font-size: 3.2rem;
    line-height: 4rem;*/
    margin: 0;
}

@media screen and (max-width: 1002px) {
    .modernViewRenderer .vl {
        display: none;
    }
}

.modernViewRenderer .vl {
    border-left: 0.1rem solid #e1dfdd;
    width: 0;
    margin: 0.5rem 4rem;
}

.modernViewRenderer #buttonsbox {
    -webkit-box-pack: start;
    justify-content: flex-start;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.btn.primary {
    position: relative;
    background: white;
    border-radius: 0.4rem;
    box-shadow: 0 0.16rem 0.36rem 0 rgb(0 0 0 / 13%), 0 0.03rem 0.09rem 0 rgb(0 0 0 / 11%);
    cursor: pointer;
    -webkit-box-flex: 1;
    flex: 1 1 0;
}

    .btn.primary + .btn.primary {
        margin-top: 0.8rem;
    }

.btn {
    min-height: 5.5rem !important;
    border: none !important;
    padding: 0 !important;
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-align: center !important;
    align-items: center !important;
    padding: 0px 20px !important;
}

body, input, select, button {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Web", sans-serif;
}

.btn .img {
    width: 3rem;
    height: 3rem;
    margin: auto 1rem;
}

.btn.primary .text {
    margin: 1.2rem 0;
}

.btn .text {
    text-align: left;
    width: calc(42rem - 13.6rem);
}

.btn.primary h3 {
    color: #252423;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.3rem;
    margin: 0;
    margin-bottom: 0.5rem;
}

.btn.primary p {
    color: #605e5c;
    /*font-size: 1.4rem;
    line-height: 1.2857;*/
    margin: 0;
}
.jconfirm.jconfirm-material .jconfirm-box {
    background-color: #f7f7f7 !important;
}
.jconfirm.jconfirm-white .jconfirm-box, .jconfirm.jconfirm-light .jconfirm-box {
    border-radius: 25px !important;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #E8ECEE;
}
button[data-language].not-selected:hover {
    text-decoration: underline;
}
