@charset "UTF-8";
/* Animation utility constructs */
@keyframes highlight {
  0% {
    background-color: #09c;
  }
  100% {
    background-color: inherit;
  }
}
:not(.ui) > .slide.open {
  overflow: hidden;
  opacity: 1;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

:not(.ui) > .slide.close {
  overflow: hidden;
  max-height: 0 !important;
  opacity: 0;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.flexrow, .event-location,
.event-chairs,
.event-date, .banner, .layout-side-menu,
.flexcol,
body {
  display: flex;
}

.flexrow, .event-location,
.event-chairs,
.event-date, .banner, .layout-side-menu {
  flex-flow: row nowrap;
}

.flexcol, body {
  flex-flow: column nowrap;
}

.f-j-start {
  justify-content: flex-start;
}

.f-j-end {
  justify-content: flex-end;
}

.f-j-center {
  justify-content: center;
}

.f-j-space-between {
  justify-content: space-between;
}

.f-j-space-around {
  justify-content: space-around;
}

.f-a-start {
  align-items: flex-start;
}

.f-a-end {
  align-items: flex-end;
}

.f-a-center {
  align-items: center;
}

.f-a-stretch {
  align-items: stretch;
}

.f-a-baseline {
  align-items: baseline;
}

.f-wrap {
  flex-wrap: wrap;
}

.f-self-stretch {
  flex-grow: 1;
  flex-basis: 0%;
}

.f-self-no-shrink {
  flex-shrink: 0;
}

/*
Important: When adding new icons, read the guide below.
Do not ediy any specific icons in here manually, the rules are generated
using the `bin/maintenance/generate_icons.py` script.
*/
@font-face {
  font-family: "icomoon-ultimate";
  src: url(/fonts/icomoon/icomoon__v63f4b83c.svg#icomoon-ultimate) format("svg"), url(/fonts/icomoon/icomoon__vbaef3c4b.woff) format("woff"), url(/fonts/icomoon/icomoon__v0ba32768.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]::before {
  font-family: "icomoon-ultimate";
  content: attr(data-icon);
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
[class^=icon-]::before,
[class*=" icon-"]::before {
  font-family: "icomoon-ultimate";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

i[class^=icon-]::before {
  cursor: default;
}

.inactive[class^=icon-]::before,
.inactive[class*=" icon-"]::before {
  opacity: 0.15;
}

/* How to add icons
 *
 *  1. Login into icomoon app https://icomoon.io/app/
 *  2. Remove any existing project (Top-left hamburger icon, "Manage projects", "Remove" button)
 *  3. Import "selection.json" from Indico repository (Top-left hamburger icon, "Import project",
 *     choose 'indico/web/static/fonts/icomoon/selection.json'
 *  4. Load the project (it should be named "Untitled Project")
 *  5. Deselect all icons (Top-left hamburger icon, "Clear selection")
 *  6. Add the IcoMoon Ultimate pack (Click on "Library" button then on "Add")
 *  7. Search for the icon you want to add using the search box
 *  8. Select the icons to add with the selection tool
 *  9. Add the new icons to our set (Click the hamburger icon to the right of our set that
 *     should be displayed as "icomoon" and select "Move selection here")
 * 10. Clear the search box
 * 11. Remove all icons sets except ours (Click the hamburger icon to the right of the set to remove
 *     and choose "Remove set")
 * 12. Reorder the icons in alphabetical order:
 *      - Click the hamburger icon to the right of our project
 *      - Choose "Select all".
 *      - Click that hamburger icon again and choose "Rearrange icons".
 *      - Choose "Order by name" and "Rearrange"
 * 13. Click on the "Generate font" tab at the bottom of the screen
 * 14. Click on "Download" at the bottom right of the screen
 * 15. Copy files:
 *      - icomoon.zip/fonts/icommon.{svg,ttf,woff} to indico/web/static/fonts/icomoon/
 *      - icomoon.zip/selection.json to indico/web/static/fonts/icomoon/
 * 16. Run the update script: `./bin/maintenance/generate_icons.py`
 */
.icon-agreement::before {
  content: "\e900";
}

.icon-alarm::before {
  content: "\e901";
}

.icon-arrow-down::before {
  content: "\e902";
}

.icon-arrow-left::before {
  content: "\e903";
}

.icon-arrow-right-sparse::before {
  content: "\e904";
}

.icon-arrow-up::before {
  content: "\e905";
}

.icon-arrows-vert::before {
  content: "\e906";
}

.icon-attachment::before {
  content: "\e907";
}

.icon-bell::before {
  content: "\e908";
}

.icon-bold::before {
  content: "\e909";
}

.icon-book::before {
  content: "\e90a";
}

.icon-bookmark::before {
  content: "\e90b";
}

.icon-broadcast::before {
  content: "\e90c";
}

.icon-bubble-quote::before {
  content: "\e90d";
}

.icon-bullhorn::before {
  content: "\e90e";
}

.icon-calendar::before {
  content: "\e90f";
}

.icon-calendar-day::before {
  content: "\ea65";
}

.icon-camera::before {
  content: "\e910";
}

.icon-chart::before {
  content: "\e911";
}

.icon-checkbox-checked::before {
  content: "\e912";
}

.icon-checkbox-unchecked::before {
  content: "\e913";
}

.icon-checkmark::before {
  content: "\e914";
}

.icon-circle-small::before {
  content: "\e915";
}

.icon-clipboard::before {
  content: "\e916";
}

.icon-close::before {
  content: "\e917";
}

.icon-cloud2::before {
  content: "\e918";
}

.icon-code::before {
  content: "\e919";
}

.icon-coins::before {
  content: "\e91a";
}

.icon-collapse::before {
  content: "\e91b";
}

.icon-compass2::before {
  content: "\e91c";
}

.icon-copy::before {
  content: "\e91d";
}

.icon-copy1::before {
  content: "\e91e";
}

.icon-cross::before {
  content: "\e91f";
}

.icon-disable::before {
  content: "\e920";
}

.icon-drag-indicator::before {
  content: "\e99c";
}

.icon-dropmenu::before {
  content: "\e921";
}

.icon-earth::before {
  content: "\e922";
}

.icon-edit::before {
  content: "\e923";
}

.icon-enlarge::before {
  content: "\e924";
}

.icon-enter::before {
  content: "\e925";
}

.icon-equalizer::before {
  content: "\e926";
}

.icon-exit::before {
  content: "\e927";
}

.icon-expand::before {
  content: "\e928";
}

.icon-eye::before {
  content: "\e929";
}

.icon-eye-blocked::before,
.icon-unlisted-event::before {
  content: "\e92a";
}

.icon-file::before {
  content: "\e92b";
}

.icon-file-check::before {
  content: "\e92c";
}

.icon-file-content::before {
  content: "\e92d";
}

.icon-file-css::before {
  content: "\e92e";
}

.icon-file-download::before {
  content: "\e92f";
}

.icon-file-excel::before {
  content: "\e930";
}

.icon-file-eye::before {
  content: "\e931";
}

.icon-file-filled::before {
  content: "\e932";
}

.icon-file-image::before {
  content: "\e933";
}

.icon-file-music::before {
  content: "\e934";
}

.icon-file-openoffice::before {
  content: "\e935";
}

.icon-file-pdf::before {
  content: "\e936";
}

.icon-file-play::before {
  content: "\e937";
}

.icon-file-presentation::before {
  content: "\e938";
}

.icon-file-spreadsheet::before {
  content: "\e939";
}

.icon-file-text::before {
  content: "\e93a";
}

.icon-file-video::before {
  content: "\e93b";
}

.icon-file-word::before {
  content: "\e93c";
}

.icon-file-xml::before {
  content: "\e93d";
}

.icon-file-zip::before {
  content: "\e93e";
}

.icon-filter::before {
  content: "\e93f";
}

.icon-first::before {
  content: "\e940";
}

.icon-floppy::before {
  content: "\e941";
}

.icon-folder::before {
  content: "\e942";
}

.icon-folder-open::before {
  content: "\e943";
}

.icon-folder-plus::before {
  content: "\e944";
}

.icon-font-size::before {
  content: "\e945";
}

.icon-grid::before {
  content: "\e946";
}

.icon-grid2::before {
  content: "\e947";
}

.icon-hammer::before {
  content: "\e948";
}

.icon-handle::before {
  content: "\e949";
}

.icon-home::before {
  content: "\e94a";
}

.icon-hour-glass2::before {
  content: "\e94b";
}

.icon-id-badge::before {
  content: "\e99d";
}

.icon-image::before {
  content: "\e94c";
}

.icon-import::before {
  content: "\e94d";
}

.icon-info::before {
  content: "\e94e";
}

.icon-italic::before {
  content: "\e94f";
}

.icon-key::before {
  content: "\e950";
}

.icon-key-a::before {
  content: "\e951";
}

.icon-lamp::before {
  content: "\e952";
}

.icon-lan::before {
  content: "\e953";
}

.icon-last::before {
  content: "\e954";
}

.icon-layout::before {
  content: "\e955";
}

.icon-link::before {
  content: "\e956";
}

.icon-list::before {
  content: "\e957";
}

.icon-location::before {
  content: "\e958";
}

.icon-lock::before,
.icon-protection-self::before {
  content: "\e959";
}

.icon-lock-center::before {
  content: "\e95a";
}

.icon-loop::before {
  content: "\e95b";
}

.icon-mail::before {
  content: "\e95c";
}

.icon-medal::before {
  content: "\e95d";
}

.icon-mic::before {
  content: "\e95e";
}

.icon-mobile::before {
  content: "\e95f";
}

.icon-move::before {
  content: "\e960";
}

.icon-new::before {
  content: "\e961";
}

.icon-next::before {
  content: "\e962";
}

.icon-no-camera::before {
  content: "\e963";
}

.icon-numbered-list::before {
  content: "\e964";
}

.icon-package-download::before {
  content: "\e965";
}

.icon-pagebreak::before {
  content: "\e966";
}

.icon-palette::before {
  content: "\e967";
}

.icon-phone::before {
  content: "\e968";
}

.icon-play::before {
  content: "\e969";
}

.icon-plus::before {
  content: "\e96a";
}

.icon-prev::before {
  content: "\e96b";
}

.icon-price-tag::before {
  content: "\e96c";
}

.icon-printer::before {
  content: "\e96d";
}

.icon-projector::before {
  content: "\e96e";
}

.icon-puzzle::before {
  content: "\e96f";
}

.icon-qrcode::before {
  content: "\e970";
}

.icon-question::before {
  content: "\e971";
}

.icon-quill::before {
  content: "\e972";
}

.icon-redo::before {
  content: "\e973";
}

.icon-remove::before {
  content: "\e974";
}

.icon-rulers::before {
  content: "\e975";
}

.icon-search::before {
  content: "\e976";
}

.icon-settings::before {
  content: "\e977";
}

.icon-seven-segment9::before {
  content: "\e978";
}

.icon-shield::before {
  content: "\e979";
}

.icon-shrink::before {
  content: "\e97a";
}

.icon-sort::before {
  content: "\e97b";
}

.icon-sort-alpha-asc::before {
  content: "\e97c";
}

.icon-sort-alpha-desc::before {
  content: "\e97d";
}

.icon-split::before {
  content: "\e97e";
}

.icon-stack::before {
  content: "\e97f";
}

.icon-stack-minus::before {
  content: "\e980";
}

.icon-stack-plus::before {
  content: "\e981";
}

.icon-stack-text::before {
  content: "\e982";
}

.icon-star::before {
  content: "\e983";
}

.icon-star-empty::before {
  content: "\e984";
}

.icon-stop::before {
  content: "\e985";
}

.icon-switchoff::before {
  content: "\e986";
}

.icon-switchon::before {
  content: "\e987";
}

.icon-tag::before {
  content: "\e988";
}

.icon-text-color::before {
  content: "\e989";
}

.icon-textarea::before {
  content: "\e98a";
}

.icon-textfield::before {
  content: "\e98b";
}

.icon-ticket::before {
  content: "\e98c";
}

.icon-tilde::before {
  content: "\e98d";
}

.icon-time::before {
  content: "\e98e";
}

.icon-transmission::before {
  content: "\e98f";
}

.icon-type::before {
  content: "\e990";
}

.icon-undo::before {
  content: "\e991";
}

.icon-unlocked::before,
.icon-protection-public::before {
  content: "\e992";
}

.icon-upload::before {
  content: "\e993";
}

.icon-user::before {
  content: "\e994";
}

.icon-user-block::before {
  content: "\e995";
}

.icon-user-chairperson::before {
  content: "\e996";
}

.icon-user-check::before {
  content: "\e997";
}

.icon-user-reading::before {
  content: "\e998";
}

.icon-users::before {
  content: "\e999";
}

.icon-warning::before {
  content: "\e99a";
}

.icon-wrench::before {
  content: "\e99b";
}

/* animated spinner icon */
.icon-spinner::before {
  content: "";
  display: inline-block;
  min-width: 1.2em;
  min-height: 1.2em;
  height: 100%;
  background-image: url(/images/loading__v7b977607.gif);
  background-repeat: no-repeat;
  background-size: 1.2em 1.2em;
  vertical-align: middle !important;
  opacity: 0.6;
}

/* Custom "empty" icon to have a space equivalent to an icon */
.icon-none::before {
  content: " ";
}

.disabled .icon-spinner::before {
  opacity: 0.4;
}

/* Customized icons for specific purposes */
.icon-protection-public::before {
  color: #00c851;
}

.icon-protection-self::before {
  color: #f91f1f;
}

.icon-unlisted-event::before {
  color: #f91f1f;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body {
  overflow-x: inherit;
}

body > .main {
  flex-grow: 1;
}

/* Work around issues in WebKit (used by Safari) which shrinks the contained
 * elements instead of growing the container. The following prevents the
 * children of the flexbox to be shrinked which is ok since we want the page to
 * scroll anyway. */
body > * {
  flex-shrink: 0;
}

.fixed-width, .dialog-page header .page-description, .management-page header .page-description, .management-page div.page-content, .fixed-width-standalone-page header .page-description, .fixed-width-standalone-text-page header .page-description, .conference-page header .page-description, .meeting-page header .page-description, .search-page header .page-description {
  max-width: 800px !important;
}

.full-width-content-wrapper .management-page > .page-content {
  max-width: 100% !important;
}

.layout-wrapper .row .column {
  float: left;
  padding: 0 1em 0 1em;
}
.layout-wrapper .row .column.col-40 {
  width: 40%;
}
.layout-wrapper .row .column.col-50 {
  width: 50%;
}
.layout-wrapper .row .column.col-60 {
  width: 60%;
}
.layout-wrapper .row .column.col-full {
  width: 100%;
}
.layout-wrapper .row .column:first-of-type {
  padding-left: 0;
}
.layout-wrapper .row .column:last-of-type {
  padding-right: 0;
}
.layout-wrapper .row::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.layout-side-menu {
  min-height: 100%;
  margin-left: 30px;
  margin-right: 30px;
}
.layout-side-menu:first-of-type {
  margin-top: 20px;
}
.layout-side-menu .banner > .menu-column {
  flex-grow: 0;
  width: 200px;
  margin-left: 30px;
  margin-right: 30px;
}
.layout-side-menu .banner > .page-column {
  flex-grow: 1;
}
.layout-side-menu .banner .action-menu {
  flex-shrink: 0;
  margin-top: -0.5%;
}
.layout-side-menu > .menu-column {
  width: 200px;
  margin-right: 30px;
}
.layout-side-menu > .menu-column .group:first-child {
  margin-top: 5px;
  margin-bottom: 23px;
}
.layout-side-menu > .menu-column .group:first-child a {
  width: 100%;
  padding: 5px 5px 5px 26px;
  text-align: left;
}
.layout-side-menu > .menu-column .group:first-child a span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.layout-side-menu > .content-column {
  flex-grow: 1;
  width: 0;
}
.layout-side-menu .side-menu-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 0.5rem;
}
.layout-side-menu .side-menu-label + .badge {
  margin-right: 0.5em;
}

.banner {
  color: #000;
  max-width: 800px;
  margin-top: 10px;
}
.banner.full-width {
  max-width: none;
  margin-bottom: -19px;
}
.banner.full-width .title {
  flex-grow: 1;
}
.banner .toolbar {
  padding: 0;
}
.banner .title {
  margin-bottom: 19px;
  font-family: "Roboto Light", sans-serif;
  font-size: 2em;
  color: #cb6d04;
}
.banner .title a:not(:hover) {
  color: inherit;
}
.banner .title .subtitle {
  color: #999;
  font-size: 0.5em;
}
.banner .title .subtitle a {
  border-bottom: 1px dashed;
}
.banner .title .date {
  color: #000;
  font-size: 0.75em;
  font-style: italic;
}

.dialog-page {
  max-width: 800px;
}
.dialog-page header {
  position: relative;
  margin-bottom: 1.8em;
}
.dialog-page header .title .text {
  font-size: 1.428em;
}
.dialog-page header h2,
.dialog-page header h3 {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  color: #333;
}
.dialog-page header h2 {
  margin-right: 0.5rem;
  font-size: 150%;
  font-weight: normal;
}
.dialog-page header h3 {
  margin-top: 0.42rem;
  font-size: 100%;
}
.dialog-page header .back-button {
  position: absolute;
  top: 11px;
  left: -20px;
  font-size: 15px;
  color: #dfdfdf;
}
.dialog-page header .back-button:hover {
  color: #999;
}
.dialog-page header .title {
  display: flex;
  align-items: flex-start;
  padding-top: 0.4rem;
  min-height: 2rem;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 1rem;
}
.dialog-page header .title > .text {
  flex-grow: 1;
}
.dialog-page header .title > .text > .title-with-actions {
  display: flex;
  align-items: center;
  gap: 1em;
}
.dialog-page header .title > .text > .title-with-actions h2,
.dialog-page header .title > .text > .title-with-actions h3 {
  font-size: 120%;
  font-weight: normal;
  display: inline;
  margin-right: 0;
}
.dialog-page header .title > .text > .title-with-actions .actions {
  display: inline-block;
  vertical-align: bottom;
  font-size: 0.8em;
}
.dialog-page header .title > .text > .title-with-actions .i-button[class*=icon-]::before {
  font-size: 1em;
  margin-right: 0.2em;
}
.dialog-page header .title > .text > .title-with-actions .i-dropdown > li a {
  line-height: 1.7em;
}
.dialog-page header .title > .actions {
  flex-grow: 0;
  flex-shrink: 0;
  white-space: nowrap;
}
.dialog-page header .page-description {
  font-family: "Roboto Light", sans-serif;
  color: #999;
  font-size: 1.2em;
  margin-top: 0.42rem;
}
.dialog-page header .page-info {
  font-family: "Roboto", sans-serif;
  color: #999;
  margin-top: 0.42rem;
}

.management-page header {
  position: relative;
  margin-bottom: 1.8em;
}
.management-page header .title .text {
  font-size: 1.428em;
}
.management-page header h2,
.management-page header h3 {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  color: #333;
}
.management-page header h2 {
  margin-right: 0.5rem;
  font-size: 150%;
  font-weight: normal;
}
.management-page header h3 {
  margin-top: 0.42rem;
  font-size: 100%;
}
.management-page header .back-button {
  position: absolute;
  top: 11px;
  left: -20px;
  font-size: 15px;
  color: #dfdfdf;
}
.management-page header .back-button:hover {
  color: #999;
}
.management-page header .title {
  display: flex;
  align-items: flex-start;
  padding-top: 0.4rem;
  min-height: 2rem;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 1rem;
}
.management-page header .title > .text {
  flex-grow: 1;
}
.management-page header .title > .text > .title-with-actions {
  display: flex;
  align-items: center;
  gap: 1em;
}
.management-page header .title > .text > .title-with-actions h2,
.management-page header .title > .text > .title-with-actions h3 {
  font-size: 120%;
  font-weight: normal;
  display: inline;
  margin-right: 0;
}
.management-page header .title > .text > .title-with-actions .actions {
  display: inline-block;
  vertical-align: bottom;
  font-size: 0.8em;
}
.management-page header .title > .text > .title-with-actions .i-button[class*=icon-]::before {
  font-size: 1em;
  margin-right: 0.2em;
}
.management-page header .title > .text > .title-with-actions .i-dropdown > li a {
  line-height: 1.7em;
}
.management-page header .title > .actions {
  flex-grow: 0;
  flex-shrink: 0;
  white-space: nowrap;
}
.management-page header .page-description {
  font-family: "Roboto Light", sans-serif;
  color: #999;
  font-size: 1.2em;
  margin-top: 0.42rem;
}
.management-page header .page-info {
  font-family: "Roboto", sans-serif;
  color: #999;
  margin-top: 0.42rem;
}
.management-page.wide .page-content {
  max-width: 1000px !important;
}
.management-page.ultra-wide .page-content {
  max-width: 1600px !important;
}

.fixed-width-standalone-page, .fixed-width-standalone-text-page {
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
}
.fixed-width-standalone-page header, .fixed-width-standalone-text-page header {
  position: relative;
  margin-bottom: 1.8em;
}
.fixed-width-standalone-page header .title .text, .fixed-width-standalone-text-page header .title .text {
  font-size: 1.428em;
}
.fixed-width-standalone-page header h2, .fixed-width-standalone-text-page header h2,
.fixed-width-standalone-page header h3,
.fixed-width-standalone-text-page header h3 {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  color: #333;
}
.fixed-width-standalone-page header h2, .fixed-width-standalone-text-page header h2 {
  margin-right: 0.5rem;
  font-size: 150%;
  font-weight: normal;
}
.fixed-width-standalone-page header h3, .fixed-width-standalone-text-page header h3 {
  margin-top: 0.42rem;
  font-size: 100%;
}
.fixed-width-standalone-page header .back-button, .fixed-width-standalone-text-page header .back-button {
  position: absolute;
  top: 11px;
  left: -20px;
  font-size: 15px;
  color: #dfdfdf;
}
.fixed-width-standalone-page header .back-button:hover, .fixed-width-standalone-text-page header .back-button:hover {
  color: #999;
}
.fixed-width-standalone-page header .title, .fixed-width-standalone-text-page header .title {
  display: flex;
  align-items: flex-start;
  padding-top: 0.4rem;
  min-height: 2rem;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 1rem;
}
.fixed-width-standalone-page header .title > .text, .fixed-width-standalone-text-page header .title > .text {
  flex-grow: 1;
}
.fixed-width-standalone-page header .title > .text > .title-with-actions, .fixed-width-standalone-text-page header .title > .text > .title-with-actions {
  display: flex;
  align-items: center;
  gap: 1em;
}
.fixed-width-standalone-page header .title > .text > .title-with-actions h2, .fixed-width-standalone-text-page header .title > .text > .title-with-actions h2,
.fixed-width-standalone-page header .title > .text > .title-with-actions h3,
.fixed-width-standalone-text-page header .title > .text > .title-with-actions h3 {
  font-size: 120%;
  font-weight: normal;
  display: inline;
  margin-right: 0;
}
.fixed-width-standalone-page header .title > .text > .title-with-actions .actions, .fixed-width-standalone-text-page header .title > .text > .title-with-actions .actions {
  display: inline-block;
  vertical-align: bottom;
  font-size: 0.8em;
}
.fixed-width-standalone-page header .title > .text > .title-with-actions .i-button[class*=icon-]::before, .fixed-width-standalone-text-page header .title > .text > .title-with-actions .i-button[class*=icon-]::before {
  font-size: 1em;
  margin-right: 0.2em;
}
.fixed-width-standalone-page header .title > .text > .title-with-actions .i-dropdown > li a, .fixed-width-standalone-text-page header .title > .text > .title-with-actions .i-dropdown > li a {
  line-height: 1.7em;
}
.fixed-width-standalone-page header .title > .actions, .fixed-width-standalone-text-page header .title > .actions {
  flex-grow: 0;
  flex-shrink: 0;
  white-space: nowrap;
}
.fixed-width-standalone-page header .page-description, .fixed-width-standalone-text-page header .page-description {
  font-family: "Roboto Light", sans-serif;
  color: #999;
  font-size: 1.2em;
  margin-top: 0.42rem;
}
.fixed-width-standalone-page header .page-info, .fixed-width-standalone-text-page header .page-info {
  font-family: "Roboto", sans-serif;
  color: #999;
  margin-top: 0.42rem;
}
.fixed-width-standalone-page header, .fixed-width-standalone-text-page header {
  margin-top: 1em;
}
.fixed-width-standalone-page .page-content, .fixed-width-standalone-text-page .page-content {
  max-width: 1000px;
}

.fixed-width-standalone-text-page {
  width: 800px;
}
.fixed-width-standalone-text-page .page-content {
  max-width: 800px;
  font-size: 1.2em;
}
.fixed-width-standalone-text-page .page-content p:first-child {
  margin-top: 0;
}
.fixed-width-standalone-text-page .page-content p:last-child {
  margin-bottom: 0;
}

.conference-page header {
  position: relative;
  margin-bottom: 1.8em;
}
.conference-page header .title .text {
  font-size: 1.428em;
}
.conference-page header h2,
.conference-page header h3 {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  color: #333;
}
.conference-page header h2 {
  margin-right: 0.5rem;
  font-size: 150%;
  font-weight: normal;
}
.conference-page header h3 {
  margin-top: 0.42rem;
  font-size: 100%;
}
.conference-page header .back-button {
  position: absolute;
  top: 11px;
  left: -20px;
  font-size: 15px;
  color: #dfdfdf;
}
.conference-page header .back-button:hover {
  color: #999;
}
.conference-page header .title {
  display: flex;
  align-items: flex-start;
  padding-top: 0.4rem;
  min-height: 2rem;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 1rem;
}
.conference-page header .title > .text {
  flex-grow: 1;
}
.conference-page header .title > .text > .title-with-actions {
  display: flex;
  align-items: center;
  gap: 1em;
}
.conference-page header .title > .text > .title-with-actions h2,
.conference-page header .title > .text > .title-with-actions h3 {
  font-size: 120%;
  font-weight: normal;
  display: inline;
  margin-right: 0;
}
.conference-page header .title > .text > .title-with-actions .actions {
  display: inline-block;
  vertical-align: bottom;
  font-size: 0.8em;
}
.conference-page header .title > .text > .title-with-actions .i-button[class*=icon-]::before {
  font-size: 1em;
  margin-right: 0.2em;
}
.conference-page header .title > .text > .title-with-actions .i-dropdown > li a {
  line-height: 1.7em;
}
.conference-page header .title > .actions {
  flex-grow: 0;
  flex-shrink: 0;
  white-space: nowrap;
}
.conference-page header .page-description {
  font-family: "Roboto Light", sans-serif;
  color: #999;
  font-size: 1.2em;
  margin-top: 0.42rem;
}
.conference-page header .page-info {
  font-family: "Roboto", sans-serif;
  color: #999;
  margin-top: 0.42rem;
}
.conference-page header h2 {
  color: #cb6d04;
  padding-right: 5px;
}
.conference-page header h2 .track-name {
  font-style: italic;
}

.meeting-header {
  max-width: 800px;
  margin: 2em auto 0 auto;
}
.meeting-header h1 {
  color: #007cac;
}

.meeting-page {
  max-width: 800px;
  margin: 2em auto 0 auto;
}
.meeting-page header {
  position: relative;
  margin-bottom: 1.8em;
}
.meeting-page header .title .text {
  font-size: 1.428em;
}
.meeting-page header h2,
.meeting-page header h3 {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  color: #333;
}
.meeting-page header h2 {
  margin-right: 0.5rem;
  font-size: 150%;
  font-weight: normal;
}
.meeting-page header h3 {
  margin-top: 0.42rem;
  font-size: 100%;
}
.meeting-page header .back-button {
  position: absolute;
  top: 11px;
  left: -20px;
  font-size: 15px;
  color: #dfdfdf;
}
.meeting-page header .back-button:hover {
  color: #999;
}
.meeting-page header .title {
  display: flex;
  align-items: flex-start;
  padding-top: 0.4rem;
  min-height: 2rem;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 1rem;
}
.meeting-page header .title > .text {
  flex-grow: 1;
}
.meeting-page header .title > .text > .title-with-actions {
  display: flex;
  align-items: center;
  gap: 1em;
}
.meeting-page header .title > .text > .title-with-actions h2,
.meeting-page header .title > .text > .title-with-actions h3 {
  font-size: 120%;
  font-weight: normal;
  display: inline;
  margin-right: 0;
}
.meeting-page header .title > .text > .title-with-actions .actions {
  display: inline-block;
  vertical-align: bottom;
  font-size: 0.8em;
}
.meeting-page header .title > .text > .title-with-actions .i-button[class*=icon-]::before {
  font-size: 1em;
  margin-right: 0.2em;
}
.meeting-page header .title > .text > .title-with-actions .i-dropdown > li a {
  line-height: 1.7em;
}
.meeting-page header .title > .actions {
  flex-grow: 0;
  flex-shrink: 0;
  white-space: nowrap;
}
.meeting-page header .page-description {
  font-family: "Roboto Light", sans-serif;
  color: #999;
  font-size: 1.2em;
  margin-top: 0.42rem;
}
.meeting-page header .page-info {
  font-family: "Roboto", sans-serif;
  color: #999;
  margin-top: 0.42rem;
}

.event-wrapper {
  width: 1000px;
  margin: 30px auto;
  margin-top: 18px;
}

.conference-title-link {
  font-size: 33px;
  background: transparent;
  color: white;
}

.search-page header {
  position: relative;
  margin-bottom: 1.8em;
}
.search-page header .title .text {
  font-size: 1.428em;
}
.search-page header h2,
.search-page header h3 {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  color: #333;
}
.search-page header h2 {
  margin-right: 0.5rem;
  font-size: 150%;
  font-weight: normal;
}
.search-page header h3 {
  margin-top: 0.42rem;
  font-size: 100%;
}
.search-page header .back-button {
  position: absolute;
  top: 11px;
  left: -20px;
  font-size: 15px;
  color: #dfdfdf;
}
.search-page header .back-button:hover {
  color: #999;
}
.search-page header .title {
  display: flex;
  align-items: flex-start;
  padding-top: 0.4rem;
  min-height: 2rem;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 1rem;
}
.search-page header .title > .text {
  flex-grow: 1;
}
.search-page header .title > .text > .title-with-actions {
  display: flex;
  align-items: center;
  gap: 1em;
}
.search-page header .title > .text > .title-with-actions h2,
.search-page header .title > .text > .title-with-actions h3 {
  font-size: 120%;
  font-weight: normal;
  display: inline;
  margin-right: 0;
}
.search-page header .title > .text > .title-with-actions .actions {
  display: inline-block;
  vertical-align: bottom;
  font-size: 0.8em;
}
.search-page header .title > .text > .title-with-actions .i-button[class*=icon-]::before {
  font-size: 1em;
  margin-right: 0.2em;
}
.search-page header .title > .text > .title-with-actions .i-dropdown > li a {
  line-height: 1.7em;
}
.search-page header .title > .actions {
  flex-grow: 0;
  flex-shrink: 0;
  white-space: nowrap;
}
.search-page header .page-description {
  font-family: "Roboto Light", sans-serif;
  color: #999;
  font-size: 1.2em;
  margin-top: 0.42rem;
}
.search-page header .page-info {
  font-family: "Roboto", sans-serif;
  color: #999;
  margin-top: 0.42rem;
}
.search-page header {
  margin-top: 1em;
}
.search-page .title .text {
  margin-left: 2%;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

button,
input,
textarea,
select,
blockquote {
  font: inherit;
}

fieldset,
legend,
ul,
menu {
  padding: 0;
}

fieldset,
ul,
blockquote,
menu {
  margin: 0;
}

fieldset {
  border: none;
}

button:not(:disabled),
select:not(:disabled),
input[type=checkbox]:not(:disabled),
input[type=radio]:not(:disabled),
label,
summary {
  cursor: pointer;
}

:disabled label,
label:has(:disabled) {
  cursor: default;
}

summary {
  list-style: none;
}

.semantic-text {
  color: #999;
}
.semantic-text.highlight {
  color: #09c;
}
.semantic-text.success {
  color: #00c851;
}
.semantic-text.error {
  color: #f91f1f;
}
.semantic-text.warning {
  color: #e99e18;
}
.semantic-text.visited {
  color: #6e5494;
}
.semantic-text.strong {
  color: #555;
}
.semantic-text.editing-rejected {
  color: #31393c;
}
.semantic-text.editing-make-changes {
  color: #ffcf00;
}
.semantic-text.editing-request-changes {
  color: #c00;
}
.semantic-text.editing-accepted-submitter {
  color: #b5cc18;
}

.semantic-background {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  border-left: 1px solid #999;
  background: #999;
  color: white;
}
.semantic-background.highlight {
  border-top: 1px solid #09c;
  border-bottom: 1px solid #09c;
  border-right: 1px solid #09c;
  border-left: 1px solid #09c;
  background: #09c;
}
.semantic-background.success {
  border-top: 1px solid #00c851;
  border-bottom: 1px solid #00c851;
  border-right: 1px solid #00c851;
  border-left: 1px solid #00c851;
  background: #00c851;
}
.semantic-background.error {
  border-top: 1px solid #f91f1f;
  border-bottom: 1px solid #f91f1f;
  border-right: 1px solid #f91f1f;
  border-left: 1px solid #f91f1f;
  background: #f91f1f;
}
.semantic-background.warning {
  border-top: 1px solid #e99e18;
  border-bottom: 1px solid #e99e18;
  border-right: 1px solid #e99e18;
  border-left: 1px solid #e99e18;
  background: #e99e18;
}
.semantic-background.visited {
  border-top: 1px solid #6e5494;
  border-bottom: 1px solid #6e5494;
  border-right: 1px solid #6e5494;
  border-left: 1px solid #6e5494;
  background: #6e5494;
}
.semantic-background.strong {
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
  border-right: 1px solid #555;
  border-left: 1px solid #555;
  background: #555;
}
.semantic-background.editing-rejected {
  border-top: 1px solid #31393c;
  border-bottom: 1px solid #31393c;
  border-right: 1px solid #31393c;
  border-left: 1px solid #31393c;
  background: #31393c;
}
.semantic-background.editing-make-changes {
  border-top: 1px solid #ffcf00;
  border-bottom: 1px solid #ffcf00;
  border-right: 1px solid #ffcf00;
  border-left: 1px solid #ffcf00;
  background: #ffcf00;
}
.semantic-background.editing-request-changes {
  border-top: 1px solid #c00;
  border-bottom: 1px solid #c00;
  border-right: 1px solid #c00;
  border-left: 1px solid #c00;
  background: #c00;
}
.semantic-background.editing-accepted-submitter {
  border-top: 1px solid #b5cc18;
  border-bottom: 1px solid #b5cc18;
  border-right: 1px solid #b5cc18;
  border-left: 1px solid #b5cc18;
  background: #b5cc18;
}

html,
body {
  height: 100%;
}

body {
  background: #fff;
  padding: 0;
  margin: 0;
  font-family: "Liberation Sans", sans-serif;
  font-size: 13px;
}

.ui {
  font-family: "Muli", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
td,
dl,
ol,
blockquote {
  color: #555;
}

h1 {
  font-family: "Roboto", sans-serif;
  font-size: 1.7em;
}

h1.category-title {
  font-size: 2em;
}

h2,
h3,
h4 {
  font-family: "Roboto Light", sans-serif;
}

h2 {
  font-size: 1.6em;
}

h3 {
  font-size: 1.2em;
}

sup,
sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}

sub {
  top: 0.4em;
}

pre {
  white-space: pre-wrap; /* css-3 */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
  margin: 0;
}

/* Elements */
.page-title {
  margin-top: 0;
  font-size: 2em;
  font-weight: normal;
  color: #cb6d04;
}

.group-title {
  border-bottom: 2px solid #eaeaea;
  display: block;
  font-size: 2em;
  font-weight: normal;
}
.group-title > i {
  font-size: 1.2em;
  padding-right: 0.2em;
  vertical-align: middle;
}

.groupTitle,
.groupTitleNoBorder,
.groupSubTitle {
  display: block;
  width: 100%;
  font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  font-size: 24px;
  font-weight: normal;
  color: #4a4a4a;
  padding: 3px 3px 5px 3px;
  border-bottom: 1px solid #aaa;
  margin-bottom: 1em;
}

td.groupTitle,
td.groupTitleNoBorder,
td.groupSubTitle {
  display: table-cell;
}

.groupTitle > [class*=icon-],
.groupTitleNoBorder > [class*=icon-] {
  color: #ccc;
  font-size: 1.2em;
  vertical-align: middle;
}

.reviewingsubtitle {
  font-family: "Times New Roman", Verdana, Arial, sans-serif;
  font-size: 15pt;
  color: #4e4c46;
  letter-spacing: 1px;
  padding: 3px;
  margin: 10px 0;
}

.groupTitleNoBorder {
  border-bottom: none;
}

.quotation {
  margin: 10px;
  padding-left: 10px;
  color: #777;
  border-left: 4px solid #ddd;
}

/* Quick rules */
.nohtml {
  white-space: pre-line;
}

.overflow {
  overflow: auto;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.text-right {
  text-align: right;
}

.text-important {
  color: #111;
}

.text-normal {
  color: #444;
}

.text-error {
  color: #f91f1f;
}

.text-not-important {
  color: #777;
}

.text-superfluous {
  color: black;
}

.text-paper {
  font-family: "Liberation Serif", serif;
  text-align: justify;
  text-indent: 2em;
}
.text-paper h3 {
  color: inherit;
  font-family: inherit;
  font-size: 1.1em;
  font-weight: inherit;
  margin: 0 0 1.2em 0;
  text-align: center;
  text-indent: 0;
  text-transform: uppercase;
}

a.small-link {
  color: #777;
  font-size: 11px;
}

.mono, textarea.log,
code {
  font-family: "Liberation Mono", monospace;
}

textarea.log {
  color: #999;
  font-size: 0.7em;
}

.preformatted {
  white-space: pre-wrap;
}

.pre-line {
  white-space: pre-line;
}

.underline {
  text-decoration: underline;
}

body {
  --text-color: #333;
  --text-inverse-color: #fff;
  --text-disabled-color: #999;
  --text-secondary-color: #6e6e6e;
  --background-primary: #fff;
  --background-secondary: #f7f7f7;
  --surface-default: #e8e8e8;
  --surface-inverse-color: #555;
  --surface-accent-color: var(--accent-color);
  --surface-accent-secondary-color: #cee8f5;
  --surface-highlight-color: #c4c4c4;
  --surface-highlight-inverse-color: var(--text-secondary-color);
  --surface-disabled-color: #f9f9f9;
  --surface-disabled-inverse-color: #757575;
  --border-default-color: #5a5a5a;
  --border-disabled-color: #c4c4c4;
  --accent-color: #0075a3;
  --accent-secondary-color: #b35905;
  --accent-highlight-color: #035e81;
  --accent-border-color: #05425b;
  --active-color: #db1a1a;
  --visited-color: #5c079b;
  --protected-color: #cc6300;
  --highlight-color: #fff9b8;
  --attention-color: #fd0;
  --text-red-color: #db1a1a;
  --text-green-color: #216901;
  --text-blue-color: #0164c1;
  --text-brown-color: #60331f;
  --text-orange-color: #b73701;
  --control-border-color: var(--border-default-color);
  --control-text-color: var(--text-color);
  --control-clickable-surface-color: var(--surface-default);
  --control-clickable-surface-focus-color: var(--surface-highlight-color);
  --control-clickable-border-color: var(--control-border-color);
  --control-alt-text-color: var(--text-inverse-color);
  --control-alt-clickable-surface-color: var(--accent-color);
  --control-alt-clickable-surface-focus-color: var(--accent-highlight-color);
  --control-alt-border-color: var(--accent-border-color);
  --control-disabled-text-color: var(--text-disabled-color);
  --control-disabled-clickable-surface-color: var(--surface-disabled-color);
  --control-disabled-border-color: var(--surface-disabled-color);
  --control-indented-bg-color: var(--surface-disabled-color);
  --control-disabled-indented-bg-color: var(--text-disabled-color);
  --control-disabled-inset-indented-color: var(--text-disabled-color);
  --control-border-width: 1px;
  --control-border-radius: 0.3em;
  --control-border: var(--control-border-width) solid var(--control-border-color);
  --control-padding: 0.5em 1em;
  --control-internal-gap: 0.2em;
  --control-raised-shadow: 0 0.2em 0.5em rgba(0, 0, 0, 0.3);
  --clickable-text-color: var(--accent-color);
  --clickable-text-highlight-color: var(--accent-secondary-color);
  --clickable-text-active-color: var(--active-color);
  --clickable-text-used-color: var(--visited-color);
  --clickable-text-disabled-color: var(--text-disabled-color);
  --table-border-color: var(--control-border-color);
  --table-border-width: 1px;
  --table-header-border-color: var(--control-border-color);
  --table-header-border-width: 2px;
  --container-padding: 1em;
  --container-narrow-padding: 1em 0.5em;
  --container-element-spacing: 0.5em;
  --container-separator-color: #d0d0d0;
  --content-gap-within-inline: 0.2em;
  --content-gap-normal: 0.5em;
  --content-gap-between-groups: 1em;
  --content-gap-between-sections: 2em;
  --content-max-readable-width: 40em;
  --message-important-surface-color: var(--highlight-color);
  --message-important-text-color: var(--text-color);
  --text-size-rel-xs: 75%;
  --text-size-rel-s: 87.5%;
  --text-size-rel-n: 100%;
  --text-size-rel-l: 120%;
  --text-size-rel-xl: 150%;
  --text-size-rel-xxl: 200%;
  --text-size-abs-s: 0.875rem;
  --text-size-abs-n: 1rem;
  --text-size-abs-l: 1.2rem;
  --text-size-abs-xl: 1.5rem;
  --text-size-abs-xxl: 2rem;
  --text-size-global-adjust: 1.14;
  --transition-quick: 0.2s;
  --tag-generic-color: var(--accent-color);
  --tag-disabled-color: var(--surface-disabled-inverse-color);
  --modal-control-box-shadow: 0 0.5em 2em rgba(0, 0, 0, 0.3);
}

.ui.label.green {
  color: #333 !important;
}

.ui.dropdown:not(.button) > .default.text,
.ui.default.dropdown:not(.button) > .text {
  color: #737373 !important;
}

.ui.primary.button {
  background-color: var(--accent-color);
}
.ui.primary.button:hover {
  background-color: var(--accent-highlight-color);
}

.ui.info.message,
.ui.info.message .header {
  color: var(--accent-highlight-color) !important;
}

body {
  background: #424242;
}

.contrib-description.plain {
  white-space: pre-line;
}

.item-location {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 0.2em;
  color: #05b3b3;
  font-size: 1em;
  float: right;
  max-width: 200px;
  margin: 0.5rem 0.7em 0 0;
}
.item-location::before {
  color: #05b3b3;
  margin-right: 0.2em;
  vertical-align: middle;
}
.item-location.header-data {
  padding: 0;
}

.event-time-data time {
  display: inline-block;
  padding: 0 0.25em 0 0.25em;
  line-height: 1.5rem;
  background-color: #1a63a0;
  color: #f9f9f9;
  border-radius: 2px;
  color: #f9f9f9 !important;
  background-color: #1e71b6;
}
.event-time-data .date {
  color: black;
}
.event-time-data .timezone {
  font-size: 0.8em;
}

.header-data {
  color: #f9f9f9;
  background-color: transparent;
  display: flex;
  align-items: center;
}
.header-data::before {
  color: #f9f9f9;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  margin-right: 0.4em;
  vertical-align: middle;
}

.event-location .text {
  display: inline-block;
  padding: 0 0.25em 0 0.25em;
  line-height: 1.5rem;
  background-color: #1a63a0;
  color: #f9f9f9;
  border-radius: 2px;
  color: #f9f9f9 !important;
  background-color: #1e71b6;
}
.event-location .icon-location {
  vertical-align: middle;
}

.event-location.event-location, .event-location.event-chairs,
.event-chairs.event-location,
.event-chairs.event-chairs,
.event-date.event-location,
.event-date.event-chairs {
  margin-top: 0.5em;
}

.timetable-contrib .timetable-title {
  margin-right: 0.2em;
  color: #1a63a0;
}

.speaker-list,
.chairperson-list,
.convener-list {
  margin: 0.1em 55px 0 0;
}
.speaker-list .label,
.chairperson-list .label,
.convener-list .label {
  font-weight: bold;
}
.speaker-list .affiliation,
.chairperson-list .affiliation,
.convener-list .affiliation {
  font-size: 0.8em;
  opacity: 0.7;
}

.chairperson-list .author {
  display: inline-block;
  padding: 0 0.25em 0 0.25em;
  line-height: 1.5rem;
  background-color: #1a63a0;
  color: #f9f9f9;
  border-radius: 2px;
  color: #f9f9f9 !important;
  background-color: #1e71b6;
  margin-bottom: 2px;
}

.speaker-list,
.convener-list {
  color: #777;
}

.details .address {
  color: #aaa;
  font-size: 12px;
  text-shadow: none;
}

div.event-header {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background: #1a63a0;
  color: #f9f9f9;
  font-size: 12pt;
  position: relative;
  min-height: 125px;
  margin: 0;
  padding: 10px 30px 10px;
}
div.event-header .event-title {
  display: flex;
  justify-content: space-between;
  gap: 0.5em;
  margin-bottom: 10px;
}
div.event-header .event-title h1 {
  font-size: 20pt;
  color: #f9f9f9;
  font-weight: normal;
  margin-top: 10px;
}
div.event-header .event-title .event-actions {
  display: flex;
  margin-top: 10px;
}
@media screen {
  div.event-header .event-title .event-actions {
    gap: 0.2em;
  }
}
div.event-header.round-bottom-corners {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.event-header {
  font-family: "Roboto Light", sans-serif;
}
.event-header .event-label {
  margin-left: 1em !important;
  text-transform: uppercase;
  vertical-align: 50%;
}

.meeting-timetable,
.meeting-sub-timetable {
  list-style-type: none;
  padding: 0;
}

.item-description {
  font-family: "Roboto", sans-serif;
  color: #777;
}
.item-description.session-description, .item-description.break-description, .item-description.contrib-description, .item-description.subcontrib-description {
  padding: 0.5em 0;
}
.item-description .event-description {
  color: #555;
}
.item-description ul {
  margin-bottom: 0.5em;
}
.item-description ul,
.item-description ol {
  margin-left: 3em;
}
.item-description :is(ul, ol) :is(ul, ol) {
  margin-left: 1.2em;
}

ul.day-list {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
  margin-top: 10px;
}

.day-header {
  margin-top: 25px;
  position: relative;
  text-align: center;
}
.day-header .day-title {
  display: inline-block;
  font-variant: small-caps;
  font-size: 1.7em;
  color: #f9f9f9;
  padding: 0.5em;
}
.day-header a.js-go-to-day {
  display: inline-block;
  color: black;
  font-size: 1.4em;
  position: absolute;
  padding-bottom: 0.5em;
  right: 0;
  bottom: 0;
}

.meeting-timetable {
  font-family: "Roboto", sans-serif;
  border-radius: 2px;
  box-shadow: 0 2px 10px 1px rgba(50, 50, 50, 0.4);
  padding: 1em 1em 0.5em 0;
  background-color: white;
}
.meeting-timetable .toolbar,
.meeting-timetable .toolbar .group {
  margin-bottom: 0;
  padding: 0;
}
.meeting-timetable .timetable-item {
  display: flex;
}
.meeting-timetable .timetable-item:not(:first-child) {
  margin-top: 1em;
}
.meeting-timetable .timetable-item .timetable-duration {
  margin: 0.5rem 0.7em 0 0;
  min-width: 4em;
  text-align: right;
  color: #999;
}
.meeting-timetable .timetable-item .timetable-duration::before {
  color: #999;
  margin-right: 0.2em;
}

.timetable-item-body {
  flex: auto;
  padding-bottom: 0.5rem;
  overflow: hidden;
  /* Without the following IE11 doesn't correctly compute the width of the element. */
  width: 100%;
}
.timetable-item-body:not(:hover) > .timetable-item-header .timetable-item-actions .manage-button:not(.selected) .i-button {
  background-color: #fff;
  border-color: black !important;
}
.timetable-item-body:not(:first-child) {
  margin-left: 1em;
}
.timetable-item-body .timetable-item-header {
  flex: auto;
}
.timetable-item-body .timetable-item-header .timetable-title {
  font-weight: bold;
  font-size: 1.1em;
  padding-top: 0.5rem;
  font-family: "Roboto", sans-serif;
  flex: auto;
  line-height: 1rem;
}
.timetable-item-body .timetable-item-header .timetable-title.nested {
  color: #1a63a0;
}
.timetable-item-body .timetable-item-header .timetable-item-actions {
  flex-shrink: 0;
  padding-top: 0.25rem;
  max-height: 2.2em;
}
.timetable-item-body .timetable-item-header .timetable-item-actions .manage-button .i-button {
  transition: background-color 0.25s linear;
}
.timetable-item-body .material-list {
  padding-top: 0.4em;
}

.event-manage-button {
  font-size: 10pt;
}
.event-manage-button button.open {
  border-bottom-left-radius: 0;
}
.event-manage-button .i-dropdown {
  border-top-left-radius: 0;
}

.event-privacy-info-button {
  font-family: "Liberation Sans", sans-serif;
  font-size: 12pt;
}
.event-privacy-info-button .privacy-dropdown {
  display: inline-block;
  position: relative;
  outline: none;
}
.event-privacy-info-button .privacy-dropdown .menu {
  display: none;
  position: absolute;
  z-index: 1;
  top: 1.8em;
  right: 0.2em;
  min-width: 10em;
  border-radius: 2px;
  background-color: #f9f9f9;
  box-shadow: 0 2px 10px 1px rgba(50, 50, 50, 0.4);
  padding-top: 0.2em;
}
.event-privacy-info-button .privacy-dropdown .menu .item,
.event-privacy-info-button .privacy-dropdown .menu .header {
  display: block;
  padding: 0 0.5em 0.4em;
  font-size: 0.9em;
}
.event-privacy-info-button .privacy-dropdown .menu .item:not(a),
.event-privacy-info-button .privacy-dropdown .menu .header:not(a) {
  color: #555;
}
.event-privacy-info-button .privacy-dropdown .menu .item.header,
.event-privacy-info-button .privacy-dropdown .menu .header.header {
  padding-bottom: 0.2em;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.8em;
}
.event-privacy-info-button .privacy-dropdown .menu .divider {
  border-top: 1px dotted #999;
  height: 0;
  margin-bottom: 0.2em;
}
.event-privacy-info-button .privacy-dropdown:focus-within .menu {
  display: block;
}

.meeting-sub-timetable {
  margin-top: 1em;
}

.subcontrib-list {
  list-style-type: none;
  padding: 0;
}
.subcontrib-list .timetable-item.timetable-subcontrib {
  border-left: 2px dotted black;
  padding-left: 1em;
}
.subcontrib-list .timetable-item.timetable-subcontrib .timetable-title {
  font-weight: normal;
}
.subcontrib-list .timetable-item.timetable-subcontrib .speaker-list {
  padding-top: 0.5em;
}

.timetable-time {
  color: #1a63a0 !important;
  flex-shrink: 0;
  line-height: 2rem;
}
.timetable-time.top-level .start-time {
  background-color: #1a63a0;
  font-weight: bold;
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1);
  margin-left: -10px;
  padding: 0 10px 0 20px;
  position: relative;
  transition: background-color 0.5s linear;
  border-radius: 0 2px 2px 0;
  background-color: #1a63a0;
}
.timetable-time.top-level .start-time::before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 100%;
  border-width: 5px 5px;
  border-style: solid;
  border-color: #134874 #134874 transparent transparent;
}
.timetable-time.nested {
  transition: border-color 0.5s linear;
  margin-right: 0.5em;
  border-right: 3px solid #777;
}
.timetable-time.nested .start-time {
  padding: 0 5px 0 10px;
  background-color: #777;
}
.timetable-time.break {
  color: #05b3b3 !important;
  border-color: #05b3b3;
}
.timetable-time.break .end-time {
  color: #05b3b3 !important;
}
.timetable-time.break.top-level .start-time {
  transition: background-color 0.5s linear;
  border-radius: 0 2px 2px 0;
  background-color: #05b3b3;
}
.timetable-time.break.top-level .start-time::before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 100%;
  border-width: 5px 5px;
  border-style: solid;
  border-color: #048181 #048181 transparent transparent;
}
.timetable-time.break.nested .start-time {
  background-color: #05b3b3;
}
.timetable-time .start-time {
  display: inline-block;
  padding: 0 0.25em 0 0.25em;
  line-height: 1.5rem;
  background-color: #1a63a0;
  color: #f9f9f9;
  border-radius: 2px 0 0 2px;
  transition: background-color 0.5s linear;
  color: #f9f9f9 !important;
}
.timetable-time .end-time {
  color: #1a63a0;
}

.timetable-item.timetable-break .timetable-item-body .timetable-title {
  text-align: center;
  color: #05b3b3 !important;
}
.timetable-item.timetable-break .timetable-item-body .timetable-duration,
.timetable-item.timetable-break .timetable-item-body .timetable-duration::before {
  color: #05b3b3 !important;
}
.timetable-item.timetable-break .timetable-item-body .timetable-item-header {
  background-color: #f9f9f9;
  padding-bottom: 0.5em;
}
.timetable-item.timetable-break .location-info {
  margin-left: 1em;
}

.event-sub-header {
  border-radius: 0 0 2px 2px;
  box-shadow: 0 2px 10px 1px rgba(50, 50, 50, 0.4);
  font-family: "Roboto Light", sans-serif;
  background: white;
  font-size: 12px;
  color: black;
  margin: 0;
  padding: 3px 3px;
}

.note-area-wrapper .note-area {
  font-family: "Roboto", sans-serif;
  margin-top: 10px;
}

.event-header-lecture > h1 {
  margin-top: 1em;
}
.event-header-lecture > h2 {
  font-size: 1.1em;
  color: black;
}
.event-header-lecture .lecture-category {
  color: #a8dede;
}

a.lecture-series-link {
  display: inline-block;
  padding: 0.2em 0.5em;
  background: #1a63a0;
  color: #f9f9f9 !important;
  margin-right: 0.1em;
}

.timetable-item:target .timetable-time {
  border-color: #00a4e4;
}
.timetable-item:target .timetable-time .start-time {
  background-color: #00a4e4;
}
.timetable-item:target .timetable-title {
  color: #00a4e4 !important;
}
.timetable-item:target.timetable-block > .timetable-time .start-time {
  transition: background-color 0.5s linear;
  border-radius: 0 2px 2px 0;
  background-color: #00a4e4;
}
.timetable-item:target.timetable-block > .timetable-time .start-time::before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 100%;
  border-width: 5px 5px;
  border-style: solid;
  border-color: #007fb1 #007fb1 transparent transparent;
}
.timetable-item:target.timetable-subcontrib,
.timetable-item:target .timetable-subcontrib {
  border-color: #00a4e4;
}

.days-dropdown li {
  white-space: nowrap;
}

.agenda-placeholder {
  border-radius: 2px;
  background-color: white;
  margin-top: 10px;
  flex-grow: 1;
  color: black;
  text-align: center;
  height: 250px;
}
.agenda-placeholder .placeholder-icon {
  font-size: 5em;
}
.agenda-placeholder .agenda-placeholder-content {
  margin: auto;
}
.agenda-placeholder .placeholder-text {
  font-size: 1.5em;
  font-weight: bold;
}
.agenda-placeholder a {
  color: #0b63a5;
}
.agenda-placeholder a:hover {
  text-decoration: underline;
}

div.event-details {
  font-size: 1.1em;
}
div.event-details .event-details-row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.5em;
}
div.event-details .event-details-label {
  width: 120px;
  text-align: right;
  font-weight: bold;
  margin-right: 1em;
}
div.event-details .event-details-label.align-top {
  align-self: flex-start;
}
div.event-details .event-details-content {
  flex: 1;
}

.attachments-display-container {
  flex-wrap: wrap;
  margin-left: -0.2em;
}

body {
  background-color: white !important;
  color: black !important;
}

.manage-button,
.event-manage-button,
.event-privacy-info-button,
.privacy-dropdown .item,
#session-bar,
.eventHeaderButtonBar,
.js-go-to-day,
.trigger.icon-expand {
  display: none !important;
}

.timetable-duration,
.dayList .day,
.dayList .day-title,
.participant-list-wrapper {
  background-color: white !important;
  color: black !important;
}

.timetable-time .start-time,
.timetable-time .end-time {
  background-color: white !important;
  color: black !important;
}

.timetable-item.timetable-break .timetable-item-header {
  background: transparent !important;
}
.timetable-item.timetable-break .timetable-item-header .timetable-title {
  background-color: white !important;
  color: black !important;
}

.participant-list-wrapper {
  max-height: none !important;
}

.event-service-row {
  box-shadow: none !important;
  border: none !important;
}
.event-service-row .event-service-toolbar {
  display: none;
}

.meeting-timetable {
  box-shadow: none !important;
  border: 1px solid black;
}
.meeting-timetable .start-time {
  box-shadow: none !important;
  border: 1px solid black;
}
.meeting-timetable .start-time::before {
  display: none !important;
}

.event-sub-header {
  box-shadow: none !important;
  border: none;
}

.flexrow,
.flexcol {
  display: block !important;
}

.event-date > * {
  float: left;
}

.event-location {
  clear: both;
}

@supports (-webkit-appearance: none) {
  .timetable-item-body {
    margin-top: 0.5em;
  }
}
.main-action-bar,
.footer {
  display: none !important;
}

/*# sourceMappingURL=themes_standard.print.9ebf4d2e.css.map*/