.webgl-content * {border: 0; margin: 0; padding: 0}
/* .webgl-content {position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);} */

.webgl-content .logo, .progress {position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.webgl-content .logo {background: url('progressLogo.Light.png') no-repeat center / contain; width: 154px; height: 130px;}
.webgl-content .progress {height: 18px; width: 141px; margin-top: 90px;}
.webgl-content .progress .empty {background: url('progressEmpty.Light.png') no-repeat right / cover; float: right; width: 100%; height: 100%; display: inline-block;}
.webgl-content .progress .full {background: url('progressFull.Light.png') no-repeat left / cover; float: left; width: 0%; height: 100%; display: inline-block;}

.webgl-content .logo.Dark {background-image: url('progressLogo.Dark.png');}
.webgl-content .progress.Dark .empty {background-image: url('progressEmpty.Dark.png');}
.webgl-content .progress.Dark .full {background-image: url('progressFull.Dark.png');}

.bground {
    background: url('../Splashscreen/loading.png') no-repeat;
    background-size: cover;
    background-position: center;
}

.webgl-content .footer {margin-top: 5px; height: 60px; line-height: 38px; font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 18px;}
.webgl-content .footer .webgl-logo, .title, .fullscreen {height: 100%; display: inline-block; background: transparent center no-repeat;}
.webgl-content .footer .webgl-logo {background-image: url('webgl-logo.png'); width: 204px; float: left;}
.webgl-content .footer .title {margin-right: 10px; float: right;}

.webgl-content .footer .fullscreen        {background-image: url('btn-expand-up.png'); width: 60px; float: right; background-size: 100% 100%}
.webgl-content .footer .fullscreen:hover  {background-image: url('btn-expand-over.png');}
.webgl-content .footer .fullscreen:active {background-image: url('btn-expand-pressed.png');}

.footer {
    display: flex;
}

.instructions {
    display: flex;
    justify-content: center;
    float: left;
    width: 100%;;
}

#keyiconcontainer {
    width: 66px;
    margin-right: 8px;
}

.sideMargin-left {
    float: left;
    left: 0px;
    /* background: url('icon_arrow-keys.png') no-repeat center center fixed; */
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    flex-grow: 1;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    /* width: 100%; */
}
.sideMargin-right {
    float: right;
    right: 0px;
    /* background: url('icon_arrow-keys.png') no-repeat center center fixed; */
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    flex-grow: 1;
    /* width: 100%; */
}

.unityContainer {
    /* width: 100%;; */
    flex: 0 0 960px;
}

.horizontal-space {
    width: 100%;
    display: flex;
}
/* .horizontal-space {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
} */

div#loadingContainer {
    width: 600px;
    height: 960px;
    position: relative;
}

div#loadingBox {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* margin-top: -10px; */
    text-align: center;
}
div#bgBar {
    left: 50%;
    position: absolute;
    width: 400px;
    margin-left: -200px;
    height: 10px;
    display: block;
    background-color: #333;
    border-radius: 4px;
    top: 50%;
}
div#progressBar {
    left: 50%;
    position: absolute;
    margin-left: -200px;
    width: 0px;
    height: 10px;
    background-color: red;
    border-radius: 4px;
    top: 50%;
}

p#loadingInfo {
    color: white;
    letter-spacing: 1px;
    position: absolute;
    width: 100%;
    font-family: "HouschkaPro", sans-serif;
    text-emphasis: italic;
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    margin-top: -25px;
    top: 50%;
}

.noWebGLContainer {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.noWebGLContainer {
    pointer-events: none;  
}
.noWebGLContainer a{
    pointer-events: auto;
}
.platformMsgBox {
    min-height: 200px;
    width: 70%;
    /* left: 15%;
    right: 15%; */
    /* margin-top: -10px; */
    text-align: left;
    vertical-align: middle;
    font-family: "HouschkaPro", sans-serif;

    background-image: url('content-window-bg.png');
    background-size: 100% 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    /* background-color: #cdc6d3; */
    /* border: 4px solid #9e524d; */
    margin-left:-20px;
    padding: 45px;
}
#noWebGLBox {
    
}
#androidBox {
    color: white;
    margin-left: 0px;
}
#iOSBox {
    color: white;
    margin-left: 0px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#iOSBox p{
    font-size: larger;
    margin-bottom: 15px;
}
.appStoreDownload {
    height: 80px;
    /* width: 300px; */
}
#noWebGLBox p {
    color: white;
    font-size: 20px;
}
#noWebGLBox h3 {
    color: white;
}
#noWebGLBox a {
    margin-left: 40px;
}
#noWebGLBox a:link {
    color: white;      
    /* text-decoration: none; */
}
#noWebGLBox a:visited {
    color: white;  
    /* text-decoration: none; */
}
#noWebGLBox a:hover {
    color: white;    
    text-decoration: underline;
}
#noWebGLBox a:active {
    color: white;
    text-decoration: underline;
}


.keyicon {
    opacity: 0.0;
    width: 66px;
    position: absolute;
}

#dragIcon {
    width: 40px;
}
.controlstext {
    font-family: HouschkaPro-Medium, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    color: white;
    line-height: 60px;
}

.footer div {
    margin-left:  7.5px;    
    margin-right: 7.5px;    
}