/*
Pour cacher la barre de menu en FO
*/

/*
div#ctl00_Main_divHomeLinks {
 display:none !important
 }
*/

div#ctl00_Main_TdViewPwd, div#ctl00_Main_TdSpeakerBiography, div#ctl00_Main_TdMyDocs, div#ctl00_Main_TdMyMailHistory {
 display:none !important
 }
 
div#ctl00_Main_TdViewRegistration {
display: none
}


/*main {
    padding-top: 3px !important;

}
*/

/*#ctl00_Main_main{
    margin-top: -26px;
}*/


/*#frontloggedas{
    display: none !important;
}*/

#ctl00_Main_BtnIdentification{
    color: #212529;
    background-color: #ffc107 !important;
    border-color: #ffc107;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1) !important;
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 1.25rem;
        width: 156px !important;
        text-transform: capitalize !important;
}

#ctl00_Main_BtnIdentification:hover {
  background-color:#226086 !important;
  text-decoration:none;color: #fffff0;!important;
  color:#FFFFFF !important;
}
/*Taille tableau réputilatif*/
#ctl00_Main_RegistrationConfirmation{
    padding-left: 21% !important;
    padding-right: 21% !important;
        padding-top: 2% !important;

}

/*Couleur tableau réputilatif*/
.ctrLblLabel, .ctrLblTTC, .ctrLblQ{
  color: #333333 !important;

}

#ctl00_Main_ctl13_LayoutCell_1_15166{
    padding: 25px !important;

}

/*champ Formulaire*/
#ctl00_Main_TcktFront_cell_IT_TXT_131700{
    width: 35.6% !important;
}

/*Bouton Catégorie Inscription*/
.myButton {
  background-color:#ffc106;
  border-radius:25px;
  border:1px solid #ffffff;
  display:inline-block;
  cursor:pointer;
  color:#000000 !important;
  font-family:OpenSans-Light;
  font-size:16px;
  font-weight: bold;
  font-color: black !important;
  padding:5px 35px;
  text-decoration:none;color: #000000;
      width: 345px;
      margin-top: 10px;
}
.myButton:hover {
  background-color:#226086;
  text-decoration:none;color: #fffff0;!important;
  color:#FFFFFF !important;
}
.myButton:active {
  position:relative;
  top:1px;
}

#MenuItem1 a:hover{
background-color:#226086;
  text-decoration:none;color: #fffff0;!important;
  color:#FFFFFF !important;}


/*Modification police*/
body, span, strong{
    font-family: "OpenSans-Light" !important;
    font-size: 14px !important;}

em { font-size: 14px !important;}

nav#menu > ul.menu > li {
    font-family: "OpenSans-Light" !important;
    font-size: 16px !important;}

.block{
    margin-left: -54px;
    width: 111%;}

/*Modification manu bar*/
#menu{border-radius: 15px;}
#ctl00_Main_ctl08_headerMenu, #menu{text-align: center;}


/*Formulaire inscription - Cacher le titre en-tête*/
#ctl00_Main_TcktFront_cell_RU133218, #ctl00_Main_TcktFront_cell_RU133225, #ctl00_Main_TcktFront_cell_RU133222, #ctl00_Main_TcktFront_row_RU133226, #ctl00_Main_TcktFront_cell_RU133230, #ctl00_Main_TcktFront_cell_RU133227, #ctl00_Main_TcktFront_cell_RU133229, #ctl00_Main_TcktFront_cell_RU133232, #ctl00_Main_TcktFront_cell_RU133231, #ctl00_Main_TcktFront_cell_RU133221, #ctl00_Main_TcktFront_cell_RU133228, #ctl00_Main_TcktFront_cell_RU133223, #ctl00_Main_TcktFront_cell_RU133224{display: none !important; }
#RUBRIQUE_B_9822.block{padding: 1rem 1.5rem !important;}

#ctl00_Main_TcktFront_cell_RU131770, #ctl00_Main_TcktFront_cell_RU131768{
    background-color: #83D1F7;
    color: black;
}

/*Réduire la taille en-tête*/

#ctl00_Main_TcktFront_InnerTicketPnl section:first-of-type .block {
 padding: 0.2rem 1.5rem !important;
}

/*Page Accueil inscription*/

#ctl00_Main_ctl13_Layout_15166{
    border-radius: 1rem;
    box-shadow: 0 6px 40px rgba(0, 0, 0, 0.06);}

/*----------------Page: Jour1,2,3,4 - toggle------------------------*/
 .toggle2, .toggle3  { display: none; }


/*----------------toggle2------------------------*/

.wrap-collabsible2 {
  margin-bottom: 1.2rem 0;
}

.whiteDiv input[type='checkbox'] {
  display: none;
}

.lbl-toggle2 {
margin-left: 0px !important;
  display: block;
  font-weight: bold;
  font-family: 40px Montserrat-Regular,Arial;
  font-size: 14px;
  /*text-transform: uppercase;*/
  text-align: left;
  height:40px;
  padding: 0.5rem;
  color: #5c5c5c !important;
  background: #ffc107;
  cursor: pointer;
  border-radius: 15px;
  transition: all 0.25s ease-out;
  margin-bottom: 3px;
}

.lbl-toggle2:hover {
  color: #363B29;
}

.lbl-toggle2::before {
  content: ' ';
  display: inline-block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid currentColor;
  vertical-align: middle;
  margin-right: .7rem;
  transform: translateY(-2px);
  transition: transform .2s ease-out;
}

.toggle2:checked + .lbl-toggle2::before {
  transform: rotate(90deg) translateX(-3px);
}

.collapsible-content2 {
  max-height: 0px;
  overflow: hidden;
  transition: max-height .25s ease-in-out;
}

.toggle2:checked + .lbl-toggle2 + .collapsible-content2 {
  max-height: 1203px;
}

.toggle2:checked + .lbl-toggle2 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.collapsible-content2 .content-inner2 {
  background: #FAFAFA;
  border-bottom:0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: .5rem 2rem;
}

/*----------------toggle3------------------------*/

.wrap-collabsible3 {
  margin-bottom: 1.2rem 0;
}

.whiteDiv input[type='checkbox'] {
  display: none;
}

.lbl-toggle3 {
margin-left: 0px !important;
  display: block;
  font-weight: bold;
  font-family: 40px Montserrat-Regular,Arial;
  font-size: 14px;
  /*text-transform: uppercase;*/
  text-align: left;
  height:40px;
  padding: 0.5rem;
  color: #5c5c5c !important;
  background: #ffc107;
  cursor: pointer;
  border-radius: 15px;
  transition: all 0.25s ease-out;
  margin-bottom: 3px;
}

.lbl-toggle3:hover {
  color: #363B29;
}

.lbl-toggle3::before {
  content: ' ';
  display: inline-block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid currentColor;
  vertical-align: middle;
  margin-right: .7rem;
  transform: translateY(-2px);
  transition: transform .2s ease-out;
}

.toggle3:checked + .lbl-toggle3::before {
  transform: rotate(90deg) translateX(-3px);
}

.collapsible-content3 {
  max-height: 0px;
  overflow: hidden;
  transition: max-height .25s ease-in-out;
}

.toggle3:checked + .lbl-toggle3 + .collapsible-content3 {
  max-height: 1417px;
}

.toggle3:checked + .lbl-toggle3 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.collapsible-content3 .content-inner3 {
  background: #FAFAFA;
  border-bottom:0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: .5rem 2rem;
}

body { background-color:#ffffff; }
.attendeeprofile .itemRadioRow .LabelItem, .attendeeprofile .itemLabelRow { display:inherit; }
.attendeeprofile .itemRadioRow .LabelItem span, .attendeeprofile .itemLabelRow span { text-align:right; }

/*.SpeakerForm span{display: none;}*/

/*rectification style espace orateur*/
.profile .LabelItem {
    font-weight: bold;
    text-align: left;
    padding-right: 25px;
    width: 75%;
}

td#ctl00_Main_ItemNewCell1120504.LabelItem, td#ctl00_Main_ItemNewCell1120503.LabelItem, td#ctl00_Main_ItemNewCell1120636.LabelItem, td#ctl00_Main_ItemNewCell1120637.LabelItem, td#ctl00_Main_ItemNewCell1126749.LabelItem, td#ctl00_Main_ItemNewCell1126750.LabelItem, td#ctl00_Main_ItemNewCell1126747.LabelItem, td#ctl00_Main_ItemNewCell1120613.LabelItem, td#ctl00_Main_ItemNewCell1120614.LabelItem, td#ctl00_Main_ItemNewCell1120608.LabelItem, td#ctl00_Main_ItemNewCell1120582.LabelItem, td#ctl00_Main_ItemNewCell1120590.LabelItem, td#ctl00_Main_ItemNewCell1120622.LabelItem, td#ctl00_Main_ItemNewCell1120624.LabelItem {
display:none }

.attendeeprofile .itemLabelRow span {
 text-align: left
 }
 

/* Espace personnel : Pour remplacer le texte dans le tag 'label'*/


label[for="ctl00_Main_RadGridInterventions_ctl00_ctl06_DtlInt_ChckBxProceeding"],[for="ctl00_Main_RadGridInterventions_ctl00_ctl09_DtlInt_ChckBxProceeding"],[for="ctl00_Main_RadGridInterventions_ctl00_ctl15_DtlInt_ChckBxProceeding"],[for="ctl00_Main_RadGridInterventions_ctl00_ctl18_DtlInt_ChckBxProceeding"],[for="ctl00_Main_RadGridInterventions_ctl00_ctl21_DtlInt_ChckBxProceeding"],[for="ctl00_Main_RadGridInterventions_ctl00_ctl21_DtlInt_ChckBxProceeding"],[for="ctl00_Main_RadGridInterventions_ctl00_ctl24_DtlInt_ChckBxProceeding"],[for="ctl00_Main_RadGridInterventions_ctl00_ctl12_DtlInt_ChckBxProceeding"]{
    visibility: hidden;
    position: relative;
}
label[for="ctl00_Main_RadGridInterventions_ctl00_ctl06_DtlInt_ChckBxProceeding"]:after,[for="ctl00_Main_RadGridInterventions_ctl00_ctl09_DtlInt_ChckBxProceeding"]:after,[for="ctl00_Main_RadGridInterventions_ctl00_ctl15_DtlInt_ChckBxProceeding"]:after,[for="ctl00_Main_RadGridInterventions_ctl00_ctl18_DtlInt_ChckBxProceeding"]:after,[for="ctl00_Main_RadGridInterventions_ctl00_ctl21_DtlInt_ChckBxProceeding"]:after,[for="ctl00_Main_RadGridInterventions_ctl00_ctl24_DtlInt_ChckBxProceeding"]:after,[for="ctl00_Main_RadGridInterventions_ctl00_ctl12_DtlInt_ChckBxProceeding"]:after{
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    content:"Toute publication de mon texte dans les proceedings ou programmes fera l'objet d'un droit d'auteur";
}

label[for="ctl00_Main_RadGridInterventions_ctl00_ctl06_DtlInt_ChckBxRecord"],[for="ctl00_Main_RadGridInterventions_ctl00_ctl09_DtlInt_ChckBxRecord"],[for="ctl00_Main_RadGridInterventions_ctl00_ctl15_DtlInt_ChckBxRecord"],[for="ctl00_Main_RadGridInterventions_ctl00_ctl18_DtlInt_ChckBxRecord"],[for="ctl00_Main_RadGridInterventions_ctl00_ctl21_DtlInt_ChckBxRecord"],[for="ctl00_Main_RadGridInterventions_ctl00_ctl24_DtlInt_ChckBxRecord"],[for="ctl00_Main_RadGridInterventions_ctl00_ctl12_DtlInt_ChckBxRecord"]{
    visibility: hidden;
    position: relative;
}
label[for="ctl00_Main_RadGridInterventions_ctl00_ctl06_DtlInt_ChckBxRecord"]:after,[for="ctl00_Main_RadGridInterventions_ctl00_ctl09_DtlInt_ChckBxRecord"]:after,[for="ctl00_Main_RadGridInterventions_ctl00_ctl15_DtlInt_ChckBxRecord"]:after,[for="ctl00_Main_RadGridInterventions_ctl00_ctl18_DtlInt_ChckBxRecord"]:after,[for="ctl00_Main_RadGridInterventions_ctl00_ctl21_DtlInt_ChckBxRecord"]:after,[for="ctl00_Main_RadGridInterventions_ctl00_ctl24_DtlInt_ChckBxRecord"]:after,[for="ctl00_Main_RadGridInterventions_ctl00_ctl12_DtlInt_ChckBxRecord"]:after{
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    right: -90px;
    content:"Je refuse d'être enregistré (audio et vidéo) lors de mon intervention";
}



#ctl00_Main_RadGridInterventions_ctl00_ctl06_DtlInt_ChckBxWebcast, #ctl00_Main_RadGridInterventions_ctl00_ctl09_DtlInt_ChckBxWebcast, #ctl00_Main_RadGridInterventions_ctl00_ctl12_DtlInt_ChckBxWebcast, #ctl00_Main_RadGridInterventions_ctl00_ctl15_DtlInt_ChckBxWebcast, #ctl00_Main_RadGridInterventions_ctl00_ctl18_DtlInt_ChckBxWebcast, #ctl00_Main_RadGridInterventions_ctl00_ctl06_DtlInt_LblAV, #ctl00_Main_RadGridInterventions_ctl00_ctl09_DtlInt_LblAV, #ctl00_Main_RadGridInterventions_ctl00_ctl12_DtlInt_LblAV, #ctl00_Main_RadGridInterventions_ctl00_ctl15_DtlInt_LblAV, #ctl00_Main_RadGridInterventions_ctl00_ctl18_DtlInt_LblAV, #ctl00_Main_RadGridInterventions_ctl00_ctl18_DtlInt_LblObjectifsPedagogiques, #ctl00_Main_RadGridInterventions_ctl00_ctl15_DtlInt_LblObjectifsPedagogiques, #ctl00_Main_RadGridInterventions_ctl00_ctl12_DtlInt_LblObjectifsPedagogiques, #ctl00_Main_RadGridInterventions_ctl00_ctl09_DtlInt_LblObjectifsPedagogiques, #ctl00_Main_RadGridInterventions_ctl00_ctl06_DtlInt_LblObjectifsPedagogiques, #ctl00_Main_RadGridInterventions_ctl00_ctl21_DtlInt_ChckBxWebcast, #ctl00_Main_RadGridInterventions_ctl00_ctl24_DtlInt_ChckBxWebcast, #ctl00_Main_RadGridInterventions_ctl00_ctl24_DtlInt_LblObjectifsPedagogiques, #ctl00_Main_RadGridInterventions_ctl00_ctl24_DtlInt_LblAV, #ctl00_Main_RadGridInterventions_ctl00_ctl21_DtlInt_LblObjectifsPedagogiques, #ctl00_Main_RadGridInterventions_ctl00_ctl21_DtlInt_LblObjectifsPedagogiques, #ctl00_Main_RadGridInterventions_ctl00_ctl21_DtlInt_LblAV {display: none;}

label[for="ctl00_Main_RadGridInterventions_ctl00_ctl06_DtlInt_ChckBxWebcast"], label[for="ctl00_Main_RadGridInterventions_ctl00_ctl09_DtlInt_ChckBxWebcast"], label[for="ctl00_Main_RadGridInterventions_ctl00_ctl12_DtlInt_ChckBxWebcast"], label[for="ctl00_Main_RadGridInterventions_ctl00_ctl15_DtlInt_ChckBxWebcast"], label[for="ctl00_Main_RadGridInterventions_ctl00_ctl18_DtlInt_ChckBxWebcast"], label[for="ctl00_Main_RadGridInterventions_ctl00_ctl21_DtlInt_ChckBxWebcast"], label[for="ctl00_Main_RadGridInterventions_ctl00_ctl24_DtlInt_ChckBxWebcast"]   {
    visibility: hidden;
    position: relative;
}





/* MASQUER L'HEBERGEMENT DANS L'ESPACE PERSONNEL*/
.attendeeprofile .HotelsList, .attendeeprofile #ctl00_Main_LblAccommodationTitle.profiletitle { display:none; }

#VldtrCallout_Quota_5730_popupTable { left:280px !important; }

.attendeeprofile,.group { padding-left:30px; padding-right:30px; }
.attendeeprofile .FormConflicts{display:none;}

.DownloadProgram, .tdEnteteRegistrationLogo { display:none; }
.registration, .menu_bottom_container, .schedule_detailed .schedulemenu, .schedule_detailed .schedulecontent, .schedule_scheduler .schedulecontent, .menu_top_container { max-width:1000px; }
.tdEnteteRegistrationTopInner .blocksep { display:none !important; }
.tdEnteteRegistrationTopInner p { margin-top:0; padding-top:0; display:block; background-color:#1f5e85; margin-bottom:0; padding-bottom:0; }
.tdEnteteRegistrationTopInner p a { display:block; }

.schedule .session .logo img, .schedule .session .sessionLogo, .schedulerpopup .session img { max-height:50px; max-width:120px !important; }
.GrdVwScheduler td.colTime { background-color:#F4F4F4 !important; color:Black !important; font-weight:bold; }
.GrdVwScheduler td.SchedulerSessionTitle, .GrdVwScheduler td.colRoom { background-color:White !important; color:Black !important; }

.synopsisSchedule .RadScheduler .sessionName { display:block; text-align:left; background-color:#d2d2d2; color:Black; padding-left:4px; padding-right:4px; margin-bottom:4px; padding-bottom:2px; padding-top:2px; font-weight:normal; text-transform:uppercase; }
.synopsisSchedule .RadScheduler .sessionType, .synopsisSchedule .RadScheduler .sessionTheme { display:block; padding-left:4px; padding-right:4px; }
.synopsisSchedule .RadScheduler .rsAptContent { padding-left:0; padding-right:0; }
.synopsisSchedule .RadScheduler .sessionCategory { position:absolute; bottom:5px; right:5px; }

.synopsisSchedule .RadScheduler .code, .synopsisSchedule .RadScheduler .sep2, .schedule .session .code, .schedule .session .sep2, .schedule .session .lblTitleObjectifs { display:none; }
.schedule .session .time1 { display:inline; }
.schedule .session .lbObjectifs { text-align:justify; display:block; }

.schedule_detailed .session, .schedulerpopup .session { border-radius:0px; background-repeat:repeat-y; background-position:15px top; background-image:url(https://secure.key4events.com/key4register/images/client/660/images/bgwhite.jpg); color:Black !important; padding-left:25px; }
.schedule_detailed .date, .schedulerpopup .date { font-size:24px; text-transform:uppercase; }
.schedule_detailed .session .sessiontop, .schedulerpopup .session .sessiontop { padding:8px; background-color:#F0F0F0; text-transform:uppercase; font-size:14px; }
.schedule_detailed .session .intervention, .schedulerpopup .session .intervention { padding:8px; border:solid 1px Transparent; }


/*.schedulecontainer .RadScheduler  .RoomName,
.schedulecontainer .RadScheduler .rsContentTable td, .schedulecontainer .RadScheduler .rsWrap { min-width:150px; }*/
 
.RegistrationDisabledDisplayOnly, .RegistrationDisabled .RegistrationDisabledDisplayNone, .RegistrationDisabledNotUpdatedAnymore .SpanButtons, .attendeeprofile #ctl00_Main_ItemNewLabel138412, .attendeeprofile .homeLinks, .speaker #ctl00_Main_moreitems { display:none; }
.RegistrationDisabled .RegistrationDisabledDisplayOnly { display:block; }
.RegistrationDisabledDisplayOnly { margin-bottom:50px; }

.profilepicture { border-radius:50%; }
table.TblSubSection4455, table.TblSubSection4453 {
  margin-left:165px;
}
table.TblSubSection4454, #ctl00_Main_TcktFront_TblTicket_IT_38406 {
  margin-left:150px;
}
#ctl00_Main_TcktFront_TblTicket_IT_38399 { margin-bottom:15px; }
.ItemKSpeakerhotel .CssTextBox, .ItemKSpeakerhoteladresse .CssTextBox
{
  background-color:Transparent;
  border:none;
  color:Black;
}

.InfoMsg {
  display: block;
  cursor: default;
  padding-right: 10px;
  padding-bottom: 10px;
  border: dotted 1px #c0c0c0;
  background-color: #FFCC00;
  color: #494949;
  font-size: 12px;
  padding-left: 10px;
  padding-top: 10px;
  margin-top: 10px;
  margin-bottom: 0px;
  padding-left: 60px;
  background-repeat: no-repeat;
  background-image: url(../images/info.png);
  background-position: 15px 12px;
}
#ctl00_Main_TcktFront_cell_GR_38427, .ItemKDinerdegalaquantite { padding-left:390px; }
.speakerOnly, .speaker .speakerNone, .SpeakerFormStatus { display:none; }
.speaker .speakerOnly { display:block; }
#ctl00_Main_TcktFront_BtnPrevious, #ctl00_Main_TcktFront_BtnPrevious { display:none; }
#ctl00_Main_LblTicketHeader, #TR_GROUP_1662 { display:none; }
.tableRegistration { width:100%; background-color:#ffffff; }
#contenu { padding-bottom:20px; padding-left:0px; padding-right:0px; }
#VldtrCallout_Quota_3989_popupTable { left:150px !important; top: 250px !important; }
.registration, .profile, .group, .groupe, .CssButton, .ajax__validatorcallout_error_message_cell { font-family:"OpenSans-Light"; }
.TitreRubriqueBo { background-color:#245e8c; color:#ffffff; text-align:center; padding: 15px; height:50px; border-radius: 15px; font-family:"OpenSans-Light"; font-size: 22px; display: block !important; }
#ctl00_MBOTTOM708 { text-align:center; display:block; width:100%; background-color:white; position:fixed; bottom:0px; left:0px; }
.classificationcell, .legalmentionsLink, .colHT, .colTVA { display:none; }
#ctl00_Main_TcktFront_LblTotalHT, #ctl00_Main_TcktFront_LblTotalHTValue, #ctl00_Main_TcktFront_LblTotalTVA, #ctl00_Main_TcktFront_LblTotalTVAValue { display:none; }
#ctl00_Main_LblTotalHT, #ctl00_Main_LblTotalHTValue, #ctl00_Main_LblTotalTVA, #ctl00_Main_LblTotalTVAValue { display:none; }
.menu_top { background-color:#f0cb00; height:43px; font-family:"OpenSans-Light"; }
.menu_bottom { background-color:#1f5e85; }
.menu_bottom_container { height:43px; font-family:"OpenSans-Light"; }
.menu_top ul li.selected a
{
  display: block;
  background-color: transparent;
  background-image: url("../App_Themes/Fo/img/menu_roll_on.png");
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-position: center top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
}

#VldtrCallout_Quota_7904_popupTable{left: 180px !important; top: 430px !important;}

/*Code Mobile responsive*/
@media screen and (max-width: 480px)
{
#ctl00_Main_ctl13_LayoutCell_1_15166 {padding: 0px !important;}
.ItemBase20 {width: 52%;}
.block {margin-left: -19px;}
#ctl00_Main_TcktFront_CurrentMenuRegistration{display: none;}
.lbl-toggle2 {height: 81px;}
.lbl-toggle3 {height: 59px;}
.ItemBase10 {width: 19%;}
.ItemBase100 {max-width: 314px;}
.ContentBlock.CONTENT_BLOCK.Content31357.k4r33Left{margin-top: -28px;}
.ContentBlock.CONTENT_BLOCK.Content31356.k4r33Left tbody tr:nth-child(4) {display: none;}
.ContentBlock.CONTENT_BLOCK.Content31356.k4r33Left tbody tr:nth-child(5) {display: none;}
.ContentBlock.CONTENT_BLOCK.Content31356.k4r33Left tbody tr:nth-child(9) {display: none;}
.ContentBlock.CONTENT_BLOCK.Content31357.k4r33Left tbody tr:nth-child(4) {display: none;}
.ContentBlock.CONTENT_BLOCK.Content31357.k4r33Left tbody tr:nth-child(7) {display: none;}
.ContentBlock.CONTENT_BLOCK.Content31357.k4r33Left tbody tr:nth-child(8) {display: none;}
.ContentBlock.CONTENT_BLOCK.Content31357.k4r33Left tbody tr:nth-child(9) {display: none;}
.ContentBlock.CONTENT_BLOCK.Content31358.k4r33Left p:nth-child(1) {display: none;}
#ctl00_Main_TcktFront_SummaryPaymentMeans{top: 46px;}
.InfoMsg {padding-left: 0px;}
.InfoMsg p:nth-child(1), .InfoMsg p:nth-child(2), .InfoMsg p:nth-child(3), .InfoMsg p:nth-child(4), .InfoMsg p:nth-child(5) {margin-left: 56px !important;}
.InfoMsg ul {margin-left: 29px !important;}
.speakerOnly p {margin-left: 10px !important;}
.speakerOnly ul, .speakerOnly div{margin-left: 0px !important;}
.toggle2:checked + .lbl-toggle2 + .collapsible-content2 {max-height: 1300px !important;}
.toggle3:checked + .lbl-toggle3 + .collapsible-content3 {max-height: 3846px !important;}
#ctl00_Main_ctl13_Content{margin-left: -10px !important;}
}

#registration .PnlIdentificationLogout{
  display: none !important;
}



