﻿body {
    font-family: Arial;
    margin: 0;
    padding: 0;
    background-color: #e3e3e3;
    color: #333;
    font-size: 14px;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: #1c9bd0;
    -moz-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

h1 {
    font-weight: 300;
    color: #000;
    text-align: center;
}

h2 {
    font-size: 22px;
    font-weight: 500;
    color: #000;
}

div, article, section, header, content, footer {
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a:hover {
    color: #00b4ff;
}

label, .label {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 10px;
}

input[type=text], input[type=password], input[type=email], select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #999;
}

select {
    background-image: url(/Images/Clients/selectArrow.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 10px auto;
}

nav {
    display: block;
    background-color: #000;
    padding: 10px;
    position: relative;
}

nav a {
    margin-left: 30px;
    color: #fff;
    line-height: 25px;
}

.table {
    border-collapse: collapse;
    background-color: #fff;
    border: 1px solid #333;
    width: 100%;
    margin: 20px 0;
}

.table tbody tr {
    border-top: 1px solid rgba(0,0,0,0.1);
}

.table tbody tr:first-child {
    border-top: none;
}

.table tbody tr.highlight {
    background-color: #ffff99;
}

.table tbody tr:hover {
    background-color: #ffff99;
}

.table tr:nth-child(2n+1) {
    background-color: #eee;
}

.table td, table th {
    padding: 10px;
}

.table th {
    text-align: left;
    background-color: #333;
    color: #fff;
    font-weight: 500;
}

.table tbody tr td.highlight {
    font-weight: bold;
    color: #000;
}

.column .input-ticket-count {
    margin-top: 5px;
}

.column .input-ticket-count div {
    border-bottom: 1px solid #999;
    padding: 10px 0;
}

.column .input-ticket-count div:last-child {
    border-bottom: none;
}

.column .input-ticket-count div:after {
    display: table;
    clear: both;
    content: '';
    float: none;
}

.column .input-ticket-count div label {
    float: left;
    width: 25%;
    margin: 0;
    padding-top: 11px;
    font-weight: 600;
}

.column .input-ticket-count div select {
    float: left;
    width: 25%;
}

.column .input-ticket-count div .per-slot-price,
.column .input-ticket-count div .subtotal-slot-price {
    display: block;
    float: left;
    width: 25%;
    text-align: right;
    padding-right: 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 12px;
}

.column .input-ticket-count div .subtotal-slot-price {
    padding-right: 0;
}

.base {
    max-width: 990px;
    margin: auto;
    margin-bottom: 50px;
}

.button {
    display: inline-block;
    border: 2px solid #000;
    padding: 10px 20px;
    text-align: center;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 1px;
    min-width: 120px;
    line-height: 25px;
}

.button:hover {
    color: #333;
    background-color: #fff;
}

.content-intro {
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 50px;
}

.error-message, .server-error {
    background-color: #ffc2c2;
    border: 1px solid #dc0000;
    color: #dc0000;
    display: block;
    padding: 10px 15px;
}

.error-message {
    display: none;
}

.session-calendar-dates {
    border: 1px solid #999;
}

.session-times {
    border: 1px solid #999;
}

/* Form layout */
.form:after {
    display: table;
    content: '';
    clear: both;
}

.form {
    border: 1px solid #999;
    padding: 15px;
}

.form h2 {
    margin: 0;
}

.form .column {
    width: 50%;
    float: left;
    padding: 15px;
    margin-bottom: 15px;
}

.form .column .input-row:first-child label {
    margin-top: 0;
}

.form .column input, .form .column select {
    width: 100%;
}

.form .button-container:after {
    display: table;
    clear: both;
    content: '';
}

.form .button-container {
    float: none;
    width: 100%;
    clear: both;
    border-top: 1px solid #999;
    padding-top: 30px;
}

.form .button-container .important-tip {
    margin-top: 10px;
    float: left;
}

.form .button-container .button {
    float: right;
}

.form .promo-control input {
    width: 75%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form .promo-control .button {
    width: 25%;
    background-color: #999;
    color: #fff;
    border: none;
    padding: 6px;
    min-width: unset;
}

.form .prices .input-row:after {
    display: table;
    clear: both;
    content: '';
}

.form .prices {
    margin-top: 20px;
}

.form .prices .input-row label {
    margin: 10px 0;
    float: left;
}

.form .prices .input-row .price {
    margin: 10px 0;
    float: right;
    font-size: 20px;
}

.form .prices .input-row:last-child {
    border-top: 1px solid #999;
}

.form .note {
    text-align: right;
    font-size: 12px;
    color: #999;
}

.login-form {
    margin: auto;
    max-width: 300px;
}

.form .inner .detail-row {
    border-bottom: 1px solid #ccc;
}

.form .inner .detail-row:last-child {
    border-bottom: none;
}

.form .inner .detail-row:after {
    clear: both;
    float: none;
    content: '';
    display: table;
}

.form .inner .detail-row label {
    float: left;
    width: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.form .inner .detail-row .detail {
    float: right;
    width: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.login-form input[type=text], .login-form input[type=password], .login-form input[type=email] {
    width: 100%;
    margin-bottom: 10px;
}

.login-form label {
    margin: 0;
    margin-bottom: 10px;
}

.login-form .button {
    width: 100%;
}

.account-links {
    text-align: center;
    margin-top: 15px;
}

.account-links a {
    text-align: center;
    display: inline-block;
    margin-right: 20px;
}

.account-links a:last-child {
    margin-right: 0;
}

.language-selector {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    color: #fff;
}

.language-selector .current {
    display: block;
    width: 120px;
    padding: 10px;
    background-size: auto 18px;
    background-repeat: no-repeat;
    background-position: 8px center;
    padding-left: 48px;
    cursor: pointer;
    line-height: 25px;
}

.language-selector nav {
    padding: 0;
}

.language-selector nav a {
    display: block;
    padding: 10px;
    margin: 0;
    color: #ccc;
    background-size: auto 18px;
    background-repeat: no-repeat;
    background-position: 8px center;
    padding-left: 48px;
}

.language-selector nav a:hover {
    background-color: rgba(255,255,255,0.15);
    color: #fff;
}

.language-selector nav.hide {
    display: none;
}

.language-selector.open nav {
    display: block;
}

.unallocated-panel {
    text-align: center;
    background-color: #fff;
    padding: 30px;
    border: 1px solid #999;
}

/* Ticket styling  */
.booking-tickets {
    padding: 0;
}

.booking-tickets article:after {
    display: table;
    clear: both;
    content: '';
}

.booking-tickets article {
    display: block;
    position: relative;
    background-color: #fff;
    box-shadow: rgba(0,0,0,0.15) 0 2px 3px;
    margin-bottom: 30px;
    min-height: 230px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.booking-tickets article .game-hero {
    background-color: #000;
    min-height: 230px;
    width: 31%;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.booking-tickets article .game-hero > span {
    display: none;
}

.booking-tickets article .ticket-body {
    float: left;
    width: 56%;
    padding: 30px;
    font-size: 12px;
    background-image: url(/Images/ticketBg.png);
    background-position: center;
    margin-left: 31%;
}

.booking-tickets article span {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 100%;
    margin: 5px 0;
}

.booking-tickets article .free-roam {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
}

.booking-tickets article .when {
    display: block;
    border: 1px solid #000;
    font-weight: 600;
    border-left: none;
    border-right: none;
    font-size: 27px;
    padding: 10px 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.booking-tickets article .location {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 0;
}

.booking-tickets article .ticket-side {
    background-color: #3caad8;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 13%;
    color: #fff;
    background-image: url(/Images/zeroLatencyLogoMenu.png);
    background-size: 70%;
    background-position: center 10px;
    background-repeat: no-repeat;
}

.booking-tickets article .ticket-side > div {
    border: 1px dashed rgba(255,255,255,0.6);
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 0;
}

.booking-tickets article .ticket-side .player-count {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #fff;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    font-weight: 700;
    padding-top: 10px;
    font-size: 22px;
    margin: auto;
    margin-bottom: 10px;
}

.booking-tickets article .ticket-side .button {
    background-color: #333;
    color: #ccc;
    padding: 0;
    min-width: unset;
    width: 80%;
    border-radius: 0;
    font-weight: 500;
    font-size: 12px;
}

.booking-tickets article .ticket-side .button:hover {
    background-color: #000;
    color: #fff;
}


/* Survey */
.survey {
}

.survey .button-container {
    margin-top: 30px;
}

.survey .error-message {
    margin-top: 10px;
}

.survey .button-container .button {
    float: right;
}

.survey-row {
    border-bottom: 1px solid #c3c6c8;
    padding: 20px 0;
}

.survey-row label {
    font-weight: 600;
}

.survey-row:after {
    display: table;
    clear: both;
    content: '';
}

.survey-row .field {
    width: 25%;
    padding-right: 20px;
    float: left;
}

.survey-row .field.small {
    width: 13%;
}

.survey-row .field-note {
    float: right;
    width: 22.5%;
    font-size: 14px;
    line-height: 130%;
    font-weight: 400;
    padding-top: 20px;
    color: #999;
}

.survey-row .field input {
    width: 100%;
}

.survey-row .field label {
    display: block;
}

.survey-row .question {
    width: 50%;
    float: left;
}

.survey-row .answer {
    width: 50%;
    float: left;
}

.survey-row .answer select {
    float: left;
    width: 48%;
    margin-right: 18px;
}

.survey-row .answer input {
    width: 48%;
}

.survey-row .answer textarea {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 100px;
}

.survey-row .answer .hide {
    opacity: 0;
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
    -webkit-transform: scale(0,0);
    transform: scale(0,0);
}

.survey-row.question .label-sec {
    width: 50%;
    float: left;
    line-height: 140%;
}

.survey-row.question .label-sec .tip {
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #86888a;
}

.survey-row ul.rating {
    display: block;
    margin: 0;
    margin-top: 3px;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}

.survey-row ul.rating:after {
    content: '';
    display: table;
    clear: both;
}

.survey-row ul.rating > li {
    display: block;
    margin: 0;
    padding: 0;
    border: 1px solid #c3c6c8;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    text-align: center;
    float: left;
    line-height: 39px;
    font-size: 14px;
    font-weight: 600;
    margin-right: 8px;
    -moz-transition: all ease-in-out 0.1s;
    -o-transition: all ease-in-out 0.1s;
    -webkit-transition: all ease-in-out 0.1s;
    transition: all ease-in-out 0.1s;
    cursor: pointer;
}

.survey-row ul.rating > li:hover {
    -moz-transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);
    -o-transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
    background-color: #fff;
}

.survey-row ul.rating > li.selected {
    background-color: #3caad8;
    color: #fff;
    border-color: #3caad8;
}

.survey-row ul.rating > li:last-child {
    margin-right: 0;
}

.survey-row ul.options {
    display: block;
    margin: 0;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}

.survey-row ul.options:after {
    content: '';
    display: table;
    clear: both;
}

.survey-row ul.options > li {
    display: block;
    padding: 7px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    text-align: center;
    background-color: #bac8d5;
    font-weight: 600;
    width: 33%;
    margin: 0 2px;
    font-size: 14px;
    -moz-transition: all ease-in-out 0.1s;
    -o-transition: all ease-in-out 0.1s;
    -webkit-transition: all ease-in-out 0.1s;
    transition: all ease-in-out 0.1s;
    cursor: pointer;
}

.survey-row ul.options > li:hover {
    background-color: #87c3e1;
}

.survey-row ul.options > li.selected {
    color: #fff;
    background-color: #3caad8;
}

.survey-row ul.options > li:first-child,
.survey-row ul.options > li:last-child {
    margin: 0;
}

.survey-banner {
    width: 990px;
    height: 260px;
    background-image: url(/Images/surveyWinBanner.jpg);
}

.survey-banner > div {
    display: none;
}

.right-align {
    text-align: right;
}

.terms {
    margin-bottom: 20px;
}

.terms:after {
    clear: both;
    display: table;
    content: '';
}

.terms .checkbox {
    display: block;
    width: 25px;
    height: 25px;
    background-color: #fff;
    border: 1px solid #999;
    float: left;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
}

.terms label {
    float: left;
    margin: 0;
    padding: 0;
    line-height: 25px;
}

.terms .checkbox > span {
    display: block;
    position: absolute;
    left: 3px;
    right: 3px;
    top: 3px;
    bottom: 3px;
    background-color: #3caad8;
    transform: scale(0.5,0.5);
    opacity: 0;
    transition: all ease-in-out 0.15s;
}

.terms .checkbox.on > span {
    transform: scale(1,1);
    opacity: 1;
}

/* popup */
.shade {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
}

.shade .popup-container {
}

.popup {
    margin: auto;
    margin-top: 100px;
    max-width: 800px;
    background-color: #fff;
    padding: 30px;
}

.popup h1 {
    margin: 0;
}

.popup .terms {
    overflow: auto;
    max-height: 400px;
}

.warning {
    background-color: #ffff99;
    padding: 30px;
    text-align: center;
    border: 1px solid #d49e49;
    margin: 30px 0;
}

.mobile-menu-button {
    display: none;
}

.mobile-nav {
    display: none;
}

/* Responsive table */
.responsive-table {
    border: 1px solid #333;
    border-bottom: none;
    display: table;
    width: 100%;
}

.responsive-table header {
    background-color: #333;
    color: #fff;
}

.responsive-table header > div {
    float: left;
    padding: 10px;
}

.responsive-table header:after {
    display: table;
    clear: both;
    float: none;
    content: '';
}

.responsive-table article {
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.responsive-table article:last-child {
    border-bottom-color: #333;
}

.responsive-table article:nth-child(2n+1) {
    background-color: #eee;
}

.responsive-table article:hover {
    background-color: #ffff99;
}

.responsive-table article:after {
    clear: both;
    display: table;
    content: '';
}

.responsive-table article .field-sec,
.responsive-table article .field-button {
    float: left;
    padding: 10px;
}

.responsive-table article .field-button .button {
    min-width: unset;
    float: right;
    padding: 5px 0;
    width: 100%;
}

.responsive-table .colw20 {
    width: 20%;
}

.responsive-table .colw12 {
    width: 12%;
}

.responsive-table article .field-sec span {
    display: block;
    float: left;
    padding: 10px;
}

.responsive-table article .field-sec span.label {
    margin: 0;
    padding: 0;
    display: none;
}

/* Tablet Horizontal */
@media (max-width: 1025px) {
    .base {
        padding: 20px;
    }

    .content-intro {
        margin-bottom: 30px;
    }

    .form {
        border: none;
        padding: 0;
    }

    .form .column .input-row label {
        height: 20px;
    }

    .form .column input, .form .column select {
        height: 40px;
    }

    .warning {
        margin: 20px;
    }

    .booking-tickets article .ticket-side .player-count {
        padding-top: 13px;
    }

    .responsive-table header {
        height: unset;
    }
}

/* Tablet Vertical */
@media (max-width: 768px) {
    header {
        height: 200px;
    }

    header h1 {
        height: 130px;
    }

    .warning {
        margin: 20px;
    }

    .form .column {
        padding: 0;
        padding-left: 10px;
    }

    .form .column:first-child {
        padding-left: 0;
        padding-right: 10px;
    }

    .form .button-container {
        padding-top: 15px;
    }

    .booking-tickets article .ticket-body {
        padding: 20px;
    }

    .booking-tickets article {
        min-height: 195px;
    }

    .booking-tickets article .game-hero {
        min-height: 195px;
    }

    .booking-tickets article .when {
        padding: 5px 0;
        margin: 10px 0;
        font-size: 20px;
    }

    .booking-tickets article .location {
        margin: 10px 0;
    }

    .booking-tickets article .ticket-side span {
        font-size: 10px;
    }
}

/* Mobile Horizontal */
@media (max-width: 680px) {
    .mobile-menu-button {
        display: block;
        position: absolute;
        width: 50px;
        height: 50px;
        background-image: url(/Images/Clients/mobileMenu.png);
        background-size: contain;
        right: 10px;
        top: 10px;
        z-index: 1;
    }

    body.show-menu .mobile-menu-button {
        background-image: url(/Images/Clients/mobileMenuClose.png);
    }

    nav {
        display: none;
        width: 70%;
        position: fixed;
        left: 0;
        height: 100%;
        z-index: 2;
        background-color: #2382a9;
    }

    nav a {
        display: block;
        margin: 0;
        padding: 10px 10px;
        border-bottom: 1px solid #3caad8;
        line-height: 22px;
    }

    body.show-menu nav {
        display: block;
    }

    .language-selector {
        position: relative;
    }

    .language-selector nav {
        position: relative;
        left: unset;
        width: 100%;
        background-color: rgba(0,0,0,0.5);
    }

    .language-selector nav a {
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }

    .language-selector nav a:last-child {
        border-bottom: none;
    }

    h1 {
        font-size: 25px;
    }

    header h1 {
        width: 100%;
        background-size: 80% auto;
    }

    h2 {
        font-size: 22px;
    }

    .form .button-container {
        padding: 0;
        border: none;
    }

    .mobile-menu-button > span {
        display: none;
    }

    .form .column, .form .column:first-child {
        float: none;
        width: 100%;
        padding: 0;
    }

    .form .button-container .button {
        width: 100%;
        float: none;
    }

    .unallocated-panel {
        padding: 20px;
    }

    .booking-tickets article .game-hero {
        display: none;
    }

    .booking-tickets article .ticket-body {
        margin-left: 0;
        width: 80%;
    }

    .booking-tickets article .ticket-side {
        width: 20%;
    }

    .session-calendar {
        margin-top: 10px;
    }

    body.show-popup .content {
        display: none;
    }

    .shade {
        position: relative;
    }

    .popup {
        margin: 0;
    }

    .popup .terms {
        max-height: unset;
        overflow: visible;
    }

    /* Responsive Table */
    .responsive-table header {
        display: none;
    }

    .responsive-table article .field-sec {
        padding: 2px 10px;
    }

    .responsive-table article .field-sec span,
    .responsive-table article .field-sec span.label {
        display: block;
        float: left;
        width: 50%;
        padding: 5px;
        box-sizing: border-box;
    }

    .responsive-table article .field-sec,
    .responsive-table article .field-button {
        float: none;
        width: 100%;
    }

    .responsive-table article .field-sec:after {
        clear: both;
        content: '';
        display: table;
    }

    .responsive-table article .field-button .button {
        float: none;
    }

    .survey-row .field, .survey-row .field.small {
        width: 100%;
        padding-right: 0;
    }

    .survey-row.question .label-sec {
        float: none;
        width: 100%;
    }

    .survey-row .answer {
        width: 100%;
        float: left;
    }

    .survey-row .answer select,
    .survey-row .answer input {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .survey-row ul.options > li:first-child,
    .survey-row ul.options > li:last-child,
    .survey-row ul.options > li {
        width: 100%;
        margin: 0;
        margin-bottom: 5px;
    }

    .survey-row ul.rating > li {
        width: 20%;
        margin: 0;
        box-sizing: border-box;
    }

    .survey .button-container .button {
        float: none;
        width: 100%;
    }

    .survey .button-container a {
        display: block;
        float: none;
        text-align: center;
        margin-top: 15px;
    }
}

/* Mobile Vertical */
@media (max-width: 460px) {
    .booking-tickets article {
        margin-bottom: 15px;
    }

    .booking-tickets article .ticket-body {
        width: 100%;
        float: none;
        position: relative;
        padding: 10px;
    }

    body .booking-tickets article .ticket-side {
        width: 100%;
        position: relative;
        top: unset;
        bottom: unset;
        left: unset;
        right: unset;
        background-image: none;
    }

    .booking-tickets article .ticket-side > div {
        position: relative;
        left: unset;
        right: unset;
        bottom: unset;
        border: none;
    }

    .session-calendar .calendar .dates div {
        height: 40px;
        padding-top: 12px;
    }

    .form .note {
        text-align: center;
    }

    .session-calendar .sessions div {
        position: relative;
    }

    .session-calendar .sessions div .time {
        width: 100%;
    }

    .session-calendar .sessions div .slots {
        padding-left: 0;
    }

    .session-calendar .sessions div .price {
        position: absolute;
        top: 20px;
        right: 20px;
    }
}
