/*
    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;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), no-repeat bottom right fixed, #fff url(https://indico.ibs.re.kr/event/1208/images/837-20250429_142911872_73823.jpeg) no-repeat fixed center top / cover;

}

/*
Wraps around the upper part of the conference header.
*/
.confTitleBox {
  color: white;
  min-height: 90px;
  border-top: 0px solid #234173;
  border-bottom: 0px solid #0f4c80;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), no-repeat bottom right fixed, #fff url(https://indico.ibs.re.kr/event/1208/images/837-20250429_142911872_73823.jpeg) no-repeat fixed center top / cover;
}

/*
Sets the width of the upper part of the conference header.
Is set to 950px and centered by default.
*/
.confTitle {
  width: 1010px;
  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: rgb(255, 255, 255);
  text-shadow: 0 0 10px black;
}

/*
Wrapper around the bottom part of the conference header
*/
.confSubTitleBox {
  border-bottom: 0px solid #ffffff;
  border-top: 0px solid #ffffff;
  padding: 0.5rem 0;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), no-repeat bottom right fixed, #fff url(https://indico.ibs.re.kr/event/1208/images/837-20250429_142911872_73823.jpeg) no-repeat fixed center top / cover;
  color: rgb(255, 255, 255);
  text-shadow: 0 0 10px black;
}

/*
The content of the lower part of the header. Is by default
centered and has a fixed width.
*/
.confSubTitleContent {
  width: 1010px;
  margin: 0 auto;
  font-size: 11pt;
  color: rgb(255, 255, 255);
  text-shadow: 0 0 10px black;
}

/*
Style for links in the lower part of the header
*/
.confSubTitle a {
  font-size: 11pt;
  color: rgb(255, 255, 255);
}

/*
Styles for the date and place information.
*/
.datePlace {
  color: rgb(255, 255, 255);
  font-size: 12pt;
  text-shadow: 0 0 10px black;
}

div.datePlace>div.timezone {
    color: white;
    text-shadow: 0 0 10px black;
}

div.infoline>div.timezone {
    color: rgb(52, 52, 52);
}

/*
Announcement styles
*/
.simpleTextAnnouncement {
  border-radius: 10px;
  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-radius: 10px;
  padding: 5px;
  border: 1px solid #ccc;
  background: rgba(246,246,246,0.9);
}

/*
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 {
  width: 750px;
  min-height: 600px;
  color: #7a7a7a;
  border-radius: 10px;
  padding: 10px;
  margin-left: 230px;
  margin-bottom: 100px;
  background: rgba(246,246,246,0.9);
}

.footer{
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), no-repeat bottom right fixed, #fff url(https://indico.ibs.re.kr/event/1208/images/837-20250429_142911872_73823.jpeg) no-repeat fixed center top / cover;
}

div.infoline.info {
  border-radius: 10px;
}

/* Make the overall timetable canvas transparent (but keep entries intact) */
#timetable,
#timetable > div,
#timetable .timetable,
#timetable .timetableWrapper,
#timetable .timetable-content,
#timetable .timetablePanel,
#timetable .ttTimetable,
#timetable .ttTimeTable,
#timetable .ttWrapper,
#timetable .ttContainer {
  background: transparent !important;
  background-color: transparent !important;
}

/* If the timetable is wrapped in a Semantic-UI segment at the top level */
#timetable .ui.segment,
#timetable .ui.segments {
  background: transparent !important;
}