/*
    Use this stylesheet to modify the layout of your
    conference.
*/
body {
    font-family: verdana, arial, serif;
    background: url(https://indico.gsi.de/event/20387/images/2203-background_blur_rich2025_poster.jpg) no-repeat fixed center top / cover;
    background-size: auto,cover; 
    padding: 0px;
    margin: 0px;
    font-size: 13px; 
} 

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

/*
The wrapper of the whole conference page.
*/
.conf {
  width: 100%;
  border: none;
  margin: auto;
}
.page-content {
  background: rgba(246, 246, 246, 0.8); 
  /*background: rgba(246, 246, 246, 0.4); #f6f6f666*/
  padding-left: 10px;
  padding-right: 10px;
}
/*
Wraps around the upper part of the conference header.
*/
.confTitleBox {
  color: white;
  min-height: 90px;
  /* border-top: 3px solid #234173; */
  /* border-bottom: 1px solid #0f4c80; */
  /*background: #1a64a0;*/
  background: rgba(30, 95, 140, 0.4);
}

/*
Sets the width of the upper part of the conference header.
Is set to 950px and centered by default.
*/
.confTitle {
    background: url(https://indico.gsi.de/event/20387/images/2244-rich2025_banner.jpg);
    width: 950px;
    height: 170px;
    background-size: cover;
    margin: 0 auto;
}

.confheader {
    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 {
    visibility: hidden;
    float: left;
    padding-right: 10px;
}

.rich_preview_shadow {
    box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.5);
}

/*
The style for the title text.
*/
.conference-title-link {
  visibility: hidden;
  font-size: 22pt;
  display: block;
  padding: 25px 0;
  color: antiquewhite;
}

/*
Wrapper around the bottom part of the conference header
*/
.confSubTitleBox {
  /*background: #f5faff;*/
  background: rgba(0, 110, 170, 0.4);
  border-bottom: 1px solid #d5e4f1;
  border-top: 1px solid #d5e4f1;
  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;*/
  color: antiquewhite;
  padding: 0 10px 0 10px;
}

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

div.datePlace > div.timezone {
  font-size: 12px;
  color: #fff;
}

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

/*
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: #bd891a;
  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(/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;*/
  background: rgba(0, 110, 170, 0.4);
}

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

/*
Wrapper around the content
*/
.confBodyBox {
  margin-left: 230px;
}
.col2 {
  margin-top: -15px;
}
a, .fake-link, .ui-widget-content a {
    color: #00c;
}

.conference-page header h2 {
  color: #ecdca2;
  font-family: Verdana, sans-serif;
  font-weight: bold;
  padding-right: 5px;
}

/* ----------- Marc's lines for preventing abstract material showing up ----------- */

.timetable-item-body .material-list {
  /* display: none; */
}

.timetable-item-body .item-description {
  /* display: none; */
}

.timetable-item-body .contrib-description {
  display: none;
}

.attachments-display-container {
  /* display: none; */
}

div.event-header{
	background:#fff url("https://indico.gsi.de/event/20387/attachments/50174/77869/t_rich_02-small.png") left top no-repeat;
	background-position:0 center;
	background-size:130px;
	padding-left:145px
}