/*@import url(https://fonts.googleapis.com/css?family=Montserrat:700);*/
/*
    Use this stylesheet to modify the layout of your
    conference.
*/


a {
    color: #7E9B3F;
}

    a:visited {
        color: #7E9B3F;
    }

    a:link {
        color: #7E9B3F;
    }


/* ----------- Styles for the conference header ----------- */

/*
    The wrapper of the whole conference page.
*/
.conf {
    width: 100%;
    border: none;
    margin: auto;
}

.confheader {
    background: #242424;
}

    .confheader::after {
        content: none;
    }
/*
    Wraps around the upper part of the conference header.
*/
.confTitleBox {
    min-height: 90px;
    border-top: 3px solid #7E9B3F;
    border-bottom: none;
    background: #242424;
}

/*
    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: 0px;
    margin-top: 0;
}

/*
    The style for the title text.
*/
.conference-title-link {
    font-size: 1.7em;
    display: block;
    padding: 0;
    color: #7E9B3F;
    font-weight: bold;
    margin-top: 18px;
    /*font-family: 'Montserrat', sans-serif;*/
}

    .conference-title-link > span {
        visibility: hidden;
        display: none;
    }

/*
    Wrapper around the bottom part of the conference header
*/
.confSubTitleBox {
    min-height: 45px;
    background: #242424;
    border-bottom: 2px solid #8f1f78;
    border-top: none;
    padding-bottom: 6px;
}

/*
    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-family: Verdana;
    font-size: 11pt;
    color: #24425a;
}

.confSubTitle {
    visibility: hidden;
    display: none;
}

    /*
    Style for links in the lower part of the header
*/
    .confSubTitle a {
        font-family: Verdana;
        font-size: 11pt;
    }

/*
    Styles for the date and place information.
*/
.datePlace {
    font-family: verdana,arial,sans-serif;
    font-size: 12pt;
}

/*
    Styles for the searchbox
*/
.confSearchBox {
    float: right;
    background: transparent url("../../images/conf/sprites_blue.png") no-repeat 0 0;
    width: 250px;
    height: 24px;
    margin-top: 10px;
}

    .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;*/
    background: #FFDC99;
    font-family: Verdana;
    font-weight: bold;
    font-size: 10pt;
    text-align: center;
    color: #0f283d;
    padding: 6px 0;
    border-top: none;
}


/* ----------- Styles for the main content ----------- */

/*
    The wrapper around the menu and the page content.
    By default centered with a fix width.
*/
#confSectionsBox {
    padding-top: 30px;
    width: 950px;
    margin: 0 auto;
}



/* ----------- 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 #ccc;
    background: #f6f6f6;
}

    /*
    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: #e0e0e0;
        }

/*
    A non selected menu item
*/
.menuConfTitle {
    text-align: left;
}

    .menuConfTitle a {
        color: #275C86;
        padding: 7px 12px;
    }

    /*
    A selected menu item
*/
    .menuConfTitle.selected:first-child > a {
        border-top: none;
    }

.menuConfSelected, .menuConfMiddleCellSelected {
    border: none;
}

.menuConfTitle.selected > a, .menuConfMiddleCell.selected > a {
    color: #7E9B3F;
    background: #dadada;
    border-bottom: 1px solid #8f1f78;
    border-top: 1px solid #d0d0d0;
    font-weight: bold;
}


/*
    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: #7E9B3F;
        background: #dadada;
        font-weight: bold;
        font-family: verdana, arial, sans-serif;
        font-size: inherit;
        padding-left: 12px;
        border-bottom: 1px solid #8f1f78;
    }


/* ----------- Styles for the page content ----------- */

/*
    Wrapper around the content
*/
.confBodyBox {
    margin-left: 230px;
}

.conferenceDetails {
    text-align: justify;
}

    .conferenceDetails p {
        text-indent: 1.6em;
    }

    .conferenceDetails blockquote {
        margin: 0px;
    }

        .conferenceDetails blockquote p {
            text-indent: 0px;
        }

.management-page header div.description, .conference-page header div.description, .meeting-page header div.description, h2, h3, h4, .i-box.titled .i-box-header .i-box-title, .toolbar.global-menu {
    font-family: inherit;
}

.page-title {
    font-size: 1.6em;
    font-weight: bold;
    color: inherit;
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: .4rem;
}

.page-content ul[style] > li {
    margin-bottom: 6px;
}