@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, .banner, .layout-side-menu,
.flexcol,
body {
  display: flex;
}

.flexrow, .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.svg#icomoon-ultimate") format("svg"), url("/fonts/icomoon/icomoon.woff") format("woff"), url("/fonts/icomoon/icomoon.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,
ul.category-list li::before,
ul.highlight-categories li::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.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, .category-calendar-page header .page-description, .search-page header .page-description, .meeting-page header .page-description, .conference-page header .page-description, .fixed-width-standalone-page header .page-description, .management-page div.page-content, .management-page header .page-description, .dialog-page header .page-description, .fixed-width-standalone-text-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,
ul.highlight-categories,
menu {
  padding: 0;
}

fieldset,
ul,
ul.highlight-categories,
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: #bbb;
}

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

/*
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.svg#icomoon-ultimate") format("svg"), url("/fonts/icomoon/icomoon.woff") format("woff"), url("/fonts/icomoon/icomoon.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,
ul.category-list li::before,
ul.highlight-categories li::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.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;
}

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

.flexrow, .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;
}

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, .category-calendar-page header .page-description, .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%;
}

/* 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, .banner, .layout-side-menu,
.flexcol,
body {
  display: flex;
}

.flexrow, .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.svg#icomoon-ultimate") format("svg"), url("/fonts/icomoon/icomoon.woff") format("woff"), url("/fonts/icomoon/icomoon.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,
.i-button.next::after,
a.arrow::after,
.i-button.arrow::after,
.i-button.color-button::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,
a.arrow::after,
.i-button.arrow::after {
  content: "\e902";
}

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

.icon-arrow-right-sparse::before,
ul.category-list li::before,
ul.highlight-categories li::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,
.i-button.next::after {
  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,
.i-button.color-button::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.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, .conference-page header .page-description, .meeting-page header .page-description, .search-page header .page-description, .category-calendar-page header .page-description, .fixed-width-standalone-text-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,
ul.highlight-categories,
menu {
  padding: 0;
}

fieldset,
ul,
ul.highlight-categories,
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: #bbb;
}

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

.i-button {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 2px;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  display: inline-block;
  cursor: pointer;
  color: #777;
  text-align: center;
  vertical-align: middle;
  transition: color 0.25s ease-out;
  margin: 0;
  padding: 4px 10px 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.i-button:not(.label) {
  background: #ececec;
  border-color: #dfdfdf;
  color: #777;
}

.i-button:not(.label):hover, .i-button:not(.label):active {
  border-color: #bbb;
  color: #555;
}

.i-button:not(.label):hover {
  background: #ececec;
  background-image: linear-gradient(to bottom, #ececec, #e0e0e0);
}

.i-button:not(.label):active, .i-button:not(.label).open {
  background: #e0e0e0;
  background-image: linear-gradient(to bottom, #e0e0e0, #ececec);
}

.i-button.borderless {
  box-shadow: none !important;
  background: none !important;
  border-color: transparent !important;
  color: #777;
}

.i-button.borderless:hover, .i-button.borderless:active {
  color: #555;
}

.i-button.text-color:not(.color-on-hover) {
  color: #777;
}

.i-button.text-color.color-on-hover:hover {
  color: #777;
}

.i-button.text-color:hover, .i-button.text-color:active {
  color: #555;
}

.i-button.text-color.outline {
  border-color: #777;
  background: white;
}

.i-button.text-color.dashed {
  border-style: dashed;
  background: white;
}

.i-button.text-color.subtle:not(:hover):not(:active) {
  box-shadow: none;
  background: transparent;
  border-color: transparent;
}

.i-button ~ .i-button, .i-button ~ .group {
  margin-left: 0.3rem;
}

.i-button:hover {
  box-shadow: 1px 1px 4px rgba(20, 20, 20, 0.1);
}

.i-button:active, .i-button.open {
  box-shadow: 1px 1px 4px rgba(20, 20, 20, 0.1) inset;
}

.i-button:disabled, .i-button.disabled {
  color: #bbb !important;
  cursor: default;
}

.i-button:disabled:not(.borderless), .i-button.disabled:not(.borderless) {
  border-color: #dfdfdf !important;
  background: #ececec !important;
  box-shadow: none !important;
}

.i-button[class*=icon-]::before {
  font-size: 1.2em;
}

.i-button[class*=icon-]:not(:empty)::before {
  margin-right: 0.5em;
}

.i-button.accept:not(.label):not(.borderless):not(.text-color) {
  background: #00c851;
  border-color: #67a766;
  color: #f9f9f9;
}

.i-button.accept:not(.label):not(.borderless):not(.text-color):hover, .i-button.accept:not(.label):not(.borderless):not(.text-color):active {
  border-color: #67a766;
  color: white;
}

.i-button.accept:not(.label):not(.borderless):not(.text-color):hover {
  background: #00c851;
  background-image: linear-gradient(to bottom, #00c851, #00af47);
}

.i-button.accept:not(.label):not(.borderless):not(.text-color):active, .i-button.accept:not(.label):not(.borderless):not(.text-color).open {
  background: #00af47;
  background-image: linear-gradient(to bottom, #00af47, #00c851);
}

.i-button.accept.borderless {
  box-shadow: none !important;
  background: none !important;
  border-color: transparent !important;
  color: #00c851;
}

.i-button.accept.borderless:hover, .i-button.accept.borderless:active {
  color: #00af47;
}

.i-button.accept.text-color:not(.color-on-hover) {
  color: #00c851;
}

.i-button.accept.text-color.color-on-hover:hover {
  color: #00c851;
}

.i-button.accept.text-color:hover, .i-button.accept.text-color:active {
  color: #00af47;
}

.i-button.accept.text-color.outline {
  border-color: #00c851;
  background: white;
}

.i-button.accept.text-color.dashed {
  border-style: dashed;
  background: white;
}

.i-button.accept.text-color.subtle:not(:hover):not(:active) {
  box-shadow: none;
  background: transparent;
  border-color: transparent;
}

.i-button.danger:not(.label):not(.borderless):not(.text-color) {
  background: #f91f1f;
  border-color: #c00;
  color: #f9f9f9;
}

.i-button.danger:not(.label):not(.borderless):not(.text-color):hover, .i-button.danger:not(.label):not(.borderless):not(.text-color):active {
  border-color: #c00;
  color: white;
}

.i-button.danger:not(.label):not(.borderless):not(.text-color):hover {
  background: #f91f1f;
  background-image: linear-gradient(to bottom, #f91f1f, #f80707);
}

.i-button.danger:not(.label):not(.borderless):not(.text-color):active, .i-button.danger:not(.label):not(.borderless):not(.text-color).open {
  background: #f80707;
  background-image: linear-gradient(to bottom, #f80707, #f91f1f);
}

.i-button.danger.borderless {
  box-shadow: none !important;
  background: none !important;
  border-color: transparent !important;
  color: #f91f1f;
}

.i-button.danger.borderless:hover, .i-button.danger.borderless:active {
  color: #f80707;
}

.i-button.danger.text-color:not(.color-on-hover) {
  color: #f91f1f;
}

.i-button.danger.text-color.color-on-hover:hover {
  color: #f91f1f;
}

.i-button.danger.text-color:hover, .i-button.danger.text-color:active {
  color: #f80707;
}

.i-button.danger.text-color.outline {
  border-color: #f91f1f;
  background: white;
}

.i-button.danger.text-color.dashed {
  border-style: dashed;
  background: white;
}

.i-button.danger.text-color.subtle:not(:hover):not(:active) {
  box-shadow: none;
  background: transparent;
  border-color: transparent;
}

.i-button.highlight:not(.label):not(.borderless):not(.text-color) {
  background: #09c;
  border-color: #007cac;
  color: #f9f9f9;
}

.i-button.highlight:not(.label):not(.borderless):not(.text-color):hover, .i-button.highlight:not(.label):not(.borderless):not(.text-color):active {
  border-color: #007cac;
  color: white;
}

.i-button.highlight:not(.label):not(.borderless):not(.text-color):hover {
  background: #09c;
  background-image: linear-gradient(to bottom, #09c, #0086b3);
}

.i-button.highlight:not(.label):not(.borderless):not(.text-color):active, .i-button.highlight:not(.label):not(.borderless):not(.text-color).open {
  background: #0086b3;
  background-image: linear-gradient(to bottom, #0086b3, #09c);
}

.i-button.highlight.borderless {
  box-shadow: none !important;
  background: none !important;
  border-color: transparent !important;
  color: #09c;
}

.i-button.highlight.borderless:hover, .i-button.highlight.borderless:active {
  color: #0086b3;
}

.i-button.highlight.text-color:not(.color-on-hover) {
  color: #09c;
}

.i-button.highlight.text-color.color-on-hover:hover {
  color: #09c;
}

.i-button.highlight.text-color:hover, .i-button.highlight.text-color:active {
  color: #0086b3;
}

.i-button.highlight.text-color.outline {
  border-color: #09c;
  background: white;
}

.i-button.highlight.text-color.dashed {
  border-style: dashed;
  background: white;
}

.i-button.highlight.text-color.subtle:not(:hover):not(:active) {
  box-shadow: none;
  background: transparent;
  border-color: transparent;
}

.i-button.warning:not(.label):not(.borderless):not(.text-color) {
  background: #e99e18;
  border-color: #9c793b;
  color: #f9f9f9;
}

.i-button.warning:not(.label):not(.borderless):not(.text-color):hover, .i-button.warning:not(.label):not(.borderless):not(.text-color):active {
  border-color: #9c793b;
  color: white;
}

.i-button.warning:not(.label):not(.borderless):not(.text-color):hover {
  background: #e99e18;
  background-image: linear-gradient(to bottom, #e99e18, #d38f14);
}

.i-button.warning:not(.label):not(.borderless):not(.text-color):active, .i-button.warning:not(.label):not(.borderless):not(.text-color).open {
  background: #d38f14;
  background-image: linear-gradient(to bottom, #d38f14, #e99e18);
}

.i-button.warning.borderless {
  box-shadow: none !important;
  background: none !important;
  border-color: transparent !important;
  color: #e99e18;
}

.i-button.warning.borderless:hover, .i-button.warning.borderless:active {
  color: #d38f14;
}

.i-button.warning.text-color:not(.color-on-hover) {
  color: #e99e18;
}

.i-button.warning.text-color.color-on-hover:hover {
  color: #e99e18;
}

.i-button.warning.text-color:hover, .i-button.warning.text-color:active {
  color: #d38f14;
}

.i-button.warning.text-color.outline {
  border-color: #e99e18;
  background: white;
}

.i-button.warning.text-color.dashed {
  border-style: dashed;
  background: white;
}

.i-button.warning.text-color.subtle:not(:hover):not(:active) {
  box-shadow: none;
  background: transparent;
  border-color: transparent;
}

.i-button.label, .i-button.label:hover, .i-button.label:active {
  background: white;
  box-shadow: none;
  color: #777;
  cursor: default;
  font-weight: normal;
}

.i-button.label.heavy, .i-button.label:hover.heavy, .i-button.label:active.heavy {
  background: #f9f9f9;
}

.i-button.label.active, .i-button.label:hover.active, .i-button.label:active.active {
  background-color: #ffe6ba;
  border-color: #9c793b;
  color: #9c793b;
}

.i-button.label.clickable, .i-button.label:hover.clickable, .i-button.label:active.clickable {
  cursor: pointer;
}

button.i-button,
input.i-button[type=submit] {
  line-height: 1em;
}

button.i-button[class*=icon-]::before,
input.i-button[type=submit][class*=icon-]::before {
  vertical-align: -15%;
}

button.i-button.arrow::after,
input.i-button[type=submit].arrow::after {
  vertical-align: -10%;
}

a.i-big-button {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 2px;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  display: inline-block;
  cursor: pointer;
  color: #777;
  text-align: center;
  vertical-align: middle;
  background: #fff;
  width: 60px;
  height: 60px;
}

a.i-big-button i {
  display: block;
  font-size: 3em;
  line-height: 40px;
}

a.i-big-button span {
  font-weight: bold;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
}

a.i-big-button:hover {
  background: #777;
  transition: background 0.25s ease-out;
}

a.i-big-button:hover > i,
a.i-big-button:hover > span {
  color: white;
  transition: color 0.25s ease-out;
}

a.i-big-button.icon-only i {
  line-height: 60px;
}

.i-button.next {
  font-weight: bold;
}

.i-button.next::after {
  margin-left: 0.2em;
}

button::-moz-focus-inner {
  border: 0;
}

.fav-button.enabled:hover {
  color: #f5f1c5 !important;
}

.fav-button.enabled {
  background-color: #fad74c;
  background-image: linear-gradient(to bottom, #fad74c, #dac34a);
  border-color: #b6ad6f;
  color: #e2e28b !important;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 6px #e6db64;
}

/* ******************** */
/* Button modifications */
/* ******************** */
.i-button.big[class*=icon-]::before {
  display: block;
  font-size: 2em;
  margin-right: 0;
  margin-bottom: 0.2em;
  text-align: center;
}

.i-button.big {
  padding: 0.7em;
  font-weight: bold;
  font-size: 1.1em;
}

.i-button-small {
  font-size: 11px;
  line-height: 16px;
  padding: 9px;
}

.i-button.inline {
  padding: 0;
}

.i-button.right {
  margin-right: 5px;
  margin-top: 5px;
}

.i-button.bottom {
  margin-top: 1em;
}

.i-button[class*=icon-].icon-only::before {
  margin-right: 0;
}

.i-button > [class*=icon-]::before {
  font-size: 1.2em;
  vertical-align: -15%;
}

a.arrow::after,
.i-button.arrow::after {
  margin-left: 0.2em;
}

.i-button.color-button {
  padding: 1px;
  border-radius: 50%;
  vertical-align: baseline;
}

.i-button.height-full {
  height: 100%;
}

/* Remove special border added in Firefox */
button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner {
  border: 0 none !important;
}

#category-list {
  position: absolute;
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
}

body {
  --msgbox-alert-key-color: #c00;
  --msgbox-alert-sub-color: #fff6f6;
  --msgbox-alert-text-color: var(--text-color);
}

.confirmation-dialog .body ul.categ-list {
  padding-left: 13px;
  margin: 0;
}
.confirmation-dialog .body ul.categ-list span.event-date {
  padding-left: 10px;
  color: #888;
  font-size: 0.9em;
  margin: 0;
}
.confirmation-dialog .body ul.categ-list span.event-title {
  font-style: italic;
}

.category-container {
  --horizontal-padding: 3em;
  display: grid;
  grid-template-columns: 1fr minmax(0, auto);
  grid-template-areas: "hd hd" "ct sb";
  gap: 0 1em;
  background: #fff;
  margin-bottom: 0.75em;
  overflow-x: hidden;
}
@media (width < 66em) {
  .category-container {
    grid-template-columns: auto;
    grid-template-areas: "hd" "ct" "sb";
    gap: 1em;
  }
}

.category-header {
  grid-area: hd;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em;
  background-image: linear-gradient(to bottom, #fcfcfc, #f2f2f2);
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #fff;
  padding: 1.5em var(--horizontal-padding);
  line-height: initial;
}
.category-header .back-button {
  margin-top: 0.4em;
}

.category-title {
  flex: 1 1 auto;
  font-size: 2em;
  color: #cb6d04;
  font-weight: normal;
  margin: auto;
  max-width: 66em;
  text-align: left;
}
.category-title .subtitle {
  font-style: italic;
  font-size: 0.8em;
}

#category-toolbar {
  flex: 0 1 auto;
  display: flex;
  flex-wrap: wrap;
  justify-self: flex-end;
  width: -moz-fit-content;
  width: fit-content;
}

.category-description ul,
.category-description ol {
  margin-left: 3em;
}
.category-description :is(ul, ul.highlight-categories, ol) :is(ul, ul.highlight-categories, ol) {
  margin-left: 1.2em;
}
.category-description :is(ul, ul.highlight-categories, ol) + p {
  margin-top: 1em;
}

.category-content-wrapper {
  grid-area: ct;
  overflow-x: hidden;
  padding: 2em var(--horizontal-padding);
}

.category-stats-container {
  padding-top: 40px;
}
.category-stats-container .ui.segments > .segment {
  width: 50%;
}
.category-stats-container .ui.statistic > .value {
  font-size: 3rem !important;
}

.category-content {
  max-width: 66em;
  margin: 0 auto;
}

.category-info {
  font-family: "Roboto", sans-serif;
  color: #888;
  font-size: 1.2em;
  min-height: 0.3em;
  margin: 0 0 2em 0;
}
.category-info .category-logo {
  margin-right: 1em;
}

.category-sidebar {
  grid-area: sb;
  padding: 1em;
  background: #fafafa;
  background-image: linear-gradient(to bottom, #fafafa 95%, #fff 100%);
  border-left: 1px solid #f2f2f2;
  color: #666;
}
@media (width < 66em) {
  .category-sidebar {
    padding: 2em var(--horizontal-padding);
  }
}
@media (width >= 66em) {
  .category-sidebar {
    width: 26em;
  }
}
.category-sidebar:empty {
  padding: 0;
}
.category-sidebar > * {
  margin: 0 auto;
  max-width: 62rem;
}
.category-sidebar > .title {
  border-bottom: 1px solid #ebebeb;
  box-shadow: 0 1px 0 #fafafa;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 0.2em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.category-sidebar > .title h2 {
  margin: 0;
  color: #999;
  font-weight: normal;
}
.category-sidebar > .title h2::before {
  margin-right: 0.5em;
  vertical-align: -10%;
}
.category-sidebar > .title .actions {
  float: right;
}
.category-sidebar > .title .more-icon {
  margin: 0.8em 1em 0 0;
}
.category-sidebar ul {
  list-style-type: none;
  padding: 0;
  font-size: 1.1em;
}
.category-sidebar .material-show {
  transition: color 0.25s ease-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  color: #999;
  margin: 0.2em 0.5em 0 0;
}
.category-sidebar .material-show:hover {
  color: #bbb;
}
.category-sidebar .material-show .material-title-icon {
  font-size: 0.8em;
  padding-top: 0.2em;
}
.category-sidebar li h3 {
  font-family: Helvetica Neue, Helvetica, Verdana, Arial, sans-serif;
  font-weight: normal;
  font-size: 1em;
  margin-top: 0;
  margin-bottom: 0.5em;
  margin-left: 0.2em;
  display: inline-block;
  line-height: 1em;
  color: #999;
}
.category-sidebar li h3:hover {
  color: #bbb;
}

.main-page-list a {
  color: #007cac;
}
.main-page-list li {
  margin-bottom: 0.5em;
  list-style-type: none;
}
.main-page-list li .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1em;
  display: block;
  max-width: 100%;
}
.main-page-list li .timing {
  font-size: 0.8em;
  display: block;
  margin-top: 0.2em;
  color: #777;
  text-shadow: 1px 1px 0 #fefefe;
}

#manager-list li {
  margin-bottom: 0.2em;
}
#manager-list li::before {
  margin-right: 0.5em;
}

ul.category-list, ul.highlight-categories, ul.category-list.highlight-categories {
  font-size: 1.2em;
  list-style-type: none;
  padding: 0;
  border-left: 1px solid #fafafa;
  border-right: 1px solid #e6e6e6;
}
ul.category-list li, ul.highlight-categories li, ul.category-list.highlight-categories li, ul.highlight-categories li {
  transition: color 0.25s ease-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: #f2f2f2;
  display: block;
  line-height: 2.5em;
  color: #b3b3b3;
  cursor: pointer;
  border-top: 1px solid #fafafa;
  border-bottom: 1px solid #e6e6e6;
}
ul.category-list li .number-events, ul.highlight-categories li .number-events {
  float: right;
  margin-right: 1em;
}
ul.category-list li .protection, ul.highlight-categories li .protection {
  float: right;
  color: #a36264;
  height: 1em;
  width: 1em;
}
ul.category-list li a, ul.highlight-categories li a {
  transition: color 0.25s ease-out;
  display: block;
  color: #0092cb;
  padding: 0 0 0 1em;
  position: relative;
}
ul.category-list li a.invisible-block, ul.highlight-categories li a.invisible-block {
  color: inherit !important;
  text-decoration: inherit !important;
  display: block;
  padding: 0 !important;
}
ul.category-list li:hover, ul.highlight-categories li:hover {
  color: #777;
}
ul.category-list li:hover a, ul.highlight-categories li:hover a {
  color: #00668d;
}
ul.category-list li:hover::before, ul.highlight-categories li:hover::before {
  color: #777;
}
ul.category-list li::before, ul.highlight-categories li::before {
  transition: color 0.25s ease-out;
  color: #ccc;
  float: right;
  font-family: "icomoon-ultimate";
  margin-right: 1em;
  margin-left: 1em;
}

ul.category-resource-qtip {
  list-style: none;
  padding-left: 0;
  margin: 0;
  color: #888;
  font-size: 11px;
  line-height: 15px;
}

#eventCreationForm .form-group .form-field {
  padding: 0;
}

.event-list h3 {
  font-size: 26px;
  color: #999;
  margin: 20px 10px;
  padding: 0;
}
.event-list h4 {
  color: #555;
  font-weight: normal;
  font-size: 18px;
  margin-top: 20px;
  margin-left: 40px;
  padding: 0;
  border-bottom: 1px solid #ebebeb;
}
.event-list h4.current-month {
  border-bottom: 1px solid #aaa;
}
.event-list h4.current-month span {
  padding: 5px 5px 0 5px;
  color: #2f2506;
  background-color: #f6e8bd;
  border-radius: 5px 5px 0 0;
  border-bottom: 1px solid #aaa;
}
.event-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: block;
}
.event-list li {
  margin: 0 0 10px 60px;
  padding: 0;
  display: flex;
  align-items: baseline;
}
.event-list li .list-name {
  display: flex;
  align-items: baseline;
}
.event-list li .date {
  padding: 5px;
  margin-right: 10px;
  font-size: 13px;
  color: #444;
  flex-shrink: 0;
}
.event-list li .event-icons {
  padding: 0 15px;
  font-size: 1.2em;
  white-space: nowrap;
  color: #999;
  max-width: 56px;
  min-width: 56px;
}
.event-list li .event-icons a,
.event-list li .event-icons a:hover {
  color: #999;
}
.event-list li .list-name a {
  font-size: 17px;
}
.event-list li .today {
  font-size: 13px;
  color: #444;
  background-color: #f6e8bd;
  border-radius: 5px;
}
.event-list li .protected {
  font-weight: normal;
  color: #999;
}
.event-list li .ui.label {
  text-transform: uppercase;
  vertical-align: 20%;
}

.category-overview {
  width: calc(100vw - 300px);
}
.category-overview > .title {
  height: 30px;
}
.category-overview > .title .text {
  font-size: 1.2em;
  font-style: italic;
  margin-left: 5px;
  margin-right: 5px;
}
.category-overview > .title .navigation a {
  padding: 5px;
}
.category-overview .category-table {
  display: block;
  overflow-x: auto;
}
.category-overview .category-table > table:not(.day) {
  border: 1px solid #aaa;
  border-collapse: separate;
  border-spacing: 1px;
}
.category-overview .category-table > table:not(.day) tr {
  background-color: #eee;
}
.category-overview .category-table table {
  width: 100%;
  border-collapse: collapse;
}
.category-overview .category-table table th {
  background-color: #444;
  color: #fff;
  text-align: center;
  font-weight: normal;
  white-space: nowrap;
  padding: 1px 15px;
}
.category-overview .category-table td {
  padding: 0;
  vertical-align: top;
}
.category-overview .category-table td.day {
  vertical-align: top;
  padding: 5px;
}
.category-overview .category-table td.day:not(:empty) {
  min-width: 180px;
}
.category-overview .category-table td.day > .calendar-date {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}
.category-overview .category-table td.day > .calendar-date a {
  color: #aaa;
}
.category-overview .category-table td.day table tr {
  background-color: white;
}
.category-overview .category-table td.day table tr td {
  font-size: inherit;
}
.category-overview .category-table td.day table tr td.content-info {
  padding-left: 10px;
}
.category-overview .category-table td.day table tr td .location-info,
.category-overview .category-table td.day table tr td .persons {
  font-size: 0.8em;
}
.category-overview .category-table td.other-month {
  background-color: white;
}
.category-overview .category-table tr.event > td {
  padding: 8px 3px;
  font-size: 1.1em;
}
.category-overview .category-table tr.event:not(:first-of-type) td {
  border-top: 1px dotted #aaa;
}
.category-overview .category-table tr.event .title .ui.label {
  text-transform: uppercase;
}
.category-overview .category-table tr.event .category-icon {
  float: right;
  margin-left: 3px;
}
.category-overview .category-table td.time {
  font-style: italic;
  white-space: nowrap;
  width: 40px;
}
.category-overview .category-table td.content-info {
  padding-left: 20px;
}
.category-overview .category-table td.content-info table.timetable-entries tr.contribution {
  background-color: #deebf8;
}
.category-overview .category-table td.content-info table.timetable-entries tr.session {
  background-color: #fff1d5;
}
.category-overview .category-table td.content-info table.timetable-entries tr.break {
  background-color: #e0ecd2;
}
.category-overview .category-table td.content-info table.timetable-entries tr:not(:first-of-type) td {
  border-top: 1px dashed #aaa;
}
.category-overview .category-table td.content-info table.timetable-entries tr td {
  padding: 3px 2px;
}
.category-overview .category-table .location-info {
  max-width: 220px;
  text-overflow: ellipsis;
  overflow: hidden;
  color: darkblue;
}
.category-overview .category-table .persons {
  color: darkgreen;
}

.category-overview-side-menu .ui-datepicker {
  width: 192px;
}
.category-overview-side-menu #display-options .form-group {
  margin-bottom: 1em;
}
.category-overview-side-menu #display-options .form-group > div {
  padding: 0;
  margin: 0;
}
.category-overview-side-menu #display-options .form-label {
  min-height: 2em;
}
.category-overview-side-menu #display-options select {
  width: 100%;
}

.category-calendar-side-menu .ui-datepicker {
  width: 192px;
}

.category-calendar-page header {
  position: relative;
  margin-bottom: 1.8em;
}
.category-calendar-page header .title .text {
  font-size: 1.428em;
}
.category-calendar-page header h2,
.category-calendar-page header h3 {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  color: #333;
}
.category-calendar-page header h2 {
  margin-right: 0.5rem;
  font-size: 150%;
  font-weight: normal;
}
.category-calendar-page header h3 {
  margin-top: 0.42rem;
  font-size: 100%;
}
.category-calendar-page header .back-button {
  position: absolute;
  top: 11px;
  left: -20px;
  font-size: 15px;
  color: #dfdfdf;
}
.category-calendar-page header .back-button:hover {
  color: #999;
}
.category-calendar-page header .title {
  display: flex;
  align-items: flex-start;
  padding-top: 0.4rem;
  min-height: 2rem;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 1rem;
}
.category-calendar-page header .title > .text {
  flex-grow: 1;
}
.category-calendar-page header .title > .text > .title-with-actions {
  display: flex;
  align-items: center;
  gap: 1em;
}
.category-calendar-page header .title > .text > .title-with-actions h2,
.category-calendar-page header .title > .text > .title-with-actions h3 {
  font-size: 120%;
  font-weight: normal;
  display: inline;
  margin-right: 0;
}
.category-calendar-page header .title > .text > .title-with-actions .actions {
  display: inline-block;
  vertical-align: bottom;
  font-size: 0.8em;
}
.category-calendar-page header .title > .text > .title-with-actions .i-button[class*=icon-]::before {
  font-size: 1em;
  margin-right: 0.2em;
}
.category-calendar-page header .title > .text > .title-with-actions .i-dropdown > li a {
  line-height: 1.7em;
}
.category-calendar-page header .title > .actions {
  flex-grow: 0;
  flex-shrink: 0;
  white-space: nowrap;
}
.category-calendar-page header .page-description {
  font-family: "Roboto Light", sans-serif;
  color: #999;
  font-size: 1.2em;
  margin-top: 0.42rem;
}
.category-calendar-page header .page-info {
  font-family: "Roboto", sans-serif;
  color: #999;
  margin-top: 0.42rem;
}
.category-calendar-page .DateInput_input {
  height: 34px;
}
.category-calendar-page .category-calendar-view {
  font-family: "Roboto", sans-serif;
}
.category-calendar-page .category-calendar-view .fc {
  line-height: normal;
}
.category-calendar-page .category-calendar-view .fc-more-popover {
  max-height: 95%;
  max-width: 30%;
  overflow-y: auto;
}
.category-calendar-page .category-calendar-view a.fc-col-header-cell-cushion,
.category-calendar-page .category-calendar-view a.fc-daygrid-day-number {
  cursor: default;
  color: #555;
}
.category-calendar-page .category-calendar-view .fc-header-toolbar .fc-button {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 2px;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  display: inline-block;
  cursor: pointer;
  color: #777;
  text-align: center;
  vertical-align: middle;
  transition: color 0.25s ease-out;
}
.category-calendar-page .category-calendar-view .fc-header-toolbar .fc-button:not(.label) {
  background: #ececec;
  border-color: #dfdfdf;
  color: #777;
}
.category-calendar-page .category-calendar-view .fc-header-toolbar .fc-button:not(.label):hover, .category-calendar-page .category-calendar-view .fc-header-toolbar .fc-button:not(.label):active {
  border-color: #bbb;
  color: #555;
}
.category-calendar-page .category-calendar-view .fc-header-toolbar .fc-button:not(.label):hover {
  background: #ececec;
  background-image: linear-gradient(to bottom, #ececec, #e0e0e0);
}
.category-calendar-page .category-calendar-view .fc-header-toolbar .fc-button:not(.label):active, .category-calendar-page .category-calendar-view .fc-header-toolbar .fc-button:not(.label).open {
  background: #e0e0e0;
  background-image: linear-gradient(to bottom, #e0e0e0, #ececec);
}
.category-calendar-page .category-calendar-view .fc-header-toolbar .fc-button:disabled, .category-calendar-page .category-calendar-view .fc-header-toolbar .fc-button.disabled {
  color: #bbb !important;
  cursor: default;
}
.category-calendar-page .category-calendar-view .fc-header-toolbar .fc-button:disabled:not(.borderless), .category-calendar-page .category-calendar-view .fc-header-toolbar .fc-button.disabled:not(.borderless) {
  border-color: #dfdfdf !important;
  background: #ececec !important;
  box-shadow: none !important;
}
.category-calendar-page .category-calendar-view .fc-header-toolbar .ongoing-events-info {
  font-style: italic;
  line-height: 2.1em;
  margin-right: 5px;
}

.ongoing-events-dialog,
.all-events-dialog {
  max-height: 600px !important;
  overflow-y: scroll;
}
.ongoing-events-dialog ul,
.all-events-dialog ul {
  list-style-type: none;
  padding: 0 10px;
  margin-top: 0;
}

.vertical-center {
  padding: 250px 0;
}
.vertical-center p:first-child {
  font-size: xx-large;
}
.vertical-center p:not(:first-child) {
  font-size: medium;
  color: gray;
}

.checkin-container {
  margin: 60px 0;
}
.checkin-container .row .check-in-content {
  height: 600px;
}
.checkin-container .row .check-in-content .text {
  padding-top: 20px;
}
.checkin-container .row .check-in-content .text .heading {
  font-size: x-large;
  font-weight: bolder;
  line-height: 1.2;
}
.checkin-container .row .check-in-content .text .extra-text {
  padding-top: 5px;
}
.checkin-container .row .check-in-content .bottom-message {
  margin-top: 300px;
}
.checkin-container .row .check-in-content .no-bottom-message {
  margin-top: 400px;
}
.checkin-container .row .check-in-content div .message {
  width: 90%;
}
.checkin-container .row .check-in-content div .status {
  margin-top: 20px;
  font-size: x-large;
  font-weight: bolder;
  text-align: center;
}
.checkin-container .row .check-in-content div .status p {
  padding-top: 5px;
  font-size: small;
}
.checkin-container .row .accept {
  color: #fff;
  background-color: #00c851;
  border-color: #00c851;
}
.checkin-container .row .danger {
  color: #fff;
  background-color: #f91f1f;
  border-color: #f91f1f;
}
.checkin-container .row .info {
  color: #fff;
  background-color: #999;
  border-color: #999;
}
.checkin-container .row .left-col .picture {
  height: 70%;
}
.checkin-container .row .left-col .picture img {
  width: 100%;
  height: 100%;
}
.checkin-container .row .left-col .text .sub-text1 {
  font-size: x-large;
}
.checkin-container .row .left-col .text .sub-text2 {
  font-size: larger;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 30px;
}
.checkin-container .row .left-col .text .sub-text3 {
  font-size: large;
  line-height: 1.2;
  margin-top: 15px;
}

.band-details {
  margin-top: 15px;
}
.band-details .band-box {
  width: 150px;
  height: 50px;
}
.band-details .band-letter {
  font-size: xx-large;
  margin-top: 15px;
}

.checkin-buttons {
  margin-top: 100px;
}
.checkin-buttons a {
  padding: 15px;
  font-size: x-large;
}

.dataTables_info {
  padding-top: 0 !important;
  font-weight: bold;
  font-size: 1.2em;
}

.dataTables_info .select-info {
  color: #cb6d04;
  text-decoration: none;
}

div.dataTables_wrapper span.select-info, div.dataTables_wrapper span.select-item {
  margin-left: 0.1em;
}

.datatable-header {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.datatable-footer {
  margin-top: 1em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.datatable-footer .dataTables_filter {
  visibility: hidden;
}

.dataTable .filter-field {
  font-weight: normal;
}

.dataTable .filter-field::-moz-placeholder {
  color: #bbb;
}

.dataTable .filter-field::placeholder {
  color: #bbb;
}

.datatables-select-all {
  text-decoration: underline;
}

#reglist {
  width: 100% !important;
}

#reglist th {
  width: auto;
  height: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 auto;
}

#reglist td {
  width: auto;
  height: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 auto;
  overflow-wrap: break-word;
}

#reglist .tag-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#reglist .tag-list span {
  margin: 0.15em;
}

#reglist td:hover {
  overflow: visible;
}

#reglist_filter {
  align-self: flex-end;
}

#reglist_info {
  font-size: 1.2em;
  font-weight: bold;
}

#reglist_length {
  display: flex;
}

#reglist_processing {
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: 100px;
  text-align: center;
}

#OUHT ol {
  counter-reset: item;
}

.wtree li {
  list-style-type: none;
  margin: 10px 0 10px 10px;
  position: relative;
  z-index: 0;
}

.wtree li:before {
  content: "";
  counter-increment: item;
  position: absolute;
  top: -10px;
  left: -30px;
  border-left: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  width: 30px;
  height: 25px;
}

.wtree li:after {
  position: absolute;
  content: "";
  top: 5px;
  left: -30px;
  border-left: 1px solid #bbb;
  width: 30px;
  height: 100%;
}

.wtree li:last-child:after {
  display: none;
}

.wtree li span {
  display: block;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  border-right: 1px solid #bbb;
  border-left: 1px solid #bbb;
  padding: 10px;
  color: #555;
  text-decoration: none;
}

.wtree li span:before {
  content: counters(item, ".") " ";
}

.wtree li span:hover, .wtree li span:focus {
  color: #555;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
  border-right: 1px solid #555;
  border-left: 1px solid #555;
}

.wtree li span:hover + ol li span, .wtree li span:focus + ol li span {
  color: #555;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
  border-right: 1px solid #555;
  border-left: 1px solid #555;
}

.wtree li span:hover + ol li:after, .wtree li span:hover + ol li:before, .wtree li span:focus + ol li:after, .wtree li span:focus + ol li:before {
  border-color: #999;
}

.wtree li span {
  background-color: #cde1ff;
}

.wtree li li span {
  background-color: #def2de;
}

.wtree li li li span {
  background-color: #ffe6ba;
}

.wtree li li li li span {
  background-color: #f2dede;
}

.wtree .collapse_icon {
  float: left;
  transform: rotate(-90deg);
}

.wtree .active .collapse_icon {
  float: left;
  transform: rotate(90deg);
}

.wtree .icons {
  float: right;
}

.wtree .icons a {
  padding-right: 8px;
  float: left;
  visibility: hidden;
  position: relative;
  z-index: 1;
}

.wtree span:hover .icons a {
  padding-right: 8px;
  float: left;
  visibility: visible;
}

[data-html-name=picture] video {
  width: 100%;
}

[data-html-name=picture] .webcam-container:before {
  content: "";
  border: 3px dashed #00c851;
  border-radius: 50%;
  width: 23%;
  height: 57%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  pointer-events: none;
  z-index: 1;
}
[data-html-name=picture] .webcam-container:after {
  content: "";
  border: 2px dashed #00c851;
  border-radius: 50%;
  width: 33%;
  height: 66%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  pointer-events: none;
  z-index: 1;
}

[data-html-name=picture] .cropper-crop-box:before {
  content: "";
  border: 3px dashed #00c851;
  border-radius: 50%;
  width: 32%;
  height: 56%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  pointer-events: none;
  z-index: 1;
}
[data-html-name=picture] .cropper-crop-box:after {
  content: "";
  border: 2px dashed #00c851;
  border-radius: 50%;
  width: 48%;
  height: 68%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  pointer-events: none;
  z-index: 1;
}

[data-html-name=picture] .picture-preview-container:before {
  content: "";
  border: 2px dashed #00c851;
  border-radius: 50%;
  width: 32%;
  height: 56%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  pointer-events: none;
  z-index: 1;
}
[data-html-name=picture] .picture-preview-container:after {
  content: "";
  border: 1px dashed #00c851;
  border-radius: 50%;
  width: 46%;
  height: 66%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  pointer-events: none;
  z-index: 1;
}

[data-html-name=picture] .highlight-message-box {
  margin-bottom: 0 !important;
}
[data-html-name=picture] .highlight-message-box ul {
  margin-bottom: 1em;
  margin-left: 2em;
}
[data-html-name=picture] .highlight-message-box .message-text {
  font-size: 1em;
}

div.page-header img.header-logo {
  margin: 8px 0 4px 10px;
  height: 80px;
}

/* hl=header-logo */
div.hl-container {
  display: flex;
  flex-direction: row;
  min-height: 96px;
  padding: 0.8em;
}

div.hl-container div.hl {
  padding: 0 1em;
  text-align: left;
  vertical-align: middle;
  color: #fff;
}

div.hl-container div.hl div.hl-un {
  font-size: 280%;
  font-style: bold;
}

div.hl-container div.hl div.hl-un-sub {
  font-size: 140%;
}

div.hl-container div.hl img {
  max-height: 60px;
  width: auto;
  height: auto;
}

.main {
  background-image: url("/static/plugins/un/images/unog_bg.jpg");
  background-repeat: no-repeat;
  background-position: center 80px;
}

img.header-logo-additional {
  height: 80px;
  margin: 8px 0 4px 20px;
}

.category-container {
  background: transparent;
}

/* .qtip-danger {
  background-color: #76A2C4 !important;
} */
ul.highlight-categories li {
  background-color: #DEE7F8;
}

.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, .category-calendar-page header .page-description {
  max-width: 2200px !important;
}

#registration-form-setup-container {
  max-width: 800px !important;
}

.flip {
  transform: scaleX(-1);
  filter: FlipH;
}

.small-picture {
  display: block;
  max-width: 150px;
  max-height: 150px;
  width: auto;
  height: auto;
}

.text-smaller {
  font-size: 0.8em;
}

.text-uppercase {
  text-transform: uppercase;
}

.search-container {
  width: 100%;
}
.search-container form {
  width: 100% !important;
  max-width: inherit;
}
.search-container input[type=checkbox] {
  vertical-align: baseline;
}
.search-container .search-input {
  display: flex;
}
.search-container .search-input input[type=text] {
  width: 100% !important;
  height: 2em !important;
}
.search-container .search-input input[type=submit] {
  margin-left: 1rem;
}
.search-container #show-users:not(:checked) ~ .user-results,
.search-container #show-events:not(:checked) ~ .event-results {
  display: none;
}
.search-container .blacklisted {
  color: white;
  background: #333333;
  text-align: center;
  font-size: 1.1em;
  width: 10%;
  padding: 0.08em;
}

div.excel-render {
  max-width: 80vw;
  max-height: 50vh;
  overflow: scroll;
  margin: 5px;
}

table.excel {
  border-collapse: collapse;
}

table.excel th {
  background: #bbb;
  font-weight: bold;
  min-width: 100px;
  position: sticky;
}

table.excel th[scope=col] {
  top: 0px;
}

table.excel th[scope=row] {
  left: 0px;
}

table.excel td {
  border: 1px solid #aaa;
  margin: 0px;
  padding: 2px;
}
table.excel td.import-warning, table.excel th.import-warning {
  background: #fb3 !important;
}
table.excel td.import-error, table.excel th.import-error {
  background: #ed8e96;
  color: white !important;
  font-weight: bold;
}

table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody td.select-checkbox:after {
  top: auto !important;
}

/*************/
table.dataTable tbody tr.row-disabled,
table.dataTable tbody tr.row-disabled td {
  background-color: #EEE;
  color: #999;
}

div.i-box.focal-points-content .toolbar {
  display: inherit;
}

div.i-box.focal-points-inherit {
  margin-bottom: 10px;
}

div.i-box.focal-points-inherit .checkbox {
  padding-left: 5px;
}

#inherit-info,
#inherit-info-none {
  display: none;
}

/* registration form UNOG customizations */
.regform-field .field-caption {
  width: 140px;
}

/*** Tags css ***/
#myCanvasContainer {
  height: 150px;
  padding-left: 200px;
}

ul.tagit li.tagit-choice {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  border: 1px solid #CAD8F3;
  background: none;
  background-color: #DEE7F8;
  font-weight: normal;
}

ul.tagit {
  list-style-type: none;
  padding-inline-start: 0;
}

ul.tagit.ui-widget.ui-widget-content {
  border: 0;
  margin: 0;
}

ul.tagit li a.tagit-close span.text-icon {
  display: None;
}

input[type=text].tagit-hidden-field {
  display: None;
}

.myTags {
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px;
  min-width: 200px;
}

.myTags li {
  float: left;
  padding: 0.2em 0.5em 0.2em 0.5em;
  margin: 2px 5px 2px 0;
  list-style-type: none;
  border-right: 0px;
  -webkit-border-radius: 6px;
  border: 1px solid #CAD8F3;
}

.myTags li:empty {
  padding-left: 50px;
  padding-top: 20px;
}

.CRLabstractDataCell {
  border: none;
}

/*************/
#registration-details .registration-checked-out {
  color: #f91f1f;
}
#registration-details #user-registration {
  max-width: 300px;
}

.icon-user.inherited {
  background: #eee;
}

.icon-users.inherited {
  background: #eee;
}

.group-list li.active {
  font-weight: bold;
}

/*** Representation types action box ***/
.action-box-reptypes > .section > .icon {
  align-self: flex-start;
}
.action-box-reptypes > .section > .toolbar {
  align-self: flex-start;
}
.action-box-reptypes ul:not(.i-dropdown) {
  max-height: none;
}

.full-height {
  height: 100% !important;
}

.accordion h3 {
  padding: 4px;
  background: #ddd;
  color: #333;
  text-decoration: none;
  font-weight: normal;
  font-size: small;
  display: block;
  margin-bottom: 1px;
  border: 1px solid #333;
}

.accordion div {
  padding-left: 10px;
}

.select-day-checkbox {
  float: left;
  margin-top: 8px;
}

/*** Badge Attributes color box ***/
.color-box {
  border: 1px solid #bbb;
  border-radius: 2px;
  width: 50px;
  height: 25px;
}

/** Default Badge Vaildity customisations **/
div.default-badge-validity-content table.dataTable tbody tr {
  text-align: center;
}

div.default-badge-validity-content table.dataTable tbody td:nth-child(3) {
  text-align: left;
}

/*** Search UI optimization ***/
.pagination {
  margin-top: 8px;
  margin-bottom: 16px;
}

.search-tag.everywhere {
  display: none;
}

.disabled-reptype-warning {
  color: #cb6d04;
  font-size: 1.6em;
  font-family: "Roboto Light", sans-serif;
}

.i-form .form-subfield {
  margin-top: 0.4em;
}

/*** Location widget error message ***/
#venue-error {
  color: #f91f1f;
}

.rank-field {
  display: inline-block;
  border: 0.5px solid lightgray;
  border-radius: 2px;
}
.rank-field::-webkit-outer-spin-button, .rank-field::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
}

#registration-form-submission-container {
  max-width: 800px;
}

.user-list {
  list-style-type: none;
}
.user-list li {
  display: table;
  width: 100%;
  height: 3em;
  padding: 0.4em;
  background-color: transparent;
  transition: background-color 0.25s ease-out;
}
.user-list li::before {
  display: table-cell;
  width: 2em;
  vertical-align: middle;
  font-size: 1.5em;
  color: #bbb;
  font-family: "icomoon-ultimate";
}
.user-list li:hover:not(.listMessage) {
  background-color: #f9f9f9;
}
.user-list li:not(:last-child) {
  border-bottom: 1px solid #eeeeee;
}
.user-list li .info {
  display: table-cell;
  overflow: hidden;
  max-width: 500px;
  vertical-align: middle;
}
.user-list li .info .name {
  display: block;
}
.user-list li .info .name:not(:last-child) {
  margin-bottom: 0.2em;
}
.user-list li .info .email {
  color: #999;
  font-size: 0.8em;
}
.user-list li .actions {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  width: 0;
}
.user-list li .actions .remove-user {
  transition: color 0.25s ease-out, opacity 0.25s ease-out, 0.25s 0.25s ease-out;
  display: inline;
  height: 1.3em;
  font-size: 1.3em;
  line-height: 1.3em;
  margin-left: 0.3em;
  cursor: pointer;
  vertical-align: baseline;
  color: #999;
  opacity: 0.7;
}
.user-list li .actions .remove-user:hover {
  opacity: 1;
}

div.PluginOptionPeopleListDiv {
  border: 1px dashed #ccc;
}

#registration-form-submission-container div.field:has(#finalfield-override_required) {
  display: none;
}
._-web-client-js-react-components-___WTFSearchDropdown-module__dropdown___0aBak.ui.multiple.search.dropdown input[type="text"].search {
  margin: 0 0.64285714em;
  height: 2em;
}
._-web-client-js-react-components-___WTFSearchDropdown-module__dropdown___0aBak.ui.multiple.search.dropdown a.label {
  cursor: default;
}

/*# sourceMappingURL=index.e0494f5e.css.map*/