/* Text with horizontal line on either side */
.text-with-line {
   width: 100%;
   text-align: center;
   border-bottom: 1px solid lightgray;
   line-height: 0.1em;
   margin: 24px 0 20px;
}

.text-with-line span {
    background:#fff;
    padding:0 10px;
}
/* Text with horizontal line on either side */

/* SOCIAL BUTTON STYLING */
.btn-social:hover, .btn-social:hover .fab, .btn-social:hover .fas, .btn-social:focus, .btn-social:focus .fab, .btn-social:focus .fas{
    color: white !important;
}

.btn-email:hover, .btn-email:focus{
    background-color: #0F6FF5;
}

.btn-facebook:hover, .btn-facebook:focus{
    background-color: #3b5998;
}

.btn-twitter:hover, .btn-twitter:focus{
    background-color: #55acee;
}
/* SOCIAL BUTTON STYLING */

/*  Clears the float for XS and SM breakpoints so that text doesn't get too cut off. */
@media only screen and (max-width : 992px) {
    .img-responsive{
        float: initial !important;
    }
}
/*  Clears the float for XS and SM breakpoints so that text doesn't get too cut off. */

.img-responsive{
    display: inline-block;
}

p{
 -ms-word-break: break-word;
  word-break: break-word;
  word-break: break-word;
}
.thumbImage{
            height: 80px;
            width: 80px;
            border: 0px;
        }
#CheckoutbuttonSection img {
    width: 100%;
}

.typeahead__field .form-control{
    padding: 6px;
    border: 1px solid #ccc !important;
}

.typeahead__field .form-control input {
    border-color:#ccc; display: initial; height: initial; background: initial; border: none; border-radius: initial; padding: initial;
}

.has-warning .form-control {
    border-color: #ea9a0e;
    }

.has-warning .input-group-addon {
    color: #ea9a0e;
    background-color: #fcf8e3;
    border-color: #ea9a0e;
}

.eac-input-wrap input{
    /*border-radius: 0 4px 4px 0 !important;*/
}

#register-dialog-link2 {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    display: initial;
    margin-right: 10px;
    width: auto;
    float: left;
}

#login-dialog-link2 {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
/*     display: initial; */
    margin-left: 10px;
/*     float: right; */
    width: auto;
}

/*carusel*/
.carousel-control{display: flex; align-items: center;justify-content: center;}
#carousel-example-generic{margin-bottom: 24px;} /*UTIX-3397*/
.carousel{border: 1px solid #dddddd}
.carousel .carousel-control{display: none}
.carousel:hover .carousel-control{display: flex}

.carousel-indicators {
    bottom: 0;
    margin-bottom: -20px;
}
.carousel-indicators li{
    border-color: darkgray;
    width: 8px;
    height: 8px;
}

.carousel-indicators .active{
    background-color: darkgray;
    width: 10px;
    height: 10px;
}
/*carusel end*/

html, body , #aspnetForm, div.fullheight{height: 100%;} /**, **/
body{background: #dedede; background-image: url(../images/bg.png)}
.main-row {margin: 0 !important;}
.widget { background: #fff; padding: 10px 20px;}
/* nav */
nav.main-nav-bar {
    margin-bottom: 0px;
}

.testModeBanner{
    margin:0 auto;
    text-align:center;
    vertical-align:middle;
    width:100%;
    z-index:1000;
    padding:1px 0;
}

.dropdown-menu>li>a {
    padding: 8px 20px;
}

.dropdown-menu .divider {
    margin: 0px;
}

.navbar-default {border-color: #333 !important;}

.btn-inactive{
  color: #333;
  background-color: #e6e6e6;
  border-color: #aeaeae;
}

.btn-admin {
    display: inline;
    padding: 10px;
}

body { padding-top: 91px; background-size: 100% auto;}
/*.main-bgimage {background-size: 100% auto; width: auto; left: 0; padding-top: 15px; height: 100%; margin: 0 -15px;}
/* Top Navigation */
/* .navbar-brand {width: 180px; height: 47px; background: url(../images/logo.png) no-repeat 0 2px; /* background-image: url(../images/logo.svg) !important; text-indent: -9999em; display: block; float: left; padding-bottom:2px; margin-left:0 !important;} */
.navbar-brand { background: url("../../client/images/logo.png") no-repeat 15px center; height: 50px; width: 140px; display: block; background-size: 120px; }
@media (max-width: 768px) {
    body { padding-top: 56px; }
    .navbar-brand { margin-left: 12px !important; background-position: left center; height: 50px;}
}


.table-hover>tr:hover{
background-color: #f5f5f5;
}

#login-dialog-link {margin-top: 4px; padding-top: 10px; padding-bottom: 10px; }

.breadcrumb { font-size:.9em; background-color: rgba(0, 0, 0, 0.3); border-radius: 0; top: 0; width: 100%; }
.breadcrumb .fa-home{padding-left: 16px;}

/* ADA contrast fixes for social sharing buttons */
    .rrssb-buttons a{
        border-radius: 4px;
    }

    .rrssb-buttons li.rrssb-email a{
        background-color: #0F6FF5;
    }

    .rrssb-buttons li.rrssb-email a:hover {
        background-color: #0064c2;
    }

    .rrssb-buttons li.rrssb-twitter a {
        background-color: #177CBA;
    }

    .rrssb-buttons li.rrssb-twitter a:hover {
        background-color: #14699f;
    }
/* ADA contrast fixes for social sharing buttons */

.btn-blue {
  color: #fff;
  background-color: #337ab8;
  border-color: #2e6ca3;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue.focus,
.btn-blue:active,
.btn-blue.active,
.open > .dropdown-toggle.btn-blue {
  color: #fff;
  background-color: #285f8f;
  border-color: #204d74;
}

/*
.player-form .fa-minus:hover {
    background: grey;
}
*/

h1 {
    font-size: 2em;
    margin-top: 5px;
}

h2 {
    font-size: 1.5em;
}

/* Heading Hierarchy Fix for Event Details and Category Description */
.eventDetails h1, .eventDetails h2, .eventDetails h3, .eventDetails h4, .eventDetails h5, , .well h1, , .well h2, , .well h3, , .well h4, , .well h5{margin-top: 20px !important; margin-bottom: 10px !important;}
.eventDetails h1, .well h1{font-size: 2.027em}
.eventDetails h2, .well h2{font-size: 1.802em}
.eventDetails h3, .well h3{font-size: 1.602em}
.eventDetails h4, .well h4{font-size: 1.424em}
.eventDetails h5, .well h5{font-size: 1.266em}
.eventDetails h6, .well h6{font-size: 1.125em}

/* Heading Hierarchy Fix for Event Details and Category Description *//

blockquote {
    margin-left: 1.6em !important;
    padding: 15px 0px;;
    text-align: left;
    color: #777;
    font-style: italic;
    margin: inherit;
    font-size: inherit;
    border: none;
}

.button {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

nav.secondary-nav {

}
.xs-secondary-nav {}
nav.secondary-nav a {
    margin-left: 0;
}

ul.dropdown-cart li .item-left span.item-info{
    margin-left:10px;
}

ul.dropdown-cart li button{
    margin-right:5px;
}

ul.dropdown-cart .item{
    margin-top:5px;
}

ul.dropdown-cart .item:hover{
    background-color:#f3f3f3;
}

nav.secondary-nav a:first-child {
    margin-left: 0;
}
.login-form { width: 300px; background: #fff !important;}
nav.secondary-nav  li  a {padding: 10px; font-size: 1em;}
nav.secondary-nav  li  a:hover { background-color: rgba(0, 0, 0, 0.2) !important; color: #fff !important;}
.burgerM {float: left; margin-right: 5px;}
.menuT {float: right; line-height: 13px; color: #fff;}
#login-dialog .modal-dialog, #register-dialog .modal-dialog, #fp-dialog .modal-dialog { width: 400px;}

/* UTIX-3031 login, register, forgot password modal UI and UX fixes and improvements START */
#login-dialog .alert{margin-left: 15px; margin-right: 15px;}
@media (min-width: 992px) and (max-width: 1170px) {
    #login-dialog .modal-dialog{width: 80% !important;}
    #register-dialog .modal-dialog {width: 400px !important;}
    #login-dialog #divShowForgotPassword {
        margin-bottom: 55px !important;
    }
    #login-dialog #divShowForgotPassword #divForgotPassword {
        float: left !important;
    }
}
@media (max-width: 768px){
    #login-dialog .modal-dialog{
        width: auto !important;
    }
}
#login-dialog .fa-5x{
    color: hsla(0, 0%, 66%, 1);
}

#register-dialog .fa-5x{
    color: hsla(0, 0%, 66%, 1);
}

.fa-ticket-alt{ transform: rotate(-45deg);}

.checkboxes li{
    list-style: none;
}

.checkboxes li::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f0c8";
  font-weight: 300;
  margin-right: 4px;
}

.checkboxes li.checkboxes-checked::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f14a";
  font-weight: 900;
  margin-right: 4px;
}

.checkboxes svg {
    margin-right: 4px;
}
/* UTIX-3031 login, register, forgot password modal UI and UX fixes and improvements END */

nav .cart { }
nav .cart .btn { border-radius: 0; color: #fff; }
nav .cart .item { padding: 5px; display: block;}
nav .cart .dropdown-menu {padding-bottom: 0px;}
nav .timer {}
nav .fa {}
/* /nav */
.jumbotron { margin: 0 0 15px; border-radius: 0 !important; min-height: 50px; padding: 0px !important; position: relative;}
.jumbotron > img, .jumbotron > a > img {width: 100%; height: auto;}
.jumbotron a {color: #fff;}
div.carousel-inner .item img {
    max-height: 200px;
    margin: 0 auto;
}
.events-sort-buttons {
    margin: 10px 0;
}
.pre-afix {position: relative; height: 35px;}
.events-sort-buttons .affix {top:90px; background-color: #fff; z-index: 10; padding: 10px 5px; margin: 0; width: 848px; background-color: rgba(255, 255, 255, 0.97); }
.events-sort-buttons #sortDate { border-left: none; border-right: none;}
.events-sort-buttons .right, .right { float: right;}
.events-sort-buttons h3{
    margin: 0 0 5px;
    height: auto;
    line-height: 30px;
}
.events-sort-buttons > div, .main-content > div {margin-left: 0 !important; margin-right: 0 !important;}
.event-category {width: 11px; float: left;}
.event-listing .event-category{min-height: 80px;}
.category1 { background: red;}
.category2 { background: yellow;}
.category4 { background: #25992f;}

.LeftNavMobile{
    margin-left: 16px !important;
    margin-right: 16px !important;
}

.flexbox {display: flex;}
.flexcol { flex: 1;}
.flexbtn { width: 92%; position: absolute; bottom: 0;}
@media (min-width: 970px) {
        div.carousel-inner .item img {
            max-height: 300px;
            margin: 0 auto;
        }
}
div.main-content {
padding: 0;
margin-bottom: 30px;
}
#s-selection .affix { /* width: 308px;  */ top: 100px;}
@media (max-width: 1200px) {
        .events-sort-buttons .affix {width: 698px;}
        #s-selection .affix { width: 257px;}
}
@media (max-width:990px){
    .breadcrumb {position: relative !important; margin-bottom: 0 !important;}
    .events-sort-buttons .affix {width: 470px;}
    #s-selection .affix { position: relative; width: 100%; top: 0;}
    .flexbox {display: block;}
    .flexbtn { width: 100%; position: relative; bottom: 0;}
/*     .pre-afix {height: 70px;} */
}
@media (max-width:768px){
/*     div.main-content {padding: 0;} */
    .mobile-pad {padding: 0;}
    .login-form { width: 100%;}
    #login-dialog .modal-dialog, #register-dialog .modal-dialog { width: auto;}
    .event-category {}
    .events-sort-buttons .affix {width: 100%; left: 0; top: 50px; box-shadow: 0px 1px lightgrey;}
    #s-selection .affix {position: relative; top: 0;}
    .categoryDrop.panel-group .panel { border-radius: 5px 5px 0 0; border-bottom: none; overflow: hidden;}
    .navbar-nav {margin-right: 10px !important;}
    .flexbox {display: block;}
    .flexbtn { width: 100%; position: relative; bottom: 0;}
    /*.main-content > .row {margin-left: 0 !important; margin-right: 0 !important;}*/
}

@media (max-width:768px){
    .categoryDrop {
        margin-top: 10px;
    }

    div.quick-event-search {
        margin-top: 10px;
    }
}

div.quick-event-search {
    margin-bottom: 10px;
}

ul.events-sort-buttons .btn-group {
    float: right;
}
ul.events-sort-buttons h3{
    font-size: 26px;
    font-weight: bold;
}

.panel-heading{padding: 10px 10px;}

/* .panel-default > .panel-heading {background-color: #ababab; } */
/*left Nav */
/* .panel {overflow: hidden;} */ /* Commented out in UTIX-6302 */

.categoryDrop .panel-default .panel-heading a { text-decoration: none;}
.categoryDrop .panel-default .panel-heading span {
    float: right;
}
.categoryDrop .panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-radius: 0;
}
.categoryDrop .panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-radius: 0;
}
.categoryDrop .collapsed .glyphicon-triangle-top:before { content: "\e252"; }

.categoryDrop {margin-bottom: 10px;}

.categoryDrop.panel-group .panel + .panel {
    margin-top: 0px;
    border-radius: 0 0 5px 5px;
}

.categoryDrop.panel-group .panel + .panel .panel-heading {border-radius: 0 0 0 0;}

ul.box-office-hours a.list-group-item {
    font-weight: bold;
}
.categoryDrop .category {
    display: block;
    height: 105%;
    left: 0;
    position: absolute;
    top: -1px;
    width: 10px;}
ul.box-office-hours a.list-group-item span {
    font-size: 0.8em;
    font-weight: normal;
    float: right;
}
.full-toggle {
    background: none;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
/* /left Nav */
/* event listing */
.event-listing .row {
    border: solid 1px #8f8f8f;
    background: #fff !important;
    list-style: none;
    margin-bottom: 15px;
    padding: 0;
    overflow: hidden;
    min-height: 80px;
}
.all-upcoming {padding-right: 0;}
ul.event-listing .row .event-item {
        padding: 0;
    }

.event-listing .day {
    background-color: #f1f1f1;
    width: 80px;
    float: left;
}

.package-listing .day {
    background-color: #f1f1f1;
    width: 80px;
    float: left;
}

span.month {
    background: #616161 none repeat scroll 0 0;
    clear: both;
    color: #ffffff;
    display: block;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}
span.date {
    clear: both;
    color: #616161;
    display: block;
    font-size: 35px;
    margin-top: 2px;
    text-align: center;
    min-height: 50px;
}
.event-listing .detail {
    padding-left: 10px;
}
.event-listing .detail h3, .package-listing h3 {
        margin: 0;
        padding: 5px;
        font-size: 15px;
        font-weight: bold;
    }
@media (min-width: 768px) {
        .event-listing .detail {
            padding-left: 5px;
        }
        .event-listing .detail {
        /*    margin-right: 130px;
            margin-left: 80px; */
    }
        .event-listing .detail h3, .package-listing h3 {
            margin: 0;
            padding: 5px;
            font-size: 20px;
            font-weight: bold;
    }
}

.event-listing .detail div {
    font-style: italic;
    line-height: 21px;
    padding-left: 5px;
}
.event-listing .detail p, div.event-listing .detail a {
    font-size: 0.85em;
    line-height: 20px;
    padding: 0 5px;
}
.event-listing .detail .detail-info {
    padding-left: 0 !important; margin-right: 10px; overflow: hidden; float: left;
}
.event-listing .get-ticket {
    background-color: #f1f1f1;
    color: #222;
    float: right;
    text-align: center;
    position: relative;
    font-size: 0.89em;
}
.get-ticket .btn {width: 110px !important;}
.event-listing .get-ticket strong {
    display: block;
    font-size: 1.1em;
    font-weight: 500 !important;
}
.event-listing .paging {margin-left: -15px;}
.event-listing .get-ticket .e-time { font-size: 1em; margin-bottom: 2px;}
.event-listing .get-ticket button {
    margin-top: 5px;
}

/*
#ctl00_cphMainContent_innerContent{
    line-height: 46px;
}
@media (max-width: 768px) {
    #ctl00_cphMainContent_innerContent{
        line-height: 1rem;
    }

    #ctl00_cphMainContent_dvmyAffix{
        display: inline-block;
    }
}
*/

/* Wrap long category names */
.breadcrumb span, .event-listing .detail span, .list-group-item, #ctl00_cphMainContent_innerContent{
    word-break: break-all;
}

/* /event listing */
/*event detail */
.ticketOP {margin-bottom: 20px;}
.event-detail .row {
    border: solid 1px #8f8f8f;
    list-style: none;
    margin-bottom: 10px;
    padding: 5px;
    overflow: hidden;
}
.schedule {width: 100%; height: 10%; float: left; border: 1px solid #ababab; border-radius: 3px;}
.event-detail .day {
    display: none;
}
.event-detail .event-category {
    height: 35px;
    width: 100%;
}

.ticket-typeTD {border: none !important;}
.panel-default > div > .table  { border: none;}
.panel-default > div > .table td:first-child, .panel-default > div > .table th:first-child {border-left: none; }
.panel-default > div > .table td:last-child, .panel-default > div > .table th:last-child {border-right: none; padding-right: 15px;}

/*Player pass page*/
.player-form { margin:0 -37px 10px;}
.player-form .row { padding: 0;}
.player-form .add-sub-btn {text-align: right;}
.player-form .add-sub-btn button { float: right;}
.player-form .add-sub-btn button:nth-child(2) { margin-right: 5px;}
.player-form .p-number { line-height: 30px; float: right;}
.player-form .psbtn, .player-form .psbtn2 { margin-left: -11px; padding-top: 25px;}

@media (max-width:990px){
            .player-form { margin: 0px 0px 10px; padding-bottom: 10px; border-bottom: 1px solid #ababab;}
            .player-form .add-sub-btn { line-height: 0px; text-align: center; height: auto; }
            .player-form .add-sub-btn button:nth-child(2) { margin-right: 0; margin-top: 10px;}
            .player-form .p-number { text-align: center; line-height: 30px; height: auto; float: left !important;}
            .player-form .nlr-form {float: left;}
            .player-form .add-sub-btn button {float: none;}
            .player-form .psbtn, .player-form .psbtn2 {margin-left: -15px; margin-right: -15px;}
            .player-form .psbtn {margin-top:  19px !important;}
            .player-form .psbtn2 {margin-top:  0 !important;}
    }
/* /event detail */
@media (min-width: 992px){
.event-listing .get-ticket{
    padding-top: 3px;
}
}

@media (max-width:768px){
    .event-listing .get-ticket {
        padding-top: 5px;
    }
    .event-listing .get-ticket strong, ul.event-listing .get-ticket div{
        position: relative; z-index: 1; pointer-events: none;
    }
    .event-listing .get-ticket button {
        width: 100%; height: 40px; margin-top: 5px;
        z-index: 0;
        border-radius: 0;
    }
    .get-ticket .btn {width: 90% !important;}
    .player-form .nlr-form { margin: 0 !important; float: right;}
    .player-form .add-sub-btn { padding: 0; margin-left: 0 !important;}
    .player-form .add-sub-btn button:first-child { margin-left: 0; margin-top: 10px;}
    .player-form .psbtn, .player-form .psbtn2 { margin-right: 0px !important; margin-left: 0px !important;}
    .player-form .add-sub-btn button {float: none;}
    .player-form .psbtn {margin-top:  19px !important;}
    .player-form .psbtn2 {margin-top:  0 !important;}

}
footer {position: relative;margin-top: -80px !important; clear:both; background: #333; color: #fff; padding: 10px;}
.dvPowerBy {text-align: center; padding-right: 0 !important;}
.dvPowerBy span { padding-right: 0;}
#ctl00_wrapper #UTIXlogo {width: 130px !important;}
@media (min-width: 768px) {
    .ticketOP {float: right !important; margin-bottom: 10px;}
    .event-detail, event-map {float: left;}
    footer .f-left { text-align: left}
    footer .f-mid { text-align: center;}
    footer .f-right { text-align: right;}
    .get-ticket .btn {width: 90% !important;}
    .dvPowerBy {text-align: right;}
    .dvPowerBy span { padding-right: 30px;}
}

.inpsel, .inpsel3, .inpsel5, .inpselFp {color:#8a6d3b; font-size:14px; height: 13px; line-height: 10px; padding: 3px 0px; position: absolute; top: 35px;}

.inpsel2{color:#8a6d3b; font-size:14px; height: 13px; line-height: 10px;}

#loginarrow {width: 20px; display: inline-block; position: relative; background: url(../images/header/topnav/downarrow.png) no-repeat center 0%; height: 33px;top: 2px;}

.name { text-indent: 30px; background: url(../images/name.png) no-repeat left center; width: 97.5% !important; padding: 5px 0 !important; background-image: url(../images/name.svg), none; background-size: 30px auto;}
.phone {background: url(../images/phone.png) no-repeat left center; background-image: url(../images/phone.svg), none; background-size: 30px auto;}
.psw {background: url(../images/psw.png) no-repeat 0 center #fff; background-image: url(../images/psw.svg), none; background-size: 30px auto;}
.email {background: url(../images/email2.png) no-repeat 0 center #fff; background-image: url(../images/email2.svg), none; background-size: 30px auto;}
.full-input { text-indent: 30px; width: 97.5%; padding: 5px 0 !important;}
.city {text-indent: 30px; width: 196px; padding: 5px 0 !important; background:url(../images/city.png) no-repeat 0 center; background-image: url(../images/city.svg), none; background-size: 30px auto;}
.address {background: url(../images/address.png) no-repeat 0 center; background-image: url(../images/address.svg), none; background-size: 30px auto;}
.posfix {position: absolute; border-radius: 0 2px 2px !important; text-indent: 20px;}


/**Logindrop box**/


#logindrop1 li a {padding: 4px 0;}


#searchdrop, #logindrop, #helpBox {
    background: #FFFFFF;
    box-shadow: 0 0 5px #212121;
    z-index: 99999;
    display: none;
    position: absolute;
    border: 10px solid #565656;
}
#logindrop li {
    float: none;
    display: block;
    background: none;
}
#logindrop li a {
    color: #444;
    display: block;
    line-height: 32px;
    padding: 3px 0;
}

#editprofile a {
    background: url(../images/pro-edit.png) no-repeat left center !important;
    background-image: url(../images/pro-edit.svg) !important;
    background-size: 30px;
    text-indent: 40px;
    padding: 3px 5px;
}
#my-order a {
    background: url(../images/my-order.png) no-repeat left center !important;
    text-indent: 40px;
    padding: 3px 5px;
}
#my-points a {
    background: url(../images/my-points.png) no-repeat left center !important;
    text-indent: 40px;
    padding: 3px 5px;
}
.player-pass a {
    background: url(../images/player-pass.png) no-repeat left center !important;
    text-indent: 40px;
    padding: 3px 5px;
}
.swebbar a {
    background: url(../images/swebbar.png) no-repeat left center !important;
    text-indent: 40px;
    padding: 3px 5px;
}
#print-eTickets a {
    background: url(../images/ico-printer.png) no-repeat left center !important;
    text-indent: 40px;
    padding: 3px 5px;
}
#logoutprofile a {
    background: url(../images/logout_icon.png) no-repeat left center !important;
    background-image: url(../images/logout_icon.svg) !important;
    background-size: 30px;
    text-indent: 40px;
    padding: 3px 5px;
}

#editprofile:hover, .swebbar:hover, #my-order:hover, #my-points:hover, .player-pass:hover, #print-eTickets:hover, #logoutprofile:hover {
    background: #DDDDDD !important; box-shadow: 0 3px 4px #565656 inset;
}

/**----end----**/

/* Consolidating CSS3 Features
-------------------------------------------------------------------*/
#search input[type='text'], h2, table {border-radius: 2px; -moz-border-radius:2px; -webkit-border-radius:2px}

.picker, #searchdrop, #logindrop,#helpBox, .gallery li img, .form, input[type="text"],input[type="password"],
    textarea, select, .notification, button, input[type="submit"], input[type="button"], input[type="reset"],
    .button, .report .up, .report .down, code, #cboxClose  {border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px;}

.grid-no-data {
    background: white;
    padding: 10px;
    border: solid 2px lightgray;
    margin: 0 -15px;
}

/* package listing */
.package-listing .row {
    border: solid 1px #8f8f8f;
    background: #fff !important;
    list-style: none;
    margin-bottom: 15px;
    padding: 0;
    min-height: 80px;
    overflow: hidden;
}

ul.package-listing .row .event-item {
        padding: 0;
    }

.package-listing .detail {
    padding-left: 10px;
}
.package-listing .detail h4 {
        margin: 0;
        padding: 5px;
        font-size: 15px;
        font-weight: bold;
    }
@media (min-width: 768px) {
        .package-listing .detail {
            padding-left: 5px;
        }
        .package-listing .detail {
        /*    margin-right: 130px;
            margin-left: 80px; */
    }
        .package-listing .detail h4 {
            margin: 0;
            padding: 5px;
            font-size: 20px;
            font-weight: bold;
    }
}

.package-listing .detail div {
    font-style: italic;
    padding-left: 5px;
}
.package-listing .detail p, div.package-listing .detail a {
    font-size: 0.85em;
    line-height: 20px;
    padding: 5px;
}
.package-listing .detail .detail-info {
    padding-left: 0 !important; margin-right: 10px; overflow: hidden; float: left;
}
.package-listing .get-ticket {
    background-color: #F6F6F6;
    color: #fff;
/*
    width: 110px;
    height: 80px;
*/
    float: right;
    text-align: center;
    padding-top: 25px;
    position: relative;
    font-size: 0.89em;
}

.package-listing .get-ticket strong {
    display: block;
    height: 18px;
}
.package-listing .paging {margin-left: -15px;}
.package-listing .get-ticket .e-time { font-size: 0.8em; margin-bottom: 5px; height: 10px}
.package-listing .get-ticket button {
    margin-top: 5px;

}

.ticket-typeTD .table {margin-bottom: 0;}
/* package listing */

.map_container{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Ratio 16:9 ( 100%/16*9 = 56.25% ) */
}
.map_container .map_canvas{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.seat
        {
            width: 20px;
            height: 20px;
            padding: 2px !important;
            border-radius: 15px 15px 2px 2px;
            float: left;
            margin: 1px;
/*             box-shadow: 1px 1px 1px grey; */
            border: 1px solid gray;
        }
        .spacer
        {
            width: 20px;
            height: 20px;
            border-radius: 15px 15px 2px 2px;
            margin: 1px;
            padding: 0 8px;

        }
        .available
        {
            background-color: #090;
        }
        .reserved1
        {
            background-color: #636;
        }
        .reserved2
        {
            background-color: #039;
        }
        .held
        {
            background-color: #69C;
        }
        .rehold
        {
            background-color: #C39;
        }
        .handicap
        {
            background-color: #555;
        }
        .companion
        {
            background-color: #6C0;
        }
        .blocked
        {
            background-color: #CCC;
        }
        .selected
        {
            background-color: #F90;
        }
        .obstacle
        {
            background-color: #900;
        }
.stage{

    color:#6c6c6c;
    font-size: 18px;
    background-color:#dfdfdf;
    border:1px solid #b6bac0;
    text-align:center;
    padding:5px 0px 5px 0px;
    font-weight:bold;
    text-shadow:1px 1px #FFF;
    width:100% ;
}
/*
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
/*UpdateProgressOverlayExtender FlanControls*/
.updateProgress { position: absolute; color:Black; padding: 0px; margin: 0px; }
.updateProgress div { background-color: rgba(255, 255, 255, .9); color:#656565; padding:290px 0; position: fixed; top: 0; left:0; width: 100%; height: 100%; text-align: center; font-size: 30px; font-weight: bold; }
.updateProgress div img { }
/*End UpdateProgressOverlayExtender FlanControls*/

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:visible !important;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
/*
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{z-index: 9999999; }
    #cboxContent{background:#fff; overflow:visible !important;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:20px;}
        #cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;}
        #cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}
        #cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
        #cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
        #cboxNext{position:absolute; bottom:0px; left:63px; color:#444;}
        #cboxLoadingOverlay{background:#fff url(images/loading.gif) no-repeat 5px 5px;}

        /*#cboxClose{position:absolute; bottom:0; right:0; background:url(../images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}*/
        #cboxClose{
            position:absolute;
            top: 4px;
            right: 4px;
            color:#333;
            text-transform: capitalize;

            display: inline-block;
            margin-bottom: 0;
            font-weight: normal;
            text-align: center;
            vertical-align: middle;
            -ms-touch-action: manipulation;
            touch-action: manipulation;
            cursor: pointer;
            background-image: none;
            border: 1px solid transparent;
            white-space: nowrap;
            padding: 6px 12px;
            font-size: 14px;
            line-height: 1.42857143;
            border-radius: 4px;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;

            color: #fff;
            background-color: #d9534f;
            border-color: #d43f3a;
            }

        #cboxClose:hover{
            color: #fff;
            background-color: #c9302c;
            border-color: #ac2925;
         }

.validation-error {
    display: block;
    line-height: 24px;
    height: 24px;
    font-size: 14px;
    font-weight: bold;
}

.ViewAsBar{
    position: fixed;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 500;
    padding-top: 7px;
    padding-bottom: 7px;
}

.ViewAsBar > ul {margin-bottom: 0!important; }

/* UTIX-2552 START*/
    .container-fluid.fullheight{
        padding-left: 0;
        padding-right: 0;
    }

    .container-fluid.main-content > .alert{
        margin-left: 16px !important;
        margin-right: 16px !important;
    }
/* UTIX-2552 END*/

/*div.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

nav.navbar {
    border-radius: 0;
    padding-left: 15px;
    padding-right: 15px;
}
/* Alerts */
.alert{overflow: auto; padding: 8px 16px;}

@media(max-width:767px){
    .alert img{width: 100%;}
}

.alert-sm{
    margin-bottom: 16px;
    padding: 8px 16px;
}

.alert-warning {
    border-color: #8a6d3b;
}
.alert-info {
    border-color:#2d6f90;
}
.alert-danger{
    color:#a94442 !important;
}
.alert-success {
    border-color:#39763a;
    color: #1E381E;
}

.alert-success a{
    color:#0D7CF2;
}

.alert-success .close{
    color: #000;
}

.alert .glyphicon{
    padding-right: 5px;
}

.alert .fa{
    padding-right: 5px;
}

.btn-event-listings{
    width:100px;
}

.MaxNTError {
    font-size: 11px;
    font-style: italic;
}
.EmDash {
    vertical-align:middle !important;
}
/*scroll custom*/
.jspContainer
{
    overflow: hidden;
    position: relative;
}

.jspPane
{
    position: absolute;
}

.jspVerticalBar
{
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 100%;
    background: red;
}

.jspHorizontalBar, .jspHorizontalBar2
{
    /*position: absolute;*/
    bottom: 0;
    left: 0;
    width: 100%;
    height: 12px;
    margin-top: 5px;
    background: red;
}

.jspCap
{
    display: none;
}

.jspHorizontalBar .jspCap, .jspHorizontalBar2 .jspCap
{
    float: left;
}

.jspTrack, .jspTrack2
{
    background: #dfdfdf;
    position: relative;
}

.jspDrag, .jspDrag2
{
    background: rgba(43, 43, 43, 0.35);
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
    border-radius: 10px;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag,
.jspHorizontalBar2 .jspTrack2,
.jspHorizontalBar2 .jspDrag2
{
    float: left;
    height: 100%;
}

.jspArrow
{
    background: #dfdfdf;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.jspArrow.jspDisabled
{
    cursor: default;
    background: #80808d;
}

.jspVerticalBar .jspArrow
{
    height: 16px;
}

.jspHorizontalBar .jspArrow, .jspHorizontalBar2 .jspArrow
{
    width: 16px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
    outline: none;
}

.jspCorner
{
    background: #eeeef4;
    float: left;
    height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
    margin: 0 -3px 0 0;
}
/*end*/

/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.row-eq-height-content{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

/* Sidebar */
.list-group-item>.badge{
    margin-left: 10px;
}

.badge{background-color:#757575}

/* alerts */
.alert img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    margin-top: 16px;
}

/* SendMMS.aspx */
.SendMMSbackground{
    background: #f9f9f9;
}

/* Event Details */
.eventDetails img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

/* Panel Tabs */
.nav-panel-tabs {
    border-bottom: none;
    padding-left: 10px;
}

.panel-tabs {
    border:1px solid #ddd;
    border-color: #ddd;
}

/* SEAT SELECTION PAGE */

/* Legend Start */
#ctl00_cphMainContent_ec_dvSeatingChartNames .seat-label:nth-of-type(6){
    display: none;
}

span.legend-label {
    margin-top: 2px;
    display: inline-block;
    margin-left: 1px;
}
/* Legend End */

/* Seating chart color cleanup */
/*
td[data-toggle="tooltip"]{
    border: 1px solid transparent;
}
*/

#Mydiv tr td span{
    font-weight: normal !important;
}
#seatSelection:hover .seatTable tr td:last-of-type {
    color: #929292;
    cursor: default;
}

#rotationtoggle .seat_available, #rotationtoggle td[classselection="seat_handicap"], #rotationtoggle td[classselection="seat_companion"], #rotationtoggle .seat_available, #rotationtoggle .seat_blocked{
    cursor: pointer;
}

/*
#seatSelection:hover .seat_available span, #seatSelection:hover td[classselection="seat_handicap"] span, #seatSelection:hover td[classselection="seat_companion"] span, #seatSelection:hover .seat_available span, #seatSelection:hover .seat_blocked span{
    opacity: 0;
}
*/

#rotationtoggle .seat_blocked{
    cursor: default;
    border: 1px solid gray;
    pointer-events: none;
}

#rotationtoggle .seat_blocked span, #rotationtoggle td[classselection="seat_handicap"] span, #rotationtoggle td[classselection="seat_companion"] span{
    display: none !important;
}

#rotationtoggle .seat_blocked[abbr="reserved by other customer"] span {
    display: block !important;
    color: #313131 !important;
}

#rotationtoggle .seat_selected{
    border: 1px solid #002b59;
}

#rotationtoggle .seat_selected span{
    color: #06488E !important;
    font-weight: bold !important;
}

#rotationtoggle .seat_blocked[abbr="reserved by you"]::before, #ctl00_cphMainContent_ec_dvSeatingChartNames .seat-label:nth-of-type(3) .legend-seat::before{
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    content: "\f02b";
    display: block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-left: 4px;
    font-size: 10px;
    color: #949494;
    margin-top: 2px;
}

#ctl00_cphMainContent_ec_dvSeatingChartNames .seat-label:nth-of-type(3) .legend-seat::before{ /* Legend Icon Adjustment*/
    margin-top: 1px;
    margin-left: 1px;
}

#rotationtoggle td[classselection="seat_handicap"]::before,  #ctl00_cphMainContent_ec_dvSeatingChartNames .seat-label:nth-of-type(4) .legend-seat::before{
    font-family: "Font Awesome 5 Brands";
    font-weight: normal;
    content: "\f368";
    display: block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-left: 5px;
    font-size: 11px;
    color: white !important;
    margin-top: 2px;
}

#ctl00_cphMainContent_ec_dvSeatingChartNames .seat-label:nth-of-type(4) .legend-seat::before{ /* Legend Icon Adjustment*/
    margin-top: 1px;
    margin-left: -1px;
}

#rotationtoggle td[classselection="seat_companion"]::before,  #ctl00_cphMainContent_ec_dvSeatingChartNames .seat-label:nth-of-type(5) .legend-seat::before{
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    content: "\f500";
    display: block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-left: 4px;
    font-size: 10px;
    color: white;
}

#ctl00_cphMainContent_ec_dvSeatingChartNames .seat-label:nth-of-type(5) .legend-seat::before{ /* Legend Icon Adjustment*/
    margin-top: 1px;
    margin-left: 0px;
}

#rotationtoggle .seat_selected[classselection="seat_companion"]::before{
    margin-left: 3px;
}

#rotationtoggle .seat_selected[classselection="seat_handicap"]::before{
    margin-left: 4px;
}


#rotationtoggle tr .seat_available:hover span, #rotationtoggle tr td[classselection="seat_handicap"]:hover span, #rotationtoggle tr td[classselection="seat_companion"]:hover span, #REMOVEMydiv:hover span,{
/*     opacity: 1; */
    color: #D9E8FC !important;
}

/*
#Mydiv tr:hover span{
    opacity: 1 !important;
}
*/

#seatSelection .seatTable tr:hover td:last-of-type{
    color: black;
}

#Mydiv tr:hover .seat_available , #Mydiv tr:hover .seat_handicap[classselection="seat_handicap"] , #Mydiv tr:hover td[classselection="seat_companion"] {
/*     box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.3); */
    background-color: #595959 !important;
}

#rotationtoggle tr td[data-toggle="tooltip"]:hover, #Mydiv tr:hover .seat_handicap[classselection="seat_handicap"]:hover  {
    background-color: #D9E8FC !important;
    border: none;
    box-shadow: none !important;
    cursor: pointer;
}

#rotationtoggle td[data-toggle="tooltip"]:hover span{
    display: none !important;
}


#rotationtoggle td[data-toggle="tooltip"]:hover::before{
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    content: "\f00c";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-left: 4px;
    font-size: 10px;
}

#rotationtoggle td[data-toggle="tooltip"]:hover::before, #rotationtoggle .seat_selected[classselection="seat_handicap"]::before, #rotationtoggle .seat_selected[classselection="seat_companion"]::before{
    color: #06488E !important;
}

#rotationtoggle .seat_selected:hover::before{
    content: "\f068" !important;
    margin-left: 5px !important;
    font-size: 11px !important;
}

.rotateL td[data-toggle="tooltip"]:hover::before, .rotateL td[classselection="seat_companion"]::before, .rotateL td[classselection="seat_handicap"]::before{
    rotation: 90deg;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

.rotateR td[data-toggle="tooltip"]:hover::before, .rotateR td[classselection="seat_companion"]::before, .rotateR td[classselection="seat_handicap"]::before{
    rotation: -90deg;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
}

.rotateL td[classselection="seat_companion"]::before{
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 3px;
    margin-bottom: -3px;
}

.rotateL td[classselection="seat_handicap"]::before{
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 5px;
    margin-bottom: -1px;
}

.rotateR td[classselection="seat_companion"]::before{
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 2px;
    margin-bottom: 1px;
}

.rotateR td[classselection="seat_handicap"]::before{
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 2px;
    margin-bottom: 2px;
}
/* Seating chart color cleanup END */

/* Seat alignment Start */

.seatTable tr td:last-of-type {
    min-width: 34px;
    text-align: left;
    padding-left: 4px;
}

#mainTable #ctl00_cphMainContent_btnRight{
    margin-left: -11px;
}

/* Seat alignment End */

#s-selection .fa-arrow-up {
    color: grey;
}

#s-selection .fa-eye {
    color: grey;
}

.font-weight-light{
    font-weight: 300;
}

@media (max-width:768px) {
    #purchasedDate{
        float: none !important;
        font-size: 1.5rem;
        display: block;
        margin-top: 4px;
    }
}

.RecordLocator {
    letter-spacing: .15em;
}

.RecordLocatorBackground {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.tooltip-inner {
    max-width: 200px;
    /* If max-width does not work, try using width instead */
}
.disableddv {
    pointer-events: none;
    opacity: 0.4;
}

.LeftNavDesktop{
      display: none;
}

.LeftNavMobile{
      display: block;
      padding-top: 16px;
}
@media (min-width:768px) {
    .LeftNavDesktop{
          display: block;
    }

    .LeftNavMobile{
          display: none;
    }
}


/* Date Filter temporary patch for issues with display:contents property in Chrome, Firefox, and Mobile Safari */

@supports (-webkit-appearance:none) {
  .affix-top #ctl00_cphMainContent_dvDate .dropdown-menu{
      right: 14px !important;
  }

  .affix #ctl00_cphMainContent_dvDate .dropdown-menu{
      right: 4px !important;
  }
}

@supports (-ms-ime-align:auto) {
  .affix-top #ctl00_cphMainContent_dvDate .dropdown-menu{
      right: 0px !important;
  }

  .affix #ctl00_cphMainContent_dvDate .dropdown-menu{
      right: 0px !important;
  }
}

/* END Date Filter temporary patch for issues with display:contents property in Chrome, Firefox, and Mobile Safari */

#collapseOne a { /* fixes issue with long category names in sidebar */
    word-break: break-word;
}

@media all and (-ms-high-contrast:none) {

    *::-ms-backdrop, #collapseOne a { word-break: normal;}
    *::-ms-backdrop, #ctl00_cphMainContent_innerContent { float: left; width: 75%;  line-height:35px; }
}
/* IE11 */
}