/*
    Use this stylesheet to modify the layout of your
    conference.
*/

.body {
  background: #13263a; /* our background */
  color: #e2e2e2; /* white ish */
  text-secondary-color: #e2e2e2;
  font-size:10px;
  background-secondary: #283c4f !important;
  --accent-secondary-color: #e2e2e2 !important;
}

body>.main {
    flex-grow: 1;
    background: #13263a; /* our background */
}

.footer {
    color: #e2e2e2;
    padding: 10px 5px 10px 10px;
    background: #13263a;
}

.event-page-header .main-action-bar {
    height: 50px;
    min-height: 50px;
    background: #13263a;
}

/* ----------- 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;
  max-height: 250px;
  border-top: 3px solid #234173;
  border-bottom: 1px solid #0f4c80;
  background: #1a64a0;
}

/*
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 box containing the logo when configured in banner mode.
*/
.confLogoBannerBox img {
  width: 100%;
  margin-bottom: 0.5rem;
}

/*
The style for the title text.
*/
.conference-title-link {
  font-size: 0;
  padding: 0px 0 !important;
  color: #1a64a0 !important;
}

.confTitle h1 {
  font-weight: normal;
  margin: 0;
  color: #1a64a0 !important;
}



/*
Wrapper around the bottom part of the conference header
*/
.confSubTitleBox {
  background: #f5faff; */ whiteish */
  border-bottom: 1px solid #d5e4f1; /* very light blue */
  border-top: 1px solid #d5e4f1;  /* very light blue */
  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; /* darkish blue not our one */
}

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

.infoline.location .place {
    color: #e2e2e2;
    font-size: 1.1em;
}

/*
Announcement styles
*/
.simpleTextAnnouncement {
  background: #f5faff url(/images/conf/sprites_blue.png) repeat-x scroll 0 -400px; /* white ish */
  border-top: 1px solid #c2d6e7; /* light blueish */
  font-family: Verdana, sans-serif;
  font-weight: bold;
  font-size: 10pt;
  text-align: center;
  color: #0f283d; /* dark blue */
  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;
  background: #13263a; /* our background */
  color: #e2e2e2; /* light grey */
}

/* ----------- 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: 3px solid #283c4f;
  background: #13263a; /* blue background 2 */
}

/*
The menu item
*/
#outer li a {
  font-family: verdana, arial, sans-serif;
  font-size: 12pt;
  color: #009cd6; /* light blue font */
}

/*
The menu item when doing mouseover
*/
#outer li a:hover {
  background: #283c4f; /* light grey color */
  color : #e2e2e2;
}

#outer li a:selected {
  background: #283c4f; /* light grey color */
  color : #e2e2e2;
}


#outer li a:not(.no-link):hover {
  background: #283c4f;
  color : #e2e2e2;
}

/*
A non selected menu item
*/
.menuConfTitle {
  text-align: left;
}

.menuConfTitle a {
  color: #e2e2e2;
  padding: 7px 12px;
}

/*
A selected menu item
*/

.menuConfTitle.selected > a,
.menuConfMiddleCell.selected > a {
  background: #283c4f; /* darkblue 2 */
  border-bottom: 2px solid #283c4f; /* darkblue2 */
  border-top: 2px solid #283c4f; /* darblue 2 */
  color: #e2e2e2 !important; /* white ish */
}

.menuConfSelected, .menuConfMiddleCellSelected {
  background: #283c4f; /* darkblue 2 */
  border-bottom: 2px solid #283c4f; /* darkblue2 */
  border-top: 2px solid #283c4f; /* darblue 2 */
  color: #e2e2e2 !important; /* white ish */
}

/*
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: #13263a; /* background dark blue 2 */
  border: 2px solid #283c4f;
}

.support_box > h3 {
  color: #ff2f2; /* white ish */
  background: #283c4f; /* background dark blue 2 */ 
}

.support_box a:hover {
  color: #e2e2e2 !important; /* Replace with your desired color */
}

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

/*
Wrapper around the content; this affects the main font size in pages
*/
.confBodyBox {
  margin-left: 230px;
  background: #13263a !important; /* our background */
  color: #e2e2e2;
  font-size: 1.4em !important;
}

/* this changes the font size in relation to other page font sizes */
.conferenceDetails .description {
  color: #e2e2e2;
  font-size: 1em;
  margin: 1em 0 2em 0;
}


ul.steps .label {
    font-family: "Roboto Light", sans-serif;
    color: #e2e2e2 !important;
    font-size: 1.1em;
    text-align: center;
}

ul.steps {
    list-style-type: none;
    padding: 0;
    color: #e2e2e2 !important;
}

.conference-page header h2 {
    color: #009cd6;
    padding-right: 5px;
}

.action-box.highlight {
    border-top: 1px solid #09c;
    border-bottom: 1px solid #09c;
    border-right: 1px solid #09c;
    border-left: 1px solid #09c;
    background: #283c4f !important;
    color: #e2e2e2 !important;
}

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

/* Hintergrund Tab-Bar und Tabelle für Timetable*/  
.ui-tabs {     
    background: #13263a; 
	color: white; 
  } 

  /* Schriftfarbe Uhrzeiten */ 
  .hourLine {   
    color: white; 
  } 

  /* Hintergund Tabs */ 
  .ui-tabs-anchor { 
    background: #13263a; 
  } 
  
  /* Hintergund Tabs */ 
  .ui-tabs-anchor a{ 
    background: #13263a; 
	color: #e2e2e2 !important;
  } 
  
   .ui-tabs-anchor li a{ 
    background: #13263a; 
	color: #e2e2e2 !important;
  } 
  
    .ui-tabs-anchor a:hover{ 
    background: #13263a; 
	color: #e2e2e2 !important;
  } 
  
      .ui-datepicker-prev,
    .ui-datepicker-next {
      transition: background;
      transition: color;
      border: none !important;
      color: white !important;
      margin-top: 0.1em;
      text-align: center;
      top: 1px !important;

      &::before {
        vertical-align: -30%;
      }
    }
	
	.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 0px solid #aaa;
    border-bottom-width: 0px;
  background: #fff;
  font-weight: normal;
  color: white !important;
}

.ui-state-active a {
  color: white !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 0px solid #d3d3d3;
    border-bottom-width: 0px;
  font-weight: normal;
  color: white !important;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: white !important;
  text-decoration: none;
}

div.entry-content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  overflow: hidden;
  line-height: normal;
  padding: 4px;
  background: #283c4f !important;
  color: white !important;
}

.conference-page header h3 {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    color: #e2e2e2 !important;
}

.infoline.date .datetime {
    color: white !important;
}

#outer li a.no-link, #outer li a.no-link:hover {
    color: #009cd6; /* light blue font */
    cursor: default;
}

.info-message-box, .message-message-box {
    border-radius: 2px;
    flex-wrap: wrap;
    color: #e2e2e2 !important;
    padding: 10px;
    margin-bottom: 18px;
    line-height: normal;
    background-color: #283c4f !important;
    border: 1px solid #283c4f;
}

.warning-message-box {
    border-radius: 2px;
    flex-wrap: wrap;
    color: #e2e2e2 !important;
    padding: 10px;
    margin-bottom: 18px;
    line-height: normal;
    background-color: #283c4f;
    border: 1px solid #009cd6;
}

.conference-page section .header-row h3 {
    flex-grow: 1;
    color: #009cd6;
    font-size: 1.5em;
    font-weight: normal;
}

.generic-data {
    line-height: 1.6em;
    font-size: 1.2em;
    color: #e2e2e2 !important;
}

.speaker-list {
    font-family: "Roboto", sans-serif;
    color: #e2e2e2 !important;
}

.balloon-qtip .title-container .title {
    font-size: 1.3em;
    line-height: 1;
    display: inline-block;
    width: 73%;
    color: #009cd6;
}