/* Theme EFUS 2021 */
 /* Style Attributes */
#page
{
max-width: 1280px;
}
body
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
background: linear-gradient(#6A78B9, #6A78B9);
}
h1
{
font-size: 12pt;
color: #E4E25B;
font-style: normal;
text-decoration: none;
}
h2
{
font-size: 14pt;
color: #E4E25B;
font-style: normal;
text-decoration: none;
}
h3
{
font-size: 12pt;
color: #E4E25B;
font-style: normal;
text-decoration: none;
}
h4
{
font-size: 12pt;
color: #6A78B9;
font-style: normal;
text-decoration: none;
}
h5
{
font-size: 20pt;
color: #E4E25B;
font-style: normal;
text-decoration: none;
}
h6
{
font-size: 18pt;
color: #6A78B9;
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%;
}

/*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:#006195 !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;
}

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

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

/*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: #303B7E"] a > i.icon {
    color: #303B7E;
    opacity: 1 !important;
}

#page .component-welcome .component-invitation .ui.form.segment.rejectionDetails .ui.field.inline {
    display: none !important;
}
 
/* END Theme EFUS 2021 */
