
/* 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(../../metameetings-production-assets.s3.amazonaws.com/public_downloads/1982a923-d411-4a45-84a5-4ee51f3ae73e/2022_GHC_MAPDigital_Virtual_1214_972x110.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(../../metameetings-production-assets.s3.amazonaws.com/public_downloads/1982a923-d411-4a45-84a5-4ee51f3ae73e/2022_GHC_MAPDigital_Virtual_1214_320x42.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/1982a923-d411-4a45-84a5-4ee51f3ae73e/2022_GHC_MAPDigital_Virtual_1214_972x110.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/1982a923-d411-4a45-84a5-4ee51f3ae73e/2022_GHC_MAPDigital_Virtual_1214_320x42.jpg) center 0px no-repeat !important;
    padding-top: 120px !important; 
  }
} */
#application_layout body#elements-uploads .speaker-support .upload-section #upload-downloadable-elements{ display: none;}

#application_layout body #content {font-family: 'Amplitude-Regular', sans-serif !important;}

/* Add Company names to Agenda*/

#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;
}

#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;
}
/* 23384 change titles on agenda */
table.table.agenda li.participant-group.interviewer div.role {
  display:none;
}
table.table.agenda li.participant-group.interviewer:before {
  content: 'Interviewed by';
  font-size: 14px;
  visibility: visible;
  margin-right: 10px;
  font-weight: bold;
  font-style: normal;
}
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;
}
table.table.agenda li.participant-group.introducer div.role {
  display:none;
}
table.table.agenda li.participant-group.introducer:before {
  content: 'Introduction';
  font-size: 14px;
  visibility: visible;
  margin-right: 10px;
  font-weight: bold;
  font-style: normal;
}

#application_layout table.table.agenda tr  td ul.links {
  width: 130px !important;
}

table.table.agenda tr td ul.participations span:not(:empty):before{
  display: none;
}
table.table.agenda tr td ul.participations a>strong:after{
  content: ", ";
}

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

/* Hide "All" Sub Nav on Participants Page */
#sessions ul.nav.nav-pills.nav-stacked>li>a[title='All'] {
  display: none;
}

table.table.agenda tr  td  ul.participations .participant-group.banker{display: none;}

/* REPLACE moderated by to interviewed by on agenda for monday keynote luncheon */
table.table.agenda td.session.keynote.keynote-40770.webcasting.colspan.colspan-15.h-event li.participant-group.moderator div.role {
  display:none;
}
table.table.agenda td.session.keynote.keynote-40770.webcasting.colspan.colspan-15.h-event li.participant-group.moderator:before {
  content: 'Interviewed by';
  font-size: 14px;
  visibility: visible;
  margin-right: 10px;
  font-weight: bold;
  font-style: normal;
}
/* hide downloads from all but admin PRIVATE TRACK ONLY ref #23429 UPDATED 1/9 */
html:not(.admin) body#sessions-general div#content[class*="40671"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40688"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40672"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40702"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40673"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40690"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40674"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40703"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40782"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40675"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40815"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40692"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40689"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40693"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40676"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40694"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40756"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40677"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40678"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40695"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40679"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40696"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40723"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40680"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40724"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40816"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40725"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40682"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40726"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40683"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40684"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40697"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40727"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40685"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40721"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40686"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40739"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40687"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40728"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40822"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40699"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40729"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40700"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40730"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40701"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40731"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40783"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40732"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40768"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40764"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40804"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40704"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40734"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40705"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40722"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40706"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40735"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40707"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40753"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40744"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40754"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40755"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40774"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40716"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40745"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40708"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40805"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40747"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40767"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40748"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40772"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40757"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40758"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40785"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40737"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40790"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40709"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40738"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40710"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40759"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40711"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40740"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40712"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40786"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40713"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40741"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40714"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40787"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40715"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40742"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40765"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40743"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40752"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40793"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40806"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40788"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40791"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40717"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40762"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40718"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40760"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40719"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40820"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40761"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40775"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40720"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40799"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40792"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40801"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40807"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40817"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40798"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40808"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40789"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40818"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40814"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40766"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40823"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40794"] .elements .post-session-elements, 
html:not(.admin) body#sessions-general div#content[class*="40821"] .elements .post-session-elements { display:none }
html:not(.admin) #library-table tr[class*="40671"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40688"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40672"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40702"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40673"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40690"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40674"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40703"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40782"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40675"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40815"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40692"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40689"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40693"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40676"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40694"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40756"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40677"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40678"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40695"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40679"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40696"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40723"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40680"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40724"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40816"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40725"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40682"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40726"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40683"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40684"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40697"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40727"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40685"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40721"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40686"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40739"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40687"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40728"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40822"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40699"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40729"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40700"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40730"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40701"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40731"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40783"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40732"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40768"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40764"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40804"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40704"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40734"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40705"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40722"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40706"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40735"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40707"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40753"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40744"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40754"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40755"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40774"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40716"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40745"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40708"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40805"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40747"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40767"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40748"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40772"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40757"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40758"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40785"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40737"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40790"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40709"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40738"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40710"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40759"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40711"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40740"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40712"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40786"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40713"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40741"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40714"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40787"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40715"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40742"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40765"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40743"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40752"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40793"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40806"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40788"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40791"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40717"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40762"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40718"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40760"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40719"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40820"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40761"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40775"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40720"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40799"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40792"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40801"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40807"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40817"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40798"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40808"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40789"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40818"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40814"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40766"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40823"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40794"] .modal-content .col-sm-4,
html:not(.admin) #library-table tr[class*="40821"] .modal-content .col-sm-4 { display: none; }

/* hide Opening Remarks subnav from participants */
.nav>li>a[data-rold-id="3731"] {
    display: none;
}
/* hide Closing Remarks subnav from participants */
.nav>li>a[data-rold-id="3733"] {
    display: none;
}
/* hide room sync button on agenda pages */
a.btn-block[href*="room_sync"] {
    display: none;
}
/* hide participants for long panel in agenda */
#application_layout table.table.agenda tr td.panel-discussion ul.participations { display: none; }
#application_layout table.table.agenda tr td.panel-discussion .session-link.p-name { margin-bottom: 30px }
/* hide all these ppl from bankers and participants list #23477 */
#participants-users-list .user-593089,
#participants-users-list .user-351553,
#participants-users-list .user-354425,
#participants-users-list .user-596926,
#participants-users-list .user-580356,
#participants-users-list .user-195102,
#participants-users-list .user-201651,
#participants-users-list .user-74840,
#participants-users-list .user-193869,
#participants-users-list .user-354289,
#participants-users-list .user-596927,
#participants-users-list .user-354405,
#participants-users-list .user-201666,
#participants-users-list .user-596928,
#participants-users-list .user-354408,
#participants-users-list .user-201261,
#participants-users-list .user-596925,
#participants-users-list .user-354188,
#participants-users-list .user-100386,
#participants-users-list .user-201671,
#participants-users-list .user-201343,
#participants-users-list .user-201670,
#participants-users-list .user-596929,
#participants-users-list .user-201355,
#participants-users-list .user-354294,
#participants-users-list .user-354413,
#participants-users-list .user-352127,
#participants-users-list .user-201258,
#participants-users-list .user-354238,
#participants-users-list .user-354381,
#participants-users-list .user-596930,
#participants-users-list .user-354402,
#participants-users-list .user-201256,
#participants-users-list .user-354194,
#participants-users-list .user-599127,
#participants-users-list .user-194851,
#participants-users-list .user-599199,
#participants-users-list .user-351559,
#participants-users-list .user-201675,
#participants-users-list .user-352273 {display:none;}
#application_layout .horizontal-nav-tabs li.agenda-legend {margin-top:2px;}
/* hide slides on agenda legend */
.agenda-legend li.presentation-slides {
    display: none;
}
/* white bars 4:3 16:9 fix */
.webcast-10851 .col-sm-6.slides.no-padding.admin-slides-view {
    margin-top: -61px;
}

.webcast-10851 .col-sm-12.webcast-info-table {
    z-index: 1;
}

.webcast-10851 .audio-controls {
    margin-top: -62px;
}
