/* ----------- Styles for the conference header ----------- */

/*
    The wrapper of the whole conference page.
*/
.conf {
    	width: 100%;
    	border: none;
    	margin: auto;
}

/*
    Wraps around the upper part of the conference header.
*/
.confTitleBox {
    	min-height: 150px;
	background-image: url("/event/1/images/3-belbi-2026-header.jpg") !important;
	background-position: left center !important; 
	background-size: contain !important;
	background-repeat: no-repeat, repeat  !important; 	
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
}

/*
    Sets the width of the upper part of the conference header.
    Is set to 950px and centered by default.
*/
.confTitle {
    width: auto;
    margin: 0 auto;
}

/*
    The box containing the logo. By the default the logo is placed
    on the left of the conference title.
*/
.confLogoBox {
    	float: left; 
	padding-right: 10px; 
	vertical-align: bottom; 
}

.confLogoBox img {
	height: 60px;
}

/*
    The style for the title text.
*/
.conference-title-link {
    	font-size:30pt;
	font-family: Helvetica;
	font-style: normal;
	font-weight: bold;
	opacity:0;
    	display: block;
	padding: 15px 0px;
}

/*
    Wrapper around the bottom part of the conference header
*/
.confSubTitleBox {
    background: black;
    border-bottom: 1px solid var(--basecolor);
    padding: 0px;
}

/*
    The content of the lower part of the header. Is by default
    centered and has a fixed width.
*/
.confSubTitleContent {
    width: 950px;
    margin: 0 auto;
    font-size: 11pt;
    color: #24425a;
    margin-top: -50px;
}

/*
    Style for links in the lower part of the header
*/
.confSubTitle a {
    font-size: 11pt;
    flex-basis: auto;
}

/*
    Styles for the date and place information.
*/
.datePlace {
    display:none;
}

/*
    Announcement styles
*/
.simpleTextAnnouncement {
    background: var(--basecolor);
    font-family: sans-serif;
    font-weight: bold;
    font-size: 12pt;
    text-align: center;
    color: white;
    padding: 8px 0;
}

.nowHappening .nowHappeningText {
    margin-right: 5px;
    float: left;
}

/* 
    Submission
*/
#submission-instructions .warning-message-box {
    background-color: #edf3fd;
    border: 1px solid #09c;
}

#submission-instructions .warning-message-box .icon::before {
    content: '';
    padding-right: 1em;
}

/* ----------- Styles for the conference header ----------- */

.conference-page .infoline {
    padding-right: 3.5em;
    margin-top: 2em;
}

.conference-page .conferenceDetails .description,
.conference-page .conferenceDetails .infogrid,
.conference-page .infoline.date,
.conference-page .infoline.location {
    margin: 0;
}

.conference-page .conferenceDetails .infogrid {
    margin-bottom: 2em;
}

.infoline .text p {
    margin-bottom: 0.5em;
}

.conference-page header h2,
.conference-page .page-content h3:first-child,
ul.steps li.completed .text {
    color:#2563ec !important;
}

ul.steps li.completed .horizontal-line {
    background-color:#2563ec !important;
}
    
ul.steps li.completed .circle::before {
    background-color: #2563ec !important;
    border-color: #2563ec !important;
}