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

/* ----------- 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 {
    color: #3b4769;
    min-height: 90px;
    border-top: 3px solid #3b4769;
    border-bottom: 1px solid #3b4769;
    background: #fff;
}

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

.confLogoBox > img {
    max-height: 5rem;
}

/*
The style for the title text.
*/
.conference-title-link {
    font-size: 3rem;
    padding: 25px 0;
    color: #3b4769;
    display: flex;
    align-items: center;
}

/*
Wrapper around the bottom part of the conference header
*/
.confSubTitleBox {
    background: #ebebeb;
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    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: #3b4769;
}

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

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

/*
Announcement styles
*/
.simpleTextAnnouncement {
    background: #f5faff url(/images/conf/sprites_blue.png) repeat-x scroll 0 -400px;
    border-top: 1px solid #c2d6e7;
    font-family: Verdana, sans-serif;
    font-weight: bold;
    font-size: 10pt;
    text-align: center;
    color: #3b4769;
    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;
}

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

/*
The menu item
*/
#outer li a {
    font-family: verdana, arial, sans-serif;
    font-size: 10pt;
}

/*
The menu item when doing mouseover
*/
#outer li a:hover {
    /*background: #ebebeb;*/
    font-weight: bold;
}

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

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

/*
A selected menu item
*/

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

#outer > li > a:not(.no-link):hover{
    color: #fff;
    background: #3b4769;
    border-bottom: 1px solid #3b4769;
    border-top: 1px solid #3b4769;
}

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

/*
Support box
*/

.support_box {
    background: #ebebeb;
    border: 1px solid #ebebeb;
}

.support_box > h3 {
    color: #fff;
    background: #3b4769;
}

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

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

a, strong {
    color: #3b4769;
}

.infoline  > .icon, .infoline > .label {
    color: #3b4769;
}

.action-box.highlight {
    border-color: #3b4769;
    background-color: #ebebeb;
}

.action-box.highlight >.section:not(.highlight):not(.warning):not(.danger):not(.disabled):not(.accept):not(.plain) > .icon,
.action-box.highlight >.section:not(.highlight):not(.warning):not(.danger):not(.disabled):not(.accept):not(.plain) > .text > .label

{
    color: #3b4769;
}

.action-box.highlight > .section > .toolbar >  a.i-button
{
    background-color: #3b4769;
}