
/* Main Page banners */
@media (min-width: 768px) {
  body#events-welcome .collapse.navbar-collapse.sidebar-nav.header-navbar-collapse:after {
    content: " "; display: block;
    background: transparent url(https://metameetings-production-assets.s3.amazonaws.com/public_downloads/3cecd3c6-1197-424f-ac6f-1f94ed1c8662/2022_IndustrialConf_MAP-972x110px_1209.jpg) right bottom no-repeat;
    height: 130px;
    /*background-size: 990px auto;
    margin-right: -15px;*/
  }
}

/* Banner for Mobile Phones */
@media (max-width: 768px) {
  #application_layout body header nav.navbar.navbar-default .container-fluid .nav-header a.navbar-brand {
    background: none;
  }
  
  body#events-welcome .container-fluid.top-banner {
    height: 42px;
    padding-left: 0px;
    padding-right: 0px;
    display: table;
    margin-bottom: 10px;
  }
  
  body#events-welcome .container-fluid.top-banner .left {
    display: table-cell;
    width: 0px;
  }

  body#events-welcome .container-fluid.top-banner .middle {
    display: table-cell;
    width: 0px;
  }

  body#events-welcome .container-fluid.top-banner .right {
    background:url(https://metameetings-production-assets.s3.amazonaws.com/public_downloads/3cecd3c6-1197-424f-ac6f-1f94ed1c8662/2022_IndustrialConf_MAP-320x42px_1209.jpg) right bottom no-repeat;
    height: 42px;
    width: 320px;
    display: table-cell;
  }
}

#application_layout body#events-welcome .welcome-unit>.row>.col-sm-12>h2{
  display: inline-block;
  width: 110%;
}

/* speaker support banner 
html.user-cannot-manage-event #content.col-sm-12:first-of-type { 
  background: url(https://metameetings-production-assets.s3.amazonaws.com/public_downloads/3cecd3c6-1197-424f-ac6f-1f94ed1c8662/2022_IndustrialConf_MAP-972x110px_1209.jpg) center 0px no-repeat !important;
  padding-top: 120px !important; 
}
@media (max-width: 767px) {
  html.user-cannot-manage-event #content.col-sm-12:first-of-type { 
    background: url(https://metameetings-production-assets.s3.amazonaws.com/public_downloads/3cecd3c6-1197-424f-ac6f-1f94ed1c8662/2022_IndustrialConf_MAP-320x42px_1209.jpg) center 0px no-repeat !important;
    padding-top: 120px !important; 
  }
} */

section#event .scroll-down.info-message{
  visibility: hidden;
  position: relative;
}
section#event .scroll-down.info-message:before{
  visibility: visible;
  content: 'If you have multiple sessions, please scroll down.';
  position: absolute;
}

/*Add company names to agenda for Panels only*/
#application_layout table.table.agenda tr td.session.panel-discussion ul.participations li a span.agenda-company {
  display: inline !important;
}
table.table.agenda tr td.session.panel-discussion ul.participations span.agenda-title:not(:empty):after{
  display: none;
}
table.table.agenda tr td.session.panel-discussion ul.participations .agenda-company strong:not(:empty):before{
  content: ", ";
  font-weight: bold;
}
table.table.agenda tr td.session.panel-discussion ul.participations .agenda-company:before{
  display:none;
}

/*Add company names to agenda for Keynote only*/
#application_layout table.table.agenda tr td.session.keynote ul.participations li a span.agenda-company {
  display: inline !important;
}
table.table.agenda tr td.session.keynote ul.participations span.agenda-title:not(:empty):after{
  display: none;
}
table.table.agenda tr td.session.keynote ul.participations .agenda-company strong:not(:empty):before{
  content: ", ";
  font-weight: bold;
}
table.table.agenda tr td.session.keynote ul.participations .agenda-company:before{
  display:none;
}

/*Chanve virtual session to webcast on agenda*/

#application_layout .horizontal-nav-tabs .agenda-legend .webcast .fa.fa-play-circle-o{
 float:right; 
}

#application_layout .horizontal-nav-tabs .agenda-legend .webcast .fa.fa-play-circle-o:after{
    content:"webcast";
  	font: 15px amplitude-medium;
  	Padding-left:5px;
  	
}

#application_layout .horizontal-nav-tabs .agenda-legend li.webcast:after{
      display:none;}


/*Change virtual session to webcast on sessions*/

#application_layout #navigation-top .top-subnav-container ul.nav.nav-pills.nav-stacked li.webcast-tab a[title="Virtual Session"] {
  position: relative;
  font-size: 0 !important;
}
#application_layout #navigation-top .top-subnav-container ul.nav.nav-pills.nav-stacked li.webcast-tab a[title="Virtual Session"]:before{
  content:"Webcast";
	font-size: 16px;
  display: block;
  position: relative;
}
#application_layout #navigation-top .top-subnav-container ul.nav.nav-pills.nav-stacked li.webcast-tab{
  height: 32px;
}
.speaker-support #upload-downloadable-elements {display: none;}

table.table.agenda li.participant-group.moderator div.role {
  display:none;
}
table.table.agenda li.participant-group.moderator:before {
  content: 'Moderated by';
  font-size: 14px;
  visibility: visible;
  margin-right: 10px;
  font-weight: bold;
  font-style: normal;
}