/* General */
@font-face {
    font-family: "Poppins-semibold";
    src: url("/app_themes/fulltilt/fonts/poppins/Poppins-SemiBold.ttf");
}
@font-face {
    font-family: "Poppins-extralight";
    src: url("/app_themes/fulltilt/fonts/poppins/Poppins-ExtraLight.ttf");
}
@font-face {
    font-family: "Questrial";
    src: url("/app_themes/fulltilt/fonts/Questrial/Questrial-Regular.ttf");
}
@font-face {
    font-family: "Syne" ;
    src: url("/app_themes/fulltilt/fonts/Syne/Syne.ttf");
}
h1, h2, h3, h4 {
    font-family: "Poppins-semibold", sans-serif;
}
h5, h6, body {
    font-family: "Poppins-extralight", sans-serif;
}
.container-inner {
    margin-top: 65px;
}
img.ui-datepicker-trigger {
    filter: invert(1);
    transition: all 0.5s ease;
}
#dashboard-report-range:hover img.ui-datepicker-trigger {
    filter: invert(0);
}
body .alert.alert-info, .alert-success {
    background-color: #c9aef4;
    border: none;
    color: #fff;
    font-weight: 600;
}
.alert a {
    color: #3b117b;
    text-decoration: none;
}
.static-header.navbar-fixed-top, #cart_toggle {
    position: absolute !important;
}
/******************/
/* Header */
.navbar-header.pull-left {
    margin-top: 15px;
}
#layout-header .navbar-nav li > a {
    padding-top: 20px;
    padding-bottom: 33px;
}
#layout-header nav {
    background-color: #fff;
}
#layout-header .navbar-nav li > a {
    color: #3b117b;
    text-transform: capitalize;
    font-family: 'Poppins-extralight';
}
#layout-header .navbar-nav li > a:hover {
    color: rgb(59,17,123);
}
.cart i {
    color: #3b117b !important;
}
#lblCartCount {
    background-color: #c9aef4cc !important;
    color: #3c127c;
    font-weight: 900;
}
nav.navbar {
    border-radius: 0;
}
button#cart_toggle {
    top: 15px;
}
.cartSummary__breakdown label {
    color: #3b117b!important;
    font-size: 14px;
}
.cartSummary > .cartSummary__breakdown {
    background-color: #fff !important;
    border-bottom: 1px solid #3b117b;
}
.cartSummary > .cartSummary__summary {
    color: #3b117b;
    font-weight: 400 !important;
    font-family: 'Poppins-semibold';
}
.secondaryBackgroundColor {
    background-color: #fff !important;
}
.cart-item:nth-child(2n), .cart-item, .cart-item-child {
    background-color: #ffffff !important;
}
@media (min-width: 768px){
    nav.navbar > .container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .navbar-header {
        width: 80%;
        display: flex;
        justify-content: center;
        border-bottom: 1px solid rgb(59,17,123);
        padding-bottom: 30px;
    }
}
@media (max-width: 767px){
    button#cart_toggle {
        top: 5px;
    }
    #layout-header .navbar-toggle, #layout-header .navbar-toggle:hover {
        color: #3b117b;
    }
    #layout-header .navbar-nav.navbar-center li {
        background: #fff;
    }
    a.dropdown-toggle {
        font-size: 20px !important;
        text-align: center;
        font-weight: 900;
        font-family: 'Poppins-semibold';
    }
}
@media only screen and (max-width: 992px){
    #layout-header .navbar-brand img {
        height: 69px;
        width: auto;
        margin-top: -20px;
    }
}
/*****************/
/* Packages */
section.party-package.content-card.products__product {
    background-color: #c9aef4cc;
    box-shadow: none !important;
    border-radius: 0 !important;
}
.secondaryDarkerBackgroundColor {
    background-color: transparent !important;
}
.products__productName {
    color: #3c127c !important;
    font-weight: 400 !important;
    font-family: 'Poppins-semibold';
}
.products__productPricing {
    color: #3b117b;
}
span.products__productPricing_price {
    font-size: 16px;
    font-family: "Poppins-semibold", sans-serif;
    font-weight: 400 !important;
}
.packagecontents .input-group .quantity_input {
    color: #3b117b !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    font-family: 'Poppins-semibold' !important;
}
.incrementor {
    border: 1px solid #3b117b !important;
}
.products__productPricing_totalCost {
    color: #3b117b;
    font-family: 'Poppins-semibold';
    font-size: 16px;
}
.products__productComboBreakdown .incrementor {
    color: #3b117b;
    font-family: 'Poppins-semibold';
}
.spaceSpans > span {
    font-weight: 400 !important;
    font-family: 'Poppins-semibold';
    color: #3b117b;
    font-size: 14px !important;
}
/*****************/
/*Checkout*/
.accordion_item .cname, .accordion_item .cprice, #subtotal > strong, .accordion_item::before, .QuantityPrompt > input-counter {
    font-weight: 600 !important;
    color: #222 !important;
}
/****************/
/* Footer */
.footer-row.icon-container {
    padding-top: 5px !important;
}
footer.footer-main .container > div:last-child {
    padding-bottom: 34px;
    text-align: center;
}
footer.footer-main .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
footer.footer-main {
    color: #3b117b;
    font-family: "Poppins-ExtraLight", sans-serif;
    background-color: #fff;
}
footer.footer-main svg {
    height: 15px;
}
footer.footer-main .container > div {
    padding: 22.8px;
}
.footer-row a {
    font-size: 15px;
    font-weight: 400;
    color: #3b117b;
}
.footer-row {
    font-size: 14px;
}
footer.footer-main .container > div:first-child {
    padding-top: 33.4px;
}
/********************/
/* Account page */
a#lnkCardDetails1, .btn-sm.btn_link {
    padding: 6px 12px;
    font-size: 12px;
}
.form-control {
    border-radius: 0;
    border: 2px solid #000;
}
/********************/
/* Template changes */
.alert.alert-success h6 {
    font-size: 16px;
    font-weight: 600;
}
div#MainContent_upnlContactParty {
    margin-top: 100px;
}
.trxbarcode {
    padding: 10px;
    display: none;
}
.footer-icons img {
    height: 40px;
}
.alert.alert-success > h6 {
    font-size: 16px;
    font-weight: 700;
}
.inputContainer label {
    color: #000;
}
input.alignCenter.btn.btn-success.btn-lg {
    margin-bottom: 20px;
}
div#MainContent_receiptControl1_rptCartSummary_divReceipts_0 img {	
    max-height: 135px !important;	
    width: auto !important;	
}	
div#MainContent_receiptControl1_rptCartSummary_pnlHeader_0 > p {	
    font-size: 18px;	
}	
.tfooter td.currencySpacer {	
    padding: 8px !important;	
} /* potential danger */	
.priority-details {	
    font-size: 24px;	
}
.invoice header {	
    padding: 10px 10px !important;	
}
button.btn.btn-primary.btn-inverse.btn-md.btnPayNowSelected {
    margin: 20px 40px;
    font-size: 16px !important;
}
div#MainContent_receiptControl1_rptCartSummary_divReceipts_0 img {
    max-height: 100px !important;
    width: auto !important;
}	
div#MainContent_receiptControl1_rptCartSummary_pnlHeader_0 > p {	
    font-size: 18px;	
}	
.tfooter td.currencySpacer {	
    padding: 8px !important;	
} /* potential danger */	
.priority-details {	
    font-size: 24px;	
}	
h4.receipt-heading {	
    font-size: 24px;	
    text-align: center;	
    font-family: 'Roboto-Thin', sans-serif;	
    font-weight: 600;	
    letter-spacing: 2px;	
}	
.invoice header {	
    padding: 10px 10px !important;	
}

.row.cartItem.rowId_ {	
    display: flex;	
    align-items: center;	
}	
.accordion_item::before {	
    top: 20px;	
}	
.accordion_item .close_tickets {	
    top: 3px;	
}	
.row.cartItem.rowId_ .col-sm-2.col-xs-4.text-right, .currencySpacer {	
    padding-top: 3px !important;	
}
span.cart-btns {	
    display: flex;	
    align-items: flex-end;	
}	
button.close-btn {
    font-size: 16px;
    background-color: #ff0000;
    border: 1px solid #ff0000;
    color: #fff;
    font-family: 'Poppins-semibold';
    border-radius: 0;
    margin: 7px 10px 0px 0;
    font-size: 16px;
    padding: 0px 12px !important;
    display: flex;
    align-items: center;
}
button.close-btn:hover {	
    background-color: #fff;	
    color: #ff0000;	
    border: 1px solid #ff0000;	
    transition: all 0.3s ease;	
}
.cartSummary > .cartSummary__summary {
    font-size: 18px;
}
.cartSummary {	
    box-shadow: -3px 3px 8px -3px rgb(0 0 0 / 40%) !important;	
}
.content-box.modalToFullScreen.full-width-content {	
    max-width: 100%;	
}
.cta, .btn, .btn-danger, .btn-default {
    color: #fff !important;
    background-color: #3b117b !important;
    border-color: #ff8b1f;
    border-radius: 0px;
    border: 1px solid transparent;
    font-size: 16px;
    padding: 8px 16px;
    font-weight: 400;
    font-family: 'Poppins-semibold';
    text-transform: capitalize;
    transition: all 0.5s ease;
}
.cta:hover, .btn:hover, .btn-danger:hover, .btn-default:hover {
    color: #3b117b !important;
    background-color: #fff !important;
    border: 1px solid #3b117b;
}
.cartSummary > .cartSummary__summary button {
    text-transform: capitalize;
}
/******************************************/
.cart_dropdown {
    background-color: transparent !important;
    position: inherit;
}

    .cart_dropdown .checkout__button {
        background-color: transparent;
    }

.cart_value {
    visibility: hidden !important;
}

.checkout__text {
    margin-right: -27px !important;
}

a {
    text-decoration: none !important;
}

.cart_dropdown .icon-cart {
    color: sandybrown !important;
}

.dropdown-menu li a {
    padding: 6px !important;
}

.caret {
    visibility: hidden;
}

.dropdown-menu:after {
    border-bottom: 6px solid #3b117b;
}

.fa-ul {
    font-family: raleway !important;
}

.hero-description-bottom {
    font-family: raleway !important;
}

#ut_header_5c6a373418fd2 h2.section-title {
    font-family: "Roboto Slab";
}

.ut-address {
    font-family: raleway !important;
}

.ut-phone {
    font-family: raleway !important;
}

.ut-email {
    font-family: raleway !important;
}

#ut_header_5c63e4da04f84 h2 span {
    font-family: raleway !important;
}

.modal-backdrop {
    visibility: hidden;
}


.tribe-mini-calendar-event .list-info h2 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
}

.tribe-mini-calendar-event .list-date .list-daynumber {
    color: white;
    display: block;
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
    width: 100%;
}


[class^="icon-"], [class*=" icon-"] {
    color: rgba(192, 223, 22, 1)
}

.card_group_outer {
    border: none;
}

    .card_group_outer:hover {
        box-shadow: unset
    }


.tribe-mini-calendar-event .list-date {
    float: left;
    overflow: hidden;
    font-weight: bold;
    margin: 10px 5% 10px 0;
    padding: 3px;
    width: 15%;
    text-align: center;
    display: inline;
    background: #666;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

    .tribe-mini-calendar-event .list-date .list-dayname {
        background: #fff;
        color: #666;
        display: block;
        font-size: 11px;
        letter-spacing: .5px;
        padding: 3px;
        text-align: center;
        text-transform: uppercase;
    }

.tribe-mini-calendar-event {
    overflow: hidden;
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px dotted #2f2f2f;
}

.tribe-events-adv-list-widget .list-info, .tribe-mini-calendar-list-wrapper .list-info {
    margin-bottom: .25rem;
}

.tribe-mini-calendar-event .list-info {
    font-size: 13px;
    line-height: 1.6;
}

.tribe-mini-calendar-event .list-info {
    margin: 10px 0;
}

.line_tab > li.active {
    border-bottom: solid 5px #ff8b1f;
}

#inner-banner {
    text-align: center;
    padding-top: 65px;
}

#navigation ul, #navigation ul li, #navigation ul ul {
    background: transparent;
    padding-left: 15px;
    padding-right: 15px;
}

.modal {
    background-color: transparent !important;
    top: 108px !important;
}

@media(min-width:1024px) {
    #MainContent_pnlPartyRequestSuccess .alert.alert-info {
        margin-top: 103px;
    }
}


.text-sm-center {
    text-align: center;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 49%;
}

@media screen and (min-width: 1000px) {
    .locationPicker {
        flex-direction: row;
        justify-content: space-between;
        /*padding: 1rem;*/
        display: flex;
        text-align: center;
        align-items: center;
        padding-left: 176px;
        padding-right: 176px;
        padding-top: 9px;
        padding-bottom: 9px;
    }

    .contentWithSidebar {
        flex-direction: row;
    }

    .fixed_top_spacer {
        padding-top: 60px;
    }
}
/*css for w-toplink*/
.w-toplink {
    display: block;
    position: fixed;
    bottom: 10px;
    right: 10px;
    text-align: center;
    font-size: 30px;
    line-height: 46px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    z-index: 100;
    border: 2px solid #d4bef6;
    outline: none !important;
    background-color: #fff;
    color: #3b117b !important;
    box-shadow: 0 1px 6px rgba(0,0,0,.1), 0 2px 24px rgba(0,0,0,.2);
}

/*css for Myaccount screen*/
@media (max-width: 768px) {
    .dataTables_scroll {
        overflow-y: scroll;
        overflow-y: hidden;
        overflow: auto;
    }

    .dataTables_scrollHead {
        overflow: initial !important;
    }

    .table-responsive {
        overflow-y: hidden;
    }

    .dataTables_scrollBody {
        overflow: initial !important;
    }
}

@media screen and (min-width: 1000px) {
    .contentWithSidebar {
        flex-direction: row;
    }

    #header-section.ha-transparent {
        background: rgba(19,20,22,0.25);
    }
}

.contentWithSidebar {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
}

.footer-Data .btn {
    width: 85% !important;
    padding-bottom: 4px;
}

.footer-Data {
    background-color: #003e51 !important;
}

input[name="selectedSchedule"] {
    height: 25px !important;
    /*width: 40px;*/
}

.fstyle {
    color: #3b117b !important;
}

@media screen and (max-width: 1000px) {
    #header-section.ha-transparent:hover {
        background: #131416;
    }

    #header-section.ha-transparent {
        background: #131416 !important;
    }
}

.ha-transparent #ut-mobile-menu, .ha-transparent #ut-mobile-menu a {
    border-color: #dddddd;
    border-bottom: 1px solid rgb(255, 255, 255, 0.1) !important;
}

#lblPageHeader {
    color: #3b117b;
    text-transform: capitalize;
    font-size: 34px;
    font-weight: 700;
}

    #lblPageHeader :hover {
        color: rgba(192, 223, 22, 1);
    }

.switch {
    border-radius: 3px;
}

.dropdown-menu {
    background-color: black !important;
    list-style: none !important;
}

    .dropdown-menu:hover {
        background-color: transparent;
    }

#header-section.ha-transparent a:hover, #header-section.ha-transparent a:active {
    background-color: transparent !important;
}

.party-package h3 {
    background-color: transparent;
    color: #3c127c;
    text-transform: uppercase;
}

.packagecontents {
    color: white;
}

.packageprice {
    background-color: transparent !important;
}

.pa-line-h {
    background-color: #3b117b;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #00a79d;
}

.ticket_count {
    border-color: #28d4ee !important;
}

#package_accordion div {
    padding: 2px !important;
}

.ui-accordion-content #package_accordion div {
    border-color: transparent !important
}

.ui-accordion-content {
    font-size: initial !important;
}

.dropdown-menu {
    border-top: 2px solid #3b117b;
}

/* #automplete-1 {
    background: #ff8b1f !important;
    color: black !important;
} */

.container-fullwidth {
    background-color: white;
}
/*css for locationPicker*/
@media screen and (max-width: 1000px) {
    .location-header {
        text-align: center;
    }

    #locationText {
        text-align: center;
    }

    #locationText {
        text-align: center;
    }

    #MainContent_pnlPartyRequestDetails .inputContainer {
        max-width: 100% !important;
    }
}

.location-header .dropdown {
    text-align: center !important;
}

.ticket_count {
    /*padding: 6px 4px !important;*/
    padding: 3px 4px !important
}

.modal {
    z-index: 10000;
    top: 5px !important;
}

.cartSummary__breakdown {
    line-height: 25px !important;
}

.accordion_item .bdr {
    border: 1px solid #3b117b !important;
}

@media screen and (max-width: 1023px) {
    #header-section {
        transform: translate3d(0px, 0px, 0px) !important;
    }
}

@media screen and (min-width: 1023px) {
    .cart {
        top: 25px !important;
    }
}

#lblHeaderCardBalance {
    color: rgba(255,255,255,0.7)
}

.panelcardBalance {
    background-color: transparent;
}

.countdown-amount {
    color: rgba(192, 223, 22, 1) !important
}

.ut-horizontal-navigation a {
    padding-left: 15px;
}


.body-content {
    background-color: #fff !important;
    min-height: 860px !important;
    margin-bottom: 0;
}

.party-category div {
    margin: 0 auto;
    color: white;
}

.breadcrumps {
    padding: 10px;
    padding-left: 5px;
    color: white;
}

.party-package ul {
    list-style: none;
}

/* .btn-default {
    color: black !important;
    background-color: #28d4ee;
    border-color: #13ceea;
    border-style: none !important;
    border-radius: 3px;
    font-weight: normal;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 4px;
    font-weight: 600;
} */

#locationLable {
    color: white !important
}

.bookingDateStyle {
    color: #3b117b !important;
}

.badge {
    background-color: #3b117b;
}

input[name="selectedSchedule"] {
    height: 25px !important;
    width: 40px;
}


.line_tab > li.active {
    border-bottom: solid 5px #3c127c;
}
.acc_active .panel-title {
    font-weight: 600;
}
.panel-heading .accordion-toggle:after, .panel-title .change_link, .acc_active .panel-title, .acc_active .accordion-toggle.collapsed:after {
    color: #3b117b;
}
#section-party-nav-tabs {
    border-bottom: 1px solid #003241;
        background-color: #C9AEF4CC !IMPORTANT;
    font-family: 'Poppins-semibold';
}

.list-group-item-heading {
    color: white;
}

table {
    background-color: white !important
}


.textColor, .guestlabel small, .glyphicon-question-sign {
    color: #3c127c !important;
    font-family: 'Poppins-semibold';
    font-weight: 500;
}

.pa-line-h table {
    background-color: transparent !important;
}

.green_link {
    background-color: transparent !important
}

.navbar-toggle {
    margin-right: -64px;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent !important;
}

.location-header {
    background-color: #003e51;
}

.text-nowrap {
    white-space: nowrap;
}

.reg_back {
    background-color: transparent !important;
}

    .reg_back span {
        color: white !important;
    }

.bg-white {
    background: transparent;
}

.nav-pills > li > a:hover {
    background: #ef4136 !important;
}

.panelcardBalance {
    padding-top: 33px;
    padding-bottom: 33px;
    color: white;
    text-transform: uppercase;
}

#layout-header .navbar-center li :hover {
    background-color: white !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #fff !important;
    border: 1px solid #ddd !important;
    border-bottom: none !important;
}

ul {
    list-style: none;
}

#txtParticipantQty, #txtExtraGuest {
        color: #3b117b !important;
    font-family: 'Poppins-semibold' !important;
}

.e_section_header {
    color: white;
}

.input-counter input {
    padding: initial;
}

textarea {
    color: black;
}

.navbar-nav > li > .dropdown-menu, .navbar-nav > li > .dropdown-menu:hover {
    background-color: #ffffff !important;
    color: white !important;
}

/* #layout-header .navbar-center li :hover {
    background-color: #ff8b1f !important
} */

.btn-xs {
    padding: 4px;
}

/* .btn-danger, .btn-danger:hover {
    color: black;
    background-color: #ff8b1f !important;
    border-color: #ff8b1f !important;
} */

#MainContent_productdisplay1_pnlCardSearchMain {
    background-color: #fff;
    padding: 16px;
}

.content-box {
    color: black;
    border: none;
}

.non-resp-imag {
    width: 120px !important;
}
img#MainContent_receiptControl1_rptCartSummary_imgTransactionOTPBarcode_0 {
    width: 300px !important;
}
#layout-header .navbar-center li {
    /*display: inline-block!important;*/
    float: none;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
    color: white;
}
.invoice table td, .invoice table th {
    background: #f8f8f8;
}
@media print {
    .fixed_top_spacer {
        top: 0px;
    }
}


.att-price {
    font-size: small ;
    white-space:nowrap;
}

.accordionHeader {
    padding-top: 8px;
    padding-bottom: 1px;
}

.col_spacer {
    padding: 5px;
    padding-top: 2px;
}
.package-card .content-card {
    background-color: #C9AEF4CC !important;
    /* padding: 0; */
    box-shadow: 0 3px 0 0 #003e51, 0px -1px 2px 0px rgb(0 0 0 / 20%);
}
h4.ng-binding.ng-scope {
    color: #3b117b !important;
}
.required {
    color: red;
    font-family: 'Poppins-semibold';
    font-size: 12px;
}
.col-md-12.cancel-policy {
    color: #b9b9b9 !important;
}

.location-selection {
    display: none;
}

  @media (min-width:768px){
    span#lblPageHeader {
     margin-top: 50px;
}
  }

.date-selection {

    display: none;

}
 