.rf-select.rf-single-select.no-label {display:none;}

/* jillian's edits */
.rf-table-container .rf-table .table-body .table-row>div:nth-child(4) {
    display: none;
}
.confirmation-page .rfwf-discount-code:nth-child(3) {
    display: none;
}
button.mdBtnR:focus, button.mdBtnR:active, button.mdBtnR:hover {
    opacity: inherit;
}
.progressbar {
      counter-reset: step;
  }
  .progressbar .li {
      list-style-type: none;
      width: 33%;
      float: left;
      font-size: 12px;
      position: relative;
      text-align: center;
      text-transform: uppercase;
      color: #7d7d7d;
  }
  .progressbar .li:before {
      width: 30px;
      height: 30px;
      content: counter(step);
      counter-increment: step;
      line-height: 30px;
      border: 2px solid #7d7d7d;
      display: block;
      text-align: center;
      margin: 0 auto 10px auto;
      border-radius: 50%;
      background-color: white;
  }
  .progressbar .li:after {
      width: 100%;
      height: 2px;
      content: '';
      position: absolute;
      background-color: #7d7d7d;
      top: 15px;
      left: -50%;
      z-index: -1;
  }
  .progressbar .li:first-child:after {
      content: none;
  }
  .progressbar .li.active {
      color: green;
  }
  .progressbar .li.active:before {
      border-color: #55b776;
  }
  .progressbar .li.active + li:after {
      background-color: #55b776;
}
#reportMessage {
    margin: 16px 0;
    overflow: initial !important;
    white-space: normal !important;
    line-height: 1.6;
    padding-right: 0 !important;
    max-width: 100% !important;
}
#reportMessage .rfSI {
    display: none;
}
/* end jillian's edits */

.mdBtnR-primary {
height: 36px !important;
display: flex;
    background: #05DCAC;
    color: #0D2345;
    font-family: "Montserrat",sans-serif;
    font-weight: 800;
    height: 3.4375rem;
    letter-spacing: .02063rem;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 0px 1.5rem;
    transition: 0s;
    font-size: 1rem;
    border: none;
    position: relative;
}

.mdBtnR-primary:hover {
text-decoration: none;
    background: #04BB92;
    color: #0D2345;
    font-family: 'Times New Roman';

}

.mdBtnR-cancel, .mdBtnR-outline-primary {
display: flex;
color: #05DCAC !important; 
font-size: 13px !important;
height: 36px !important;
    background: transparent;
    font-family: "Montserrat",sans-serif;
    font-weight: 800;
    height: 3.4375rem;
    letter-spacing: .02063rem;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 0px 1.5rem;
    transition: 0s;
    padding: 0px 1.5rem;
border-radius: 0;
    font-size: 1rem;
    border-color: #05DCAC !important;
    position: relative;
    font-family: 'Times New Roman';

}

.mdBtnR-text {
display: flex !important;
justify-content: center !important;
    font-family: 'Times New Roman';

}

.mdBtnR-cancel .mdBtnR-text, .mdBtnR-outline-primary .mdBtnR-text {
    color: #05DCAC !important; 
    font-family: 'Times New Roman';

}

/* colten's edits */
.rf-overlay-new.participants-page-remove-overlay .text-align-right {
    display: flex;
}
.rf-table-container .rf-table .table-body .table-row.table-header>div {
    color: #05DCAC;
    border-bottom: 1px solid #05DCAC !important;
}
.rf-table-container .rf-table .table-body .table-row>div a, .rf-table-container .rf-table .table-body .table-row>div .link-span {
    color: #05DCAC;
}
a, a:link, a:visited {
    color: #05DCAC;
}
.rf-default-modal .modal-footer, .modal .modal-footer {
    display: flex;
}
.mdBtnR-outline-primary svg, a.mdBtnR-outline-primary svg {
    fill: #05DCAC;
}
#login-form > div.md-frame-footer > button {
    display: inline;
}
#workflow-login-page > div > div > div:nth-child(2) > div > div.md-frame-footer > button {
    display: inline;
}
/*End Colten's Edits*/
