/* ----------- Styles for the KIT-indico 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;
    min-height: 200px;
	padding-top: 3px;
    border-top: 3px solid #050c1d;
    border-bottom: 1px solid #0f4c80;
    background: #050c1d;
	text-align: left;
}

/*
Sets the size of the header picture
*/
.confLogoBannerBox img {
  width: 85%;
}

/*
    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;
}

/*
    The style for the title text.
*/
.conference-title-link {
    font-size:2rem;
    display: block;
    padding: 0px 0px 10px 0;
    color: white;
}

/*
    Wrapper around the bottom part of the conference header
*/
.confSubTitleBox {
    background: #fff;
    border-bottom: 1px solid #fff;
    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;
    color: #777;
}

/*
    Style for links in the lower part of the header
*/
.confSubTitle a {
    font-size: 13pt;
}

/*
    Styles for the date and place information.
*/
.datePlace {
    font-size: 11pt;
}

div.datePlace > div.timezone {
  font-size: 11px;
  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;
    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: 0px;
}

.conference-page {
  font-family: "Roboto",sans-serif;
  color: #777;
  font-size: 1.2em;
}

.conferenceDetails .description {
  font-size: 1em;
}

.info-message-box .message-text, .message-message-box .message-text, .highlight-message-box .message-text, .success-message-box .message-text, .warning-message-box .message-text, .error-message-box .message-text, .danger-message-box .message-text {
  font-size: 1em;
}

a {
  color: #9c0048;
}

/* ----------- 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 #dedede;
    background: white;
}

/*
    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: #27313B;
    padding: 7px 12px;
}

/*
    A selected menu item
*/

.menuConfTitle.selected > a, .menuConfMiddleCell.selected > a {
    color: #336989;
    background: #efefef;
    border-bottom: 0px solid #d0d0d0;
    border-top: 0px solid #d0d0d0;
}

.menuConfSelected, .menuConfMiddleCellSelected {
  color: #336989;
  background: #efefef;
  border-bottom: 0px solid #d0d0d0;
  border-top: 0px 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: #050c1d;
}


/* ----------- Styles for the page content ----------- */

/*
    Wrapper around the content
*/
.confBodyBox {
    margin-left: 230px;
}

/* ----------- Action Boxen ----------- */
.action-box.highlight .section:not(.highlight):not(.warning):not(.danger):not(.disabled):not(.accept):not(.plain) .text .label {
  color: #27313B;
}

.i-button.highlight:not(.label):not(.borderless):not(.text-color):hover, .i-selection input[type="checkbox"]:checked + label:not(.label):not(.borderless):not(.text-color):hover, .i-selection input[type="radio"]:checked + label:not(.label):not(.borderless):not(.text-color):hover, .categorynav .category-list .item .button-wrapper .highlight:not(.label):not(.borderless):not(.text-color):hover.action-button, .categorynav .category-list .item .button-wrapper :not(.label):not(.borderless):not(.text-color):hover.action-button, .highlight:not(.label):not(.borderless):not(.text-color):hover.action-button, :not(.label):not(.borderless):not(.text-color):hover.action-button {
  background: #27313B;
}
  
  .i-button.highlight:not(.label):not(.borderless):not(.text-color), .i-selection input[type="checkbox"]:checked + label:not(.label):not(.borderless):not(.text-color), .i-selection input[type="radio"]:checked + label:not(.label):not(.borderless):not(.text-color), .categorynav .category-list .item .button-wrapper .highlight:not(.label):not(.borderless):not(.text-color).action-button, .categorynav .category-list .item .button-wrapper :not(.label):not(.borderless):not(.text-color).action-button, .highlight:not(.label):not(.borderless):not(.text-color).action-button, :not(.label):not(.borderless):not(.text-color).action-button {
	background: #27313B;
	border-color: #007cac;
	color: #f9f9f9;
  }
  
  .action-box.highlight .section:not(.highlight):not(.warning):not(.danger):not(.disabled):not(.accept):not(.plain) > .icon {
  color: #27313B;
}
  
/* ----------- Schieberegler ----------- */
  
  ul.steps li.completed .horizontal-line {
  background-color: #336989;
}

ul.steps li.completed .text {
  color: #336989;
}

ul.steps li.completed .circle::before {
  background-color: #336989;
  border-color: #336989;
}

/* ----------- Content auf der Overviewseite mit dem Menü links bündig machen ----------- */

.conferenceDetails .description {
  margin: 0 0 2em 0;
}