.setViewport {
    max-height:50vh;
    overflow-y:auto;
    box-shadow:inset 0px 1px 7px 1px #4e4e4e;
    border-radius:5px;
    padding:3px;
}

.ccvaultheader{
    padding:8px;
    display:flex;
    justify-content:space-between;
    background-color:#075587;
    color:white;
}
.ccVaultPanel {
  width: 0;
  position: absolute;
  top: 0;
  right: 0;
  overflow-x: hidden;
  padding: 0px;
  transition: 0.5s;
  border-radius:5px;
  background-color:white;
  border:1px solid grey;
  z-index: 3;
}

.ccVaultShowing {
  width: 575px !important;
}

.ccVaultClose {
  text-decoration: none;
  font-size: 25px;
  color: black;
  display: block;
  transition: 0.3s;
  margin-top: -10px;
}

.ccVaultPanel a:hover {
  color: red;
}


.ui-dialog { z-index: 1051 !important ;}

.memberInfo {

}

#mobileRegistrations {
  font-size: 16px;
}
#pnMobileReviewRegistrations {
  font-size: 13px;
}
.iConstraintInfo {
  margin-left: 15px;
  font-size: 20px;
}
.btnReview {
  margin-right:5px !important;
}
.ilHelp {
  color: #7F7F7F;
}
.rrPaymentDetails {
  margin-left: 7px;
  margin-bottom:10px;
  margin-top:2px;
  padding:0;
}

#raNavigationXX {
  margin: 0;
  padding-top:100px;
  max-height: 600px !important;
}

.raClubHeaderXX {
  height: 120px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: rgba(0,0,0,0.9);
  flex-wrap: nowrap;
}
.raClubLogo {
  max-height:60px;
}

.regStepHeader {
  background-color: #f89938;
  color: rgb(255,255,255);
  padding: 10px;
  border-radius: 5px;
  width:35%;
  max-width:35%;
}
.stepProductName {
 font-size:smaller;
}
.MemberName {
   font-size: 20px;
   font-weight: bold;
   color: #FFFFFF;
   background-color: #075587;
}
.MemberLabel {
   font-weight: bold;
}
#pnPaymentProfiles {
    width: 50%;
}
#OutstandingBalanceHeaderXX {
   padding: 0.1em 0.1em 0.1em 0.5em;
   font-size: 17px;
   font-weight: bold;
   color: #FFFFFF;
   background-color: #9F9F9F;
   margin-top: 9px;
}
#OutstandingBalanceXX {
   padding: 0.1em 0.4em 0.1em 0.5em;
   font-size: 17px;
   font-weight: bold;
   margin-top: 9px;
   text-align: right;
   color: #FFFFFF;
   background-color: #9F9F9F;
}

.raInput {
  border-radius: 5px;
  box-shadow: 1px 1px 2px;
  /*width: 300px;*/
  margin-bottom: -10px;
  max-width: 600px;
}

.raInputModal {
  border-radius: 5px;
  box-shadow: 1px 1px 2px;
  /*width: 466px;*/
  max-width: 465px;
  margin-bottom: -10px;
}

.raContactThumbnail {
  min-width: 99% !important;
  width: auto;
}

.raContactCardName {
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}

.raContactCardHeading {
  background-color: #075587;
}

.raContactCardButton {
  background-color: #f89938;
  font-size: 12px;
  margin-top:-4px;
  margin-right: 5px;
  margin-left: 5px;
  height: 28px;
  padding: 2px 6px 2px 6px;
  max-width: 70px;
}

.raContactSelected {
  background-color: #089B10 !important;
  color: #FFFFFF !important;
}

.raContactCardBody {
  margin-left: 5px;
  font-size: 14px;
  padding: 3px;
}

.raContactCardIcon {
  font-size: 20px;
}

#ContactRelationship {
  icon: fa fa-group;
}

#ContactAge {
  icon: fa fa-;
}
.rgProductInstructions {
  font-size: 18px;
  padding: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
}

.raContainerXX {
  border-radius: 7px;
  box-shadow: 0px 0px 20px;
  background-color: rgba(0,0,0,0);
}

.raSaveButton {
  background-color: rgb(7,85,135);
}

.ContactHeading {
  font-size: 20px;
  padding: 8px;
  margin: 0px;
  background-color: #e3e3e3;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 5px;
  box-shadow: 0px 0px 2px;
  color: rgb(7,85,135);
}

.contact-input {
  padding: 0px;
  padding-left: 5px;
  font-weight: bold;
}


label {
  display: inline-block;
  margin-bottom: .5rem;
  font-weight: bold;
}

a {
  color: rgb(7,85,135);
}

.cardX {
  margin-bottom: 3px;
}
.card-headerX:first-child {
  background-color: rgb(227,227,227);
}
.card-group > .card:not(:first-child) {
}
.card-bodyX {
  padding: 2px;
  margin-right: -0px;
}

.img-fluid.d-flexXX {
  width: 184px;
  padding: 0px;
  height: 80px;
}

#HomePostalZip {
  text-transform: uppercase;
}

#coNonRefundableMsg {
  color: blue;
  font-size: smaller;
}

.raSelectButton {
  background-color: rgb(7,85,135);
  border: none;
}

.raSelectButton:focus {
  background-color: #f89938;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  /*margin: 10px;*/
}

.table-dark td, .table-dark th, .table-dark thead th {
  border-color: #ffffff;
}

.table-dark {
  color: #fff;
  background-color: rgba(0,0,0,0.93);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #000000;
  background-color: #dadada;
  border-color: #adadad;
}

.btn.btn-primary.raSelectButton {
  background-color: rgb(247,152,56);
  margin: 5px;
}

.btn-PriorModal {
  border: none;
  background-color: rgb(162,162,162);
}
.btn-NextModal {
  background-color: rgb(7,85,135);
}
.steps-progressbar {
  max-width: 71%;
}

#productAgeEffective {
  color: blue;
  font-size: smaller;
}

#pnProductSelectionMobile {
  max-height: 50vh !important;
  overflow-y: scroll;
}
.arClassCategory {
  border: 1px solid #f89938;
  border-radius: 5px;
  background-color: #FCD9B5;
  padding: 2px 3px 2px 3px;
  font-weight: normal;
}
.arSP {
  padding: 2px 4px 2px 4px;
  border: 1px solid #7F7F7F;
  border-radius: 5px;
  margin-right: 5px;
  margin-bottom: 3px;
  display: inline-block;
  font-weight: normal;
  font-size: smaller;
}

.arProductName {
  text-align: left;
  overflow: hidden;
  width: 40%;
}
.arProductNameM {
  width: 80%;
}
.arSelectButtonM {
  width: 20%;
}
.arFee {
  text-align: right;
  width: 16%;
}
.arEffectiveDate {
  text-align: center;
  width: 15%;
}
.arType {
  text-align: left;
  width: 12%;
}
td.arType {
  font-size: smaller;
}
.arCutoffDate {
  text-align: center;
  width: 15%;
}
.arConstraints {
  text-align: left;
  width: 15%;
}
.arConstraintInfo {
  display: inline-block;
  padding: 2px 3px 2px 3px;
  font-size: smaller;
}

.arSelectButton {
  text-align: center;
  width: 17%;
}
.arRegistrationNo {
  text-align: center;
  width: 11%;
}
.arRegistrationProduct {
  text-align: left;
  width: 30%;
}
.arRegistrationPersonName {
  text-align: left;
  width: 23%;
}
.arRegistrationVolunteering {
  text-align: center;
  width: 16%;
}
.arRegistrationFee {
  text-align: right;
  width: 9%;
}
.arRegistrationBalance {
  text-align: right;
  width: 9%;
}

.arPMName {
  text-align: left;
  width: 80%;
}
.arPMDescription {
  font-size: smaller !important;
  padding: 5px 5px 5px 10px !important;
  color: #5F5F5F !important;
}
.arPMAmount {
  text-align: right;
  width: 10%;
}
.arPMSelect {
  text-align: center;
  width: 10%;
}
.pmSelected {
  background-color:#E4FDE2;
  font-weight: bold;
}
#arSelectedProductDescription {
  font-size: smaller;
  max-height: 140px;
  overflow-y: auto;
}
#QuestionaireListX {
  width: 75%;
}
.regQuestionXX {
  padding: 5px;
  margin-left:2em;
}
.regMandatory {
  color: #1C22CC;
}
.btn-info.active {
  background-color: limegreen !important;
}
.rgId {
  text-align: left;
  vertical-align: middle !important;
  width: 10%;
}
.rgName {
  text-align: left;
  vertical-align: middle !important;
  width: 18%;
}
.rgProduct {
  text-align: left;
  vertical-align: middle !important;
  width: 30%;
}
.rgRegDateTime {
  font-size: 12px;
  color: #5F5F5F;
}
.rgBalance {
  text-align: right;
  vertical-align: middle !important;
  width: 9%;
}
.rgStatus {
  text-align: left;
  vertical-align: middle !important;
  width: 11%;
}
.rgButton {
  text-align: center;
  vertical-align: middle !important;
  width: 19%;
}
.btn-Orange {
  background-color: rgb(247,152,56) !important;
}
.list-group {
  box-shadow: 1px 0px 5px 0px;
  border-radius: 5px;
}
.ppName {
  text-align: left;
  vertical-align: middle !important;
  width: 38%;
}
.ppHasLogin {
  text-align: center;
  vertical-align: middle !important;
  font-size: smaller;
  width: 23%;
}
.ppCreated {
  text-align: left;
  vertical-align: middle !important;
  font-size: smaller;
  width: 23%;
}
.ppButtons {
  text-align: center;
  vertical-align: middle !important;
  width: 16%;
}
.ppSelected {
  font-weight: bold;
  background-color: #D7FCD4 !important;
}
#registrationContactsSelect {
  max-height: 50vh;
  overflow-y: auto;
  background-color:#F1F1F1;
}
#waiverViewer {
  padding: 10px 10px 10px 10px;
}
#dvWaiverText {
  height: 48vh;
  overflow-y: auto;
  width: auto;
  border: 1px solid #8F8F8F;
  border-radius: 5px;
  background-color: #FCFCFC;
  padding: 3px;
}
#txWaiverText {
  height:45vh;
  width:98%;
}
.wvBody {
  font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
  font-size: 10pt;
  width: 100%;
}
.wvH3 {
  font-size: 15pt;
  font-weight: bold;
  padding: 5px;
  margin: 5px;
}
.wvH5 {
  font-size: 11pt;
  font-weight: bold;
  padding: 5px;
  margin: 5px;
}
.wvBox {
  border: 1px solid black;
  background-color: #D0E3F1;
  font-size: 10pt;
  padding: 7px 15px 7px 15px;
  line-height: 145%;
}
.wvlogo {
  height: 60px;
}
.dbl-underline {
  text-decoration-line: underline;
  text-decoration-style: double;
}
.dashed-underline {
  text-decoration-line: underline;
  text-decoration-style: dashed;
}

.ui-dialog-titlebar-close {
    visibility: hidden;
}
.ui-dialog-title {
    font-size: larger;
}
.regFlowFooter {
  flex-wrap: nowrap;
}
#rowanTitle {
    font-family: "museo-sans-rounded",sans-serif;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.3;
    color: #131B82;
    margin: 0;
}
#concLink {
   font-size: 20px;
   text-decoration: underline;
}
#concLink-container {
    text-align: center;
}
#spProgress {
  z-index: 2000;
  position: absolute;
  top: 400px;
  left: 600px;
}

.ccStatusInfo {
  font-size: smaller;
  color: #7F7F7F;
}
.cardSelectedHeading {
  background-color: #089B10 !important;
}
.data {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
}
.ui-dialog-titlebar-close {
    visibility: hidden;
}
.ui-dialog-title {
    font-size: larger;
}

/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
  width: 33%;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
  float: left;
  margin-right: 3px;
  margin-bottom: 7px;
  border: 0px;
  overflow: hidden;
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: auto;
  min-height: 95px;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  border: 2px solid #AFAFAF;
  border-radius: 5px;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card-rotate {
  transform: rotateY(180deg);
}
.flip-card-front, .flip-card-back {
  position: absolute;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
  width: 98%;
}
.flip-card-front {
  background-color: #FFFFFF;
  color: black;
}
.flip-card-footer {
  position: absolute;
  top:60px;
  width: 100%;
}
.flip-card-back {
  transform: rotateY(180deg);
  cursor:pointer;
  height: 95px;
}
#VoluntaryActivityDesc {
  font-size: 11px;
}
.row.raChargeItem {
  border: 1px solid #dddddd;
  border-radius: 5px;
}
.row.raChargeItem.active {
  border: 2px solid rgba(48,128,21,0.61);
}

.raLink {
  color: #157bbc;
}
.rrChargeName {
  text-align: left;
  width: 70%;
}
.rrChargeQty {
  text-align: right;
  width: 12%;
}
.rrChargeAmt {
  text-align: right;
  width: 18%;
}
.txMandatoryCharge {
  background-color: #5F5F5F;
  border: 1px solid #3F3F3F;
  border-radius: 5px;
  color: #FFFFFF;
  padding: 4px 4px 4px 4px;
}
#miCategoryAccordion {
  max-height: 550px;
  overflow-y: auto;
}

@media only screen and (max-width: 600px) {
    .flip-card {
      width: 48% !important;
      perspective: 1000px; /* Remove this if you don't want the 3D effect */
      float: left;
      margin-right: 3px;
      margin-bottom: 7px;
      border: 0px;
      overflow: hidden;
    }
    .flip-card-inner {
      min-height:160px;
    }

    .flip-card-footer {
      top:81px;
    }

  .rgInstructions {
    font-size:14px !important
  }
  .raRegInstruction {
    border: solid 1px #232323;
    border-radius: 5px;
  }

  .btnReview {
    margin-right:2px !important;
  }

  .rrProduct {
    font-size:16px !important;
  }
  .rrSecondaryHeading {
    font-size:20px !important;
  }

  .raContainer {
    border-radius: 0;
    box-shadow: none;
  }
  .container {
    padding: 5px;
  }
  .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .col {
    padding-left:2px;
    padding-right:2px;
  }

  #ClubHeaderName {
    font-size: 24px;
  }
  .steps-progressbar {
    display: none;
  }
  .regStepHeader {
    width: 90%;
    max-width: 90%;
  }
  .arEffectiveDate {
    display: none;
  }
  .arCutoffDate {
    display: none;
  }
  .arType {
    display: none;
  }
  .regSelectContact {
    height: 73px !important;
    margin-left: 1px;
  }
  .raContactThumbnail {
    width: auto;
    max-width: 100%;
  }
  #pnPaymentProfiles {
      width: auto;
  }
}
#userEmail {
  color: blue;
  font-weight: bold;
}
#rrSportzSoftLogo {
  width: 150px;
}
#rrClubLogo {
  vertical-align: top;
  height: 100px;
}
.rrProduct {
  color: #000000;
  font-size: 20px;
  font-weight: bold;
}
.rrProduct2 {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
}
#rrBirthDateValidated {
  font-weight: normal;
  color: blue;
  font-size: 14px;
  margin-left: 5px;
}
.rrSecondaryHeading {
  background-color: #E3E3E3;
  color: #000000;
  padding: 5px;
}

@media  and (min-width: 768px) {


    .modal.right .modal-dialog {
      -webkit-transition: all 1s ease-in-out;
      -moz-transition: all 1s ease-in-out;
      -o-transition: all 1s ease-in-out;
      transition: all 1s ease-in-out;
    }
    .modal.right .modal-dialog {
        position: fixed;
        left: 200px;
        top: 12%;
        -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
        -o-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
    }
    .modal.right.fade .modal-dialog {
        left: 600px;
        opacity: .5;
        transition-property: left, opacity;
        transition-duration: 0.4s, 0.4s;
        transition-delay: 0s, 0s;
        transition-timing-function: ease-in-out;
    }
    .modal.right.fade.show .modal-dialog {
        left: 9%;
        opacity: 1;
    }
    #spProgress {
      z-index: 2000;
      position: absolute;
      top: 300px;
      left: 220px;
    }

  ::-webkit-scrollbar {
     width: 10px;
  }

  ::-webkit-scrollbar-thumb {
     border-radius: 30px;
     background: rgb(247,152,56);
     box-shadow: inset 2px 2px 2px rgba(255,255,255,.25), inset -2px -2px 2px rgba(0,0,0,.25);}

  ::-webkit-scrollbar-track {
     background-color: #fff;
     border-radius:10px;
      background: grey;
  }
}

@media print {
  .regReceiptModal {
     max-width: none;
     height: 100%;
     width: 100vw;
     margin: 0;
     overflow: hidden !important;
  }
  .modal-content {
     height: 100% !important;
  }
  .modal-footer {
     display: none; 
  }

  ::-webkit-scrollbar {
      width: 0 !important;
  }

}
