/* @override
	https://devus.mobilitus.net/styles/tmus/webapp.css
	https://devau.mobilitus.net/styles/tmus/webapp.css
*/

.edptop {
  clear: both;
}

.fullhead {
  margin: 5px 10px 5px;
  font-weight: bold;
  font-size: 12px;
}

.fullhead.stylized {
  font-size: 18px;  /* ffs */
  color: #414141;
  line-height: 24px;
}

@media (min-width: 375px) {
    .fullhead.stylized {
        font-size: 20px;
        line-height: 26px;
    }
}

.csc_reco_text_link {
  color: #414141;
}

/* defaults */

a {
  color: #009cde;
}

html {
  overflow-x: hidden;
}

body {
  background: #414141;
  overflow-x: hidden;
}

@media (min-width: 375px) {
    select {
        font-size: 16px;
        line-height: 22px;
    }
}
/*
input[type=radio] {
  -webkit-appearance: none;
  background-image: url('/styles/tm15/radio_off.png');
  background-repeat: no-repeat;
  background-size: 18px 19px;
  height: 19px;
  width: 18px;
  border: none;
}

input[type=radio]:checked {
  background-image: url('/styles/tm15/radio_on.png');
}
*/



/* layouts */

#mainwrapper {
  z-index: 5;
}

#maincontent {
  position: relative;
  left: 0;
  min-height: 100vh;
  background: #efefef;
  -webkit-transition: margin 300ms;
  transition: margin 300ms;
}

@media (max-width: 767px) {
	#maincontent {
		margin-left: -20px;
		margin-right: -20px;
	}
}

#pulloutmenu {
  background: #333333;
  padding-right: 40px;
  max-height: 100vh;
  overflow: scroll;
}

#maincontent #top, #maincontent #footer {
  margin-left: 0;
  margin-right: 0;
}

#maincontent #footer {
  background: none;
  color: #414141;
}

#footer {
  background: #EFEFEF;
}

.l-adspace {
  background: #fff;
}

#maincontent .l-adspace {
  margin-left: 0;
  margin-right: 0;
}

.l-cb, .tabbable-cb {
  background: #EFEFEF;
  margin-left: 0;
  margin-right: 0;
}

.l-cb-eventhead {
  padding-bottom: 0;
}

.tickettransfer .l-cb-eventhead {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #CCC;
}

.l-cb-eventhead .accordion-group {
  border: none;
}

#pform {
  position: absolute;
  margin-left: -20px;
  min-height: 100vh;
  background: #414141;
  width: 100%;
}

@media (min-width: 768px) {
  #pform {
    margin-left: 0;
  }
}

#pform .alert {
  padding: 8px 0;
}

.l-fullblock {
  background: #FFFFFF;
}

.l-paddedsection {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}

.l-paddedsection-breathe {
  margin-top: 10px;
}

.l-paddedsection .header-section {
  padding-top: 10px;
  padding-bottom: 0;
}

.l-paddedsection form {
  margin-bottom: 0;
}

.tabbable.l-paddedsection {
  padding-top: 0;
  padding-bottom: 0;
}


.l-highlight {
	padding: 10px;

	background-color: #eaeaea;
}

.highlight-resale {
  text-align: center;
  font-size: 12px;
  color: #414141;
  line-height: 14px;
}

.highlight-resale .highlight-info {
  font-size: 10px;
  color: #999999;
  line-height: 14px;
}

.highlight-resale-count {
  padding-top: 10px;
}

.l-topmiddle {
  margin-right: 60px;
  margin-left: 30px;
}

.l-topmiddle form {
  display: none;
}

#transferbutt {
    position: fixed;
    bottom:0;
    margin:0;
    padding:0;
    left:0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #CCC;
    -webkit-transition: left 300ms;
    transition: left 300ms;
}


.toside #transferbutt {
  left: 280px !important;
}

#transferbutt .wrapper {
	padding: 5px;
          }
#transferbutt .wrapper button {
  width: 100%;
  margin-top: 4px;
}


/* accordion */

.accordion-group {
  border-radius: 0;
}

.edptop .accordion {
  margin-bottom: 0;
}

.accordion-confirm {
  margin-bottom: 0;
}

.accordion-confirm .accordion-group {
  margin-bottom: 0;
}

.accordion-heading a.accordion-toggle{
  background: url('/styles/tm15/expand_plus.png') 10px 13px no-repeat;
  color: #009CDE;
  line-height: 14px;
  padding: 15px 10px 15px 35px;
  background-size: 18px;
}

.accordion-heading a.accordion-toggle h3 {
  margin: 0;
}

.accordion-heading a.accordion-toggle.expanded {
  background-image: url('/styles/tm15/collapse_minus.png');
}

/* action */

.action {
  padding-top: 10px;
}

/* adbox */

.adspace {
  padding: 10px;
  background: #fff;
}

/* alerts */

.alertwrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index:15;
    background: #444;
}

.alert, div.holdalert {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 18px;
	letter-spacing: -1px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-shadow: #ffffff 0 -1px 0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	color: #d00509;
	background: #e9e9e9;
}

.alert ul {
	list-style: none;
	margin: 0;
}

div.alert-topofpage {
	display: none;
	height: 40px;
	margin: 0px;
	border-radius: 0px;
	box-shadow: 0px 0px 5px #ccc;
  text-shadow: none;
  color: #414141;
}

div.alert-topofpage a {
  color: #414141;
}

/* CAL */

.cal {
  background: #009CDE;
  padding-bottom: 200px;
  margin-bottom: -200px;
  padding-top: 16px;
  font-weight: bold;
}

.cal-month, .cal-day {
  font-family: arial;
  font-size: 10px;  /* ffs */
  color: #FFFFFF;
  line-height: 10px;
  font-weight: bold;
}

.cal-date {
  font-family: arial;
  font-size: 18px;  /* ffs */
  color: #FFFFFF;
  line-height: 18px;
}

/* countdown */

#countdown_dashboard {
    background-color: #009CDE;
    padding: 10px;
    z-index: 10;
    clear: both;
    font-size: 12px;
    line-height: 14px;
    font-family: arial;
    font-weight: bold;
    color: #fff;
    height: 10px;
}

#countdown_dashboard .dash {
  display: inline-block;
}

#countdown_dashboard .dash .digit {
    float: left;
    text-align: center;
    height: 10px;
    font-weight: bold;
}

#countdown_dashboard .dash_title {
    display: none;
}

#countdown_dashboard .dash-wrapper {
  float: right;
}

#countdown_dashboard .subtitle {
    display: block;
    float: left;
    font-weight: bold;
    text-align: center;
    margin-left: 0px;
    margin-right: 10px;
}

/* buttons */

.btn-cta, .btn-cta:hover {
  background-image: none;
  background: #19AB20 !important;
  color: #fff;
  border-radius: 3px;
  text-shadow: none;
  box-shadow: none;
  border: none;
}

.btn-primarycta, .btn-primarycta:hover {
  background-image: none;
  background: #19AB20 !important;
  border-radius: 3px;
  /* Find Tickets: */
  font-family: arial;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 16px;
  text-shadow: none;
  box-shadow: none;
}

.btn-accept, .btn-accept:hover {
  background-image: none;
  background-color: #009CDE !important;
  border-radius: 3px;
  text-shadow: none;
  box-shadow: none;
  border: none;
}

.btn-disabled {
  background-image: none;
  background-color: #009CDE !important;
  opacity: .25
  border-radius: 3px;
  box-shadow: none;
  border: none;
}

.btn-large {
  width: 100% !important;
  padding-left: 0;
  padding-right: 0;
}

.btn-hollow {
  border: 1px solid #009CDE;
  border-radius: 3px;
  font-size: 12px;
  color: #009CDE;
  line-height: 14px;
  background: none;
}

.btn-hollow-cta {
  border-color: #19AB20 !important;
  color: #19AB20 !important;
}

.btn-hollow.resalecancel {
  border: 1px solid #FF0000;
  color: #FF0000;
}

.btn-large.btn-hollow, .btn-large.btn-accept {
  font-size: 16px;
  line-height: 16px;
}

.btn-borderless {
  border: none;
  background: none;
  text-shadow: none;
  box-shadow: none;
  border: none;
  /* Filter: */
  font-size: 12px;
  color: #009CDE;
  line-height: 14px;
}

.btn-borderless-cta {
  color: #19AB20 !important;
}

.btn-fullwidth {
  width: 90%;
}

.btn-top {
  vertical-align: top;
}

/* cats */

.cats {
  padding: 20px 10px;
  background: #FFFFFF;
  font-size: 12px;  /* ffs */
  color: #999999;
  line-height: 16px;
}

@media (min-width: 375px) {
    .cats {
        font-size: 14px;
        line-height: 18px;
    }
}


.cats a {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  border-left: 1px solid #999999;
}

.cats a:nth-child(2) {
  padding-left: 0;
  border-left: none;
}

/* chevroned link */

.chev-link {
  background-image: url('/styles/tm15/chevron_grey_right.png');
  background-size: 7px;
  text-decoration: none;
}

/* credit cards */

.cc {
  border-top: none;
}

.cc-info .ll-item-title, .cc-info .deliverytype {
  font-size: 14px;
  color: #414141;
  line-height: 16px;
}

.cc-info .info, .cc-info .billingaddress  {
  font-size: 12px;
  color: #999999;
  line-height: 14px;
}

.cc-cardlist {
  padding: 10px 0;
}

/* crumbs */

.crumbs {
  font-family: arial;
  font-weight: bold;
  font-size: 10px;
  line-height: 12px;
  padding: 10px;
}

.crumbs .crumb {
  width: 25%;
  text-align: center;
  display: inline-block;
  padding-bottom: 5px;
  color: #ccc;
}

.crumbs-5 .crumb {
  width: 20%;
}

.crumbs .crumb:before {
  display: block;
  content: "";
  height: 3px;
  width: 98%;
  margin-bottom: 5px;
  background-color: #ccc;

}

.crumbs .crumb.active {
  color: #414141;
}

.crumbs .crumb.active:before {
  background-color: #414141;
}

.crumbs .crumb.done {
  color: #19AB20;
}

.crumbs .crumb.done:before {
  background-color: #19AB20;
}

/* deleteicon (input clearing) */

span.deleteicon {
    position: relative;
}
span.deleteicon span {
    position: absolute;
    display: block;
    top: 1px;
    right: 10px;
    width: 12px;
    height: 12px;
    padding: 2px;
    background: url('/styles/tm15/clear_search.png');
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}
span.deleteicon input {
    padding-right: 16px;
}

/* deliveryoption */

.deliveryoption.faded {
  font-size: 12px;  /* ffs */
  color: #999999;
  line-height: 14px;
}

@media (min-width: 375px) {
    .deliveryoption.faded {
        font-size: 14px;
        line-height: 18px;
    }
}


/*  delivery method */

.delivery .faded {
  font-size: 12px;  /* ffs */
  color: #999999;
  line-height: 14px;
}

@media (min-width: 375px) {
    .delivery .faded {
        font-size: 14px;
        line-height: 18px;
    }
}


.dmethod select {
  display: inline;
  width: 100%;
}

select#expire_year {
  width: 49%;
}

select#expire_month {
  width: 49%;
}

select.ticket-quantity {
    width: 70px;
}

select.ticket-price {
  width: 205px;
}

.dmethod {
  position: relative;
  border-bottom: #ccc;
  font-size: 14px;  /* ffs */
  color: #414141;
  line-height: 19px;
}

@media (min-width: 375px) {
    .dmethod {
        font-size: 16px;
        line-height: 22px;
    }
}

.dmethod .subtitle {
  padding-bottom: 5px;
}

.dmethod .fee {
    display: inline-block;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 0;
    padding-right: 10px;
}

.dmethod.upsell-form {
  min-height: 40px;
}


.dm {
  background: none;
  border: none;
  font-size: 12px;
  color: #414141;
  line-height: 14px;
}

.dm-title {
  border: none;
}

.dm-item {
  color: #999999;
}

.dm-item .ll-item-body-title {
  color: #414141;
  font-size: 12px;
  margin: 10px 0;
}

.dmethod .deliverytype{ display: block; padding-right: 50px;}
.dmethod .info{
    color: #000; /* text color */
    font-family: "Interstate Light","Arial";
    font-size: 12px;
    margin: 0px 0px 0px 23px;
    display: block;
}

.dmethod .info.hide {
  display: none;
}


.dmethod-confirm .ico {
  width: 30px;
  background-position: center;
}
/* edp */

.edptabs {
  padding-top: 0;
}

/* favlink */

.favlink {
  padding-top: 10px;
  padding-right: 10px;
}

/* finalprice */

.finalprice {
  /* Total US $170.00: */
  font-weight: bold;
  font-size: 14px;  /* ffs */
  color: #19AB20;
  line-height: 18px;
}

@media (min-width: 375px) {
    .finalprice {
        font-size: 16px;
        line-height: 22px;
    }
}


/* findon */

.findon {
  display: block;
  color: #414141;
}

/* fixed */


.fixed {
	width: 100%;
  position: fixed;
  z-index: 1000;
  background: #fff;
  top: 24;
	display: inline-block;
  border-bottom: 1px solid #DDDDDD;
}


.fixed .filter {
	padding-top: 10px;
}

.fixed .filter select {
	width: 100px;
}

.fixedwrap {
	margin: 0px;
	padding: 0px;
	background: #eee;
}

.fixed .l-split-right > div {
	padding-right: 10px;
}


/* forms */

.form-search-header {
  margin-bottom: 0;
  text-align: left;
  padding-top: 0;
}

.form-search-header .form-search-query[type=search] {
  border-radius: 15px;
  border-color: #009CDE;
  color: #414141;
  font-size: 12px;
  line-height: 14px;
  width: 100%;
}

.form-search-query::-webkit-input-placeholder {
  color: #009CDE;
}

/* Get me in */

.getmein {
  padding-left: 10px;
  padding-right: 10px;
}

.getmein h1{
    font-size: 22px;
    margin: 0px;
    line-height: 24px;
}

.getmein .gmi-btn{
    display: inline-block;
    margin: 10px 0px 0px 10px;
    float: right;
}

.getmein img{
}

.getmein .gmi-btn a{
    padding: 10px 20px 10px 20px;
    background-color: #51B6ED;
    font-weight: bold;
    color: #fff !important;

}

.getmein .gmitickets{
    font-size: 16px;
    font-weight: lighter;
    margin-top: 10px;
    margin-bottom: 25px;
}

.getmein .footnote{
    font-size: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.getmein .gmialternative{
    border-top: 1px solid #ddd;
    font-size: 18px;
    font-weight: bold;
    padding-top: 10px;
}

/* headers */

.header-tab {
  background: none;
}

.header-section {
  font-family: arial;
  font-weight: bold;
  font-size: 16px;  /* ffs */
  color: #414141;
  line-height: 22px;
  padding-top: 20px;
  background: #fff;
}

@media (min-width: 375px) {
    .header-section {
        font-size: 18px;
        line-height: 24px;
    }
}

.header-section-transparent {
  background: none;
}

.header-section-padded {
  background: none;
  font-size: 14px;
  line-height: 16px;
  padding-bottom: 0;
}

/* helios */

.helios_icon {
  text-align: center;
}

.helios_error {
  color: #ff0000;
}

.helios {
	padding: 20px 10px;
}

.helios_button {
	text-align: center;
}

.helios_button a {
	margin-top: 10px;
  display: block;
}

/* icons */

.ico-eticket {
  background-image: url('/styles/tm15/ico-eticket.png');
  width: 14px;
  height: 25px;
  background-size: 14px;
  vertical-align: middle;
}

.ico-print {
	background-size: 24px;
	width: 24px;
	height: 24px;
	background-image: url('/styles/tm15/ico-print.png');
  vertical-align: middle;
}

.ico-resale {
  background-image: url('/styles/tm15/ico-resale.png');
  vertical-align: top;
}

.ico-locate {
  background-image: url('/styles/tm15/ico-locate.png');
  background-size: 20px;
  height: 20px;
  width: 20px;
  vertical-align: middle;
}

.ico-accessibility {
  background-image: url('/styles/tm15/ico-accessibility.png');
  background-size: 20px;
  height: 20px;
  width: 20px;
  vertical-align: middle;
}

/* Insurance */

.insurance {
	font-size: 80%;
}

.insurance .cc {
	font-size: 120%;
}

.insurance .smallprint.disclaimer {
	text-align: left;
	margin: -10px;
}


/* info */
.info-ticket, .legal {
  padding: 10px 0;
  font-size: inherit;
}

.info-ticket p, .legal p {
  font-size: 12px;  /* ffs */
  color: #999999;
  line-height: 16px;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media (min-width: 375px) {
    .info-ticket p, .legal p {
        font-size: 14px;
        line-height: 18px;
    }
}


/* input */

input.input-fullwidth {
  /* form field: */
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  box-shadow: inset 0px 1px 2px 0px rgba(0,0,0,0.20);
  border-radius: 3px;
  /* Email address: */
  font-size: 12px;
  color: #414141;
  line-height: 14px;
  padding: 8px;
}

input::-webkit-input-placeholder {
    color: #ccc;
}

input.form-pc-input {
  width: auto;
}

.input-large {
  box-shadow: none !important;
  border-radius: 3px !important;
  height: inherit !important;
  line-height: 1.2em !important;
}

input.input-large::-webkit-input-placeholder, input.input-large::-moz-placeholder {
  height: 50px !important;
  vertical-align: center;
}

/* link lists */

.ll {
  padding-bottom: 0;
}

.ll-body {
  margin-bottom: 0;
}

.ll-body-alternative {
  background: #414141;
  border-bottom: none;
  border-top: none;
}

.ll-body.artistlist {
  min-height: 200px;
}

.ll-item > a, .ll-style > a {
  font-size: 14px;  /* ffs */
  color: #414141;
  line-height: 18px;
}

@media (min-width: 375px) {
    .ll-item > a, .ll-style > a {
        font-size: 16px;
        line-height: 22px;
    }
}

.ll-item {
  font-size: 14px;
}

.ll-item-padded {
  padding-top: 10px;
  padding-bottom: 10px;
}

.ll-item .seatrow .key {
  font-weight: bold;
}

.ll-item-inverted > a, .ll-item-inverted > span {
  font-family: arial;
  font-size: 14px;
  font-weight: normal;
  line-height: 17px;
}

.ll-item-inverted {
  border: none;
}

.ll-body-alternative .ll-item-inverted {
  border-bottom: 1px solid #999;
  border-top: none;
}

.ll-body-alternative .ll-item-body .btn {
  margin-top: 0;
}

.ll-body-lineless {
  padding-top: 10px;
  padding-bottom: 10px;
}

.ll-inverted .ll-body-lineless {
  border-top: none;
}

.ll-inverted .smallprint {
  border-top: 1px solid #999;
}

.ll-body-lineless .ll-body-title {
  font-size: 14px;
  color: #999999;
  line-height: 16px;
  padding-left: 20px;
  padding-bottom: 5px;
}

.ll-body-lineless .ll-item {
  border: none;
}

.ll-body-lineless .ll-item a {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 14px;
  border-bottom: none;
  background: none;
  padding-left: 20px;
}

#pulloutmenu .ll-item a, #pulloutmenu .ll-item span, #pulloutmenu .ll-title, #pulloutmenu .ll-body-title {
  padding-left: 20px;
}

.ll-item-inverted a, .ll-item-inverted span {
  color: #FFFFFF;
}

.ll-item-link, .ll-item-inverted a {
  background-image: url('/styles/tm15/chevron_grey_right.png');
  background-size: 7px;
  border-right: none;
  background-position: right 10px center;
}

.ll-item-event-title {
  padding-top: 7px;
  font-family: arial;
  font-size: 14px;  /* ffs */
  color: #414141;
  line-height: 18px;
}

@media (min-width: 375px) {
    .ll-item-event-title {
        font-size: 16px;
        line-height: 22px;
    }
}

.ll-item-event-bd {
  font-family: arial;
  font-size: 12px;  /* ffs */
  color: #999999;
  line-height: 16px;
}

@media (min-width: 375px) {
    .ll-item-event-bd {
        font-size: 14px;
        line-height: 19px;
    }
}

.ll-item-orderconf {
  padding: 10px;
}

/* md items */

.md-event {
  background: none;
  min-height: 70px;
}

.md-eventhead {
  clear: both;
  border-bottom: none;
  padding-bottom: 0;
}

.md-event li:first-child {
  padding-top: 0;
  width: 36px;
}

.md-event li:nth-child(2) {
  padding-left: 10px;
  padding-top: 10px;
}

.md-edp .md-event li:nth-child(2) {
  padding-left: 0;
  padding-top: 0;
}

.md-edp .ll-item-title {
  font-weight: bold;
  padding-top: 0px;
}

.md-edp .cal {
  padding-top: 8px;
}

.md-edp .md-bd {
  padding-top: 4px;
}

.md-edp a {
  color: #414141;
}

.md-edp .address {
  color: #414141;
}

.md-edp .address h3 {
  font-size: 12px;  /* ffs */
  color: #414141;
  line-height: 16px;
  margin: 0;
}

@media (min-width: 375px) {
    .md-edp .address h3 {
        font-size: 14px;
        line-height: 19px;
    }
}

.md-orderconf {
  background: none !important;
}

.md-orderconf .md-img {
  width: 100px;
}

.md-edp .md-event .l-grid {
  overflow: hidden;
}

.blurred-nav-wrapper {
  position: relative;
  overflow: hidden;
  margin-top: 5px;
}

.blurred-nav-wrapper-nonav {
  border-top: 1px solid #ccc !important;
}

.blurred-nav {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  margin: -5px -10px -10px -5px;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
}

.blurred-nav-wrapper .ll-body, .blurred-nav-wrapper .blurred-artist-details {
  background: rgba(255,255,255,0.7);
  background: -moz-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(244,244,244,0.7) 66%, rgba(239,239,239,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.7)), color-stop(66%,rgba(244,244,244,0.7)), color-stop(100%,rgba(239,239,239,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(244,244,244,0.7) 66%,rgba(239,239,239,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(244,244,244,0.7) 66%,rgba(239,239,239,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(244,244,244,0.7) 66%,rgba(239,239,239,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(255,255,255,0.7) 0%,rgba(244,244,244,0.7) 66%,rgba(239,239,239,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
  min-height: 115px;
}

.blurred-nav-wrapper .nav {
  background: rgba(255,255,255,.7);
  padding-bottom: 10px;
}

.blurred-nav-wrapper .ll-body, .blurred-nav-wrapper .blurred-artist-details, .blurred-nav-wrapper .nav {
  z-index: 2;
  position: relative;
  border: none;
}

.blurred-nav-wrapper {
  padding-right: 0;
  border: none;
}

.blurred-nav-wrapper .ll-item {
  border-bottom: none;
  padding-top: 10px;
}

.blurred-nav-wrapper .md-bd {
  padding-top: 0;
}

.blurred-nav-wrapper .nav-edptabs > li.active > a {
  background: transparent !important;
}

.ism-header {
  text-align: left !important;
  padding: 10px 0 0 !important;
}

/* login */


#loginpayment, #createpayment {
  padding: 0 10px 10px;
}

.pc > #loginpayment, .pc > #createpayment {
  padding-left: 0px;
  padding-right: 0px;
}

.nav-logintabs {
  margin-bottom: 0;
  border-bottom: none;
}

.nav-logintabs>li {
  width: 50%;
  text-align: center;
  padding: 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;

}

.nav-logintabs>li a {
  margin: 0;
  background: #F8F8F8;
  color: #009CDE;
  border: none !important;
  border-bottom: 1px solid #eee !important;
}

.nav-logintabs>li:first-child a {
  border-right: 1px solid #eee !important;
}

.nav-logintabs>li.active {
  background: none;
}

.nav-logintabs>li.active a {
  color: #414141;
  background: #FFFFFF;
  border-bottom: none !important;
}

.nav-logintabs>li:first-child a {
  border-radius: 3px 0px 0px 0px;
}

.nav-logintabs>li:last-child a {
  border-radius: 0px 3px 0px 0px;
}

/* modal */

.modal-header h3 {
  font-size: 16px;
  line-height: 18px;
}

.modal-body .alert {
	background: #fff;
	padding: 0;
	border: none;
  font-family: arial;
  font-size: 12px;
  line-height: 14px;
	color: #414141;
  letter-spacing: normal;
  text-shadow: none;
}


/* more info */

.more-info-section {
  font-size: 12px;  /* ffs */
  line-height: 16px;
  padding: 10px;
}

@media (min-width: 375px) {
    .more-info-section {
        font-size: 14px;
        line-height: 18px;
    }
}

.more-info-section .header {
  background: none;
  padding: 10px 0 0;
  font-size: 14px;  /* ffs */
  line-height: 18px;
}

@media (min-width: 375px) {
    .more-info-section {
        font-size: 16px;
        line-height: 22px;
    }
}


.more-info-expand {
  padding-top: 0;
  background: none;
  border-bottom: 1px solid #ddd;
  position: relative;
  margin-bottom: 20px;
  margin-top: -10px;
}

.more-info-expand.is-expanded {
  background: none;
  margin-top: 0;
}

.more-info-expand span {
  background-image: url('/styles/tm15/expand_down.png');
  background-size: 20px;
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  margin: auto;
  width: 40px;
  height: 20px;
  position: relative;
  top: 10px;
}

.more-info-expand.is-expanded span {
  background-image: url('/styles/tm15/collapse_up.png');
}

/* nav */

.nav-edptabs {
  margin: 0;
}

.nav-edptabs-reverse {
  background: #eee;
}

.nav-edptabs > li {
  background: #eee;
  padding-top: 3px;
  margin-bottom: 0;
}

.nav-edptabs > li.active {
  background: none;
  padding-top: 0;
}

.nav-edptabs > li > a {
  background: #F8F8F8 !important;
  border: 1px solid #DDDDDD !important;
  padding: 5px 0;
  display: block;
}

.nav-edptabs.nav-edptabs-reverse > li > a {
  background: #eee !important;
}


.nav-edptabs > li.active > a {
  border-bottom: none !important;
  background: #eee !important;
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: -1px;
  padding-bottom: 8px;
}

.nav-edptabs-light {
  margin-left: -1px;
  margin-bottom: -5px;
  margin-right: -1px;
}

.nav-edptabs-light > li:last-child > a {
  border-right: 1px solid #ddd !important;
}

.nav-edptabs-light > li.active > a {
  background: #fff !important;
}

.nav-edptabs.nav-edptabs-reverse > li.active > a {
  background: #fff !important;
}

.nav-edptabs > li:last-child > a {
  border-radius: 0 3px 0 0;
}

.nav-edptabs > li:first-child > a {
  border-radius: 3px 0 0 0;
}

.nav-edptabs > li:only-child > a {
  border-radius: 3px 3px 0 0;
  border-right: 2px solid #ddd !important;
}

.nav-edptabs > li > a{
  font-size: 14px;
  line-height: 18px;
  font-weight: bold !important;
}

/* navbar */

#top {
  background: #fff;
  border-bottom: 1px solid #eee;
}

.btn-navbar, .btn-navbar:hover {
  box-shadow: none;
  background: #fff;
  border: none;
  margin-left: -5px;
  margin-right: 0;
}

.btn-navbar-bar {
  background: #009CDE;
  box-shadow: none;
  height: 3px;
  width: 15px;
}

/* order code */

.ordercode {
  font-weight: bold;
  font-size: 12px;
  color: #414141;
  line-height: 14px;
}

/* order details */

.fees:nth-child(even) {
    background: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.fees {
    padding-top: 10px;
    padding-bottom: 10px;
}

.fees .sectiontitle {
    font-weight: bold;
    display: inline-block;
    width: 50%;
    padding-right: 5px;
    text-align: right;
	vertical-align: top;
}

.fees .fee, .comments .comment {
    display: inline-block;
    width: 40%;
}

.wfees.hidden, .wofees.hidden {
  display: none !important;
}

/* feesmodal */

.feesmodal {
  position: absolute;
  z-index: 1500;
  background: #fff;
  right: 5px;
  top: 5px;
  padding: 20px 10px 10px;
  border-radius: 5px;
  box-shadow: 0px 2px 5px rgba(0,0,0,.2);
}

.feesmodal .feesmodal-hide {
  position: absolute;
  top: 1px;
  right: 5px;
}

.feesmodal input {
  vertical-align: baseline;
}

.feesmodal label {
  display: inline;
}


/* pagemain */

.pagemain {
  padding-top: 10px;
}

/* pagination */

ul.pagination {
    font-family: arial;
    font-size: 16px;
    color: #999999;
    line-height: 16px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}

ul.pagination li {
    display: inline-block;
}

ul.pagination li.disabled {
  visibility: hidden;
}

ul.pagination a {
    padding: 13px 0px;
    display: inline-block;
    width: 33px;
    color: #009CDE;
    text-decoration: underline;
    background-repeat: no-repeat;
    background-position: center center;
}

ul.pagination li a.pfirst {
  display: none;
}

ul.pagination li a.pprev {
    background-image: url('/styles/tm15/chevron_blue_left.png');
    background-size: 7px;
    text-indent: -9999px;
}

ul.pagination li a.pnext {
    background-image: url('/styles/tm15/chevron_blue_right.png');
    background-size: 7px;
    text-indent: -9999px;
}

ul.pagination li a.plast {
  display: none;
}

ul.pagination .apagenum a {
    text-decoration: none;
}

ul.pagination .apagenum.current a {
    color: #999999;
}

/* regulartext */

.regulartext {
  font-size: 12px;
  color: #414141;
  line-height: 16px;
}

/* resale */

.resalehead {
  font-size: 12px;
  color: #414141;
  line-height: 14px;
}

.resalehead-title {
  font-family: arial;
  font-size: 14px;  /* ffs */
  color: #414141;
  line-height: 18px;
  margin-bottom: 0;
}

@media (min-width: 375px) {
    .resalehead-title {
        font-size: 16px;
        line-height: 22px;
    }
}


.resalehead-info {
  font-family: arial;
  font-size: 12px;  /* ffs */
  color: #999999;
  line-height: 14px;
  padding: 0 10px 20px;
}

@media (min-width: 375px) {
    .resalehead-info {
        font-size: 14px;
        line-height: 16px;
    }
}


.resalehead-section {
  padding-left: 10px;
  border-bottom: 1px solid #DDDDDD;
  padding-top: 20px;
  padding-bottom: 20px;
}

.resalehead-section > .resalehead-title, .resalehead-section > .resalehead-info {
  padding-left: 0;
  padding-top: 0;
}

.resalelist {
  background: #fff;
}

.resalelist-header {
  font-size: 12px;
  color: #414141;
  line-height: 14px;
  padding: 10px 10px 0;
  background: #EFEFEF;
}

.resalelist-label {
  width: 220px;
  margin-left: 30px;
}

.filter {
  background: #EFEFEF;
  padding-bottom: 10px;
}

.resalelist-smallprint {
  font-size: 8px;
  color: #999999;
  line-height: 12px;
}

.resalelist-total {
  padding-right: 10px;
}

.tab-content {
  background: none;
}

.resale-sec {
	width: 59px;
	vertical-align: top;
}

.resale-row {
	width: 48px;
	vertical-align: top;
}

.resale-seat {
	width: 65px;
	vertical-align: top;
}

.horiz_ticket-header table {
  background: #EFEFEF;
  border-top: 1px solid #DDD;
}

.horiz_ticket a {
	color: inherit;
}

.horiz_ticket a > table {
  background-image: url('/styles/tm15/chevron_grey_right.png');
  background-size: 7px;
	background-repeat: no-repeat;
	background-position: 98% center;
  border-bottom: 1px solid #DDDDDD;
}

.horiz_ticket table td:last-child {
	padding-right: 30px;
}

.edptop .horiz_ticket table {
    background-color: #fff;
    box-shadow: 0px 2px 5px rgba(0,0,0,.6);
}
.horiz_ticket table {
    width: 100%;
}
.horiz_ticket table th {
    padding: 8px 4px 0px;
    text-align: left;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 10px;
    font-family: arial;
    color: #999999;
    line-height: 12px;
    cursor: pointer;
    vertical-align: top;
}

.horiz_ticket table td {
    padding: 0px 4px 8px;
    font-size: 12px;
    color: #414141;
    line-height: 14px;
}

.horiz_ticket table td span.smaller {
  font-size: 10px;
  color: #999999;
  line-height: 12px;
}

.horiz_ticket table tr:first-child td {
		padding-top: 10px;
		padding-bottom: 5px;
}

.horiz_ticket table td:first-child, .horiz_ticket table th:first-child{
	padding-left: 10px;
}

.horiz_ticket table th.active {
	font-weight: bold;
}

.horiz_ticket table th i {
	background-image: url('/styles/tm15/sort_down_inactive.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 10px;
	height: 10px;
  background-size: 10px;
	display: inline-block;

}

.horiz_ticket table th.asc i {
  background-image: url('/styles/tm15/sort_up_inactive.png');
}

.horiz_ticket table th.active i {
  background-image: url('/styles/tm15/sort_down_active.png');
}

.horiz_ticket table th.asc.active i {
  background-image: url('/styles/tm15/sort_up_active.png');
}

/* other style ticket details */

.ht-head {
  text-transform: uppercase;
  font-size: 10px;
  color: #999999;
  line-height: 12px;
}

.ht-row {
  font-size: 12px;
  color: #414141;
  line-height: 14px;
}

.ht-row-cell {
  padding-top: 3px;
}

.ht-row-cell .smaller {
  font-size: 10px;
  color: #999999;
  line-height: 12px;
}

/* padlink */

.padlink {
  padding: 10px 0;
  display: block;
}

/* search */

.search-header {
  padding-top: 4px;
  padding-right: 5px;
}

#searchsuggest {
  position: absolute;
  display: none;
  background: #fff;
  z-index: 1003;
  overflow: scroll;
  max-height: 70vh;
  border: 1px solid #CCCCCC;
  min-width: 278px;
  margin-left: 20px;
  margin-right: 20px;
}

#searchsuggest .ll-body {
  border-bottom: 0;
}

.search-banner {
  background: #fff;
  padding-top: 10px;
}

.search-banner .search-header {
  margin-right: 10px;
}

.search-banner-form {
   margin-left: 10px;
   margin-right: 57px;
 }

 .search-banner .form-search-header .form-search-query[type=search] {
   border-radius: 3px;
   padding: 7px 5px 7px 40px;
   background-image: url('/styles/tm15/search.png');
   background-size: 18px;
   background-repeat: no-repeat;
   background-position: 10px center;
 }

/* sharing */


.sharing-artist {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 0;
		clear: both;
}

.sharinglinks {
    padding: 0px 10px 10px;
    border-bottom: 1px solid #ddd;
}

.sharinglinks a {
    padding-left: 5px;
}

.sharinglinks .fbbutton {
  margin-top: -14px;
}


/* smalltext */

.smalltext {
  font-size: 10px;
  line-height: 12px;
}

.smalltext-header {
  font-size: 12px;
  line-height: 14px;
  padding-top: 10px;
  font-weight: bold;
}

/* swiper */

.swiper-container {
    padding-top: 10px;
    width: 100%;
    margin: auto;
}
.swiper-slide {
  text-align: center;
  font-size: 14px;
  /* main - carousel: */
  background: #FFFFFF;
  box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.20);
  border-radius: 3px;
  font-family: arial;
  color: #414141;
  line-height: 19px;
  margin-bottom: 15px;

}

.swiper-slide .thumb {
  padding: 10px 10px 0;
}

.swiper-slide.ad {
  background: #009CDE;
}

.swiper-slide.ad .thumb {
  padding: 0px;
  text-align: center;
}

.swiper-slide.ad .thumb img {
    max-height: 187px;
}


.swiper-slide .title {
  padding: 10px;
  display: -webkit-box;
  white-space: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-line-clamp: 2;
}

.swiper-slide .title a {
  height: 40px;
  overflow: hidden;
  white-space: normal;
  display: -moz-box;
  display: -webkit-box;
  white-space: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-line-clamp: 2;
}

/* ticket transfer */

.tickettransfer .marginblock {
	margin-left: 0;
	margin-right: 0;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.tickettransfer .marginblock form {
	margin-bottom: 0;
}

.tickettransfer ul {
    list-style: none;
    margin-left: 0px;
}

.tickettransfer ul.ttinterface li {
	margin-bottom: 13px;
	background: #F8F8F8;
  border: 1px solid #CCC;
}

.tickettransfer ul.ttinterface li a {
	display: block;
}

.tickettransfer ul.ttinterface li a .ticket_detail_wrapper .ticket_detail, .tickettransfer ul.ttinterface li.inaccessible .ticket_detail_wrapper .ticket_detail {
	padding-bottom: 5px;
  background-image: url('/styles/tm15/chevron_grey_right.png');
  background-size: 7px;
	background-repeat: no-repeat;
	background-position: 98% center;
}

.tickettransfer ul.ttinterface li a .ticket_detail_wrapper .ticket_detail > div, .tickettransfer ul.ttinterface li.inaccessible .ticket_detail_wrapper .ticket_detail > div {
	padding-right: 50px;
}

.tickettransfer ul.ttinterface li a .ticket_detail_wrapper .ticket_detail > div.t_number, .tickettransfer ul.ttinterface li.inaccessible .ticket_detail_wrapper .ticket_detail > div.t_number {
	padding-right: 0px;
}

.tickettransfer ul.ttinterface li a .ticket_detail_wrapper .ticket_detail .transfercancel {
	height: 50px;
	width: 190px;
	font-weight: bold;
	text-transform: uppercase;
}

.tickettransfer ul.ttinterface li a {
	display: block;

}

.tickettransfer ul.ttinterface li.inaccessible {
	background: none;
}

.tickettransfer ul.ttinterface li.inaccessible.complete a {
	margin-bottom: 1px;
}

.tickettransfer ul.ttinterface li.inaccessible.void .ticket_detail_wrapper {
	padding-bottom: 20px;
	background-image: url('/styles/bkimg/redesign/void.png');
	background-size: 182px;
	background-position: 95%;
	background-repeat: no-repeat;
}

.tickettransfer input[type="checkbox"] {
    display: none;
}

.tickettransfer form {
	margin-bottom: 0px;
}

.tickettransfer input[type="checkbox"] + label {
    display: inline-block;
    color: #999;
    margin-bottom: 0px;
    float: left;
    background: none;
    background-image: none;
}

.tickettransfer li.inaccessible input[type="checkbox"] + label .t_checkbox span {
  border: none;
}


.tickettransfer input[type="checkbox"] + label .t_checkbox {
    margin-top: 0px;
    padding: 6px 6px 6px 6px;
}

.tickettransfer .inaccessible input[type="checkbox"] + label .t_checkbox {

}

.tickettransfer .ttinterface {
	padding-top: 9px;
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 4px;
	margin-bottom: 20px;
}

.tickettransfer .ttinterface a {
    text-decoration: none;
}

#mobileticketv2 .articletitle {
	margin-left: 66px;
}

#mobileticketv2 .ticket .articletitle {
	margin-left: 120px;
}

#mobileticketv2 .seatstuff .ticket_detail, .tickettransfer .ttinterface .ticket_detail_wrapper {
    vertical-align: top;
    text-transform: uppercase;
    margin-left: 48px;
}

.tickettransfer .ttinterface .ticket_detail_wrapper {
  border-left: 1px solid #009CDE;
	background-image: url('/styles/tm15/triangle.png');
	background-repeat: no-repeat;
	background-position: left 20px;
  background-size: 4px;
}

.tickettransfer .ttinterface .inaccessible .ticket_detail_wrapper {
  background-image: url('/styles/tm15/triangle_grey.png');
  border-left: 1px solid #CCC;
}

#mobileticketv2 li.inaccessible .seatstuff .ticket_detail {
	background: none;
	border: none;
}

#mobileticketv2 .seatstuff .ticket_detail {
	margin-left: 0;
	background-image: none;
}

#mobileticketv2 .seatstuff .ticket_detail p{
	text-overflow: ellipsis;
}

.tickettransfer .ttinterface .ticket_detail_wrapper .ticket_detail {
    min-height: 89px;
}

.tickettransfer ul.ttinterface li.inaccessible div.ticket_detail_wrapper {
	color: #999;
}

#mobileticketv2 li.ticket .seatstuff .ticket_detail, .tickettransfer .ticket_detail {
    padding-left: 10px;
    position: relative;
}

#mobileticketv2 li.ticket .seatstuff .ticket_detail {
	padding-right: 10px;
}

.tickettransfer .ticket_detail .t_number {
    font-family: Helvetica;
    font-size: 10px;
    color: #666666;
    line-height: 12px;
    position: absolute;
    font-weight: normal;
    text-transform: none;
    top: 5px;
    right: 10px;
}


@media (max-width: 767px) {
    .tickettransfer .ticket_detail .t_number {
        padding-right: 0px;
    }
}

@media (min-width: 767px) {
		.tickettransfer .ticket_detail .t_number {
			right: 20px;
		}
}


#mobileticketv2 li.ticket .seatstuff .ticket_detail .t_place, .tickettransfer .ticket_detail .t_place {
    padding-top: 5px;
    padding-bottom: 20px;
}

#mobileticketv2 li.ticket .seatstuff .ticket_detail .t_place div, .tickettransfer .ticket_detail .t_place div {
  display: inline-block;
  font-family: Helvetica;
  font-size: 10px;
  color: #666666;
  line-height: 12px;
  float: left;
  margin-right: 35px;
}

#mobileticketv2 li.ticket .seatstuff .ticket_detail .t_place {
	clear: both;
  height: 20px;
  padding-top: 10px;
}

#mobileticketv2 li.ticket .seatstuff .ticket_detail div strong, .tickettransfer .ticket_detail div strong {
    display: inline-block;
    font-weight: normal;
    line-height: 16px;
    font-family: arial;
    font-size: 14px;
    color: #414141;
}

#mobileticketv2 li.ticket .seatstuff .ticket_detail div strong {
  font-size: 16px;
}

#mobileticketv2 li.ticket .seatstuff .ticket_detail div strong {
	margin-right: 2px;
	max-height: 33px;
	overflow: hidden;
	vertical-align: top;
}

.tickettransfer li.inaccessible .t_place div, .tickettransfer li.inaccessible .t_place div strong,
.tickettransfer li.inaccessible .ticket_detail div strong {
	color: #999;
}

#mobileticketv2 li.ticket.inaccessible .seatstuff .ticket_detail .t_place div, #mobileticketv2 li.ticket.inaccessible .seatstuff .ticket_detail div strong {
	color: #999;
}

.tickettransfer .ticket_detail .t_type, .tickettransfer .ticket_detail .t_place {
    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
	  white-space: nowrap;
    font-size: 12px;
    color: #414141;
    line-height: 14px;
    padding-bottom: 23px;
}

.tickettransfer .inaccessible .ticket_detail .t_type, .tickettransfer .inaccessible .ticket_detail .t_type .smaller, .tickettransfer .inaccessible .ticket_detail .t_number {
  color: #999;
}


.tickettransfer .ticket_detail .t_type .smaller, .tickettransfer .ticket_detail .t_place .smaller {
  font-family: ArialMT;
  font-size: 10px;
  color: #666666;
  line-height: 11px;
}

.tickettransfer ul.ttinterface li a .ticket_detail_wrapper .ticket_detail > div.t_options, .tickettransfer ul.ttinterface li.inaccessible .ticket_detail_wrapper .ticket_detail > div.t_options {
	padding-right: 5px;
}

.tickettransfer .ticket_detail .t_options {
  font-size: 10px;
  color: #666666;
  line-height: 11px;
  text-transform: capitalize;
}

.tickettransfer .ticket_detail .t_options .to_transfer {
    display: inline-block;
}

.tickettransfer .ticket_detail .t_options .to_resale {
    display: inline-block;
}

.tickettransfer .ticket_detail .t_options .to_feerollup {
	position: absolute;
  bottom: 5px;
  right: 10px;
  text-transform: capitalize;
}

.tickettransfer .ticket_detail .t_options .to_feerollup, .tickettransfer .ticket_detail .t_options .to_feerollup strong {
  font-size: 10px !important;
  color: #666666 !important;
  line-height: 11px !important;
}

.tickettransfer input[type="checkbox"] + label span {
    width: 32px;
    height: 32px;
    display: block;
    vertical-align: middle;
    /* Rectangle 5: */
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
}


.tickettransfer input[type="checkbox"][disabled] + label span {
	background: none;
}

.tickettransfer input[type="checkbox"]:checked + label span {
    background-image: url('/styles/tm15/checkmark.png');
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
}

.tickettransfer .orderdetails p.info {
    font-size: 0.9em;
    padding-left: 10px;
    padding-right: 10px;
}

.tickettransfer .orderdetails li {
    text-align: center;
    font-size: 1.4em;
    background: #eee;
    padding: 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.tickettransfer .orderdetails li.primary {
    color: #a0060c;
}

.tickettransfer .shortarticle.row {
    padding-top: 10px;
}

.tickettransfer .shortarticle.row .thumbnail {
    border-radius: 0px;
    border: none;
    padding: 0px;
    float: left;
}

.tickettransfer .btn-danger {
    width: auto !important;
    font-size: 1.1em;
    text-transform: uppercase;
    padding: 3px;

}

@media (max-width: 410px) {
    .tickettransfer .shortarticle.row .span3 {
        width: 180px;
    }
}

.resalestatus {
  font-size: 12px;
  color: #414141;
  line-height: 12px;
  text-shadow: none;
}

/* @end */

#tickettransfer .transferto {
  padding: 10px;
}

#tickettransfer .transferto label {
	position: absolute;
}

#tickettransfer .transferto input, #tickettransfer .transferto select,
	#tickettransfer .transferto textarea {
	display: block;
	margin-left: 30px;
	width: 230px;
}

#tickettransfer .transferto select {
	width: 244px;
}

#tickettransfer .transferto input.firstname, #tickettransfer .transferto input.lastname {
	display: inline-block;
	width: 99px;
	margin-right: 12px;
	margin-bottom: 3px;
}

#tickettransfer .transferto input.lastname {
	margin-left: 0px;
}

#tickettransfer .transferto input.email {
	margin-bottom: 3px;
}

.tickettransfer button {
	margin-bottom: 10px;
}

.tickettransfer .modal button {
	margin-bottom: 0px;
}

.tickettransfer button.transferpending {
	background: #333;
	color: #fff;
	text-shadow: 1px 1px #000;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#656565), to(#343434));
	font-weight: bold;
}

.tickettransfer button.transferpending .otheruser {
	background-image: url('/styles/bkimg/redesign/pending-icon.png');
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: 0px 1px;
	padding-left: 20px;
}

/* top */

.top-logo {
  padding-left: 5px;
  padding-top: 2px;
}

/* toside */


.toside {
  margin-left: 280px !important;
  margin-right: -290px !important;
}

@media (max-width: 767px) {
  .toside {
    margin-left: 260px !important;
    margin-right: -290px !important;
  }
}


/* transell */

ul.transell {
  margin-left: 10px;
}

h4.transell-header {
  font-weight: bold;
  font-size: 14px;
  color: #414141;
  line-height: 19px;
}

.transell .promo {
  font-size: 12px;  /* ffs */
  color: #414141;
  line-height: 16px;
}

.transell li div {
  display: inline-block;
  width: 50%;
}

.transell li a {
  display: inline-block;
  width: 40%;
  text-align: right;
}

/* Two factor authentication splash */

.twofa {
  font-family: .AppleSystemUIFont;
  font-size: 14px;
  color: #768692;
  line-height: 18px;
  font-weight: normal;
  padding: 18px;
  background: #fff;
}

.twofa:first-child {
  color: #FFFFFF;
  background-image: linear-gradient(206deg, rgba(0, 156, 222, .69) 0%, rgba(208, 0, 111, .69) 100%);
}

.twofa:nth-child(3) {
  background-color: #ECF9FF;
  background-image: url('/styles/tm15/splash_screen/2fa-texture.png');
}

.twofa:first-child .twofa-header {
  color: #ffffff;
}

.twofa-icon {
  text-align: center;
}

.twofa-icon-lg {
  display: none;
}

.twofa-header {
  font-size: 20px;
  color: #475058;
  line-height: 26px;
  font-weight: normal;
}

h2.twofa-subheader {
  font-size: 14px;
  color: #475058;
  line-height: 18px;
  font-weight: normal;
}

.twofa ol {
  counter-reset: counter;
  list-style-type: none;
  padding-left: 0;
}

.twofa li {
  margin-left: 40px;
  display: block;
  margin-bottom: 18px;
}

.twofa li:before {
  counter-increment: counter;
  content: counter(counter);
  margin-left: -40px;
  float: left;
  border: 2px solid #768692;
  font-size: 14px;
  color: #768692;
  line-height: 17px;
  border-radius: 30px;
  padding: 5px 9px;
}

@media (min-width: 1024px) {
  .twofa-body #top {
    display: none;
  }

  .twofa-verified {
    display: block !important;
    margin-top: -40px;
  }

  .twofa {
    width: 1024px;
    margin:auto;
    font-size: 20px;
    line-height: 23px;
    padding: 60px 70px;
    box-sizing: padding-box;
  }

  .twofa-header {
    font-size: 36px;
    line-height: 43px;
  }

  h2.twofa-subheader {
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 23px;
  }

  .twofa-icon-lg {
    display: inline;
  }

  .twofa-icon-sm {
    display: none;
  }

  .twofa:first-child {
    text-align: center;
    clear: both;
  }

  .twofa:nth-child(2) {
    padding-bottom: 106px;
  }

  .twofa:nth-child(2) .twofa-icon {
    float: left;
    padding-right: 53px;
  }

  .twofa:nth-child(2) .twofa-header {
    padding-top: 35px;
  }

  .twofa:nth-child(3) {
    background-image: url('/styles/tm15/splash_screen/2fa-texture-lg.png');
    padding-bottom: 52px;
    padding-top: 56px;
  }

  .twofa:nth-child(3) .twofa-icon {
    float: right;
    padding-left: 54px;
  }

  .twofa:nth-child(4) .twofa-icon {
    float: left;
    padding-right: 53px;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .twofa li {
    margin-left: 60px;
    display: block;
    margin-bottom: 18px;
  }

  .twofa li:before {
    font-size: 20px;
    margin-left: -60px;
    color: #768692;
    letter-spacing: 0.5px;
    line-height: 23px;
    padding: 6px 12px;
  }
}

/* Upcoming events */

.upcoming_events select, .filter select {
  height: 40px;
}

.upcoming_events select:last-child {
  margin-right: 0px;
}

/* View from section */

.horiz_ticket .vfs table td {
  color: #fff;
}

.horiz_ticket a .vfs > table td.resale-per_ticket span strong {
	padding: 5px;
	display: block;
}

.vfs table.is-expanded tr:first-child td {
	padding-top: 129px;
}

.fixed .vfs table.is-expanded tr:first-child td {
	padding-top: 100px;
}

.fixed .vfs table tr.is-hidden + tr th {
  padding-top: 10px;
}

.horiz_ticket .vfs table th {
  font-size: 13px !important;
  color: #fff;
}

#mobiletickets {
  margin: 0;
  background: #EEE;
}


#mobileticketv2 li.ticket div.bubble.center {
	margin: auto;
	text-align: center;
	background: none;
}

#mobileticketv2 #barslider {
	border: none;
	margin-bottom: 0;
}

#mobileticketv2 li.ticket {
  background: #EFEFEF;
}

#mobileticketv2 li.ticket .ticketcontent {
	margin: 10px;
	padding: 0;
	background: #FFFFFF;
  border: 1px solid #CCC;
}

#mobileticketv2 li.ticket .ticketcontent .l-cb-eventhead {
  padding-top: 10px;
  background: #F8F8F8;
}

#mobileticketv2 li.ticket.inaccessible .ticketcontent .l-cb-eventhead {
  background: none;
}

#mobileticketv2 li.ticket .ticketcontent .backside dl {
	max-height: 355px;
	background: #fff;
	margin: 0px;
	padding-top: 13px;
	padding-bottom: 13px;
	overflow: scroll;
}

#mobileticketv2 li.ticket .ticketcontent .backside dt {
	font-size: 0.8em;
	padding-left: 10px;
	margin-bottom: 0px;
}

#mobileticketv2 li.ticket .ticketcontent .backside dd {
	border-bottom: 1px solid #ddd;
	font-size: 1.2em;
	color: #777;
	padding: 0px 10px 3px;
	margin: 0px;
}

#mobileticketv2 li.ticket .ticketcontent .backside dd.eventdetail {
	text-align: center;
}

#mobileticketv2 li.ticket .ticketcontent .backside .box-btn {
	text-align: right;
	background: #fff;
	padding-top: 10px;
	padding-right: 10px;
}

#mobileticketv2 li.ticket .ticketdetail {
	display: none;
}

#mobileticketv2 li.ticket .eventhead {
    background: #c2c2c2;
    padding-top: 5px;
}

#mobileticketv2 li.ticket.inaccessible .eventhead {
    background: none;
	border: 1px dashed #000;
	border-style: dashed;
	border-color: #999;
	border-radius: 6px 6px 0 0;
	color: #bbb;
}


#mobileticketv2 li.ticket.inaccessible .ticketcontent {
	background: none;
}


#mobileticketv2 li.ticket .eventhead .venue {
    color:  #333;
	margin-bottom: 0;
}

#mobileticketv2 li.ticket.inaccessible .eventhead .venue {
    color:  #999;
}

#mobileticketv2 li.ticket .seatstuff {
    border-top: 1px solid #009CDE;
    background-image: url('/styles/tm15/blue_arrow_down.png');
    background-position: right top;
    background-position: calc(100% - 20px) 0;
    background-repeat: no-repeat;
    background-size: 6px;
}

#mobileticketv2 li.ticket.inaccessible .seatstuff {
  border-top: 1px solid #CCC;
  background-image: url('/styles/tm15/gray_arrow_down.png');
}

#mobileticketv2 li.ticket .ordercode {
    background: #e4e4e4;
}

#mobileticketv2 li.ticket .barcode {
    text-align: center;
}

#mobileticketv2 li.ticket .barcode h5 {
	margin-top: 0;
  font-weight: normal;
  font-size: 16px;
  color: #414141;
  line-height: 18px;
}

#mobileticketv2 li.ticket .barcode_block ul {
	list-style: none;
	margin-left: 0px;
}

#mobileticketv2 li.ticket .barcode_block ul li {
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

#mobileticketv2 li.ticket .barcode_block ul li.print {
	background-image: url('/styles/bkimg/redesign/nobarcode-print.png');
	background-size: 20px;
	background-position: 18px;
}

#mobileticketv2 li.ticket .barcode_block ul li.creditcard {
	background-image: url('/styles/bkimg/redesign/nobarcode-creditcard.png');
	background-size: 20px;
	background-position: 10px;
}

#mobileticketv2 li.ticket .barcode_block ul li.willcall {
	background-image: url('/styles/bkimg/redesign/nobarcode-willcall.png');
	background-size: 20px;
	background-position: 20px;
}

#mobileticketv2 li.ticket .barcode_block ul li.mailbox {
	background-image: url('/styles/bkimg/redesign/nobarcode-mailbox.png');
	background-size: 14px;
	background-position: 20px;
}


#mobileticketv2 li.ticket .barcode {
  font-size: 10px;
  line-height: 12px;
}

#mobileticketv2 li.ticket.inaccessible .barcode {
  color: #666666;
}

#mobileticketv2 li.ticket .barcode .barcode_block {
	width: 172px;
	margin: auto;
	min-height: 172px;
	padding-bottom: 25px;
}

#mobileticketv2 li.ticket .barcode .barcode_block h2 {
  font-size: 16px;
  padding-top: 10px;
  color: #999999;
  line-height: 18px;
  font-weight: normal;
  margin-left: -50px;
  margin-right: -50px;
}

#mobileticketv2 li.ticket .barcode .barcode_block .barcodeimg {

}

#mobileticketv2 li.ticket .barcode .barcode_block .barcodeimg img {
  border: 1px solid #ccc;
}

#mobileticketv2 li.ticket .barcode .pull-left.moveup {
	margin-top: -120px;
	margin-left: 20px;
}

#mobiletickets h3.eventtitle {
	margin: 0;
	padding-left: 15px;
	font-size: 1.6em;
	letter-spacing: -1px;
}

#mobileticketv2 h3.eventtitle {
	font-size: 1.5em;
	padding: 0 15px;
	line-height: 1.1em;
}


#mobileticketv2 li.ticket .barcode .pull-right.moveup {
	margin-top: -120px;
	margin-right: 20px;
}

.barcode .slider.slider-faded {
    opacity: .3;
}

#mobileticketv2 li.ticket .ticketinfo {
	padding-bottom: 30px;
}

#mobileticketv2 li.ticket .ticketinfo .count {
	float: left;
	padding-left: 10px;
	font-size: .8em;
	color: #555;
}

#mobileticketv2 li.ticket .ticketinfo .flip {
	float: right;
	padding-right: 10px;
}

#mobileticketv2 .thumb img {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .38);
}

#mobileticketv2 .mticket {
    background: #333;
}

#mobileticketv2 .thumb {
    padding: 0px 5px 0px 5px;
	float: left;
}

#mobileticketv2 li.ticket .button-row {
    padding: 0 10px 10px;
}

#mobileticketv2 li.ticket.complete .button-row {
	color: #fff;
	font-weight: bold;
	font-size: 1.3em;
}

#mobileticketv2 li.ticket.complete.inaccessible .barcode .button-row {
  color: #666666;
}

#mobileticketv2 li.ticket .button-row.buttons-1 button.transferpending {
	width: 90%;
}

#mobileticketv2 li.ticket .button-row.buttons-1 button.transfercancel {
	width: 90%;
}

#mobileticketv2 li.ticket .button-row.buttons-1 button, #mobileticketv2 li.ticket .button-row.buttons-1 a.btn {
    font-size: 16px;
    padding: 8px;
    font-weight: bold;
}

#mobileticketv2 li.ticket .button-row.buttons-2 button, #mobileticketv2 li.ticket .button-row.buttons-2 a.btn {
  width: 115px;
	padding: 7px 0;
  font-size: 16px;
  color: #FFFFFF;
  font-weight: bold;
}

#mobileticketv2 li.ticket .button-row.buttons-3 button, #mobileticketv2 li.ticket .button-row.buttons-3 a.btn {
    width: 73px;
	padding: 4px 0;
    font-size: 0.9em;
    font-weight: bold;
}

#mobileticketv2 li.ticket .seatstuff .ticket_detail .t_place div {
	width: 33.33333333%;
	padding: 0;
	margin-right: 0;
}

#mobileticketv2 li.ticket .seatstuff .ticket_detail .t_place .t_row {
	text-align: center;
}

#mobileticketv2 li.ticket .seatstuff .ticket_detail .t_place .t_seat {
	text-align: right;
}

#mobileticketv2 li.ticket div.row.eventhead {
	padding: 5px 0px;
}

#mobileticketv2 .resaleactions {
  padding: 0 20px 20px;
}


.carcounter {
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 5px;
    background: #444;
}

.carcounter {
    background: #ccc;
}

.carcounter.active {
    background: #414141;
}

.barcode-timer {
  font-family:"Interstate Light",arial;
    text-align: center;
    margin: auto;
		background-image: url('/styles/tm15/ticketsready_cd.png');
		background-size: 164px;
		background-position: center;
		background-repeat: no-repeat;
		height: 115px;
		font-size: 11px;
}

.barcode-timer .timer_wrap {
	  padding-top: 26px;
		padding-left: 10px;
		padding-right: 10px;
}

.barcode-timer p {
    text-transform: uppercase;
    color: rgb(153, 153, 153);
		margin-bottom: 3px;
		line-height: 10px;
		font-weight: 100;
}

.barcode-timer .timer_wrap.timer_wrap_message p:nth-child(2) {
		line-height: 12px;
		padding: 0 3px;
}

.barcode-timer p strong {
    color: black;
		font-weight: 100;
}

.barcode-timer .timer_wrap div {
    text-align: center;
    font-variant: small-caps;
    display: inline-block;
    width: 33px;
		padding-right: 2px;
    font-size: 9px;
		background-image: url('/styles/bkimg/redesign/colon.png');
		background-position: right 12px;
		background-repeat: no-repeat;
		background-size: 2px;
		padding-top: 8px;
		line-height: 14px;
		color: #000000;
}

.barcode-timer .timer_wrap div:nth-child(3) {
		width: auto;
}

.barcode-timer .timer_wrap div:nth-child(3) span {
		text-align: right;
		padding-right: 5px;
}

.barcode-timer .timer_wrap div:last-child {
	  background-image: none;
}

.barcode-timer .timer_wrap div span {
    font-family:"Interstate Light",arial;
    font-size: 22px;
		font-weight: 100;
    display: block;
    color: rgb(23, 112, 222);
		text-align: center;
}

.barcode-timer ul {
	  padding-left: 20px;
		padding-top: 10px;
}

.barcode-timer li {
    opacity: 0;
    list-style: none;
    font-size: 11px;
    line-height: 8px;
    text-align: left;
		font-weight: 100;
}


/* bootstrap 3 overrides */

.nopadding {
  padding-left: 0;
  padding-right: 0;
}

.bs3 #pulloutmenu, .bs3 #pulloutmenu *, .bs3 #pulloutmenu  *:before, .bs3 #pulloutmenu *:after,
.bs3 #top, .bs3 #top *, .bs3 #top  *:before, .bs3 #top *:after {
  -webkit-box-sizing: initial;
  box-sizing: initial;
}

@media (max-width: 767px) {
	.bs3 #maincontent {
		margin-left: 0;
		margin-right: 0;
	}
}

.bs3 #pulloutmenu h2 {
  line-height: 40px;
  text-rendering: optimizeLegibility;
}

.bs3 #pulloutmenu ul {
  padding: 0;
  margin: 0 0 10px 25px;
}

.bs3 #pulloutmenu ul.ll-body {
  margin-left: 0;
  margin-bottom: 0;
}

.bs3 #pulloutmenu ul.ll-body-lineless {
  padding-top: 10px;
  padding-bottom: 10px;
}

.bs3 .toside {
  margin-left: 280px !important;
  margin-right: -290px !important;
}

.bs3 .form-search-header .form-search-query[type=search] {
  border-width: 1px;
  border-style: solid;
  box-sizing: content-box;
  height: 20px;
  padding: 4px 6px 4px 12px;
}

h4.title {
	color: #414141;
	font-size: 1.1em;
}

h5.upsell-title {
	padding-left: 10px;
	font-weight: normal;
}

.areview {
	border-bottom: 1px solid #ddd;
}

.areview:last-child {
  border-bottom: none;
}

.areview img, .rating img {
	height: 15px;
}

.mainpricedisplay {
	color: #19AB20;
}

div.accordion-inner.upselllist {
	padding: 0px;
}

div.accordion-inner .l-paddedsection {
  margin-left: 0;
  margin-right: 0;
}

div.upsell {
	border-bottom: 1px solid #ddd;
}

.upsell-form .select-upsell {
  float: left;
  margin-right: 5px;
}

#splashPage {
  top: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: 0;
}

@media (max-width:767px) {
  #splashPage {
    left: 0;
    right: 0;
  }
}

.splashbg {
  -webkit-transform: rotate(14deg);
  position: fixed;
  height: 400px;
  background: #009cde;
  left: -100px;
  right: -200px;
  top: -80px;
  zoom: 1;
  z-index: -2;
}

@media (max-width:767px) {
  .splashbg {
    top: -100px;
  }
}

@media (max-width:320px) {
  .splashbg {
    top: -120px;
  }
}

.android_splash .splashbg {
  -webkit-transform: rotate(10deg);
  height: 270px;
}

.splashMain {
  z-index: 3;
  padding: 10px;
  margin: auto;
  max-width: 640px;
}

.splashMain .btns {
  padding-top: 3px;
  padding-left: 20px;
  padding-right: 20px;
}

.android_splash .splashMain .btns {
  padding: 0;
}

.splashMain .btn {
  font-size: 15px;
  margin-bottom: 10px;
}

.splashMain .btn-cta {
  border: 1px solid white;
}


.splashhd {
  text-align: center;
  padding: 10px 10px 20px 30px;
}

.splashclose {
  opacity: 1;
}

.splashjb {
  text-align: center;
  padding: 0 20px 20px;
  margin: auto;
}

.splashsc {
  float: left;
  position: relative;
  width: 40%;
}

.splashscs {
  padding: 10px 60px 20px;
  position: relative;
}

.splashphone_android {
  width: 65%;
}

.splashphone_ios {
  position: absolute;
  width: 40%;
  right: 60px;
  top: 0px;
}


@media (max-width:320px) {
  .splashphone_android {
    width: 60%;
  }
  .splashphone_ios {
    width: 33%;
  }
}

.android_splash .splashsc {
  width: 50%;
}

.splashlist {
  color: white;
  float: left;
  width: 60%;
}

.android_splash .splashlist {
  width: 50%;
  font-size: 12px;
}

.splashlist ul {
  margin-left: 10px;
}

.android_splash .splashlist {
  color: black;
  padding-top: 20px;
}

.splashlist li {
  background-image: url('/styles/tm15/splash_screen/checkmark.png');
  background-size: 11px;
  background-repeat: no-repeat;
  background-position: left;
  margin-left: 0;
  padding-left: 15px;
  line-height: 3em;
}

.android_splash .splashlist li {
  background-image: url('/styles/tm15/splash_screen/checkmark_black.png');
  background-position: 0 5px;
  line-height: inherit;
  margin-bottom: 20px;
}


/* sms splash */

.smss-header {
  margin-top: 0;
  padding-top: 10px;
}

.smss-img {
  padding-left: 32px;
  padding-right: 48px;
  padding-bottom: 10px;
}

.smss-img img {
  width: 100%;
}

.smss .btn-large {
  font-size: 17px !important;
  white-space: normal;
  height: 44px;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center; /* align horizontal */
  justify-content: center; /* align horizontal */
  -webkit-align-items: center; /* align vertical */
  align-items: center; /* align vertical */
  margin-bottom: 10px;
}

@media (max-width: 320px) {
  .smss .btn-large {
    width: 45% !important;
    margin-right: 5%;
  }
  .smss .btn-large:last-child {
    margin-right: 0;
  }
}
