/*MAIN BANNER*/
.tdEnteteRegistrationTop {
background-repeat: no-repeat;
    background-size: 100% auto;
    height: 250px;
    width: 100%;
}

#ctl00_registrationLogoTopCell {
    display: none;
}
.tableRegistration {
    border: 1px;
    vertical-align: top;
    padding: 0px;
    max-width: 1200px;
    width: 100%;
}

/*Espacement après tableau récapitulatif du paiement*/
div#ctl00_Main_RegistrationConfirmation.dvRegistrationConfirmation {
margin-bottom: 335px;
padding-top: 0% !important;
}


/*cacher les info sur la page inscription individuelle*/
/*.field-block, .col-12{
    display: none;
}*/


/*Fin d'inscription modifs padding*/
#RegistrationConfirmation {
    padding-top: 1% !important;
    padding-bottom: 4% !important;
}



/* Ancien formulaire
.TitreRubriqueBo {
    padding: 7px 1px 7px 30px;
    font-size: 20px;
    background-color: #A5C4E8;
    color: white;
}
*/

/* Modifications champ formulaire*/

/* Enleve le texte devant membership number */
#ctl00_Main_TcktFront_cell_IT_40899 {display:none;}

/* Enleve le texte devant ICBS membership number */
#ctl00_Main_TcktFront_cell_IT_41674 {display:none;}

/* Enleve le texte devant EuchemS membership number */
#ctl00_Main_TcktFront_cell_IT_41678 {display:none;}

/* Enleve le texte devant Eu membership number */
#ctl00_Main_TcktFront_cell_IT_41676 {display:none;}


/* Mettre le texte sur une seule ligne */


/*Texte upload your student card*/
#ctl00_Main_TcktFront_cell_IT_40900 {width:450px !important;}


/*Texte specific diet sur une ligne*/
#ctl00_Main_TcktFront_cell_IT_40907{
        width: 174px !important;
}

/*Texte submit abstract sur une seule ligne*/
#ctl00_Main_TcktFront_cell_IT_26140{
        width: 232px !important;
}

/*Texte submit abstract sur une seule ligne*/
#ctl00_Main_TcktFront_cell_IT_40913{
        width: 231px !important;
}

/*Texte company name sur une seule ligne*/
#ctl00_Main_TcktFront_IT_LBL_TEXTE_41439{
        width: 269px !important;
        
}

#ctl00_Main_TcktFront_IT_TEXTE_41439.CssTextBox{
        width: 538px !important;
        
}

#ctl00_Main_TcktFront_cell_IT_41440{
        width: 322px !important;
        
}

/*Cacher le texte devant affiliated sociaty*/
#ctl00_Main_TcktFront_cell_IT_41435{
        display: none;
        
}





/* Mise en forme nouveau formulaire*/
/*SOUS TITRE*/
.TitreGroupe
{
    color: #00ace5;
    font-size: 16px;
    line-height:1;
    padding: 19px 0px 3px;
}

/*FOND FORMULAIRE*/
/*.RubriqueSpan {
    display: block;
    background-color: #F1F1F1 !important;
    margin-bottom: 15px;
    padding: 30px;
    width: 1141px;
}*/

.registration {
    max-width: 1200px;
    padding: 2em;
    box-sizing: border-box;
    margin-bottom: 15px;
    background-color:white;
}

/*GROS TITRE*/
.TitreRubriqueBo {
    font-size: 25px!important;
    color: #00ace5!important;
    font-weight: bold !important;
    display: table!important;
    text-transform: none!important;
    letter-spacing: 0!important;
    line-height: 44px!important;
    border-bottom: solid 3px #223250;
}

/*SURLIGNAGE*/
.CssTextBox {
    border: 1px solid #d7d7d7;
    border-radius: 1px;
        width: 100%;
    max-width: 600px;
}



/* Mise en forme bouton (longueur à 160 pour le parametrage abstract)*/
.CssButton:hover, #ctl00_Main_BtnSave:hover { background-color:#0e1e41; color:white; background-image:none; border:solid 2px #0e1e41;}
.CssButton, #ctl00_Main_BtnSave, .ruButton.ruBrowse { border:solid 2px #00ace5; background-color:#00ace5; color:white; background-image:none; font-size:14px; text-transform:uppercase; width:auto !important; min-width:160px; padding-left:15px; padding-right:15px; text-decoration: none; border-radius: 5px; background-repeat: repeat-x; padding: 3px; cursor: pointer;}


/*Cacher le logout*/
#ctl00_Main_PnlIdentificationLogout {display:none;}

/*Menu caché*/
.menu_top{
    display: none;
}


/* Footer*/
#ctl00_BottomContent{
background-color: #0e1e41;
font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  overflow-x: hidden;
  color: #0e1e41;
}

/* Mise en forme formulaire pour mobile*/
@media (max-width: 680px){

.tableRegistration {
    background-color: none;}

.tdEnteteRegistrationTop {
        background-repeat: no-repeat;
        background-size: 100% auto;
        height: 90px;
        width: 100%;}
        
.MenuRegistration {
    width: 97%;}

#ctl00_Main_TcktFront_CurrentMenuRegistration, #ctl00_TopMenu {
display:none }

#ctl00_Main_PayOnline {
    margin: 8% 5% 5% 35% !important;
    position: initial !important;
}

.RegistrationConfirmation {
    padding-bottom: 22%;}


/*.RubriqueSpan {
    display: block;
    background-color: #F1F1F1 !important;
    margin-bottom: 15px;
    padding: 3px;
    width: 350px;
    line-height: 2em;
}*/

#scroller li {
    padding: 0 10px;
    height: inherit;
    line-height: inherit;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #fff;
    background-color: #fafafa;
    font-size: 14px;
}

.CssButton {
    border: solid 2px #00ace5;
    background-color: #00ace5;
    color: white;
    background-image: none;
    font-size: 14px;
    text-transform: uppercase;
    width: auto !important;
    min-width: auto;
    text-decoration: none;
    margin-left: 27px;
    margin-top: 7px;
}



#ctl00_Main_TcktFront_LBL_MOBILE_25923 {
display:none}

.Item {
    border-style: none;
    vertical-align: middle;
    line-height: 2em;
}

#ctl00_Main_TcktFront_SummaryPaymentMeans {
display:none }

}

/* supprimer le fond gris de la 2eme étape inscription précédent suivant*/
div#footer {
    height: 48px;
    background-image: none;
    padding: 0;
    border-top: none;
}
div#ctl00_Main_TcktFront_MenuRegistration.MenuRegistration {
display:none }

/*ABSTRACTS*/
.abstractFront{min-height: 330px; margin: auto; padding: 2em;}

/*.AbstractRegistration, .AbstractAlreadyregistered {border: 1px solid grey;border-radius: 0px;}*/


/*.CssButtonValidateOrder{
    display: none;
}*/

/*Couleur des textes des boutons en blanc */
a#ctl00_Main_ctl01_BtnNext, a#ctl00_Main_ctl01_BtnRegistered, a#ctl00_Main_ctl01_HprLnkForgotPassword, a#ctl00_Main_ctl01_BtnCancel, a#ctl00_Main_ctl01_BtnSave, a#ctl00_Main_ctl01_BtnSendForgottenPassword, a#ctl00_Main_ctl01_BtnClose {
color: white !important }

/*Déplacement figure caption et titer en gras */
.tblAbstractTdTitle, .tblAbstractTdTitleItem1125, .tbAbstract_LblITEM_1698, .tbAbstract_LblTypeAbstract, .tbAbstractFigNumber{

    width: 8%;
    font-weight: bold;
    text-align: left;
}


/*Cache la colonne country dans le formulaire d'abstract*/
/*th.CoAuthorHeader.MobileDisplayNone.CoAuthorHeaderCountry, td.MobileDisplayNone.CoAuthorCountry {
display:none
}

/*Remplace l'intitulé de la colonne City dans le formulaire d'abstract*/
/*th.CoAuthorHeader.MobileDisplayNone.CoAuthorHeaderCity {
  font-size: 0px;
}

th.CoAuthorHeader.MobileDisplayNone.CoAuthorHeaderCity:after {
  content: "City and Country";
  font-size: 13px;
}
*/


/*Ajustements proportions des tables page abstract*/
.step1 .RegSubmitterContainer, .HotelsList .hotelfulldescription .HotelImg {
    float: left;
    width: 55%;
    display: inline;
}


.step1 .NewSubmitterContainer, .HotelsList .hotelfulldescription .hlongdesc {
    float: right;
    width: 42%;
    display: inline;
}

/*centrer forgotten password*/
div.Login fieldset {
width: 435px;
border: unset;}

.AbstractSubmissionBottom {
       background-color: #009fe3
}

#ctl00_Main_ctl01_BtnNewAbstract, #ctl00_Main_ctl01_btnLogout, #ctl00_Main_TcktFront_BtnPrevious, #ctl00_Main_TcktFront_BtnSave, #ctl00_Main_TcktFront_BtnCancel, #ctl00_Main_PayOnline {
line-height: 23px !important}


.AbstractSubmitterInfo {
    background-color: #ffffff;
    border: none;
}

/* Cacher les boutons pour envoyer un message aux participants*/

/*a#sendMailToAll.btn.btn-outline-info.btn-sm.mt-2.sendMailToAll, .fa-stack-2x {
display:none }*/

/*retouche style MES COMMANDES étape 3 groupe */
h2#ctl00_Main_ctl01_H2Orders {
font-size: 20px;
font-weight: bolder;
color: #363B29;
}

#ctl00_Main_ctl01_PnlTicket {
line-height: 3 }

#ctl00_Main_ctl01_FORM_ITEM_15162 {width:200px !important;}

.form-control {
height: 25px !important}

/*CACHER LE BOUTON PREVISUALISER SUR LA PAGE FORMULAIRE ABSTRACT*/
/*#ctl00_Main_WbUsrCntrlAbstract_cellPreview{
    DISPLAY: NONE;
}
*/

#ctl00_Main_WbUsrCntrlAbstract_LblABSTRACT_FORM_ITEM_881{
    margin-left: 111px;
}


#ctl00_Main_ctl01_PnlAlreadyRegistered, #ctl00_Main_ctl01_tdxls1 {
line-height: 2.4 }

/*Cacher les info page info abstract*/
#dvAbstractInformationTop, #ctl00_Main_ctl01_PnlSubmitterInfo, #tblAbstractAdvices, #ctl00_Main_ctl01_GrdVwListeAbstract_ctl02_ImgBtnPreview, #ctl00_Main_ctl01_GrdVwListeAbstract_ctl02_ImgBtnPrint {display:none;}

/* cacher bouton inscrivez vous dans abstract*/
#ctl00_Main_ctl01_BtnRegister{
display:none;
}

/* Décaler les boutons Save et cancel dans new submitter*/

a#ctl00_Main_ctl01_BtnSave, a#ctl00_Main_ctl01_BtnSaveNext, a#ctl00_Main_ctl01_BtnSave_Draft {
margin-left: 20px !important }

/* Cacher le menu deroulant type of abstract*/
#ctl00_Main_WbUsrCntrlAbstract_RowTypeAbstract{
display:none;
}
/*A COPIER POUR AMELIORER LA PREVISUALISATION DE L'ABSTRACT*/
/*Design abstract preview*/
.abstractpreview .abstracttitle { font-family:system-ui; font-size: 20px; color:#008c8c !important; }
.abstractslistfilters { background-color:#7ebaa1; padding-bottom:5px; }

.abstractpreview { background-color:White; text-align:center; padding:20px; margin:auto; width:1000px; }
.abstractpreview .abstractnum { font-size:12pt; color:#008c8c; font-family:system-ui;}
.abstractpreview .abstractcontent .figure, .abstractpreview .abstractcontent .figure img { vertical-align:top; display:inline; }
.abstractPreviewTitleAreaEmpty1, .abstractPreviewTitleAreaEmpty2, .abstractPreviewTitleAreaEmpty3, .abstractPreviewTitleAreaEmpty4, .abstractPreviewTitleAreaEmpty5, .abstractPreviewTitleAreaEmpty6{display:none;}
.abstractPreviewTextArea1{font-family:system-ui;font-size:10pt;}
.abstractPreviewTextArea2{font-family:system-ui;font-size:10pt;}
.abstractPreviewTextArea3{font-family:system-ui;font-size:10pt;}
.abstractPreviewTextArea4{font-family:system-ui;font-size:10pt;}
.abstractPreviewTextArea5{font-family:system-ui;font-size:10pt;}
.abstractpreview .abstractcontent {
width:100%;
min-height:842px;
font-size:16px; text-align:left; display:block; padding:20px;
/*margin-left: 0%;
margin-right: 50%;*/
background-color:aliceblue;
}

abstractnum, abstracttitle, .abstractcontent>h5 {
color: #008c8c;
font-size: 20px;
line-height: 0px;
margin-bottom: 15px;
margin-top: 15px;
font-family:system-ui;}

span.abstractWordKeywords, span.abstractWordItems.abstractWordItemstop, .abstractcontent, .abstractcontent>h5Empty {font-family:system-ui; margin-bottom:5px;}


.abstractpreview h1 { font-size:24px; padding-left:0; margin-left:0 !important; }
.abstractpreview .coauteurs { font-size:12px; }
.abstractpreview .affiliation { font-size:12px; font-style:italic;}
}
