/* elements */


/* ids */

.tickets #docket {
    margin-top: 172px;
}

#docket.tickets a {
    color: #FFF;
}

#bar {
    position: fixed;
    top: 0px;
    left: 0;
    height: 65px;
    width: 100%;
    padding: 15px;
    display: block;
    background: #FF0;
    z-index: 10000;
}

#bar .login {
    top: 15px;
    right: 15px;
    height: 100%;
    padding-left: 30px;
    display: inline-block;
    float: right;
}

#bar .login a {
    color: #000 !important;
}

#bar.login-show {
    height: 70%;
    margin-top: 65px;
    z-index: 0;
}

#bar.login-show #row{
    width: 300px;
}

#bar #row.userpass.tickets {
    height: 45px;
    display: block;
    max-width: 500px;
    border-bottom: 3px solid #FF0;
    background: #FFF;
    opacity: 0.75;
}

#bar #row.userpass-continue.tickets {
    display: block;
    max-width: 500px;
    border-bottom: 3px solid #FF0;
    background: #FFF;
    opacity: 0.75;
}

#bar #row.continue {
    display: block;
    max-width: 500px;
    border-bottom: 3px solid #FF0;
    background: #FFF;
    opacity: 0.75;
}

#bar .msg {
    display: block;
}

#bar .msg.clip {
  width: 65%;
}

#header.tickets {
    margin-top: 85px;
}

#x.tickets {
    margin-top: 65px;
}

#x-or-arrow.tickets {
    /* always arrow */
    content:url(/media/svg/arrow-back-6-k.svg);
    cursor: pointer; 
}

#arrow-forward {
    width: 70px;
}

#instructions {
}

#instructions.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 65px;
  padding-top: 1em;
  padding-bottom: 1em;
  background-color: #CCC;
}

#selections {
    width: 100%;
    margin-bottom: 1em;
}

#row {
    width: 100%;
    height: 100px;    
    padding: 10px;
    padding-top: 12px;
    padding-bottom: 8px;
    vertical-align: top;
    display: block;
    border-bottom: 3px solid #CCC;
    cursor: pointer;
    background: #FFF;
    color: #000;
}
.tickets #row.select:hover {
    background: #FF0;
}

.tickets #row.selected {
    /* border-bottom: 3px solid #FF0; */
    background: #FF0;
}

.tickets #row.continue {
    display: none;
}

.tickets #row.continued {
    display: block;
    background: #FF0;
}

#row .left {
    float: left;
    max-width: 70%;
}

#row .right {
    float: right;
    text-align: right;
    vertical-align: top;
    width: 25%;
}

#row .right.controls {
    width: initial;
}

#row .right.prices {
    width: initial;
    /*
    font-size: 44px;
    line-height: 54px;
    padding-top: 30px;
    */
}

#row .clear {
    /* fixes floats parent height collapse */
    clear: both;
}

#row .details {
}

#row .details.clip {
    width: 100%;
}

#input input[type="text"] {
    height: 50px;
    width: 50px;
    border: 0px;
    padding: 0px;
    font-size: 44px;
    text-align: center;
    background: transparent;
    /* background: #F00; */
}

#regulatory {
    margin-bottom: 1em;
}

#logos {
    /* display: none; */
}

#logos .sticky {
bottom: 0px;
}

#notes {
    width: 100%;
    display: block;
    padding: 10px;
    padding-top: 12px;
    padding-bottom: 8px;
    vertical-align: top;
    margin-bottom: 1em;
    background: #BBB;
}

#notes .prices {
    position: absolute;
    left: 75%;
}

#notes .prices.clip {
  width: 50%;
}

#notes.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
}

#notes:empty {
   display: none;
}

/* classes */

.nobreak {
    display: inline-block;
}

.clip {
    width: 50%; /* default */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.logos-patronbase {
    diplay: block;
    width: 150px;
}

/* vertical iPad / horizontal iPhone */
@media screen and (max-width: 768px) {
	.something {
	}
}

/* vertical iPhone */
@media screen and (max-width: 500px) {
    #bar.login-show #row{
        width: initial;
    }

    #x-or-arrow.tickets {
        content:url(/media/svg/arrow-back-6-k.svg);
        cursor: pointer;
    }

    #docket {
        margin-top: initial;
    }



}

