.loading-ring {
    text-align: center;
    margin: 30px 0;
    height: 60px;
}

.badge-ring {
    top: -33px;
    left: -3px;
    position: relative;
}

.badge-ring-online {
    height: 35px;
    top: -33px;
    left: -2px;
    position: relative;
}

@media only screen and (min-width: 1200px) {
    .gaqtyticketsbutton {
        height: 35px;
        width: 35px;
    }
}

@media only screen and (max-width: 1199px) {
    .qtybtntoolbar {
        width: 370px !important;
    }
    .qtydropdown {
        height: 30px !important;
    }
}

.ga-filter-buttons {
    display: inline;
}

.ga-filter-buttons button {
    /* margin-top: 20px; */
    margin: 0 5px;
}

.ga-finish-pay {
    position: relative;
    float: right;
    top: -40px;
    height: 0;
    
    /* position: absolute;
    left: 63vw;
    top: 0px */
}

.finpay-tickets {
    margin: 0;
}
.cart-delete-icon {
    font-size: 1.5em;
    padding: 0px 8px !important;
}

.cash-session-bottom {
    background: #ECECEC;
    padding: 10px 15px;
    text-align: right;
    border-radius: .5em;
    position: absolute;
    bottom: 20px;
    width: 95%;
}

@media only screen and (max-width: 1199px) {
    .cash-session-bottom{
        bottom: 38px;
    }
}

.copyright-version-cart {
    position: absolute;
    bottom: -12px;
    width: 95%;
    text-align: center;
}


/* LEAFLET POPUP */

#header-wrap {
	z-index: 1040;
}

.leaflet-popup-content-wrapper {
    padding: 5px 10px !important;
    width: 300px;
} 

/* .leaflet-popup {
    margin-bottom: -21em !important;
} */

.leaflet-popup-content {
     width: auto !important; 
     font-size: 1em;
}

.leaflet-popup-close-button {
	margin: 5px 5px 0 0;
}

.alloclabelpanel-body {
    margin-bottom: 0 !important;
    padding: 0px 10px 10px !important; 
    width: auto
}

.allocpanel-body {
    margin-bottom: 0 !important;
    padding: 10px !important;
     width: auto
}

@media only screen and (max-width: 1199px) {

    .allocarea, .allocseat{
        font-size: 0.9em !important;
    } 
    
    .leaflet-popup-content-wrapper {
        font-size: 0.7em !important;
    }

    .leaflet-popup-content-wrapper {
        padding: 3px 7px !important;
        width: 200px;
    } 
    /* .leaflet-popup-content {
        margin
    } */
    .alloclabelpanel-body {
        margin-bottom: 0 !important;
        padding: 0px 10px 3px !important; 
        width: auto
    }
    
    .allocpanel-body {
        margin-bottom: 0 !important;
        padding: 4px !important;
        width: auto
    }
}


@media only screen and (max-width: 1499px) {
    /* GDD: CUSTOM SELECT INPUT GROUP (Adjust size when screen is smaller)*/
    .custom-select-input-group {
        width: 200px !important;
    }
}

/* 1.5 */

#mainNav li a {
    color: #444;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 32px;
    border-radius: 0;
    border-top: 3px transparent solid;
}

#mainNav li a:hover {
    border-top: 3px #0088cc solid;
    color: #0088cc;
    background: none;
    cursor: pointer;
}
#mainNav li.active a {
    border-top: 3px #0088cc solid;
    color: #0088cc;
    background: none;
}

.adjust-header {
    left: 0px !important;
}
.eventdetailsbutton {
    color: #5bc0de;
}

.eventdetailsbutton:hover {
    color: #ccc;
    cursor: pointer;
}

.pending-warning {
    position: absolute; 
    top: 7vh; 
    left: 45vw;    
}

.close-notif:hover {
    opacity: 0.5;
}

/*SIDEBAR RIGHT  */
.sidebar-right {
    z-index: 999;
}

/* MODAL CONTAINER */
.modal-container {
    padding: 20px 20px;
}

.page-header {
    z-index: 999 !important;
}

/*Custom multiple dropdown*/
.custommultidropdown-selected {
    background: rgba(91, 192, 222, 0.6);
    color: #fff !important;
}

.custommultidropdown-selected:hover {
    background: #5bc0de !important;
    color: #fff !important;
}

.liaAreaPriceFilters {
    cursor: pointer;
}

.liaActiveAreaPriceFilters {
    cursor: not-allowed;
    background: #ddd;
}

#showing-filter::placeholder {
    text-align: center;
    font-weight: bold;
    font-size: 1em;
    color: #000;
}

.radio-custom {
    float: left;
    padding: 0 25px 0 25px;
    margin-top: 7px;
    margin-bottom: 0;
}

.circle-base {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
    width: 14px;
    height: 14px;
    float: left;
    margin: 3px 7px 0 0;
}

.custom-dropdown-button{
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    font-size: 14px;
    outline: 0;
    width: 100%;
}

.open>.custom-dropdown-button{
    border-color: #33bbff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 136, 204, 0.6);
}

.dropdown-menu.custom-menu{
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    overflow-x: hidden;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    margin-top: -4px;
    border-color: #33bbff;
}

/* GDD: REGOS */

.rego-required{
    border: 1px solid #F03434;
}

.regolabel-required:hover{
    color: #d2322d;
}

/* Custom Names */
.custom-ticket-name {
    list-style: none;
    padding-left: 0;
    margin-top: 25px;
    border: 0 !important;
}

.custom-ticket-name ul{
    padding: 5px 0 !important;
    border-top: 0px solid grey !important;
}

.custom-ticket-name li {
    border: 1px solid grey;
    display: inline-block;
    padding: 0px 10px;
    margin-right: 3px;
    text-transform: capitalize;
    color: #777;
    background:#f9f4f4;
}

.custom-ticket-name span {
    color: #5d5454 !important;
    margin: 0;
    font-size: 13px !important;
}
  
.custom-ticket-name .fa-close {
    cursor: pointer;
}

.borderless td, .borderless tr {
    border: none;
}

table.mytable { border-collapse: collapse; border-color: grey; border-top: 1px solid #ddd;}
.mytable caption {text-align: left; padding: 1em 4px; }
.mytable tbody + tbody {border-top: 2px solid #ddd;}
.mytable td a {color: grey}