/*
	SQM2024 stylesheet
*/

/* ----------- 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: 10px solid #e0e0e0;
  border-bottom: 3px solid #ffffff;
  /*background: #1a64a0;*/
  background: #ffffff;
}

/*
Sets the width of the upper part of the conference header.
Is set to 950px and centered by default.
*/
.confTitle {
  width: 100%;
  margin: 0;
}

/*
The box containing the logo. By the default the logo is placed
on the left of the conference title.
*/

.confLogoBox {
  width: 100%;
  display: inline-block;
  padding-right: 0;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  display: flex;
}
.confLogoBannerBox {
  width: 100%;
  display: inline-block;
  padding-right: 0;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  display: flex;
}

.confLogoBox img {
  height: auto;
  width: auto;
  max-height: 300px;
}
.confLogoBannerBox img {
  height: auto;
  width: auto;
  max-height: 300px;
}


@media all and (max-width: 1600px){
  .confLogoBox {
     height: calc(100vw / 600 * 148);
     min-height: 150px;
  }
  .confLogoBox img {
     height: 100%;
  }
}

@media all and (min-width: 1600px){
  .confLogoBox {
  }

  .confLogoBox img {
  }
}





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



/*
Wrapper around the bottom part of the conference header
*/
.confSubTitleBox {
  background: #fafafa;
  border-bottom: 5px solid #9b9e9d;
  border-top: 5px solid #9b9e9d;
  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; /*#ccc */
  background: #f6f6f6; /* #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 {
  color: #E30713; /* #e0e0e0, color of the font when mouseover */
  background: #808080; /* #e0e0e0, does not seem to change */
}

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

.menuConfTitle a {
  color: #1E1E1E; /* color of the font, initially #1e1e1e */
  background: #F6F6F6; /* color of the menu cell when not selected i.e. default #d0d0d0 */
  padding: 7px 12px;
}

/*
A selected menu item
*/

.menuConfTitle.selected > a,
.menuConfMiddleCell.selected > a {
  color: #1E1E1E;
  background: #d0d0d0; /* color of the top menu cell when not selected i.e. default*/
  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: #000000;
  background: #d0d0d0;
}

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

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

            .home-sponsor-table td{
                width: 20vw;
                height: 10vw;
                padding: 0;
            }

            .home-sponsor-table img{
                max-width: 100%;
                display: inline-block;
                padding-left: 20%;
                padding-right:20%;
                padding-bottom: 0%;
                padding-top: 0%;
            }