@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: none;
  border-color: none;
}
.rf-workflow-body-content .mdBtnR-primary-open,
.rf-workflow-body-content .mdBtnR-outline-primary { 
  color: #0F62FE;
  border-color: #0F62FE;
}
.rf-workflow-body-content .mdBtnR-primary-open .mdBtnR-text,
.rf-workflow-body-content .mdBtnR-outline-primary .mdBtnR-text {
  color: #0F62FE;
}
.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 */

/*This is a test to see if branding is updating*/



#reg-confirmation-page table th {
    background-color: #0F62FE;
    color: #fff;
    text-align: left;
}





/*LOBBY BRANDING*/
#lobby-content .lobby-qualification-interior {
  display:none;
}


/*HIDE HOTEL EDITS/BOOK Zendesk: 23773*/
.ibm-think22-dashboard-page-attendeeportal .rf-card .card-footer {display:none;}


/**HIDE RETURN TO ACCOUNT on Group Purchases**/
.rf-flex-frame.rf-flex-vertical-center {
    display: none !important;
}


/* For Mobile */
@media screen and (max-width: 540px) {
img.charityImageResize {
    width: 300px !important;
}
}

/*Update speakers in the catalog to just display what is in their attendee record*/

.rf-workflow-body-content .speaker-trigger .mdBtnR-text {
    text-transform: none;
}


