@charset "UTF-8";
.styled-button-blue, .styled-button-blue--2 {
    min-width: 100px;
    padding: 4px 10px;
    margin-bottom: 5px;
    background-color: #19719F;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    border: 2px solid #19719F;
    border-radius: 2px;
    white-space: normal;
}

.styled-button-really-green {
    min-width: 100px;
    padding: 4px 10px;
    margin-bottom: 5px;
    background-color: #14A44D;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    border: 2px solid #14A44D;
    border-radius: 2px;
    white-space: normal;
}

.styled-button-blue--2 {
    background-color: #00bedd;
    border: none;
}

.styled-button-blue:hover, .styled-button-blue--2:hover {
    background-color: #007aa4;
    border-color: #007aa4;
    color: white;
}

.styled-button-blue:focus, .styled-button-blue--2:focus {
    color: white;
}

@media (max-width: 767px) {
    .styled-button-blue, .styled-button-blue--2, .styled-button-really-green {
        margin-top: 10px;
    }
}

@media (max-width: 600px) {
    .styled-button-blue, .styled-button-blue--2, .styled-button-really-green {
        font-size: 14px;
    }
}

.styled-button-blue.bundle-cost, .bundle-cost.styled-button-blue--2 {
    margin-right: 0;
    padding: 6px 120px;
}

@media (max-width: 467px) {
    .styled-button-blue.bundle-cost, .bundle-cost.styled-button-blue--2 {
        padding: 6px 40px;
    }
}

.styled-button-blue.active-tickettype, .active-tickettype.styled-button-blue--2 {
    background-color: #00bedd;
    border: 2px solid #00bedd;
}

.styled-button-really-green:hover {
    background-color: #16ad53;
    border-color:  #16ad53;
    color: white;
}

.a-really-green {
    color: #14A44D;
}

.a-really-green:hover {
    color: #16ad53;
}

.styled-button-green {
    padding-top: 2px;
    height: 33px;
    font-size: 18px;
    font-weight: 700;
    /*font-family: 'Roboto';*/
    border-radius: 8px;
    padding-right: 38px;
    padding-left: 38px;
}

#buttons {
    background-color: #cbd2d5;
    min-height: 40px;
    text-align: right;
}

@media (max-width: 1200px) {
    #buttons {
        text-align: center;
    }
}

#buttons .btn.btn-save {
    margin: 4px 3px 3px 3px;
    padding: 2px 15px 4px 15px;
    height: 30px;
    background-color: #19719F;
    border: #19719F;
    font-size: 16px;
    font-weight: 400;
    border-radius: 2px;
}

#buttons .btn.btn-danger:hover {
    background-color: #007aa4;
}

#buttons .btn.btn-primary {
    margin: 4px 3px 3px 3px;
    padding: 2px 15px 4px 15px;
    height: 30px;
    background-color: #19719F;
    font-size: 16px;
    font-weight: 400;
    border-radius: 2px;
}

#buttons .btn.btn-primary:hover {
    background-color: #007aa4;
    border-color: #19719F;
}

.btn-front-menu {
    min-width: 120px;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: white;
    background-color: transparent;
    padding: 4px 10px !important;
    border: 2px solid white;
}

.form-control {
    font-size: 16px;
    padding: 0px 0px 1px 6px;
}

table td {
    vertical-align: middle !important;
}

.org__action-link, .action__action-link {
    display: inline-block;
}

@media (max-width: 576px) {
    .org__action-link, .action__action-link {
        min-width: 80px;
    }
}

.org__action-link:not(:last-child), .action__action-link:not(:last-child) {
    margin-right: 5px;
}

.emailtemplate_textarea {
    min-width: 500px;
}

@media (max-width: 767px) {
    .emailtemplate_textarea {
        min-width: 100% !important;
    }
}

.dataTables_info {
    display: inline-block;
    margin-bottom: 10px;
    padding: 7px 0;
    margin: 20px 0;
    text-align: center;
    /*min-width: 430px;*/
}

.dataTables_paginate {
    display: inline-block;
    /*max-width: 420px;*/
}

.dataTables_processing {
    position: absolute;
    left: 20%;
    top: 50%;
    z-index: 10;
}

.adopted-table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.adopted-table tr {
    border-bottom: 3px solid #ddd;
    display: block;
}

.adopted-table td {
    border-bottom: 1px solid #ddd;
    display: block;
    text-align: right;
}

.adopted-table td:before {
    content: attr(data-label);
    float: left;
    font-size: 16px;
    font-weight: 700;
}

.orders-table {
    max-width: 100%;
    margin-left: 20px;
}

@media (max-width: 767px) {
    .orders-table {
        max-width: 100%;
        margin-left: 0px;
    }
}

.horizontal-text {
    padding-top: 13px;
    min-height: 50px;
    font-size: 16px;
    color: #19719F;
    font-weight: 700;
}

.horizontal-lines-1 {
    height: 25px;
    border-bottom: 1px solid #19719F;
}

.normalPurchase {
    background: #e5e5e5;
}

.normalPurchase:nth-child(2n) {
    background: white;
}

.donationPurchase:nth-child(1n) {
    background: #e5e5e5;
}

.dwmm-logo-a {
    float: right;
    margin-right: 126px;
}

@media (max-width: 1367px) {
    .dwmm-logo-a {
        margin-right: 217px;
    }
}

.lazy-load {
    display: block;
    width: 50px;
    height: 50px;
    margin: 20px auto 0 auto;
}

html {
    height: 100%;
}

body {
    position: relative;
    min-height: 100%;
    margin: 0;
    font-family: "Lato", "Arial", sans-serif;
}

ul {
    list-style-type: none;
}

img {
    max-width: 100%;
}

#page {
    min-height: 100%;
}

.gap {
    height: 40px;
}

.front-page--theme-orange .front-header {
    background-color: #f15a29;
}

.front-page--theme-orange .front-footer {
    background-color: #445156;
}

.front-page--theme-blue .front-header {
    background-color: #07a4e7;
    border-bottom: 2px solid #cf4d23;
    border-color: white;
}

.front-page--theme-blue .front-footer {
    background-color: #07a4e7;
}

.front-page--theme-blue .front-footer .footer-dividing-line {
    background-color: white;
}

.front-page--theme-gradient .front-header {
    background: #19719f;
}

.front-page--theme-gradient .htv-block__txt-column-header {
    color: #07a4e7;
}

.front-page--theme-gradient .htv-block__txt-column-list li {
    color: #07a4e7;
}

.front-page--theme-gradient .htv-block__txt-column-list li:before {
    background-color: #07a4e7;
}

.front-page--theme-gradient .testimonials .testimonial-main {
    background: #5eb9e0;
}

.front-page--theme-gradient .testimonials .testimonial-main:before {
    border-color: transparent #5eb9e0;
}

.front-page--theme-gradient .testimonials .testimonial-dark {
    background: #3c82bf;
}

.front-page--theme-gradient .testimonials .testimonial-dark:before {
    border-color: transparent #3c82bf;
}

.front-page--theme-gradient .testimonials .testimonial-darkest {
    background: #0f435d;
}

.front-page--theme-gradient .testimonials .testimonial-darkest:before {
    border-color: transparent #0f435d;
}

.front-page--theme-gradient .front-footer {
    background: white;
}

.front-page--theme-gradient .front-footer .footer-dividing-line {
    background-color: black;
}

body.body-front {
    padding-bottom: 148px;
}

@media (max-width: 1200px) {
    body.body-front {
        padding-bottom: 148px;
    }
}

@media (max-width: 663px) {
    body.body-front {
        padding-bottom: 212px;
    }
}

.front-text-title {
    font-size: 31px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 25px;
}

@media (max-width: 576px) {
    .front-text-title {
        margin-top: 35px;
        margin-bottom: 35px;
        font-size: 30px;
    }
}

.front-text-title-background {
    background: url(/resources/front/images/howitworks/bgTitle.png) right;
}

@media (max-width: 767px) {
    .front-text-title-background {
        background-position: left;
        min-height: 100px;
    }
}

.body-org {
    padding-bottom: 78px;
}

@media (max-width: 991px) {
    .body-org {
        padding-bottom: 108px;
    }
}

@media (max-width: 767px) {
    .body-org {
        padding-bottom: 164px;
    }
}

#eventform-menu-block #backoffice-menu.new-organizer ul li:nth-child(6) .triangl-right {
    right: 7px;
}

#eventform-menu-block #backoffice-menu.new-organizer ul li .triangl-right.last-item-fix {
    right: 6px;
}

@media (max-width: 1200px) {
    #eventform-menu-block #backoffice-menu.new-organizer ul li {
        width: calc(100% / 6);
    }

    #eventform-menu-block #backoffice-menu.new-organizer ul li:nth-child(5) .triangl-right {
        right: -14px;
    }
}

@media (max-width: 765px) {
    #eventform-menu-block #backoffice-menu.new-organizer ul li {
        width: 100%;
    }
}

@media (max-width: 765px) {
    #eventform-menu-block #backoffice-menu ul li:first-child.active {
        border-top: 1px solid white;
    }

    #eventform-menu-block #backoffice-menu ul li:hover {
        background-color: #07a4e7;
        transition: background-color 0.5s;
    }

    #eventform-menu-block #backoffice-menu ul li:hover a {
        color: white;
    }
}

@media (max-width: 1200px) {
    #eventform-menu-block #backoffice-menu ul li:nth-child(5) .triangl-right {
        right: 10px;
    }

    #eventform-menu-block #backoffice-menu ul li:nth-child(5) .triangl-right.last-item-fix {
        right: 9px;
    }
}

#backoffice-menu-block {
    background-color: #cbd2d5;
}

#backoffice-menu-block #backoffice-menu.admin-backoffice-menu ul li:nth-child(4) {
    border-right: none;
}

@media (max-width: 1005px) {
    #backoffice-menu-block #backoffice-menu.admin-backoffice-menu ul li {
        width: 20%;
    }
}

@media (max-width: 605px) {
    #backoffice-menu-block #backoffice-menu.admin-backoffice-menu ul li {
        max-width: none;
        width: 100%;
    }
}

#backoffice-menu-block #backoffice-menu ul {
    position: relative;
    text-align: left;
}

#backoffice-menu-block #backoffice-menu ul li {
    display: inline-block;
    max-width: 199px;
    width: 100%;
    margin-right: -3px;
    text-align: center;
}

@media (max-width: 820px) {
    #backoffice-menu-block #backoffice-menu ul li {
        width: 25%;
    }
}

@media (max-width: 465px) {
    #backoffice-menu-block #backoffice-menu ul li {
        max-width: none;
        width: 100%;
    }
}

#backoffice-menu-block #backoffice-menu ul li.active {
    background-color: #00bedd;
}

#backoffice-menu-block #backoffice-menu ul li.active a, #backoffice-menu-block #backoffice-menu ul li.active span {
    color: white;
}

#backoffice-menu-block #backoffice-menu ul li:not(:first-child) {
    border-left: 1px solid #19719F;
}

@media (max-width: 465px) {
    #backoffice-menu-block #backoffice-menu ul li:not(:first-child) {
        border-left: none;
    }
}

#backoffice-menu-block #backoffice-menu ul li:nth-child(:last-child) {
    border-right: 1px solid #19719F;
}

@media (max-width: 465px) {
    #backoffice-menu-block #backoffice-menu ul li:nth-child(:last-child) {
        border-right: none;
    }
}

#backoffice-menu-block #backoffice-menu ul li:hover {
    background-color: slategray;
    transition: background-color 0.5s;
}

#backoffice-menu-block #backoffice-menu ul li:hover a {
    color: white;
}

#backoffice-menu-block #backoffice-menu ul li a, #backoffice-menu-block #backoffice-menu ul li span {
    display: block;
    height: 100%;
    width: 100%;
    padding: 7.5px 5px;
    color: #19719F;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}

#backoffice-menu-block #backoffice-menu #white-line {
    height: 1px !important;
    background-color: #19719F;
    display: none;
}

@media (max-width: 465px) {
    #backoffice-menu-block #backoffice-menu #white-line {
        display: block;
    }
}

#left-menu {
    float: left;
    width: 200px;
    border-right: 1px solid #cbd2d5;
    padding: 0;
}

#left-menu.left-menu-hidden {
    border-right: none;
}

@media (max-width: 600px) {
    #left-menu.left-menu-hidden {
        width: 0%;
    }
}

#left-menu.left-menu-hidden ul li.left-menu-toggle {
    display: none;
}

@media (max-width: 800px) {
    #left-menu {
        max-width: 25%;
        width: 100%;
    }
}

@media (min-width: 601px) {
    #left-menu.left-menu-event-editor {
        width: 240px;
        max-width: 240px;
    }
}

@media (max-width: 600px) {
    #left-menu {
        width: 10%;
        transition: width 0s;
        position: relative;
        border-right: none;
    }

    #left-menu ul li {
        display: none;
    }

    #left-menu.left-menu-opened {
        width: 100%;
        transition: width 0.5s;
        border-right: 1px solid #cbd2d5;
    }

    #left-menu.left-menu-opened ul {
        width: 100%;
        left: 0;
        top: 0;
    }

    #left-menu.left-menu-opened ul li {
        display: block;
    }

    #left-menu.left-menu-opened ul li.left-menu-toggle {
        position: relative;
        top: 35px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    #left-menu.left-menu-opened ul li a {
        font-size: 14px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    #left-menu.left-menu-opened ul li .badge {
        top: 17px;
    }

    #left-menu.left-menu-opened ~ #content {
        width: 75%;
    }

    #left-menu.left-menu-opened ~ .page-content {
        width: 75%;
    }
}

#left-menu ul:last-child {
    margin-bottom: 25px;
}

#left-menu ul {
    padding-left: 0;
    margin: 0;
}

@media (max-width: 600px) {
    #left-menu ul {
        display: block;
        position: -webkit-sticky;
        position: sticky;
        top: 24%;
        left: 4%;
    }

    #left-menu ul.not-sticky-ul {
        position: relative;
    }
}

#left-menu ul li {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    font-size: 18px;
}

#left-menu ul li.left-menu-toggle {
    display: none;
}

#left-menu ul li.left-menu-toggle span {
    padding: 7px 0;
    font-size: 22px;
    color: #898e90;
    left: 39%;
}

@media (max-width: 600px) {
    #left-menu ul li.left-menu-toggle {
        display: block;
        margin-top: 18px;
        border: none;
    }

    #left-menu ul li.left-menu-toggle:hover {
        border: none;
    }

    #left-menu ul li.left-menu-toggle span:hover {
        background-color: #ddd;
        border: none;
    }
}

#left-menu ul li:first-child.active {
    border-top: 1px solid white;
}

#left-menu ul li {
    border-bottom: 1px solid #00bedd;
}

#left-menu ul li:hover {
    background-color: slategray;
    transition: background-color 0.5s;
}

#left-menu ul li:hover a {
    color: white;
}

#left-menu ul li.active {
    background-color: #00bedd;
    margin-right: -1px;
}

#left-menu ul li.active a {
    color: white;
}

#left-menu ul li.left-menu-toggle:hover {
    background-color: transparent;
}

#left-menu ul li a {
    display: block;
    padding: 16px 0 16px 10px;
    color: #3a3939;
    font-weight: 700;
    text-decoration: none;
}

#left-menu ul li a.error {
    color: red !important;
}

#left-menu ul li .badge {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 5px;
    background-color: #19719f;
    margin-right: 6px;
    border-radius: 7px;
}

@media (max-width: 768px) {
    .page-content .accesscodes-form ul.nav li:not(:first-child) a {
        border: 1px solid #dddddd;
        border-radius: 4px;
    }
}

@media (max-width: 600px) {
    .page-content {
        width: 90%;
        margin-left: 0;
    }
}

#content {
    margin-left: 20px;
    margin-bottom: 20px;
}

@media (max-width: 600px) {
    #content {
        width: 90%;
        margin-left: 0;
    }
}

#content .order-total {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #2a6496;
}

#content .mobile-exeption-message {
    display: none;
    color: #e22929;
    font-size: 22px;
}

@media (max-width: 1049px) {
    #content .mobile-exeption-message {
        display: block;
    }
}

@media (max-width: 1049px) {
    #content .page {
        display: none;
    }
}

.content-wrapp {
    max-width: 800px;
}

@media (max-width: 600px) {
    .content-wrapp table:not(#eventListBottomTable) thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .content-wrapp table:not(#eventListBottomTable) tr {
        border-bottom: 3px solid #ddd;
        display: block;
    }

    .content-wrapp table:not(#eventListBottomTable) td {
        border-bottom: 1px solid #ddd;
        display: block;
        text-align: right;
    }

    .content-wrapp table:not(#eventListBottomTable) td:before {
        content: attr(data-label);
        float: left;
        font-size: 16px;
        font-weight: 700;
    }
}

.content-wrapp table:not(#eventListBottomTable) td {
    vertical-align: middle;
}

@media (max-width: 715px) {
    .content-wrapp .adopted-form thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .content-wrapp .adopted-form tr {
        border-bottom: 3px solid #ddd;
        display: block;
    }

    .content-wrapp .adopted-form td {
        border-bottom: 1px solid #ddd;
        display: block;
        text-align: right;
    }

    .content-wrapp .adopted-form td:before {
        content: attr(data-label);
        float: left;
        font-size: 16px;
        font-weight: 700;
    }
}

@media (max-width: 845px) {
    .content-wrapp .adopted-form--orders thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .content-wrapp .adopted-form--orders tr {
        border-bottom: 3px solid #ddd;
        display: block;
    }

    .content-wrapp .adopted-form--orders td {
        border-bottom: 1px solid #ddd;
        display: block;
        text-align: right;
    }

    .content-wrapp .adopted-form--orders td:before {
        content: attr(data-label);
        float: left;
        font-size: 16px;
        font-weight: 700;
    }
}

@media (max-width: 855px) {
    .content-wrapp .adopted-form--order-tickets thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .content-wrapp .adopted-form--order-tickets tr {
        border-bottom: 3px solid #ddd;
        display: block;
    }

    .content-wrapp .adopted-form--order-tickets td {
        border-bottom: 1px solid #ddd;
        display: block;
        text-align: right;
    }

    .content-wrapp .adopted-form--order-tickets td:before {
        content: attr(data-label);
        float: left;
        font-size: 16px;
        font-weight: 700;
    }
}

@media (max-width: 1077px) {
    .content-wrapp .adopted-form--order-details {
        font-size: 13px;
    }

    .content-wrapp .adopted-form--order-details tbody tr td[data-label="Last modified"] {
        display: none;
    }

    .content-wrapp .adopted-form--order-details thead tr th[data-label="Last modified"] {
        display: none;
    }
}

@media (max-width: 910px) {
    .content-wrapp .adopted-form--order-details thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .content-wrapp .adopted-form--order-details tr {
        border-bottom: 3px solid #ddd;
        display: block;
    }

    .content-wrapp .adopted-form--order-details td {
        border-bottom: 1px solid #ddd;
        display: block;
        text-align: right;
    }

    .content-wrapp .adopted-form--order-details td:before {
        content: attr(data-label);
        float: left;
        font-size: 16px;
        font-weight: 700;
    }
}

@media (max-width: 840px) {
    .content-wrapp--reports #timeSlotSummaryTable td, .content-wrapp--reports #SummaryTicketTypesBlock td, .content-wrapp--reports #operationsTicketTypesBlock td, .content-wrapp--reports #SummaryOfBookingsByTimeslotTable td, .content-wrapp--reports #operationsTicketTypesBlock2 td, .content-wrapp--reports #operationsAddpurchasesBlock td, .content-wrapp--reports #SummaryOfBookingsLastDaysTable td, .content-wrapp--reports #ScanningSummaryByTicketTypeTable td, .content-wrapp--reports #ScanningSummaryByHoursTable td, .content-wrapp--reports #revenueBreakdown td, .content-wrapp--reports #bookingCounts td, .content-wrapp--reports #ticketTypeBreakdown td, .content-wrapp--reports #addPurBreakdown td, .content-wrapp--reports #depositsRevenueBreakdown td {
        border: none;
    }

    .content-wrapp--reports #timeSlotSummaryTable thead, .content-wrapp--reports #SummaryTicketTypesBlock thead, .content-wrapp--reports #operationsTicketTypesBlock thead, .content-wrapp--reports #SummaryOfBookingsByTimeslotTable thead, .content-wrapp--reports #operationsTicketTypesBlock2 thead, .content-wrapp--reports #operationsAddpurchasesBlock thead, .content-wrapp--reports #SummaryOfBookingsLastDaysTable thead, .content-wrapp--reports #ScanningSummaryByTicketTypeTable thead, .content-wrapp--reports #ScanningSummaryByHoursTable thead, .content-wrapp--reports #revenueBreakdown thead, .content-wrapp--reports #bookingCounts thead, .content-wrapp--reports #ticketTypeBreakdown thead, .content-wrapp--reports #addPurBreakdown thead, .content-wrapp--reports #depositsRevenueBreakdown thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .content-wrapp--reports #timeSlotSummaryTable tr, .content-wrapp--reports #SummaryTicketTypesBlock tr, .content-wrapp--reports #operationsTicketTypesBlock tr, .content-wrapp--reports #SummaryOfBookingsByTimeslotTable tr, .content-wrapp--reports #operationsTicketTypesBlock2 tr, .content-wrapp--reports #operationsAddpurchasesBlock tr, .content-wrapp--reports #SummaryOfBookingsLastDaysTable tr, .content-wrapp--reports #ScanningSummaryByTicketTypeTable tr, .content-wrapp--reports #ScanningSummaryByHoursTable tr, .content-wrapp--reports #revenueBreakdown tr, .content-wrapp--reports #bookingCounts tr, .content-wrapp--reports #ticketTypeBreakdown tr, .content-wrapp--reports #addPurBreakdown tr, .content-wrapp--reports #depositsRevenueBreakdown tr {
        border-bottom: 3px solid #ddd;
        display: block;
    }

    .content-wrapp--reports #timeSlotSummaryTable td, .content-wrapp--reports #SummaryTicketTypesBlock td, .content-wrapp--reports #operationsTicketTypesBlock td, .content-wrapp--reports #SummaryOfBookingsByTimeslotTable td, .content-wrapp--reports #operationsTicketTypesBlock2 td, .content-wrapp--reports #operationsAddpurchasesBlock td, .content-wrapp--reports #SummaryOfBookingsLastDaysTable td, .content-wrapp--reports #ScanningSummaryByTicketTypeTable td, .content-wrapp--reports #ScanningSummaryByHoursTable td, .content-wrapp--reports #revenueBreakdown td, .content-wrapp--reports #bookingCounts td, .content-wrapp--reports #ticketTypeBreakdown td, .content-wrapp--reports #addPurBreakdown td, .content-wrapp--reports #depositsRevenueBreakdown td {
        border-bottom: 1px solid #ddd;
        display: block;
        text-align: right !important;
    }

    .content-wrapp--reports #timeSlotSummaryTable td:before, .content-wrapp--reports #SummaryTicketTypesBlock td:before, .content-wrapp--reports #operationsTicketTypesBlock td:before, .content-wrapp--reports #SummaryOfBookingsByTimeslotTable td:before, .content-wrapp--reports #operationsTicketTypesBlock2 td:before, .content-wrapp--reports #operationsAddpurchasesBlock td:before, .content-wrapp--reports #SummaryOfBookingsLastDaysTable td:before, .content-wrapp--reports #ScanningSummaryByTicketTypeTable td:before, .content-wrapp--reports #ScanningSummaryByHoursTable td:before, .content-wrapp--reports #revenueBreakdown td:before, .content-wrapp--reports #bookingCounts td:before, .content-wrapp--reports #ticketTypeBreakdown td:before, .content-wrapp--reports #addPurBreakdown td:before, .content-wrapp--reports #depositsRevenueBreakdown td:before {
        content: attr(data-label);
        float: left;
        font-size: 16px;
        font-weight: 700;
    }

    .content-wrapp--reports #timeSlotSummaryTable tfoot tr td:first-of-type, .content-wrapp--reports #SummaryTicketTypesBlock tfoot tr td:first-of-type, .content-wrapp--reports #operationsTicketTypesBlock tfoot tr td:first-of-type, .content-wrapp--reports #SummaryOfBookingsByTimeslotTable tfoot tr td:first-of-type, .content-wrapp--reports #operationsTicketTypesBlock2 tfoot tr td:first-of-type, .content-wrapp--reports #operationsAddpurchasesBlock tfoot tr td:first-of-type, .content-wrapp--reports #SummaryOfBookingsLastDaysTable tfoot tr td:first-of-type, .content-wrapp--reports #ScanningSummaryByTicketTypeTable tfoot tr td:first-of-type, .content-wrapp--reports #ScanningSummaryByHoursTable tfoot tr td:first-of-type, .content-wrapp--reports #revenueBreakdown tfoot tr td:first-of-type, .content-wrapp--reports #bookingCounts tfoot tr td:first-of-type, .content-wrapp--reports #ticketTypeBreakdown tfoot tr td:first-of-type, .content-wrapp--reports #addPurBreakdown tfoot tr td:first-of-type, .content-wrapp--reports #depositsRevenueBreakdown tfoot tr td:first-of-type {
        text-align: center !important;
    }

    .content-wrapp--reports #timeSlotSummaryTable tfoot td:before, .content-wrapp--reports #SummaryTicketTypesBlock tfoot td:before, .content-wrapp--reports #operationsTicketTypesBlock tfoot td:before, .content-wrapp--reports #SummaryOfBookingsByTimeslotTable tfoot td:before, .content-wrapp--reports #operationsTicketTypesBlock2 tfoot td:before, .content-wrapp--reports #operationsAddpurchasesBlock tfoot td:before, .content-wrapp--reports #SummaryOfBookingsLastDaysTable tfoot td:before, .content-wrapp--reports #ScanningSummaryByTicketTypeTable tfoot td:before, .content-wrapp--reports #ScanningSummaryByHoursTable tfoot td:before, .content-wrapp--reports #revenueBreakdown tfoot td:before, .content-wrapp--reports #bookingCounts tfoot td:before, .content-wrapp--reports #ticketTypeBreakdown tfoot td:before, .content-wrapp--reports #addPurBreakdown tfoot td:before, .content-wrapp--reports #depositsRevenueBreakdown tfoot td:before {
        content: attr(data-label);
        float: left;
        font-size: 16px;
        font-weight: 700;
    }
}

@media (max-width: 993px) {
    .content-wrapp--operations-reports #timeSlotSummaryTable td, .content-wrapp--operations-reports #SummaryTicketTypesBlock td, .content-wrapp--operations-reports #operationsTicketTypesBlock td, .content-wrapp--operations-reports #SummaryOfBookingsByTimeslotTable td, .content-wrapp--operations-reports #operationsTicketTypesBlock2 td, .content-wrapp--operations-reports #operationsAddpurchasesBlock td, .content-wrapp--operations-reports #SummaryOfBookingsLastDaysTable td, .content-wrapp--operations-reports #ScanningSummaryByTicketTypeTable td, .content-wrapp--operations-reports #ScanningSummaryByHoursTable td, .content-wrapp--operations-reports #revenueBreakdown td, .content-wrapp--operations-reports #bookingCounts td, .content-wrapp--operations-reports #ticketTypeBreakdown td, .content-wrapp--operations-reports #addPurBreakdown td, .content-wrapp--operations-reports #depositsRevenueBreakdown td {
        border: none;
    }

    .content-wrapp--operations-reports #timeSlotSummaryTable thead, .content-wrapp--operations-reports #SummaryTicketTypesBlock thead, .content-wrapp--operations-reports #operationsTicketTypesBlock thead, .content-wrapp--operations-reports #SummaryOfBookingsByTimeslotTable thead, .content-wrapp--operations-reports #operationsTicketTypesBlock2 thead, .content-wrapp--operations-reports #operationsAddpurchasesBlock thead, .content-wrapp--operations-reports #SummaryOfBookingsLastDaysTable thead, .content-wrapp--operations-reports #ScanningSummaryByTicketTypeTable thead, .content-wrapp--operations-reports #ScanningSummaryByHoursTable thead, .content-wrapp--operations-reports #revenueBreakdown thead, .content-wrapp--operations-reports #bookingCounts thead, .content-wrapp--operations-reports #ticketTypeBreakdown thead, .content-wrapp--operations-reports #addPurBreakdown thead, .content-wrapp--operations-reports #depositsRevenueBreakdown thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .content-wrapp--operations-reports #timeSlotSummaryTable tr, .content-wrapp--operations-reports #SummaryTicketTypesBlock tr, .content-wrapp--operations-reports #operationsTicketTypesBlock tr, .content-wrapp--operations-reports #SummaryOfBookingsByTimeslotTable tr, .content-wrapp--operations-reports #operationsTicketTypesBlock2 tr, .content-wrapp--operations-reports #operationsAddpurchasesBlock tr, .content-wrapp--operations-reports #SummaryOfBookingsLastDaysTable tr, .content-wrapp--operations-reports #ScanningSummaryByTicketTypeTable tr, .content-wrapp--operations-reports #ScanningSummaryByHoursTable tr, .content-wrapp--operations-reports #revenueBreakdown tr, .content-wrapp--operations-reports #bookingCounts tr, .content-wrapp--operations-reports #ticketTypeBreakdown tr, .content-wrapp--operations-reports #addPurBreakdown tr, .content-wrapp--operations-reports #depositsRevenueBreakdown tr {
        border-bottom: 3px solid #ddd;
        display: block;
    }

    .content-wrapp--operations-reports #timeSlotSummaryTable td, .content-wrapp--operations-reports #SummaryTicketTypesBlock td, .content-wrapp--operations-reports #operationsTicketTypesBlock td, .content-wrapp--operations-reports #SummaryOfBookingsByTimeslotTable td, .content-wrapp--operations-reports #operationsTicketTypesBlock2 td, .content-wrapp--operations-reports #operationsAddpurchasesBlock td, .content-wrapp--operations-reports #SummaryOfBookingsLastDaysTable td, .content-wrapp--operations-reports #ScanningSummaryByTicketTypeTable td, .content-wrapp--operations-reports #ScanningSummaryByHoursTable td, .content-wrapp--operations-reports #revenueBreakdown td, .content-wrapp--operations-reports #bookingCounts td, .content-wrapp--operations-reports #ticketTypeBreakdown td, .content-wrapp--operations-reports #addPurBreakdown td, .content-wrapp--operations-reports #depositsRevenueBreakdown td {
        border-bottom: 1px solid #ddd;
        display: block;
        text-align: right !important;
    }

    .content-wrapp--operations-reports #timeSlotSummaryTable td:before, .content-wrapp--operations-reports #SummaryTicketTypesBlock td:before, .content-wrapp--operations-reports #operationsTicketTypesBlock td:before, .content-wrapp--operations-reports #SummaryOfBookingsByTimeslotTable td:before, .content-wrapp--operations-reports #operationsTicketTypesBlock2 td:before, .content-wrapp--operations-reports #operationsAddpurchasesBlock td:before, .content-wrapp--operations-reports #SummaryOfBookingsLastDaysTable td:before, .content-wrapp--operations-reports #ScanningSummaryByTicketTypeTable td:before, .content-wrapp--operations-reports #ScanningSummaryByHoursTable td:before, .content-wrapp--operations-reports #revenueBreakdown td:before, .content-wrapp--operations-reports #bookingCounts td:before, .content-wrapp--operations-reports #ticketTypeBreakdown td:before, .content-wrapp--operations-reports #addPurBreakdown td:before, .content-wrapp--operations-reports #depositsRevenueBreakdown td:before {
        content: attr(data-label);
        float: left;
        font-size: 16px;
        font-weight: 700;
    }

    .content-wrapp--operations-reports #timeSlotSummaryTable tfoot tr td:first-of-type, .content-wrapp--operations-reports #SummaryTicketTypesBlock tfoot tr td:first-of-type, .content-wrapp--operations-reports #operationsTicketTypesBlock tfoot tr td:first-of-type, .content-wrapp--operations-reports #SummaryOfBookingsByTimeslotTable tfoot tr td:first-of-type, .content-wrapp--operations-reports #operationsTicketTypesBlock2 tfoot tr td:first-of-type, .content-wrapp--operations-reports #operationsAddpurchasesBlock tfoot tr td:first-of-type, .content-wrapp--operations-reports #SummaryOfBookingsLastDaysTable tfoot tr td:first-of-type, .content-wrapp--operations-reports #ScanningSummaryByTicketTypeTable tfoot tr td:first-of-type, .content-wrapp--operations-reports #ScanningSummaryByHoursTable tfoot tr td:first-of-type, .content-wrapp--operations-reports #revenueBreakdown tfoot tr td:first-of-type, .content-wrapp--operations-reports #bookingCounts tfoot tr td:first-of-type, .content-wrapp--operations-reports #ticketTypeBreakdown tfoot tr td:first-of-type, .content-wrapp--operations-reports #addPurBreakdown tfoot tr td:first-of-type, .content-wrapp--operations-reports #depositsRevenueBreakdown tfoot tr td:first-of-type {
        text-align: center !important;
    }

    .content-wrapp--operations-reports #timeSlotSummaryTable tfoot td:before, .content-wrapp--operations-reports #SummaryTicketTypesBlock tfoot td:before, .content-wrapp--operations-reports #operationsTicketTypesBlock tfoot td:before, .content-wrapp--operations-reports #SummaryOfBookingsByTimeslotTable tfoot td:before, .content-wrapp--operations-reports #operationsTicketTypesBlock2 tfoot td:before, .content-wrapp--operations-reports #operationsAddpurchasesBlock tfoot td:before, .content-wrapp--operations-reports #SummaryOfBookingsLastDaysTable tfoot td:before, .content-wrapp--operations-reports #ScanningSummaryByTicketTypeTable tfoot td:before, .content-wrapp--operations-reports #ScanningSummaryByHoursTable tfoot td:before, .content-wrapp--operations-reports #revenueBreakdown tfoot td:before, .content-wrapp--operations-reports #bookingCounts tfoot td:before, .content-wrapp--operations-reports #ticketTypeBreakdown tfoot td:before, .content-wrapp--operations-reports #addPurBreakdown tfoot td:before, .content-wrapp--operations-reports #depositsRevenueBreakdown tfoot td:before {
        content: attr(data-label);
        float: left;
        font-size: 16px;
        font-weight: 700;
    }
}

@media (max-width: 993px) {
    .content-wrapp--financial-reports #timeSlotSummaryTable td, .content-wrapp--financial-reports #SummaryTicketTypesBlock td, .content-wrapp--financial-reports #operationsTicketTypesBlock td, .content-wrapp--financial-reports #SummaryOfBookingsByTimeslotTable td, .content-wrapp--financial-reports #operationsTicketTypesBlock2 td, .content-wrapp--financial-reports #operationsAddpurchasesBlock td, .content-wrapp--financial-reports #SummaryOfBookingsLastDaysTable td, .content-wrapp--financial-reports #ScanningSummaryByTicketTypeTable td, .content-wrapp--financial-reports #ScanningSummaryByHoursTable td, .content-wrapp--financial-reports #revenueBreakdown td, .content-wrapp--financial-reports #bookingCounts td, .content-wrapp--financial-reports #ticketTypeBreakdown td, .content-wrapp--financial-reports #addPurBreakdown td, .content-wrapp--financial-reports #depositsRevenueBreakdown td {
        border: none;
    }

    .content-wrapp--financial-reports #timeSlotSummaryTable thead, .content-wrapp--financial-reports #SummaryTicketTypesBlock thead, .content-wrapp--financial-reports #operationsTicketTypesBlock thead, .content-wrapp--financial-reports #SummaryOfBookingsByTimeslotTable thead, .content-wrapp--financial-reports #operationsTicketTypesBlock2 thead, .content-wrapp--financial-reports #operationsAddpurchasesBlock thead, .content-wrapp--financial-reports #SummaryOfBookingsLastDaysTable thead, .content-wrapp--financial-reports #ScanningSummaryByTicketTypeTable thead, .content-wrapp--financial-reports #ScanningSummaryByHoursTable thead, .content-wrapp--financial-reports #revenueBreakdown thead, .content-wrapp--financial-reports #bookingCounts thead, .content-wrapp--financial-reports #ticketTypeBreakdown thead, .content-wrapp--financial-reports #addPurBreakdown thead, .content-wrapp--financial-reports #depositsRevenueBreakdown thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .content-wrapp--financial-reports #timeSlotSummaryTable tr, .content-wrapp--financial-reports #SummaryTicketTypesBlock tr, .content-wrapp--financial-reports #operationsTicketTypesBlock tr, .content-wrapp--financial-reports #SummaryOfBookingsByTimeslotTable tr, .content-wrapp--financial-reports #operationsTicketTypesBlock2 tr, .content-wrapp--financial-reports #operationsAddpurchasesBlock tr, .content-wrapp--financial-reports #SummaryOfBookingsLastDaysTable tr, .content-wrapp--financial-reports #ScanningSummaryByTicketTypeTable tr, .content-wrapp--financial-reports #ScanningSummaryByHoursTable tr, .content-wrapp--financial-reports #revenueBreakdown tr, .content-wrapp--financial-reports #bookingCounts tr, .content-wrapp--financial-reports #ticketTypeBreakdown tr, .content-wrapp--financial-reports #addPurBreakdown tr, .content-wrapp--financial-reports #depositsRevenueBreakdown tr {
        border-bottom: 3px solid #ddd;
        display: block;
    }

    .content-wrapp--financial-reports #timeSlotSummaryTable td, .content-wrapp--financial-reports #SummaryTicketTypesBlock td, .content-wrapp--financial-reports #operationsTicketTypesBlock td, .content-wrapp--financial-reports #SummaryOfBookingsByTimeslotTable td, .content-wrapp--financial-reports #operationsTicketTypesBlock2 td, .content-wrapp--financial-reports #operationsAddpurchasesBlock td, .content-wrapp--financial-reports #SummaryOfBookingsLastDaysTable td, .content-wrapp--financial-reports #ScanningSummaryByTicketTypeTable td, .content-wrapp--financial-reports #ScanningSummaryByHoursTable td, .content-wrapp--financial-reports #revenueBreakdown td, .content-wrapp--financial-reports #bookingCounts td, .content-wrapp--financial-reports #ticketTypeBreakdown td, .content-wrapp--financial-reports #addPurBreakdown td, .content-wrapp--financial-reports #depositsRevenueBreakdown td {
        border-bottom: 1px solid #ddd;
        display: block;
        text-align: right !important;
    }

    .content-wrapp--financial-reports #timeSlotSummaryTable td:before, .content-wrapp--financial-reports #SummaryTicketTypesBlock td:before, .content-wrapp--financial-reports #operationsTicketTypesBlock td:before, .content-wrapp--financial-reports #SummaryOfBookingsByTimeslotTable td:before, .content-wrapp--financial-reports #operationsTicketTypesBlock2 td:before, .content-wrapp--financial-reports #operationsAddpurchasesBlock td:before, .content-wrapp--financial-reports #SummaryOfBookingsLastDaysTable td:before, .content-wrapp--financial-reports #ScanningSummaryByTicketTypeTable td:before, .content-wrapp--financial-reports #ScanningSummaryByHoursTable td:before, .content-wrapp--financial-reports #revenueBreakdown td:before, .content-wrapp--financial-reports #bookingCounts td:before, .content-wrapp--financial-reports #ticketTypeBreakdown td:before, .content-wrapp--financial-reports #addPurBreakdown td:before, .content-wrapp--financial-reports #depositsRevenueBreakdown td:before {
        content: attr(data-label);
        float: left;
        font-size: 16px;
        font-weight: 700;
    }

    .content-wrapp--financial-reports #timeSlotSummaryTable tfoot tr td:first-of-type, .content-wrapp--financial-reports #SummaryTicketTypesBlock tfoot tr td:first-of-type, .content-wrapp--financial-reports #operationsTicketTypesBlock tfoot tr td:first-of-type, .content-wrapp--financial-reports #SummaryOfBookingsByTimeslotTable tfoot tr td:first-of-type, .content-wrapp--financial-reports #operationsTicketTypesBlock2 tfoot tr td:first-of-type, .content-wrapp--financial-reports #operationsAddpurchasesBlock tfoot tr td:first-of-type, .content-wrapp--financial-reports #SummaryOfBookingsLastDaysTable tfoot tr td:first-of-type, .content-wrapp--financial-reports #ScanningSummaryByTicketTypeTable tfoot tr td:first-of-type, .content-wrapp--financial-reports #ScanningSummaryByHoursTable tfoot tr td:first-of-type, .content-wrapp--financial-reports #revenueBreakdown tfoot tr td:first-of-type, .content-wrapp--financial-reports #bookingCounts tfoot tr td:first-of-type, .content-wrapp--financial-reports #ticketTypeBreakdown tfoot tr td:first-of-type, .content-wrapp--financial-reports #addPurBreakdown tfoot tr td:first-of-type, .content-wrapp--financial-reports #depositsRevenueBreakdown tfoot tr td:first-of-type {
        text-align: center !important;
    }

    .content-wrapp--financial-reports #timeSlotSummaryTable tfoot td:before, .content-wrapp--financial-reports #SummaryTicketTypesBlock tfoot td:before, .content-wrapp--financial-reports #operationsTicketTypesBlock tfoot td:before, .content-wrapp--financial-reports #SummaryOfBookingsByTimeslotTable tfoot td:before, .content-wrapp--financial-reports #operationsTicketTypesBlock2 tfoot td:before, .content-wrapp--financial-reports #operationsAddpurchasesBlock tfoot td:before, .content-wrapp--financial-reports #SummaryOfBookingsLastDaysTable tfoot td:before, .content-wrapp--financial-reports #ScanningSummaryByTicketTypeTable tfoot td:before, .content-wrapp--financial-reports #ScanningSummaryByHoursTable tfoot td:before, .content-wrapp--financial-reports #revenueBreakdown tfoot td:before, .content-wrapp--financial-reports #bookingCounts tfoot td:before, .content-wrapp--financial-reports #ticketTypeBreakdown tfoot td:before, .content-wrapp--financial-reports #addPurBreakdown tfoot td:before, .content-wrapp--financial-reports #depositsRevenueBreakdown tfoot td:before {
        content: attr(data-label);
        float: left;
        font-size: 16px;
        font-weight: 700;
    }
}

.front-header {
    background-color: #19719f;
}

.front-header .navbar {
    margin-bottom: 0;
    min-height: 82px;
}

.front-header .navbar.navbar-default {
    background-color: transparent;
    border: none;
    margin-top: 10px;
}

.front-header .navbar.navbar-default .nav-wrapp.header-nav-list {
    float: right;
}

@media (max-width: 767px) {
    .front-header .navbar.navbar-default .nav-wrapp.header-nav-list {
        float: none;
    }
}

@media (max-width: 939px) and (min-width: 767px) {
    .front-header .navbar.navbar-default .header-nav-list__first li:first-child {
        display: none;
    }
}

@media (max-width: 780px) and (min-width: 768px) {
    .front-header .navbar.navbar-default .header-nav-list__first li:nth-child(2) {
        display: none;
    }
}

.front-header .navbar.navbar-default .header-nav-list__first .btn-front-menu {
    margin: 9px !important;
}

@media (max-width: 767px) {
    .front-header .navbar.navbar-default .header-nav-list__first .btn-front-menu {
        margin: 0 !important;
        padding: 10px 15px !important;
        border: none !important;
        border-radius: 0;
        text-align: left;
    }
}

.front-header .navbar.navbar-default .header-nav-list__second {
    position: relative;
}

.front-header .navbar.navbar-default .header-nav-list__second .account-menu-content {
    width: 100%;
}

.front-header .navbar.navbar-default .header-nav-list__second .account-menu-content .header-nav-list__sub-list {
    display: none;
    background-color: #19719f;
    list-style-type: none;
    padding-left: 0;
    z-index: 12;
}

.front-header .navbar.navbar-default .header-nav-list__second .account-menu-content .header-nav-list__sub-list a {
    display: block;
    width: 100%;
    color: white;
    font-size: 16px;
    padding: 9px;
}

.front-header .navbar.navbar-default .header-nav-list__second .account-menu-content .header-nav-list__sub-list a:hover {
    background-color: #07a4e7;
}

@media (min-width: 768px) {
    .front-header .navbar.navbar-default .header-nav-list__second:hover .account-menu-content .header-nav-list__sub-list {
        position: absolute;
        display: inline-block;
        width: 100%;
        top: -10px;
        border: 1px solid white;
    }
}

@media (max-width: 767px) {
    .front-header .navbar.navbar-default .header-nav-list__second .account-menu-content .header-nav-list__sub-list {
        display: block;
        background: none;
    }

    .front-header .navbar.navbar-default .header-nav-list__second .account-menu-content .header-nav-list__sub-list a {
        padding: 12px 16px;
        display: block;
        color: white;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
    }
}

@media (max-width: 767px) {
    .front-header .navbar.navbar-default {
        margin-top: 0;
    }

    .front-header .navbar.navbar-default .navbar-collapse {
        margin-top: 10px;
    }
}

.front-header .navbar .navbar-toggle {
    margin-right: 0;
}

.front-header .navbar .front-link, .front-header .navbar .btn-front-menu {
    color: white;
    text-transform: uppercase;
}

.front-header .navbar .front-link:hover, .front-header .navbar .btn-front-menu:hover {
    color: white;
    text-decoration: underline;
}

.front-header .navbar .front-link:focus, .front-header .navbar .btn-front-menu:focus {
    color: white;
    text-decoration: none;
}

@media (max-width: 767px) {
    .front-header .navbar .front-link:hover, .front-header .navbar .btn-front-menu:hover {
        background: #07a4e7;
    }
}

.front-header .navbar .navbar-nav {
    margin-top: 11px;
    margin-left: 0;
    margin-right: 0;
}

@media (max-width: 767px) {
    .front-header .navbar .navbar-nav {
        width: 100%;
        float: left !important;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 12px;
    }
}

.front-header .navbar .icon_main_small {
    margin-top: 0px;
}

@media (max-width: 767px) {
    .front-header .navbar {
        min-height: auto;
        padding: 12px 0;
    }
}

.front-header .navbar__row {
    margin-top: 12px;
}

@media (max-width: 767px) {
    .front-header .navbar__row {
        margin-top: 0;
    }
}

.front-header .navbar .account-menu {
    padding: 9px 0;
}

.front-header .navbar .account-menu .welcome-name {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
    border: 2px solid white;
    padding: 3px;
    cursor: pointer;
    border-radius: 4px;
    min-width: 176px;
    text-align: center;
}

@media (max-width: 767px) {
    .front-header .navbar .account-menu .welcome-name {
        border: none;
    }
}

.old-header-sup {
    min-width: 176px;
    list-style-type: none;
    float: right;
}

.old-header-sup:hover .account-menu-content .header-nav-list__sub-list {
    display: block;
    width: 176px;
    position: absolute;
    top: 40px;
    border: 1px solid white;
    background: #19719F;
    z-index: 12;
}

.old-header-sup .account-menu-content .header-nav-list__sub-list {
    display: none;
    list-style-type: none;
    padding-left: 0;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent !important;
}

.navbar-default .navbar-toggle {
    border: none;
}

.navbar-toggle span.icon-bar {
    background-color: white !important;
    transition: all 0.15s;
}

.navbar-toggle span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
}

.navbar-toggle span:nth-child(3) {
    opacity: 0;
}

.navbar-toggle span:nth-child(4) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
}

.navbar-toggle.collapsed span:nth-child(2),
.navbar-toggle.collapsed span:nth-child(4) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.navbar-toggle.collapsed span:nth-child(3) {
    opacity: 1;
}

.front-footer {
    position: absolute;
    min-height: 78px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #445156;
}

.front-footer-container__top {
    margin-bottom: 25px;
}

.front-footer-container__bottom .footer-copyright-block {
    font-size: 12px;
    color: #EBECED;
    padding: 10px 0;
}

@media (max-width: 576px) {
    .front-footer-container__bottom .footer-copyright-block {
        margin: 5px 0 20px 0;
    }
}

.front-footer-container__bottom .footer-copyright-block span {
    margin-left: 50px;
}

.front-footer__list {
    display: inline-block;
    list-style: none;
    margin: 0;
}

@media (max-width: 576px) {
    .front-footer__list:nth-child(2n) .front-footer__list-item:first-of-type {
        padding-bottom: 16px;
    }
}

.front-footer__list-item:not(:first-of-type) {
    margin-bottom: 10px;
}

.front-footer__list-item:first-of-type {
    padding-top: 28px;
    padding-bottom: 16px;
    color: white;
    overflow: hidden;
    text-overflow: ellipsis;
}

.front-footer__list-item-title {
    font-size: 18px;
    font-weight: 700;
    color: white;
}

.front-footer__list-item-link, .front-footer__list-item-link:hover {
    font-size: 13px;
    color: #EBECED;
}

.front-footer .footer-dividing-line {
    background-color: #636E72;
    height: 1px;
}

@media (max-width: 767px) {
    .front-footer .footer-dividing-line {
        background-color: #636E72;
        height: 2px;
    }
}

.front-footer .divided-logo-row {
    text-align: center;
}

.front-footer .divided-logo-row img {
    padding: 5px;
    max-height: 60px;
    box-sizing: content-box;
}

@media (max-width: 767px) {
    .front-footer .divided-logo-row img {
        max-height: 45px;
    }
}

.Slider-block {
    position: relative;
}

.Slider-block #slider {
    position: absolute;
    width: 100%;
    height: 488px;
    top: 0px;
    left: 0px;
}

.Slider-block .slider__list-item {
    position: absolute;
    width: 100%;
    height: 488px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

@media (max-width: 766px) {
    .Slider-block .slider__list-item {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: -120px center;
    }
}

.Slider-block .slider__above {
    height: 488px;
    z-index: 2;
}

@media (max-width: 766px) {
    .Slider-block .slider__above {
        height: 364px;
    }
}

.Slider-block .slogan {
    margin-top: 150px;
}

@media (max-width: 992px) {
    .Slider-block .slogan {
        padding-left: 140px;
    }
}

@media (max-width: 766px) {
    .Slider-block .slogan {
        padding-left: 15px;
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .Slider-block .slogan__block {
        background-color: rgba(225, 218, 216, 0.6);
        margin: 0 auto;
        max-width: 363px;
        padding: 10px;
    }
}

.Slider-block .slogan__txt {
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .Slider-block .slogan__txt {
        font-size: 32px;
    }
}

.Slider-block .slogan__btn {
    border: 2px solid #19719F;
    width: 220px;
    padding: 6px 10px 6px 6px;
    margin: 0 0 20px 0;
    background-color: #19719F;
    color: white;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

@media (max-width: 576px) {
    .Slider-block .slogan__btn {
        width: 200px;
    }
}

.Slider-block .slogan__btn:hover, .Slider-block .slogan__btn:focus {
    color: white;
    text-decoration: underline;
}

.Slider-block .slogan__btn:hover, .Slider-block .slogan__btn :focus {
    text-decoration: none;
}

@media (max-width: 767px) {
    .Slider-block .slogan__btn {
        font-size: 18px;
    }
}

.eventgenres {
    background-color: white;
    margin-bottom: 45px;
}

.eventgenres__column {
    position: relative;
    padding: 0 0 15px 0;
    overflow-x: hidden;
}

.eventgenres__column img {
    max-width: 100%;
    height: 100%;
}

.eventgenres__name {
    width: 100%;
    height: 40px;
    color: white;
    font-size: 26px;
    font-weight: 700;
    position: absolute;
    top: calc(50% - 7.5px);
    left: 50%;
    text-shadow: black 1px 1px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.allyouneed {
    background-color: #f4f1f0;
}

.allyouneed__wrapper {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (max-width: 1200px) {
    .allyouneed__wrapper {
        text-align: center;
    }
}

.allyouneed__title {
    font-size: 22px;
    font-weight: 700;
    padding-top: 18px;
    padding-bottom: 20px;
}

@media (max-width: 767px) {
    .allyouneed__title {
        font-size: 20px;
    }
}

.allyouneed__btn {
    border: 2px solid #19719F;
    display: inline-block;
    border-radius: 4px;
}

.allyouneed__btn--start {
    width: 150px;
    padding: 6px 10px 6px 6px;
    margin: 10px;
    background-color: #19719F;
    color: white;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

@media (max-width: 576px) {
    .allyouneed__btn--start {
        width: 200px;
    }
}

.allyouneed__btn--start:hover, .allyouneed__btn--start:focus {
    color: white;
    text-decoration: underline;
}

.allyouneed__btn--find {
    width: 200px;
    padding: 6px 10px 6px 6px;
    margin: 10px;
    background-color: transparent;
    color: #19719F;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

@media (max-width: 576px) {
    .allyouneed__btn--find {
        width: 200px;
    }
}

.allyouneed__btn--find:hover, .allyouneed__btn--find:focus {
    color: #19719F;
    text-decoration: underline;
}

.whatweoffer {
    background-color: white;
    margin-bottom: 60px;
    text-align: center;
}

@media (max-width: 767px) {
    .whatweoffer .front-text-title {
        margin-top: 35px;
    }
}

.whatweoffer__block {
    min-height: 190px;
    padding: 10px 15px;
}

.whatweoffer__icon-wrapp {
    height: 120px;
}

.whatweoffer__text {
    font-size: 18px;
    font-weight: 700;
}

.testimonials {
    font-size: 16px;
    background-color: #ecf2f5;
}

.testimonials .testimonial {
    max-height: 455px;
    margin-bottom: 40px;
}

.testimonials .testimonial__quote {
    height: 300px;
    max-height: 300px;
    position: relative;
    color: white;
    padding: 30px 15px 40px 15px;
    border-radius: 10px;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .testimonials .testimonial__quote {
        height: auto;
        max-height: none;
    }
}

.testimonials .testimonial__quote:before {
    display: block;
    position: absolute;
    content: "";
    border-style: solid;
    border-width: 0 0 20px 30px;
    bottom: -20px;
    left: 30px;
}

.testimonials .testimonial__quote:after {
    display: block;
    position: absolute;
    content: "";
    border-color: transparent #ecf2f5;
    border-style: solid;
    border-width: 0 0 20px 10px;
    bottom: -20px;
    left: 30px;
}

.testimonials .testimonial__link {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: white;
    font-weight: 700;
    text-decoration: underline;
}

.testimonials .testimonial__company {
    height: 120px;
    max-height: 122px;
}

.testimonials .testimonial__author {
    font-weight: 700;
    margin-left: 7px;
}

.testimonials .testimonial__author-position {
    margin-left: 7px;
    margin-bottom: 0;
    letter-spacing: 0.25px;
    line-height: 20px;
}

.testimonials .testimonial-main {
    background-color: #5eb9e0;
}

.testimonials .testimonial-main:before {
    border-color: transparent #5eb9e0;
}

.testimonials .testimonial-dark {
    background-color: #3c82bf;
}

.testimonials .testimonial-dark:before {
    border-color: transparent #3c82bf;
}

.testimonials .testimonial-darkest {
    background-color: #0f435d;
}

.testimonials .testimonial-darkest:before {
    border-color: transparent #0f435d;
}

.testimonial-block {
    margin: 60px auto 92px auto;
}

.testimonial-block__description {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 22px;
}

@media (max-width: 767px) {
    .testimonial-block__description {
        font-size: 16px;
        line-height: 25px;
    }
}

.testimonial-block__author {
    font-weight: 700;
}

@media (max-width: 992px) {
    .testimonial-block__author {
        margin-top: 15px;
    }
}

.toggle-events-menu {
    margin-top: 15px;
}

.toggle-events-menu .btn-show-filters {
    display: block;
    max-width: 380px;
    margin: 0 auto;
    background-color: #19719F;
    color: white;
    font-size: 20px;
}

.toggle-events-menu .btn-show-filters i {
    top: 4px;
    font-size: inherit;
}

@media (max-width: 767px) {
    .events-menu {
        opacity: 0;
        display: none;
        visibility: hidden;
    }
}

.events-menu__filter {
    min-height: 70px;
}

.events-menu__filter-elem {
    margin: 20px 0 10px 0;
}

.events-menu__filter-elem .styled-select {
    position: relative;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.events-menu__filter-elem .styled-select:before {
    content: "";
    width: 34px;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    background-color: #19719F;
    border-radius: 0 5px 5px 0;
    pointer-events: none;
}

.events-menu__filter-elem .styled-select:after {
    content: "▼";
    height: 1em;
    margin-top: -0.5em;
    font-size: 10px;
    line-height: 1;
    color: white;
    position: absolute;
    right: 12px;
    top: 50%;
    pointer-events: none;
}

.events-menu__filter-elem .styled-select select {
    height: 34px;
    font-size: 16px;
    padding: 4px 34px 4px 5px;
    border: 1px solid #ccc;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.events-menu__filter-elem .datepicker-filter {
    font-size: 14px;
}

.events-menu__filter-elem #datepickerBtn {
    background-color: #19719F;
    padding: 6.5px 12px;
}

.events-menu__filter-elem #datepickerBtn i {
    color: white;
}

.events-menu__filter-elem:last-child .btn-events-search {
    border: 2px solid #19719F;
    width: 100%;
    padding: 4px 10px;
    margin: auto;
    background-color: #19719F;
    color: white;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

@media (max-width: 576px) {
    .events-menu__filter-elem:last-child .btn-events-search {
        width: 200px;
    }
}

.events-menu__filter-elem:last-child .btn-events-search:hover, .events-menu__filter-elem:last-child .btn-events-search:focus {
    color: white;
    text-decoration: underline;
}

.events-menu-active {
    display: block;
    opacity: 1 !important;
    visibility: visible !important;
    position: relative !important;
    transition: visibility 0s, display 0.5s, opacity 0.5s linear;
}

.search-resault {
    margin-top: 20px;
}

.search-resault .event-list__row {
    background-color: #f8f8fa;
    border: 1px solid #f0f0f0;
    padding: 10px;
    padding-right: 30px;
    margin-bottom: 10px;
}

@media (max-width: 1091px) {
    .search-resault .event-list__row {
        padding-right: 10px;
    }
}

.search-resault .event-list__row-img {
    max-width: 100%;
    max-height: none;
}

.search-resault .event-list__item {
    min-height: 125px;
}

.search-resault .event-list__item-left-column {
    float: left;
    position: relative;
    width: 250px;
    height: 125px;
    text-align: center;
    overflow: hidden;
}

@media (max-width: 992px) {
    .search-resault .event-list__item-left-column {
        width: 190px;
    }
}

@media (max-width: 767px) {
    .search-resault .event-list__item-left-column {
        float: none;
        width: 100%;
        height: 100%;
        max-height: 179px;
        margin-left: 0;
        margin-bottom: 10px;
    }
}

.search-resault .event-list__item-middle-column {
    float: left;
    position: relative;
    height: 125px;
    color: #445156;
    margin-left: 10px;
}

@media (max-width: 767px) {
    .search-resault .event-list__item-middle-column {
        float: none;
        margin-left: 0;
    }
}

@media (min-width: 767px) {
    .search-resault .event-list__item-middle-column {
        width: 368px;
    }
}

@media (min-width: 992px) {
    .search-resault .event-list__item-middle-column {
        width: 500px;
    }
}

.search-resault .event-list__item-middle-column .event-name {
    font-size: 18px;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.search-resault .event-list__item-middle-column .event-category {
    font-size: 16px;
    font-weight: 700;
    margin: 3px 0 3px 0;
}

.search-resault .event-list__item-middle-column .event-date {
    font-size: 20px;
    font-weight: 700;
}

.search-resault .event-list__item-right-column {
    float: right;
    position: relative;
    margin-left: 10px;
}

@media (max-width: 767px) {
    .search-resault .event-list__item-right-column {
        width: 100%;
        float: none;
        margin-left: 0;
    }
}

.search-resault .event-list__item-right-column .btn-eventrow-register {
    border: 2px solid #19719F;
    width: 150px;
    padding: 4px 10px;
    margin: 42px 0 0 0;
    background-color: #19719F;
    color: white;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

@media (max-width: 576px) {
    .search-resault .event-list__item-right-column .btn-eventrow-register {
        width: 200px;
    }
}

.search-resault .event-list__item-right-column .btn-eventrow-register:hover, .search-resault .event-list__item-right-column .btn-eventrow-register:focus {
    color: white;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .search-resault .event-list__item-right-column .btn-eventrow-register {
        width: 100%;
        margin-top: 15px;
    }
}

.search-resault .event-list__item-right-column-price-block {
    font-size: 16px;
    text-align: center;
    margin-top: 7px;
}

@media (max-width: 767px) {
    .search-resault .event-list__item-right-column-price-block {
        display: none;
    }
}

.search-resault .event-list__item-right-column-price-block-mobile {
    width: 100px;
    height: 24px;
    display: none;
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-size: 16px;
    color: black;
    background-color: white;
    border: 1px solid black;
}

@media (max-width: 767px) {
    .search-resault .event-list__item-right-column-price-block-mobile {
        display: block;
    }
}

.content-wrapp--reports, .content-wrapp--operations-reports, .content-wrapp--financial-reports {
    max-width: 800px;
    margin: 0 auto;
    margin-top: 50px;
}

.report-block {
    width: 350px;
    margin: 0 auto;
    text-align: center;
}

@media (max-width: 570px) {
    .report-block {
        width: auto;
    }
}

#clearEventSearch {
    margin-left: 15px;
}

@media (max-width: 767px) {
    #clearEventSearch {
        margin-top: 0;
    }
}

#eventSummaryModal.modal, #operationsModal.modal, #marketingModal.modal, #financialModal.modal, #scanningModal.modal {
    text-align: center;
    padding: 0 !important;
}

#eventSummaryModal.modal:before, #operationsModal.modal:before, #marketingModal.modal:before, #financialModal.modal:before, #scanningModal.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

#eventSummaryModal .modal-dialog, #operationsModal .modal-dialog, #marketingModal .modal-dialog, #financialModal .modal-dialog, #scanningModal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

#eventSummaryModal .modal-dialog .modal-content, #operationsModal .modal-dialog .modal-content, #marketingModal .modal-dialog .modal-content, #financialModal .modal-dialog .modal-content, #scanningModal .modal-dialog .modal-content {
    width: 350px;
    margin: 0 auto;
}

.dateGenerated, .dateGenerated1 {
    z-index: 11;
    font-size: 14px;
    font-weight: 600;
    color: #19719F;
}

.dateGenerated[class*="straight"], .dateGenerated1[class*="straight"] {
    position: inherit;
    max-width: 500px;
    text-align: right;
    margin: 0 auto;
    font-size: 13px;
}

.dateGenerated[class*="straight"].third, .dateGenerated1[class*="straight"].third {
    max-width: none;
    margin-right: 5px;
    position: relative;
    top: -18px;
}

@media (max-width: 769px) {
    .dateGenerated[class*="straight"].third, .dateGenerated1[class*="straight"].third {
        top: 0;
    }
}

.dateGenerated[class*="straight"].third.special, .dateGenerated1[class*="straight"].third.special {
    top: -11px;
}

@media (max-width: 930px) {
    .dateGenerated.float, .dateGenerated1.float {
        display: none;
    }
}

.events-list__item--chart {
    max-width: 400px;
}

@media (max-width: 991px) {
    .events-list__item--chart {
        max-width: none;
    }
}

.events-list__item--chart .highcharts-container {
    height: 165px !important;
}

@media (max-width: 767px) {
    .events-list__item--chart {
        margin-bottom: -25px;
    }
}

@media (max-width: 400px) {
    .events-list__item--chart div[id^="eventChart"] {
        width: 100% !important;
    }
}

.events-list__item--chart #eventListBottomTable.first tr td:first-child {
    width: 50%;
}

@media (max-width: 401px) {
    .events-list__item--chart #eventListBottomTable.first tr td:first-child {
        width: 136px;
    }
}

@media (max-width: 401px) {
    .events-list__item--chart #eventListBottomTable {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .events-list__item--chart #eventListBottomTable tr td:first-child {
        width: 136px;
    }
}

.events-list__item--title {
    min-height: 232px;
}

.events-list__item--title a:hover {
    text-decoration: none;
}

@media (max-width: 767px) {
    .events-list__item--title {
        padding: 15px !important;
    }
}

@media (max-width: 991px) {
    .events-list__item--title {
        min-height: 140px;
    }
}

.events-list__item--select-btn {
    min-height: 232px;
}

.events-list__item--select-btn a {
    min-width: 90px;
}

@media (max-width: 991px) {
    .events-list__item--select-btn {
        min-height: 34px;
        text-align: center;
        min-height: 140px;
    }

    .events-list__item--select-btn .styled-button-blue, .events-list__item--select-btn .styled-button-blue--2 {
        margin-top: 0;
    }
}

@media (max-width: 415px) {
    .events-list__item--select-btn {
        text-align: left;
    }
}

@media (max-width: 959px) {
    .events-list__charts--item-wrapp.summaryFirstOfType {
        display: block !important;
        margin: 0 auto 15px auto !important;
        width: 80% !important;
    }
}

@media (max-width: 560px) {
    .events-list__charts--item-wrapp.summaryFirstOfType {
        width: 100% !important;
    }
}

.events-list__charts--item {
    margin: 12.5px 0;
}

.events-list__charts--item#totalRevenue .highcharts-container, .events-list__charts--item#totalTicket .highcharts-container {
    height: 125px !important;
}

.cubes {
    display: inline-block;
    position: absolute;
    right: 18px;
    top: 88px;
    z-index: 1;
    text-align: left;
    font-weight: 500;
}

@media (max-width: 400px) {
    .cubes {
        display: none;
    }
}

.cubes .cube {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 4px;
}

.cubes .cube span {
    padding-left: 5px;
}

.cubes .cube.first {
    background-color: #00bedd;
}

.cubes .cube.second {
    background-color: #19719F;
}

.cubes .cube.third {
    background-color: #9a55ad;
}

.cubes .cube + span {
    font-size: 13px;
    vertical-align: top;
}

@media (max-width: 415px) {
    .cubes .cube + span {
        font-size: 12px;
    }
}

.total-chart-table .table-bordered td {
    border: 1px solid #19719F;
}

#eventListBottomTable tr > td {
    border: 1px solid #19719F;
    padding: 1px;
}

#ScanningSummaryTable tr > td {
    border: 1px solid #19719F;
}

#totalTicketTable tbody > tr > td, #totalRevenueTable tbody > tr > td {
    padding: 5px;
}

#totalTicketTable tbody > tr > td:last-of-type, #totalRevenueTable tbody > tr > td:last-of-type {
    padding-right: 10px;
}

@media (max-width: 560px) {
    #totalTicketTable td, #totalRevenueTable td {
        font-size: 11px !important;
    }
}

#operationsTicketTypesBlock tr td:first-of-type, #operationsTicketTypesBlock2 tr td:first-of-type {
    min-width: 200px;
}

.report-buttons__one, .report-buttons__two {
    display: inline-block;
    width: 49%;
    text-align: center;
    vertical-align: top;
}

.report-buttons__three {
    display: flex;
    justify-content: center;
}

.report-buttons__one a, .report-buttons__two a {
    display: inline-block;
    background-image: url("/resources/global-v2/images/cloud.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100px;
    height: 101px;
    color: black;
    margin-bottom: 60px;
    text-decoration: none;
    cursor: pointer;
}

.report-buttons__three a {
    display: flex;
    justify-content: center;
    align-content: center;
    color: #19719F;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    border: 2px solid #19719F;
    padding-right: 10px;
}

.report-buttons__one a span, .report-buttons__two a span {
    position: relative;
    top: 95px;
    font-size: 15px;
}

.report-buttons__three a span {
    align-self: center;
    font-size: 15px;
}

.report-buttons__one a.disabled, .report-buttons__two a.disabled, .report-buttons__three a.disabled {
    pointer-events: none;
}

.report-buttons__one a .iconImg, .report-buttons__two a .iconImg, .report-buttons__three a .iconImg {
    display: block;
    width: 50px;
    height: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
}

.report-buttons__one a .iconImg.one, .report-buttons__two a .iconImg.one, .report-buttons__three a .iconImg.one {
    background-image: url("/resources/global-v2/images/excel.svg");
}

.report-buttons__one a .iconImg.two, .report-buttons__two a .iconImg.two {
    background-image: url("/resources/global-v2/images/pdf.svg");
}

.report-buttons__one.disabled, .report-buttons__two.disabled, .report-buttons__three.disabled {
    cursor: not-allowed;
}

#SummaryOfAdditionalPurchases .highcharts-legend {
    text-align: center;
}

#SummaryOfBookingsLastDaysTable td, #SummaryOfBookingsLastDaysTable th {
    border: 1px solid #9b9b9b;
    text-align: center;
}

#SummaryOfBookingsLastDaysTable thead tr {
    color: white;
    background: #19719F;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
}

#SummaryOfBookingsLastDaysTable thead tr th:first-of-type {
    border-left: none;
    font-size: 17px;
}

#SummaryOfBookingsLastDaysTable thead tr th:last-of-type {
    border-right: none;
    font-size: 17px;
}

#SummaryOfBookingsLastDaysTable tbody tr td {
    font-size: 16px;
    font-weight: 700;
    color: #19719F;
}

#SummaryOfBookingsLastDaysTable tbody tr td:first-of-type {
    border-left: none;
}

#SummaryOfBookingsLastDaysTable tbody tr td:last-of-type {
    border-right: none;
}

#SummaryTicketTypesBlock, #operationsTicketTypesBlock, #SummaryOfBookingsByTimeslotTable, #operationsTicketTypesBlock2, #operationsAddpurchasesBlock, #ScanningSummaryByTicketTypeTable, #ScanningSummaryByHoursTable, #timeSlotSummaryTable,
#revenueBreakdown, #bookingCounts, #ticketTypeBreakdown, #addPurBreakdown, #depositsRevenueBreakdown {
    margin-top: 35px;
}

#SummaryTicketTypesBlock table, #operationsTicketTypesBlock table, #SummaryOfBookingsByTimeslotTable table, #operationsTicketTypesBlock2 table, #operationsAddpurchasesBlock table, #ScanningSummaryByTicketTypeTable table, #ScanningSummaryByHoursTable table, #timeSlotSummaryTable table,
#revenueBreakdown table, #bookingCounts table, #ticketTypeBreakdown table, #addPurBreakdown table, #depositsRevenueBreakdown table {
    position: relative;
}

#SummaryTicketTypesBlock table tr td:first-of-type, #operationsTicketTypesBlock table tr td:first-of-type, #SummaryOfBookingsByTimeslotTable table tr td:first-of-type, #operationsTicketTypesBlock2 table tr td:first-of-type, #operationsAddpurchasesBlock table tr td:first-of-type, #ScanningSummaryByTicketTypeTable table tr td:first-of-type, #ScanningSummaryByHoursTable table tr td:first-of-type, #timeSlotSummaryTable table tr td:first-of-type,
#revenueBreakdown table tr td:first-of-type, #bookingCounts table tr td:first-of-type, #ticketTypeBreakdown table tr td:first-of-type, #addPurBreakdown table tr td:first-of-type, #depositsRevenueBreakdown table tr td:first-of-type {
    width: 177px;
}

#SummaryTicketTypesBlock td, #operationsTicketTypesBlock td, #SummaryOfBookingsByTimeslotTable td, #operationsTicketTypesBlock2 td, #operationsAddpurchasesBlock td, #ScanningSummaryByTicketTypeTable td, #ScanningSummaryByHoursTable td, #timeSlotSummaryTable td,
#revenueBreakdown td, #bookingCounts td, #ticketTypeBreakdown td, #addPurBreakdown td, #operationSummaryTable td, #summaryByTicketTypeTable td, #summaryByAddPurchaseTypeTable td, #depositsRevenueBreakdown td {
    border: 1px solid #9b9b9b;
    text-align: center;
}

#SummaryTicketTypesBlock th, #operationsTicketTypesBlock th, #SummaryOfBookingsByTimeslotTable th, #operationsTicketTypesBlock2 th, #operationsAddpurchasesBlock th, #ScanningSummaryByTicketTypeTable th, #ScanningSummaryByHoursTable th, #timeSlotSummaryTable th,
#revenueBreakdown th, #bookingCounts th, #ticketTypeBreakdown th, #addPurBreakdown th, #depositsRevenueBreakdown th {
    border: none;
    text-align: center;
}

#SummaryTicketTypesBlock thead tr:first-of-type th, #operationsTicketTypesBlock thead tr:first-of-type th, #operationsTicketTypesBlock2 thead tr:first-of-type th, #operationsAddpurchasesBlock thead tr:first-of-type th, #ScanningSummaryByTicketTypeTable thead tr:first-of-type th, #ScanningSummaryByHoursTable thead tr:first-of-type th, #timeSlotSummaryTable thead tr:first-of-type th,
#revenueBreakdown thead tr:first-of-type th, #bookingCounts thead tr:first-of-type th, #ticketTypeBreakdown thead tr:first-of-type th, #addPurBreakdown thead tr:first-of-type th, #depositsRevenueBreakdown thead tr:first-of-type th {
    color: white;
    background: #19719F;
    font-weight: 700;
}

#SummaryTicketTypesBlock thead tr:last-of-type th, #operationsTicketTypesBlock thead tr:last-of-type th, #operationsTicketTypesBlock2 thead tr:last-of-type th, #operationsAddpurchasesBlock thead tr:last-of-type th, #ScanningSummaryByTicketTypeTable thead tr:last-of-type th, #ScanningSummaryByHoursTable thead tr:last-of-type th, #timeSlotSummaryTable thead tr:last-of-type th,
#revenueBreakdown thead tr:last-of-type th, #bookingCounts thead tr:last-of-type th, #ticketTypeBreakdown thead tr:last-of-type th, #addPurBreakdown thead tr:last-of-type th, #depositsRevenueBreakdown thead tr:last-of-type th {
    color: #19719F;
    background: white;
    font-weight: 700;
}

#SummaryTicketTypesBlock tbody tr:first-of-type td, #SummaryTicketTypesBlock tfoot tr:last-of-type td, #operationsTicketTypesBlock tbody tr:first-of-type td, #SummaryOfBookingsByTimeslotTable tbody tr:first-of-type td, #operationsTicketTypesBlock tfoot tr:last-of-type td, #operationsTicketTypesBlock2 tbody tr:first-of-type td, #operationsTicketTypesBlock2 tfoot tr:last-of-type td, #operationsAddpurchasesBlock tbody tr:first-of-type td, #operationsAddpurchasesBlock tfoot tr:last-of-type td, #ScanningSummaryByTicketTypeTable tbody tr:first-of-type td, #ScanningSummaryByTicketTypeTable tfoot tr:last-of-type td, #ScanningSummaryByHoursTable tbody tr:first-of-type td, #ScanningSummaryByHoursTable tfoot tr:last-of-type td, #timeSlotSummaryTable tbody tr:first-of-type td, #timeSlotSummaryTable tfoot tr:last-of-type td,
#bookingCounts tbody tr:first-of-type td, #bookingCounts tfoot tr:last-of-type td {
    color: white;
    background: #19719F;
    text-align: center;
    font-weight: 700;
}

#revenueBreakdown tfoot tr:last-of-type td, #ticketTypeBreakdown tfoot tr:last-of-type td, #addPurBreakdown tfoot tr:last-of-type td, #depositsRevenueBreakdown tfoot tr:last-of-type td {
    color: white;
    background: #19719F;
    text-align: right;
    font-weight: 700;
    font-size: 16px;
}

#revenueBreakdown tfoot tr:last-of-type td:first-of-type, #ticketTypeBreakdown tfoot tr:last-of-type td:first-of-type, #addPurBreakdown tfoot tr:last-of-type td:first-of-type, #depositsRevenueBreakdown tfoot tr:last-of-type td:first-of-type {
    text-align: left;
}

#SummaryTicketTypesBlock tbody tr td, #operationsTicketTypesBlock tbody tr td, #SummaryOfBookingsByTimeslotTable tbody tr td, #operationsTicketTypesBlock2 tbody tr td, #operationsAddpurchasesBlock tbody tr td, #ScanningSummaryByTicketTypeTable tbody tr td, #ScanningSummaryByHoursTable tbody tr td, #timeSlotSummaryTable tbody tr td,
#revenueBreakdown tbody tr td, #bookingCounts tbody tr td, #ticketTypeBreakdown tbody tr td, #addPurBreakdown tbody tr td, #depositsRevenueBreakdown tbody tr td {
    font-size: 16px;
    font-weight: 700;
    color: #19719F;
}

#SummaryTicketTypesBlock tbody tr:not(:first-of-type) td:first-child, #operationsTicketTypesBlock tbody tr:not(:first-of-type) td:first-child, #SummaryOfBookingsByTimeslotTable tbody tr:not(:first-of-type) td:first-child, #operationsTicketTypesBlock2 tbody tr:not(:first-of-type) td:first-child, #operationsAddpurchasesBlock tbody tr:not(:first-of-type) td:first-child, #ScanningSummaryByTicketTypeTable tbody tr:not(:first-of-type) td:first-child, #ScanningSummaryByHoursTable tbody tr:not(:first-of-type) td:first-child, #timeSlotSummaryTable tbody tr:not(:first-of-type) td:first-child,
#revenueBreakdown tbody tr:not(:first-of-type) td, #bookingCounts tbody tr:not(:first-of-type) td:first-child, #ticketTypeBreakdown tbody tr:not(:first-of-type) td:first-child, #addPurBreakdown tbody tr:not(:first-of-type) td:first-child, #depositsRevenueBreakdown tbody tr:not(:first-of-type) td:first-child {
    text-align: left;
}

#revenueBreakdown tbody tr td:not(:first-of-type), #ticketTypeBreakdown tbody tr td:not(:first-of-type), #addPurBreakdown tbody tr td:not(:first-of-type), #depositsRevenueBreakdown tbody tr td:not(:first-of-type) {
    text-align: right;
}

#SummaryTicketTypesBlock tbody tr td:first-of-type, #operationsTicketTypesBlock tbody tr td:first-of-type, #SummaryOfBookingsByTimeslotTable tbody tr td:first-of-type, #operationsTicketTypesBlock2 tbody tr td:first-of-type, #operationsAddpurchasesBlock tbody tr td:first-of-type, #ScanningSummaryByTicketTypeTable tbody tr td:first-of-type, #ScanningSummaryByHoursTable tbody tr td:first-of-type, #timeSlotSummaryTable tbody tr td:first-of-type,
#revenueBreakdown tbody tr td:first-of-type, #bookingCounts tbody tr td:first-of-type, #ticketTypeBreakdown tbody tr td:first-of-type, #addPurBreakdown tbody tr td:first-of-type, #depositsRevenueBreakdown tbody tr td:first-of-type {
    border-left: none;
}

#SummaryTicketTypesBlock tfoot tr td:first-of-type, #operationsTicketTypesBlock tfoot tr td:first-of-type, #SummaryOfBookingsByTimeslotTable tfoot tr td:first-of-type, #operationsTicketTypesBlock2 tfoot tr td:first-of-type, #operationsAddpurchasesBlock tfoot tr td:first-of-type, #ScanningSummaryByTicketTypeTable tfoot tr td:first-of-type, #ScanningSummaryByHoursTable tfoot tr td:first-of-type, #timeSlotSummaryTable tfoot tr td:first-of-type,
#revenueBreakdown tfoot tr td:first-of-type, #bookingCounts tfoot tr td:first-of-type, #ticketTypeBreakdown tfoot tr td:first-of-type, #addPurBreakdown tfoot tr td:first-of-type, #depositsRevenueBreakdown tfoot tr td:first-of-type {
    border-left: none;
}

#SummaryTicketTypesBlock tbody tr td:last-of-type, #operationsTicketTypesBlock tbody tr td:last-of-type, #SummaryOfBookingsByTimeslotTable tbody tr td:last-of-type, #operationsTicketTypesBlock2 tbody tr td:last-of-type, #operationsAddpurchasesBlock tbody tr td:last-of-type, #ScanningSummaryByTicketTypeTable tbody tr td:last-of-type, #ScanningSummaryByHoursTable tbody tr td:last-of-type, #timeSlotSummaryTable tbody tr td:last-of-type,
#revenueBreakdown tbody tr td:last-of-type, #bookingCounts tbody tr td:last-of-type, #ticketTypeBreakdown tbody tr td:last-of-type, #addPurBreakdown tbody tr td:last-of-type, #depositsRevenueBreakdown tbody tr td:last-of-type {
    border-right: none;
}

#SummaryTicketTypesBlock tfoot tr td:last-of-type, #operationsTicketTypesBlock tfoot tr td:last-of-type, #SummaryOfBookingsByTimeslotTable tfoot tr td:last-of-type, #operationsTicketTypesBlock2 tfoot tr td:last-of-type, #operationsAddpurchasesBlock tfoot tr td:last-of-type, #ScanningSummaryByTicketTypeTable tfoot tr td:last-of-type, #ScanningSummaryByHoursTable tfoot tr td:last-of-type, #timeSlotSummaryTable tfoot tr td:last-of-type,
#revenueBreakdown tfoot tr td:last-of-type, #bookingCounts tfoot tr td:last-of-type, #ticketTypeBreakdown tfoot tr td:last-of-type, #addPurBreakdown tfoot tr td:last-of-type, #depositsRevenueBreakdown tfoot tr td:last-of-type {
    border-right: none;
}

#timeSlotSummaryTable thead tr:not(:first-of-type) td {
    color: white;
    background: #19719F;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
}

#timeSlotSummaryTable tbody tr:first-of-type td {
    color: #19719F;
    background: inherit;
    text-align: center;
    font-weight: 700;
}

#operationsTicketTypesBlock thead tr td, #SummaryOfBookingsByTimeslotTable thead tr td, #operationsTicketTypesBlock2 thead tr td, #operationsAddpurchasesBlock thead tr td, #ScanningSummaryByTicketTypeTable thead tr td, #ScanningSummaryByHoursTable thead tr td, #revenueBreakdown thead tr td, #bookingCounts thead tr td, #ticketTypeBreakdown thead tr td, #addPurBreakdown thead tr td, #depositsRevenueBreakdown thead tr td {
    color: white;
    background: #19719F;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
}

#SummaryOfBookingsByTimeslotTable tfoot tr td, #SummaryOfBookingsByTimeslotTable thead tr td {
    color: white;
    background: #19719F;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
}

#SummaryOfBookingsByTimeslotTable tr td:first-of-type {
    min-width: 150px;
    max-width: 221px;
}

#SummaryOfBookingsByTimeslotTable tr td:last-of-type {
    min-width: 65px;
    max-width: 70px;
}

#SummaryOfBookingsByTimeslotTable thead td:first-child {
    text-transform: uppercase;
}

#SummaryOfBookingsByTimeslotTable thead td:last-child {
    text-transform: uppercase;
}

#SummaryOfBookingsByTimeslotTable tfoot td:first-child {
    text-transform: uppercase;
}

#operationsTicketTypesBlock tbody tr:first-of-type td, #SummaryOfBookingsByTimeslotTable tbody tr:first-of-type td, #operationsTicketTypesBlock2 tbody tr:first-of-type td, #operationsAddpurchasesBlock tbody tr:first-of-type td, #ScanningSummaryByTicketTypeTable tbody tr:first-of-type td, #ScanningSummaryByHoursTable tbody tr:first-of-type td, #bookingCounts tbody tr:first-of-type td{
    color: #19719F;
    background: inherit;
    text-align: center;
    font-weight: 700;
}

#operationsTicketTypesBlock tbody tr:first-of-type td:first-child, #SummaryOfBookingsByTimeslotTable tbody tr:first-of-type td:first-child, #operationsTicketTypesBlock2 tbody tr:first-of-type td:first-child, #operationsAddpurchasesBlock tbody tr:first-of-type td:first-child, #ScanningSummaryByTicketTypeTable tbody tr:first-of-type td:first-child, #ScanningSummaryByHoursTable tbody tr:first-of-type td:first-child, #revenueBreakdown tbody tr:first-of-type td:first-child, #bookingCounts tbody tr:first-of-type td:first-child, #ticketTypeBreakdown tbody tr:first-of-type td:first-child, #addPurBreakdown tbody tr:first-of-type td:first-child, #depositsRevenueBreakdown tbody tr:first-of-type td:first-child {
    text-align: left;
}

@media (max-width: 993px) {
    #revenueBreakdown tbody tr td:first-of-type, #bookingCounts tbody tr td:first-of-type, #ticketTypeBreakdown tbody tr td:first-of-type, #addPurBreakdown tbody tr td:first-of-type, #depositsRevenueBreakdown tbody tr td:first-of-type {
        text-align: center !important;
    }
}

#SummaryTicketTypesBlock .hiddenName {
    display: none;
    background: #00bedd;
}

@media (max-width: 840px) {
    #SummaryTicketTypesBlock .hiddenName td {
        display: inherit;
        color: white;
        text-align: center !important;
    }
}

#SummaryTicketTypesBlock tbody tr {
    border-bottom: none !important;
}

@media (max-width: 840px) {
    #SummaryTicketTypesBlock tbody tr:first-of-type {
        display: none;
    }
}

#SummaryTicketTypesBlock th {
    border: 1px solid #9b9b9b;
}

#SummaryTicketTypesBlock th:last-of-type {
    border-right: none;
}

#SummaryTicketTypesBlock tr td:first-of-type {
    width: inherit !important;
}

#LastTenDaysTicketsTable {
    color: #19719F;
    font-size: 16px;
    font-weight: 700;
    max-width: 500px;
    margin: 0 auto;
}

#LastTenDaysTicketsTable th {
    text-align: center;
    color: white;
    background: #19719F;
}

#LastTenDaysTicketsTable td, #LastTenDaysTicketsTable th {
    border: 1px solid #9b9b9b;
}

@media (max-width: 380px) {
    #LastTenDaysTicketsTable {
        font-size: 11px;
    }
}

.events-list__charts .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #e8e4e4;
}

#eventListBottomTable tbody > tr:nth-of-type(odd), #ScanningSummaryTable tbody > tr:nth-of-type(odd) {
    background-color: #e8e4e4;
}

ul.nav-tabs li.active a, ul.nav-tabs li.active a:focus, ul.nav-tabs li.active a:hover {
    background: #19719F;
    color: white;
}

ul.nav-tabs li a {
    background: #eeeeee;
}

.separating-line {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 6px solid #02bedd;
}

.evm-bootstrap .eventpage-header .cart-header {
    display: inline-block;
    float: left;
    vertical-align: top;
    border: 2px solid white;
    border-radius: 4px;
    margin-right: 20px;
}

@media (max-width: 767px) {
    .evm-bootstrap .eventpage-header .cart-header {
        display: none;
    }
}

.evm-bootstrap .eventpage-header .cart-header .cart-quantity {
    height: 35px;
    padding-left: 45px;
    /*background: url("/resources/global-v2/images/basket.png") no-repeat left;*/
    background: url("/resources/global-v2/images/Cart-New-White.png") no-repeat 10px 5px;
    background-size: 24px 24px;

    /*background-color: #f15a29;*/
    color: #ffffff;
    display: inline-block;
    width: 70px;
    border-right: 2px solid white;
    padding-top: 6px;
    font-size: 16px;
}

.evm-bootstrap .eventpage-header .header-nav-list {
    margin-top: 13.5px;
}

.evm-bootstrap .eventpage-header .header-nav-list__second {
    margin-top: 0;
}

.evm-bootstrap .eventpage-header .header-nav-list__second:hover .account-menu-content .header-nav-list__sub-list {
    top: -1px !important;
}

.evm-bootstrap .eventpage-header .header-nav-list__second .account-menu {
    padding: 0;
}

.evm-bootstrap .eventpage-header .account-menu .welcome-name {
    padding: 6.5px 0;
}

.evm-bootstrap .eventpage-header .cart-header .cart-amount {
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
}

#order-basket-menu {
    padding: 0px !important;
    height: 35px;
}

#order-basket-menu a, #order-basket-menu a:hover, #order-basket-menu a:focus {
    display: block;
    width: 100%;
    height: 100%;
    color: white;
    text-decoration: none;
    position: relative;
}

.booking-login-btn {
    float: left;
    display: block;
    border: 2px solid white;
    color: white;
    text-align: center;
    border-radius: 4px;
    margin-right: 20px;
    padding: 6.5px !important;
}

.booking-login-btn-dark {
    float: left;
    display: block;
    border: 2px solid black;
    color: black !important;
    text-align: center;
    border-radius: 4px;
    margin-right: 20px;
    padding: 6.5px !important;
}


.evm-bootstrap .eventpage-header .cart-header-dark {
    display: inline-block;
    float: left;
    vertical-align: top;
    border: 2px solid black;
    border-radius: 4px;
    margin-right: 20px;
}

@media (max-width: 767px) {
    .evm-bootstrap .eventpage-header .cart-header-dark {
        display: none;
    }
}

.evm-bootstrap .eventpage-header .cart-header-dark .cart-quantity {
    height: 35px;
    padding-left: 45px;
    background: url("/resources/global-v2/images/New-Cart-Black.png") no-repeat 10px 5px;
    background-size: 24px 24px;
    /*background-color: #f15a29;*/
    color: black;
    display: inline-block;
    width: 70px;
    border-right: 2px solid black;
    padding-top: 6px;
    font-size: 16px;
}

.evm-bootstrap .eventpage-header .cart-header-dark .cart-amount {
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
}

.evm-bootstrap .eventpage-header .cart-header-dark #order-basket-menu a,
.evm-bootstrap .eventpage-header .cart-header-dark #order-basket-menu a:hover,
.evm-bootstrap .eventpage-header .cart-header-dark #order-basket-menu a:focus {
    display: block;
    width: 100%;
    height: 100%;
    color: black;
    text-decoration: none;
    position: relative;
}


.htv-block {
    margin: 60px auto 30px auto;
}

.htv-block__img-column {
    padding: 40px 15px 10px 15px;
}

.htv-block__txt-column {
    padding: 10px 15px 10px 15px;
}

.htv-block__txt-column-header {
    font-size: 25px;
    color: #f15a29;
    font-weight: bold;
    margin-bottom: 20px;
}

.htv-block__txt-column-description {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 22px;
}

.htv-block__txt-column-list {
    position: relative;
}

.htv-block__txt-column-list ul {
    list-style-type: none;
}

.htv-block__txt-column-list ul li {
    font-size: 18px;
    color: #f15a29;
    margin-bottom: 12px;
}

.htv-block__txt-column-list ul li:before {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 4px 10px;
    font-size: 15px;
    left: -5px;
    color: white;
    background-color: #D16C55;
    border-radius: 50%;
}

.htv-block ul li:nth-child(1):before {
    content: "1";
}

.htv-block ul li:nth-child(2):before {
    content: "2";
}

.htv-block ul li:nth-child(3):before {
    content: "3";
}

.htv-block ul li:nth-child(4):before {
    content: "4";
}

.htv-block ul li:nth-child(5):before {
    content: "5";
}

@media (max-width: 767px) {
    .htv-block {
        margin: 30px auto 30px auto;
    }

    .htv-block__img-column {
        padding-top: 10px;
    }

    .htv-block__txt-column-description {
        font-size: 16px;
        line-height: 25px;
    }

    .htv-block__txt-column-list ul li {
        font-size: 16px;
    }
}

.htv-block:nth-of-type(4) .htv-block__img-column {
    padding-top: 50px;
}

.htv-block:nth-of-type(8) .htv-block__img-column {
    padding-top: 15px;
}

.htv-block:nth-of-type(12) .htv-block__img-column {
    padding-top: 40px;
}

.dividing-line {
    width: 100%;
    height: 1px;
    background: #f4f1f0;
}

.contact-block {
    margin: 60px auto 92px auto;
}

@media (max-width: 767px) {
    .contact-block {
        margin: 42px;
    }
}

.contact-block__list {
    list-style: none;
    padding-left: 0;
}

.contact-block__list-item {
    font-size: 18px;
    line-height: 30px;
}

.terms-block {
    margin: 60px auto 92px auto;
    font-size: 18px;
    line-height: 30px;
}

@media (max-width: 767px) {
    .terms-block {
        font-size: 16px;
        line-height: 25px;
        margin: 42px;
    }
}

.terms-block__title {
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0 10px 0;
}

.current-version .switchers {
    display: inline-block;
    width: 96%;
    background-color: #f5f5f5;
    padding: 16px 0 0 0;
    text-align: center;
    color: #19719F;
}

.current-version .switchers__wrapp {
    margin-left: 0;
}

.current-version .switcher {
    padding: 4px 22px;
    border: 1px solid black;
    font-weight: 600;
    margin-bottom: 16px;
}

.current-version .switcher--active {
    background-color: #19719F;
}

.current-version .switcher--active, .current-version .column--active {
    color: white;
}

.current-version .dashboard-data {
    width: 96%;
    display: inline-block;
    background: #f5f5f5;
    text-transform: uppercase;
}

.current-version .dashboard-data__total-sales {
    border: 1px solid gray;
    margin-top: 15px;
    margin-bottom: 30px;
    font-weight: 600;
}

.current-version .dashboard-data table {
    width: 100%;
    text-align: center;
    font-weight: 600;
}

.current-version .dashboard-data table thead tr td {
    background: #00bedd;
    color: white;
}

.current-version .dashboard-data table thead tr td:first-child {
    border-top: 1px solid #848473 !important;
}

.current-version .dashboard-data table td {
    border: 1px solid #848473;
}

.current-version #dashboard-table1 {
    display: none;
}

.current-version #dashboard-table2 {
    display: none;
}

.current-version #total-table2 {
    display: none;
}

.current-version #total-table2 tbody tr td {
    padding: 5px;
}

.current-version #total-table1 tbody tr:nth-child(2) td {
    padding: 5px;
}

.current-version .booth {
    background-color: #dbdbdb;
}

.current-version .column {
    width: 49.1%;
    min-height: 40px;
    background: white;
    text-align: center;
    padding: 8px;
}

.current-version .column-left {
    display: inline-block;
    float: left;
    width: 80%;
    position: relative;
}

.current-version .column-right {
    position: relative;
    z-index: 3;
    display: inline-block;
    float: left;
    width: 20%;
}

.current-version .column-1 {
    border-right: 1px solid #848473;
}

.current-version .column--active {
    background-color: #00bedd;
}

.current-version .sell-point__wrapp img, .current-version .scan-point__wrapp img {
    position: absolute;
    width: 55px;
    height: 55px;
}

.current-version .scan-point__wrapp--mobile {
    display: none;
    max-width: 40px;
    padding: 0 3px;
    position: absolute;
    background-color: white;
    border: 3px solid #a0a0a0;
    border-radius: 3px;
    font-weight: 600;
    z-index: 1;
}

@media (max-width: 1065px) {
    .current-version .scan-point__wrapp--mobile {
        display: inline-block;
    }
}

.current-version .scan-point__wrapp--mobile:nth-of-type(1) {
    top: 44%;
    left: 4.2%;
}

.current-version .scan-point__wrapp--mobile:nth-of-type(2) {
    top: 40%;
    left: 12%;
}

.current-version .scan-point__wrapp--mobile:nth-of-type(3) {
    top: 33%;
    left: 22%;
}

.current-version .scan-point__wrapp--mobile:nth-of-type(4) {
    top: 15%;
    right: 43.6%;
}

.current-version .scan-point__wrapp--mobile:nth-of-type(5) {
    top: 28%;
    right: 2%;
}

.current-version .sell-point__wrapp--mobile {
    display: none;
    width: 20px;
    position: absolute;
    background-color: white;
    border: 3px solid #a0a0a0;
    border-radius: 2px;
    font-weight: 600;
    z-index: 1;
}

.current-version .sell-point__wrapp--mobile:nth-of-type(6) {
    top: 55%;
    left: 15%;
}

.current-version .sell-point__wrapp--mobile:nth-of-type(7) {
    top: 41%;
    right: 89%;
}

.current-version .sell-point__wrapp--mobile:nth-of-type(8) {
    top: 23%;
    right: 8%;
}

.current-version .sell-point, .current-version .scan-point {
    width: 100%;
    max-width: 150px;
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    border: 1px solid black;
    border-radius: 3px;
    z-index: 2;
}

.current-version .sell-point-triangle, .current-version .scan-point-triangle {
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-left-width: 6px;
    border-right-width: 6px;
    border-top: 12px solid #00bedd;
    position: absolute;
    z-index: 1;
}

.current-version .sell-point-triangle:before, .current-version .scan-point-triangle:before {
    content: "";
    height: 70px;
    width: 2px;
    background: #00bedd;
    display: block;
    position: relative;
    top: -80px;
    left: -1px;
}

.current-version .sell-point p, .current-version .scan-point p {
    margin: 0;
    padding: 5px;
}

.current-version .sell-point__name, .current-version .scan-point__name {
    background: #00bedd;
    border-bottom: 1px solid black;
    color: white;
}

.current-version .sell-point__value, .current-version .scan-point__value {
    background: white;
}

.current-version div[id*="ttturnstile"], .current-version div[id*="tttbooth"] {
    min-width: 202px;
    left: -9999px;
    position: absolute;
    background: #dbdbdb;
    border: 1px solid black;
    border-radius: 3px;
    padding: 5px;
    z-index: 5;
}

.current-version div[id*="turnstile"] {
    display: inline-block;
}

.current-version #turnstile1 img {
    left: 4%;
    top: 40%;
}

.current-version #turnstile1 .sell-point-triangle {
    top: 39%;
    left: 5%;
}

@media (min-width: 1065px) {
    .current-version #turnstile1 .scan-point:hover ~ #ttturnstile1 {
        display: block;
        left: 4%;
        top: 35%;
    }
}

.current-version #turnstile2 img {
    top: 38%;
    left: 12%;
}

.current-version #turnstile2 .sell-point-triangle {
    top: 48%;
    left: 5%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.current-version #turnstile2 .sell-point-triangle:before {
    height: 127px;
    top: -138px;
}

@media (min-width: 1065px) {
    .current-version #turnstile2 .scan-point:hover ~ #ttturnstile2 {
        display: block;
        left: 2%;
        top: 70%;
    }
}

.current-version #turnstileW img {
    top: 38%;
    left: 12%;
}

.current-version #turnstileW .sell-point-triangle {
    top: 37%;
    left: 13%;
}

.current-version #turnstileW .sell-point-triangle:before {
    height: 190px;
    top: -194px;
}

@media (min-width: 1065px) {
    .current-version #turnstileW .scan-point:hover ~ #ttturnstileW {
        display: block;
        left: 10%;
        top: 21%;
    }
}

.current-version #turnstile3 img {
    top: 33%;
    left: 22%;
}

.current-version #turnstile3 .sell-point-triangle {
    top: 33%;
    left: 23%;
}

@media (min-width: 1065px) {
    .current-version #turnstile3 .scan-point:hover ~ #ttturnstile3 {
        display: block;
        left: 19%;
        top: 32%;
    }
}

.current-version #turnstile4 img {
    top: 14%;
    left: 54%;
}

.current-version #turnstile4 .sell-point-triangle {
    top: 13%;
    left: 55%;
}

@media (min-width: 1065px) {
    .current-version #turnstile4 .scan-point:hover ~ #ttturnstile4 {
        display: block;
        left: 50%;
        top: 15%;
    }
}

.current-version #turnstile5 img {
    top: 23%;
    left: 95%;
}

.current-version #turnstile5 .sell-point-triangle {
    top: 22%;
    left: 96%;
}

.current-version #turnstile5 .sell-point-triangle:before {
    height: 95px;
    top: -100px;
}

@media (max-width: 1385px) {
    .current-version #turnstile5 .scan-point {
        top: 5% !important;
        left: 84% !important;
    }
}

@media (min-width: 1065px) {
    .current-version #turnstile5 .scan-point:hover ~ #ttturnstile5 {
        display: block;
        left: 84%;
        top: 15%;
    }
}

.current-version #tbooth1 .sell-point-triangle {
    top: 50%;
    left: 15%;
}

.current-version #tbooth1 img {
    top: 51%;
    left: 13%;
}

.current-version #tbooth2 .sell-point-triangle {
    top: 30%;
    left: 9%;
}

.current-version #tbooth2 img {
    top: 33%;
    left: 7%;
}

.current-version #tbooth3 .sell-point-triangle {
    top: 16%;
    left: 90%;
}

.current-version #tbooth3 img {
    top: 17%;
    left: 87.5%;
}

@media (max-width: 1065px) {
    .current-version #dashboard-table1 {
        display: table;
    }

    .current-version .column-left {
        float: none;
        width: 100%;
    }

    .current-version .column-left #turnstile1 img {
        top: 36%;
    }

    .current-version .column-left #tbooth1 img {
        top: 32%;
        left: 4%;
    }

    .current-version .column-left .scan-point__wrapp, .current-version .column-left .sell-point__wrapp {
        display: inline-block;
        padding: 10px 5px;
    }

    .current-version .column-left .scan-point__wrapp img, .current-version .column-left .sell-point__wrapp img {
        display: none;
        width: 35px;
        height: 35px;
    }

    .current-version .column-left .sell-point-triangle, .current-version .column-left .scan-point-triangle {
        display: none;
    }

    .current-version .column-left .scan-point, .current-version .column-left .sell-point {
        display: inline-block;
        position: inherit;
        width: 120px;
    }

    .current-version .column-right {
        float: none;
        width: 100%;
        border-top: 1px solid black;
    }

    .current-version .column-right .switchers {
        width: 100%;
        background-color: transparent;
    }

    .current-version .column-right .dashboard-data {
        display: block;
        width: 50%;
        height: auto;
        margin: 0 auto;
    }
}

@media (max-width: 1065px) and (max-width: 475px) {
    .current-version .column-right .dashboard-data {
        width: 75%;
    }
}

@media (max-width: 410px) {
    .current-version #turnstile1 img {
        top: 20%;
    }

    .current-version #turnstile2 img {
        top: 1%;
        left: 51%;
    }

    .current-version #turnstile3 img {
        top: 28%;
        right: 1.7%;
    }
}

@media (max-width: 465px) {
    .bundlepage-content #forms {
        padding-left: 0;
    }

    .bundlepage-content .section-field {
        margin-left: -15px;
    }
}

.bundlepage-content #forms {
    margin: 0 auto;
    margin-left: auto !important;
}

.bundlepage-content #forms #formindex_null_1 {
    margin: 0 auto;
}

.bundlepage-content #forms .flagForRegForm {
    width: 100% !important;
}

.bundlepage-content #forms #merchandiseselector {
    width: 100%;
}

.bundlepage-content__wrapp .bundle-event__img {
    height: 125px;
    overflow: hidden;
}

@media (max-width: 465px) {
    .bundlepage-content__wrapp .bundle-event__img {
        text-align: center;
        width: 100% !important;
        height: 100%;
    }
}

@media (max-width: 465px) {
    .bundlepage-content__wrapp .bundle-event__text {
        width: 80% !important;
    }
}

.bundlepage-content__wrapp .bundle-event__name {
    font-size: 18px;
    font-weight: 700;
    color: #1875a1;
}

@media (max-width: 465px) {
    .bundlepage-content__wrapp .bundle-event__name {
        font-size: 16px;
    }
}

.bundlepage-content__wrapp .bundle-event__checkbox-wrapp {
    position: absolute !important;
    top: 50%;
    right: 0%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 465px) {
    .bundlepage-content__wrapp .bundle-event__checkbox-wrapp {
        position: relative !important;
        margin-top: 10%;
        text-align: center !important;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.bundlepage-content__wrapp .bundle-event__checkbox-wrapp input[type="checkbox"] + label, .bundlepage-content__wrapp .bundle-event__checkbox-wrapp input[type="checkbox"] + input[type="hidden"] + label {
    background: url("/resources/global-v2/images/boxsvg.svg") no-repeat center;
}

.bundlepage-content__wrapp .bundle-event__checkbox-wrapp input[type="checkbox"]:checked + label, .bundlepage-content__wrapp .bundle-event__checkbox-wrapp input[type="checkbox"]:checked + input[type="hidden"] + label {
    background: url("/resources/global-v2/images/boxsvgchecked.svg") no-repeat center;
}

.bundlepage-content__wrapp .bundle-event__checkbox-wrapp input[type="checkbox"] + label, .bundlepage-content__wrapp .bundle-event__checkbox-wrapp input[type="checkbox"] + input[type="hidden"] + label,
.bundlepage-content__wrapp .bundle-event__checkbox-wrapp input[type="checkbox"]:checked + label, .bundlepage-content__wrapp .bundle-event__checkbox-wrapp input[type="checkbox"]:checked + input[type="hidden"] + label {
    width: 32px;
    height: 32px;
    background-size: 32px;
}

.bundlepage-content__wrapp .bundle-event__checkbox-wrapp input[type="checkbox"] {
    display: none;
}

.bundlepage-content__wrapp .proceed-btn {
    text-align: right;
}

@media (max-width: 465px) {
    .bundlepage-content__wrapp .proceed-btn {
        text-align: center;
    }
}

.bundlepage-content__wrapp .to-be-selected {
    font-size: 16px;
    font-weight: 800;
    margin-top: 12px;
    margin-bottom: 0;
    margin-right: 7%;
}

@media (max-width: 992px) {
    .bundlepage-content__wrapp .to-be-selected {
        margin-right: 1%;
    }
}

@media (max-width: 465px) {
    .bundlepage-content__wrapp .to-be-selected {
        display: none;
    }
}

@media only screen and (max-width: 800px) {
    .wraper-row {
        flex-direction: column;
        margin-bottom: 10px;
    }

    .item {
        margin: 0px 0px;
    }

    .wraper-cart {
        flex-direction: column;
    }
}

.wraper-table {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 60px;
}

.wraper-cart {
    display: flex;
    justify-content: center;
    align-items: center;

}

.wraper-row {
    display: flex;
}

.wrpaer-price {
    padding: 25px;
    text-align: center;
}

.item {

    margin: 0px 0px;
}

.front-header .navbar .account-menu .welcome-name-dark {
    color: black;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
    border: 2px solid black;
    padding: 3px;
    cursor: pointer;
    border-radius: 4px;
    min-width: 176px;
    text-align: center;
}

@media (max-width: 767px) {
    .front-header .navbar .account-menu .welcome-name-dark {
        border: none;
    }
}

.evm-bootstrap .eventpage-header .account-menu .welcome-name-dark {
    padding: 6.5px 0;
}

.dwmm-menu-dark {
    background-color: black !important;
}

.footer-link-new {
    margin-left: 10px;
    margin-right: 10px;

}

.maroon {
    color: #800000;
}

.htv-block__get-started-btn{
  display: flex;
  justify-content: center;
}

.htv-block__get-started-btn .letsgetstarted-link-wrap{
  margin-bottom: 20px;
  border-radius: 50px;
  padding: 10px 30px;
  background-color: #2e79a6;
}

.htv-block__get-started-btn a{
  font-size: 26px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  position: relative;
}

.htv-block__get-started-btn a::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.htv-block__get-started-btn a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.badge-help {
    background-color: #19719f;
    color: white;
    padding: 0 7px;
    border-radius: 50%;
    font-size: 15px;
    font-weight: bold;
}

.mb-1 {
    margin-bottom: calc(1rem * 1);
}

.mt-4 {
    margin-top: calc(1rem * 2.5);
}

.mt-5 {
    margin-top: calc(1rem * 3);
}

.mt-7 {
    margin-top: calc(1rem * 5);
}

.my-1 {
    margin-top: calc(1rem * 1);
    margin-bottom: calc(1rem * 1);
}

.my-2 {
    margin-top: calc(1rem * 1.25);
    margin-bottom: calc(1rem * 1.25);
}

.my-3 {
    margin-top: calc(1rem * 1.5);
    margin-bottom: calc(1rem * 1.5);
}

.my-4 {
    margin-top: calc(1rem * 2);
    margin-bottom: calc(1rem * 2);
}

.d-block {
    display: block;
}

.h34 {
    min-height: 34px;
    height: 34px;
}

.vertical-center {
    display: inline-flex;
    align-items: center;;
}

.input-wrapper {
    display: flex;
    vertical-align: middle;
}

.input-wrapper input {
    width: 60%;
}

.input-wrapper span {
    width: 40%;
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
    line-height: 1.42857143;
    padding-top: 4px;
}

.fieldInactive {
    background-color: #E0E0E0 !important;
    border-color: #BDB6B6 !important;
}

.fieldInactive:focus {
    background-color: #ffffff !important;
    border-color: #66afe9 !important;
}

.arrow-button {
    border: none;
    background: none;
    cursor: pointer;
    height: 12px;
    width: 12px;
    font-size: 12px;
    padding: 0;
    line-height: 10px;
    margin-left: 5px;
    color: #337ab7;
}

.arrow-button:hover {
    color: #23527c;
}

.th-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.button-container {
    display: flex;
    flex-direction: column
}

.video-container {
    width: 1170px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.video-container video {
    max-width: 100%;
    max-height: none;
    width: auto;
    height: auto;
}
