﻿/* Variables */

body {
    overflow-x: hidden;
}

*:focus {
    outline: 0 !important;
}

#gameWrapper {
    background-image: url("../assets/img/background-tmp.jpg");
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.top-content>* {
    margin-top: 5px;
    margin-bottom: 5px;
    max-width: 100%;
}

.bottom-content>* {
    max-width: 100%;
}

div.facebook-login {
    text-align: center;
    padding-left: 700px;
    margin-top: 227px;
}

div.facebook-login a {
    display: inline-block;
    width: 191px;
    height: 50px;
    text-indent: -400px;
    overflow: hidden;
    border: 0;
}

div.facebook-login a:hover {
    opacity: 1;
}

div.facebook-login small {
    font-size: 9px;
    color: #fff;
    color: rgba(255, 255, 255, 0.7);
    display: block;
    margin-top: -3px;
}

#registerUser {
    padding-top: 28px;
    margin-top: 18px;
    min-height: 750px;
    background: no-repeat center;
    background-size: cover;
}

#unityContainer {
  position: relative;
}

#unityLoadingBar {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none
}

#unityLogo {
    width: 400px;
    height: 400px;
    background: url('playspace-loading.gif') no-repeat center / cover;
}

#unityProgressBarEmpty {
    width: 141px;
    height: 18px;
    margin-top: 10px;
    background: url('progressEmpty.Light.png') no-repeat right / cover;
    border-radius: 3px;
    display: inline-block;
}

#unityProgressBarFull {
    width: 0%;
    height: 18px;
    background: url('progressFull.Light.png') no-repeat left / cover;
    border-radius: 3px;
    float: left;
}

.ads-container {
    width: 100%;
}

.ads-slot {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.campaignOverLayer {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    display: none;
    z-index: 2;
}

.campaignCarousel {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.webview-container {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    display: none;
    z-index: 2;
}
