/*===============================================
  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: #20A4FF;
}

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

/*=============================================*/
/*
/*  # Reset
/*  Workflow and Widget Reset
/*
/*=============================================*/
.rfComp-canvas,
#rf-content {
  outline: 0 !important;
  outline: none !important;
  font-family: "Source Sans Pro", sans-serif;
  color: #272932;
  line-height: 1.4em;
  vertical-align: baseline;
  font-weight: 400;
  font-size: 14px;
}
.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: "Source Sans Pro", sans-serif;
  font-weight: 400;
    /*
		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,
#rf-content h1,
#rf-content h2,
#rf-content h3,
#rf-content h4,
#rf-content h5,
#rf-content h6 {
  color: #20A4FF !important;
  font-weight: 800 !important;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.rfComp-canvas p,
#rf-content p {
  font-family: "Source Sans Pro", sans-serif;
  color: #272932;
}
.rfComp-canvas a,
#rf-content a {
  font-family: "Source Sans Pro", sans-serif;
  cursor: pointer;
  color: #20A4FF;
}
.rfComp-canvas a:hover, .rfComp-canvas a:focus, .rfComp-canvas a:active,
#rf-content a:hover,
#rf-content a:focus,
#rf-content a:active {
  font-family: "Source Sans Pro", sans-serif;
  color: #079aff;
}
.rfComp-canvas ul,
.rfComp-canvas ol{
  margin: 0;
  padding: 0;
}
.rfComp-canvas strong,
.rfComp-canvas b,
#rf-content strong,
#rf-content b {
  font-weight: 600;
}
.rfComp-canvas i,
.rfComp-canvas em,
#rf-content i,
#rf-content 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: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.md-frame .md-frame {
  margin-top: 20px;
}
.md-frame .md-frame-header {
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -ms-border-radius: 2px 2px 0 0;
  -o-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  padding: 8px 16px;
  border-bottom: 1px solid #CCC;
}
.md-frame .md-frame-header h2 {
  color: #20A4FF;
  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: #20A4FF;
  color: white;
}
.md-frame.md-frame-primary .md-frame-header {
  background-color: #20A4FF;
  border-bottom-color: #20A4FF;
  -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-body {
  padding: 16px;
}
.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-color: white;
  border-color: 2px solid #CCC;
  color: #20A4FF;
}
.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: #20A4FF;
}
.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: #20A4FF;
  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: #20A4FF;
}
.rfSI svg:hover, .rfSI svg:active, .rfSI svg:focus {
  fill: #20A4FF;
}
.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: #20A4FF;
  fill: none;
}

/* END Iconography */
/*=============================================*/
/*
/*  # Buttons
/*
/*=============================================*/
.mdBtnR {
  padding: 10px 60px !important;
  font-weight: 800;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.mdBtnR:hover, .mdBtnR.hover, .mdBtnR:focus, .mdBtnR.focus, .mdBtnR:active, .mdBtnR.active {
  background-color: #E436AC;
  border: 2px solid #E436AC;
}
.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-family: "Montserrat", sans-serif !important;
  font-weight: 800 !important;
}
.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 #E436AC;
  color: #E436AC;
  font-weight: 700;
}
.mdBtnR-toggle .mdBtnR + .rfSI {
  margin-left: 12px;
}
.mdBtnR-toggle .mdBtnR.active {
  font-weight: 600;
  background-color: #E436AC;
  border-color: #E436AC;
  color: white;
}

.mdBtnR-primary,
button.mdBtnR-primary,
a.mdBtnR-primary {
  color: white;
  background-color: #E436AC;
  border-color: #E436AC;
}
.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: #cd319b;
  background-image: none;
  border-color: #cd319b;
}
.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: #E436AC;
  background-image: none;
  border-color: #E436AC;
}

.mdBtnR-primary-open,
.mdBtnR-outline-primary {
  color: #E436AC;
  background-color: white;
  border-color: #E436AC;
}
.mdBtnR-primary-open .mdBtnR-text,
.mdBtnR-outline-primary .mdBtnR-text {
  color: #E436AC;
}
.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: #E436AC;
  background-color: #fcebf7;
  background-image: none;
  border-color: #E436AC;
}
.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: #E436AC;
  background-color: white;
  background-image: none;
  border-color: #E436AC;
}
.mdBtnR-primary-open.mdBtnR-adv .rfSI svg,
.mdBtnR-outline-primary.mdBtnR-adv .rfSI svg {
  fill: #E436AC;
}

.mdBtnR-secondary,
button.mdBtnR-secondary,
a.mdBtnR-secondary {
  color: #E436AC;
  background-color: white;
  border-color: #E436AC;
}
.mdBtnR-secondary .mdBtnR-text,
button.mdBtnR-secondary .mdBtnR-text,
a.mdBtnR-secondary .mdBtnR-text {
  color: #E436AC;
}
.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: #E436AC;
  background-color: #fcebf7;
  background-image: none;
  border-color: #E436AC;
}
.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: #E436AC;
  background-color: white;
  background-image: none;
  border-color: #E436AC;
}

.mdBtnR-white {
  color: #E436AC;
  background-color: white;
  border-color: white;
}
.mdBtnR-white .mdBtnR-text {
  color: #E436AC;
}
.mdBtnR-white:hover, .mdBtnR-white.hover, .mdBtnR-white:focus, .mdBtnR-white.focus, .mdBtnR-white:active, .mdBtnR-white.active {
  color: #E436AC;
  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: #E436AC;
  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: #20A4FF;
  color: #20A4FF;
}
.rf-pill-open .rf-pill-text {
  color: #20A4FF;
}

.rf-pill-primary {
  background-color: #20A4FF;
  border-color: #20A4FF;
  color: white;
}
.rf-pill-primary .rf-pill-text {
  color: white;
}

.rf-pill-primary-open {
  background-color: transparent;
  border-color: #20A4FF;
  color: #20A4FF;
}
.rf-pill-primary-open .rf-pill-text {
  color: #20A4FF;
}

.rf-pill-white {
  fill: #20A4FF;
  background-color: white;
  border-color: white;
  color: #20A4FF;
}
.rf-pill-white .rfSI {
  fill: #20A4FF;
}
.rf-pill-white .rfSI svg {
  fill: #20A4FF;
}
.rf-pill-white .rf-pill-text {
  color: #20A4FF;
}

.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: 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: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.rf-default-modal .modal-content .modal-header,
.modal .modal-content .modal-header {
  color: #20A4FF;
  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: #20A4FF;
}
.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: #272932;
}
.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: #20A4FF;
  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: #20A4FF;
}
.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: #20A4FF !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: #e9f6ff;
}
.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 #20A4FF !important;
  border-top-color: #CCC;
  color: #20A4FF;
  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: #20A4FF;
}
.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: #e9f6ff;
}
.rf-table-container .rf-table .table-body .table-row .show-actions:hover + .main-actions {
  background-color: #e9f6ff;
}
.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: #e9f6ff;
}
.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 {
  padding-bottom: 16px;
  padding-top: 8px;
}
.rf-input input,
.rf-input textarea {
  /* Actual input and textarea styling */
  margin-top: 4px;
  font-size: 16px;
  border: 1px solid #CCC;
  color: #272932 !important;
  height: auto;
  padding: 8px 12px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.rf-input input:hover, .rf-input input:active, .rf-input input:focus,
.rf-input textarea:hover,
.rf-input textarea:active,
.rf-input textarea:focus {
  /* Input and textarea hover, active, focused state styling */
  border-color: #20A4FF;
}
.rf-input input {
  height: auto !important;
}

/* END Input */
/*=============================================*/
/*
/*  # Text Area
/*
/*=============================================*/
.rf-textarea {
  padding-bottom: 16px;
  padding-top: 8px;
}
.rf-textarea input,
.rf-textarea textarea {
  /* Actual input and textarea styling */
  margin-top: 4px;
  font-size: 16px;
  border: 1px solid #CCC;
  color: #272932 !important;
  height: auto;
  padding: 8px 12px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.rf-textarea input:hover, .rf-textarea input:active, .rf-textarea input:focus,
.rf-textarea textarea:hover,
.rf-textarea textarea:active,
.rf-textarea textarea:focus {
  /* Input and textarea hover, active, focused state styling */
  border-color: #20A4FF;
}
.rf-textarea textarea {
  min-height: 100px;
  resize: vertical;
  transition: none !important;
}

/* END Text Area */
/*=============================================*/
/*
/*  # Select Dropdown
/*
/*=============================================*/
/*=============================================*/
/*
/*  # 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: #20A4FF;
}
.rf-radio-option input[type=radio]:checked ~ .check {
  border-color: #20A4FF;
}
.rf-radio-option input[type=radio]:checked ~ .check::before {
  background: #20A4FF;
}
.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: #20A4FF;
  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: #79c8ff;
}

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

/* 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: #79c8ff;
}
.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: #20A4FF;
  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: #20A4FF;
}
.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: #20A4FF;
}

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

/* END File Upload */
/*=============================================*/
/*
/*  # Date Picker
/*
/*=============================================*/
.rf-date-picker {
  padding-bottom: 16px;
  padding-top: 8px;
}
.rf-date-picker input,
.rf-date-picker textarea {
  /* Actual input and textarea styling */
  margin-top: 4px;
  font-size: 16px;
  border: 1px solid #CCC;
  color: #272932 !important;
  height: auto;
  padding: 8px 12px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.rf-date-picker input:hover, .rf-date-picker input:active, .rf-date-picker input:focus,
.rf-date-picker textarea:hover,
.rf-date-picker textarea:active,
.rf-date-picker textarea:focus {
  /* Input and textarea hover, active, focused state styling */
  border-color: #20A4FF;
}
.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: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
#card-number.braintree-hosted-fields-focused,
#expiration-date.braintree-hosted-fields-focused,
#cvv-input.braintree-hosted-fields-focused {
  border: 1px solid #20A4FF;
}
#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 #20A4FF;
}

/* END BrainTree Inputs */

