@import url("https://fonts.googleapis.com/css?family=IBM+Plex+Sans");
@font-face {
  font-family: 'IBM Plex Sans', sans-serif;
  src: url("https://static.tools.ibm.com/ibm/think20/static/staticFile/static_file/IBMPlexSans-Regular_1563303297632001kHve.woff") format("woff");
}
/*===============================================
  # Key

  # Base
  # Scaffolding
  # Hotel Listings
  # Meetings

  //# Common Styles (Workflow & Widgets)
  //   # Grid
  //
  // # Elements
  //   # Iconography
  //   # Buttons
  //   # Badge/Pills

  # Misc

===============================================*/
/*=============================================*/
/*
/*  # Workflow Scaffolding
/*
/*=============================================*/
html {background-color: white !important;
background: white !important;}

body {
  font-family: "IBM Plex Sans", sans-serif;
  margin: 0;
background-color: white !important;
background: white !important;
}

/*======================*/
/*  # Pages
/*======================*/
/*=============================================*/
/*
/*  # Hotel Listings
/*
/*=============================================*/
/*=============================================*/
/*
/*  # Meetings
/*
/*=============================================*/
.calendar-container .meeting-days {
  min-width: 1700px;
  clear: both;
}
.calendar-container .meeting-days:before, .calendar-container .meeting-days:after {
  content: "";
  display: table;
  clear: both;
}
.calendar-container .meeting-day {
  width: 20%;
  max-width: 250px;
  margin-right: 28px;
}
.calendar-container .meeting-day .meeting-header,
.calendar-container .meeting-day .meeting-time {
  margin-bottom: 8px;
}
.calendar-container .meeting-day .meeting-header {
  background-color: #F5F5F5;
  border-color: #F5F5F5;
  color: #272932;
  padding: 16px;
}
.calendar-container .meeting-day .meeting-time {
  border-color: #0530ad;
  padding: 5px 12px;
  height: auto;
  line-height: 26px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.calendar-container .meeting-day .meeting-time.disabled {
  border-color: #CCC;
}
.calendar-container .meeting-day .meeting-time.disabled .meeting-time-value {
  color: #CCC;
}
.calendar-container .meeting-day .meeting-time.active {
  border-color: #0530ad;
  background-color: #0530ad;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.calendar-container .meeting-day .meeting-time.active .meeting-time-value {
  color: white;
}
.calendar-container .meeting-day .meeting-time.active .meeting-time-value .check-icon {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}
.calendar-container .meeting-day .meeting-time .meeting-time-value {
  color: #0530ad;
}
.calendar-container .meeting-day .meeting-time .meeting-time-value .alert-icon svg {
  fill: #fdd13a;
}

/*=============================================*/
/*
/*  # Dashboards
/*
/*=============================================*/
.rf-dashboard {
  /* Primary text color overrides */
}
.rf-dashboard .dashboard-header {
  border: none;
}
.rf-dashboard .dashboard-header h1 {
  text-align: center;
  font-weight: 400;
}
.rf-dashboard .dashboard-header hr {
  border-top: 3px solid #0530ad;
  max-width: 75px;
  margin-bottom: 50px;
}
.rf-dashboard .dashboard-header p {
  text-align: center;
  margin: 0 auto;
  max-width: 800px;
}
.rf-dashboard.exhibitor-dashboard .exhibitor-faq {
  text-align: center;
}
.rf-dashboard.exhibitor-dashboard .exhibitor-faq a {
  color: #0530ad;
}
.rf-dashboard.exhibitor-dashboard .exhibitor-faq hr {
  max-width: 250px;
}
.rf-dashboard.exhibitor-dashboard .right-side p {
  margin-bottom: 30px;
}
.rf-dashboard.exhibitor-dashboard .right-side .rf-card p {
  margin-bottom: 10px;
}
.rf-dashboard.speaker-dashboard .speaker-session-card .card-body {
  height: auto;
}
.rf-dashboard .my-survey-list-card .rf-table-container .rf-table .table-body .table-row div,
.rf-dashboard .all-sessions-card .card-body .card-body-row h6,
.rf-dashboard .speaker-session-card .card-body-row .text-primary {
  color: #0530ad !important;
}

.rf-card {
  max-width: none;
  border: 1px solid #CCC;
  border-radius: 0;
  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);
}
.rf-card .card-header {
  display: flex;
  flex-wrap: nowrap;
  border: none;
  border-bottom: 1px solid #CCC;
  background: #fff;
  padding: 8px 12px;
  border-radius: 0;
}
.rf-card .card-header .card-header-title {
  color: #272932 !important;
}
.rf-card .card-header h3 {
  flex: 1;
}
.rf-card .card-header .card-controls {
  order: 2;
}
.rf-card .card-body {
  border: none;
  padding: 12px;
  border-radius: 0;
}
.rf-card .card-body .card-body-row {
  padding: 10px 12px;
}
.rf-card .card-body .card-body-row .rf-pill .rf-pill-text {
  line-height: 12px;
}
.rf-card.task-list-card .card-body .card-body-row {
  padding: 10px 44px;
}
.rf-card.task-list-card .task-category-icon {
  left: 12px;
}
.rf-card.task-list-card .task-arrow-icon {
  right: 12px;
  margin-left: 0;
}
.rf-card.task-list-card .rf-pill {
  background-color: #bbb;
}

.rf-workflow .rf-card .card-header {
  background: #F5F5F5;
  border-color: #CCC;
}
.rf-workflow .rf-card .card-header .rfSI svg {
  fill: #0530ad;
}
.rf-workflow .rf-card .card-header .rfSI svg:hover {
  fill: #1e45b5;
}
.rf-workflow .sessions-registered-card h6,
.rf-workflow .recommended-sessions-card h5,
.rf-workflow .my-survey-list-card .table-row {
  color: #3e82e0;
  font-weight: 400;
  font-size: 16px;
}
.rf-workflow .recommended-sessions-card .rfSI svg {
  fill: #0530ad;
}
.rf-workflow .recommended-sessions-card .rfSI svg:hover {
  fill: #1e45b5;
}
.rf-workflow .recommended-sessions-card .mdBtnR {
  color: white;
  background-color: #0530ad;
  border: 2px solid #0530ad;
}
.rf-workflow .recommended-sessions-card .mdBtnR .mdBtnR-text {
  color: white;
}
.rf-workflow .recommended-sessions-card .mdBtnR:hover, .rf-workflow .recommended-sessions-card .mdBtnR.hover, .rf-workflow .recommended-sessions-card .mdBtnR:focus, .rf-workflow .recommended-sessions-card .mdBtnR.focus, .rf-workflow .recommended-sessions-card .mdBtnR:active, .rf-workflow .recommended-sessions-card .mdBtnR.active {
  background-color: #1e45b5;
  border: 2px solid #1e45b5;
}
.rf-workflow .recommended-sessions-card .has-rows .card-body-row {
  border: none;
  border-bottom: 1px solid #CCC;
  border-radius: 0;
}
.rf-workflow .sessions-registered-card .has-rows {
  padding: 12px 16px;
}
.rf-workflow .sessions-registered-card .has-rows .card-body-row {
  padding: 8px;
  border: 1px solid #CCC;
  border-radius: 0;
  margin-bottom: 8px;
}
.rf-workflow .my-survey-list-card .rf-table-container {
  margin-bottom: 0;
}
.rf-workflow .my-survey-list-card .rf-table-container div {
  display: block !important;
  max-width: none;
}
.rf-workflow .my-survey-list-card .rf-table-container .rf-table {
  min-width: 0;
}
.rf-workflow .my-survey-list-card .rf-table-container .rf-table .table-body .table-row div {
  max-width: none;
}
.rf-workflow .my-survey-list-card .rf-table-container .rf-table .table-body .table-row {
  height: auto;
}
.rf-workflow .hotel-card .card-body {
  text-align: center;
}
.rf-workflow .hotel-card .card-body button {
  color: #0530ad;
  background-color: transparent;
  position: relative;
  cursor: pointer;
  border: 2px solid #0530ad;
  display: inline-block;
  margin: 0;
  outline: 0;
  padding: 6px 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
}
.rf-workflow .hotel-card .card-body button:hover {
  background-color: transparent;
  border-color: #1e45b5;
  text-decoration: none;
}
.rf-workflow .custom-faq-card {
  text-align: center;
}
.rf-workflow .custom-leads-card .card-body {
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  min-height: 216px;
  height: auto;
}
.rf-workflow .custom-leads-card .card-body * {
  border: none !important;
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  min-width: 0;
  max-width: none;
  height: auto;
  background-color: transparent;
  color: #272932;
  font-weight: 400;
  text-transform: none;
}
.rf-workflow .custom-leads-card .card-body .rf-table-container,
.rf-workflow .custom-leads-card .card-body .rf-table,
.rf-workflow .custom-leads-card .card-body .table-body,
.rf-workflow .custom-leads-card .card-body .table-row {
  height: auto;
  display: block;
}
.rf-workflow .custom-leads-card .card-body .rf-table-container .rf-table .table-body .table-row div {
  display: block;
  padding: 0;
  max-width: none;
  color: #272932;
  font-weight: 400;
  text-transform: none;
}
.rf-workflow .custom-leads-card .leads-link {
  text-align: center;
  padding: 0 0 12px;
}
.rf-workflow .custom-leads-card .leads-link a {
  color: #0530ad;
  background-color: transparent;
  position: relative;
  cursor: pointer;
  border: 2px solid #0530ad;
  display: inline-block;
  margin: 0;
  outline: 0;
  padding: 6px 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
}
.rf-workflow .custom-leads-card .leads-link a:hover {
  background-color: transparent;
  border-color: #1e45b5;
  text-decoration: none;
}

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

/*=============================================*/
/*
/*  # Workflow Misc
/*  Miscellaneous, obviously.
/*
/*=============================================*/
.recommended-exhibitors-card {
  position: relative;
}


/*=============================================*/
/*  CFP workflow */
#cfp-home-page .rf-workflow-cfp .rf-single-select.no-label {
	display: none;
}
.confirmation-page .rfwf-discount-code:nth-child(3) {
	display: none;
}
/*  CFP workflow END */
/*=============================================*/

/*=============================================*/
/*  Exhsales workflow */
.orders-page .rfwf-discount-code:not(:first-child) {
	display: none;
}
/*  Exhsales workflow END */
/*=============================================*/

/*=============================================*/
/*  Exhportal dashboard */
/* Header Card Changes */
#ercDetails .rf-card,
#ercDetails .rf-card .card-body {
    box-shadow: none;
    border: none;
}

/* Important Dates Card Changes */
#importantDates .rf-card .card-controls {
    display: none;
}

#importantDates .rf-card .card-body {
    height: auto;
}
/*  Exhportal dashboard END */
/*=============================================*/

/*=============================================*/
/*  HostDemo dashboard */
.rf-workflow .rfwf-exhibitor-dashboard .rf-card {

}

.rf-workflow .rfwf-exhibitor-dashboard .rf-card .card-header,
.rf-workflow .dashboard-content .rf-card .card-header {
  display: block;
}
.rf-workflow .rfwf-exhibitor-dashboard .rf-pill-text {
  padding: 0 3px 3px;
}
/*  Hostdemo dashboard END */
/*=============================================*/

/* jillian's edits  */
.rf-workflow-body-content .mdBtnR .mdBtnR-text {
  text-transform: capitalize;
}
.rf-workflow-body-content .mdBtnR-primary,
.rf-workflow-body-content button.mdBtnR-primary,
.rf-workflow-body-content a.mdBtnR-primary {
  background-color: #0062ff;
  border-color: #0062ff;
}
.rf-workflow-body-content .mdBtnR-primary-open,
.rf-workflow-body-content .mdBtnR-outline-primary { 
  color: #0062ff;
  border-color: #0062ff;
}
.rf-workflow-body-content .mdBtnR-primary-open .mdBtnR-text,
.rf-workflow-body-content .mdBtnR-outline-primary .mdBtnR-text {
  color: #0062ff;
}
.rf-workflow-body-content .accordion-headline h3 {
	text-transform: capitalize;
}
/* end jillian's edits */


/* Start Marcus' Edits */
.rfwf-panel-interior.rf-table-container,
.rfwf-panel-interior.report-table-container {
    max-width: 100%;
}
div[data-test="adv-table-row-cell-title"] {
 min-width: 250px;
}
div[data-test="adv-table-row-cell-cfp - challenge"],
div[data-test="adv-table-row-cell-cfp - solution"],
div[data-test="adv-table-row-cell-cfp - benefit"],
div[data-test="adv-table-row-cell-old value"],
div[data-test="adv-table-row-cell-new value"],
div[data-test="adv-table-row-cell-abstract"],
div[data-test="adv-table-row-cell-session - benefit"],
div[data-test="adv-table-row-cell-session - challenge"],
div[data-test="adv-table-row-cell-session - solution"]  {
  min-width: 500px
}
/* End Marcus' Edits */

/* jillian's edits RA-26545 */
.rf-workflow .rf-workflow-nav ul li {
    border-bottom: solid 1px #ccc;
    padding: 0px 20px 6px;
}
.rf-workflow .rf-workflow-nav ul li:first-of-type {
    border-top: solid 1px #ccc;
    padding-top: 6px;
    margin-top: 6px;
}
.rf-workflow .rf-workflow-nav ul {
    padding: 30px 0px 20px;
}
.rf-workflow .rf-workflow-nav ul p {
    margin-bottom: 0;
}
.rf-workflow #ercDetails .booth-details-card {
    margin-bottom: 0;
}
.rf-workflow #ercDetails .booth-details-card .card-body {
    height: initial;
}
.rf-workflow .rfwf-exhibitor-dashboard .rf-card .card-header {
    background: #0530ad;
    border-color: #0530ad;
}
.rf-workflow .rfwf-exhibitor-dashboard .rf-card .card-header .card-header-title {
    color: #fff !important;
    font-size: 24px;
    font-weight: 100;
}
.rf-workflow .rfwf-exhibitor-dashboard .order-summary-card .card-header .card-controls .rfSI svg {
    fill: #fff;
}
.rfwf-exhibitor-dashboard #eventContact .card-header .card-controls {
    display: none;
}
.rf-workflow .rfwf-exhibitor-dashboard .order-summary-card .card-body {
    height: 276px;
}
.rf-workflow .rfwf-exhibitor-dashboard #eventContact .card-body {
    height: initial;
}
.manage-registrants-page #regPass-cards .item-card .card-header {
    background: #0530ad;
}
.manage-registrants-page #regPass-cards .item-card .card-actions button {
    text-transform: capitalize;
}
.rfwf-dashboard.rfwf-exhibitor-dashboard .rfwf-panel-interior {
    max-width: none;
}
.rfwf-exhibitor-dashboard .main-content-container {
    display: flex;
}
.rfwf-exhibitor-dashboard .main-content {
    min-width: 600px;
    width: 100%;
}
.rfwf-exhibitor-dashboard aside {
    min-width: 150px;
    padding-left: 16px;
}
#exhResources .rf-card.booth-details-card.no-header {
    border: none;
    box-shadow: none;
}
#exhResources .rf-card.booth-details-card.no-header .card-body {
    border: none;
    height: auto;
}
#exhResources .rf-card.booth-details-card.no-header .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;
}
#exhResources .rf-card.booth-details-card.no-header .raised-card .raised-card-header,
#exhResources .rf-card.booth-details-card.no-header .raised-card .raised-card-footer {
    display: flex;
    padding: 10px;
    position: relative;
}
#exhResources .rf-card.booth-details-card.no-header .raised-card .raised-card-header {
    border-bottom: 1px solid #dfdfdf;
}
#exhResources .rf-card.booth-details-card.no-header .raised-card .raised-card-footer {
    background-color: #f5f5f6;
    justify-content: center;
    text-align: center;
}
#exhResources .rf-card.booth-details-card.no-header .raised-card .card-header-image {
    margin-right: 20px;
    max-width: 240px;
}
#exhResources .rf-card.booth-details-card.no-header .raised-card .card-header-image img {
    width: 100%
}
#exhResources .rf-card.booth-details-card.no-header .raised-card .card-header-title h4 {
    font-size: 1.5rem;
    font-weight: 100;
    line-height: 1.2;
}
/* end jillian's edits */

/* jillian's edits RA-27664 */
.rf-workflow-working-reports .md-frame .md-frame-header h2 {
    color: #fff;
}
.modal-body .readOnly-value {
     min-height: auto; 
     height: auto; 
}
/* end jillian's edits */

.fixedDataTableCellGroupLayout_cellGroup > .fixedDataTableCellLayout_main:nth-of-type(3) form > div > div {
  display: inline;
 /*  margin-right: 4px; */
}

.fixedDataTableCellGroupLayout_cellGroup > .fixedDataTableCellLayout_main:nth-of-type(3) form > div > div:not(:empty):not(:last-of-type):after {
  content: ', '
}

.fixedDataTableCellLayout_wrap3 {
  vertical-align: top !important;
}




/***Padding on Master Session Report***/
.flex-box-section-full.dataprivacy {
    padding: 0px;
}


/**Hide button on CFC close**/
.form-id-16130679926760016CIY .form-footer-actions {
    display: none;
}

/**HIde button on speaker consent**/
.form-id-1614203909171001VI1Z .form-footer-actions {
    display: none;
}



.rf-admin-content h1, .rf-admin-content h2, .rf-admin-content h3, .rf-admin-content h4, .rf-admin-content h5, .rf-admin-content h6, .rf-admin-content .h1, .rf-admin-content .h2, .rf-admin-content .h3, .rf-admin-content .h4, .rf-admin-content .h5, .rf-admin-content .h6, .rfComp-canvas h1, .rfComp-canvas h2, .rfComp-canvas h3, .rfComp-canvas h4, .rfComp-canvas h5, .rfComp-canvas h6, .rfComp-canvas .h1, .rfComp-canvas .h2, .rfComp-canvas .h3, .rfComp-canvas .h4, .rfComp-canvas .h5, .rfComp-canvas .h6, .rf-default-modal h1, .rf-default-modal h2, .rf-default-modal h3, .rf-default-modal h4, .rf-default-modal h5, .rf-default-modal h6, .rf-default-modal .h1, .rf-default-modal .h2, .rf-default-modal .h3, .rf-default-modal .h4, .rf-default-modal .h5, .rf-default-modal .h6, [id*=rf-].rf-widget h1, [id*=rf-].rf-widget h2, [id*=rf-].rf-widget h3, [id*=rf-].rf-widget h4, [id*=rf-].rf-widget h5, [id*=rf-].rf-widget h6, [id*=rf-].rf-widget .h1, [id*=rf-].rf-widget .h2, [id*=rf-].rf-widget .h3, [id*=rf-].rf-widget .h4, [id*=rf-].rf-widget .h5, [id*=rf-].rf-widget .h6 {
    font-family: inherit !important;
}
