@import url('https://fonts.googleapis.com/css?family=Lato:300,400,400i');

html { padding: 0px; margin: 0px; border: 0px; height: 100%; }
body { padding: 0px; margin: 0px; border: 0px; height: 100%; background-color: black; overflow-x: hidden}

#gameMaintenance {
    color:red;
    text-align:center;
    font-family:'lucida grande',tahoma,verdana,arial,sans-serif;
    font-size:16px;
    float:left;
    width:100%;
    background-color:yellow;
}

.grecaptcha-badge {
    margin: 0 auto;
}

#gameContainer canvas {
    border: 0px none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    outline: 0 transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#gameContainer {
    margin-left: auto !important;
    margin-right: auto !important;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
}
#gameContainer .progressBigMsg {
    text-align:center;
    color:white;
    font-family:'Lato','Helvetica Neue',Arial,Helvetica,sans-serif;
    font-size:24px;
    font-weight:300;
    position: absolute;
    left: 50%;
    top: 88%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 22px;
    width: 100%;
}
#gameContainer .progressSmallMsg {
    text-align:center;
    color:white;
    font-family:'Lato','Helvetica Neue',Arial,Helvetica,sans-serif;
    font-size:18px;
    font-weight:300;
    position: absolute;
    left: 50%;
    top: 93%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 22px;
    width: 100%;
}
#gameContainer .progress {
    position: absolute;
    left: 50%;
    top: 98%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 14px;
    width: 468px;
}
#gameContainer .progress .empty {
    border-radius: 0px 10px 10px 0px;
    background: linear-gradient(to bottom, #2A1715 0%, #331310 50%, #6D4538 100%) no-repeat right;
    float: right;
    width: 100%;
    height: 100%;
    display: inline-block;
}
#gameContainer .progress .full {
    border-radius: 10px 0px 0px 10px;
    background: #F9D04C linear-gradient(to right, #F9D04C 0%, #e9ebee 30%, #f6f7f9 50%, #F9D04C 100%) no-repeat left;
    float: left;
    height: 100%;
    display: inline-block;
    -webkit-animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: shimmer;
    -webkit-animation-timing-function: linear;
}
#gameContainer .progress .post {
    text-align:center;
    color:white;
    font-size:16px;
    font-family:'lucida grande',tahoma,verdana,arial,sans-serif;
}

#hardwareAccelerationContainer  {
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#hardwareAccelerationContainer .content {
    width: 662px;
    align-self: center;
}
#hardwareAccelerationContainer .content .zyngaLogo {
    display: block;
    margin: 0 auto;
}
#hardwareAccelerationContainer .content .message {
    /*
      Need to set top value in runtime depending on message length
    */
    color: white;
    font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: 300;
    position: relative;
    top: 100px;
    width: 90%;
    display: block;
    margin: 0 auto;
}
#hardwareAccelerationContainer .content .message ul li {
    margin: 26px 0px;
}
#hardwareAccelerationContainer .content .message ol > li {
    margin: 50px 0px;
}
/* Following 3 are needed to make ol counter number bolded */
#hardwareAccelerationContainer .content .message ol ul li {
    margin-left: -14px;
    padding: 0 0 0 4px;
    text-indent: 0;
}
#hardwareAccelerationContainer .content .message ol > li {
    margin: 50px 0px;
    margin-left: -20px;
    padding: 0 0 0 15px;
    text-indent: -15px;
    font-weight: 300;
    list-style-type: none;
    counter-increment: item;
}
#hardwareAccelerationContainer .content .message ol > li:before {
    display:inline-block;
    padding-right:4px;
    font-weight:400;
    content:counter(item) ".";
}
#hardwareAccelerationContainer .content .message strong {
    font-weight: 400;
}
#hardwareAccelerationContainer .content .browserIcons {
    position: relative;
    top: 208px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#gameFooter {
    position: relative;
    bottom: 0px;
    text-align: center;
    width: 100%;
    font-size: 85%;
}

#copyrightContainer {
    text-align:center;
    font-size:13px;
    font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
    color:#333;
    line-height:1.28;
    padding-top: 20px;
    padding-bottom: 20px;
    color: white;
}

#navContainer { padding-top: 10px; padding-bottom: 10px }
#navContainer ul { padding: 0px; margin: 0px; text-align: center;}
#navContainer ul li { list-style: none; display: inline; height:36px; text-align:center;font-family: "lucida grande",tahoma,verdana,arial,sans-serif;}
#navContainer li span{ font-size: 12px; font-weight: normal; }
#navContainer li a { height: 36px; border: 0px solid green; margin: 0px; text-decoration: none; color: white; padding: 0 0px}
#navContainer li a:hover { text-decoration: underline; color: #FFCC00; }
#navContainer ul li:not(:first-child)::before {content: "|";color: #888;padding: 0px 4px 0px 0px;}

.support-popup {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 80%;
    max-width: 800px;
    height: 80%;
    margin: 30px auto;
    background-color: #fff;
    border-radius:6px;
    border: 1px solid rgba(0,0,0,.2);
    z-index: 1999;
    display: none;
    background-clip: padding-box;
}
.support-header {
    padding: 15px;
    margin: 0;
    border-bottom: 1px solid #e5e5e5;
    color: #333;
}
.support-title {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin: 0px !important;
}
.support-close {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 21px;
    font-weight: 700;
    float: right;
    cursor: pointer;
    padding: 0;
    border: 0;
    margin: 0;
    background: 0 0;
    color: #000;
    opacity: .2;
    margin-top: -2px;
}
.support-close:hover {
    color: #000;
    opacity: .5;
}
.support-body {
    padding: 20px;
    height: 100% !important;
    margin: 0;
    -webkit-box-sizing: border-box;
}
.support-content {
    height: 100% !important;
    padding-bottom: 55px;
    -webkit-box-sizing: border-box;
}
.support-frame {
    width:100%;
    height:100%;
    border:none;
}

@keyframes shimmer{
    from {
        background-position: -400px 0;
    }
    to {
        background-position: 400px 0;
    }
}

#zp-recaptcha-wrapper {
    bottom: 50%;
    position: absolute;
    text-align: center;
    width: 100%;
    display: none;
}

#zp-recaptcha-wrapper.show {
    display: block;
}

#zp-recaptcha {
    display: inline-block;
}

#errorPopup {
    margin-left: auto !important;
    margin-right: auto !important;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: #680003;
    background: radial-gradient(circle, rgba(104,0,3,1) 0%, rgba(80,3,21,1) 95%);
    z-index:  10;
    color:  white;
    display: none;
}

#errorPopup.show {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}

#errorPopup h1 {
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    text-transform: uppercase;
}

#errorPopup div {
    color:  #FF7E86;
    margin:  1rem 0 2rem 0;
    width:  80%;
    text-align: center;
}

#errorPopup button {
    border:  solid 1px #4a9675;
    border-radius:  2px;
    background: rgb(74,150,117);
    background: linear-gradient(0deg, rgba(74,150,117,1) 15%, rgba(134,204,139,1) 65%, rgba(172,223,176,1) 95%);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    color:  white;
    padding:  0.5rem 4rem;
    cursor:  pointer;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.25);
    text-transform: uppercase;
}

#errorPopup button:hover {
    background: rgb(172,223,176);
    background: linear-gradient(0deg, rgba(134,204,139,1) 10%, rgba(74,150,117,1) 85%);
    box-shadow: -1px -1px 3px rgba(0, 0, 0, 0.25);
}
