﻿a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    background-color: #CCAB7610;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

.aera-green {
    color: #016533 !important;
}

.aera-green-bg {
    background-color: #016533 !important;
}

.aera-gold {
    color: #CCAB76 !important;
}

.aera-gold-bg {
    background-color: #CCAB76 !important;
}

.card {
    border: 2px solid #CCAB76;
}

.to-front {
    z-index: 999;
    position: relative;
}

.min-h-60 {
    min-height: 60px !important;
}

.cart-qty {
    width: 2em;
    text-align: center;
}

.cart-btn {
    font-size: 22px;
    cursor: pointer;
}

.cart-top {
    width: 32px;
    margin-left: 0.5rem;
}

.event-img {
    position: relative;
    display: inline-block;
    max-height: 120px;
    width: 98%;
    object-fit: cover;
    opacity: 15%;
}

.event-name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate( -50%, -50% );
    text-align: center;
    font-family: Georgia, serif;
    font-style: italic;
    font-weight: bold;
    font-size: calc(1em + 1.2vw);
}

.text-small {
    font-size: 0.4em;
}

.event-info {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.allowed {
    position: relative;
    display: block;
    height: 50px;
}

.allowed-img {
    width: 35px;
    position: absolute;
    top: 5px;
    left: 5px;
}

.allowed-indicator {
    width: 45px;
    position: absolute;
}

.cart-allocation {
    padding-left: 2em !important;
}

.cart-ride-heading {
    text-align: center;
    font-weight: bold;
}

.dataTables_filter {
    float: left !important;
}

.form-label-not-bold {
    justify-content: left !important;
}

.form-input-custom {
}

.ride-card {
    min-height: 450px;
}

.help-button {
    content: '?';
    display: inline-block;
    font-size: 1.5em;
    width: 1.5em;
    height: 1.5em;
    line-height: 1;
    vertical-align: middle;
    text-align: center;
    margin-left: 0.5em;
    font-weight: bold;
    padding: 5px;
    color: white;
    background-color: blue;
    border-radius: 50%;
    text-decoration: none;
    cursor: pointer;
}

.help-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    z-index: 1000;
}

    .help-overlay:target {
        visibility: visible;
        opacity: 1;
    }

.help-popup {
    margin: 10px auto;
    top: 20%;
    padding: 5px;
    border-radius: 10px;
    background: #fff;
    width: 75%;
    max-width: 500px;
    position: relative;
}

.help-close {
    position: absolute;
    text-decoration: none !important;
    top: 0px;
    right: 10px;
    font-size: 2em;
}

.form-label-custom {
    justify-content: left !important;
    font-weight: bold;
}

.payment-waiting {
    position: relative;
    top: -300px;
}

.overlay-eye {
    position: absolute;
    margin-left: 300px;
    margin-top: -35px;
}

.overlay-eye-index {
    position: absolute;
    margin-left: 65%;
    margin-top: -32px;
}

.view-password {
    display: flex;
    cursor: pointer;
}

.back-button {
    background: url('/images/arrow-left-short.svg') #007bff;
    background-repeat: no-repeat;
    background-size: 32px 32px;
    background-position: -2px;
    padding-left: 30px;
    width: 150px;
    text-align: center;
}

.forward-button {
    background: url('/images/arrow-right-short.svg') #007bff;
    background-repeat: no-repeat;
    background-size: 32px 32px;
    background-position: 120px;
    padding-right: 30px;
    width: 150px;
    text-align: center;
    float: right;
}

.disable-link {
    pointer-events: none;
    background-color: gray;
}

[data-href] {
    cursor: pointer;
}

.table-row-hover tr:hover {
    border-style: solid !important;
    border-width: 3px;
    border-color: red !important;
}

.no-hover {
    pointer-events: none;
}

.font-aera-online {
    font-size: 5vw;
    margin-top: 12px;
}

.privacy-box {
    border: 2px solid green;
    padding: 10px;
    margin: 10px;
    max-width: 500px;
    text-align: center;
}

.img-preview {
    width: 600px;
}

.item-comment {
    border-top-style: none !important;
    text-align: center;
}

td {
    position: relative;
}

tr.strikeout td:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    border-bottom: 2px solid #111;
    width: 100%;
}

tr.strikeout td:after {
    content: "\00B7";
    font-size: 1px;
}

.big-checkbox {
    width: 24px;
    height: 24px;
}

.availability-text {
    font-size: 13px;
}

.red-border {
    border-style: solid;
    border-color: red;
    border-width: 4px;
    padding-left: 5px;
}

.accordion .card-header:after {
    float: right;
    content: "-";
    font-weight: bold;
    font-size: 20px;
    color: dodgerblue;
}

.accordion .card-header.collapsed:after {
    content: "+";
    font-weight: bold;
    font-size: 20px;
    color: dodgerblue;
}

.faq-heading {
    text-transform: uppercase;
    font-weight: bold;
}

.system-notice-container {
    margin-top: 91px;
    background-color: #fff;
}

.system-notice {
    position: relative;
    background-color: yellow;
    width: 100%;
    text-align: center;
    z-index: 2;
    padding: 0;
    margin-top: 84px;
    margin-bottom: -84px;
}

    .system-notice p {
        padding: 0;
        margin: 0 10px;
        padding: 0 30px;
    }

.surewise-colour {
    color: #F37128;
}

.surewise-backround {
    color: white;
    background-color: #F37128;
}

.surewise-hr {
    border: none;
    height: 2px;
    background-color: #F37128;
}
