/* elements */

/* ids */

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

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

#bar.members {
    position: fixed;
    top: 0px;
    left: 0;
    height: 65px;
    width: 100%;
    padding: 15px;
    display: block;
    background: #FFF;
    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, #bar.login-show .row{
    width: 300px;
}

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

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

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

#bar .msg {
    display: block;
}

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

#bar .red {
    color: #F00;
}

#bar .red {
    color: #F00;
}

#bar .green {
    color: #0B0;
}

#bar .blue {
    color: #00F;
}

#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, .row {
    width: 100%;
    min-height: 100px;
    padding: 10px;
    padding-top: 12px;
    padding-bottom: 30px;
    vertical-align: top;
    display: block;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    /* background: #DDD; */
}
button.row
{
    display: flex;
    align-items: flex-start;
}
.members #row.select:hover, .members .row.select:hover {
    background: #FFF;
}

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

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

.members #row.continued {
    display: block;
    background: #FFF;
}

#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, .row .clear {
    /* fixes floats parent height collapse */
    clear: both;
}

#row .details, .row .details {
}

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

#row .red, .row .red {
    color: #F00;
}

#row .green, .row .green {
    color: #0B0;
}

#row .blue, .row .blue {
    color: #00F;
}

#contact-form {
    display: block;
    margin-bottom: 2px;
}

#contact-form input {
    border: 0px;
    width: 100%;
    padding: 20px;
    margin-bottom: 2px;
    font-size: 17px;
    background: #DDD;
}

#contact-form input:focus {
    outline: none;
    background: #FFF;
}

#contact-form .checkbox-container {
    border: 0px;
    width: 100%;
    padding: 20px;
    margin-bottom: 5px;
    color: #666;
    background: #DDD;
}

#contact-form input[type=checkbox] {
    width: initial;
}

#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;
}
#blue_q_error{
    color: #F00;
}
#detail-side div.donate_btn{
    display: block;
}
button.row{
    font-size:100%;
    font-family: inherit;
    text-decoration: none;
    text-align:left;
    -webkit-appearance: none;
    -moz-appearance: none;

}
#blue_q_error{
    color: red;
}
#birthdate{
    margin-bottom:10px;
}
.success_warning{
    display: none;
    margin-top: 200px;
    text-align: center;
    /*
    opacity: 1.0;
        transition: opacity 5s;
    */
}
.success_warning > #spinner{
    display: inline-block;
    margin: 0 10px 0 0;
}
.updatingCustomer .success_warning{
    display: block;
}
.updatingCustomer #title, .updatingCustomer #docket{
    display: none;
}

.radio_ctner {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  margin-right: 10px;
  /*margin-bottom: 12px;*/
  cursor: pointer;
  /*font-size: 22px;*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radio_ctner:last-of-type{
    margin-right: 0;
}
.radio_ctner input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
  border-radius: 50%;
}
.radio_ctner input:checked ~ .checkmark {
  background-color: #00f;
}

/*input[type = 'radio']{
    margin: 0  0 0;
}*/
input[type = 'radio'] ~ label{
    margin-right: 10px;
}


#blue_q_error{
    color: #F00;
}
#detail-side div.donate_btn{
    display: block;
}
button.row{
    font-size:100%;
    font-family: inherit;
    text-decoration: none;
    text-align:left;
    -webkit-appearance: none;
    -moz-appearance: none;

}
#blue_q_error{
    color: red;
}
#birthdate{
    margin-bottom:10px;
}
.success_warning{
    display: none;
    margin-top: 200px;
    text-align: center;
    /*
	opacity: 1.0;
    	transition: opacity 5s;
    */
}
.success_warning > #spinner{
    display: inline-block;
    margin: 0 10px 0 0;
}
.updatingCustomer .success_warning{
    display: block;
}
.updatingCustomer #title, .updatingCustomer #docket{
    display: none;
}

.radio_ctner {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  margin-right: 10px;
  /*margin-bottom: 12px;*/
  cursor: pointer;
  /*font-size: 22px;*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radio_ctner:last-of-type{
    margin-right: 0;
}
.radio_ctner input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
  border-radius: 50%;
}
.radio_ctner input:checked ~ .checkmark {
  background-color: #00f;
}

/*input[type = 'radio']{
    margin: 0  0 0;
}*/
input[type = 'radio'] ~ label{
    margin-right: 10px;
}

/* 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;
    }



}

