/*
    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: white;
  min-height: 90px;
  border-top: 3px solid #234173;
  border-bottom: 1px solid #0f4c80;
  background: #23468c;
}

/*
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: 22pt;
  display: block;
  padding: 25px 0;
  color: white;
}

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

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

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

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

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

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

/* Make banner half size */
.confLogoBannerBox {
	width: 50%;
	min-width: 100px;
}
/* Hide Call for Abstracts box on conference overview page 
div.conference-page div.conferenceDetails div.action-box {
  display: none;
}
*/


/* Responsive design - Experimental */
div#confSectionsBox {
	width: clamp(500px, 95%, 950px);
}

@media only screen and (max-width: 550px) {
  body, body * {
  	max-width: 550px;
  	overflow-wrap: normal;
  }
  div#confSectionsBox {
	  width: clamp(0px, 100%, 550px);
  }

  div.confBodyBox {
	  clear: left;
	  margin-inline: 3%;
  }
  
  div.conf_leftMenu {
	  float: unset;
	  width: 95%;
	  margin-left: 2%;
  }

  .flexrow, #move-timetable-entry-dialog .item, #form-group-recipients .recipients-smaller, .conference-page section .header-row, .rule-list .rule, .rule-list .rule .rule-condition, .sortable-list ul li, .sortable-list.two-columns, .categorynav .category-list .spinner-wrapper, .categorynav .category-list .item, .categorynav .category-list .item .button-wrapper, .categorynav .category-list .item.subcategory, .categorynav .category-list .item.subcategory .icon-wrapper, .categorynav .category-list .placeholder, .categorynav .category-list .search-result-info, .item-picker-qbubble .dropdown-container .dropdown-items-container .dropdown-item, table.palette-picker .palette-color .background-box, .i-timeline-item, .list-filter .list-column, .list-filter .list-column > .filter, .list-filter ul.i-dropdown > li, .info-message-box, .message-message-box, .info-message-box .message-box-content, .message-message-box .message-box-content, .highlight-message-box, .highlight-message-box .message-box-content, .success-message-box, .success-message-box .message-box-content, .warning-message-box, .warning-message-box .message-box-content, .error-message-box, .error-message-box .message-box-content, .danger-message-box, .danger-message-box .message-box-content, .i-has-action, .toolbar .group, .banner, .layout-side-menu, .action-box > .section {
	  flex-flow: row wrap;
  }

  div.confSubTitleContent {
    display: block;
    width: 100%;
  }

}




/* Make timetable blocks great again */
.timetableBlock.timetableContribution {
  transition: width 0.3s ease 0.2s, min-height 0.3s ease, transform 0.3s ease 0.2s;
  text-wrap: auto;
}
.timetableBlock.timetableContribution:hover,
.timetableBlock.timetableContribution:focus {
	width: 16rem !important;
	min-height: 10rem;
	z-index: 9999999;
	border: solid 5px purple;
	transform: translateX(-10rem);
	opacity: 95%;
}
.timetableBlock.timetableContribution:hover *,
.timetableBlock.timetableContribution:focus * {
	text-wrap: auto;
}
div.timetableBlockWrapper>* {
    overflow: unset;
    text-overflow: unset;
}
div.timetableBlockLocation {
	display: none;
}