#unity-canvas {
    width: 100%;
    height: 100%;
}

#alert-message {
    display: none;
}

body {
    margin:0;
    padding:0;
    font-family:Tahoma, Arial;
    font-size:11px;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}

@media screen and (min-width: 1200px) {
    #backimage {
        position: relative;
    }

    #backimage:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background-image: url(../images/iframe_background.jpg);
        background-size: cover;
        background-position: 50% 50%;
        width: 100%;
        height: 100%;
        opacity: 0.4;
        z-index: -1;
    }
}

.align-outer {
    position: absolute;
    left: 50%;
}

.align-inner {
    position: relative;
    left: -50%;
}

#all {
    background:#fff;
    width:100%;
    text-align: center;
}

@media screen and (max-width: 250px) {
    #all {
        width:250px;
        text-align: center;
    }
}

@media screen and (min-width: 250px) and (max-width: 2500px) {
    #all {
        width:100%;
        text-align: center;
    }
}

@media screen and (min-width: 2500px) {
    #all {
        width:100%;
        margin-left: auto;
        margin-right: auto;
    }
}

#splash {
    background-image: url(../images/iframe_background.jpg);
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    top: 0;
    width:100%;
    height:100%;
}

#splash-back {
    position: relative;
    height: inherit;
    width: inherit;
    overflow-x: hidden;
    display: flex;
    justify-content: space-between;
}

#splash-back > img {
    /*max-width: 100%;*/
    max-height: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%);
    width: auto;
}



/*#splash-name {*/
    /*position: absolute;*/
    /*top: 5px;*/
    /*left: 50%;*/
    /*transform: translate(-50%) scale(0.4) translate(0, -70%);*/
/*}*/
/*@media (max-height: 600px), (max-width: 600px){*/
    /*#splash-name {*/
        /*transform: translate(-50%) scale(0.3) translate(0, -110%);*/
    /*}*/
/*}*/

#splash-progress {
    position: absolute;
    left: 50%;
    width: 100%;
    bottom: 90px;
    transform: translateX(-50%);
}

#splash-progress-bar {
    position: absolute;
    left: 50%;
}

#splash-progress-text {
    position: absolute;
    left: 50%;
    color: white;
    font-family: helvetica, sans-serif;
    font-size: 20px;
    top: 6.5px;
    width: 240px;
    text-shadow: -1px -1px 0 gray,
    1px -1px 0 gray,
    -1px 1px 0 gray,
    1px 1px 0 gray;
    transform: translate(-50%);
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

#splash-random-text {
    position: absolute;
    left: 50%;
    color: white;
    font-family: helvetica, sans-serif;
    font-size: 18px;
    top: 40px;
    width: 80%;
    text-shadow: -1px -1px 0 cornflowerblue,
    1px -1px 0 cornflowerblue,
    -1px 1px 0 cornflowerblue,
    1px 1px 0 cornflowerblue;
    transform: translate(-50%);
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

#splash-progress > img:first-child {
    position: absolute;
    transform: translate(-50%);
    left: 50%;
}

#splash-progress-bar > img:first-child {
    position: absolute;
    transform: translate(-50%);
    left: 50%;
}

#user_id_div:hover {
    text-decoration: underline;
    cursor: pointer;
}

#custom_prompt {
    display: none;
    position: absolute;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
}

#custom_prompt_input {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#custom_prompt_button {
    background: url(../images/navigation_link_community.png) no-repeat scroll 0 0 transparent;
    height: 29px;
    width: 121px;
    border-width: 0px;
}

#custom_prompt_button_text {
    font-weight: bold;
    font-size: 8pt;
}
