/*
    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 {
  text-align: center;
  color: white;
  min-height: 90px;
  border-top: 3px solid #234173;
  border-bottom: 1px solid #0f4c80;
  background: #00274c;
}

/*
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%;
  max-width: 800px;
  margin-bottom: 0.5rem;
}

/*
The style for the title text.
*/
.conference-title-link {
  font-size: 18pt;
  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;
}

.action-box.highlight {
	font-size: 1.3em;
}

.full-height {
	font-size: 0.9em;
}

.review-item-content {
    margin-top: 1rem;
    font-size: 1.3em;
}

.abstract-content {
    padding: 10px 1em;
}

form.review-form {
	font-size: 1.3em;
	
}

.review-questions .question-text, .review-form .question-text {
	color: #333;
	font-weight: bold;
}

.review-questions li .rating-scale .bullet::after, .review-questions .form-group .rating-scale .bullet::after {
    background-color: #dfdfdf;
    content: "";
    display: block;
    width: 1.2em;
    height: 1.2em;
    border-radius: 1em;
}

.review-questions .form-group .rating-scale .bullet::after {
    border-top: 2px solid #777;
    border-bottom: 2px solid #777;
    border-right: 2px solid #777;
    border-left: 2px solid #777;
    background: transparent;
}

.conferenceDetails .description .desc-cont {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.conferenceDetails .description .desc-cont {
	display: flex;
	justify-content: center;
}

.conferenceDetails .description .desc-cont .images {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.conferenceDetails .description .desc-cont .images img {
	min-width: 300px;
}

.ui-dialog-title {
	text-transform: capitalize;
}

.exclusivePopup ul {
	margin-left: 15px;
}

.exclusivePopup ul.double-indet {
	margin-left: 30px;
}

.conference-title-link {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
}

.conference-title-link span[itemprop="title"] {
	position: absolute;
	left: 0px;
	bottom: 25px;
}

.datePlace {
	font-size: 11pt;
	line-height: 11pt;
}

.welcome {
	font-size: 1.1em;
}

.welcome strong {
	font-size: 1.5em;
}

.welcome p:has(img) {
	margin-bottom: 0px;
}

.timetable-block .contrib-description {
	display: none;
}

.event-body .day-title {
	color: #1a95ef;
    font-weight: bold;
}