/*===============================================
  GLOBAL KEY

  # Key

  # Reset
  # Typography
  # Clearfix

  # Common Styles (Workflow & Widgets)
     # Grid

   # Elements
     # Iconography
     # Buttons
     # Badge/Pills

  # Components
     # Modal
     # Table

  # Form Elements
     # Input
     # Text Area
     # Select Dropdown
     # Radio
     # Checkbox
     # File Upload
     # Date Picker
     # Select2

  # Misc
  # Vendor
     # BrainTree Inputs
     # Placeholder
     # Placeholder
     # Placeholder


  # Workflow Specific Styles
  # Widget Specific Styles


  # Misc



===============================================*/
.template-brand-color {
  /* Search for this hex color, find and replace. */
  color: #ff7d00;
}

.template-accent-color {
  /* Search for this hex color, find and replace. Not currently used. */
  color: #ff4d00;
}

/*=============================================*/
/*
/*  # Reset
/*  Workflow and Widget Reset
/*
/*=============================================*/
.rfComp-canvas *,
#rf-content {
  outline: 0 !important;
  outline: none !important;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 1.4em;
  vertical-align: baseline;
  font-weight: 400;
  font-size: ;
}
.rfComp-canvas * *, .rfComp-canvas * *:before, .rfComp-canvas * *:after,
#rf-content *,
#rf-content *:before,
#rf-content *:after {
  outline: 0 !important;
  outline: none !important;
}
.rfComp-canvas * *,
#rf-content * {
    /*
		font-family: $base-font-family;
		color: $base-font-color;
		vertical-align: baseline;
		font-weight: $base-font-weight;
		font-size: $base-font-size;
		*/
}
.rfComp-canvas * *:before, .rfComp-canvas * *:after,
#rf-content *:before,
#rf-content *:after {
    /*
		color: $base-font-color;
    */
}

/* END Reset */
/*=============================================*/
/*
/*  # Typography
/*
/*=============================================*/
.rfComp-canvas h1,
.rfComp-canvas h2,
.rfComp-canvas h3,
.rfComp-canvas h4,
.rfComp-canvas h5,
.rfComp-canvas h6 {
  color: #272932;
  font-weight: 600;
}
.rfComp-canvas p {
  color: #272932;
}
.rfComp-canvas a {
  cursor: pointer;
  color: #ff7d00;
}
.rfComp-canvas a:hover, .rfComp-canvas a:focus, .rfComp-canvas a:active {
  color: #ffb166;
}
.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: #272932;
  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: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.md-frame .md-frame {
  margin-top: 20px;
}
.md-frame .md-frame-header {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  -o-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  padding: 8px 16px;
  border-bottom: 1px solid #CCC;
}
.md-frame .md-frame-header h2 {
  color: #272932;
  font-size: 24px;
  font-weight: 100;
}
.md-frame .md-frame-header h4 {
  font-size: 12px;
  color: #272932;
}
.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: #ff7d00;
  color: white;
}
.md-frame.md-frame-primary .md-frame-header {
  background-color: #ff7d00;
  border-bottom-color: #ff7d00;
  -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: 6px 6px 0 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 {
  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: #ff7d00;
  border-color: #ff7d00;
}
.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: #ff7d00;
}
.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: #ff7d00;
  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: #ff7d00;
}
.rfSI svg:hover, .rfSI svg:active, .rfSI svg:focus {
  fill: #ff7d00;
}
.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: #ff7d00;
  fill: none;
}

/* END Iconography */
/*=============================================*/
/*
/*  # Buttons
/*
/*=============================================*/
.mdBtnR {
  font-weight: 600;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.mdBtnR:hover, .mdBtnR.hover, .mdBtnR:focus, .mdBtnR.focus, .mdBtnR:active, .mdBtnR.active {
  background-color: #ff4d00;
  border: 2px solid #ff4d00;
}
.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 {
  font-weight: 400;
}
.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 #ff4d00;
  color: #ff4d00;
  font-weight: 700;
}
.mdBtnR-toggle .mdBtnR + .rfSI {
  margin-left: 12px;
}
.mdBtnR-toggle .mdBtnR.active {
  font-weight: 600;
  background-color: #ff4d00;
  border-color: #ff4d00;
  color: white;
}

.mdBtnR-primary,
button.mdBtnR-primary,
a.mdBtnR-primary {
  color: white;
  background-color: #ff4d00;
  border-color: #ff4d00;
}
.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: #e64500;
  background-image: none;
  border-color: #e64500;
}
.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: #ff4d00;
  background-image: none;
  border-color: #ff4d00;
}

.mdBtnR-primary .rfSI svg,
a.mdBtnR-primary .rfSI svg {
  fill: #fff;
}

.mdBtnR-primary-open,
.mdBtnR-outline-primary {
  color: white;
  background-color: #ff4d00;
  border-color: #ff4d00;
}
.mdBtnR-primary-open .mdBtnR-text,
.mdBtnR-outline-primary .mdBtnR-text {
  color: white;
}
.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: #ff4d00;
  background-color: #ffede6;
  background-image: none;
  border-color: #ff4d00;
}
.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: #ff4d00;
  background-color: white;
  background-image: none;
  border-color: #ff4d00;
}
.mdBtnR-primary-open.mdBtnR-adv .rfSI svg,
.mdBtnR-outline-primary.mdBtnR-adv .rfSI svg {
  fill: #ff4d00;
}

.mdBtnR-secondary,
button.mdBtnR-secondary,
a.mdBtnR-secondary {
  color: #ff4d00;
  background-color: white;
  border-color: #ff4d00;
}
.mdBtnR-secondary .mdBtnR-text,
button.mdBtnR-secondary .mdBtnR-text,
a.mdBtnR-secondary .mdBtnR-text {
  color: #ff4d00;
}
.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: #ff4d00;
  background-color: #ffede6;
  background-image: none;
  border-color: #ff4d00;
}
.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: #ff4d00;
  background-color: white;
  background-image: none;
  border-color: #ff4d00;
}

.mdBtnR-white {
  color: #ff4d00;
  background-color: white;
  border-color: white;
}
.mdBtnR-white .mdBtnR-text {
  color: #ff4d00;
}
.mdBtnR-white:hover, .mdBtnR-white.hover, .mdBtnR-white:focus, .mdBtnR-white.focus, .mdBtnR-white:active, .mdBtnR-white.active {
  color: #ff4d00;
  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: #ff4d00;
  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;
  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: #ff7d00;
  color: #ff7d00;
}
.rf-pill-open .rf-pill-text {
  color: #ff7d00;
}

.rf-pill-primary {
  background-color: #ff7d00;
  border-color: #ff7d00;
  color: white;
}
.rf-pill-primary .rf-pill-text {
  color: white;
}

.rf-pill-primary-open {
  background-color: transparent;
  border-color: #ff7d00;
  color: #ff7d00;
}
.rf-pill-primary-open .rf-pill-text {
  color: #ff7d00;
}

.rf-pill-white {
  fill: #ff7d00;
  background-color: white;
  border-color: white;
  color: #ff7d00;
}
.rf-pill-white .rfSI {
  fill: #ff7d00;
}
.rf-pill-white .rfSI svg {
  fill: #ff7d00;
}
.rf-pill-white .rf-pill-text {
  color: #ff7d00;
}

.rf-badge {
  float: right;
  height: 20px;
  line-height: 20px;
  padding: 0 8px;
  border-radius: 10px;
  color: #ffffff;
  text-transform: uppercase;
  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 {
  width: 95%;
  max-width: 900px;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 80%;
  }
}

.modal-content {
  background-color: black;
  -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: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.rf-default-modal .modal-content .modal-header,
.modal .modal-content .modal-header {
  color: #fff;
  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: #fff;
}
.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: #fff;
}
.rf-default-modal .modal-content .modal-footer,
.modal .modal-content .modal-footer {
  padding: 12px 20px;
  border-top: 1px solid rgba(255,255,255,.25);
}

.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: #ff7d00;
  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: #ff7d00;
}
.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: #ff7d00 !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: #fff2e6;
}
.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 #ff7d00 !important;
  border-top-color: #CCC;
  color: #ff7d00;
  text-transform: uppercase;
  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: #ff7d00;
}
.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: #fff2e6;
}
.rf-table-container .rf-table .table-body .table-row .show-actions:hover + .main-actions {
  background-color: #fff2e6;
}
.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: #fff2e6;
}
.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 */
/*=============================================*/
/*
/*  # 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: #272932 !important;
  height: auto;
  padding: 8px 12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.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: #ff7d00;
  -webkit-box-shadow: 0 0 6px #ffb166;
  -moz-box-shadow: 0 0 6px #ffb166;
  -ms-box-shadow: 0 0 6px #ffb166;
  -o-box-shadow: 0 0 6px #ffb166;
  box-shadow: 0 0 6px #ffb166;
}
.rf-input input {
  height: auto !important;
}

/* END Input */
/*=============================================*/
/*
/*  # Text Area
/*
/*=============================================*/
.rf-textarea textarea {
  margin-top: 4px;
  font-size: 16px;
  border: 1px solid #CCC;
  color: #272932 !important;
  height: auto;
  padding: 8px 12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  min-height: 100px;
  resize: vertical;
  transition: none !important;
}
.rf-textarea textarea:hover, .rf-textarea textarea:active, .rf-textarea textarea:focus {
  /* Input and textarea hover, active, focused state styling */
  border-color: #ff7d00;
  -webkit-box-shadow: 0 0 6px #ffb166;
  -moz-box-shadow: 0 0 6px #ffb166;
  -ms-box-shadow: 0 0 6px #ffb166;
  -o-box-shadow: 0 0 6px #ffb166;
  box-shadow: 0 0 6px #ffb166;
}

/* 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: #ff7d00;
  -webkit-box-shadow: 0 0 6px #ffb166;
  -moz-box-shadow: 0 0 6px #ffb166;
  -ms-box-shadow: 0 0 6px #ffb166;
  -o-box-shadow: 0 0 6px #ffb166;
  box-shadow: 0 0 6px #ffb166;
}

.dropdown-results-container .rf-select-results-container li:hover, .dropdown-results-container .rf-select-results-container li.active {
  background-color: #ffdfbf;
}

/*=============================================*/
/*
/*  # 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: #ff7d00;
}
.rf-radio-option input[type=radio]:checked ~ .check {
  border-color: #ff7d00;
}
.rf-radio-option input[type=radio]:checked ~ .check::before {
  background: #ff7d00;
}
.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: #ff7d00;
  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: #ffb166;
}

/* Radio buttons inside dropdown lists. */
.rf-single-select .rf-select-results li:hover .check::before {
  background: #ffb166;
}

/* 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: #ffb166;
}
.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: #ff7d00;
  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: #ff7d00;
}
.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: #ff7d00;
}

.upload-file-area .uploaded-files span:not(.rfSI),
.upload-file-form-container .uploaded-files span:not(.rfSI) {
  color: #ff7d00;
}

/* END File Upload */
/*=============================================*/
/*
/*  # Date Picker
/*
/*=============================================*/
.rf-date-picker {
  margin-top: 4px;
  font-size: 16px;
  border: 1px solid #CCC;
  color: #272932 !important;
  height: auto;
  padding: 8px 12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.rf-date-picker:hover, .rf-date-picker:active, .rf-date-picker:focus {
  /* Input and textarea hover, active, focused state styling */
  border-color: #ff7d00;
  -webkit-box-shadow: 0 0 6px #ffb166;
  -moz-box-shadow: 0 0 6px #ffb166;
  -ms-box-shadow: 0 0 6px #ffb166;
  -o-box-shadow: 0 0 6px #ffb166;
  box-shadow: 0 0 6px #ffb166;
}
.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: #272932;
  height: 38px;
  padding: 8px 12px;
  background: white;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 100;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
#card-number.braintree-hosted-fields-focused,
#expiration-date.braintree-hosted-fields-focused,
#cvv-input.braintree-hosted-fields-focused {
  border: 1px solid #ff7d00;
}
#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 #ff7d00;
}

/* END BrainTree Inputs */

.rf-input .rf-req {
color: #f7412d !important;
}

label.rf-label span.label-text {
    font-size: 16px;
}

.normal {
    font-size: 16px;
}

.rf-feedback-alert.rf-feedback-alert-sm h3 {
    padding-top: 1px;
    color: #ffffff !important;
}

.rf-feedback-alert.rf-feedback-alert-sm p {
    color: #ffffff !important;
}

.rf-feedback-alert.success.rf-feedback-alert-sm {
    background: #f7412d;
}

.rfwf-errors ul {
    text-align: center;
    margin-top: -20px;
}

.rfwf-errors {
    position: relative;
    background-color: #feddd9;
    border: none !important;
    padding: 0px;
    margin-bottom: 0px;
}

a, a:link, a:visited {
    text-decoration: none;
    cursor: pointer;
}

.info20-branding .content .header-bottom ul li {

}

.rf-org-footer-container {
    text-align: center;
    font-size: 12px;
}

#workflow-login-page .md-frame .md-frame-body {
    min-height: 212px;
}

.md-frame.create-account-frame h2 {
    font-weight: bold;
}

.md-frame.login-frame h2 {
    font-weight: bold;
}

.md-frame-footer {
    padding-top: 10px !important;
}

button.mdBtnR.mdBtnR-primary.input-aligned-label {
    margin-top: 36px;
    min-height: 38px;
}

div#confirmbuttons {
    position: relative;
    margin-left: 34%;
    margin-right: 30%;
}


ul.social-icons img {
    height: 30px !important;
    width: 30px !important;
}

div#hotelbutton {
    display: flex;
    justify-content: center;
}

div#dashboardbutton {
    display: flex;
    justify-content: center;
}

.rf-text-container span {
font-weight: 600 !important;
}

.rf-subheader h3 {
    color: #000000 !important;
}

.rf-card {
max-width: 1200px !important;
}

.rfwf-dashboard.rfwf-attendee-dashboard .card-header .rfSI{
display: block !Important;
}

div#hotels h4 {
    text-align: center;
}

div#hotels h5 {
    text-align: center;
    font-weight: 300;
}

div#hotels h6 {
    text-align: center;
    font-weight: 300;
}
span.rf-req {
    color: red!important;
}
li
{
    list-style-position:inside;
}

/* fix for checkbox and labels being off in chrome, firefox and edge*/
.checkbox span {
    vertical-align: middle!important;
}
.checkbox input[type="checkbox"] {
    align-self: center !important;
    vertical-align: middle !important;
    position: static !important;

}
.checkbox {
    margin-left: -33px;
}
.checkbox span {
    padding-left: 10px;
}
/* this is to possibly mitigate the left border being cut-off in Chrome*/
.rf-dropdown-container {
    padding-left: 1px;
}
/* fix top border of quantity dropbox on order page from being cut off*/
.orders-page .rf-dropdown-container {
    padding-top: 1px;
}
/*mitigate border being cut off on top and bottom of drop-down fields*/
.rf-dropdown-container {
    padding-top: 1px;
    padding-bottom: 1px;
}
/* fix password reset branding */
.rf-feedback-alert.success.rf-feedback-alert-sm span {
    color: white!important;
}
.rf-feedback-alert.success.rf-feedback-alert-sm {
    background-color: #ff4d00!important;
}
.rf-feedback-alert.success {
    border-color: #ff4d00!important;
}


/* bulkpackages branding */
.item-card .card-header {
    background: #ff7d00;
}

.rfG-xs-100 a {
    color: #ff7d00!important;
    font-size: 18px;
}

span.wf-headline {
    float: left;
}

.rfG-row.workflow-header-default p {
    padding-top: 40px;
}
.rfSI[title~="Return"] {
    float: left;
    margin-top: 14px;
}
span.wf-headline {
    padding-top: 10px;
}

/* My Account Page Edits - Sean */
div#participantPage .rfwf-full-panel.rfwf-account-orders button.mdBtnR.mdBtnR-outline-primary {
    display: none;
}
div#participantPage .rfwf-full-panel.rfwf-account-orders span.mdBtnR-text {
    font-weight: 600!important;
}
div#wf-temp_a1583346635837 {
    float: left;
}
div#participantPage button.mdBtnR.mdBtnR-primary.mdBtnR-icon span.mdBtnR-text {
    font-weight: 600!important;
}
div#participantPage button.mdBtnR.mdBtnR-primary.mdBtnR-icon svg {
    display: none;
}
div#participantPage span.mdBtnR-text {
    padding-left: 10px;
    padding-bottom: 2px;
}
div#participantPage button.mdBtnR.mdBtnR-primary.mdBtnR-icon {
    padding-right: 0;
    padding-left: 10px;
  	float: right;
}
div#participantPage .rf-text-container {
    float: left;
}
div#participantPage .rf-text-container h1 span{
    font-size: 43px!important;
    font-weight: lighter!important;
    color: #ff7d00;
}
div#participantPage input.mdBtnR.mdBtnR-primary {
    float: right;
    margin-top: 81px;
    font-size: 13px!important;
}
.mdBtnR .mdBtnR-text {
    font-weight: 700;
}

/* Confirmation page edits - Sean */
div#dashboardbutton {
    display: none;
}
div#special-div p.rf-subheader {
    margin-bottom: -68px!important;
}
/* Login page edits - Sean */
.rfwf-full-panel.rfwf-login-page .rf-feedback-alert.rf-feedback-alert-sm h3 {
    color: #d93b20!important;
}
/* fix lines around the top of drop-down containters */
.rf-dropdown-container {
    padding-top: 1px!important;
}

/*Sean's edits to confirmation page screen */
.rfwf-full-panel.rfwf-confirmation-contact-info {
    display: none;
}
.rfwf-full-panel.rfwf-confirmation-summary {
    display: none;
}
.rfwf-full-panel.rfwf-confirmation-custom {
    padding: 0px;
}
.pull-right {
    display: none;
}
.rfwf-full-panel.rfwf-confirmation-buttons .rfwf-panel-interior {
    justify-content: center;
    display: flex;
}

/* Katie edits for virtual */
.rf-body body, body.rf-body {
 background: #373737 !important; 
}

.info20-branding {
  background: #000 !important;
}

.info20-branding .content, .info20-branding .content .header-bottom {
 background-color: #000;
  color: #fff;
}

.b-stripe {
  border-bottom: solid 10px #fff;
}

.info20-branding .content .header-bottom {
  border-bottom: solid 1px rgba(255,255,255,.35);
}

.info20-branding .content .header-bottom ul li {
 color: #fff !important; 
}

.md-frame {
  background-color: #373737;
  color: #fff;
  border: none;
}

.md-frame .md-frame-header h2, .rfComp-canvas p, .rf-label-only > label span:first-of-type, .rf-label-only > label .label-text, .rf-label-only .rf-label span:first-of-type, .rf-label-only .rf-label .label-text, .rf-input > label span:first-of-type, .rf-input > label .label-text, .rf-input .rf-label span:first-of-type, .rf-input .rf-label .label-text, .rf-search-input > label span:first-of-type, .rf-search-input > label .label-text, .rf-search-input .rf-label span:first-of-type, .rf-search-input .rf-label .label-text, .rf-icon-input > label span:first-of-type, .rf-icon-input > label .label-text, .rf-icon-input .rf-label span:first-of-type, .rf-icon-input .rf-label .label-text, .rf-single-select > label span:first-of-type, .rf-single-select > label .label-text, .rf-single-select .rf-label span:first-of-type, .rf-single-select .rf-label .label-text, .rf-multi-select > label span:first-of-type, .rf-multi-select > label .label-text, .rf-multi-select .rf-label span:first-of-type, .rf-multi-select .rf-label .label-text, .rf-select2-override > label span:first-of-type, .rf-select2-override > label .label-text, .rf-select2-override .rf-label span:first-of-type, .rf-select2-override .rf-label .label-text, .rf-toggle > label span:first-of-type, .rf-toggle > label .label-text, .rf-toggle .rf-label span:first-of-type, .rf-toggle .rf-label .label-text, .rf-textarea > label span:first-of-type, .rf-textarea > label .label-text, .rf-textarea .rf-label span:first-of-type, .rf-textarea .rf-label .label-text, .rf-day-picker > label span:first-of-type, .rf-day-picker > label .label-text, .rf-day-picker .rf-label span:first-of-type, .rf-day-picker .rf-label .label-text, .rf-scale-matrix > label span:first-of-type, .rf-scale-matrix > label .label-text, .rf-scale-matrix .rf-label span:first-of-type, .rf-scale-matrix .rf-label .label-text, .rf-survey-scale > label span:first-of-type, .rf-survey-scale > label .label-text, .rf-survey-scale .rf-label span:first-of-type, .rf-survey-scale .rf-label .label-text, .rf-star-selector > label span:first-of-type, .rf-star-selector > label .label-text, .rf-star-selector .rf-label span:first-of-type, .rf-star-selector .rf-label .label-text, .rf-date-picker > label span:first-of-type, .rf-date-picker > label .label-text, .rf-date-picker .rf-label span:first-of-type, .rf-date-picker .rf-label .label-text, .rf-read-only > label span:first-of-type, .rf-read-only > label .label-text, .rf-read-only .rf-label span:first-of-type, .rf-read-only .rf-label .label-text, .rf-button-link > label span:first-of-type, .rf-button-link > label .label-text, .rf-button-link .rf-label span:first-of-type, .rf-button-link .rf-label .label-text, .rf-nps-question > label span:first-of-type, .rf-nps-question > label .label-text, .rf-nps-question .rf-label span:first-of-type, .rf-nps-question .rf-label .label-text, .rf-upload-file > label span:first-of-type, .rf-upload-file > label .label-text, .rf-upload-file .rf-label span:first-of-type, .rf-upload-file .rf-label .label-text, .rf-horizontal-label > label span:first-of-type, .rf-horizontal-label > label .label-text, .rf-horizontal-label .rf-label span:first-of-type, .rf-horizontal-label .rf-label .label-text {
  color: #fff;
}

a, a:link, a:visited {
  color: #00a9bb;
}

.rf-org-footer-container {
  background-color: #373737;
  padding-top: 40px;
  color: #fff;
  border-top: solid 1px rgb(255,255,255,.25);
}

.mdBtnR-primary, button.mdBtnR-primary, a.mdBtnR-primary {
   background-color: #009abb;
  border-color: #009abb;
}
  
.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 {
 background-color: #008D9D;
  border-color: #008D9D;
}

#workflow-login-page .md-frame-footer a {
  color: #fff;
}

#workflow-login-page .rfwf-panel-interior {
  padding-top: 40px;
}


.rf-select select, .rf-select select:not([multiple]), .rf-select select option, .rf-select select:not([multiple]) option {
color: #000;
  background-color: #eaeaea;
  border-radius: 0;
}

.smart-form input:not([type="checkbox"]):not([type="radio"]):not(.mdBtnR), .form-control input:not([type="checkbox"]):not([type="radio"]):not(.mdBtnR), .rf-select input:not([type="checkbox"]):not([type="radio"]):not(.mdBtnR) {
  border-radius: 0;
}

.rf-input input:not([type="checkbox"]):not([type="radio"]):not(.mdBtnR), .rf-input textarea {
  background-color: #eaeaea;
}

.rf-select select, .rf-select select:not([multiple]), .smart-form input:not([type="checkbox"]):not([type="radio"]):not(.mdBtnR), .form-control input:not([type="checkbox"]):not([type="radio"]):not(.mdBtnR), .rf-select input:not([type="checkbox"]):not([type="radio"]):not(.mdBtnR) {
    color: #444;
    background-color: #eaeaea;
    -webkit-border-radius: 0;
    -moz-border-radius:0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0 !important
}

.rfComp-canvas *, #rf-content {
    outline: 0 !important;
    outline: none !important;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #ffffff;
    line-height: 1.4em;
    vertical-align: baseline;
    font-weight: 400;
    font-size: ;
}
.rfComp-canvas h1, .rfComp-canvas h2, .rfComp-canvas h3, .rfComp-canvas h4, .rfComp-canvas h5, .rfComp-canvas h6 {
    color: #fff;
    font-weight: 600;
}
.rfComp-canvas select {
  color: #f9f9f9;
}

.rf-workflow-header {
  background-color: #000 !important;
  color: #fff;
}

.rf-feedback-alert.danger p span, .modal-body .rf-input .rf-label .label-text {
  color: #444 !important;
}

.modal-body .rf-input > label {
color: #fff !important;
}
