/** The following css is to style the Volunteer Forms Created w RSForms & RSEvents Pro */


.below_dropdown_nav{z-index:1} 

/**this code removes the small plus button used for changing the number of tickets */
.btn .btn-xs .btn-info .btn-plus-minus {
     display: none;
 }

/**this code styles the dropdown select button for RSForms */
#ticket.custom-select {
    width:100%;
    height:44px;
    border-radius:30px;
    background: #f6f9fc;
    padding: 0 20px;
}


.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn.dropdown-toggle-split:first-child, .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    max-height:44px;
}
.btn-group>.btn-group:not(:first-child), .btn-group>:not(.btn-check:first-child)+.btn {
    max-height:44px;
}


/* this code keeps the select list button from being too wide 
#rs_subscribe .rsepro-horizontal .control-group .control-label {
    width: 100px;
    padding: .3rem 1rem .3rem 0;
} */


.rsepro-horizontal.form-horizontal .input-group {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    width: 100%;
    flex-direction: column;
} 




/* The container */
.chk-container {
 
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
 
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
 
/* Hide the browser's default checkbox */
.chk-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
 
/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 7px;
    left: 10px;
    height: 25px;
    width: 25px;
  	border-radius:5px;
    background-color: #f6f9fc;
}
 
/* On mouse-over, add a grey background color */
.chk-container input ~ .checkmark {
    background-color: #F6F9FC;
}
 
/* When the checkbox is checked, add a red background */
.chk-container input:checked ~ .checkmark {
    background-color: #d22630;
}
 
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
 
/* Show the checkmark when checked */
.chk-container input:checked ~ .checkmark:after {
    display: block;
}
 
/* Style the checkmark/indicator */
.chk-container .checkmark:after {
    left: 8px;
    top: 3px;
    width: 8px;
    height: 16px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
 
 
 /* Style buttons */
.btn-plus-minus {
   margin-bottom:1px;
   margin-right:10px;
   margin-left:10px;
    padding-bottom: 3px;
    padding-top: 9px;
}
 
/* Remove standard RSform pulldown */
#RSEProTickets, .rseventspro-add-ticket-button {display:none;height:0px;}


/* Add space under Headings */
.form-label .formControlLabel {
   margin-bottom: 10px !important;        
}

 
 /*  hide rsform content  */
 .rsform-block-rsepropayment{display:none;}
  #grandtotalcontainer {display:none;}
  #number, #numberinp {width:0px;padding:0;display:none;}
  .price {visibility: hidden;}
  #RSEProTickets_rd_list {padding: 0px 0px 30px 10px;border-bottom: 1px dashed #000000;text-align:left;margin-right:auto;}
  .rsform-checkbox {margin-left:7px;}
  .form-label {margin-bottom: 1.5rem;}
  .chk-container input ~ .checkmark {
  background-color: #f6f9fc;
  border: 1px solid rgba(0,0,0,.63);
  margin-right: 10px;}
  .chk-container {
    padding-left:50px;
    padding-top:7px;
    vertical-align: middle; 
    position: relative; 
    bottom: 1px;
  }
  .btn-plus-minus {
    margin-bottom: 1px;
    margin-right: 10px;
    margin-left: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
}
  label {
    display:block;
  }

 .moduletable form-box {
    background-color: #f6f9fc;
}


/* the following CSS removes unwanted detail from RSEvents Pro Checkout Cart */
 .rsepro-cart-total {
    display:none;
}

#rsepro-checkout-billing-form:before{
  content: 'Contact Info';
    display: block;
    text-align: left !important;
    font-size: 1rem;
    font-weight: bold;
    color: #0c63e4;
    background-color: #e7f1ff;
    border-color: #b6effb;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}


 
 

#rsepro-checkout-billing-form .alert.alert-info.text-center {
  display: none;
}

#rsepro-checkout-billing-form .inline.radio{
  display: none;
}

#rsepro-checkout-discount-form {
  display: none;
}

#rsepro-checkout-billing-fields-form .alert.alert-info.text-center {
  display: none;
}

#rsepro-checkout-payment-form .alert.alert-info.text-center {
  display: none;
}

#rsepro-checkout-payment-form .control-label {
  display: none;
}

.alert alert-info text-center {
  display: none;
}

#jformpayment {
  display: none;
}

#checkoutBtn {
  color: transparent; /* Makes text invisible but readable by screen readers */
  position: flex;
}
#checkoutBtn::after {
  content: 'Checkout';
  color: white;
  position: relative;
  line-height: 42px;
  padding: 0px 30px 0px 0px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: '4px';
}

#rsepro-cart-tickets tr:last-child {
  display: none;
}





