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

/*Schriftart*/
body {
    font-family: 'Roboto';
    font-weight: 100;
}

p {
    margin: 0em 0em 1.5em;
    line-height: 1.5em;
}

/*
Wraps around the upper part of the conference header.
*/
.confTitleBox {
  color: white;
  min-height: 90px;
  border: none;
  background: #066961;
}

/*
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 {
  padding-left: 15px;
  float: none;
}

/*Logo settings*/
img {
  border: 0;
  max-width: 30%;
  float: right;
}

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

/*
Wrapper around the bottom part of the conference header
*/
.confSubTitleBox {
  background: #f5faff;
  border:none;
  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-size: 11pt;
}

/*header 2*/
.conference-page header h2 {
    color: #066961;
    padding-right: 5px;
}


/*copy text*/
.call-for-abstracts .cfa-announcement {
    color: #303030;
    font-size: 15px;

}

/*
Styles for the date and place information.
*/
.datePlace {
  font-size: 12pt;  
}

div.datePlace > div.timezone {
    font-size: 11px;
    color: #d0cfcf;
}


/*
Announcement styles
*/
.simpleTextAnnouncement {
  background: #cdddd6;
  border: none;
  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: none;
  background: #eaeaea;
  margin-bottom: 25px;
}

/*
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: #066961;
  padding: 7px 12px;
}

/*
A selected menu item
*/

.menuConfTitle.selected > a,
.menuConfMiddleCell.selected > a {
  color: #f3f3f3;
  background: #066961;
  border: none;
}

.conferenceDetails .description {
    color: #303030;
    font-size: 1.3em;
}

/*
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: #eaeaea;
  border: none;
  padding-bottom: 3px;
}

.support_box > h3 {
  color: #000;
  background: #cdddd6;
}

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

/*
Wrapper around the content
*/
.confBodyBox {
  margin-left: 230px;
}


/*Links*/
a, .fake-link, .ui-widget-content a {
    color: #066961;
}

.action-box {
    border: none;    
}

.action-box.highlight {
    border: none;
    background: #cdddd6;
}

.action-box.highlight .section:not(.highlight):not(.warning):not(.danger):not(.disabled):not(.accept):not(.plain) .text .label {
    color: #066961;
}    

.action-box.highlight .section:not(.highlight):not(.warning):not(.danger):not(.disabled):not(.accept):not(.plain) > .icon {
    color: #066961;
}

.i-button.highlight:not(.label):not(.borderless):not(.text-color) {
    background: #066961;
    color: #f9f9f9;
    border: none;
    font-weight: 100;
}

/**/
ul.steps li.completed .text {
    color: #066961;
}

ul.steps li.completed .circle::before {
    background-color: #066961;
    border-color: #066961;
}

ul.steps li.completed .horizontal-line {
    background-color: #066961;
}