body {
    background-image: url(../img/bg.jpg) !important;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-color: #EBECF0 !important;
}

#header-wrap {
    margin-top: 0;
    height: 70px;
    background-color: #002b5c;
    border-bottom: 1px solid #fff;
    position: relative;
    padding: 0;
}

#topbar {
    background-color: rgb(206, 17, 65);
    justify-content: space-between;
    display: flex;
    align-items: center;
    z-index: 9;
    height: 35px;
    margin-top: 0;
    padding-right: 0;
}

.bg-header{
    background-color:#000;
}

.ext-txt-1,
.ext-txt-2 {
    color: #fff;
}

.main-logo {
    height: 50px;
}

.bg-topbar{
    background-color:#383838;
}

.ticket-selected .ticket-lab{
    color:rgba(255,255,255,0.6);
}

.ticket-selected .ticket-val{
    color:#fff;
}

.mapdata-button{
    background-color:#ce1141;
    padding: 8px 15px;
    border-radius: 5px;
    color: #fff;
    font-family: "Poppins-Bold", Arial, Helvetica, sans-serif;
    margin-right: 20px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    width: 158px;
    height: 32px;
}

.mapdata-button:hover {
    color: #fff;
    text-decoration: underline;
}

.buytickets-lab{
    color: #fff;
}

.popover {
    background-color: #002b5c;
}

.popover.top>.arrow:after {
    border-top-color: #002b5c;
}

.popover.left>.arrow:after {
    border-left-color: #002b5c;
}

.popover.bottom>.arrow:after {
    border-bottom-color: #002b5c;
}

.popover.right>.arrow:after {
    border-right-color: #002b5c;
}

#main-interface .block.available {
    opacity: 0.6 !important;
}

#main-interface .seat.available {
    opacity: 0.9 !important;
}

.interface-btns .back-btn, .interface-btns .home-btn {
    margin-right: 17px;
    margin-bottom: 17px;
    pointer-events: all;
}

#interface-wrap .interface-btn-standard {
    cursor: pointer;
    background-color: #000;
    opacity: 0.4;
    border: none;
    height: 40px;
    width: 40px;
    color: #f2f2f2;
    border-radius: 30px;
    display: inline-flex;
    vertical-align: top;
    align-items: center;
    justify-content: center;
    pointer-events: all;
    font-size: 24px;
    font-weight: bold;
}

#interface-wrap .interface-btns .fs-btn {
    right: 20px;
    position: absolute;
}

.fsclose-btn-tk3d {
    position: absolute;
    top: 20px;
    right: 20px;
}

.interface-btns-desktop.interface-btns {
    padding: 20px;
}

.interface-btns {
    position: absolute;
    z-index: 9;
    pointer-events: none;
    width: 100%;
}

#ticketing3dwidget-fullscreen-button0{
    display: none;
}

#interface-wrap .interface-btn-standard:hover {
    opacity: 1;
}

.fa-slash {
    margin-left: 10px;
    margin-right: 10px;
    color: white;
}

#dropdown-container {
    padding-right: 20px;
}

.dropdown-toggle {
    height: 25px;
    margin: 4px;
    font-size: 12px;
    padding: 0;
    padding-top: 3px;
    padding-left: 10px;
}

.filter-option {
    width: 75%;
}

.filter-option-inner-inner{
    text-overflow: ellipsis;
    font-family: 'Poppins-Regular';
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 120px;
    padding-left: 4px;
    padding-right: 4px;
}

.bootstrap-select .dropdown-menu {
    max-height: 250px;
}

.inner.open{
    max-height: 202px;
}

#urlMaker-btn {
    background-color: #002b5c;
    color: #fff;
    border-radius: 5px;
    height: 25px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    margin-left: 8px;
    width: 158px;
    min-width: 110px;
    font-family: 'Poppins-Regular';
    border: none;
    letter-spacing: 0.18px;
}

#dropdown-container {
    padding-right: 20px;
}

#ticketing3dwidget-fullscreen-button1 {
    z-index: -1;
}

.search-bar{
    z-index: 99;
    width: 190px;
    height: 32px;
    margin-right: 12px;
}
  
#form-preventdef, #form-preventdef-mobile{
    margin-block-end: 0;
}
  
input::placeholder{
    color: #ccc;
}
  
.search-form .form-group {
    float: right !important;
    transition: all 0.35s, border-radius 0s;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    border-radius: 4px;
}
  
.form-control {
    font-size: 12px;
    letter-spacing: 0.18px;
}
  
.search-form .form-group input.form-control {
    font-family: 'Poppins-Regular',Arial,sans-serif;
    border: 1px solid #fff;
    background: transparent;
    box-shadow: none;
    display:block;
    z-index: 3;
    height: 32px;
    padding-bottom: 8px;
    padding-top: 9px;
    padding-left: 37px;
    padding-right: 0;
}
  
#search::placeholder, #search-mobile::placeholder{
    color: #fff;
    font-family: "Poppins-Regular";
}
  
#search::-webkit-input-placeholder, #search-mobile::-webkit-input-placeholder { /* Edge */
    color: #fff;
    font-family: "Poppins-Regular";
}
  
#search:-ms-input-placeholder, #search-mobile:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
    font-family: "Poppins-Regular";
}
  
#search:hover::placeholder, #search-mobile:hover::placeholder {
    color: #242424;
}
  
.search-form .form-group:hover,
.search-form .form-group.hover {
    width: 100%;
    background-color: #fff;
    display:block;
}
  
#search:focus::placeholder, #search-mobile:focus::placeholder {
    color: rgba(36,36,36,0.6);
}
  
.search-form .form-group input.form-control:hover,
.search-form .form-group input.form-control:focus{
    border: none;
}
  
.search-form .form-group span.form-control-feedback {
    position: absolute;
    top: 0;
    left: 4px;
    z-index: 2;
    display: block;
    width: 25px;
    height: 25px;
    line-height: 32px;
    text-align: center;
    font-size: 15px;
    color: #fff;
}

.search-form .form-group span.form-control-feedback:hover {
    color: #242424;
}
  
.search-icon-focus{
    color: #272727 !important;
    transition: all 0.35s, border-radius 0s;
}
  
.search-form .form-group.showClass{
    width: 100%;
    background-color: #fff;
    border: none;
    color: #00083C !important;
    display:block;
}
  
#search-list{
    width: 190px;
    max-height: 250px;
    background-color: #fff;
    font-family: 'Poppins-Regular',Arial,sans-serif;
    color: #000;
    z-index: 11;
    position: absolute;
    padding: 0;
    top: 52px;
    right: 190px;
    border-radius: 4px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);
    overflow-y: auto;
}

#search-list-mobile{
    width: 165px;
    max-height: 250px;
    background-color: #fff;
    font-family: 'Poppins-Regular',Arial,sans-serif;
    color: #000;
    z-index: 11;
    position: absolute;
    padding: 0;
    top: 42px;
    right: 16px;
    border-radius: 4px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);
    overflow-y: auto;
}
  
.search-item{
    cursor: pointer;
    padding: 9px 15px;
}
  
.search-item.active{
    background-color: #ddd
}
  
#interface-wrap #main-interface .block.filtered{
    fill: #ce1141 !important;
    opacity: 0.7 !important;
}
  
#interface-wrap #main-interface .block.filtered:hover{
    fill: #ce1141 !important;
}
  
@media screen and (max-width: 620px) {
    .search-bar {
      max-width: 74%;
      top: 23px;
      right: 20px;
      width: 165px;
    }
    #search-list{
      max-width: 65%;
      top: 71px;
      right: 20px;
      width: 165px;
    }
}

.container:before {
    content: none !important;
}

.container::after {
    content: none !important;
}

.share-link {
    position: absolute;
    top: 20px;
    left: calc(50% - 60px);;
    margin-right: 17px;
    margin-bottom: 17px;
    padding: 15px;
    background: #002b5c;
    color: #fff;
    opacity: 1;
    width: 120;
    font-family: 'Poppins-Regular';
    font-size: 12px;
    height: 40px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    border: none;
    z-index: 9;
    pointer-events: all;
}

#header-wrap-mobile {
    margin-top: 0;
    height: 50px;
    border-bottom: 1px solid #fff;
    position: relative;
    background-color: #002b5c;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#header-wrap-mobile .main-logo {
    max-height:40px;
    margin: 5px 10px;
}

#header-wrap-mobile .search-bar {
    margin-right: 16px;
}

#topbar-mobile {
    display: flex;
    align-items: center;
    padding: 0;
    z-index: 9;
    background: #ce1141;
    height:35px;
    margin-top:0;
    border-bottom: 1px solid black;
    justify-content: space-between;
    padding-left: 16px;
}

.flex-flow {
    display: flex;
    flex-flow: column;
}

#topbar-mobile .ticket-lab {
    font-size: 13px;
    color: rgba(255,255,255,0.6);
    margin-right: 5px;
}

#topbar-mobile .ticket-val {
    font-size: 12px;
    font-family: 'Poppins-Bold';
    color: #fff;
}

#topbar-mobile .section {
    display: flex;
}

#topbar-mobile .rows {
    display: flex;
}

#topbar-mobile .seat {
    display: flex;
}

#topbar-mobile .fa-slash {
    display: flex;
    align-items: center;
    font-size: 20px;
}

#topbar-mobile .share-link {
    background: #002b5c;
    color: #fff;
    opacity: 1;
    width: auto;
    font-family: 'Poppins-Regular';
    font-size: 11px;
    height: 35px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
    top: 55px;
    pointer-events: all;
    left: calc(50% - 54px);
}

#interface-btns-mobile{
    height: 50px;
    background-color: #242424;
    position:relative;
}

#interface-btns-mobile .interface-btn-standard{
    background:transparent;
    opacity:1;
    height: 50px;
    font-size: 24px;
    width: 50px;
    color:#fff;
    text-align:center;
    border: none;
}

#interface-btns-mobile .fs-btn{
    background-color: #ce1141;
    left: calc(50% - 20px);
    bottom:10px;
    opacity:1;
    position:absolute;
    border-radius:50%;
    pointer-events: all;
    padding: 0;
}

#interface-btns-mobile .tickets-link{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 24px;
    display:flex;
    align-items: center;
    justify-content: center;
    pointer-events: all;
}

#interface-btns-mobile .tickets-link:hover,
#interface-btns-mobile .tickets-link:focus{
    text-decoration: none;
}

#interface-btns-mobile .viewer-btn{
    right:0;
    position:absolute;
}

#interface-btns-mobile .bread-crumbs{
    display: inline-flex;
    vertical-align: top;
    align-items: center;
    justify-content: center;
    top:0;
    padding-left:0;
    margin-top:17px;
}

#dropdown-container-mobile {
    border-bottom: 1px solid black;
}
#dropdown-container-mobile .dropdown-toggle {
    height: 25px;
    margin: 4px;
    font-size: 10px;
    padding: 5px;
}

#dropdown-container-mobile .filter-option {
    width: 75%;
}

#dropdown-container-mobile .filter-option-inner-inner {
    text-overflow: ellipsis;
    font-family: 'Poppins-Bold';
}

#dropdown-container-mobile #dropdown-group{
    display: flex;
    justify-content: space-between;
    padding-left: 8px;
    padding-right: 16px;
    align-items: center;
    height: 35px;
}

#dropdown-container-mobile .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 25%;
    min-width: 18%;
    padding-left: 4px;
    padding-right: 4px;
}

#dropdown-container-mobile .bootstrap-select .dropdown-menu {
    max-height: 200px;
}

#dropdown-container-mobile .inner.open{
    max-height: 202px;
}

#dropdown-container-mobile #urlMaker-btn {
    background-color: #002b5c;
    border-radius: 5px;
    height: 25px;
    font-size: 9px;
    margin-left: 8px;
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins-Bold';
}

#dropdown-container-mobile #dropdown-container {
    padding-right: 20px;
}