/* ### Start Fonts and Typography ### */
@font-face {
  font-family: 'Metric Light';
  src: url(https://static.rainfocus.com/hpenterprises/tss22/static/staticfile/staticfile/Metric-Light_1638969059803001ZxPd.eot);
  src: url(https://static.rainfocus.com/hpenterprises/tss22/static/staticfile/staticfile/Metric-Light_1638969059803001ZxPd.eot?#iefix) format('embedded-opentype'), url(https://static.rainfocus.com/hpenterprises/tss22/static/staticfile/staticfile/Metric-Light_1638969059947001ZgUR.woff) format('woff');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal
}
@font-face {
  font-family: 'Metric Regular';
  src: url(https://static.rainfocus.com/hpenterprises/tss22/static/staticfile/staticfile/Metric-Regular_1638969060534001ZOJf.eot);
  src: url(https://static.rainfocus.com/hpenterprises/tss22/static/staticfile/staticfile/Metric-Regular_1638969060534001ZOJf.eot?#iefix) format('embedded-opentype'), url(https://static.rainfocus.com/hpenterprises/tss22/static/staticfile/staticfile/Metric-Regular_1638969060727001ZcwC.woff) format('woff');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal
}
@font-face {
  font-family: 'Metric Medium';
  src: url(https://static.rainfocus.com/hpenterprises/tss22/static/staticfile/staticfile/Metric-Medium_1638969060138001ZaLe.eot);
  src: url(https://static.rainfocus.com/hpenterprises/tss22/static/staticfile/staticfile/Metric-Medium_1638969060138001ZaLe.eot?#iefix) format('embedded-opentype'), url(https://static.rainfocus.com/hpenterprises/tss22/static/staticfile/staticfile/Metric-Medium_1638969060284001ZYVS.woff) format('woff');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal
}
@font-face {
  font-family: 'Metric Semibold';
  src: url(https://static.rainfocus.com/hpenterprises/tss22/static/staticfile/staticfile/Metric-Semibold_1638969060940001Zspq.eot);
  src: url(https://static.rainfocus.com/hpenterprises/tss22/static/staticfile/staticfile/Metric-Semibold_1638969060940001Zspq.eot?#iefix) format('embedded-opentype'), url(https://static.rainfocus.com/hpenterprises/tss22/static/staticfile/staticfile/Metric-Semibold_1638969061095001ZNcO.woff) format('woff');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal
}
@font-face {
  font-family: 'Metric Black';
  src: url(https://static.rainfocus.com/hpenterprises/tss22/static/staticfile/staticfile/Metric-Black_1638969059496001ZpXd.eot);
  src: url(https://static.rainfocus.com/hpenterprises/tss22/static/staticfile/staticfile/Metric-Black_1638969059496001ZpXd.eot?#iefix) format('embedded-opentype'), url(https://static.rainfocus.com/hpenterprises/tss22/static/staticfile/staticfile/Metric-Black_1638969059646001ZjLx.woff) format('woff');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal
}

/* ### End Fonts and Typography ### */

.template-brand-color {
  /* Search for this hex color, find and replace. */
  color: #e13a5d;
}

.template-brand-color {
  /* Search for this hex color, find and replace. */
  color: #f09dae;
}

.template-brand-color {
  /* Search for this hex color, find and replace. */
  color: #f8ced7;
}

.template-brand-color {
  /* Search for this hex color, find and replace. */
  color: #fcebef;
}

.template-accent-color {
  /* Search for this hex color, find and replace. Not currently used. */
  color: #964cad;
}

.template-accent-color {
  /* Search for this hex color, find and replace. Not currently used. */
  color: #cba6d6;
}

.template-accent-color {
  /* Search for this hex color, find and replace. Not currently used. */
  color: #e5d2eb;
}

.template-accent-color {
  /* Search for this hex color, find and replace. Not currently used. */
  color: #f5edf7;
}

/*=============================================*/
/*
/*  # Reset
/*  Workflow and Widget Reset
/*
/*=============================================*/
.rf-body {
  box-sizing: border-box;
  outline: 0 !important;
  outline: none !important;
  font-family: 'Metric Regular', Arial;
  color: #272932;
  line-height: 1.4em;
  vertical-align: baseline;
  font-weight: 400;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  overflow: auto !important;
}

  .rf-body * {
    box-sizing: border-box;
  }

    .rf-body *, .rf-body *:before, .rf-body *:after {
      outline: 0 !important;
      outline: none !important;
    }

[id*='rf-'].rf-widget *,
.rf-default-modal *,
.rf-org-header-container *,
.rf-org-footer-container * {
  font-family: 'Metric Regular', Arial;
}

/*=============================================*/
/*
/*  # Typography
/*
/*=============================================*/
.rf-workflow * {
  font-family: 'Metric Regular', Arial;
}

.rf-workflow h1,
.rf-workflow h2,
.rf-workflow h3,
.rf-workflow h4,
.rf-workflow h5,
.rf-workflow h6 {
  color: #272932;
  font-weight: 600;
}

.rf-workflow p {
  color: #272932;
}

.rf-workflow a {
  cursor: pointer;
  color: #e13a5d;
}

  .rf-workflow a:hover, .rf-workflow a:focus, .rf-workflow a:active {
    color: #ed899e;
  }

.rf-workflow ul,
.rf-workflow ol {
  margin: 0;
  padding: 0;
}

.rf-workflow strong,
.rf-workflow b {
  font-weight: 600;
}

.rf-workflow i,
.rf-workflow em {
  font-style: italic;
}

/* END Typography */
/*=============================================*/
/*
/*  # Clearfix
/*  Add containers that need floats cleared
/*
/*=============================================*/
.clearfix,
.clearfloat {
  clear: both;
}

  .clearfix:before, .clearfix:after,
  .clearfloat:before,
  .clearfloat:after {
    content: "";
    display: table;
    clear: both;
  }

/* END Clearfix */
/* Overlays */
.rf-overlay-new .rf-scroll-frame ul li:not(.group-header):not(.common-select-dropdown-option-item):hover,
.rf-overlay-new .rf-scroll-frame ul li:not(.group-header):not(.common-select-dropdown-option-item).disabled:hover {
  background: #01A982;
}

  .rf-overlay-new .rf-scroll-frame ul li:not(.group-header):not(.common-select-dropdown-option-item):hover svg {
    fill: white;
  }

/*=============================================*/
/*
/*  # Imports
/*
/*=============================================*/
/*=============================================*/
/*
/*  # Header
/*  
/*
/*=============================================*/

/*.rf-org-header-container {
  position: relative;
  min-height: 112px;
  margin-bottom: 32px;
}
.rf-org-header-container .bg-gradient {
  background-image: linear-gradient(to right, #e13a5d, #964cad);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}*/
/*=============================================*/
/*
/*  # Media Queries
/*
/*=============================================*/

/*=============================================*/
/*
/*  # END Header
/*  
/*
/*=============================================*/
/*=============================================*/
/*
/*  # Content
/*  
/*
/*=============================================*/
/*=============================================*/
/*
/*  # Media Queries
/*
/*=============================================*/
@media all and (min-width: 768px) {
  .rf-workflow {
    padding-bottom: 50px;
    flex: 1;
  }

    .rf-workflow .rf-workflow-body-content {
      height: 100%;
    }
}
/*=============================================*/
/*
/*  # END Content
/*  
/*
/*=============================================*/
/*=============================================*/
/*
/*  # Footer
/*  
/*
/*=============================================*/
.rf-org-footer-container {
  position: relative;
  margin-top: auto;
}




/*=============================================*/
/*
/*  # END Footer
/*  
/*
/*=============================================*/
/*=============================================*/
/*
/*  # Common
/*
/*=============================================*/
/*=============================================*/
/*
/*  # Buttons
/*
/*=============================================*/
.mdBtnR {
  font-weight: 600;
  /*-webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;*/
}

  .mdBtnR.disabled, .mdBtnR:disabled {
    cursor: not-allowed;
  }

    .mdBtnR.disabled .rfSI,
    .mdBtnR.disabled svg, .mdBtnR:disabled .rfSI,
    .mdBtnR:disabled svg {
      cursor: not-allowed;
    }

  .mdBtnR .mdBtnR-text {
    /*

    */
  }

  .mdBtnR .rfSI {
    height: 18px;
    width: 18px;
    max-height: 18px;
    max-width: 18px;
  }

  .mdBtnR .rf-pill {
    /*

    */
  }

  .mdBtnR.mdBtnR-sm {
    padding: 8px 12px;
    font-size: 11px;
    line-height: 14px;
  }

    .mdBtnR.mdBtnR-sm .rfSI {
      height: 14px;
      width: 14px;
      max-height: 14px;
      max-width: 14px;
    }

  .mdBtnR + .mdBtnR {
    margin-left: 16px;
  }

  .mdBtnR.mdBtnR-add-a-thing .mdBtnR-text,
  a.mdBtnR.mdBtnR-add-a-thing .mdBtnR-text {
    color: #01A982;
  }

.mdBtnR-toggle .mdBtnR {
  border-radius: 0;
  margin-left: 0;
  background-color: white;
  border: 2px solid #01A982;
  color: #01A982;
  font-weight: 700;
}

  .mdBtnR-toggle .mdBtnR .mdBtnR-text {
    color: #01A982 !important;
  }

  .mdBtnR-toggle .mdBtnR + .rfSI {
    margin-left: 12px;
  }

  .mdBtnR-toggle .mdBtnR:hover, .mdBtnR-toggle .mdBtnR:focus, .mdBtnR-toggle .mdBtnR:active, .mdBtnR-toggle .mdBtnR.active {
    font-weight: 600;
    background-color: #01A982;
    border-color: #01A982;
    color: white;
  }

    .mdBtnR-toggle .mdBtnR:hover .mdBtnR-text, .mdBtnR-toggle .mdBtnR:focus .mdBtnR-text, .mdBtnR-toggle .mdBtnR:active .mdBtnR-text, .mdBtnR-toggle .mdBtnR.active .mdBtnR-text {
      color: white !important;
    }

.mdBtnR-primary,
button.mdBtnR-primary,
a.mdBtnR-primary {
  color: white;
  background-color: #01A982;
  border-color: #01A982;
}

  .mdBtnR-primary .mdBtnR-text,
  button.mdBtnR-primary .mdBtnR-text,
  a.mdBtnR-primary .mdBtnR-text {
    color: white;
  }

  .mdBtnR-primary:hover, .mdBtnR-primary.hover, .mdBtnR-primary:focus, .mdBtnR-primary.focus, .mdBtnR-primary:active, .mdBtnR-primary.active,
  button.mdBtnR-primary:hover,
  button.mdBtnR-primary.hover,
  button.mdBtnR-primary:focus,
  button.mdBtnR-primary.focus,
  button.mdBtnR-primary:active,
  button.mdBtnR-primary.active,
  a.mdBtnR-primary:hover,
  a.mdBtnR-primary.hover,
  a.mdBtnR-primary:focus,
  a.mdBtnR-primary.focus,
  a.mdBtnR-primary:active,
  a.mdBtnR-primary.active {
    color: white;
    background-color: #2d9f94;
    background-image: none;
    border-color: #2d9f94;
  }

  .mdBtnR-primary .rfSI svg,
  a.mdBtnR-primary .rfSI svg {
    fill: #fff;
  }

.mdBtnR-primary-open,
.mdBtnR-outline-primary {
  color: #01A982;
  background-color: white;
  border-color: #01A982;
}

  .mdBtnR-primary-open .mdBtnR-text,
  .mdBtnR-outline-primary .mdBtnR-text {
    color: #01A982;
  }

  .mdBtnR-primary-open:hover, .mdBtnR-primary-open.hover, .mdBtnR-primary-open:focus, .mdBtnR-primary-open.focus, .mdBtnR-primary-open:active, .mdBtnR-primary-open.active,
  .mdBtnR-outline-primary:hover,
  .mdBtnR-outline-primary.hover,
  .mdBtnR-outline-primary:focus,
  .mdBtnR-outline-primary.focus,
  .mdBtnR-outline-primary:active,
  .mdBtnR-outline-primary.active {
    color: #01A982;
    background-color: #e8f4f3;
    background-image: none;
    border-color: #01A982;
  }

  .mdBtnR-primary-open.mdBtnR-adv .rfSI svg,
  .mdBtnR-outline-primary.mdBtnR-adv .rfSI svg {
    fill: #01A982;
  }

.mdBtnR-secondary,
button.mdBtnR-secondary,
a.mdBtnR-secondary {
  color: #01A982;
  background-color: white;
  border-color: #01A982;
}

  .mdBtnR-secondary .mdBtnR-text,
  button.mdBtnR-secondary .mdBtnR-text,
  a.mdBtnR-secondary .mdBtnR-text {
    color: #01A982;
  }

  .mdBtnR-secondary:hover, .mdBtnR-secondary.hover, .mdBtnR-secondary:focus, .mdBtnR-secondary.focus, .mdBtnR-secondary:active, .mdBtnR-secondary.active,
  button.mdBtnR-secondary:hover,
  button.mdBtnR-secondary.hover,
  button.mdBtnR-secondary:focus,
  button.mdBtnR-secondary.focus,
  button.mdBtnR-secondary:active,
  button.mdBtnR-secondary.active,
  a.mdBtnR-secondary:hover,
  a.mdBtnR-secondary.hover,
  a.mdBtnR-secondary:focus,
  a.mdBtnR-secondary.focus,
  a.mdBtnR-secondary:active,
  a.mdBtnR-secondary.active {
    color: #01A982;
    background-color: #e8f4f3;
    background-image: none;
    border-color: #01A982;
  }

.mdBtnR-white {
  color: #01A982;
  background-color: white;
  border-color: white;
}

  .mdBtnR-white .mdBtnR-text {
    color: #01A982;
  }

  .mdBtnR-white:hover, .mdBtnR-white.hover, .mdBtnR-white:focus, .mdBtnR-white.focus, .mdBtnR-white:active, .mdBtnR-white.active {
    color: #01A982;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #e6e6e6;
  }

.mdBtnR-white-open {
  color: white;
  background-color: transparent;
  border-color: white;
}

  .mdBtnR-white-open .mdBtnR-text {
    color: white;
  }

  .mdBtnR-white-open:hover, .mdBtnR-white-open.hover, .mdBtnR-white-open:focus, .mdBtnR-white-open.focus, .mdBtnR-white-open:active, .mdBtnR-white-open.active {
    color: white;
    background-color: transparent;
    background-image: none;
    border-color: #e6e6e6;
  }

  .mdBtnR-white-open .rfSI svg {
    fill: #ffffff !important;
  }

.mdBtnR-info {
  color: white;
  background-color: #d7faff;
  border-color: #d7faff;
}

  .mdBtnR-info .mdBtnR-text {
    color: white;
  }

  .mdBtnR-info:hover, .mdBtnR-info.hover, .mdBtnR-info:focus, .mdBtnR-info.focus, .mdBtnR-info:active, .mdBtnR-info.active {
    color: white;
    background-color: #a4f4ff;
    background-image: none;
    border-color: #a4f4ff;
  }

.mdBtnR-info-open {
  color: #d7faff;
  background-color: transparent;
  border-color: #d7faff;
}

  .mdBtnR-info-open .mdBtnR-text {
    color: #d7faff;
  }

  .mdBtnR-info-open:hover, .mdBtnR-info-open.hover, .mdBtnR-info-open:focus, .mdBtnR-info-open.focus, .mdBtnR-info-open:active, .mdBtnR-info-open.active {
    color: #d7faff;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #b3b3b3;
  }

.mdBtnR-success,
button.mdBtnR-success,
a.mdBtnR-success {
  color: white;
  background-color: #d8eeca;
  border-color: #d8eeca;
}

  .mdBtnR-success .mdBtnR-text,
  button.mdBtnR-success .mdBtnR-text,
  a.mdBtnR-success .mdBtnR-text {
    color: white;
  }

  .mdBtnR-success:hover, .mdBtnR-success.hover, .mdBtnR-success:focus, .mdBtnR-success.focus, .mdBtnR-success:active, .mdBtnR-success.active,
  button.mdBtnR-success:hover,
  button.mdBtnR-success.hover,
  button.mdBtnR-success:focus,
  button.mdBtnR-success.focus,
  button.mdBtnR-success:active,
  button.mdBtnR-success.active,
  a.mdBtnR-success:hover,
  a.mdBtnR-success.hover,
  a.mdBtnR-success:focus,
  a.mdBtnR-success.focus,
  a.mdBtnR-success:active,
  a.mdBtnR-success.active {
    color: white;
    background-color: #bce2a3;
    background-image: none;
    border-color: #bce2a3;
  }

.mdBtnR-success-open {
  color: #d8eeca;
  background-color: transparent;
  border-color: #d8eeca;
}

  .mdBtnR-success-open .mdBtnR-text {
    color: #d8eeca;
  }

  .mdBtnR-success-open:hover, .mdBtnR-success-open.hover, .mdBtnR-success-open:focus, .mdBtnR-success-open.focus, .mdBtnR-success-open:active, .mdBtnR-success-open.active {
    color: #d8eeca;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #b3b3b3;
  }

.mdBtnR-warning {
  color: white;
  background-color: #f9f4d4;
  border-color: #f9f4d4;
}

  .mdBtnR-warning .mdBtnR-text {
    color: white;
  }

  .mdBtnR-warning:hover, .mdBtnR-warning.hover, .mdBtnR-warning:focus, .mdBtnR-warning.focus, .mdBtnR-warning:active, .mdBtnR-warning.active {
    color: white;
    background-color: #f3e9a7;
    background-image: none;
    border-color: #f3e9a7;
  }

.mdBtnR-warning-open {
  color: #f9f4d4;
  background-color: transparent;
  border-color: #f9f4d4;
}

  .mdBtnR-warning-open .mdBtnR-text {
    color: #f9f4d4;
  }

  .mdBtnR-warning-open:hover, .mdBtnR-warning-open.hover, .mdBtnR-warning-open:focus, .mdBtnR-warning-open.focus, .mdBtnR-warning-open:active, .mdBtnR-warning-open.active {
    color: #f9f4d4;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #b3b3b3;
  }

.mdBtnR-danger,
button.mdBtnR-danger,
a.mdBtnR-danger {
  color: white;
  background-color: #f3e9e8;
  border-color: #f3e9e8;
}

  .mdBtnR-danger .mdBtnR-text,
  button.mdBtnR-danger .mdBtnR-text,
  a.mdBtnR-danger .mdBtnR-text {
    color: white;
  }

  .mdBtnR-danger:hover, .mdBtnR-danger.hover, .mdBtnR-danger:focus, .mdBtnR-danger.focus, .mdBtnR-danger:active, .mdBtnR-danger.active,
  button.mdBtnR-danger:hover,
  button.mdBtnR-danger.hover,
  button.mdBtnR-danger:focus,
  button.mdBtnR-danger.focus,
  button.mdBtnR-danger:active,
  button.mdBtnR-danger.active,
  a.mdBtnR-danger:hover,
  a.mdBtnR-danger.hover,
  a.mdBtnR-danger:focus,
  a.mdBtnR-danger.focus,
  a.mdBtnR-danger:active,
  a.mdBtnR-danger.active {
    color: white;
    background-color: #e2c9c6;
    background-image: none;
    border-color: #e2c9c6;
  }

.mdBtnR-danger-open {
  color: #f3e9e8;
  background-color: transparent;
  border-color: #f3e9e8;
}

  .mdBtnR-danger-open .mdBtnR-text {
    color: #f3e9e8;
  }

  .mdBtnR-danger-open:hover, .mdBtnR-danger-open.hover, .mdBtnR-danger-open:focus, .mdBtnR-danger-open.focus, .mdBtnR-danger-open:active, .mdBtnR-danger-open.active {
    color: #f3e9e8;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #b3b3b3;
  }

/* END Buttons */
/*=============================================*/
/*
/*  # Iconography
/*
/*=============================================*/
.rfSI {
  fill: #01A982;
}

  .rfSI svg {
    fill: #01A982;
  }

    .rfSI svg:hover, .rfSI svg:active, .rfSI svg:focus {
      fill: #01A982;
      opacity: 0.6;
    }

.rfSI-stroke * {
  fill: none;
}

.rfSI-stroke svg {
  /*

    */
}

  .rfSI-stroke svg * {
    stroke: #01A982;
    fill: none;
  }

.rfSI-toggle .mdBtnR + .mdBtnR {
  margin: 0;
}

/* END Iconography */
/*=============================================*/
/*
/*  # Input
/*
/*=============================================*/
.rf-input input:not([type="checkbox"]):not([type="radio"]):not(.mdBtnR):active,
.rf-input input:not([type="checkbox"]):not([type="radio"]):not(.mdBtnR):focus,
.rf-input textarea:active,
.rf-input textarea:focus {
  border-color: #01A982;
  box-shadow: 0 0 6px #01A982;
  /*outline: 2px solid #01A982 !important;*/
}

/* END Input */
/*=============================================*/
/*
/*  # Text Area
/*
/*=============================================*/
.rf-textarea textarea {
  height: auto;
  min-height: 100px;
  resize: vertical;
  /*transition: none !important;*/
  transition: 40ms ease-in-out !important;
}
  /*.rf-textarea textarea:hover*/
  .rf-textarea textarea:active, .rf-textarea textarea:focus {
    /* Input and textarea hover, active, focused state styling */
    border-color: #01A982;
    -webkit-box-shadow: 0 0 6px #01A982;
    -moz-box-shadow: 0 0 6px #01A982;
    -ms-box-shadow: 0 0 6px #01A982;
    -o-box-shadow: 0 0 6px #01A982;
    box-shadow: 0 0 6px #01A982;
    /*outline: 2px solid #01A982 !important;*/
  }

/* END Text Area */
/*=============================================*/
/*
/*  # Select Dropdown
/*
/*=============================================*/
.rf-select select:active:hover, .rf-select select:active:active, .rf-select select:active:focus,
.rf-select select:focus:hover,
.rf-select select:focus:active,
.rf-select select:focus:focus,
.rf-select select:not([multiple]):active:hover,
.rf-select select:not([multiple]):active:active,
.rf-select select:not([multiple]):active:focus,
.rf-select select:not([multiple]):focus:hover,
.rf-select select:not([multiple]):focus:active,
.rf-select select:not([multiple]):focus:focus,
.dropdown-results-container input:active:hover,
.dropdown-results-container input:active:active,
.dropdown-results-container input:active:focus,
.dropdown-results-container input:focus:hover,
.dropdown-results-container input:focus:active,
.dropdown-results-container input:focus:focus {
  border-color: #8bcac4;
  -webkit-box-shadow: 0 0 6px #01A982;
    -moz-box-shadow: 0 0 6px #01A982;
    -ms-box-shadow: 0 0 6px #01A982;
    -o-box-shadow: 0 0 6px #01A982;
    box-shadow: 0 0 6px #01A982;
  /*outline: 2px solid #01A982 !important;*/
}

.dropdown-results-container .rf-select-results-container li:hover,
.dropdown-results-container .rf-select-results-container li.active {
  background-color: #f3faf9;
}

.rf-select select:active + .select-dropdown-icon .dropdown-icon-background,
.rf-select select:focus + .select-dropdown-icon .dropdown-icon-background,
.rf-select select:not([multiple]):active + .select-dropdown-icon .dropdown-icon-background,
.rf-select select:not([multiple]):focus + .select-dropdown-icon .dropdown-icon-background {
  border-color: #8bcac4;
}

.dropdown-results-container .rf-singleselect .common-select-dropdown-option-item.active {
  background: #01A982;
}

/*=============================================*/
/*
/*  # Radio
/*
/*=============================================*/
.rf-radio-option .rf-radio-label {
  /*

    */
}

.rf-radio-option input[type=radio] {
  /* Styles for the radio input for different checked states. */
}

  .rf-radio-option input[type=radio]:checked ~ .check::before {
    background: #8bcac4;
  }

  .rf-radio-option input[type=radio]:checked ~ .check {
    border-color: #8bcac4;
  }

    .rf-radio-option input[type=radio]:checked ~ .check::before {
      background: #8bcac4;
    }

.rf-radio-option span {
  /* Styles for the text itself */
  color: #444;
}

.rf-radio-option .check {
  /* This is the Circle radio outline properties and placement. This is the default unchecked state. */
  border-color: #8bcac4;
}

.rf-radio-option:hover {
  /* Hover state of the radio */
}

  .rf-radio-option:hover .check {
    /*

      */
  }

    .rf-radio-option:hover .check::before {
      /* This is the hover state placement and color of the little radio circle inside the border. */
      background: #b9dfdc;
    }

/* Radio buttons inside dropdown lists. */
.rf-single-select .rf-select-results li:hover .check::before {
  background: #b9dfdc;
}

/* END Radio */
/*=============================================*/
/*
/*  # Checkbox
/*
/*=============================================*/
.rf-checkbox.rf-block-checkbox {
  /* If checkbox is used as a block element inline with inputs or something */
}

.rf-checkbox .rfSI {
  /* Checkbox icon properties */
}

  .rf-checkbox .rfSI svg {
    /* Icon color unless hovered, then it's the following styles */
    fill: white;
  }

    .rf-checkbox .rfSI svg:hover, .rf-checkbox .rfSI svg:active, .rf-checkbox .rfSI svg:focus {
      fill: #73bfb8;
    }

.rf-checkbox .rf-checkbox-label {
  /* Properties of the text of a checkbox. */
}

.rf-checkbox .checkbox-bg {
  /* Background of the checkbox before any states have happened */
  border-color: #01A982;
  background: white;
}

.rf-checkbox input[type=checkbox] {
  /* Checkbox styles checked. */
}

  .rf-checkbox input[type=checkbox]:checked + .checkbox-bg {
    /* Checkbox background if checked. */
    background: #01A982;
  }

    .rf-checkbox input[type=checkbox]:checked + .checkbox-bg + .rfSI {
      /* Checkbox icon color if checked and hovered (if different than checked. */
    }

      .rf-checkbox input[type=checkbox]:checked + .checkbox-bg + .rfSI svg {
        fill: white;
      }

        .rf-checkbox input[type=checkbox]:checked + .checkbox-bg + .rfSI svg:hover, .rf-checkbox input[type=checkbox]:checked + .checkbox-bg + .rfSI svg:active, .rf-checkbox input[type=checkbox]:checked + .checkbox-bg + .rfSI svg:focus {
          fill: white !important;
        }

.md-table .rf-checkbox.rf-block-checkbox {
  /* If checkbox is used as a block element inline with inputs or something */
}

.md-table .rf-checkbox .rfSI {
  /* Checkbox icon properties */
}

  .md-table .rf-checkbox .rfSI svg {
    /* Icon color unless hovered, then it's the following styles */
    fill: white;
  }

    .md-table .rf-checkbox .rfSI svg:hover, .md-table .rf-checkbox .rfSI svg:active, .md-table .rf-checkbox .rfSI svg:focus {
      fill: #73bfb8;
    }

.md-table .rf-checkbox .rf-checkbox-label {
  /* Properties of the text of a checkbox. */
}

.md-table .rf-checkbox .checkbox-bg {
  /* Background of the checkbox before any states have happened */
  border-color: #01A982;
  background: white;
}

.md-table .rf-checkbox input[type=checkbox] {
  /* Checkbox styles checked. */
}

  .md-table .rf-checkbox input[type=checkbox]:checked + .checkbox-bg {
    /* Checkbox background if checked. */
    background: #01A982;
  }

    .md-table .rf-checkbox input[type=checkbox]:checked + .checkbox-bg + .rfSI {
      /* Checkbox icon color if checked and hovered (if different than checked. */
    }

      .md-table .rf-checkbox input[type=checkbox]:checked + .checkbox-bg + .rfSI svg {
        fill: white;
      }

        .md-table .rf-checkbox input[type=checkbox]:checked + .checkbox-bg + .rfSI svg:hover, .md-table .rf-checkbox input[type=checkbox]:checked + .checkbox-bg + .rfSI svg:active, .md-table .rf-checkbox input[type=checkbox]:checked + .checkbox-bg + .rfSI svg:focus {
          fill: white !important;
        }

/* END Checkbox */
/*=============================================*/
/*
/*  # File Upload
/*
/*=============================================*/
.drop-upload-default.drop-upload {
  border-color: #8bcac4;
}

.upload-file-area .uploaded-files span:not(.rfSI),
.upload-file-form-container .uploaded-files span:not(.rfSI) {
  color: #8bcac4;
}

/* END File Upload */
/*=============================================*/
/*
/*  # Date Picker
/*
/*=============================================*/
.rf-date-picker {
  height: auto;
}

  .rf-date-picker:hover, .rf-date-picker:active, .rf-date-picker:focus {
    /* Input and textarea hover, active, focused state styling */
    border-color: #01A982;
    -webkit-box-shadow: 0 0 6px #8bcac4;
    -moz-box-shadow: 0 0 6px #8bcac4;
    -ms-box-shadow: 0 0 6px #8bcac4;
    -o-box-shadow: 0 0 6px #8bcac4;
    box-shadow: 0 0 6px #8bcac4;
  }

  .rf-date-picker input {
    height: auto !important;
    padding-right: 35px;
  }

    .rf-date-picker input + .rfSI {
      position: absolute;
      right: 10px;
      bottom: 22px;
    }

/* END Date Picker */
/*=============================================*/
/*
/*  # Select2
/*
/*=============================================*/
/*=============================================*/
/*
/*  # Table
/*
/*=============================================*/
.rf-table-container .table-action-bar {
  /* This is the action bar that replaces the header if you have bulk actions. */
  background-color: #01A982;
}

.rf-table-container .rf-table {
  /* Minimum width of tables then scroll will be enabled. */
}

  .rf-table-container .rf-table .table-body .table-row {
    /* table row border property */
    border-color: #CCC;
  }

    .rf-table-container .rf-table .table-body .table-row:hover, .rf-table-container .rf-table .table-body .table-row.active {
      /* When table row is hovered, this is the background color */
      background: #f2f2f2;
    }

    .rf-table-container .rf-table .table-body .table-row.table-header {
      /* Table header properties, overriding from row properties. */
    }

      .rf-table-container .rf-table .table-body .table-row.table-header > div {
        /* Cell properties */
        border-bottom: 1px solid #01A982 !important;
        border-top-color: #CCC;
        color: #01A982;
        letter-spacing: 1px;
      }

    .rf-table-container .rf-table .table-body .table-row > div {
      /* Table Cell properties */
    }

      .rf-table-container .rf-table .table-body .table-row > div a,
      .rf-table-container .rf-table .table-body .table-row > div p,
      .rf-table-container .rf-table .table-body .table-row > div span {
        /* If there's additional items inside of cells, here's the properties. */
      }

        .rf-table-container .rf-table .table-body .table-row > div a,
        .rf-table-container .rf-table .table-body .table-row > div a:link,
        .rf-table-container .rf-table .table-body .table-row > div a:visited {
          color: #01A982;
        }

    .rf-table-container .rf-table .table-body .table-row:last-child > div {
      /* IF it's the last child, remove border (or other properties) */
      border-bottom: none;
    }

    .rf-table-container .rf-table .table-body .table-row .show-actions {
      /* Actions styling */
    }

      .rf-table-container .rf-table .table-body .table-row .show-actions:hover {
        background-color: #fcebef;
      }

        .rf-table-container .rf-table .table-body .table-row .show-actions:hover + .main-actions {
          background-color: #fcebef;
        }

    .rf-table-container .rf-table .table-body .table-row:hover .show-actions,
    .rf-table-container .rf-table .table-body .table-row:hover .main-actions {
      background: #fcebef;
    }

  .rf-table-container .rf-table .table-body a.table-row {
    /* If the table is a link assign these properties */
    color: #272932;
    cursor: pointer;
  }

    .rf-table-container .rf-table .table-body a.table-row:hover, .rf-table-container .rf-table .table-body a.table-row.active {
      color: #272932;
    }

/* END Table */
/*=============================================*/
/*
/*  # Workflow Specific
/*
/*=============================================*/
/*=============================================*/
/*
/*  # Login Page
/*
/*=============================================*/
@media all and (min-width: 768px) {
  .rf-workflow #workflow-login-page {
    height: 100%;
  }

    .rf-workflow #workflow-login-page .rfwf-login-page,
    .rf-workflow #workflow-login-page .rfwf-panel-interior {
      height: 100%;
    }

    .rf-workflow #workflow-login-page .rfwf-login-page {
      padding: 0;
    }

    .rf-workflow #workflow-login-page .rfwf-panel-interior {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-items: center;
    }
}

#workflow-login-page .md-frame {
  border: none;
  box-shadow: none;
}

  #workflow-login-page .md-frame .md-frame-header {
    border: none;
  }

  #workflow-login-page .md-frame .md-frame-body,
  #workflow-login-page .md-frame .md-frame-footer {
    border: 1px solid #CCC;
    border-radius: 0;
  }

  #workflow-login-page .md-frame .md-frame-body {
    border-bottom: none;
  }

  #workflow-login-page .md-frame .md-frame-footer {
    border-top: none;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }

    #workflow-login-page .md-frame .md-frame-footer:before, #workflow-login-page .md-frame .md-frame-footer:after {
      display: none;
    }

#workflow-login-page .create-account-frame .md-frame-footer {
  justify-content: flex-end;
}

/*=============================================*/
/*
/*  # Workflow Scaffolding
/*
/*=============================================*/
.md-frame.md-frame-primary .md-frame-header {
  background-color: #01A982;
  border-bottom-color: #01A982;
}

.rf-pill-white {
  fill: #01A982;
  color: #01A982;
}

  .rf-pill-white .rf-pill-text {
    color: #01A982;
  }

.rfSI.rfSI-primary svg {
  fill: #01A982;
}

/*=============================================*/
/*
/*  # Form Render
/*
/*=============================================*/
@media all and (min-width: 768px) {
  .rf-workflow .workflow-form-render {
    display: flex;
    flex-direction: column;
  }

    .rf-workflow .workflow-form-render > div {
      max-width: 600px;
    }

    .rf-workflow .workflow-form-render .form-footer-actions {
      width: 100% !important;
    }
}
/*=============================================*/
/*
/*  # Reg Confirmation
/*
/*=============================================*/
#reg-confirmation-page .rfwf-confirmation-custom {
  display: none;
}

#reg-confirmation-page .rfwf-confirmation-summary .grid-table table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin: 0 0 12px;
  border: 1px solid #CCC;
}

#reg-confirmation-page .rfwf-confirmation-summary .grid-table tr {
  border-bottom: 1px solid #CCC;
}

#reg-confirmation-page .rfwf-confirmation-summary .grid-table th,
#reg-confirmation-page .rfwf-confirmation-summary .grid-table td {
  border-right: 1px solid #CCC;
  padding: 12px;
  color: #272932;
  text-align: left;
  background-color: #fff;
}

#reg-confirmation-page .rfwf-confirmation-summary .grid-table th {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}

#reg-confirmation-page .rfwf-confirmation-summary .grid-table td {
  font-weight: 400;
}

/*=============================================*/
/*
/*  # Reg Confirmation
/*
/*=============================================*/
#participantPage .workflow-form-render {
  flex-direction: column;
}

/*=============================================*/
/*
/*  # Reg Confirmation
/*
/*=============================================*/
.rf-workflow-working-reports .rfwf-bg-primary {
  background-color: transparent;
  color: #272932;
}

  .rf-workflow-working-reports .rfwf-bg-primary.md-frame-header h2 {
    color: #272932;
    font-weight: 600;
  }

  .rf-workflow-working-reports .rfwf-bg-primary .header-controls svg {
    fill: #000000;
  }

  .rf-workflow-working-reports .rfwf-bg-primary .dropdown-icon-background svg {
    fill: #999;
  }

  .rf-workflow-working-reports .rfwf-bg-primary h2,
  .rf-workflow-working-reports .rfwf-bg-primary .rfwf-header-results,
  .rf-workflow-working-reports .rfwf-bg-primary .control-icon-text {
    color: #272932;
    font-weight: 400;
  }

.rf-workflow-working-reports .wr-table .fixedDataTableLayout_header *,
.rf-workflow-working-reports .wr-table .fixedDataTableLayout_header,
.rf-workflow-working-reports .wr-table .public_fixedDataTable_header *,
.rf-workflow-working-reports .wr-table .public_fixedDataTable_header {
  color: #01A982;
}

  .rf-workflow-working-reports .wr-table .fixedDataTableLayout_header *,
  .rf-workflow-working-reports .wr-table .fixedDataTableLayout_header {
    font-weight: 600 !important;
  }

.rf-workflow-working-reports .wr-table a:hover,
.rf-workflow-working-reports .wr-table a:focus,
.rf-workflow-working-reports .wr-table a:active {
  color: #01A982;
}

/*=============================================*/
/*
/*  # Manage Registrants Table (Facebook Table)
/*
/*=============================================*/
.manage-registrants-page #mRContainer .table-results-container .md-frame .rfG-fluid-container {
  border-bottom: 1px solid #CCC;
}

  .manage-registrants-page #mRContainer .table-results-container .md-frame .rfG-fluid-container .md-frame-search {
    border: none;
    padding: 0;
  }

    .manage-registrants-page #mRContainer .table-results-container .md-frame .rfG-fluid-container .md-frame-search .rf-input.rf-search-bar {
      margin-top: 28px;
    }

    .manage-registrants-page #mRContainer .table-results-container .md-frame .rfG-fluid-container .md-frame-search .rf-select .rf-select {
      padding: 0;
    }

.manage-registrants-page #mRContainer .table-results-container .fixedDataTableLayout_header {
  background-color: #F5F5F5;
}

  .manage-registrants-page #mRContainer .table-results-container .fixedDataTableLayout_header .fixedDataTableCellGroupLayout_cellGroup {
    background-color: #F5F5F5;
  }

    .manage-registrants-page #mRContainer .table-results-container .fixedDataTableLayout_header .fixedDataTableCellGroupLayout_cellGroup .fixedDataTableCellLayout_main {
      background-color: #F5F5F5;
      background-image: none;
    }

      .manage-registrants-page #mRContainer .table-results-container .fixedDataTableLayout_header .fixedDataTableCellGroupLayout_cellGroup .fixedDataTableCellLayout_main .rf-checkbox-wrapper {
        background-color: #F5F5F5;
      }

/*=============================================*/
/*
/*  # Tasks
/*
/*=============================================*/
#tasks-list-container .rfwf-tasks .md-frame.md-frame-primary .md-frame-header {
  background-color: #01A982;
  border-bottom-color: #01A982;
}

#tasks-list-container .rfwf-tasks .rf-pill-white {
  fill: #01A982;
  color: #01A982;
}

  #tasks-list-container .rfwf-tasks .rf-pill-white .rf-pill-text {
    color: #01A982;
  }

#tasks-list-container .rfwf-tasks .rfSI.rfSI-primary svg {
  fill: #01A982;
}

/*=============================================*/
/*
/*  # Dashboards
/*
/*=============================================*/
.rf-dashboard {
  /* Primary text color overrides */
}

  .rf-dashboard .dashboard-header {
    border: none;
  }

    .rf-dashboard .dashboard-header h1 {
      text-align: center;
      font-weight: 400;
    }

    .rf-dashboard .dashboard-header hr {
      border-top: 3px solid #e13a5d;
      max-width: 75px;
      margin-bottom: 50px;
    }

    .rf-dashboard .dashboard-header p {
      text-align: center;
      margin: 0 auto;
      max-width: 800px;
    }

  .rf-dashboard.exhibitor-dashboard .exhibitor-faq {
    text-align: center;
  }

    .rf-dashboard.exhibitor-dashboard .exhibitor-faq a {
      color: #e13a5d;
    }

    .rf-dashboard.exhibitor-dashboard .exhibitor-faq hr {
      max-width: 250px;
    }

  .rf-dashboard.exhibitor-dashboard .right-side p {
    margin-bottom: 30px;
  }

  .rf-dashboard.exhibitor-dashboard .right-side .rf-card p {
    margin-bottom: 10px;
  }

  .rf-dashboard.speaker-dashboard .speaker-session-card .card-body {
    height: auto;
  }

  .rf-dashboard .my-survey-list-card .rf-table-container .rf-table .table-body .table-row div,
  .rf-dashboard .all-sessions-card .card-body .card-body-row h6,
  .rf-dashboard .speaker-session-card .card-body-row .text-primary {
    color: #01A982 !important;
  }

.rf-card {
  max-width: none;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

  .rf-card .card-header {
    display: flex;
    flex-wrap: nowrap;
    border: none;
    border-bottom: 1px solid #CCC;
    background: #fff;
    padding: 8px 12px;
  }

    .rf-card .card-header .card-header-title {
      color: #000000 !important;
    }

    .rf-card .card-header h3 {
      flex: 1;
    }

    .rf-card .card-header .card-controls {
      order: 2;
    }

  .rf-card .card-body {
    border: none;
    padding: 12px;
  }

    .rf-card .card-body .card-body-row {
      padding: 10px 12px;
    }

      .rf-card .card-body .card-body-row .rf-pill .rf-pill-text {
        line-height: 12px;
      }

  .rf-card.task-list-card .card-body {
    height: 259px;
  }

    .rf-card.task-list-card .card-body .card-body-row {
      padding: 10px 44px;
    }

  .rf-card.task-list-card .task-category-icon {
    left: 12px;
  }

  .rf-card.task-list-card .task-arrow-icon {
    right: 12px;
    margin-left: 0;
  }

.rf-workflow .rf-card .card-header {
  background: #F5F5F5;
}

  .rf-workflow .rf-card .card-header .rfSI svg {
    fill: #01A982;
  }

    .rf-workflow .rf-card .card-header .rfSI svg:hover {
      fill: #2d9f94;
    }

.rf-workflow .sessions-registered-card h6,
.rf-workflow .recommended-sessions-card h5,
.rf-workflow .my-survey-list-card .table-row {
  color: #3e82e0;
  font-weight: 400;
  font-size: 16px;
}

.rf-workflow .recommended-sessions-card .rfSI svg {
  fill: #01A982;
}

  .rf-workflow .recommended-sessions-card .rfSI svg:hover {
    fill: #2d9f94;
  }

.rf-workflow .recommended-sessions-card .mdBtnR {
  color: white;
  background-color: #01A982;
  border: 2px solid #01A982;
}

  .rf-workflow .recommended-sessions-card .mdBtnR .mdBtnR-text {
    color: white;
    letter-spacing: 1px;
  }

  .rf-workflow .recommended-sessions-card .mdBtnR:hover, .rf-workflow .recommended-sessions-card .mdBtnR.hover, .rf-workflow .recommended-sessions-card .mdBtnR:focus, .rf-workflow .recommended-sessions-card .mdBtnR.focus, .rf-workflow .recommended-sessions-card .mdBtnR:active, .rf-workflow .recommended-sessions-card .mdBtnR.active {
    background-color: #2d9f94;
    border: 2px solid #2d9f94;
  }

.rf-workflow .sessions-registered-card .has-rows {
  padding: 12px 16px;
}

  .rf-workflow .sessions-registered-card .has-rows .card-body-row {
    padding: 8px;
    border: 1px solid #CCC;
    border-radius: 4px;
    margin-bottom: 8px;
  }

.rf-workflow .my-survey-list-card .rf-table-container {
  margin-bottom: 0;
}

  .rf-workflow .my-survey-list-card .rf-table-container div {
    display: block !important;
    max-width: none;
  }

  .rf-workflow .my-survey-list-card .rf-table-container .rf-table {
    min-width: 0;
  }

    .rf-workflow .my-survey-list-card .rf-table-container .rf-table .table-body .table-row div {
      max-width: none;
    }

    .rf-workflow .my-survey-list-card .rf-table-container .rf-table .table-body .table-row {
      height: auto;
    }

.rf-workflow .hotel-card .card-body {
  text-align: center;
}

  .rf-workflow .hotel-card .card-body button {
    color: #01A982;
    background-color: transparent;
    position: relative;
    cursor: pointer;
    border: 2px solid #01A982;
    display: inline-block;
    margin: 0;
    outline: 0;
    padding: 6px 16px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.2s;
    vertical-align: middle;
    white-space: nowrap;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
  }

    .rf-workflow .hotel-card .card-body button:hover {
      background-color: transparent;
      border-color: #2d9f94;
      text-decoration: none;
    }

.rf-workflow .meeting-requests .card-body {
  height: 259px;
}

.rf-workflow .manage-passes-card .card-body {
  height: 259px;
}

.rf-workflow .manage-passes-card .pass-container .pass-item h4 {
  color: #e13a5d;
  margin-bottom: 10px;
}

.rf-workflow .manage-passes-card .pass-container .pass-item span {
  display: block;
  line-height: 1.3em;
  color: #01A982;
}

.rf-workflow .custom-faq-card {
  text-align: center;
}

.rf-workflow .custom-button-links img {
  display: block;
  cursor: pointer;
  margin-bottom: 5px;
}

.rf-workflow .custom-leads-card .card-body {
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  min-height: 216px;
  height: auto;
}

  .rf-workflow .custom-leads-card .card-body * {
    border: none !important;
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
    min-width: 0;
    max-width: none;
    height: auto;
    background-color: transparent;
    color: #272932;
    font-weight: 400;
    text-transform: none;
  }

  .rf-workflow .custom-leads-card .card-body .rf-table-container,
  .rf-workflow .custom-leads-card .card-body .rf-table,
  .rf-workflow .custom-leads-card .card-body .table-body,
  .rf-workflow .custom-leads-card .card-body .table-row {
    height: auto;
    display: block;
  }

    .rf-workflow .custom-leads-card .card-body .rf-table-container .rf-table .table-body .table-row div {
      display: block;
      padding: 0;
      max-width: none;
      color: #272932;
      font-weight: 400;
      text-transform: none;
    }

.rf-workflow .custom-leads-card .leads-link {
  text-align: center;
  padding: 0 0 12px;
}

  .rf-workflow .custom-leads-card .leads-link a {
    color: #01A982;
    background-color: transparent;
    position: relative;
    cursor: pointer;
    border: 2px solid #01A982;
    display: inline-block;
    margin: 0;
    outline: 0;
    padding: 6px 16px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.2s;
    vertical-align: middle;
    white-space: nowrap;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
  }

    .rf-workflow .custom-leads-card .leads-link a:hover {
      background-color: transparent;
      border-color: #2d9f94;
      text-decoration: none;
    }

.rf-workflow .sql-report-container .sql-report-header,
.rf-workflow .sql-report-container .table-results {
  display: none;
}

.rf-workflow .sql-report-container .md-frame .no-search-results {
  max-width: 100px;
  margin: 0 auto;
}

  .rf-workflow .sql-report-container .md-frame .no-search-results img {
    max-width: 50px;
    margin: 0 auto 10px;
  }

  .rf-workflow .sql-report-container .md-frame .no-search-results p {
    display: none;
  }

.rf-workflow .sql-report-container .md-frame .table-body {
  display: flex;
  flex-direction: column;
}

  .rf-workflow .sql-report-container .md-frame .table-body .table-row {
    order: 1;
    text-align: center;
  }

    .rf-workflow .sql-report-container .md-frame .table-body .table-row:hover {
      background-color: transparent;
    }

    .rf-workflow .sql-report-container .md-frame .table-body .table-row div {
      text-align: center;
    }

      .rf-workflow .sql-report-container .md-frame .table-body .table-row div:empty {
        display: none;
      }

    .rf-workflow .sql-report-container .md-frame .table-body .table-row:nth-of-type(2) div {
      font-size: 45px;
      color: #e13a5d !important;
    }

    .rf-workflow .sql-report-container .md-frame .table-body .table-row.table-header {
      order: 2;
    }

      .rf-workflow .sql-report-container .md-frame .table-body .table-row.table-header div {
        border: none !important;
      }

.rf-workflow .all-sessions-card .card-body {
  height: 400px;
}

.rf-workflow .all-sessions-card .rf-pill {
  margin-right: 20px;
}

/*=============================================*/
/*
/*  # Widget Specific
/*
/*=============================================*/
/*=============================================*/
/*
/*  # Widgets Scaffolding
/*
/*=============================================*/
div[id*='rf-'].rf-widget a,
div[id*='rf-'].rf-widget a:link,
div[id*='rf-'].rf-widget a:visited,
.rf-default-modal a,
.rf-default-modal a:link,
.rf-default-modal a:visited {
  color: #01A982;
}

/* Primary text color overrides */
#rf-navbar .widget-nav a,
.search-container .filters button,
.rf-default-modal .search-container .filters button,
.search-container .session-title .title-text,
.search-container .session-details p span,
.rf-default-modal.rf-speaker-modal .modal-dialog .modal-content .modal-body .rf-speaker-name,
.rf-table-container .rf-table .table-body .table-row.table-header div {
  color: #01A982 !important;
}

/* Setting Minimum Height for first load. */
#rf-catalog,
#rf-calendar,
#rf-exhibitor,
#rf-content.rf-widget {
  min-height: 800px;
}

  #rf-catalog .search-container,
  #rf-catalog .session-calendar-instructions,
  #rf-catalog .schedule-calendar,
  #rf-catalog .exhibitor-list-container,
  #rf-calendar .search-container,
  #rf-calendar .session-calendar-instructions,
  #rf-calendar .schedule-calendar,
  #rf-calendar .exhibitor-list-container,
  #rf-exhibitor .search-container,
  #rf-exhibitor .session-calendar-instructions,
  #rf-exhibitor .schedule-calendar,
  #rf-exhibitor .exhibitor-list-container,
  #rf-content.rf-widget .search-container,
  #rf-content.rf-widget .session-calendar-instructions,
  #rf-content.rf-widget .schedule-calendar,
  #rf-content.rf-widget .exhibitor-list-container {
    max-width: 1400px;
    margin: 0 auto;
  }

#rf-content.rf-widget {
  font-family: 'Metric Regular', Arial;
  min-height: 600px;
}

.dropdown-results-container .rf-select-results-container li:hover,
.dropdown-results-container .rf-select-results-container li.active {
  background-color: #e8f4f3;
}

/*=============================================*/
/*
/*  # Session Catalog
/*
/*=============================================*/
#rf-navbar {
  min-height: 56px;
  position: sticky;
  top: 0;
  z-index: 2;
}

  #rf-navbar .widget-nav a:hover {
    border-color: #2d9f94;
  }

  #rf-navbar .widget-nav a.current-page {
    border-color: #01A982;
  }

/*=============================================*/
/*
/*  # Session Catalog
/*
/*=============================================*/
#rf-catalog {
  /* Left Filters Styles */
  /* Top Search Keyword Styles */
  /* Catalog Display Styles */
}

  #rf-catalog .search-filters,
  #rf-catalog .search-bar {
    position: sticky;
    top: 56px;
    z-index: 1;
    max-width: none;
  }

  #rf-catalog .search-container .search-filters {
    padding-bottom: 51px;
    border-bottom: 1px solid #ccc;
  }

  #rf-catalog .search-bar .rf-input input:active,
  #rf-catalog .search-bar .rf-input input:focus {
    border-color: #01A982;
    box-shadow: 0 0 6px #01A982;
  }

  #rf-catalog .search-container .search-content .results {
    margin-bottom: 10px;
  }

  #rf-catalog .search-content {
    padding-bottom: 7px;
    border-bottom: 1px solid #ccc;
  }

  #rf-catalog .expand-search button {
    color: #01A982;
  }

  #rf-catalog .search-container .show-more-btn {
    padding: 6px 16px;
    border-radius: 4px;
    color: white;
  }

/*=============================================*/
/*
/*  # Calendar
/*
/*=============================================*/
.schedule-calendar .rbc-event {
  background-color: #01A982;
  border-color: #01A982;
}

.schedule-calendar .calendar-head-container .rf-page-indicator span.active {
  background: #01A982;
}

/*=============================================*/
/*
/*  # Exhibitor List
/*
/*=============================================*/
#rf-exhibitor .exhibitor-list-container .md-frame {
  box-shadow: none;
  border-top: none;
  border-radius: 0;
}

  #rf-exhibitor .exhibitor-list-container .md-frame .md-frame-header {
    padding: 20px 16px;
    border: none;
  }

    #rf-exhibitor .exhibitor-list-container .md-frame .md-frame-header h2 {
      margin: 0;
    }

#rf-exhibitor .rf-table-container .rf-table .table-body .table-row:hover,
#rf-exhibitor .rf-table-container .rf-table .table-body .table-row.active {
  background: #e8f4f3;
}

#rf-exhibitor .rf-table-container .rf-table .table-body .table-row.table-header div {
  border-bottom: 1px solid #01A982 !important;
}

#rf-exhibitor .rf-multi-select .rf-select-selected {
  margin-top: 8px;
}

#rf-exhibitor .no-search-results {
  padding: 100px;
  text-align: center;
}

  #rf-exhibitor .no-search-results h4 {
    font-size: 18px;
  }

  #rf-exhibitor .no-search-results img {
    display: none;
  }

.rf-exhibitor-modal .exhibitor-modal-body .exhibitor-rfexhibitortype + a {
  display: block;
}

/*=============================================*/
/*
/*  # Agendas
/*
/*=============================================*/
/* Width of the actual agenda + border */
#rf-content.rf-widget .widget-page.horizontal-agenda {
  max-width: 1307px;
  margin: 0 auto;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
}

#collections-horizontal-agenda * {
  font-family: 'Metric Regular', Arial;
}

#collections-horizontal-agenda .widget-banner.agenda-header {
  background-color: white;
  padding: 20px 16px;
}

  #collections-horizontal-agenda .widget-banner.agenda-header h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4em;
    color: #222;
  }

#collections-horizontal-agenda,
#collections-horizontal-agenda .horizontal-agenda-main .agenda-day-container,
#collections-horizontal-agenda .horizontal-agenda-main .agenda-schedule-container:nth-of-type(even) {
  background-color: #f5f5f5;
}









/* MARCUS START */

/* COMMON FROM 2020*/

/*=============================================*/
/*
/*  # Reset
/*  Workflow and Widget Reset
/*
/*=============================================*/
.rfComp-canvas,
#rf-content {
  outline: 0 !important;
  outline: none !important;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #151515;
  line-height: 1.4em;
  vertical-align: baseline;
  font-weight: 400;
  font-size: 14px;
}

  /* END Reset */
  /*=============================================*/
  /*
/*  # Typography
/*
/*=============================================*/
  .rfComp-canvas h1,
  .rfComp-canvas h2,
  .rfComp-canvas h3,
  .rfComp-canvas h4,
  .rfComp-canvas h5,
  .rfComp-canvas h6 {
    color: #151515;
    font-weight: 600;
  }

  .rfComp-canvas p {
    color: #151515;
  }

  .rfComp-canvas a {
    cursor: pointer;
    color: #01A982;
  }

    .rfComp-canvas a:hover, .rfComp-canvas a:focus, .rfComp-canvas a:active {
      color: #01A982;
    }

  .rfComp-canvas ul,
  .rfComp-canvas ol {
    margin: 0;
    padding: 0;
  }

  .rfComp-canvas strong,
  .rfComp-canvas b {
    font-weight: 600;
  }

  .rfComp-canvas i,
  .rfComp-canvas em {
    font-style: italic;
  }

/* END Typography */
/*=============================================*/
/*
/*  # Clearfix
/*  Add containers that need floats cleared
/*
/*=============================================*/
.clearfix,
.clearfloat {
  clear: both;
}

  .clearfix:before, .clearfix:after,
  .clearfloat:before,
  .clearfloat:after {
    content: "";
    display: table;
    clear: both;
  }

/* END Clearfix */
/*=============================================*/
/*
/*  # Common Styles
/*  Elements or components that are shared across Workflows and Widgets.
/*
/*=============================================*/
/*=============================================*/
/*
/*  # Grid
/*
/*=============================================*/
.rfG-container,
.rfG-fluid-container {
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
}

.rfG-container {
  max-width: 1200px;
}

.rfG-row {
  margin-left: -8px;
  margin-right: -8px;
}

[class*="rfG-xs"],
[class*="rfG-sm"],
[class*="rfG-md"],
[class*="rfG-lg"],
[class*="rfG-xl"] {
  padding-left: 8px;
  padding-right: 8px;
}

/* END Grid */
/*=============================================*/
/*
/*  # Frame
/*
/*=============================================*/
.md-frame {
  color: #151515;
  background-color: white;
  border: 1px solid #CCC;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

  .md-frame .md-frame {
    margin-top: 20px;
  }

  .md-frame .md-frame-header {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    padding: 8px 16px;
    border-bottom: 1px solid #CCC;
  }

    .md-frame .md-frame-header h2 {
      color: #151515;
      font-size: 24px;
      font-weight: 100;
    }

    .md-frame .md-frame-header h4 {
      font-size: 12px;
      color: #151515;
    }

    .md-frame .md-frame-header .rf-pill {
      margin-left: 0;
    }

    .md-frame .md-frame-header .header-controls {
      right: 16px;
      z-index: 100;
    }

  .md-frame .rfwf-bg-primary {
    background-color: #01A982;
    color: white;
  }

  .md-frame.md-frame-primary .md-frame-header {
    background-color: #01A982;
    border-bottom-color: #01A982;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -ms-border-radius: 6px 6px 0 0;
    -o-border-radius: 6px 6px 0 0;
    border-radius: 0;
  }

    .md-frame.md-frame-primary .md-frame-header h2 {
      color: white !important;
    }

  .md-frame .md-frame-footer {
    padding: 0 16px 16px;
  }

/*  # END Frame */
/*=============================================*/
/*
/*  # Cards
/*
/*=============================================*/
.rf-card {
  max-width: 400px;
  margin: 0 auto 30px;
}

  .rf-card .card-header {
    background-color: white;
    border: 2px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding: 8px 20px;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
  }

    .rf-card .card-header.card-header-primary {
      background: #01A982;
      border-color: #01A982;
    }

      .rf-card .card-header.card-header-primary .card-header-title {
        color: white;
      }

      .rf-card .card-header.card-header-primary .mdBtnR {
        background-color: white;
        border-color: white;
        color: #01A982;
      }

        .rf-card .card-header.card-header-primary .mdBtnR:hover, .rf-card .card-header.card-header-primary .mdBtnR:focus, .rf-card .card-header.card-header-primary .mdBtnR:active {
          opacity: 0.9;
        }

    .rf-card .card-header .card-header-title {
      padding-right: 4px;
    }

    .rf-card .card-header .card-controls {
      margin-left: 4px;
    }

  .rf-card .card-body {
    background-color: white;
    padding: 20px;
    border: 2px solid #CCC;
    border-top: none;
    height: 216px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
  }

    .rf-card .card-body.has-rows {
      padding: 0;
    }

    .rf-card .card-body .card-body-row {
      padding: 10px 20px;
      font-size: 13px;
      border-bottom: 1px solid #CCC;
    }

      .rf-card .card-body .card-body-row:last-of-type {
        border: none;
      }

.card-no-header .rf-card .card-body,
.card-no-header .no-header .card-body {
  border: 2px solid #CCC;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/*  # END Card */
/*=============================================*/
/*
/*  # Elements
/*
/*=============================================*/
/*=============================================*/
/*
/*  # Iconography
/*
/*=============================================*/
.rfSI {
  cursor: pointer;
  fill: #01A982;
  height: 24px;
  width: 24px;
  max-height: 24px;
  max-width: 24px;
}

  .rfSI.rfSI-xsm {
    height: 12px;
    width: 12px;
    max-height: 12px;
    max-width: 12px;
  }

  .rfSI.rfSI-sm {
    height: 16px;
    width: 16px;
    max-height: 16px;
    max-width: 16px;
  }

  .rfSI.rfSI-lg {
    height: 28px;
    width: 28px;
    max-height: 28px;
    max-width: 28px;
  }

  .rfSI.rfSI-xlg {
    height: 32px;
    width: 32px;
    max-height: 32px;
    max-width: 32px;
  }

  .rfSI + .rfSI, .rfSI + span + .rfSI {
    margin-left: 12px;
    margin-right: 0;
  }

  .rfSI svg {
    fill: #01A982;
  }

    .rfSI svg:hover, .rfSI svg:active, .rfSI svg:focus {
      fill: #01A982;
      opacity: 0.6;
    }

  .rfSI.disabled {
    /*

    */
  }

    .rfSI.disabled svg {
      opacity: 0.5;
    }

      .rfSI.disabled svg:hover, .rfSI.disabled svg:active, .rfSI.disabled svg:focus {
        opacity: 0.5;
      }

  .rfSI + .control-icon-text {
    margin-left: 12px;
  }

.rfSI-stroke {
  height: 40px;
  width: 40px;
  max-height: 40px;
  max-width: 40px;
}

  .rfSI-stroke + .rfSI-stroke {
    margin-left: 8px;
  }

  .rfSI-stroke * {
    fill: none;
  }

  .rfSI-stroke svg {
    /*

    */
  }

    .rfSI-stroke svg * {
      stroke: #ED1A5D;
      fill: none;
    }

/* END Iconography */
/*=============================================*/
/*
/*  # Buttons
/*
/*=============================================*/
.mdBtnR {
  font-weight: 600;
  /*-webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;*/
}

  .mdBtnR:hover, .mdBtnR.hover, .mdBtnR:focus, .mdBtnR.focus, .mdBtnR:active, .mdBtnR.active {
    background-color: #01A982;
    border: 2px solid #01A982;
  }

  .mdBtnR.disabled, .mdBtnR:disabled {
    cursor: not-allowed;
  }

    .mdBtnR.disabled .rfSI,
    .mdBtnR.disabled svg, .mdBtnR:disabled .rfSI,
    .mdBtnR:disabled svg {
      cursor: not-allowed;
    }

  .mdBtnR .mdBtnR-text {
    /*

    */
  }

  .mdBtnR .rfSI {
    height: 18px;
    width: 18px;
    max-height: 18px;
    max-width: 18px;
  }

  .mdBtnR .rf-pill {
    /*

    */
  }

  .mdBtnR.mdBtnR-sm {
    padding: 8px 12px;
    font-size: 11px;
    line-height: 14px;
  }

    .mdBtnR.mdBtnR-sm .rfSI {
      height: 14px;
      width: 14px;
      max-height: 14px;
      max-width: 14px;
    }

  .mdBtnR + .mdBtnR {
    margin-left: 16px;
  }

.mdBtnR-toggle .mdBtnR {
  border-radius: 0;
  margin-left: 0;
  background-color: white;
  border: 2px solid #ED1A5D;
  color: #ED1A5D;
  font-weight: 700;
}

  .mdBtnR-toggle .mdBtnR + .rfSI {
    margin-left: 12px;
  }

  .mdBtnR-toggle .mdBtnR.active {
    font-weight: 600;
    background-color: #ED1A5D;
    border-color: #ED1A5D;
    color: white;
  }

.mdBtnR-primary,
button.mdBtnR-primary,
a.mdBtnR-primary {
  color: white;
  background-color: #01A982;
  border-color: #01A982;
  /* AW ADDS */
  border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  /* AW ADDS */
  transition: 40ms ease-in-out !important;
  padding: 0.4rem 0.9rem !important;
}

  .mdBtnR-primary .mdBtnR-text,
  button.mdBtnR-primary .mdBtnR-text,
  a.mdBtnR-primary .mdBtnR-text {
    color: white;
  }

  .mdBtnR-primary:hover, .mdBtnR-primary.hover, .mdBtnR-primary:focus, .mdBtnR-primary.focus, .mdBtnR-primary:active, .mdBtnR-primary.active,
  button.mdBtnR-primary:hover,
  button.mdBtnR-primary.hover,
  button.mdBtnR-primary:focus,
  button.mdBtnR-primary.focus,
  button.mdBtnR-primary:active,
  button.mdBtnR-primary.active,
  a.mdBtnR-primary:hover,
  a.mdBtnR-primary.hover,
  a.mdBtnR-primary:focus,
  a.mdBtnR-primary.focus,
  a.mdBtnR-primary:active,
  a.mdBtnR-primary.active {
    color: white;
    background-color: #01A982;
    background-image: none;
    border-color: #01A982;
    outline: 2px solid #01A982 !important;
  }

  .mdBtnR-primary.disabled:hover, .mdBtnR-primary.disabled.hover, .mdBtnR-primary.disabled:focus, .mdBtnR-primary.disabled.focus, .mdBtnR-primary.disabled:active, .mdBtnR-primary.disabled.active, .mdBtnR-primary:disabled:hover, .mdBtnR-primary:disabled.hover, .mdBtnR-primary:disabled:focus, .mdBtnR-primary:disabled.focus, .mdBtnR-primary:disabled:active, .mdBtnR-primary:disabled.active,
  button.mdBtnR-primary.disabled:hover,
  button.mdBtnR-primary.disabled.hover,
  button.mdBtnR-primary.disabled:focus,
  button.mdBtnR-primary.disabled.focus,
  button.mdBtnR-primary.disabled:active,
  button.mdBtnR-primary.disabled.active,
  button.mdBtnR-primary:disabled:hover,
  button.mdBtnR-primary:disabled.hover,
  button.mdBtnR-primary:disabled:focus,
  button.mdBtnR-primary:disabled.focus,
  button.mdBtnR-primary:disabled:active,
  button.mdBtnR-primary:disabled.active,
  a.mdBtnR-primary.disabled:hover,
  a.mdBtnR-primary.disabled.hover,
  a.mdBtnR-primary.disabled:focus,
  a.mdBtnR-primary.disabled.focus,
  a.mdBtnR-primary.disabled:active,
  a.mdBtnR-primary.disabled.active,
  a.mdBtnR-primary:disabled:hover,
  a.mdBtnR-primary:disabled.hover,
  a.mdBtnR-primary:disabled:focus,
  a.mdBtnR-primary:disabled.focus,
  a.mdBtnR-primary:disabled:active,
  a.mdBtnR-primary:disabled.active {
    color: white;
    background-color: #ED1A5D;
    background-image: none;
    border-color: #ED1A5D;
  }

  .mdBtnR-primary .rfSI svg,
  a.mdBtnR-primary .rfSI svg {
    fill: #fff;
  }

.mdBtnR-primary-open,
.mdBtnR-outline-primary {
  color: #01A982;
  background-color: white;
  border-color: #01A982;
  border-radius: 0 !important;
  transition: 40ms ease-in-out !important;
  padding: 0.4rem 0.9rem !important;
}

  .mdBtnR-primary-open .mdBtnR-text,
  .mdBtnR-outline-primary .mdBtnR-text {
    color: #000000;
  }

  .mdBtnR-primary-open:hover, .mdBtnR-primary-open.hover, .mdBtnR-primary-open:focus, .mdBtnR-primary-open.focus, .mdBtnR-primary-open:active, .mdBtnR-primary-open.active,
  .mdBtnR-outline-primary:hover,
  .mdBtnR-outline-primary.hover,
  .mdBtnR-outline-primary:focus,
  .mdBtnR-outline-primary.focus,
  .mdBtnR-outline-primary:active,
  .mdBtnR-outline-primary.active {
    color: #01A982;
    background-color: #FFFFFF;
    background-image: none;
    border-color: #01A982;
    outline: 2px solid #01A982 !important;
  }

  .mdBtnR-primary-open.disabled:hover, .mdBtnR-primary-open.disabled.hover, .mdBtnR-primary-open.disabled:focus, .mdBtnR-primary-open.disabled.focus, .mdBtnR-primary-open.disabled:active, .mdBtnR-primary-open.disabled.active, .mdBtnR-primary-open:disabled:hover, .mdBtnR-primary-open:disabled.hover, .mdBtnR-primary-open:disabled:focus, .mdBtnR-primary-open:disabled.focus, .mdBtnR-primary-open:disabled:active, .mdBtnR-primary-open:disabled.active,
  .mdBtnR-outline-primary.disabled:hover,
  .mdBtnR-outline-primary.disabled.hover,
  .mdBtnR-outline-primary.disabled:focus,
  .mdBtnR-outline-primary.disabled.focus,
  .mdBtnR-outline-primary.disabled:active,
  .mdBtnR-outline-primary.disabled.active,
  .mdBtnR-outline-primary:disabled:hover,
  .mdBtnR-outline-primary:disabled.hover,
  .mdBtnR-outline-primary:disabled:focus,
  .mdBtnR-outline-primary:disabled.focus,
  .mdBtnR-outline-primary:disabled:active,
  .mdBtnR-outline-primary:disabled.active {
    color: #ED1A5D;
    background-color: white;
    background-image: none;
    border-color: #ED1A5D;
  }

  .mdBtnR-primary-open.mdBtnR-adv .rfSI svg,
  .mdBtnR-outline-primary.mdBtnR-adv .rfSI svg {
    fill: #01A982;
  }

.mdBtnR-secondary,
button.mdBtnR-secondary,
a.mdBtnR-secondary {
  color: #ED1A5D;
  background-color: white;
  border-color: #ED1A5D;
}

  .mdBtnR-secondary .mdBtnR-text,
  button.mdBtnR-secondary .mdBtnR-text,
  a.mdBtnR-secondary .mdBtnR-text {
    color: #ED1A5D;
  }

  .mdBtnR-secondary:hover, .mdBtnR-secondary.hover, .mdBtnR-secondary:focus, .mdBtnR-secondary.focus, .mdBtnR-secondary:active, .mdBtnR-secondary.active,
  button.mdBtnR-secondary:hover,
  button.mdBtnR-secondary.hover,
  button.mdBtnR-secondary:focus,
  button.mdBtnR-secondary.focus,
  button.mdBtnR-secondary:active,
  button.mdBtnR-secondary.active,
  a.mdBtnR-secondary:hover,
  a.mdBtnR-secondary.hover,
  a.mdBtnR-secondary:focus,
  a.mdBtnR-secondary.focus,
  a.mdBtnR-secondary:active,
  a.mdBtnR-secondary.active {
    color: #ED1A5D;
    background-color: #fde8ef;
    background-image: none;
    border-color: #ED1A5D;
  }

  .mdBtnR-secondary.disabled:hover, .mdBtnR-secondary.disabled.hover, .mdBtnR-secondary.disabled:focus, .mdBtnR-secondary.disabled.focus, .mdBtnR-secondary.disabled:active, .mdBtnR-secondary.disabled.active, .mdBtnR-secondary:disabled:hover, .mdBtnR-secondary:disabled.hover, .mdBtnR-secondary:disabled:focus, .mdBtnR-secondary:disabled.focus, .mdBtnR-secondary:disabled:active, .mdBtnR-secondary:disabled.active,
  button.mdBtnR-secondary.disabled:hover,
  button.mdBtnR-secondary.disabled.hover,
  button.mdBtnR-secondary.disabled:focus,
  button.mdBtnR-secondary.disabled.focus,
  button.mdBtnR-secondary.disabled:active,
  button.mdBtnR-secondary.disabled.active,
  button.mdBtnR-secondary:disabled:hover,
  button.mdBtnR-secondary:disabled.hover,
  button.mdBtnR-secondary:disabled:focus,
  button.mdBtnR-secondary:disabled.focus,
  button.mdBtnR-secondary:disabled:active,
  button.mdBtnR-secondary:disabled.active,
  a.mdBtnR-secondary.disabled:hover,
  a.mdBtnR-secondary.disabled.hover,
  a.mdBtnR-secondary.disabled:focus,
  a.mdBtnR-secondary.disabled.focus,
  a.mdBtnR-secondary.disabled:active,
  a.mdBtnR-secondary.disabled.active,
  a.mdBtnR-secondary:disabled:hover,
  a.mdBtnR-secondary:disabled.hover,
  a.mdBtnR-secondary:disabled:focus,
  a.mdBtnR-secondary:disabled.focus,
  a.mdBtnR-secondary:disabled:active,
  a.mdBtnR-secondary:disabled.active {
    color: #ED1A5D;
    background-color: white;
    background-image: none;
    border-color: #ED1A5D;
  }

.mdBtnR-white {
  color: #ED1A5D;
  background-color: white;
  border-color: white;
}

  .mdBtnR-white .mdBtnR-text {
    color: #ED1A5D;
  }

  .mdBtnR-white:hover, .mdBtnR-white.hover, .mdBtnR-white:focus, .mdBtnR-white.focus, .mdBtnR-white:active, .mdBtnR-white.active {
    color: #ED1A5D;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #e6e6e6;
  }

  .mdBtnR-white.disabled:hover, .mdBtnR-white.disabled.hover, .mdBtnR-white.disabled:focus, .mdBtnR-white.disabled.focus, .mdBtnR-white.disabled:active, .mdBtnR-white.disabled.active, .mdBtnR-white:disabled:hover, .mdBtnR-white:disabled.hover, .mdBtnR-white:disabled:focus, .mdBtnR-white:disabled.focus, .mdBtnR-white:disabled:active, .mdBtnR-white:disabled.active {
    color: #ED1A5D;
    background-color: white;
    background-image: none;
    border-color: white;
  }

.mdBtnR-white-open {
  color: white;
  background-color: transparent;
  border-color: white;
}

  .mdBtnR-white-open .mdBtnR-text {
    color: white;
  }

  .mdBtnR-white-open:hover, .mdBtnR-white-open.hover, .mdBtnR-white-open:focus, .mdBtnR-white-open.focus, .mdBtnR-white-open:active, .mdBtnR-white-open.active {
    color: white;
    background-color: transparent;
    background-image: none;
    border-color: #e6e6e6;
  }

  .mdBtnR-white-open.disabled:hover, .mdBtnR-white-open.disabled.hover, .mdBtnR-white-open.disabled:focus, .mdBtnR-white-open.disabled.focus, .mdBtnR-white-open.disabled:active, .mdBtnR-white-open.disabled.active, .mdBtnR-white-open:disabled:hover, .mdBtnR-white-open:disabled.hover, .mdBtnR-white-open:disabled:focus, .mdBtnR-white-open:disabled.focus, .mdBtnR-white-open:disabled:active, .mdBtnR-white-open:disabled.active {
    color: white;
    background-color: transparent;
    background-image: none;
    border-color: white;
  }

  .mdBtnR-white-open .rfSI svg {
    fill: #ffffff !important;
  }

.mdBtnR-info {
  color: white;
  background-color: #d7faff;
  border-color: #d7faff;
}

  .mdBtnR-info .mdBtnR-text {
    color: white;
  }

  .mdBtnR-info:hover, .mdBtnR-info.hover, .mdBtnR-info:focus, .mdBtnR-info.focus, .mdBtnR-info:active, .mdBtnR-info.active {
    color: white;
    background-color: #a4f4ff;
    background-image: none;
    border-color: #a4f4ff;
  }

  .mdBtnR-info.disabled:hover, .mdBtnR-info.disabled.hover, .mdBtnR-info.disabled:focus, .mdBtnR-info.disabled.focus, .mdBtnR-info.disabled:active, .mdBtnR-info.disabled.active, .mdBtnR-info:disabled:hover, .mdBtnR-info:disabled.hover, .mdBtnR-info:disabled:focus, .mdBtnR-info:disabled.focus, .mdBtnR-info:disabled:active, .mdBtnR-info:disabled.active {
    color: white;
    background-color: #d7faff;
    background-image: none;
    border-color: #d7faff;
  }

.mdBtnR-info-open {
  color: #d7faff;
  background-color: transparent;
  border-color: #d7faff;
}

  .mdBtnR-info-open .mdBtnR-text {
    color: #d7faff;
  }

  .mdBtnR-info-open:hover, .mdBtnR-info-open.hover, .mdBtnR-info-open:focus, .mdBtnR-info-open.focus, .mdBtnR-info-open:active, .mdBtnR-info-open.active {
    color: #d7faff;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #b3b3b3;
  }

  .mdBtnR-info-open.disabled:hover, .mdBtnR-info-open.disabled.hover, .mdBtnR-info-open.disabled:focus, .mdBtnR-info-open.disabled.focus, .mdBtnR-info-open.disabled:active, .mdBtnR-info-open.disabled.active, .mdBtnR-info-open:disabled:hover, .mdBtnR-info-open:disabled.hover, .mdBtnR-info-open:disabled:focus, .mdBtnR-info-open:disabled.focus, .mdBtnR-info-open:disabled:active, .mdBtnR-info-open:disabled.active {
    color: #d7faff;
    background-color: transparent;
    background-image: none;
    border-color: #d7faff;
  }

.mdBtnR-success,
button.mdBtnR-success,
a.mdBtnR-success {
  color: white;
  background-color: #d8eeca;
  border-color: #d8eeca;
}

  .mdBtnR-success .mdBtnR-text,
  button.mdBtnR-success .mdBtnR-text,
  a.mdBtnR-success .mdBtnR-text {
    color: white;
  }

  .mdBtnR-success:hover, .mdBtnR-success.hover, .mdBtnR-success:focus, .mdBtnR-success.focus, .mdBtnR-success:active, .mdBtnR-success.active,
  button.mdBtnR-success:hover,
  button.mdBtnR-success.hover,
  button.mdBtnR-success:focus,
  button.mdBtnR-success.focus,
  button.mdBtnR-success:active,
  button.mdBtnR-success.active,
  a.mdBtnR-success:hover,
  a.mdBtnR-success.hover,
  a.mdBtnR-success:focus,
  a.mdBtnR-success.focus,
  a.mdBtnR-success:active,
  a.mdBtnR-success.active {
    color: white;
    background-color: #bce2a3;
    background-image: none;
    border-color: #bce2a3;
  }

  .mdBtnR-success.disabled:hover, .mdBtnR-success.disabled.hover, .mdBtnR-success.disabled:focus, .mdBtnR-success.disabled.focus, .mdBtnR-success.disabled:active, .mdBtnR-success.disabled.active, .mdBtnR-success:disabled:hover, .mdBtnR-success:disabled.hover, .mdBtnR-success:disabled:focus, .mdBtnR-success:disabled.focus, .mdBtnR-success:disabled:active, .mdBtnR-success:disabled.active,
  button.mdBtnR-success.disabled:hover,
  button.mdBtnR-success.disabled.hover,
  button.mdBtnR-success.disabled:focus,
  button.mdBtnR-success.disabled.focus,
  button.mdBtnR-success.disabled:active,
  button.mdBtnR-success.disabled.active,
  button.mdBtnR-success:disabled:hover,
  button.mdBtnR-success:disabled.hover,
  button.mdBtnR-success:disabled:focus,
  button.mdBtnR-success:disabled.focus,
  button.mdBtnR-success:disabled:active,
  button.mdBtnR-success:disabled.active,
  a.mdBtnR-success.disabled:hover,
  a.mdBtnR-success.disabled.hover,
  a.mdBtnR-success.disabled:focus,
  a.mdBtnR-success.disabled.focus,
  a.mdBtnR-success.disabled:active,
  a.mdBtnR-success.disabled.active,
  a.mdBtnR-success:disabled:hover,
  a.mdBtnR-success:disabled.hover,
  a.mdBtnR-success:disabled:focus,
  a.mdBtnR-success:disabled.focus,
  a.mdBtnR-success:disabled:active,
  a.mdBtnR-success:disabled.active {
    color: white;
    background-color: #d8eeca;
    background-image: none;
    border-color: #d8eeca;
  }

.mdBtnR-success-open {
  color: #d8eeca;
  background-color: transparent;
  border-color: #d8eeca;
}

  .mdBtnR-success-open .mdBtnR-text {
    color: #d8eeca;
  }

  .mdBtnR-success-open:hover, .mdBtnR-success-open.hover, .mdBtnR-success-open:focus, .mdBtnR-success-open.focus, .mdBtnR-success-open:active, .mdBtnR-success-open.active {
    color: #d8eeca;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #b3b3b3;
  }

  .mdBtnR-success-open.disabled:hover, .mdBtnR-success-open.disabled.hover, .mdBtnR-success-open.disabled:focus, .mdBtnR-success-open.disabled.focus, .mdBtnR-success-open.disabled:active, .mdBtnR-success-open.disabled.active, .mdBtnR-success-open:disabled:hover, .mdBtnR-success-open:disabled.hover, .mdBtnR-success-open:disabled:focus, .mdBtnR-success-open:disabled.focus, .mdBtnR-success-open:disabled:active, .mdBtnR-success-open:disabled.active {
    color: #d8eeca;
    background-color: transparent;
    background-image: none;
    border-color: #d8eeca;
  }

.mdBtnR-warning {
  color: white;
  background-color: #f9f4d4;
  border-color: #f9f4d4;
}

  .mdBtnR-warning .mdBtnR-text {
    color: white;
  }

  .mdBtnR-warning:hover, .mdBtnR-warning.hover, .mdBtnR-warning:focus, .mdBtnR-warning.focus, .mdBtnR-warning:active, .mdBtnR-warning.active {
    color: white;
    background-color: #f3e9a7;
    background-image: none;
    border-color: #f3e9a7;
  }

  .mdBtnR-warning.disabled:hover, .mdBtnR-warning.disabled.hover, .mdBtnR-warning.disabled:focus, .mdBtnR-warning.disabled.focus, .mdBtnR-warning.disabled:active, .mdBtnR-warning.disabled.active, .mdBtnR-warning:disabled:hover, .mdBtnR-warning:disabled.hover, .mdBtnR-warning:disabled:focus, .mdBtnR-warning:disabled.focus, .mdBtnR-warning:disabled:active, .mdBtnR-warning:disabled.active {
    color: white;
    background-color: #f9f4d4;
    background-image: none;
    border-color: #f9f4d4;
  }

.mdBtnR-warning-open {
  color: #f9f4d4;
  background-color: transparent;
  border-color: #f9f4d4;
}

  .mdBtnR-warning-open .mdBtnR-text {
    color: #f9f4d4;
  }

  .mdBtnR-warning-open:hover, .mdBtnR-warning-open.hover, .mdBtnR-warning-open:focus, .mdBtnR-warning-open.focus, .mdBtnR-warning-open:active, .mdBtnR-warning-open.active {
    color: #f9f4d4;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #b3b3b3;
  }

  .mdBtnR-warning-open.disabled:hover, .mdBtnR-warning-open.disabled.hover, .mdBtnR-warning-open.disabled:focus, .mdBtnR-warning-open.disabled.focus, .mdBtnR-warning-open.disabled:active, .mdBtnR-warning-open.disabled.active, .mdBtnR-warning-open:disabled:hover, .mdBtnR-warning-open:disabled.hover, .mdBtnR-warning-open:disabled:focus, .mdBtnR-warning-open:disabled.focus, .mdBtnR-warning-open:disabled:active, .mdBtnR-warning-open:disabled.active {
    color: #f9f4d4;
    background-color: transparent;
    background-image: none;
    border-color: #f9f4d4;
  }

.mdBtnR-danger,
button.mdBtnR-danger,
a.mdBtnR-danger {
  color: white;
  background-color: #f3e9e8;
  border-color: #f3e9e8;
}

  .mdBtnR-danger .mdBtnR-text,
  button.mdBtnR-danger .mdBtnR-text,
  a.mdBtnR-danger .mdBtnR-text {
    color: white;
  }

  .mdBtnR-danger:hover, .mdBtnR-danger.hover, .mdBtnR-danger:focus, .mdBtnR-danger.focus, .mdBtnR-danger:active, .mdBtnR-danger.active,
  button.mdBtnR-danger:hover,
  button.mdBtnR-danger.hover,
  button.mdBtnR-danger:focus,
  button.mdBtnR-danger.focus,
  button.mdBtnR-danger:active,
  button.mdBtnR-danger.active,
  a.mdBtnR-danger:hover,
  a.mdBtnR-danger.hover,
  a.mdBtnR-danger:focus,
  a.mdBtnR-danger.focus,
  a.mdBtnR-danger:active,
  a.mdBtnR-danger.active {
    color: white;
    background-color: #e2c9c6;
    background-image: none;
    border-color: #e2c9c6;
  }

  .mdBtnR-danger.disabled:hover, .mdBtnR-danger.disabled.hover, .mdBtnR-danger.disabled:focus, .mdBtnR-danger.disabled.focus, .mdBtnR-danger.disabled:active, .mdBtnR-danger.disabled.active, .mdBtnR-danger:disabled:hover, .mdBtnR-danger:disabled.hover, .mdBtnR-danger:disabled:focus, .mdBtnR-danger:disabled.focus, .mdBtnR-danger:disabled:active, .mdBtnR-danger:disabled.active,
  button.mdBtnR-danger.disabled:hover,
  button.mdBtnR-danger.disabled.hover,
  button.mdBtnR-danger.disabled:focus,
  button.mdBtnR-danger.disabled.focus,
  button.mdBtnR-danger.disabled:active,
  button.mdBtnR-danger.disabled.active,
  button.mdBtnR-danger:disabled:hover,
  button.mdBtnR-danger:disabled.hover,
  button.mdBtnR-danger:disabled:focus,
  button.mdBtnR-danger:disabled.focus,
  button.mdBtnR-danger:disabled:active,
  button.mdBtnR-danger:disabled.active,
  a.mdBtnR-danger.disabled:hover,
  a.mdBtnR-danger.disabled.hover,
  a.mdBtnR-danger.disabled:focus,
  a.mdBtnR-danger.disabled.focus,
  a.mdBtnR-danger.disabled:active,
  a.mdBtnR-danger.disabled.active,
  a.mdBtnR-danger:disabled:hover,
  a.mdBtnR-danger:disabled.hover,
  a.mdBtnR-danger:disabled:focus,
  a.mdBtnR-danger:disabled.focus,
  a.mdBtnR-danger:disabled:active,
  a.mdBtnR-danger:disabled.active {
    color: white;
    background-color: #f3e9e8;
    background-image: none;
    border-color: #f3e9e8;
  }

.mdBtnR-danger-open {
  color: #f3e9e8;
  background-color: transparent;
  border-color: #f3e9e8;
}

  .mdBtnR-danger-open .mdBtnR-text {
    color: #f3e9e8;
  }

  .mdBtnR-danger-open:hover, .mdBtnR-danger-open.hover, .mdBtnR-danger-open:focus, .mdBtnR-danger-open.focus, .mdBtnR-danger-open:active, .mdBtnR-danger-open.active {
    color: #f3e9e8;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #b3b3b3;
  }

  .mdBtnR-danger-open.disabled:hover, .mdBtnR-danger-open.disabled.hover, .mdBtnR-danger-open.disabled:focus, .mdBtnR-danger-open.disabled.focus, .mdBtnR-danger-open.disabled:active, .mdBtnR-danger-open.disabled.active, .mdBtnR-danger-open:disabled:hover, .mdBtnR-danger-open:disabled.hover, .mdBtnR-danger-open:disabled:focus, .mdBtnR-danger-open:disabled.focus, .mdBtnR-danger-open:disabled:active, .mdBtnR-danger-open:disabled.active {
    color: #f3e9e8;
    background-color: transparent;
    background-image: none;
    border-color: #f3e9e8;
  }

/* END Buttons */
/*=============================================*/
/*
/*  # Badge/Pills
/*
/*=============================================*/
.rf-pill {
  display: inline-block;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 1px 7px 3px;
  font-size: 11px;
  vertical-align: middle;
  margin-left: 12px;
}

  .rf-pill .rfSI {
    vertical-align: middle;
    height: 14px;
    width: 14px;
    max-height: 14px;
    max-width: 14px;
  }

  .rf-pill .rf-pill-text {
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
    font-weight: 600;
  }

    .rf-pill .rf-pill-text .rfSI {
      margin-left: 2px;
      margin-right: 0;
    }

  .rf-pill .rfSI {
    margin-right: 0;
  }

    .rf-pill .rfSI .rf-pill-text {
      margin-left: 2px;
    }

.rf-pill-open {
  background-color: transparent;
  border-color: #ED1A5D;
  color: #ED1A5D;
}

  .rf-pill-open .rf-pill-text {
    color: #ED1A5D;
  }

.rf-pill-primary {
  background-color: #ED1A5D;
  border-color: #ED1A5D;
  color: white;
}

  .rf-pill-primary .rf-pill-text {
    color: white;
  }

.rf-pill-primary-open {
  background-color: transparent;
  border-color: #ED1A5D;
  color: #ED1A5D;
}

  .rf-pill-primary-open .rf-pill-text {
    color: #ED1A5D;
  }

.rf-pill-white {
  fill: #ED1A5D;
  background-color: white;
  border-color: white;
  color: #ED1A5D;
}

  .rf-pill-white .rfSI {
    fill: #ED1A5D;
  }

    .rf-pill-white .rfSI svg {
      fill: #ED1A5D;
    }

  .rf-pill-white .rf-pill-text {
    color: #ED1A5D;
  }

.rf-badge {
  float: right;
  height: 20px;
  line-height: 20px;
  padding: 0 8px;
  border-radius: 10px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10px;
  letter-spacing: 0.5px;
  margin: 2px 12px 0 0;
}

  .rf-badge.rf-badge-green {
    background: #d8eeca;
  }

  .rf-badge.rf-badge-yellow {
    background: #f9f4d4;
  }

  .rf-badge.rf-badge-red {
    background: #f3e9e8;
  }

.icon-badge {
  position: relative;
  display: inline-block;
}

  .icon-badge.disabled .rf-pill,
  .icon-badge.disabled .rfSI svg {
    opacity: 0.5;
    cursor: not-allowed;
  }

  .icon-badge .rfSI {
    padding: 0;
    margin: 0;
  }

  .icon-badge .rf-pill {
    font-size: 7px;
    margin: 0;
    position: absolute;
    top: -4px;
    right: -3px;
    padding: 1px 3px 2px 3px;
    cursor: pointer;
  }

    .icon-badge .rf-pill .rf-pill-text {
      font-size: 10px;
      line-height: 10px;
    }

/* END Pills */
/*=============================================*/
/*
/*  # Components
/*
/*=============================================*/
/*=============================================*/
/*
/*  # Modal
/*
/*=============================================*/
.modal-backdrop {
  z-index: 3040;
  background-color: #222;
}

.modal {
  z-index: 3050;
}

.modal-dialog {
  font-family: 'Metric Regular', Arial;
  width: 95%;
  max-width: 900px;
}

.modal-dialog a {
 color: #01A982;
}

@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 80%;
  }
}

.modal-content {
  background-color: white;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.rf-default-modal .modal-content .modal-header,
.modal .modal-content .modal-header {
  color: #151515;
  padding: 12px 20px;
  border-bottom: 1px solid #CCC;
  background-color: transparent;
}

  .rf-default-modal .modal-content .modal-header .modal-title,
  .rf-default-modal .modal-content .modal-header h4,
  .rf-default-modal .modal-content .modal-header h3,
  .modal .modal-content .modal-header .modal-title,
  .modal .modal-content .modal-header h4,
  .modal .modal-content .modal-header h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.45em;
    letter-spacing: 0.2px;
    margin: 0;
    color: #151515;
  }

  .rf-default-modal .modal-content .modal-header button,
  .rf-default-modal .modal-content .modal-header .modal-close,
  .modal .modal-content .modal-header button,
  .modal .modal-content .modal-header .modal-close {
    background: none;
    border: none;
    padding: 0;
    fill: #222;
  }

    .rf-default-modal .modal-content .modal-header button svg,
    .rf-default-modal .modal-content .modal-header .modal-close svg,
    .modal .modal-content .modal-header button svg,
    .modal .modal-content .modal-header .modal-close svg {
      fill: #222;
    }

.rf-default-modal .modal-content .modal-sub-header,
.modal .modal-content .modal-sub-header {
  border-bottom: 1px solid #CCC;
}

.rf-default-modal .modal-content .modal-body,
.modal .modal-content .modal-body {
  padding: 20px;
  font-size: 16px;
  color: #151515;
}

.rf-default-modal .modal-content .modal-footer,
.modal .modal-content .modal-footer {
  padding: 12px 20px;
  border-top: 1px solid #CCC;
}

.rf-dialog-modal .modal-content .modal-header {
  padding: 20px 20px 0;
}

  .rf-dialog-modal .modal-content .modal-header .modal-title {
    font-size: 16px;
    font-weight: 700;
  }

/* END Modal */
/*=============================================*/
/*
/*  # Table
/*
/*=============================================*/
.rf-table-container .table-action-bar {
  /* This is the action bar that replaces the header if you have bulk actions. */
  background-color: #ED1A5D;
  padding: 16px;
  color: white;
}

  .rf-table-container .table-action-bar .rf-checkbox {
    /* If there's checkboxes inside the action bar */
    border-color: white;
    background-color: #ED1A5D;
  }

    .rf-table-container .table-action-bar .rf-checkbox .checkbox-bg {
      /* Checkbox Border Color */
    }

  .rf-table-container .table-action-bar .rfSI {
    /* Checkbox SVG default color */
  }

    .rf-table-container .table-action-bar .rfSI svg {
      fill: white;
      opacity: 0;
    }

      .rf-table-container .table-action-bar .rfSI svg:hover, .rf-table-container .table-action-bar .rfSI svg:active, .rf-table-container .table-action-bar .rfSI svg:focus {
        /* SVG hover unchecked */
        fill: white;
        opacity: 0.6;
      }

    .rf-table-container .table-action-bar .rfSI input[type=checkbox]:checked + .checkbox-bg {
      /* Checkbox border color if checked */
      background-color: white;
    }

      .rf-table-container .table-action-bar .rfSI input[type=checkbox]:checked + .checkbox-bg + .rfSI svg,
      .rf-table-container .table-action-bar .rfSI input[type=checkbox]:checked + .checkbox-bg + .rfSI svg:hover,
      .rf-table-container .table-action-bar .rfSI input[type=checkbox]:checked + .checkbox-bg + .rfSI svg:active,
      .rf-table-container .table-action-bar .rfSI input[type=checkbox]:checked + .checkbox-bg + .rfSI svg:focus {
        /* Checkbox SVG hover color if checked + opacity */
        fill: #ED1A5D !important;
        opacity: 1;
      }

    .rf-table-container .table-action-bar .rfSI .rf-checkbox-label {
      /* Label properties */
      margin-left: 45px;
      color: white;
    }

.rf-table-container .rf-table {
  /* Minimum width of tables then scroll will be enabled. */
  min-width: 762px;
}

  .rf-table-container .rf-table .rf-table-sort-icon {
    /* If there is a sort icon in the table, this is how it's positioned. */
    margin: -3px 0 0 4px;
  }

  .rf-table-container .rf-table .table-body .table-row {
    /* table row border property */
    border-color: #CCC;
  }

    .rf-table-container .rf-table .table-body .table-row:hover, .rf-table-container .rf-table .table-body .table-row.active {
      /* When table row is hovered, this is the background color */
      background: #f2f2f2;
    }

    .rf-table-container .rf-table .table-body .table-row.table-header {
      /* Table header properties, overriding from row properties. */
    }

      .rf-table-container .rf-table .table-body .table-row.table-header > div {
        /* Cell properties */
        border-bottom: 1px solid #01A982 !important;
        border-top-color: #CCC;
        color: #01A982;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 700;
      }

    .rf-table-container .rf-table .table-body .table-row > div {
      /* Table Cell properties */
      padding: 12px 16px;
      font-size: 16px;
      font-weight: 400;
      max-width: 250px;
      word-wrap: break-word;
    }

      .rf-table-container .rf-table .table-body .table-row > div a,
      .rf-table-container .rf-table .table-body .table-row > div p,
      .rf-table-container .rf-table .table-body .table-row > div span {
        /* If there's additional items inside of cells, here's the properties. */
        font-size: 16px;
      }

        .rf-table-container .rf-table .table-body .table-row > div a,
        .rf-table-container .rf-table .table-body .table-row > div a:link,
        .rf-table-container .rf-table .table-body .table-row > div a:visited {
          color: #01A982;
        }

    .rf-table-container .rf-table .table-body .table-row:last-child > div {
      /* IF it's the last child, remove border (or other properties) */
      border-bottom: none;
    }

    .rf-table-container .rf-table .table-body .table-row .show-actions {
      /* Actions styling */
    }

      .rf-table-container .rf-table .table-body .table-row .show-actions:hover {
        background-color: #fde8ef;
      }

        .rf-table-container .rf-table .table-body .table-row .show-actions:hover + .main-actions {
          background-color: #fde8ef;
        }

    .rf-table-container .rf-table .table-body .table-row:hover .show-actions,
    .rf-table-container .rf-table .table-body .table-row:hover .main-actions {
      background: #fde8ef;
    }

  .rf-table-container .rf-table .table-body a.table-row {
    /* If the table is a link assign these properties */
    color: #151515;
    cursor: pointer;
  }

    .rf-table-container .rf-table .table-body a.table-row:hover, .rf-table-container .rf-table .table-body a.table-row.active {
      color: #151515;
    }

/* END Table */
/*=============================================*/
/*
/*  # Form Elements
/*
/*=============================================*/
/*=============================================*/
/*
/*  # Input
/*
/*=============================================*/
.rf-input input:not([type="checkbox"]):not([type="radio"]):not(.mdBtnR) {
  margin-top: 4px;
  font-size: 16px;
  border: 1px solid #CCC;
  color: #151515 !important;
  height: auto;
  padding: 8px 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

  /*.rf-input input:not([type="checkbox"]):not([type="radio"]):not(.mdBtnR):hover,*/
  rf-input input:not([type="checkbox"]):not([type="radio"]):not(.mdBtnR):active, .rf-input input:not([type="checkbox"]):not([type="radio"]):not(.mdBtnR):focus {
    /* Input and textarea hover, active, focused state styling */
    border-color: #01A982;
    -webkit-box-shadow: 0 0 6px #01A982;
    -moz-box-shadow: 0 0 6px #01A982;
    -ms-box-shadow: 0 0 6px #01A982;
    -o-box-shadow: 0 0 6px #01A982;
    box-shadow: 0 0 6px #01A982;
    /*outline: 2px solid #01A982 !important;*/
  }

.rf-input input {
  height: auto !important;
}

/* END Input */
/*=============================================*/
/*
/*  # Text Area
/*
/*=============================================*/
.rf-textarea textarea {
  margin-top: 4px;
  font-size: 16px;
  border: 1px solid #CCC;
  color: #151515 !important;
  height: auto;
  padding: 8px 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  min-height: 100px;
  resize: vertical;
  /*transition: none !important;*/
  transition: 0.2s ease-in-out !important;
}
  /*.rf-textarea textarea:hover*/
  .rf-textarea textarea:active, .rf-textarea textarea:focus {
    /* Input and textarea hover, active, focused state styling */
    border-color: #01A982;
    -webkit-box-shadow: 0 0 6px #01A982;
    -moz-box-shadow: 0 0 6px #01A982;
    -ms-box-shadow: 0 0 6px #01A982;
    -o-box-shadow: 0 0 6px #01A982;
    box-shadow: 0 0 6px #01A982;
    /*outline: 2px solid #01A982 !important;*/
  }

/* END Text Area */
/*=============================================*/
/*
/*  # Select Dropdown
/*
/*=============================================*/
.rf-select select:active:hover, .rf-select select:active:active, .rf-select select:active:focus, .rf-select select:focus:hover, .rf-select select:focus:active, .rf-select select:focus:focus, .rf-select select:not([multiple]):active:hover, .rf-select select:not([multiple]):active:active, .rf-select select:not([multiple]):active:focus, .rf-select select:not([multiple]):focus:hover, .rf-select select:not([multiple]):focus:active, .rf-select select:not([multiple]):focus:focus,
.dropdown-results-container input:active:hover,
.dropdown-results-container input:active:active,
.dropdown-results-container input:active:focus, .dropdown-results-container input:focus:hover, .dropdown-results-container input:focus:active, .dropdown-results-container input:focus:focus {
  border-color: #01A982;
  -webkit-box-shadow: 0 0 6px #01A982;
  -moz-box-shadow: 0 0 6px #01A982;
  -ms-box-shadow: 0 0 6px #01A982;
  -o-box-shadow: 0 0 6px #01A982;
  box-shadow: 0 0 6px #01A982;
}

.dropdown-results-container .rf-select-results-container li:hover, .dropdown-results-container .rf-select-results-container li.active {
  background-color: #f2f2f2;
}

/*=============================================*/
/*
/*  # Radio
/*
/*=============================================*/
.rf-radio-option {
  height: 15px;
}

  .rf-radio-option .rf-radio-label {
    /*

    */
  }

  .rf-radio-option input[type=radio] {
    /* Styles for the radio input for different checked states. */
  }

    .rf-radio-option input[type=radio]:checked ~ .check::before {
      background: #01A982;
    }

    .rf-radio-option input[type=radio]:checked ~ .check {
      border-color: #01A982;
    }

      .rf-radio-option input[type=radio]:checked ~ .check::before {
        background: #01A982;
      }

  .rf-radio-option span {
    /* Styles for the text itself */
    color: #444;
    margin: 0 20px;
    z-index: 9;
  }

  .rf-radio-option .check {
    /* This is the Circle radio outline properties and placement. This is the default unchecked state. */
    border-color: #ED1A5D;
    height: 15px;
    width: 15px;
    top: 0;
    left: 0;
    z-index: 5;
  }

    .rf-radio-option .check::before {
      /* This is the placement of inner circle, no color specified unless checked (above) or hovered(below) */
      height: 9px;
      width: 9px;
      top: 2px;
      left: 2px;
    }

  .rf-radio-option:hover {
    /* Hover state of the radio */
  }

    .rf-radio-option:hover .check {
      /*

      */
    }

      .rf-radio-option:hover .check::before {
        /* This is the hover state placement and color of the little radio circle inside the border. */
        height: 9px;
        width: 9px;
        top: 2px;
        left: 2px;
        background: #f4769e;
      }

/* Radio buttons inside dropdown lists. */
.rf-single-select .rf-select-results li:hover .check::before {
  background: #f4769e;
}

/* END Radio */
/*=============================================*/
/*
/*  # Checkbox
/*
/*=============================================*/
.rf-checkbox {
  width: auto !important;
}

  .rf-checkbox.rf-block-checkbox {
    /* If checkbox is used as a block element inline with inputs or something */
    padding-bottom: 16px;
    padding-top: 8px;
  }

  .rf-checkbox .rfSI {
    /* Checkbox icon properties */
    width: 16px;
    height: 16px;
    float: left;
    margin: 0 0 0 -16px;
  }

    .rf-checkbox .rfSI svg {
      /* Icon color unless hovered, then it's the following styles */
      fill: white;
    }

      .rf-checkbox .rfSI svg:hover, .rf-checkbox .rfSI svg:active, .rf-checkbox .rfSI svg:focus {
        fill: #f4769e;
      }

  .rf-checkbox .rf-checkbox-label {
    /* Properties of the text of a checkbox. */
    font-size: 16px;
    color: #444;
    margin-left: 5px;
  }

  .rf-checkbox .checkbox-bg {
    /* Background of the checkbox before any states have happened */
    width: 16px;
    height: 16px;
    border-radius: 2px;
    border-color: #01A982;
    background: white;
  }

  .rf-checkbox input[type=checkbox] {
    /* Checkbox styles checked. */
  }

    .rf-checkbox input[type=checkbox]:checked {
      width: 30px;
    }

      .rf-checkbox input[type=checkbox]:checked + .checkbox-bg {
        /* Checkbox background if checked. */
        background: #01A982;
      }

        .rf-checkbox input[type=checkbox]:checked + .checkbox-bg + .rfSI {
          /* Checkbox icon color if checked and hovered (if different than checked. */
        }

          .rf-checkbox input[type=checkbox]:checked + .checkbox-bg + .rfSI svg {
            fill: white;
          }

            .rf-checkbox input[type=checkbox]:checked + .checkbox-bg + .rfSI svg:hover, .rf-checkbox input[type=checkbox]:checked + .checkbox-bg + .rfSI svg:active, .rf-checkbox input[type=checkbox]:checked + .checkbox-bg + .rfSI svg:focus {
              fill: white !important;
            }

/* END Checkbox */
/*=============================================*/
/*
/*  # File Upload
/*
/*=============================================*/
.drop-upload-default.drop-upload {
  border-color: #01A982;
}

.upload-file-area .uploaded-files span:not(.rfSI),
.upload-file-form-container .uploaded-files span:not(.rfSI) {
  color: #01A982;
}

/* END File Upload */
/*=============================================*/
/*
/*  # Date Picker
/*
/*=============================================*/
.rf-date-picker {
  margin-top: 4px;
  font-size: 16px;
  border: 1px solid #CCC;
  color: #151515 !important;
  height: auto;
  padding: 8px 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

  .rf-date-picker:hover, .rf-date-picker:active, .rf-date-picker:focus {
    /* Input and textarea hover, active, focused state styling */
    border-color: #ED1A5D;
    -webkit-box-shadow: 0 0 6px #aea5eb;
    -moz-box-shadow: 0 0 6px #aea5eb;
    -ms-box-shadow: 0 0 6px #aea5eb;
    -o-box-shadow: 0 0 6px #aea5eb;
    box-shadow: 0 0 6px #aea5eb;
  }

  .rf-date-picker input {
    height: auto !important;
    padding-right: 35px;
  }

    .rf-date-picker input + .rfSI {
      position: absolute;
      right: 10px;
      bottom: 22px;
    }

/* END Date Picker */
/*=============================================*/
/*
/*  # Select2
/*
/*=============================================*/
/*=============================================*/
/*
/*  # Misc
/*  Miscellaneous, obviously.
/*
/*=============================================*/
/*=============================================*/
/*
/*  # Vendor
/*
/*=============================================*/
/*=============================================*/
/*
/*  # BrainTree Inputs
/*
/*=============================================*/
#card-number,
#expiration-date,
#cvv-input {
  margin-top: 4px;
  font-size: 16px;
  border: 1px solid #CCC;
  color: #151515;
  height: 38px;
  padding: 8px 12px;
  background: white;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 100;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

  #card-number.braintree-hosted-fields-focused,
  #expiration-date.braintree-hosted-fields-focused,
  #cvv-input.braintree-hosted-fields-focused {
    border: 1px solid #ED1A5D;
  }

  #card-number:hover, #card-number:focus, #card-number:active,
  #expiration-date:hover,
  #expiration-date:focus,
  #expiration-date:active,
  #cvv-input:hover,
  #cvv-input:focus,
  #cvv-input:active {
    border: 1px solid #ED1A5D;
  }

/* END BrainTree Inputs */
/*
=============================================
  START Header
=============================================
*/

/*
=============================================
  END Header
=============================================
*/
/*
=============================================
  START Footer
=============================================
*/
.rf-org-footer-container footer {
  margin-bottom: 35px;
}

  .rf-org-footer-container footer .divider {
    width: 90px;
    border-color: #151515;
  }

  .rf-org-footer-container footer .footer-container {
    width: 1240px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
  }

@media all and (max-width: 1199px) {
  .rf-org-footer-container footer .footer-container {
    width: 100%;
  }
}

.rf-org-footer-container footer p {
  margin: 6px 0;
}

.rf-org-footer-container footer a {
  color: #151515;
  border-bottom: 1px solid #151515;
}

/*.rf-org-footer-container footer a:hover {
    color: #ED1A5D;
    text-decoration: none;
    border-color: #ED1A5D;
  }*/

.rf-org-footer-container footer .social-links {
  margin-top: 24px;
}

  .rf-org-footer-container footer .social-links a {
    text-decoration: none;
    padding: 6px;
    border: none;
  }

    .rf-org-footer-container footer .social-links a svg {
      width: 19px;
      height: 19px;
      vertical-align: bottom;
    }

/*
=============================================
  END Footer
=============================================
*/

.rf-org-header-container header ul li:hover {
  border-color: transparent;
}

.rf-org-footer-container p {
  color: black;
}

.rf-org-footer-container footer a {
  border-bottom: none;
}

/* MARCUS END */

/*
=============================================
  START Cookie Banner
=============================================
*/

.cc-message {
  font-family: 'Metric Regular', Arial !important;
  line-height: 1.4rem;
}

.cc-revoke, .cc-window, .cc-link {
  font-family: 'Metric Regular', Arial !important;
}

/*@media (max-width: 768px) {
  .cc-compliance {
    flex-direction: column;
  }
  .cc-allow {
    margin-top: 1rem;
  }
}*/

.cc-dismiss {
  color: #000000 !important;
  letter-spacing: 1px;
  background-color: #D9D9D9 !important;
  font-size: 0.8rem !important;
  transition: 40ms ease-in-out !important;
  min-width: 100px !important;
  margin-left: 12px !important;
  /*border: 2px solid #01A982 !important;
  text-decoration: none !important;*/
}

/*.cc-dismiss:hover, .cc-dismiss:focus {
  outline: 2px solid #01A982 !important;
}*/

.cc-link, .cc-link:hover, .cc-link:focus, .cc-link:active {
  color: #000000 !important;
  padding: 0 !important;
}

.cc-allow {
  color: #000000 !important;
  letter-spacing: 1px;
  background-color: #D9D9D9 !important;
  border: 2px solid #01A982 !important;
  font-size: 0.8rem !important;
  transition: 40ms ease-in-out !important;
  min-width: 100px !important;
  margin-left: 12px !important;
}

.cc-allow:hover, .cc-allow:focus {
  outline: 2px solid #01A982 !important;
  text-decoration: none;
}

.cc-revoke {
  /*visibility: hidden;*/
  border-radius: 0 !important;
  font-size: 0.9rem !important;
  left: 2.5% !important;
}

/*
=============================================
  End Cookie Banner
=============================================
*/

/* Login Form Shim */

#login-form > .md-frame-body {
  margin-bottom: -8px;
}

/*override working report table hover*/
.fixedDataTableHover .fixedDataTableRowLayout_rowWrapper:hover .public_fixedDataTableCell_main {
  background-color: rgba(1,169,130,0.2) !important;
}

/* Override buttons to not be uppercase */
.mdBtnR, a.mdBtnR {
  text-transform: none;
}

.mdBtnR-primary {
  background-color: #01A982 !important;
  border-color: #01A982 !important;
}

/* Override Hover States of disabled buttons */

.mdBtnR.disabled:hover,.mdBtnR.disabled:focus,
.mdBtnR.disabled.active,.mdBtnR:disabled:hover,
.mdBtnR:disabled:focus,.mdBtnR:disabled.active,
.mdBtnR[disabled]:hover,.mdBtnR[disabled]:focus,
.mdBtnR[disabled].active,a.mdBtnR.disabled:hover,
a.mdBtnR.disabled:focus,a.mdBtnR.disabled.active,
a.mdBtnR:disabled:hover,a.mdBtnR:disabled:focus,
a.mdBtnR:disabled.active,a.mdBtnR[disabled]:hover,
a.mdBtnR[disabled]:focus,a.mdBtnR[disabled].active {
  background-color: #CA2B4E !important;
  border: 0;
  outline: 0 !important;
}

.mdBtnR.disabled,
.mdBtnR.disabled.active,
.mdBtnR:disabled,
.mdBtnR[disabled],
.mdBtnR[disabled].active,a.mdBtnR.disabled,
a.mdBtnR.disabled.active,
a.mdBtnR:disabled,
a.mdBtnR:disabled.active,a.mdBtnR[disabled],
a.mdBtnR[disabled],a.mdBtnR[disabled].active {
  background-color: #bbb !important;
  border: 0;
}

/* Move cookie button over */
.cc-allow {
  margin-right: 0;
}

