/*
    Use this stylesheet to modify the layout of your
    conference.
*/

@import "https://use.typekit.net/aoy6qex.css"; 

body {
    font-family: futura-pt, sans-serif;
	font-weight: 400;
	font-style: normal;
}

h1, h2, h3,
.conference-page .page-content h3 {
	color: #f68214;
}

.category-info, .speaker-list, .conference-page, .conference-page .description, .conference-page .infogrid, .contribution-list, .track-review-list, .paper-contribution-list {
    font-family: futura-pt, sans-serif;
    font-weight: 400;
	font-style: normal;
}

.header-data::before {
    color: #000000;
}

.header-data {
    color: #000000;
}

.event-time-data time, .event-location .text, .chairperson-list .author {
    color: #000000 !important;
}

.timetable-item.timetable-break .timetable-item-body .timetable-title {
    text-align: center;
    color: red !important;
}

.event-time-data time, .event-location .text, .chairperson-list .author {
    background-color: #f68214;
}

.timetable-contrib .timetable-title {
    color: #f68214;
}

div.event-header {
	background: #f68214;
	color: #000000;
}

div.event-header h1 {
    color: #000000;
}

div.event-sub-header {
	display: none;
}

.conference-page header h2 {
    color: #f68214;
}

.timetable-time.break.top-level .start-time {
    background-color: transparent;
	box-shadow: none;
}

.timetable-time.break {
    color: #000000 !important;
}

.timetable-time.break .end-time {
    color: #000000 !important;
}

.timetable-time.top-level .start-time {
	background-color: transparent;
	box-shadow: none;
}

.timetable-time .start-time {
    color: #000000 !important;
}

.timetable-time .end-time {
    color: #000000;
}

.timetable-time {
    color: #000000 !important;
}

.dialog-page header .page-description, .management-page header .page-description, .fixed-width-standalone-page header .page-description, .fixed-width-standalone-text-page header .page-description, .conference-page header .page-description, .meeting-page header .page-description, h2, h3, h4, .i-box .i-box-header .i-box-title, .toolbar.global-menu, ul.steps .label, .i-timeline-item .i-timeline-item-box .i-box-header .i-box-title, .categorynav .category-list .i-box-header .i-box-title, .categorynav .category-list .item .title-wrapper .title, .person-link-list .i-box-header .i-box-title, #email-template-manager .email-template-wrapper .regform-section-sortable-placeholder .i-box-header .i-box-title, .category-calendar-page header .page-description, .regform-section-title, .regform-section .i-box-header .i-box-title, .regform-done .i-box-header .i-box-title, .regFormSectionNewSection, input.regFormTitleInputMgmt, .regform-section-sortable-placeholder .i-box-header .i-box-title, .review-item-content .i-box-header .i-box-title {
    font-family: futura-pt, sans-serif;
}

.i-box .i-box-header .i-box-title, .i-timeline-item .i-timeline-item-box .i-box-header .i-box-title, .categorynav .category-list .i-box-header .i-box-title, .person-link-list .i-box-header .i-box-title, #email-template-manager .email-template-wrapper .regform-section-sortable-placeholder .i-box-header .i-box-title, .regform-section-title, .regform-section .i-box-header .i-box-title, .regform-done .i-box-header .i-box-title, .regform-section-sortable-placeholder .i-box-header .i-box-title, .review-item-content .i-box-header .i-box-title {
    color: #f68214;
}

.i-button.highlight:not(.label):not(.borderless):not(.text-color), .i-selection input[type="checkbox"]:checked + label:not(.label):not(.borderless):not(.text-color), .i-selection input[type="radio"]:checked + label:not(.label):not(.borderless):not(.text-color), .categorynav .category-list .item .button-wrapper .highlight:not(.label):not(.borderless):not(.text-color).action-button, .categorynav .category-list .item .button-wrapper :not(.label):not(.borderless):not(.text-color).action-button, .highlight:not(.label):not(.borderless):not(.text-color).action-button, :not(.label):not(.borderless):not(.text-color).action-button {
    background: #f68214;
    border-color: #f68214;
    color: white;
    margin-bottom: 10px;
}

.event-details {
	display: none;
}


.confSubTitleBox {
	display: none;
}

div.title {
	padding-top: 0;
}

/* ----------- Styles for the conference header ----------- */

/*
    The wrapper of the whole conference page.
*/
.conf {
    width: 1000px;
    border: 1px solid #f68214;
    margin: 10px auto 10px auto;
    font-family: futura-pt, sans-serif;
    font-size: 20px;
}

/*
    Wraps around the upper part of the conference header.
*/
.confTitleBox {
    color: #000000;
    min-height: 90px;
    border-top: 0;
    border-bottom: 1px solid #0f4c80;
    background: #ffffff;
}

/*
    Sets the width of the upper part of the conference header.
    Is set to 950px and centered by default.
*/
.confTitle {
    width: 1000px;
    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;
}

/*
    The style for the title text.
*/
.conference-title-link {
    font-size:22pt;
    display: block;
    padding: 0;
    color: #000000;
}

.conference-title-link span {
    padding: 25px;
}

/*
    Wrapper around the bottom part of the conference header
*/
.confSubTitleBox {
    background: #ffffff;
    border-bottom: none;
    border-top: none;
    padding: 0.5rem 0;
}

/*
    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;
}

/*
    Style for links in the lower part of the header
*/
.confSubTitle a {
    font-size: 17pt;
}

/*
    Styles for the date and place information.
*/
.datePlace {
    font-size: 13pt;
}


/*
    Announcement styles
*/
.simpleTextAnnouncement {
    background: red;
    border-top: none;
    font-family: Verdana;
    font-weight: bold;
    font-size: 10pt;
    text-align: center;
    color: #ffffff;
    padding: 8px 0;
}


/* ----------- Styles for the main content ----------- */

/*
    The wrapper around the menu and the page content.
    By default centered with a fix width.
*/
#confSectionsBox {
    width: 950px;
    margin: 0 auto;
    margin-top: 30px;
}



/* ----------- Styles for the menu ----------- */


/* Styles for all menu Items */

/*
    Wrapper around the menu
*/
.conf_leftMenu {
    float:left;
    width:200px;
    position: relative;
    left: -26px;
    border-top: 0;
    border-right: 1px solid #f68214;
    border-bottom: 0;
    border-left: 0;
}

.menuConfSelected, .menuConfMiddleCellSelected {
    color: #bd891a;
    background: #dadada;
    border-bottom: 1px solid #d0d0d0;
    border-top: 0;
}

/*
    Styles for the menu box
*/
#outer {
    border: 1px solid #f68214;
    background: #ffffff;
}

/*
    The menu item
*/
#outer li a {
    font-size: 100%;
    font-family: futura-pt, sans-serif;
	font-weight: 600;
	font-style: normal;
}

/*
    The menu item when doing mouseover
*/
#outer li a:hover {
    background: #e0e0e0;
}

/*
    A non selected menu item
*/
.menuConfTitle {
    text-align: left;
}

.menuConfTitle a {
    color: #000000;
    padding: 7px 12px;
}

/*
    A selected menu item
*/

.menuConfTitle.selected > a, .menuConfMiddleCell.selected > a {
    color: #000000;
    background: #f68214;
    border-bottom: 1px solid #f68214;
    border-top: 1px solid #f68214;
}

/*
    sub menu item
*/
li ul.inner li a {
    padding: 3px 12px 3px 30px;
    background: transparent url(../../images/conf/left_menu_bullet.png) scroll no-repeat 15px center;
}


/*
    Support box
*/

.support_box {
    background: #ffffff;
    border: 1px solid #f68214;
    display: none;
}

.support_box > h3 {
    color: #000000;
    background: #f68214;
}


/* ----------- Styles for the page content ----------- */

/*
    Wrapper around the content
*/
.confBodyBox {
    margin-left: 230px;
}