/* Theme EAO 23 Accommodation */
 /* Style Attributes */
#page
{
max-width: 1280px;
}
.pcp-page .regular-menu-wrapper .pcp-topmenu-regular, .pcp-page .mobile-menu-wrapper .pcp-topmenu-mobile
{
background: #C51431;
}
.pcp-page .regular-menu-wrapper .pcp-topmenu-regular.ui.menu .item, .pcp-page .mobile-menu-wrapper .pcp-topmenu-mobile.ui.menu .item, .pcp-page .regular-menu-wrapper .pcp-topmenu-regular.ui.menu .item > a.text, .pcp-page .mobile-menu-wrapper .pcp-topmenu-mobile.ui.menu .item > a.text, .pcp-page .regular-menu-wrapper .pcp-topmenu-regular.ui.menu .item > i.dropdown, .pcp-page .mobile-menu-wrapper .pcp-topmenu-mobile.ui.menu .item > i.dropdown
{
color: #FFFFFF;
}
body
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #787878;
background: linear-gradient(#C51431, #C51431);
}
h1
{
font-size: 22px;
color: #C51431;
font-style: normal;
text-decoration: none;
}
h2
{
color: #C51431;
font-size: 18px;
font-style: normal;
text-decoration: none;
}
h3
{
color: #C51431;
font-size: 16px;
font-style: normal;
text-decoration: none;
}
h4
{
color: #C51431;
font-size: 14px;
font-style: normal;
text-decoration: none;
}
h5
{
color: #C51431;
font-size: 12px;
font-style: normal;
text-decoration: none;
}
h6
{
color: #C51431;
font-size: 12px;
font-style: normal;
text-decoration: none;
}

 /* Standard Content */
/*têtière ne dépasse pas la largeur de la page*/
#ctl00_uxLogo{
max-width:100%;
}

.ui.green.buttons .button {
padding: 10px 15px;
color:#FFFFFF;
font-weight:bold;
background-color:#C51431;
border-radius:5px;
background-image: none;
display: inline-block;
font-size:1.2em;
}

/* Larger "book" button on hotel page */
.hot-largeitem-bookingaction.hot-largeitem-addbookings {
padding: 10px 15px;
color:#FFFFFF;
font-weight:bold;
background-color:#C51431;
border-radius:5px;
background-image: none;
display: inline-block;
font-size:1.2em;
}

/* Larger "CONTINUE TO NEXT STEP" button on hotel page */
.component-hotels .hot-largeitem-confirmandcontinue {
padding: 10px 15px;
color:#FFFFFF;
font-weight:bold;
background-color:#C51431;
border-radius:5px;
background-image: none;
display: inline-block;
font-size:1.2em;
}

/* Login button EAO23 theme */
.component-login #loginButton {
padding: 10px 15px;
color:#FFFFFF;
font-weight:bold;
background-color:#C51431;
border-radius:5px;
background-image: none;
display: inline-block;
font-size:1.2em;
}


/*Masquer les menus "nouvelle inscription" et "Mes inscriptions"*/
#ctl00_uxListItem_MyRegistrations,#ctl00_uxListItem_NewRegistration,#ctl00_uxMenuItem_NewAbstractSubmission{
display:none !important;
}

/*couleur du chemin de page*/
.wizardNaviguationBar .page .current{
color:####C51431!important;
}

/*Portail: masquer le lien "détails du service" sur la page "gérer les réservations"*/
.service-details-link{
display:none;
}

/*Masquer le bouton "Ajouter des réservations" sur la page d'accueil du portail*/
.pcp-page a[class='card'][href*="AddReservations.aspx"]{
display:none;!important
} 

.infopage-centered-img .ui.image {
display: inline-block;
}

/*Couleur footer*/
#page-footer, #page-footer a {color:white!important;}

.participant-financial .ui.very.basic.celled.compact.table tr.negative, .group-financial .ui.very.basic.celled.compact.table tr.negative {
    display:none;
}

.payment-summary .ui.basic.table.borderless tr:last-child{
    display:none;
}

.infopage-centered-img .ui.image {
display: inline-block;
}

#page
{
width: 80%;
}
 
.logo-header
{
max-height: 293px;
}

/*
.timeline .dx-scheduler-timeline .dx-scheduler-date-table .dx-scheduler-date-table-cell, 
.timeline .dx-scheduler-timeline .dx-scheduler-group-row,
.timeline .dx-scheduler-group-header {
    height: 195px !important;
    min-height: 195px !important;
    max-height: 195px !important;
}

.calendar .dx-scheduler-time-panel-cell, .calendar .dx-scheduler-date-table-cell{
    height: 95px;
    min-height: 95px;
    max-height: 95px;
}*/

/*Hide full section on review home page with Group, invitation deadline and status*/
div.flatreviewer > table {
display:none;
}


.dx-scheduler-group-row {
height:auto !important;
max-height: none !important;
}

.dx-scheduler-group-row .dx-scheduler-group-header {
min-height: 95px !important;
}

.search-types-dropdown .item .description, .search-topics-dropdown .item .description, .search-categories-dropdown .item .description{
display: none;    
}

/*Masquer solde à payer si rien à payer sur Web App*/
.participant-financial .ui.very.basic.celled.compact.table tr.negative, .group-financial .ui.very.basic.celled.compact.table tr.negative {
    display:none;
}

/*Hide Group actual number of attendees on group info section on registration website*/
#page div[class="main-content ui segment"] div[class='component-group-information ui form segment'] > div:nth-of-type(1) div[class="four wide field"]{
display : none !important;
}

#page div[class="main-content ui segment"] div[class='component-group-information ui form segment'] > div:nth-of-type(1) div[class="twelve wide field"] {
width:100%;
}

#ctl00_uxUserAccountButton .user.icon.outline{
width:150px;
}
 
#ctl00_uxUserAccountButton .user.icon.outline:after{
content: 'Espace personnel' !important;
margin-left: 4px!important;
font-family: Arial, Helvetica, sans-serif;
white-space: nowrap;
}

.pcp-infopage-responsive .column div[style*="color: ###C51431"] a > i.icon {
    color: ##C51431;
}

#page .component-welcome .component-invitation .ui.form.segment.rejectionDetails .ui.field.inline {
    display: none !important;
}
 
/*
.timeline .dx-scheduler-timeline .dx-scheduler-date-table .dx-scheduler-date-table-cell,
.timeline .dx-scheduler-timeline .dx-scheduler-group-row,
.timeline .dx-scheduler-group-header {
    height: 195px !important;
    min-height: 195px !important;
    max-height: 195px !important;
}
 
.timeline .dx-scheduler-timeline .dx-scheduler-group-row {   
    height: auto !important;
    min-height: none !important;
    max-height: none !important;
}
 
.calendar .dx-scheduler-time-panel-cell, .calendar .dx-scheduler-date-table-cell{
    height: 95px;
    min-height: 95px;
    max-height: 95px;
}*/
 
.dx-scheduler-group-row {
height:auto !important;
max-height: none !important;
}
 
.dx-scheduler-group-row .dx-scheduler-group-header {
min-height: 95px !important;
}
 
.search-types-dropdown .item .description, .search-topics-dropdown .item .description, .search-categories-dropdown .item .description{
display: none;   
}
#ctl00_uxUserAccountButton .user.icon.outline{
width:150px;
}
 
.display-advanced-keywords-search-options { display:none !important;}

 
.search-types-dropdown .item .description, .search-topics-dropdown .item .description, .search-categories-dropdown .item .description{
display: none;
}
.dx-scheduler-container .dx-scheduler-appointment-icon-header {
display:none !important;
}

.search-topics-dropdown .item[data-text="Not specified"]{
    display:none !important;
}
 
}
#page div[class="main-content ui segment"] div[class='component-group-information ui form segment'] > div:nth-of-type(1) div[class="twelve wide field"] {
width:100%;
}
 
.onlineprogramme-details-modal .eventsession-view-main-content.title .eventsession-view-img {
    width:auto !important;
    height: auto !important;
    max-width: 230px;
    max-height: 230px;
    float:right;
}
 
.ui.accordion .eventsession-view-main-content.title:not(.active) .eventsession-view-img {
    width:auto !important;
    height: auto !important;
    max-width: 130px;
    max-height: 40px;
    float:right;
}
 
 
.ui.accordion .eventsession-view-main-content.title.active .eventsession-view-img {
    width:auto !important;
    height: auto !important;
    max-width: 230px;
    max-height: 230px;
    float:right;
}
pcp-page .regular-menu-wrapper .pcp-topmenu-regular.ui.menu .item, .pcp-page .mobile-menu-wrapper .pcp-topmenu-mobile.ui.menu .item,
.pcp-page .regular-menu-wrapper .pcp-topmenu-regular.ui.menu > .ui.dropdown.item > a.text
{
    color: #FFFFFF;
    text-transform: uppercase;
}

/* Hide the price of submission types */
main.abstract-main-content > .bindable-content .item.available-submission-type .extra > .ui.label { display: none !important; }


/* Hide the go to portal buttons */
main.abstract-main-content > .bindable-content 
.ui.button[href="https://www.eventime.fr/CommunityPortal/ProgressivePortal/EAO2022/App/Views/Abstract/AbstractSubmissions.aspx"] { 
display: none !important; }


/* Hide the price of submission types */
main.abstract-main-content > .bindable-content .item.available-submission-type .extra > .ui.label { display: none !important; }

.eaoregstat .preview-content {
 line-height:1em;
 font-size: 10px;
}

.eaoregstat .preview-content hr {
display:none;
}

 
#ctl00_uxMainContent .abstract-reviwer-portal .abstract-reviewer-portal-reviewing .ui.abstract-reviewer-overview .ui.secondary.menu.stackable  .ui.small.buttons
{
display : none !important;
}
/*Masquer le bouton OFFLINE REVIEW dans l'abstract review*/
#btnDownloadOfflineForms{
display:none;
}
/*Masquer la section "Fichiers téléchargés dans l'abstract review*/
#ctl00_mc_uFileListPanel{
display:none;
}

.component-service-reservation .servicePrice {
white-space: nowrap;
}
.ui.centered.three.doubling.cards.dashboard-action  .ui.button {
 background-color:#C51431 !important;
}

.component-hotels .hot-largeitem-zoomout {
padding: 10px 15px;
color:#FFFFFF;
font-weight:bold;
background-color:#C51431;
border-radius:5px;
background-image: none;
display: inline-block;
font-size:1.2em;
}

.component-hotels .hot-listitem-price {
    font-weight: bold;
    color: #C51431;
}

.component-hotels .hot-largeitem-price {
    font-weight: bold;
    color: #C51421;
}

.component-hotels .hot-listitem-name{
max-width: 285px;
}

.component-hotels .hot-listitem-prices-ratings {
width: 305px;
}

.hot-showmap-container .icon.map.marker {
padding-top: 20px !important;
    font-size: 15px;
}

/*.ui.icon.button>.icon, .ui.icon.buttons .button>.icon {
    opacity: 0;
    margin: 0;
    vertical-align: top;
}*/

.component-hotels .hot-largeitem-roomtypes-infobutton {
   display: none;
}
/* END Theme EAO 23 Accommodation */
