.success-alert {
    color: darkgreen;
    background: #bcf5bc;
    border: 1px solid #7cdd77;
    padding: 15px;
    position: relative;
    max-width: 950px;
    margin: 0 auto 10px auto;
    text-align: center;
    border-radius: 4px;
}

#cartWidget .icon img {
    display: inline-block;
    vertical-align: middle;
}

#footerNav ul {
    vertical-align: top;
}

#popupsCustomContainer {
    display: none;
}

.header-widgets .widget-block .info .title a.sign {
    color: #666666;
}

a.no-href {
    color: #3e78c7;
    text-decoration: underline;
    cursor: pointer;
}

a.no-href:hover {
    color: #333333;
}

.area-title a {
    text-decoration: none;
}

.info-widget-style .widget-title a {
    color: white;
    text-decoration: none;
}

.form-style .err {
    color: red;
    font-weight: 600;
    text-align: center;
    margin: 3px 0;
}

.msg-result-success {
    text-align: center;
}

/*---------| my orders |--------*/
.order-table-style .tickets .row {
    padding-left: 10px;
}

.order-icon.canceled {
    background-position: -101px 0;
}

/*---------| event |--------*/
.promo-slider-wrap .promo-slider {
    height: 60px;
}

.event-info-case .details .place a {
    color: #666666;
    text-decoration: none;
}

.mapify-hover {
    /*fill: rgba(0, 0, 0, 0.15);*/
    stroke: red;
    stroke-width: 1px;
    opacity: 0.5;
}

.mapify-popOver {
    padding: 10px 10px;
    width: auto;
}

#easyTooltip {
    padding: 5px;
    border: 1px solid #ccc;
    background: #f1f1f1;
    font-size: 14px !important;
    font-family: Arial !important;
    z-index: 100;
    color: #000;
    border-radius: 5px;
}

.event-info-case .details .title a {
    color: #333;
    text-decoration: none;
}

.tour-table-block .events-table-style td {
    padding-bottom: 25px;
    padding-top: 10px;
}

/*#ticketsSectorPopup>.select-seats-window .in_popup{*/

/*#ticketsSectorPopup .in_popup{
	min-width: 1px;
}*/

.fancybox-close {
    right: -50px;
}

/*---------| blinking border for mapify |--------*/
.hall-map-block.thick-border {
    border-width: 2px;
}

.hall-map-block.red-border {
    border-color: red;
}

.seats-table .td-sector-name a.highlighted {
    color: red;
    font-weight: bold;
}

#step2BasketHolder .mainBasket_btns {
    display: none;
}

.step-global-error {
    color: #f00;
    padding: 15px;
    background-color: #fbf0f0;
    max-width: 950px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #ffd6d6;
    border-radius: 3px;
}

.partner-page .page-title {
    display: none;
}

.checkout-info-block.vertical-style .ship-ext-blocks {
    display: none;
}

.checkout-info-block.vertical-style .additional-data-group.descr textarea {
    height: 100px;
    margin: 20px 0;
}

.checkout-info-block.vertical-style .additional-data-group.descr .note {
    display: none;
}

.shipment-list .additional-data {
    display: none;
}

.partner-logo-block {
    max-width: 40%;
    max-height: 10%;
}

.main-event-block {
    width: 50%
}
.warning {
    color: red;
}

/* override active item from jquery-ui.css */
.autocomplete-holder .ui-widget-content .ui-state-active {
    border: none;
    background: #E9F5F8;
    font-weight: normal;
    color: inherit;
}

.autocomplete-holder {
    display: none;
}

.info-widget-style ul.news-list li {
    overflow: hidden;
}

#cityWidget .info .desc,
#cityWidget a.active
{
    color: #3e78c7;
}
#cityWidget .info .desc {
    font-weight: 600;
}

#cityWidget a.active {
    font-weight: bold;
}

.promo-slider .expired-badge, .promo-slider .few-seats-badge {
    width: 20px;
    height: 20px;
    background-color: red;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 20px;
    border: 2px solid white;
}
.promo-slider .few-seats-badge {
    background-color: blue;
    right: 30px;
}

#agreeTermsWrapper {
    border: 1px solid #eaeaea;
    border-radius: 10px;
    padding: 10px;
}

#agreeTermsWrapper .icheckbox-input {
    border-color: #88C912;
}

#agreeTermsWrapper .check-val {
    font-weight: 600;
}

.description-seo-block {
    margin-top: 20px;
    padding: 14px 16px;
    clear: both;
    border: 1px solid #EBEBEB;
}

.description-seo-block p:last-child {
    padding-bottom: 0;
}

.description-seo-block ul {
    margin-bottom: 14px;
    margin-left: 6px;
    list-style: circle inside;
}

.description-seo-block p.title-p,
.description-seo-block h2.title-p {
    font-weight: bold;
    font-size: 14px;
    color: #666666;
    text-transform: none;
}

.checkout-info-block .city-courier-info p.note {
    color: red;
    font-weight: 600;
}

.entrance-warning {
    color: red;
}

/*------------------| step3 coupon |-----------------*/
#orderCouponWrapper {
    border: 1px solid #eaeaea;
    border-radius: 10px;
    padding: 10px;
    background: -webkit-linear-gradient(top, #fdfdfd, #f3f3f3);
    position: relative;
}
#orderCouponWrapper:not(.applied):after{
    content: '';
    position: absolute;
    background: url("/assets/img/misc/discount.png");
    background-size:cover;
    right: 15px;
    top: 8px;
    width: 30px;
    height: 30px;
}
a#delPromo {
    display: block;
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 25px;
    height: 14px;
    font-size: 45px;
    line-height: 14px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0 #fff;
    transform: rotate(45deg);
    opacity: .8;
}
a#delPromo:hover {
    color: #2c2c94;
}
#orderCouponWrapper .icheckbox-input{
    border-color: #667FBF;
}

.order-coupon-block .clearInput{
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0 , -50%);
    cursor: pointer;
}

.order-coupon-block .error-holder{
    position: relative;
    z-index: 5;
    display: none;
}

.order-coupon-block .text{
    font-size: 15px;
    line-height: 18px;
}


.order-coupon-block .error-box{
    position: absolute;
    left: 0;
    top: -46px;
    background: #fc6e6e;
    padding: 10px 30px 10px 20px;
    color: #fff;
    width: 100%;
    box-sizing: border-box;
    /*display: none;*/
}
.order-coupon-block .closeErrorBox{
    position: absolute;
    right: 16px;
    z-index: 12;
    top: -35px;
    color: #fff;
    cursor: pointer;
    /*display: none;*/
}

.order-coupon-block .error-box:after{
    top: 100%;
    left: 30px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #fc6e6e;
    border-width: 6px;
    margin-left: -6px;
}
.order-coupon-block.error .closeErrorBox,
.order-coupon-block.error .error-box{
    display: block;
}


.order-coupon-block #couponPane {
    display: none;
    margin-top: 20px;
}

.order-coupon-block #couponPane::after {
    content: "";
    display: block;
    clear: both;
}

.order-coupon-block .input-holder{
    width: 63%;
    float: left;
    position: relative;
}
.order-coupon-block .btn-holder{
    width: 35%;
    float: right;

}

.order-coupon-block button{
    border: none;
    width: 100%;
    background: #86d702;
    padding: 10px 0 9px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 13px;
    line-height: 16px;
    font-family: 'Open Sans';
    text-transform: uppercase;
}

.order-coupon-block button:hover{
    opacity: 0.9;
}

.order-coupon-block input{
    color: #c7c7c7;
    padding: 7px 10px;
    border-color:#dadada;
}

.order-coupon-block .coupon-applied {
    margin: 0;
    text-align: center;
    font-weight: bold;
    color: #3e78c7;
    position: relative;
}

#orderBasketHolder .note {
    color: gray;
    margin-top: 7px;
    line-height: 18px;
}

/*---------| permanent url |--------*/
#eventSessionItems tr {
    display: none;
}

#eventSessionItems:not(.tour) tr:nth-child(-n+8) {
    display: table-row;
}

#eventSessionItems tr.shown {
    display: table-row;
}

@media only screen and (max-width: 800px) {
    #eventSessionItems:not(.tour) tr:nth-child(-n+8) {
        display: block;
    }

    #eventSessionItems tr {
        padding-bottom: 20px;
    }

    #eventSessionItems.tour tr {
        padding-bottom: 50px;
    }

    #eventSessionItems tr.shown {
        display: block;
    }

    #eventSessionItems .action-item .btn {
        margin-bottom: 10px;
    }

    .old-tours-block #wrapperMoreSessionEvents .btn.middle {
        padding: 10px 10px;
    }
}

/*---------| sectors accordion |--------*/
#salableSectorsList tr {
    display: none;
}

#salableSectorsList tr.shown {
    display: table-row;
}

#salableSectorsList tr:nth-child(-n+10) {
    display: table-row;
}

#displayAllSectors {
    margin-bottom: 20px;
}

#displayAllSectors a {
    line-height: 16px;
    padding: 5px 12px;
    color: #354e0e;
    font-weight: bold;
    border-radius: 2px;
    background: #92d10c;
    background: -moz-linear-gradient(top, #92d10c, #7fc117);
    background: -ms-linear-gradient(top, #92d10c, #7fc117);
    background: -webkit-linear-gradient(top, #92d10c, #7fc117);
    background: -o-linear-gradient(top, #92d10c, #7fc117);
    background: linear-gradient(top, #92d10c, #7fc117);
}

/*------------------| svg event |-----------------*/
/*.event-info-svg .general-info-block.left-col {
    width: 100%;
}*/

.event-info-svg .col2-wrap {
    display: block;
}

.event-info-svg .col2-wrap .right-col,
.event-info-svg .col2-wrap .left-col {
    display: block;
}

.event-info-svg .col2-wrap .left-col{
	float:left;
}
.event-info-svg .col2-wrap .general-info-block{
    padding-right: 30px;
    position:relative;
    z-index:5;
}
.event-info-svg .additional-info-block.right-col {
    padding-left: 0;
}

.event-info-svg .dynamic-height-active .dynamic-height-wrap{
	overflow:hidden;
}

.event-info-svg .dynamic-height-wrap {
    overflow: visible;
    width: auto;
}

.event-info-svg .btn-tickets {
    padding: 11px 40px;
    font-size: 19px;

    -webkit-animation: svg-btn-swing 1s ease;
    animation: svg-btn-swing 1s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 2;
    animation-delay: 5s;
}

.event-info-svg .inactive-sale-note {
    background-color: #EAEAEA;
    border-radius: 5px;
}
.event-info-svg .inactive-sale-note h2 {
    color: red;
}

.event-info-svg .tickets-amount {
    color: #448FD3;
    margin-bottom: 10px;
    font-size: 16px;
}

a.descr-trigger-link,
a.descr-trigger-link:hover{
    color: #3e78c7;
    font-weight: bold;
    font-size: 18px;
}

/*---------| ns |--------*/
#idFrmNoSchema .price-descr {
    color: #5995bf;
    font-size: 18px;
    font-weight: bold;
    border: 1px solid #5995bf;
    display: inline-block;
    border-radius: 15px;
    width: 25px;
    height: 25px;
    text-align: center;
    vertical-align: middle;
    cursor: help;
}

/*---------| https://osvaldas.info/elegant-css-and-jquery-tooltip-responsive-mobile-friendly |--------*/
#tooltip17
{
    display: none;
    text-align: center;
    color: black;
    background: whitesmoke;
    border: 1px solid #99ccef;
    border-radius: 5px;
    position: absolute;
    z-index: 100;
    padding: 15px;
}

#tooltip17:after /* triangle decoration */
{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #99ccef;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
}

@media only screen and (max-width: 800px) {
    .event-info-svg .general-info-block.left-col {
        float: none;
    }

    .event-info-svg .additional-info-block.right-col {
        width: 100%;
    }
}

/*---------| svg btn swing |--------*/
@-webkit-keyframes svg-btn-swing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
       transform: translateX(-5px);
    }
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes svg-btn-swing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

/*---------| login btn |--------*/
.login-with-google-btn {
    transition: background-color 0.3s, box-shadow 0.3s;
    padding: 12px 16px 12px 42px;
    border: none;
    border-radius: 3px;
    box-shadow: 0 -1px 0 rgb(0 0 0 / 4%), 0 1px 1px rgb(0 0 0 / 25%);
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTcuNiA5LjJsLS4xLTEuOEg5djMuNGg0LjhDMTMuNiAxMiAxMyAxMyAxMiAxMy42djIuMmgzYTguOCA4LjggMCAwIDAgMi42LTYuNnoiIGZpbGw9IiM0Mjg1RjQiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxwYXRoIGQ9Ik05IDE4YzIuNCAwIDQuNS0uOCA2LTIuMmwtMy0yLjJhNS40IDUuNCAwIDAgMS04LTIuOUgxVjEzYTkgOSAwIDAgMCA4IDV6IiBmaWxsPSIjMzRBODUzIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNNCAxMC43YTUuNCA1LjQgMCAwIDEgMC0zLjRWNUgxYTkgOSAwIDAgMCAwIDhsMy0yLjN6IiBmaWxsPSIjRkJCQzA1IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNOSAzLjZjMS4zIDAgMi41LjQgMy40IDEuM0wxNSAyLjNBOSA5IDAgMCAwIDEgNWwzIDIuNGE1LjQgNS40IDAgMCAxIDUtMy43eiIgZmlsbD0iI0VBNDMzNSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PHBhdGggZD0iTTAgMGgxOHYxOEgweiIvPjwvZz48L3N2Zz4=);
    background-color: #4a4a4a;
    background-repeat: no-repeat;
    background-position: 12px 11px;
    text-decoration: none;
    width: 100%;
}
.login-with-google-btn:hover {
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.25);
}
.login-with-google-btn:active {
    background-color: #000000;
}
.login-with-google-btn:focus {
    outline: none;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.25), 0 0 0 3px #c8dafc;
}
.login-with-google-btn:disabled {
    filter: grayscale(100%);
    background-color: #ebebeb;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 1px 1px rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
}