:root {
    --background-color-primary: #597491;
    --background-color-secondary: rgba(0, 114, 188, 1);
    --text-color-primary: #000;
    --text-color-secondary: rgba(255, 222, 0, 1);
    --link-color-primary: #364759;
}

body, html {
    background-color: #597491;
    color: #000;
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6
}

/*start Mantis#24938*/
a {
    color: #364759;
    color: var(--link-color-primary, #364759);
}

a:hover{
    color: #364759;
    color: var(--link-color-primary, #364759);
    text-decoration: underline;
    cursor: pointer;
}

a.text-colour-non-hovered,
.text-colour-non-hovered{
    color: #000;
    color: var(--text-color-primary, #000);
}

a.text-colour-non-hovered:hover,
.text-colour-non-hovered:hover{
    color: #364759;
    color: var(--link-color-primary, #364759);
    text-decoration: underline;
    cursor: pointer;
}

a.text-colour-non-hovered.text-colour-hovered,
.text-colour-non-hovered.text-colour-hovered{
    color: #000;
    color: var(--text-color-primary, #000);
}

a.text-colour-non-hovered.text-colour-hovered:hover,
.text-colour-non-hovered.text-colour-hovered:hover{
    color: #000;
    color: var(--text-color-primary, #000);
    text-decoration: underline;
    cursor: pointer;
}
/*end Mantis#24938*/

.color-white {
    color: #fff
}

.h1, h1 {
    font-size: 2rem
}

.h2, h2 {
    font-size: 1.7rem;
    padding-bottom: .25rem;
    border-bottom: .1rem solid #364759;
    border-bottom: .1rem solid var(--link-color-primary, #364759);
    display: table;
    margin: 2rem 0 .75rem 0
}

.h3, h3 {
    font-size: 1.4rem
}

.h4, h4 {
    font-size: 1.2rem
}

.h5, h5 {
    font-size: 1.1rem
}

.h6, h6 {
    font-size: 1rem
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
    font-weight: 400;
    color: #364759;
    color: var(--link-color-primary, #364759);
}

.table-wrapper {
    overflow-x: auto;
    word-break: keep-all
}

.table--default, .table--grid, .table--opening-hours {
    border: 1px solid #c3c3c3;
    border-collapse: collapse;
    margin-bottom: 1rem
}

.table--default td, .table--default th, .table--grid td, .table--grid th, .table--opening-hours td, .table--opening-hours th, .table--plain td, .table--plain th {
    vertical-align: top
}

.table--default td, .table--default th, .table--grid td, .table--grid th, .table--opening-hours td, .table--opening-hours th {
    padding: 5px !important;
    border: 1px solid #c3c3c3
}

.table--default th, .table--grid th, .table--opening-hours th {
    background-color: #ebebeb;
    font-weight: 700;
    text-align: left
}

.table--opening-hours-wrapper {
    display: block;
    max-width: 460px
}

.table--opening-hours {
    width: 100%
}

.table--opening-hours-day {
    min-width: 330px
}

.tr-cells-border-bottom--bold td {
    border-bottom-width: 3px
}

.table--opening-hours-time {
    width: 120px
}

.table--opening-hours th:last-child {
    text-align: center
}

.table--opening-hours td:last-child {
    text-align: center
}

.table--grid, .table--plain {
    border-collapse: collapse;
    table-layout: fixed;
    min-width: 100%;
    width: 100%
}

.img-responsive img {
    width: auto;
    height: auto;
    max-width: 100%
}

.red-marked {
    display: none
}

@page {
    size: auto;
    margin: 25mm 10mm 25mm 10mm
}

.link-coloured {
    color: #364759 !important;
    color: var(--link-color-primary, #364759) !important;
}

.moodboard-headline .font-size-smaller {
    font-size: 2.25rem
}

.layout__background_image {
    background: url(https://www.epsc2021.eu/template_EPSC2021_background_image.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 0;
    display: block;
}

.layout__moodboard-logo img {
    width: 232px !important;
    height: auto !important
}

.layout__moodboard-logo-mobile * {
    padding-top: 1em;
    padding-bottom: 1em;
    height: auto !important;
    width: 200px !important
}

.navigation-extended-fixed .layout__moodboard-logo-mobile {
    display: block !important
}

.layout__moodboard-logo-mobile * {
    padding-top: 1em;
    padding-bottom: 1em;
    height: auto !important;
    width: 200px !important
}

.layout__breadcrumbs {
    background: #fff;
    padding: .5rem 0;
    position: relative
}

.layout__content {
    background: #fff;
    padding: 1rem;
    position: relative;
    min-height: 300px
}

.layout__footer {
    background: #364759;
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
    padding: 2.75rem 4rem 0 4rem;
    position: relative
}

.layout__footer-block-spacer {
    margin-bottom: 38px
}

.layout__footer-headline {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: -.0125em;
    border-bottom: 1px solid #fff;
    color: #fff;
    padding-bottom: .6875em;
    margin-bottom: .6875em
}

.layout__footer a {
    color: #fff;
    display: block;
    padding: 5px 0;
    font-size: 1rem
}

.layout__footer-separator {
    border-bottom: 1px solid #fff
}

.layout__footer-copyright {
    padding-top: 19px;
    padding-bottom: 19px
}

.layout__footer-copyright div:last-child a {
    border-bottom: 0
}

.layout__footer-copyright a {
    color: #fff;
    padding: 0
}

.layout__footer-copyright a:hover {
    text-decoration: underline
}

#meetings-logo img {
    width: 350px !important;
    height: auto !important
}

#europlanet-logo img {
    width: 180px !important;
    height: auto !important
}

.layout__background {
    min-height: 300px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0
}

.layout__moodboard-logo-container {
    padding: 1.2rem 0;
    position: relative;
    z-index: 12;
    margin: 1.6rem 0;
}

.dps-logo .layout__moodboard-logo img {
    width: 190px !important;
    height: auto !important
}

.moodboard-headline {
    color: #364759
}

.layout__background_fade_out {
    height: 55px;
    background: rgba(89, 116, 145, .65);
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0
}

.headline-shadow {
    text-shadow: 2px 2px 2px #364759;
    color: #fff !important;
    font-size: 1.25rem;
}

.align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

#lightboxing {
    z-index: 1 !important
}

.breadcrumb {
    background-color: inherit;
    margin: 0;
    padding: 0
}

.breadcrumb-item {
    font-size: 12px
}

.breadcrumb-item + .breadcrumb-item:before {
    content: '\f105';
    font-family: fontawesomeregular, FontAwesome, serif
}

.breadcrumb-item a {
    color: rgba(0, 0, 0, .5)
}

.breadcrumb-item.active {
    color: rgba(0, 0, 0, .5)
}

.breadcrumb-item.active:last-child {
    color: #000
}

#navigation {
    position: relative;
    z-index: 1
}

.navigation-extended-toggle-button {
    display: none;
    position: absolute;
    top: 3px;
    left: -55px
}

nav.navbar {
    background-color: #364759;
    margin-bottom: 1rem
}

#navbar_menu .navbar-nav {
    width: 100%
}

#navbar_menu .nav-link {
    color: #fff;
    padding: 15px;
    border-right: 1px solid rgba(0, 0, 0, .15)
}

#navbar_menu .nav-link:before {
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgba(0, 0, 0, .15);
    width: 0;
    height: 0;
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -10px;
    z-index: 27;
    display: none
}

#navbar_menu .nav-item.show .nav-link:before {
    display: block
}

#navbar_menu .nav-link:hover {
    background-color: rgba(89, 116, 145, .65);
    color: #fff
}

#navbar_menu .nav-item.show {
    background-color: #dbe5f1;
    color: #365f91
}

#navbar_menu .nav-item:last-of-type .nav-link {
    border-right: none
}

#navbar_menu .nav-item.show .dropdown-menu .nav-link {
    padding: 0 15px;
    color: #fff
}

#navbar_menu .nav-item.show .dropdown-menu .nav-link:hover {
    background-color: rgba(89, 116, 145, .65);
    color: #dbe5f1
}

.navigation-extended-fixed {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 2
}

.navigation-extended-fixed nav {
    margin-bottom: 0
}

.navigation-extended-fixed .layout__moodboard-logo-mobile {
    display: block !important
}

ul.navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-menu {
    display: block;
    position: static
}

ul.navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-menu .dropdown-menu {
    display: block;
    position: static
}

ul.navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-item div.dropdown-item:before {
    position: absolute;
    content: "\f105";
    width: 0;
    height: 0;
    color: #fff;
    top: 25%;
    left: 5px;
    display: inline-block;
    font-family: fontawesomeregular, FontAwesome, serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

ul.navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-menu .dropdown-item div.dropdown-item:before {
    position: absolute;
    content: "\f105";
    width: 0;
    height: 0;
    color: #fff;
    top: 25%;
    left: 5px;
    display: inline-block;
    font-family: fontawesomeregular, FontAwesome, serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

ul.navbar-nav .nav-item.dropdown .dropdown .dropdown-toggle:after {
    content: none
}

.dropdown-menu {
    background-color: #364759;
    border: 0;
    -webkit-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    margin: 0;
    color: #fff
}

.dropdown-menu div > a {
    color: #fff
}

.dropdown-menu div[class*=col-] {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.dropdown-header {
    font-size: 1rem;
    padding: .25rem .5rem;
    color: #fff
}

.dropdown-item {
    padding: .7rem
}

.dropdown-item:focus {
    background: 0 0
}

.dropdown-item:hover {
    color: #365f91;
    background-color: #dbe5f1
}

.dropdown-item:hover a {
    color: #365f91;
    text-decoration: none
}

.dropdown-item a:focus {
    color: #fff;
    text-decoration: none
}

.dropdown-item a:hover {
    color: #365f91;
    text-decoration: none
}

.dropdown-item.active {
    background: 0 0
}

.dropdown-item.active a {
    color: #fff;
    text-decoration: none
}

@media (max-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none
    }

    #navbar_menu .nav-link {
        padding: 7px
    }

    .dropdown-item {
        padding: .25rem 1.5rem
    }

    #navbar_menu .nav-link:before {
        content: none
    }
}

#co_auth_check_authiframecontainer .co_administrator_menu_userinfo {
    padding: .5rem;
    border: none;
    background-color: transparent;
    width: auto
}

#co_auth_check_authiframecontainer .co_administrator_menu_userinfo a {
    background-image: none !important
}

#co_auth_check_authiframecontainer .co_administrator_menu_userinfo #co_administrator_menu_userinfo_logout {
    background-image: none !important
}

#co_auth_check_authiframecontainer .co_administrator_menu_userinfo p {
    margin: 0;
    padding: 0
}

#co_auth_check_authiframecontainer .co_administrator_menu_userinfo #co_administrator_menu_userinfo_logout {
    margin: 0;
    padding: 0
}

.co_administrator_menu_userinfo * {
    display: inline
}

.co_administrator_menu_userinfo br {
    display: none
}

#co_administrator_menu_userinfo_copernicus-office {
    display: none
}

.co_administrator_menu_userinfo-userid:after {
    content: ' |'
}

.co_administrator_menu_userinfo {
    color: #fff !important
}

.co_administrator_menu_userinfo a {
    color: #fff !important
}

#provisionalprogramme_navigationbar {
    margin-bottom: 1.5em;
    background-color: rgba(89, 116, 145, .65);
    padding: 1rem
}

#sessionprogramme_navigationbar {
    margin-bottom: 1.5em;
    background-color: rgba(89, 116, 145, .65);
}

#meetingprogramme_navigationbar {
    margin-bottom: 1.5em;
    background-color: rgba(89, 116, 145, .65);
    padding: 1rem
}

#meetingprogramme_navigationbar .title-full {
    display: inline-block !important
}

#meetingprogramme_navigationbar .title-short {
    display: none
}

@media (min-width: 500px){
    #provisionalprogramme_navigationbar_pg_layer {
        top: 50% !important;
        left: 50% !important;
        -webkit-transform: translate(-50%, -50%) !important;
        -ms-transform: translate(-50%, -50%) !important;
        transform: translate(-50%, -50%) !important
    }

    #sessionprogramme_navigationbar_pg_layer {
        top: 50% !important;
        left: 50% !important;
        -webkit-transform: translate(-50%, -50%) !important;
        -ms-transform: translate(-50%, -50%) !important;
        transform: translate(-50%, -50%) !important
    }

    #meetingprogramme_navigationbar_pg_layer {
        top: 50% !important;
        left: 50% !important;
        -webkit-transform: translate(-50%, -50%) !important;
        -ms-transform: translate(-50%, -50%) !important;
        transform: translate(-50%, -50%) !important
    }

}
#provisionalprogramme_navigationbar_pg_layer,
#sessionprogramme_navigationbar_pg_layer,
#meetingprogramme_navigationbar_pg_layer {
    max-height: 100vh;
    overflow-y: auto;
}

@media (max-width: 499px){
    #provisionalprogramme_navigationbar_pg_layer,
    #sessionprogramme_navigationbar_pg_layer,
    #meetingprogramme_navigationbar_pg_layer {
        top: 0!important;
        bottom: 0!important;
        left: 0!important;
        right: 0!important;
        max-width: 100%!important;
        margin: 0;
    }

}


.provisionalprogramme_navigationbar_title {
    margin-bottom: 0 !important
}

.sessionprogramme_navigationbar_title {
    margin-bottom: 0 !important
}

.meetingprogramme_navigationbar_title {
    margin-bottom: 0 !important
}

.session_userinfo {
    padding: .5em;
    font-size: .9em;
    border: 1px solid #aaa;
    background-color: #eee;
    display: none;
    width: 450px
}

#provisionalprogramme_navigationbar_pg_layer,
#sessionprogramme_navigationbar_pg_layer,
#meetingprogramme_navigationbar_pg_layer
{
    position: fixed;
    z-index: 101;
    background-color: #fff;
    display: none;
    padding: 1em
}
#provisionalprogramme_navigationbar_pg_layer
{
    padding: 1em!important;
}

#page_content_container .co_table_borderedtable {
    vertical-align: top
}

#page_content_container .co_table_bordered th {
    padding: 5px !important
}

#page_content_container .co_table_bordered td {
    padding: 5px !important;
    vertical-align: top
}

#prequest_select {
    width: initial !important
}

#abstractpdf {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.co_mto_globalContentContainer-EPSC-DPS2019 {
    max-width: 100vw
}

table.co_table_bordered.scheduletable tbody tr td:first-child {
    width: 105px !important
}

#so3form .w-75.form-control.d-inline {
    width: 50% !important
}

.trd_payment_forms .contentbox {
    background: transparent none;
    border: none;
    padding: 0
}

.trd_payment_forms .form_save_area {
    background: transparent none;
    border: none;
    padding: 0
}

.trd_payment_forms .contentbox {
    padding-bottom: 1em
}

.trd_payment_forms .form_save_area {
    border: none
}

#trd_payment_selection fieldset {
    border: 0;
    padding: 0
}

#trd_payment_selection input[type=radio] {
    vertical-align: baseline !important
}

.trd_payment_forms .form_save_area .btn-success {
    color: #fff;
    padding: .375rem .75rem
}

.trd_payment_forms .form_save_area .btn-danger {
    color: #fff;
    padding: .375rem .75rem
}

#cc_payment td {
    padding: 5px
}

#cc_payment tr td:first-child {
    font-weight: 700;
    padding-left: 0
}

.co_mto_fastEntry {
    display: none
}

.mo_scheduling_string_location-divider {
    margin-right: .25rem;
    margin-left: .25rem
}

.displayprogramme_schedulings .display-time-headline {
    display: none
}

.meetingprogramme_navigationbar_submenu, .provisionalprogramme_navigationbar_submenu, .sessionprogramme_navigationbar_submenu, .specialinterestsprogramme_navigationbar_submenu {
    background-color: #e0e0e0;
    position: absolute;
    padding: .5em;
    -webkit-box-shadow: 3px 3px 6px #000;
    box-shadow: 3px 3px 6px #000;
    z-index: 10;
    width: 120px
}

a.apl_addon_standard_action_link {
    padding-left: 0 !important;
    background-image: none !important
}



.mo_pc2_schedulings {
    border-collapse: collapse
}

.mo_pc2_schedulings .seats {
    display: none
}

.mo_pc2_schedulings td, .mo_pc2_schedulings th {
    border: 1px solid #afafaf;
    padding: 5px;
    text-align: center
}

.mo_pc2_schedulings td td {
    border: none
}

.mo_pc2_schedulings .mo_pc2_schedulings_row0 {
    background-color: #fff
}

.mo_pc2_schedulings .mo_pc2_schedulings_row1 {
    background-color: transparent
}

.mo_pc2_schedulings tr:hover {
    background-color: #dfdfdf
}

.mo_pc2_schedulings thead tr {
    background-color: #dfdfdf
}

.mo_pc2_schedulings .mo_pc2_schedulings_hover {
    background-color: #dfdfdf
}

.mo_pc2_schedulings thead td, .mo_pc2_schedulings thead th {
    text-align: center;
    color: #000;
    font-weight: 700
}

.mo_pc2_schedulings .mo_pc2_schedulings_datecol {
    background-color: #dfdfdf;
    text-align: left
}

.mo_pc2_schedulings .co_mto_location-cell {
    display: none
}

.mo_pc2_schedulings .co_mto_location-1193, .mo_pc2_schedulings .co_mto_location-1194 {
    display: table-cell
}

#co_mto_globalContentContainer > div > form > div > table > tbody > tr > td > input.btn.btn-success.mr-1.mb-2 {
    margin-bottom: 0 !important
}

.bordered-list {
    border: 1px solid #c3c3c3
}

.header-exhibitors {
    background-color: #ebebeb;
    font-weight: 700
}

.body-exhibitors, .header-exhibitors {
    padding: .5rem
}

.image-exhibitor {
    text-align: center
}

@media (max-width: 768px) {
    .image-exhibitor {
        text-align: left;
        margin-bottom: 1rem
    }
}

@media only screen and (max-width: 399px) {
    .layout__background_image {
        padding-top: 80%;
        background-position-y: -2rem
    }
}

@media only screen and (min-width: 400px) and (max-width: 766px) {
    .layout__background_image {
        padding-top: 50%;
        background-position-y: -2rem
    }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
    .layout__background_image {
        padding-top: 48%;
        background-position-y: -4rem
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .layout__background_image {
        padding-top: 33%;
        background-position-y: -5rem
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1400px) {
    .layout__background_image {
        padding-top: 33%;
        background-position-y: -7rem
    }
}

@media only screen and (min-width: 992px) {
    #navbarSupportedContent .nav-item.dropdown .dropdown.dropdown-item:hover {
        color: #fff;
        background-color: #dbe5f1
    }

    #navbarSupportedContent .nav-item.dropdown .dropdown.dropdown-item a {
        padding: 0
    }

    #navbarSupportedContent .nav-item.dropdown .dropdown.dropdown-item a.dropdown-toggle .caret {
        position: relative;
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: .5em;
        border-top: .3em solid transparent;
        border-left: .3em solid;
        border-bottom: .3em solid transparent;
        color: #fff
    }

    #navbarSupportedContent .nav-item.dropdown .dropdown.dropdown-item div.dropdown-menu {
        display: none;
        padding: 0;
        position: absolute;
        top: 0;
        left: 100%;
        min-width: 100%;
        background-color: #dbe5f1
    }

    #navbarSupportedContent .nav-item.dropdown .dropdown.dropdown-item div.dropdown-menu div.dropdown-item:hover {
        background-color: #365f91
    }

    #navbarSupportedContent .nav-item.dropdown .dropdown.dropdown-item div.dropdown-menu div.dropdown-item:hover a {
        color: #fff
    }

    #navbarSupportedContent .nav-item.dropdown .dropdown.dropdown-item div.dropdown-menu a {
        color: #364759
    }
}

@media only screen and (min-width: 1401px) {
    .layout__background_image {
        padding-top: 31%;
        background-position-y: -5.4rem;
    }
}

@media only screen and (max-width: 768px) {
    .table--grid, .table--plain {
        width: auto
    }
}

@media only screen and (max-width: 576px) {
    .table--default, .table--grid, .table--opening-hours {
        border: none
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        left: 0 !important;
        right: auto !important;
    }
}

#navbarSupportedContent .nav-item.dropdown:nth-child(2).show .dropdown.dropdown-item .dropdown-menu.dropdown-menu-right {
    left: 100% !important;
}

body#tinymce, html {
    background-color: white;
}

.co_mto_presentings {
    top: 12px;
    position: relative;
}

#provisionalprogramme_navigationbar_pg_layer ul li, #provisionalprogramme_navigationbar_pg_layer ul ul li,
#sessionprogramme_navigationbar_pg_layer ul li, #sessionprogramme_navigationbar_pg_layer ul ul li {
    list-style-type: none;
    background-image: none;
    padding: 0;
}

#provisionalprogramme_navigationbar_pg_layer ul,
#sessionprogramme_navigationbar_pg_layer ul {
    margin-right: 0.5em;
    margin-bottom: 0;
    padding-left: 0;
}


.co-content-box {
    border-left: 2px solid #364759;
    padding: 1rem;
    background-color: #ebebeb;
    color: #364759;
    margin-bottom: 1rem;
}

.co-notification {
    border-left: 2px solid #364759;
    padding: 1rem;
    background-color: rgba(255, 222, 0, 0.1);
    margin-bottom: 1rem;
}

.co-success {
    border-left: 2px solid #364759;
    padding: 1rem;
    background-color: #d4edda;
    margin-bottom: 1rem;
}

.co-error {
    border-left: 2px solid #364759;
    padding: 1rem;
    background-color: #f8d7da;
    margin-bottom: 1rem;
}

.co-success > p:last-child,
.co-success > ul:last-child,
.co-success > div:last-child,
.co-error > p:last-child,
.co-error > ul:last-child,
.co-error > div:last-child,
.co-content-box > p:last-child,
.co-content-box > ul:last-child,
.co-content-box > div:last-child,
.co-notification > p:last-child,
.co-notification > ul:last-child,
.co-notification > div:last-child {
    margin-bottom: 0 !important;
}

.co_mto_so3_programmeSchedulesContainer tr[data-pid="225"],
.co_mto_so3_programmeSchedulesContainer tr[data-pid="232"] {
    display: none;
}

.fixed{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    background-color: #364759!important;
    color: white;
    z-index: 10;
}

#meetingprogramme_navigationbar_submenu_tc{
    color: black;
}

#meetingprogramme_navigationbar .meetingprogramme_co-mo-navigationbar-spacer{
    display: none;
}





.so3HeadButtons,
#co_mto_so3-presentationSelectionForm .co_mto_so3_programmeSchedulesContainer .row[data-pid="244"],
.scheduletableHeadline
{
	display: none;
}



/*********************/
/* Framework overwrites */
/*********************/
/* Font-awesome normally changes line-height back to 1. This a problem when you have a button with pure text next to a button with just an FA icon insight */
.btn .fa,
.btn .fab,
.btn .fad,
.btn .fal,
.btn .far,
.btn .fas {
 line-height:1.5
}