@font-face {
    font-family: Raleway;
    src: url(/assets/fonts/Raleway/Raleway-VariableFont_wght.ttf);
}

@font-face {
    font-family: Bosch;
    src: url(/assets/fonts/Bosch/BoschSans-Regular.ttf);
}

@font-face {
    font-family: Bosch;
    src: url(/assets/fonts/Bosch/BoschSans-Bold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: Bosch;
    src: url(/assets/fonts/Bosch/BoschSans-Light.ttf);
    font-weight: 100;
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: 'Bosch','Raleway', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: rgb(58, 62, 65);
    background-color: rgb(238, 240, 242);
    height: 100%;
    padding-top: 3%;
}

.ex-btn-default {
    background-color: #00a8b0 !important;
    border-color: #00a8b0 !important;
    font-size: 100%;
    font-weight: normal;
    font-family: Arial, serif;
    text-decoration: none;
}

.ex-btn-default:hover, .ex-btn-default:focus {
    background-color: #00a8b0 !important;
    border-color: #00a8b0 !important;
    font-size: 100%;
    font-weight: normal;
    font-family: Arial, serif;
    text-decoration: none;
}

.ex-btn-1 {
    background-color: #79c5c0 !important;
    border-color: #79c5c0 !important;
}

.ex-btn-1:hover {
    border-color: #79c5c0 !important;
}

.ex-btn-2 {
    background-color: #85217E !important;
    border-color: #85217E !important;
}

.ex-btn-2:hover {
    border-color: #85217E !important;
}

.ex-btn-3 {
    background-color: #79c5c0 !important;
    border-color: #79c5c0 !important;
}


.btn-ws:hover {
    font-size: 10px !important;
    transition: none !important;
}

.ws-heading {
    background-color: #fafafa;
    border: 1px solid #dbdbdb;
    padding: 2px 8px;
    margin: 0;
    border-radius: 4px 4px 0 0;
    cursor: pointer;
}

@media screen and (min-width: 768px) {
    .modal-large {
        width: 80%; /* either % (e.g. 60%) or px (400px) */
    }
}

.form-group .checkbox label, .form-group .radio label, .form-group label {

    font-weight: 400;
}

.checkbox label, .radio label, label {

    font-weight: 400;
}

.container-boxed {
    -webkit-box-shadow: 0 0 10px 3px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 10px 3px rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 10px 3px rgba(50, 50, 50, 0.75);
    background-color: rgb(255, 255, 255);
}

.page-header {
    border-bottom: none;
    padding-bottom: 0;
    margin: 0;
}

.headerImage {
    width: 100%;
}

.footerImage {
    width: 100%;
}

.infoFooter {
    margin-top: 3em;
    background-color: rgb(228, 226, 227);
}

.spacer {
    font-size: 3pt;
    background:none !important;
    margin-right: -15px;
    margin-left: -15px;
}

.headerBreadcrumb {
    background-color: rgb(58, 62, 65);
    padding-top: 1.0em;
    padding-bottom: 1.0em;
    font-size: 10pt;
}

.registration-steps li:not(.active) {
    color: rgb(60, 60, 60);
}

.registration-steps li .label {
    width: 10px;
    max-width: 10px;
    display: inline-block;
    vertical-align: text-top;
    padding: .2em 1em .3em;
    color: #000000;
}

.registration-steps li.active .label {
    color: #00a8b0;
}

.footerNavigation {
    /*background-color: rgb(58, 62, 65);*/
    padding-top: 1.0em;
    padding-bottom: 1.0em;
}

.attention {
    font-style: italic;
    font-weight: bold;
    color: rgb(255, 0, 0);
}

.text-sm {
    font-size: 9pt;
}

a {
    color: rgb(58, 62, 65);
    font-weight: 500;
    text-decoration: none;
}

.footer_links {
    cursor: pointer;
}

h1, .h1 {
    font-size: 150%;
    font-weight: 400;
    padding-top: 15px;
    padding-bottom: 6px;
    margin-bottom: 0.2em;
    color: rgb(58, 62, 65);
}

h2, .h2 {
    font-size: 130%;
    width: 100%;
    color: rgb(58, 62, 65);
    display: inline-block;
}


h3, .h3 {
    font-size: 110%;
    padding: 0;
    width: 100%;
    color: rgb(58, 62, 65);
    display: inline-block;
}

.panel {
    cursor: pointer;
}

.panel-heading h3 {
    margin: 0;
}

.form-control[readonly] {
    background-color: transparent !important;
}

.form-control {
    outline: none;
    background-color: rgba(255, 255, 255, 0.5);
    background-image: none;
    border: 0;
    border-radius: 0px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 16px;
    height: 35px;
    line-height: 1.5;
    padding: 6px 12px;
    transition: background 0s ease-out;
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    width: 100%;
    background-image: linear-gradient(#009688, #009688), linear-gradient(#D2D2D2, #D2D2D2);
    background-position: center bottom, center calc(100% - 1px);
}

.form-control:focus {
    background-image: linear-gradient(#0c0c0c, #0c0c0c), linear-gradient(grey, grey);
    background-size: 100% 2px, 100% 1px;
    outline: none !important;
    border-color: black;
    box-shadow: none;
    transition-duration: 0.2s;
}

.form-group.is-focused label,
.form-group.is-focused label.control-label {
    color: #000000;
}

.form-group-sm .form-control {
    height: 24px;
    padding: 3px 0;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 3px;
    margin-top: 5px;
}

.form-group.form-group-sm {
    padding-bottom: 3px;
    margin: 10px 0 0 0;
}

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #009688;
}


.form-group.form-group-sm label.control-label {
    font-size: 16px;
    line-height: 1.125;
    font-weight: 400;
    margin: 0px 0 0 0;
}

.form-group label.control-label {
    font-size: 14px;
    line-height: 1.07142857;
    font-weight: 400;
    margin: 0px 0 0 15px;
}

.form-group {
    /*margin: 0;*/
}

.form-group .form-control {
    margin-bottom: 15px;
}

.form-horizontal label {
    text-align: left;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
    width: 100%;
}



.btn-primary {
    color: #fff;
    background-color: #007bc1;
    border: 1px solid #007bc1;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-color: #569EC8;
    color: #fff !important;
    border: 1px solid #569EC8;

}

.btn:not(.btn-raised):not(.btn-link):hover, .input-group-btn .btn:not(.btn-raised):not(.btn-link):hover, .btn:not(.btn-raised):not(.btn-link):focus, .input-group-btn .btn:not(.btn-raised):not(.btn-link):focus {
    background-color: #569EC8;
}
.btn-danger:not(.btn-raised):not(.btn-link):hover, .input-group-btn .btn-danger:not(.btn-raised):not(.btn-link):hover, .btn-danger:not(.btn-raised):not(.btn-link):focus, .input-group-btn .btn-danger:not(.btn-raised):not(.btn-link):focus {
    background-color: #f15665;
}

.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary{
    line-height: 17px;
    padding: 14px 30px;
}
.btn-danger{
    line-height: 17px;
    padding: 14px 30px;
    font-size: 100%;
    font-weight: normal;
    font-family: Bosch, serif;
    text-decoration: none;
}
/*.btn-primary {
    -moz-user-select: none;
    background-image: none;
    border: 2px solid #444;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 110%;
    font-weight: 400;
    line-height: 17px;
    margin: 0 0 15px 0;
    padding: 14px 30px;
    text-align: center;
    vertical-align: middle;
    white-space: normal !important;
    color: #444;
    transition: all 500ms ease 0s;

}
.btn-danger {
    -moz-user-select: none;
    background-image: none;

    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 110%;
    font-weight: 400;
    line-height: 17px;
    margin: 0 0 15px 0;
    padding: 14px 30px;
    text-align: center;
    vertical-align: middle;
    white-space: normal !important;
    color: #FFF;
    transition: all 500ms ease 0s;
}*/

/*
.btn:not(.btn-raised).btn-primary, .input-group-btn .btn:not(.btn-raised).btn-primary {
    color: #fff;
    background-color: #18837e;
}*/


.btn > a {
    word-break: normal !important;
}

.btn-bosch {
    -moz-user-select: none;
    background-image: none;
    border: 2px solid transparent;
    border-radius: 0px;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
    padding: 10px 50px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    color: #fff;
    box-shadow: 0 0px 0 rgba(255, 255, 255, 0.15) inset, 0 0px 0px rgba(0, 0, 0, 0.075)
}

.btn-grey {
    /*margin-top: 10%;*/
    background-color: #007bc0;
    transition: border 500ms ease 0s, background-color 500ms ease 0s;
    font-size: 16px;
}

.btn-red {
    /*margin-top: 10%;*/
    background-color: #007bc0;
    color: #FFF;
    border: 2px solid #007bc0;
    transition: border 500ms ease 0s, background-color 500ms ease 0s;
    font-size: 16px;
    font-weight: bold;
}

.btn-red:hover {
    /*margin-top: 10%;*/
   /* color: #000;
    border: 2px solid #000;
    transition: border 500ms ease 0s, background-color 500ms ease 0s;
    font-size: 16px;*/
}

.btn-grey:hover {
    /*background-color: transparent;
    border: 2px solid #000;
    color: #000;
    transition: border 500ms ease 0s, background-color 500ms ease 0s;
    font-size: 16px;*/
}

.jumbotron {
    background-color: #fafafa;
    border-radius: 0 24px 0 0 !important;
}

.jumbotron span {
    font-size: 18px;
    line-height: 18px;
}

.jumbotron li {
    margin-bottom: 1%;
}

.jumbotron ul {
    margin-top: 20px;
}

.ticket-container-bcw {

    color: #fff;
    width: 90%;
    margin: 0 auto;
    /*padding-top: 10%;
    padding-bottom: 10%;*/
    position: relative;
}

.price-sticker {
    font-family: 'Raleway', Verdana, sans-serif;
    background-color: #111111;
    color: #fff;
    border-radius: 50px;
    height: 100px;
    left: 15px;
    padding: 10px;
    position: absolute;
    right: 0;
    top: -50px;
    width: 100px;
}

.price-sticker > div {
    display: table;
    height: 100%;
    width: 100%;
    padding-top: 25%;
}

.ticket-container-regular {
    background-color: #fff;
    color: #000;
    width: 90%;
    margin: 0 auto;
    padding-top: 0%;
    padding-bottom: 0%
}

.jumbotron .ticket-container h1 {
    color: #fff;
}

/*.btn-primary {
    color: rgb(255, 255, 255);
    background-color: rgb(58, 62, 65);
    border: 1px solid rgb(255, 255, 255);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
    transition: all 300ms ease;
}

.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-image: none
}

.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    color: rgb(255, 255, 255);
}*/

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px !important;
    font-size: 12px !important;;
    line-height: 1.5 !important;;
    border-radius: 3px !important;;
}

.btn-full-width {
    width: 100% !important;
}

.discount-code-validation-workshop {
    color: rgb(58, 62, 65) !important;
}

.discount-code-validation-workshop:hover {
    cursor: pointer;
}

.inactive {
    background-color: rgb(150, 150, 156);
    border-color: rgb(150, 150, 156);
    color: rgb(255, 255, 255);
}

.inactive:hover, .inactive:focus, .inactive:active {
    background-color: rgb(150, 150, 156);
    border-color: rgb(150, 150, 156);
    color: rgb(255, 255, 255);
}


.label-blog-post {
    display: inline;
    padding: 1.0em 1.0em 1.0em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: rgb(255, 255, 255);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    background-color: rgb(58, 62, 65);
}

.label-blog-post:hover {
    cursor: pointer;
}

.btn-unpaid-invoice {
    background-color: rgb(255, 0, 0);
}

.bold {
    font-weight: bold;
}

.alert-info, .alert-danger, .alert-warning, .alert-success {
    color: rgb(68, 68, 68);
}

.alert.alert-warning {
    background-color: rgb(255, 87, 34);
    color: rgb(68, 68, 68);
}

.alert.alert-success {
    color: rgb(68, 68, 68);
}

.action-fa {
    margin-right: 20px;
}

.action-fa:hover {
    cursor: pointer;
}

.action-fa-red {
    color: rgb(255, 0, 0) !important;
}

.action-fa-red:hover {
    cursor: pointer;
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #fff;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover, .tooltip-inner {
    color: #444;
    line-height: 1em;
    background: #fff;
    border: none;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
}

.popover .arrow, .tooltip .arrow, .popover .tooltip-arrow, .tooltip .tooltip-arrow {
    display: block;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    min-width: 250px;
    max-width: 500px;
    padding: 1px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.red {
    color: rgb(255, 0, 0);
}
.validation{
    margin-top: -15px;
    display: block;
    margin-bottom:10px;
}
.checkbox > .validation{
    margin-top:0;
    margin-bottom: 0;
}
.radio > .validation{
    margin-top:0;
    margin-bottom: 0;
}
.checkbox+.checkbox, .radio+.radio {
    margin-top: 10px;
}

.red:hover {
    cursor: pointer;
}

.no-margin {
    margin: 0 0 0 0;
}

.badge-top-left {
    position: relative;
    top: -20px;
    left: -15px;
}

.cc-theme-edgeless.cc-window {
    padding: 12px;
}


@media screen and (max-width: 768px) {
    .btn.btn-primary {
        width: 100%;
    }
}

.summary-group-headline {
    padding-bottom: 0.7em;
    padding-top: 0.5em;
}



.checkbox label {
    padding-left: 24px;
    color: #282a2c;
}

input[type="checkbox"] {
    padding-right: 10px;
}


input[type="checkbox"]:before,
input[type="checkbox"]:after {
    transition: all .3s
}

input[type="checkbox"]:after {
    position: absolute;
    left: 0px;
    top: 3px;
    margin-top: -5px;
    margin-left: -4px;
    display: inline-block;
    content: ' ';
    width: 20px;
    height: 20px;
    border: 2px solid #999;
    border-radius: 2px;
    background-color: #fff;
    z-index: 1000;
}

input[type="checkbox"]:checked:after {
    background-color: #007BC1;
    border-color: #007BC1;
}

input[type="checkbox"]:checked:before {
    transform: rotate(45deg);
    position: absolute;
    left: 3px;
    top: 0px;
    width: 6px;
    height: 13px;
    border-width: 2px;
    border-style: solid;
    border-top: 0;
    border-left: 0;
    border-color: #fff;
    content: '';
    z-index: 10000;
}

/******/
.radio label {
    padding-left: 24px;
    color: #282a2c;
}

input[type="radio"] {
    padding-right: 10px;
}


input[type="radio"]:before,
input[type="radio"]:after {
    transition: all .3s
}

input[type="radio"]:after {
    position: absolute;
    left: 0px;
    top: 3px;
    margin-top: -5px;
    margin-left: -4px;
    display: inline-block;
    content: ' ';
    width: 20px;
    height: 20px;
    border: 2px solid #999;
    border-radius: 2px;
    background-color: #fff;
    z-index: 1000;
}

input[type="radio"]:checked:after {
    background-color: #007BC1;
    border-color: #007BC1;
}

input[type="radio"]:checked:before {
    transform: rotate(45deg);
    position: absolute;
    left: 3px;
    top: 0px;
    width: 6px;
    height: 13px;
    border-width: 2px;
    border-style: solid;
    border-top: 0;
    border-left: 0;
    border-color: #fff;
    content: '';
    z-index: 10000;
}



.dropdownjs::after {
    display: none;
}

.label, .label.label-default {
    background: none;
}

select.input-sm {
    height: 35px;
    line-height: 30px;
}

.select2 {
    border: none;
    border-bottom: 1px solid rgb(204, 204, 204);
    /*box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
    background-color: #fefefe;
    height: 30px;*/

}
.select2-container--default .select2-selection--multiple{
    background-color: transparent;
}

.select2-dropdown, .select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container--classic .select2-selection--multiple, .select2-container--classic .select2-selection--multiple,
.select2-container--classic .select2-selection--multiple .select2-selection__choice, .select2-dropdown,
.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container--classic .select2-selection--single,
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow,
.select2-container--classic .select2-selection--multiple,
.select2-container--classic .select2-selection--multiple .select2-selection__choice
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: none !important;
    border-radius: 0;

    /*line-height: 34px;
    font-size: 12px;*/

}
.select2-container--default.select2-container--focus .select2-selection--multiple{
    border-bottom: 2px solid rgb(0, 0, 0) !important;
}
.select2-container--focus > input{
    border:none !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    /*color: #444;*/
    /*line-height: 34px;*/
}

.select2-results__options {
    border: 1px solid rgb(204, 204, 204);
}

.form-group-sm input.form-control {
    height: 26px !important;
}

@media (min-width: 992px) {
    .footerTextNonRegistration {
        text-align: right;
    }

    .footerTextRegistration {
        text-align: right;
    }
}

.swapcard-button {
    background-color: #4e237C !important;
    border-color: #4e237C !important;
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.payment-types img {
    width: 25px;
}

.payment-types p {
    display: inline-block;
}

.payment-types .footer_links {
    cursor: default;
}

.payment-types .footer_links:hover {
    text-decoration: none !important;
}

.bcw-h3 {
    font-size: 32px;
    font-weight: 300;
    line-height: 1.25;
    color: white;
    margin-bottom: 0;
}

.ticket-icon {
    height: 75px;
    width: auto;
    margin: 0 15px 0 0;
}

.logout_button {
    font-weight: bold;
    font-size: 12pt;
    color: #18837e !important;
}

.logout_button :hover {
    font-weight: bold;
    font-size: 12pt;
    color: #18837e !important;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 767px) {
    .list-inline {
        text-align: left;
    }
    .list-inline>li {
        display: list-item;
    }
    .payment-types {
        list-style: none;
    }
    .payment-types p {
        display: list-item;
    }
}

.my_account_buttons > .form-group{
    margin-bottom:15px;
}

.b-contain *,
.b-contain *::before,
.b-contain *::after {
    box-sizing: content-box !important;
}

.b-contain input {
    position: absolute;
    z-index: -1;
    opacity: 1;
}

.b-contain span {
    line-height: 1.5;
    font-family: inherit;
}

.b-contain {
    display: table;
    position: relative;
    padding-left: 2rem;
    cursor: pointer;
    margin-bottom: 0.4rem;
    font-weight: 100;
}

.b-contain input[type="checkbox"] ~ .b-input {
    position: absolute;
    top: 0;
    left: 0;
    height: 1.25rem;
    width: 1.25rem;
    background: #ffffff;
    transition: background 250ms;
    border: 1px solid #757575;
    border-radius: 0.16rem;
}

.b-contain input[type="radio"] ~ .b-input {
    position: absolute;
    top: 0;
    left: 0;
    height: 1.25rem;
    width: 1.25rem;
    background: #ffffff;
    transition: background 250ms;
    border: 1px solid #757575;
    border-radius: 3rem;
}

.b-contain input[type="checkbox"] ~ .b-input::after {
    content: "";
    position: absolute;
    display: none;
    left: 7px;
    top: 3px;
    width: 0.3rem;
    height: 0.6rem;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transition: background 250ms;
    transform: rotate(45deg);
}

.b-contain input[type="radio"] ~ .b-input::after {
    content: "";
    position: absolute;
    display: none;
    left: 4px;
    top: 4px;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 3rem;
    background: #95bc0d;
    transition: background 250ms;
}

.b-contain input[type="checkbox"]:disabled ~ .b-input::after {
    border-color: #757575;
}

.b-contain input:checked ~ .b-input::after {
    display: block;
}

.b-contain:hover input[type="checkbox"]:not([disabled]) ~ .b-input,
.b-contain input[type="checkbox"]:focus ~ .b-input {
    background: #ffffff;
    border-color: #95bc0d;
}

.b-contain:hover input[type="radio"]:not([disabled]) ~ .b-input,
.b-contain input[type="radio"]:focus ~ .b-input {
    background: #e2e8f0;
    border-color: #64748b;
}

.b-contain input:focus ~ .b-input {
    box-shadow: none;
}

.b-contain input[type="checkbox"]:checked ~ .b-input {
    background: #95bc0d;
    border-color: #95bc0d;
}

.b-contain input[type="radio"]:checked ~ .b-input {
    background: white;
    border-color: #282a2c;
}

.b-contain input[type="checkbox"]:disabled ~ .b-input,
.b-contain input[type="radio"]:disabled ~ .b-input {
    opacity: 0.5;
    cursor: not-allowed;
}

.b-contain input[type="radio"]:disabled ~ .b-input::after {
    background: #ffffff;
}

.b-contain:hover input[type="checkbox"]:not([disabled]):checked ~ .b-input,
.b-contain input[type="checkbox"]:checked:focus ~ .b-input {
    background: #95bc0d;
    border-color: #95bc0d;
}
.footerNavigationRight{
    text-align: right;
}

.bg-blue{
    background: #7cc1f6 !important;
}

@media (max-width: 991px) {
    .text-md-right-xs-left {
        text-align: left;
    }
}
.ticket-col{
    margin-bottom: 2em;
}
.ticket-wrapper{
    width: 90%;
    background-color: #007bc0;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.tile{
    padding: 3em 1.5em 0.7em 1.5em;
    flex: 1 1 auto;
    /*border-right: 5px dashed white;
    margin-right: 8em;*/
}
.ticket-stripes{

    margin-right: 8em;
    margin-top: 1em;
    margin-bottom: 1em;
    flex: 0 0 8px;
    overflow: hidden;
}
.ticket-stripes img{
    display: block;
    width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
}
.ticket-btn{
    color: black !important;
    background-color: #ffffff;
}
/*.ticket-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    !**#eff1f2*!
    background: rgba(239, 241, 242, 0.9);
}*/
.ticket-title{
    text-align: left;
    font-weight: bold;
    color:black !important;
}

.ticket-title img {
    max-width: 400px !important;
    width: 100% !important;
    height: auto !important;
    display: block;
}

.ticket-title h4 {
    margin: 0;
    max-width: 100%;
}

.ticket-price{
    margin-top: 2em;
    color: white;
}
.ticket-button-wrapper{
    margin-top: 2em;
    color:white;
}
.ticket-thumb{
    width: 100%;
    text-align: right;
    margin-top:2em;
    margin-left: 1.5em;

}
.ticket-thumb > img{
    width: 6em;
}

.code-line{
    display: inline-flex;
    align-items: baseline;
    gap: 1rem;
}

.code-line .code-value{
    flex: 0 0 20ch;
    display: inline-block;
}

@media (max-width: 576px){
    .code-line{
        flex-direction: column;
        align-items: flex-start;
        gap: .25rem;
    }
    .code-line .code-value{
        flex-basis: auto;
    }
}
