@font-face {
  font-family: 'Roboto';
  src: url('https://static.rainfocus.com/informatica/info2020/static/staticFile/staticfile/Roboto-Regular_1586809470918001SLto.eot');
  src: url('https://static.rainfocus.com/informatica/info2020/static/staticFile/staticfile/Roboto-Regular_1586809470918001SLto.eot?#iefix') format('embedded-opentype'),
       url('https://static.rainfocus.com/informatica/info2020/static/staticFile/staticfile/Roboto-Regular_1586809471534001S9Mk.svg#Roboto-Regular') format('svg'),
       url('https://static.rainfocus.com/informatica/info2020/static/staticFile/staticfile/Roboto-Regular_1586809472128001Sad3.woff') format('truetype'),
       url('https://static.rainfocus.com/informatica/info2020/static/staticFile/staticfile/Roboto-Regular_1586809472128001Sad3.woff') format('woff'),
       url('https://static.rainfocus.com/informatica/info2020/static/staticFile/staticfile/Roboto-Regular_1586809472414001S8d9.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

body {
position: relative;
min-height: 100vh;
z-index: 1;
}

html {
background-color: #000;
position: relative;
}

@-webkit-keyframes spinX
{  
0%   {-webkit-transform: rotateX(0deg); -webkit-transform-origin: 0% 50% 0;}  
100% {-webkit-transform: rotateX(360deg); -webkit-transform-origin: 0% 50% 0;}  
}
@keyframes spinX
{  
0%   {transform: rotateX(0deg); transform-origin: 0% 50% 0;}  
100% {transform: rotateX(360deg); transform-origin: 0% 50% 0;}  
}


/*===============================================
  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: "Roboto", Helvetica, Arial, sans-serif;
  color: #fff;
  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: $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: 500;
}
.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: -108px;
  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;
box-shadow: none !important;
}
.rf-card .card-header {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(255,255,255,.25);
  padding: 8px 20px 8px 0;
color: #fff;

}
.rf-card .card-header.card-header-primary {
  background: transparent;
}
.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: transparent;
  padding: 20px;
  border: none;
  border-top: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.rf-card .card-body.has-rows {
  padding: 0;
}
.rf-card .card-body .card-body-row {
  padding: 10px 0;
  font-size: 13px;
  border-bottom: none;
border-right: solid 10px transparent;
}
.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: #ff4d00;
  background-color: white;
  border-color: #ff4d00;
}
.mdBtnR-primary-open .mdBtnR-text,
.mdBtnR-outline-primary .mdBtnR-text {
  color: #ff4d00;
}
.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: #00a9bb !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: #000;
  -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: #000;
}
.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 #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;
  color: #fff;
}

/* 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: 100%;
}
.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: #009abb;
}
.rf-checkbox .rfSI svg:hover, .rf-checkbox .rfSI svg:active, .rf-checkbox .rfSI svg:focus {
  fill: white;
}
.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 {
    color: #001AFF;
    text-decoration: none;
    cursor: pointer;
}

.info20-branding .content .header-bottom ul li {
    color: #001AFF !important;
}

.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%;
}

.rfwf-full-panel.rfwf-confirmation-buttons { 
display: none;
}

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: 100% !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;
}

div#hotelbutton a, a:link, a:visited {
    color: white;
}

div#hotelbutton{
    margin: 0 auto; 
}

div#hotels3 h4 {
    text-align: center;
}
/* 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;
}
/* Sean's edits */
div#ordersum, #hotels1, #hotels3, #attendeeDetails, #scheduled, #hotelreservation, #bulkpackages, #sessioncatalog, #accountInfo{

}
.rfSI svg {
    fill: #009abb !important;
}  
  

/*Anja edits*/
.raised-card {
     position: relative;
     background-color: #fff;
     color: #58585b;
     /* border: 1px solid #dfdfdf;*/
     border-radius: .25rem;
     /* box-shadow: 0 10px 24px -6px rgba(0, 0, 0, 0.25); */
     margin-bottom: 20px;
  width: 130px;
  height:130px;
}
.raised-card img{
 width:100%;
  height:100%;
  padding: 30px;
}

h2 {
    padding-left: 10px;
    padding-top: 15px;
    color: #fff!important;
  font-weight: 500px!important;
}
.rf-card .card-body {
    height: auto;
min-height: 200px;
}
.rfG-row {
       margin-right: -200px;
  
}
.raised-card {
    margin-top: -10px;
}


.order-details-card {
    margin-left: 0px;
}
.rfG-md-100.rfG-lg-50.order-summary-notes {
    margin-left: 100px;
}
.rfG-md-100.rfG-lg-50.order-summary {
    margin-left: 100px;
}
div#hotelreservation .card-controls {
    display: none;
}



/* Marcus' Fixes Begin! */

.rfG-row {
  margin-right: auto;
  margin-left: auto;
}

.social-icon-links {
  width: 130px;
}

@media (max-width: 768px) {
  .rf-org-header-container .banner-img {
    justify-content: flex-end!important;
  }
}

/* Marcus' Fixes End :( */

.thumbnail {
  min-height: 150px;
  background-color: #eaeaea;
background-size: cover;
background-repeat: no-repeat;
background-position: left center;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
margin-bottom: 5px;
}

/* Katie edits for virtual */
.rf-body body, body.rf-body {
 background: #373737 !important; 
}

.info20-branding {
  background: #2a2a2a !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 {
  padding-bottom: 60px;
}

.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: 40px 0 60px 0;
  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-input input:not([type="checkbox"]):not([type="radio"]):not(.mdBtnR), .rf-input textarea {
  background-color: #eaeaea;
}

.rf-org-footer-container a, a:link, a:visited {
  color: #009abb;
}

.rf-card .card-header {
  border-radius: 0;
}

div#ordersum, #hotels1, #hotels3, #attendeeDetails, #scheduled, #hotelreservation, #bulkpackages, #sessioncatalog, #accountInfo {
  background-color: #373737;
}


h1.rfwf-title {
color: #fff !important;
text-transform: uppercase;
letter-spacing: 1px;
}

#attendeeDetails h1 {
display: none;
}

.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), .rf-select select, .rf-select select:not([multiple]), .rf-select .rf-dropdown-container .rf-dropdown-trigger {
border-radius: 0;
background-color: #eaeaea;
color: #000;
}

.intro {
background-color: #000;
margin-top: -140px;


}

.rfwf-full-panel.attendeedash {
padding-top: 0;

}

.intro-welcome {
width: 60%;

}


.intro-welcome, 
.intro-welcome > * {
text-align: left !important;
}

.rfComp-canvas .intro p {
line-height: 24px;
}

.bg-holder {
width: 40%;
box-sizing: border-box;
background-image: url(https://static.rainfocus.com/informatica/info2020/static/staticFile/staticfile/h01v2-claireview-logo_1586906605196001J2Vm.png);
background-position: left center;
background-repeat: no-repeat;
background-size: cover;
}

.rfwf-header-title {
display: flex;
box-sizing: border-box;
flex-direction: row;
padding-left: 10px;
}

.rfwf-header-title > div {
box-sizing: border-box;
padding: 40px 40px 40px 0;
}

.carousel, .carousel2 {
display: flex;
flex-direction: row;
}

.carousel div.card-body-row, .carousel2 div.card-body-row {
width: 20%;
}

.rfwf-full-panel .rfwf-panel-interior .rfwf-panel-interior {
padding: 0;
}

.btn-holder {
  cursor: pointer;
  position: absolute;
  top: 12px;
  width: auto;
  padding: 0;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
z-index: 100;
  right: 10px;
}

.btn-holder a {
  font-size: 24px;
}

.address-details {
  display: none;
}

div.carousel:not(.active),
div.carousel2:not(.active) {
    display: none;
}

div.carousel.active, 
div.carousel2.active {
display: flex;
}

.schedule-time-details {
margin-top: auto !important;
display: none;
}

.rf-pill {
display: block;
padding-left: 0;
margin-left: 0;
letter-spacing: 1px;
}

.carousel > .card-body-row > a, .carousel2 > .card-body-row > a {
display: flex;
flex-direction: column;
}


.rf-card.all-sessions-card .carousel a h6, 
.rf-card.all-sessions-card .carousel2 a h6 { 
color: #009abb !important;
padding: 5px 0 10px 0;
font-size: 14px;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 700;
}

.header-bottom .container {
padding: 0 33px;
}


/** Media Queries to Fire Scripts Start **/
#mobile-find, #tablet-find {
display: none;
}

@media only screen and (max-width: 1200px) {
#tablet-find {
display: inline;
}

#desktop-find {
display: none;
}


.carousel div.card-body-row, .carousel2 div.card-body-row {
width: 33%;
}

}

@media only screen and (max-width: 700px) {
#mobile-find {
display: inline;
}
#tablet-find {
display: none;
}

.carousel div.card-body-row, .carousel2 div.card-body-row {
width: 100%;
}

.thumbnail {
height: 200px;
}

}


/** Media Queries to Fire Scripts End **/


.top-nav img {
width: 20px;
display: block;
padding: 5px;
background: #ff7d00;
border-radius: 50%;
}


.top-nav ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
margin-top: 20px;
margin-bottom: 0;
}

.top-nav li:not(last-of-type) {
margin-right: 10px;
}
.top-nav .container {
    max-width: 1550px;
    margin: 0 auto;
padding: 0 33px;
}

#account-info .modal-content {
background-color: #373737;
}

#account-info .modal-header {
display: none;
}

#account-info .modal-body {
padding: 0;
}

#account-info .modal-body .row, #account-info .modal-body .col-md-12 {
padding: 0;
width: 100%;
margin-left: 0;
}

.attendeedash {
background-color: #000;
}

.banner-img {
display: none;
}

.login-body .top-nav ul, .login-body .header-bottom ul {
display: none;
}

.login-body .info20-branding .content .header-bottom {
padding-bottom: 20px;
}

.login-body {
display: flex;
flex-direction: column;
}

#rf-content {
flex-grow: 100;
background-color: #000;
}

.login-body .rf-feedback-alert.danger {
background-color: #ff7d00;
color: #fff;
border-radius: 0;
}

.login-body .rf-feedback-alert.rf-feedback-alert-sm a, .login-body .rf-feedback-alert.rf-feedback-alert-sm a:hover {
color: #fff;
}

.login-body .rfSI svg {
fill: #fff !important;
}

.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 {
box-shadow: none;
background-color: #eaeaea;
}

#login-form h2 {
text-transform: uppercase;
letter-spacing: 1px;
}

#forgotPw-modal .label-text, #forgotPw-modal .modal-title {
color: #444 !important;
}

#forgotPw-modal .modal-title {
text-transform: uppercase;
letter-spacing: 1px;
}

.login-frame {
background-color: #595959;
}

.top-nav .row li:last-of-type a {
padding-right: 0 !important;
}

#scheduletest .schedule-time-details {
display: none !important;
}

#scheduletest .schedule-time-details .rf-pill {
display: none !important;
}

.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 {
    background-color: #ff4d00;
    border: 2px solid #ff4d00;
}

.mdBtnR:hover span, .mdBtnR.hover span, .mdBtnR:focus span, .mdBtnR.focus span, .mdBtnR:active span, .mdBtnR.active span {
    color: #fff;
}


.rf-card .card-body.next-content {
padding: 0;
margin-top: 10px;
}

.next-content > div:nth-child(even) {
background-color: #373737;
}

.next-content > div:nth-child(odd) {
background-color: #595959;
}


.next-content > div >  h3 {
padding: 20px;
margin: 0;
}

div.inner {
    display: none;
    padding: 20px;
    background-color: #EAEAEA;
    color: #02080e;
    margin-bottom: 2px;
color: #444;
}

div.inner p {
color: #444;
}

div.inner h3 {
color: #009abb !important;
}

div.inner.active-accordian {
    display: block;
}

span.hash {
color: #ff4d00;
font-weight: bold;
font-size: 16px !important;
}

.header-bottom-mobile {
  display: none;
}

.header-bottom-mobile .row {
display: flex;
flex-direction: row;
padding: 20px;
align-content: center;
}

.header-bottom-mobile img {
 width: 70%;
  max-width: 320px;
}

.mobile-nav {
  width: 30%;
text-align: right;
align-self: center;
  flex-grow: 1;
display: none;
}

.mobile-nav span {
  -webkit-transform: scale(2,1);
    -moz-transform: scale(2,1);
    -ms-transform: scale(2,1);
    -o-transform: scale(2,1);
    transform: scale(3,2);
    display: inline-block;
  padding-right: 10px;
cursor: pointer;
}

.mobile-nav span:not(.menu-action) {
display: none;
}

.header-bottom-mobile .row ul {
  margin-left: 0;
  padding: 10px;
  background-color: #373737;
  width: 100%;
border-top: solid 1px rgba(255,255,255,.25);
}

.header-bottom-mobile .row ul.no-show {
 display: none; 
}

.header-bottom-mobile .row ul li {
  padding: 10px 0;
}


@media only screen and (max-width: 700px) {
a.next {
margin-left: 15px;
}

.header-bottom ul {
display: none;
}

.intro-welcome {
    width: 100%;
}

.bg-holder {
display: none;
}

.info20-branding .content .header-bottom {
border: none !important;
}

.rfwf-header-title > div {
padding: 20px;
}
}

@media only screen and (max-width: 1450px) {

.header-bottom {
  display: none;  
  }
  
.header-bottom-mobile {
  display: block;
  }
.intro {
  margin-top: 0;
  }
  
}

#preloader {
  position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000;
z-index: 1000;
}

#preloader:after {
    position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000;
z-index: 1001;
 background-image: url(https://static.rainfocus.com/informatica/info2020/static/staticFile/staticfile/tri_1587763416318001Dzf4.png);
background-repeat: no-repeat;
background-position: center center;
content: '';
-webkit-animation: spinX 3s infinite;
animation: spinX 3s infinite; 
}



div.accord-wrap {
cursor: pointer;
}

.my-survey-list-card .card-body:first-child {
  padding: 20px;
  text-align: center;
}

.card-survey-incomplete-header, .card-survey-completed-header {
  color: #009abb !important;
padding: 5px 0 0 0 !important;
font-size: 14px !important;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 700 !important;
}

.card-survey-completed-header {
color: #999 !important;
}


.my-survey-list-card .rf-table-container .rf-table .table-body .table-row > div {
padding: 10px 0;
text-transform: uppercase;
font-size: 14px;
font-weight: bold;
letter-spacing: 1px;
}

.rfwf-dashboard .my-survey-list-card .rf-table-container .rf-table .table-body .table-row:last-child,
.rfwf-dashboard .my-survey-list-card .rf-table-container .rf-table .table-body .table-row:first-child {
  border: none;
}

.rfwf-dashboard .my-survey-list-card .rf-table-container .rf-table .table-body .table-row {
border-top: solid 1px rgba(255,255,255,.25) !important;
  border-bottom: solid 1px rgba(255,255,255,.25) !important;
}

.rf-table-container .rf-table .table-body .table-row:hover {
  background: transparent;
}

.survey-questions-container h1, .survey-questions-container label, .survey-questions-container ul, 
.survey-questions-container li {
  color: #fff;
}

.mdBtnR .mdBtnR-text, .mdBtnR.mdBtnR-add-a-thing .mdBtnR-text {
vertical-align: top;
color: #009abb;
}

.card-body-row .mdBtnR {
border: none;
}

.mdBtnR .mdBtnR-text:hover, .mdBtnR.mdBtnR-add-a-thing .mdBtnR-text:hover, .card-body-row .mdBtnR:hover, .card-body-row .mdBtnR:focus, .card-body-row .mdBtnR:visited {
background-color: transparent;
border: none;
}

.webinar.webinar-link div.thumbnail, .carousel .card-body-row > p  {
  display: none;
}

a.webinar.webinar-link {
background-color: #009abb;
color: #fff;
display: block;
width: 100%;
text-align:center;
text-transform: uppercase;
margin-top: 10px;
padding: 6px 16px;
box-sizing: border-box;
font-weight: bold;
letter-spacing: 1px;
}

.mdBtnR > .rfSI:first-child, a.mdBtnR > .rfSI:first-child {
margin-left: 0;
}

.mdBtnR.mdBtnR-add-a-thing.mdBtnR-adv span.mdBtnR-text {
display: none;
}

.mdBtnR.mdBtnR-add-a-thing.mdBtnR-adv:after {
display: inline-block;
content: "WATCH TRAILER";
vertical-align: top;
color: #fff;
font-weight: 400 !important;
font-size: 13px;
letter-spacing: 1px;
margin-top: -2px;
}

.intro-welcome h2 {
  padding: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
}

#clock, #clock span,
#clockemea, #clockemea span,
#clockjpnapac, #clockjpnapac span{
  font-weight: bold;
  color: #ff7d00;
  font-size: 24px;
}


.rfSI svg {
fill: #ff7d00 !important;
}


.rf-card .card-header.game-header {
 color: #fff;
  background-color: #595959;
padding-left: 20px;
}
.rfComp-canvas h3.card-header-title {
font-size: 24px;
}

.card-header-title::before {
    content: "///";
    color: #ff7d00;
    padding-right: 10px;
}

/*
 * jQuery FlexSlider v2.5.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.slides > li {
min-height: 300px;
box-sizing: border-box;
} 

.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
background-size: cover;
background-position: center center;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 40px 0;
  background: #ffffff;
  border: none;
  position: relative;
  zoom: 1;
 
}
.flexslider .slides {
  zoom: 1;
display: flex;
}
.flexslider .slides img {
  height: auto;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 10px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(255, 255, 255, 0.5);
}
.flex-control-paging li a.flex-active {
  background: #009abb;
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

ul.flex-direction-nav {
  display: none !important;
}


.inner-slide .container {
margin: 0 auto;
padding: 40px 20px;
box-sizing: border-box;
max-width: 70%;
text-align: center;
}

.inner-slide .container h3 {
padding: 0;
font-size: 24px;
font-weight: bold !important;
}

.inner-slide .container p {
font-size: 18px;
line-height: 24px;
}

.game-hide {
  display: none;
}

.no-survey {
line-height: 1.4em;
color: #444;
font-weight: 400;
font-size: 16px;
text-align: center;
padding: 40px 0;
}

.flex-holder {
padding-top: 40px;
}

#keynote-ssn a:hover {
text-decoration: none;
} 

#keynote-ssn a {
padding: 10px 40px;
background-color: #009abb;
color: #fff;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 1px;
}

.webinar.webinar-ended, .webinar-starting-soon {
display: none;
}

.inner-slide a:link, .inner-slide a, .inner-slide a:visited {
color: #ff7d00;
}

.inner-slide li {
font-size: 16px;
}

.slider-text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.survey-form-page {
background-color: #000;
}

#favorited a.webinar.webinar-link {
  display: none;
}

.header-bottom {
  padding-top: 30px;
}

.form-footer-actions {
  display: none;
}

.rf-text-container {
  color: white !important;
}
