p {
  text-align: justify;
}

#main-title, #main-logo {
  cursor: pointer;
}

/* handle my buttons */

.wjp-current {
  border: 1px solid #3c3;
  background-color: #afa;
}

.wjp-not-current {
  border: 1px solid #3d3;
  background-color: #fff;
}

.wjp-not-current:hover {
  border: 1px solid #3c3;
  background-color: #efe;
}

.wjp-disabled {
  border: 1px solid #ccc;
  background-color: #fff;
  color: #aaa;
}

.wjp-disabled:hover {
  border: 1px solid #ccc;
  background-color: #fff;
  color: #aaa;
}

.wjp-scrunch {
  margin: 0 auto;
}

.wjp-itals {
  font-family: Bodoni Moda;
  font-style: italic;
}

.wjp-button {
  background-image: linear-gradient(170deg, white,#efe,#cec);  
  margin-left: 1%;
  margin-right: 1%;
}

.wjp-button:hover {
  background-image: linear-gradient(345deg, #efe,#efe); 
}

/* fixed width allows wrapping on cell */
.one-fifth {
  width: 16%;
}

/* make the buttons big and centered when on a phone...I HOPE */
@media (max-width: 950px) {
  .one-fifth {
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
  }
}

.wjp-p {
  margin-bottom: 1em;
}

.wjp-box {
  border-radius: 2em;
  border: 2px solid #aaa;
  padding: 2em; 
}

.wjp-caption {
  font-size: 0.8em;
  text-align: center;
}

.wjp-vspacer {
  display: block;
  width: 100%;
  height: 3em;
}

.wjp-separator {
  border-bottom: 1px solid #ccc;
  display: block;
  height: 0;
  margin: 3em auto 0 auto;
  width: 80%;
}

.wjp-mid-h {
  font-size: 1.5em;
  padding-bottom: 2em;
  text-align: center;
}

.wjp-mid {
  font-size: 1.5em;
  text-align: center;
}


.wjp-photo {
  border: none;
  margin: 0;
  padding: 0;
}

.wjp-header {
  border-radius: 2em;
  border: 2px solid #3c3;
  padding: 1em; 
  text-align: center;
  background-color: #fff;
}

.wjp-footer {
  border: 2px solid #3c3;
  padding: 0.5em;
  font-size: 0.8em;
  margin-bottom: 5%;
  text-align: center;
}

.wjp-form-label {
  margin-bottom: 0;
  font-optical-sizing: auto;
  font-family: Raleway;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: initial;
}

.wjp-fade {
  opacity: 0.6; 
}

.wjp-link-img {
  height: 1.2em;
  vertical-align: middle;
  width: 1.2em;
}

.wjp-center-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wjp-about-logos {
  height: 100px;
  margin-top: calc(100% - 20px);
}

.wjp-orange {
  background-color: orange;
  vertical-align: middle;
}

/* league selector stuff */

.choice-label {
  height: 15em;
  display: block;
  background-image: linear-gradient(170deg, white,#efe,#cec);  
  border: 2px solid hsla(150, 75%, 50%, 1);
  border-radius: 20px;
  padding: 1em;
  margin-bottom: 1em;
  text-align: center;
  position: relative;
  cursor: pointer;
  font-weight: 300;
}

.choice-label:hover {
  background-image: linear-gradient(345deg, #efe,#efe); 
}

.wjp-center {
  text-align: center;
}

input[id$='radio'] {
  display: none;

}

input[id$='radio']:checked + label {
  background-image: url('/images/dark_chk.png');
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #393;
  color: white;
}

input[id$='radio']:disabled + label {
  background: #f8f8f8;
  color: #ccc;
  cursor: not-allowed;
  border: 2px solid #ddd;
}

input.wjp-confirm-value {
  background-color: #eee;
  color: black;
  border: none;
}

/* reporting */

.wjp-report-table {
  font-size: 0.8em;
}

.report-container {
  margin-left: 5%;
  margin-right: 5%;
  width: auto;
}

.player_name,
.grade,
.age,
.gender,
.uslax,
.parent_name,
.parent_email,
.paid,
.club,
.coupon {
  white-space: nowrap;
  text-align: center;
}

.sid {
  background-image: url('/images/money-bw.png');
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
}

.hid {
  visibility: hidden;
}

.sid:hover {
  background-image: url('/images/money-c.png');
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

[class^='rth:'] {
  text-align: center;
  text-transform: capitalize;
}

[id^='td_'] {
  text-align: center;
  text-transform: capitalize;
}

[id$='_btn'] {
  letter-spacing: normal;
}


/*
 * pop-up modal box
 */
  
#modal_base {
  background-color: white;
  border: 1px solid #000;
  box-shadow: 20px 20px 10px gray;
  padding: 2em; 
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  max-height: 80vh;
  overflow-y: scroll;
  visibility: hidden;
  width: 50%;
  z-index: 60;
}

#modal_body {
  z-index: 99;
}

#veil {
  top: 0;
  left: 0;
  position: fixed;
  background-color: rgba(0,0,0,0.4);
  visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 50;
}

.wjp-legal-bullets {
  list-style-image: url('/images/minichk.png');
}

.wjp-r-cush {
  margin-right: 2%;
}


/*
 * FAQ
 */

.faq-link {
  font-size: 2.0rem;
  margin-left: 2.0rem;
}

.faq-1 {
  margin-top: 1rem;
  color: #9c9;
}

.faq-2 {
  font-size: 2.0rem;
  margin-bottom: 0;
}

.faq-3 {
  font-family: "Oswald";
  width: 10rem;
}

.faq-4 {
  font-weight: normal;
  text-align: left;
  width: auto;
}

.faq-table {
  line-height: 1.6rem;
  margin-left: 2.0rem;
}

#store_button {
  border: 2px solid #3c3;
}

#store_button:hover {
  border: 2px solid #3c3;
  background-color: #efe;
}

































