/*
    Use this stylesheet to modify the layout of your
    conference.
*/



/* ----------- Styles for the conference header ----------- */


body {
    background: #ccc url('/event/404359/picture/2.png');
    background-position: center bottom;
    background-attachment: fixed;
    font-family: Roboto;
}

.wrapper {
    background: url('/event/404359/picture/2.png') repeat;
    background-color: #ccc;
}

/*
    The wrapper of the whole conference page.
*/
.conf {
    max-width: 1030px;
    border: none;
    margin: 0 auto;
}

.conferenceDetails .description {
    font-family: Roboto !important;
}


.confheader {
    margin-bottom: 1em;
    background: none;
}

/*
    Wraps around the upper part of the conference header.
*/
.confTitleBox {
    color: white;
    min-height: 90px;
    border-top: none;
    border-bottom: none;
    background: none;
}

/*
    Sets the width of the upper part of the conference header.
    Is set to 950px and centered by default.
*/
.confTitle {
}

/*
    The box containing the logo. By the default the logo is placed 
    on the left of the conference title.
*/
.confLogoBox {
    float: none;
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle;
}

.confLogoBox img {
    height: 75px;
}

/*
    The style for the title text.
*/
.conference-title-link {
    text-align: center;
    font-size: 1.6em;
    font-weight: normal;
    padding: 50px 0 5px 0;
    color: #2b53ab;
    font-family: 'Roboto Light', Helvetica, Sans;
}

.conference-title-link span[itemprop="title"] {
    vertical-align: middle;
}

/*
    Wrapper around the bottom part of the conference header 
*/
.confSubTitleBox {
    display: none;
}

/*
    The content of the lower part of the header. Is by default
    centered and has a fixed width.
*/
.confSubTitleContent {
    color: #fafafa !important;
    font-family: Roboto;
    font-size: 2em;
    margin: 0;
}

/*
    Style for links in the lower part of the header
*/
.confSubTitle a {
    font-family: Roboto;
    font-size: 11pt;
}

.confSubTitle div:nth-child(2) {
    display: none;
}

/*
    Styles for the date and place information.
*/
.datePlace {
    font-family: Roboto, Sans;
    font-size: 1.3em;
    padding-right: 0 !important;
}

.datePlace > * {
    display: none;
}

/*
    Styles for the searchbox
*/
.confSearchBox {
    float: right;
    background: transparent url("../../images/conf/sprites_blue.png") no-repeat 0 0;
}
.confSearchBox .searchButton {
    color: white;
}
.confSearchBox .searchField {
    color: black;
}

/*
    Styles for the nowHappening information
*/
.nowHappening .nowHappeningText {
    margin-right: 5px;
    float: left;
}

/*
    Announcement styles
*/
.simpleTextAnnouncement {
    background: #F5FAFF url(../../images/conf/sprites_blue.png) repeat-x scroll 0 -400px;
    border-top: 1px solid #c2d6e7;
    font-family: Verdana;
    font-weight: bold;
    font-size: 10pt;
    text-align: center;
    color: #0f283d;
}


/* ----------- Styles for the main content ----------- */

/*
    The wrapper around the menu and the page content.
    By default centered with a fix width.
*/
#confSectionsBox {
    width: auto;
    background: url('https://indico.cern.ch/conferenceDisplay.py/getPic?picId=2&confId=235520') repeat;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 1px 3px rgba(100, 100, 100, 0.3);
    margin: 0 auto;
    padding: 20px;
    border-radius: 0 0 2px 2px;
}

.mainContent h1 {
    font-size: 1.6em;
}


/* ----------- 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 {
    background: #ffffff;
    border: 1px solid #2b53ab;
    border-radius: 2px;
}

/*
    The menu item
*/
#outer li a {
    font-family: Roboto, Sans;
    font-size: 1.1em;
}

/*
    The menu item when doing mouseover
*/
#outer li a:hover {
    background-color: #2b53ab !important;
    color: #f0f0f0 !important;
}  

/*
    A non selected menu item
*/    
.menuConfTitle {
    text-align: left;
}

.menuConfTitle a {
    color: #2b53ab;
    padding: 7px 12px;
}

/*
    A selected menu item
*/

.menuConfSelected {
    border-top: none !important;
}

.menuConfTitle.selected > a, .menuConfMiddleCell.selected > a {
    color: #f0f0f0;
    background: #2b53ab;
}

/*
    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: #f6f6f6;
    border: 1px solid #ccc;
}

.support_box > h3 {
    color: #f3f3f3;
    background: #1a64a0;
}


/* ----------- Styles for the page content ----------- */

/*
    Wrapper around the content
*/
.confBodyBox {
    margin-left: 240px;
}

.ui-widget-content {
    background: none;
}

.ui-tabs li.ui-state-default {
    background: none !important;
}

.ui-tabs li.ui-state-default.ui-tabs-selected {
    background: #3E5D74 !important;
}

.ui-tabs li.ui-state-default.ui-tabs-selected a {
    color: #eee !important;
}


div.timetableHeader {
    color: #3d4f73;
    font-size: 2em;
    font-family: Roboto, Sans;
    background: none;
}

#footer {
    border-top: none;
    background: transparent;
}

.eventHeaderButtonBar {
    box-shadow: 0 2px 6px rgba(255,255,255,0.4);
} 

#abstract-field-table {
    min-width: 700px !important;
}

.conferenceDetails .description strong {
    color: #000;
    font-weight: normal;
}