/*@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');*/

@font-face {
    font-family: "Helvetica Neue";
    src: url("/resources/fonts/helvetica_neue/HelveticaNeue_Light.ttf");
}

body {
    overflow-x: hidden;
    font-weight: 300;
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

#sideNav {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 75px;
    height: 100%;
}

#sideNav .fas {
    color: white;
}

.sideNavIcon, #sideNav .fas {
    width: 25px;
    color: white;
    padding-bottom: 5px;
    fill: white;
    font-size: 23px;
}

#sideNav li {
    margin-bottom: 15px;
}

#sideNav a.nav-link.active {
    border-bottom: 1px solid white;
}

#mainContent {
    position: absolute;
    left: 75px;
    right: 0;
    top: 0;
    bottom: 0;
}

#mainContent.navLarge {
    left: 150px;
}

#footer {
    font-size: 75%;
    font-weight: 300;
    background-color: white;
}

.login #footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.inputBadge {
    color: white;
    border-radius: 50%;
    padding: 6.5px 7px;
}

#login-form {
    width: 300px;
}

#login-form input {
    width: 100%;

    box-shadow: none;

    border-color: currentcolor currentcolor black;
    border-style: none none solid;
    border-width: medium medium 1px;
    border-image: none 100% / 1 / 0 stretch;
}

.btn {
    border-radius: 25px;
    font-weight: 300;
    line-height: 1.1;
}

.btn-secondary, .btn-secondary2 {
    color: white;
}

.btn-link {
    font-weight: 300;
    /*color: #535353;*/
}

.small {
    font-size: 85%;
}

.grecaptcha-badge {
    visibility: hidden;
}

#futureEvents {
    position: absolute;
    top: 25%;
    /*bottom: 25%;*/
    left: 20%;
    right: 20%;
    background-color: #fff;
    opacity: 0.8;
    min-height: 375px;
}

#futureEvents .card {
    border: none;
}

#futureEvents .card-header {
    background-color: transparent;
    border-bottom: none;
}

#futureEvents .card-header h3 {
    font-weight: 700;
    font-size: 1.5rem;
}

#futureEvents .fas {
    cursor: pointer;
}

/*#futureEvents .arrowEventsDiv {
    position: absolute;
    bottom: 15px;
    right: 0;
    left: 0;
}*/

#futureEvents .arrowEventsDiv .disabled {
    opacity: 0.5;
}

.login .alert-dismissible {
    padding-right: 2.5rem;
}

.front_contact #mainContent > div.row:nth-child(1) {
    height: 97% !important;
}

form[name='contact_ticket'] {
    margin-bottom: 25px;
}

.registration #mainContent {
    padding-top: 25px;
}

#step2 {
    margin-top: -15px !important;
}

.registration #pills-tab {
    padding: 10px;
    margin-bottom: 25px !important;
}

.bg-success {
    background-color: #248441 !important;
}

a:not(.disabled):hover {
    color: #535353;
}

.nav-link.bg-success, .nav-link.bg-danger {
    color: white;
}

.select2, .intl-tel-input {
    width: 100% !important;
}

#sideNav > ul {
    height: 100%;
    text-align: center;
}

/*#sideNav > ul > li{
    width: 100%;
}*/

.close {
    font-size: 1rem;
}

#futureEventsTab {
    position: absolute;
    right: -5px;
    top: 49%;
    padding: 15px;
    border: 1px solid white;
    border-radius: 7px;
    cursor: pointer;
}

#futureEventsTab img {
    width: 25px;
    color: white;
    fill: white;
    font-size: 23px;
}

#sideNav .nav-link.dropdown-toggle {
    position: relative;
}

#sideNav .nav-link.dropdown-toggle::after {
    content: none !important;
}

#sideNav .dropdown .dropdown-content {
    display: none;
    margin-top: -15px;
    margin-bottom: 15px;
}

.dropdown-btn.active {
    margin-top: 1px;
}

#sideNav .dropdown .dropdown-content a {
    padding: 10px;
}

#sideNav.navLarge {
    width: 150px;
}

#sideNav .nav-item.dropdown .dropdown-content {
    text-align: left;
    -webkit-box-shadow: 0 0 5px 0 rgba(255, 255, 255, 1);
    -moz-box-shadow: 0 0 5px 0 rgba(255, 255, 255, 1);
    box-shadow: 0 0 5px 0 rgba(255, 255, 255, 1);
}

#sideNav .nav-item.dropdown .dropdown-content a {
    padding: 5px 0;
    font-size: 95%;
}

#sideNav .dropdown-content > a > i.fas {
    padding-bottom: 0 !important;
    font-size: 15px !important;
}

#sideNav .dropdown-content > a {
    color: white;
    border-bottom: 1px solid white;
}

#sideNav .dropdown-content > a:last-child {
    border: none;
}

#flashMessage {
    position: absolute;
    top: 0;
    right: 0;
    width: 350px;
    z-index: 99999;
}

.form-control {
    font-size: 0.8rem;
}

.form-control:focus, input:focus {
    box-shadow: none !important;
    outline: none !important;
    border-style: solid;
}

.btn-secondary:hover, .btn-danger:hover, .btn-success:hover, .btn-warning:hover {
    color: white !important;
}

b, strong {
    font-weight: 700;
}

.svgIcon {
    vertical-align: sub;
    margin-right: 15px;
}

.btn-outline-secondary:hover .svgIcon {
    fill: white;
}

.tandc {
    height: 55vh;
    overflow: auto;
    border: 1px solid #ccc;
    padding: 20px;
}

.tandcSmall {
    height: 65vh;
}

.card:not(:first-child) {
    border-top: none !important;
}

.card {
    border: none !important;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none !important;
}

.card-header {
    background-color: transparent !important;
    border: none !important;
    padding: 0 1.25rem;
}

.accordion div[data-parent] {
    padding: 0 1.25rem;
}

.card-body {
    padding: 0 1.25rem;
    margin-bottom: 35px;
}

label[for="customer_isPoliticalPerson"] {
    font-size: 110%;
    margin-top: 25px;
}

.select2:focus {
    outline: none;
}

.select2-container--focus,
.select2 .select2-container .select2-container--bootstrap4 .select2-container--below .select2-container--focus,
.select2-container--bootstrap4.select2-container--focus .select2-selection,
.select2-container--bootstrap4.select2-container--focus .select2-selection {
    outline: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border-color: #ced4da !important;
}

ul#pills-tab li a.bg-success:hover, ul#pills-tab li a.bg-danger:hover {
    color: #fff;
}

#footer {
    background: #fff !important;
}

.btn {
    font-size: 14px;
}

.btn-white {
    background-color: white;
}

#exitImpersonation {
    position: absolute;
    z-index: 99999;
}

.slider-handle {
    background-image: none !important;
}

button[data-target="#feedbackModal"]:hover {
    color: #535353;
}

.table td, .table th {
    vertical-align: middle;
}

button:focus {
    outline: none !important;
}

i.cancelBid {
    font-size: 17px !important;
    padding-top: 4px;
}

.btn.btn-outline-light.noHover:hover {
    color: #f8f9fa !important;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
    cursor: initial;
}

#psgTimer > div > .psgTimer_unit > div.number {
    font-size: 18px;
}

.selected-flag, .flag-container {
    outline: none !important;
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #899096;
    border-color: #899096;
}

.btn-secondary:hover, .btn-secondary2:hover {
    opacity: 0.8;
}

#footer a.aramisCensio:hover {
    color: #ff7133 !important;
    text-decoration: none;
}

#topFrameBooking {
    border: 1px solid #ccc;
    padding: 10px 15px;
    margin-bottom: 25px;
}

#topFrameBooking h1 {
    margin-bottom: 10px;
    font-size: 1.3rem;
    font-weight: 600;
}

#topFrameBooking p {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 0.9rem;
}

.footerLinks a {
    vertical-align: middle;
}

#pills-customers-shipping div.required-one-checked .col-sm-10 {
    padding-top: 8px;
}

@media only screen and (max-device-width: 1354px) {
    #footer {
        display: block !important;
    }

    #footer > div {
        width: 100%;
        text-align: center;
        padding-top: 10px;
    }

    #footer > div.ml-3 {
        margin-left: -26px !important;
        width: 110%;
    }

    #futureEvents {
        position: absolute;
        top: 20%;
        bottom: 25%;
        left: 10%;
        right: 10%;
    }

    #futureEvents .card-body {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    div.justify-content-center:nth-child(1) {
        height: 250px !important;
        min-height: 250px !important;
        margin-top: 15px !important;
    }
}

@media only screen and (max-device-width: 1024px) {
    #futureEvents {
        position: absolute;
        top: 20%;
        bottom: 25%;
        left: 10%;
        right: 10%;
    }

    #futureEvents .card-body {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    div.justify-content-center:nth-child(1) {
        height: 250px !important;
        min-height: 250px !important;
        margin-top: 15px !important;
    }

    #login-form {
        margin: 25px 0;
    }

    #footer {
        display: block !important;
    }

    #footer > div {
        width: 100%;
        text-align: center;
        padding-top: 10px;
    }

    #footer > div.ml-3 {
        margin-left: -26px !important;
        width: 110%;
    }

    .front_contact #mainContent > div.row:nth-child(1) {
        height: auto !important;
    }
}

@media only screen and (max-device-width: 768px) {
    div.justify-content-center:nth-child(1) {
        margin-top: -20px !important;
    }

    #sideNav {
        z-index: 9999;
    }

    #mainContent {
        position: relative;
    }

    #futureEvents {
        position: absolute;
        top: 30%;
        bottom: 30%;
        left: 25%;
        right: 25%;
    }

    #login-form {
        margin-bottom: 50px;
    }

    #footer {
        position: relative;
        display: block !important;
    }

    #footer > div {
        width: 100%;
        text-align: center;
        padding-top: 10px;
    }

    .leftCol {
        margin-bottom: 30px;
    }

    #mainContent {
        left: 0;
    }

    #mainContent {
        position: absolute;
        left: 75px;
    }

    #mainContent > .row {
        height: auto !important;
    }

    #footer {
        position: relative !important;
        display: block !important;
    }
}

@media only screen and (max-device-width: 480px) {
    .ribbon {
        position: absolute;
    }

    #sideNav {
        position: relative;
        display: block !important;
        top: 0;
        right: 0;
        left: 0;
        bottom: auto;
        height: 45px;
        width: 100%;
        text-align: center;
        padding: 10px;
    }

    #sideNav a {
        margin-right: 10px;
    }

    #mainContent {
        position: relative;
        left: 0;
    }

    div.justify-content-center:nth-child(1) {
        height: 200px !important;
        min-height: 200px !important;
        margin-top: 15px !important;
    }

    #futureEvents {
        position: absolute;
        top: 20%;
        bottom: 25%;
        left: 10%;
        right: 10%;
    }

    #futureEvents .card-body {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #footer {
        position: relative !important;
        display: block !important;
    }

    #footer > div {
        width: 100%;
        text-align: center;
        padding-top: 10px;
    }

    .leftCol {
        margin-bottom: 0;
    }

    #footer > div.ml-3 {
        margin-left: 0 !important;
        width: 100%;
    }

    .sideNavIcon, #sideNav .fas {
        padding-bottom: 0;
    }
}

