/*
    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: white;
    height: 15vw;
    border-top: 3px solid #234173;
    border-bottom: 1px solid #0f4c80;
    background: #1a64a0;
    background: url('https://indico.fusenet.eu/event/57/images/598-usiter_fusion%2520copy%25202.jpg._1024.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/*
    Sets the width of the upper part of the conference header.
    Is set to 950px and centered by default.
*/
.confTitle {
    width: 100%;
    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: 0%;
}

/*
    The style for the title text.
*/
.conference-title-link {

    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 5vw;
    font-weight: bolder;
    letter-spacing: 0.8vw;
    font-variant: small-caps;
    color: White;
    text-shadow: 0 0 10px rgb(151, 88, 151);

    padding-top: 8vw;
    text-align: center;
}

/*
    Wrapper around the bottom part of the conference header
*/
.confSubTitleBox {
    background-image: linear-gradient(90deg, #439cd7, MidnightBlue);
    border-bottom: 1px solid rgb(151, 88, 151);
    border-top: 1px solid rgb(151, 88, 151);
    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-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 11pt;
}

/*
    Styles for the date and place information.
*/
.datePlace {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 12pt;
    font-variant: small-caps;
    color: White;
}
.timezone {
    color: rgb(151, 88, 151)!important; /* !important tag overrides the color for which is set elsewhere */
}

/*
    Style of the overview.
*/
.conferenceDetails .description {
    text-align: center;
}

/*
    Style of the MAIN COLUMN.
*/
/*
.mainContent {
    width:55vw;
}
*/

/*
    Announcement styles
*/
.simpleTextAnnouncement {
    background: #F5FAFF url('../../../static/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;
    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 #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 > a, .menuConfMiddleCell.selected > a {
    color: rgb(151, 88, 151)A;
    background: #dadada;
    border-bottom: 1px solid #d0d0d0;
    border-top: 1px solid #d0d0d0;
}

/*
    sub menu item
*/
li ul.inner li a {
    padding: 3px 12px 3px 30px;
    background: transparent url('../../../static/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 ----------- */

/*
    Make conferention pages titles a certail color
*/

.conference-page .title h2{
    color: rgb(151, 88, 151) !important;
}

/*
    Wrapper around the content
*/
.confBodyBox {
    margin-left: 230px;
}

/*
    Content of each page
*/
.page-content {
    font-family: Verdana;
    font-size: 10pt;
    color: #0f283d;
}

.page-content > h2 {
    display: flex;
    align-items: center;
    color: rgb(151, 88, 151);
    border-bottom: 1px solid black
}

/* ---------------- Styles for tables ---------------- */

table {
  /*font-family: arial, sans-serif;*/
  font-size: 11pt;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

td#01 {
    font-size: 20pt;
}

tr:nth-child(even) {
  background-color: #dddddd;
}