/*-----------CUSTOM CSS FOR FUSENET INDICO PAGES--------*/
/*-----------AUTHOR: JENS PETER FRANNKEMOELLE-----------*/
/*------------CHANGES TO THE CONFERENCE HEADER----------*/
.confTitleBox {
	background-color: #2E529E !important;
    background-image: url(https://indico.fusenet.eu/event/59/images/604-8bit-Student-Event-2025-Banner_Medium.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative !important;
    height: 16vw;

}

.conference-title-link {
    display: block !important;
    visibility: hidden !important;
    height: 100% !important ;
}

.datePlace {
    font-size: 14pt !important;
}

.datePlace .timezone {
    font-size: 10pt !important;
    color: white !important;
}

/*------------CHANGES TO THE CONFERENCE MENU------------*/
.support_box > h3 {
	background-color: #2E529E !important;
}

/*------------CHANGES TO THE CONFERENCE PAGE------------*/
.conference-page h1,
.conference-page h2,
.conference-page h3,
.conference-page h4,
.conference-page h5,
.conference-page h6 {
	color: #2E529E !important;
}
.conference-page p {
	color: #777777 !important;
}
/*-------CHANGES TO INFOGRID AND REGISTRATION BUTTON----*/
.action-box.highlight,
.action-box.highlight .section:not(.highlight):not(.warning):not(.danger):not(.disabled):not(.accept):not(.plain) .text .label,
.action-box.highlight .section:not(.highlight):not(.warning):not(.danger):not(.disabled):not(.accept):not(.plain) > .icon {
	color: #FFFFFF !important;
	background-color: #2E529E !important;
	border-top: #2E529E !important;
	border-bottom: #2E529E !important;
	border-right: #2E529E !important;
	border-left: #2E529E !important;
}

.i-button.highlight.next {
    background-color: white !important;
    color: #777777 !important;
    border-color: #FFFFFF !important;
}

.i-button.highlight.next:hover:not(.label):not(.borderless):not(.text-color)
{
	color:#FFFFFF !important;
	background-color: #355BA9 !important;
    border-color: #355BA9 !important;
    background-image: none;
}


/*-------CHANGES TO REGISTRATION FORM----*/
.i-box-title.ng-binding {
    color: #2E529E !important;
}

/* submit button */
input.i-button.highlight:not(.label):not(.borderless):not(.text-color)
{
	color:white !important;
	background-color: #2E529E !important;
	border-top: #2E529E !important;
	border-bottom: #2E529E !important;
	border-right: #2E529E !important;
	border-left: #2E529E !important;
    padding: 10px 20px 10px 20px !important;
}
input.i-button.highlight:hover:not(.label):not(.borderless):not(.text-color)
{
	color:#FFFFFF !important;
	background-color: #355BA9 !important;
	border-top: #355BA9 !important;
	border-bottom: #355BA9 !important;
	border-right: #355BA9 !important;
	border-left: #355BA9 !important;
    padding: 10px 20px 10px 20px !important;
    background-image: none;
}

/* Change list color */

ul{
            color: #727272;
        }