/*
    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: linear-gradient(to right, #313191, #8d2757, #e81c27);
  min-height: 90px;
  border-top: 3px linear-gradient(to right, #313191, #8d2757, #e81c27);
  border-bottom: 1px linear-gradient(to right, #313191, #8d2757, #e81c27);
  background: linear-gradient(to right, #313191, #8d2757, #e81c27);
}

/*
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;
  padding-bottom: 10px;
}

/*
The style for the title text.
*/
.conference-title-link {
  font-size: 22pt;
  text-align: center;   
  display: block;
  padding: 25px 0;
  color: white;
}

/*
Wrapper around the bottom part of the conference header
*/
.confSubTitleBox {
  background: linear-gradient(to right, #313191, #8d2757, #e81c27);
  border-bottom: 1px solid linear-gradient(to right, #313191, #8d2757, #e81c27);
  border-top: 1px solid linear-gradient(to right, #313191, #8d2757, #e81c27);
  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: linear-gradient(to right, #313191, #8d2757, #e81c27);
}

/*
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;
  color: white;
}

/*
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;
  color: #313191;
}

/* ----------- 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: 2px solid #313191;
  border-radius: 5px;
  background: rgba(49, 49, 145, 0.2);
}

/*
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 {
  color: white;
  background-color: #313191 !important;
}

/*
A non selected menu item
*/
.menuConfTitle {
  text-align: left;
  color: white;
}

.menuConfTitle a {
  color: black;
  padding: 7px 12px;
}

/*
A selected menu item
*/

.menuConfTitle.selected > a,
.menuConfMiddleCell.selected > a {
  color: #ffffff;
  background: #313191;
  border-bottom: 1px solid #313191;
  border-top: 1px solid #313191;
}

/*
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: 230px;
}

.conference-page header h2 {
  color: #313191 !important;
  padding-right: 5px;
}

.regform-section .i-box-header .i-box-title {
  font-family: "Roboto Light",sans-serif;
  color: #313191 !important;
  display: inline-block;
  font-size: 1.5em;
  font-weight: bold;
}