/* EasyChair style sheet
 * (c) 2017 Cool Press Ltd
 * (c) 2018-2021, 2025 EasyChair Ltd
 */

#content.content { background:#f6f6ef; }
.menu_and_content { background:#f6f6ef; }
.subcontent { background:#f6f6ef; }

.subcontent a:link { color:#003399; }
.subcontent a:visited { color:#003399; }
.subcontent a:link:hover { color:#f00; }
.subcontent a:visited:hover { color:#f00; }

.smartslide h2 { padding: 5pt 0pt 0pt 0pt; }
.smartslide h3 { padding: 5pt 0pt 0pt 0pt; }

.smartslide .organizers { background: #faecb6; }
.smartslide .authors { background: #ececec; }

.smartslide td.content_container {
  border-bottom: 1px #999 solid;
}

.smartslide .container {
  width: 100%;
  height: 100%;
  flex-wrap: nowrap;
  display: flex;
  position: relative;
  overflow: hidden;
}

.smartslide .sidebar {
  flex: 0 0 240px;
  font-size: 10pt;
  border-right: 1px #b0b0b0 solid;
  padding-bottom: 15pt;
  background: #f5f8fa;
}

.smartslide .slide_container {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #b6c1c9;
  min-width: 0; /* safari fix */
}

.smartslide .relatedbar {
  flex: 0 0 245px;
  display: flex;
  flex-direction: column;
  vertical-align: text-top;
  font-size: 10pt;
  background: #f5f8fa;
}

.smartslide .toggle {
  display: none;
}

.smartslide .slide_container .slide_header {
  flex: 1 1 auto;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 13px;
  overflow: hidden;
}

.smartslide .slide_container.fullscreen .slide_header {
  padding: 0;
}

.smartslide .slide_container.fullscreen .slide_title {
  display: none;
}

@media (max-width: 1150px) {
  .smartslide .sidebar {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 240px;
    left: -241px;
    transition: left 0.4s ease-in-out;
    z-index: 1;
  }

  .smartslide .sidebar_container {
    height: 100%;
    overflow-y: auto;
  }

  .smartslide .sidebar.opened {
    left: 0;
  }

  .smartslide .relatedbar {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 245px;
    right: -245px;
    transition: right 0.4s ease-in-out;
    z-index: 1;
  }

  .smartslide .relatedbar.opened {
    right: 0;
  }

  .smartslide .toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50px;
    box-sizing: border-box;
    height: 40px;
    width: 30px;
    opacity: 0.4;
    cursor: pointer;
    border-top: 1px #b0b0b0 solid;
    border-bottom: 1px #b0b0b0 solid;
    background: #fff;
    transition: opacity 0.3s ease-in-out;
  }

  .smartslide .sidebar .toggle {
    right: -31px;
    border-right: 1px #b0b0b0 solid;
    border-radius: 0 10px 10px 0;
  }

  .smartslide .relatedbar .toggle {
    left: -30px;
    border-left: 1px #b0b0b0 solid;
    border-radius: 10px 0 0 10px;
  }

  .smartslide .toggle img {
    width: 15px;
    transition: transform 0.5s ease-in-out;
  }

  .smartslide .sidebar.opened .toggle img {
    transform: rotate(180deg);
  }

  .smartslide .relatedbar.opened .toggle img {
    transform: rotate(-180deg);
  }

  .smartslide .toggle:hover {
    opacity: 1;
  }

  .smartslide .slide_container .slide_header {
    padding: 0;
  }
}

.smartslide .slide_container .accessbar {
  width: 100%;
  border-collapse: collapse;
}

@media (max-width: 620px) {
  .smartslide .slide_container .accessbar {
    display: none;
  }
}

.smartslide .footbuttons td.numbers {
  padding: 0pt;
  vertical-align: middle;
  width: 90pt;
  text-align: center;
  color: #dfeaf0;
  font-size: 12pt;
}

.smartslide .collectiontext {
  font-size: 9pt;
  font-weight: normal;
  padding: 10pt 20pt 10pt 20pt;
  background: #fff;
  border-bottom: 1px #8fabbf solid;
}

.smartslide .collectiontext a, a:visited { color: #464646; }
.smartslide .collectiontext a:hover { color: #f00; }

.smartslide .abouttext {
  padding: 10pt 20pt 0pt 20pt;
  color: #464646;
  font-size: 9pt;
  font-weight: normal;
}

.smartslide .abouttext >p {
  display: inline;
  margin: 0;
}

.smartslide .abouttext a:link {
  color: #464646;
  text-decoration: underline;
}

.smartslide .abouttext a:visited { color: #447548; }
.smartslide .abouttext a:link:hover { color: red; }
.smartslide .abouttext a:visited:hover { color: red; }

.smartslide .abouttext a.more {
  font-size: 12pt;
  text-decoration: none;
  color: #0777ff;
  line-height: 0.5;
}

.smartslide .abouttitle {
  font-weight: bold;
  margin-right: 4pt;
}

.smartslide .slide_title {
  border: solid #fff 0px;
  color: #1a496a;
  font-weight: normal;
  margin: 15px;
}

.smartslide .slide_wrapper {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
}

.smartslide video.slide {
  display: block;
  flex: 1 1 auto;
  width: 100%;
  outline: none;
}

.smartslide canvas.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 56px);
  min-height: 300px;
  object-fit: contain;
}

.smartslide .slide_header.switchable canvas.slide {
  /* Thanks safari why we have to do it. I have no any other way to set the
    correct position for the slide element (img or canvas) because safari
    cannot calculate a correct size of flex elements. */
  top: 78px; /* The height of the switcher element */
  height: calc(100% - 134px); /* 65px + 56px + 13px = 121px */
}

.smartslide .slide_container.fullscreen canvas.slide {
  height: 100%;
  top: 0
}

.smartslide canvas.slide.invisible {
  visibility: hidden;
}

.smartslide img.slide {
  max-width: 640px;
  max-height: 640px;
}

.smartslide .fullscreen img.slide {
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  max-height: 100vh;
  object-fit: contain;
}

.smartslide .video-js {
  flex: 1 1 auto;
  width: 100%;
}

.smartslide .slide_switch {
  margin: 10px 0 15px;
}

.smartslide .fullscreen .slide_switch {
  display: none;
}

.smartslide .accessbar td {
  border: 1px #b6b1ab solid;
  background: #103753;
  width: 1%;
  text-align: center;
  color: #ccc;
  font-size: 10px;
  font-family: Arial;
  line-height: 16px;
  padding: 1px; /* must be defined or 1px border will appear */
  vertical-align: bottom;
}

.smartslide .accessbar td.selected {
  background: #ff0;
  color: #000;
}

.smartslide .accessbar td div {
  position: relative;
  height: 16px;
  width: 100%;
  text-decoration: none;
  cursor: pointer;
}

.smartslide .accessbar td.hover {
  background: #041c2c;
  color: #fff;
}

.smartslide .accessbar div img {
  display: none;
  visibility: hidden;
  border: 1px solid #800000;
  position: absolute;
  left: 50%;
  bottom: 24px;
  margin-left: -96px;
}

.smartslide .accessbar div:hover img {
  display: inline-block;
  visibility: visible;
  z-index: 999;
}

.smartslide .slide_footer {
  flex: 0 0 auto;
  background: #869eb0;
  width: 100%;
  min-width: 380px;
}

.smartslide .fullscreen .slide_footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.smartslide .slide_footerLeft {
  float: left;
  width: 48pt;
  white-space: normal;
}

.smartslide .slide_footerCenter {
  margin-left: 49pt;
  margin-right: 49pt;
}

.smartslide .slide_footerRight {
  float: right;
  padding: 4pt 10pt 0pt 0pt;
  width: 48pt;
}

.smartslide a.tofullscreen {
  background: url('/images/tofullscreen.png') no-repeat;
  background-position: center center;
  display: inline-block;
  float: right;
  width: 30px;
  height: 35px;
}

.smartslide a.tofullscreen:hover {
  background: url('/images/tofullscreen_hover.png') no-repeat;
  background-position: center center;
}

.smartslide a.tosmallscreen {
  background: url('/images/tosmallscreen.png') no-repeat;
  background-position: center center;
  display: inline-block;
  float: right;
  width: 30px;
  height: 35px;
}

.smartslide a.tosmallscreen:hover {
  background: url('/images/tosmallscreen_hover.png') no-repeat;
  background-position: center center;
}

.smartslide a.tohead {
  background: transparent url('/images/tohead.png') no-repeat;
  background-position: center center;
  display: inline-block;
  width: 30px;
  height: 35px;
}

.smartslide a.tohead:hover {
  background: url('/images/tohead_hover.png') no-repeat;
  background-position: center center;
}

.smartslide a.toleft {
  background: url('/images/toleft.png') no-repeat;
  background-position: center center;
  display: inline-block;
  width: 45px;
  height: 35px;
}

.smartslide a.toleft:hover {
  background: url('/images/toleft_hover.png') no-repeat;
  background-position: center center;
}

.smartslide a.toright {
  background: url('/images/toright.png') no-repeat;
  background-position: center center;
  display: inline-block;
  width: 45px;
  height: 35px;
}

.smartslide a.toright:hover {
  background: url('/images/toright_hover.png') no-repeat;
  background-position: center center;
}

.smartslide a.totail {
  background: url('/images/totail.png') no-repeat;
  background-position: center center;
  display: inline-block;
  width: 30px;
  height: 35px;
}

.smartslide a.totail:hover {
  background: url('/images/totail_hover.png') no-repeat;
  background-position: center center;
}

.smartslide a.tosave {
  background: url('/images/tosave.png') no-repeat;
  background-position: center center;
  display: inline-block;
  width: 25px;
  height: 25px;
  position: relative;
  padding: 5pt 5pt 5pt 5pt;
}

.smartslide a.tosave:hover {
  background: url('/images/tosave_hover.png') no-repeat;
  background-position: center center;
}

.smartslide .footbuttons {
  margin: 0 auto;
  height: 16pt;
}

.smartslide .footbuttons td {
  background: transparent;
}

.smartslide .slideicon {
  display: flex;
  align-items: flex-start;
  color: #464646;
  font-size: 8pt;
  font-weight: normal;
  padding: 4pt 4pt 4pt 8pt;
  border: 1px transparent solid;
  margin: 0 4pt;
}

.smartslide .slideicon .relatedicon {
  border: 1px solid;
  flex: 1 1 auto;
  position: relative;
}

.smartslide .slideicon .relatedicon >img {
  max-width: 100%;
  max-height: 100%;
}

.smartslide .slideicon:hover {
  border: 1px #800000 solid;
  cursor: pointer;
}

.smartslide .slidenum {
  color: #000;
  background: #dedede;
  font-size: 10pt;
  font-weight: bold;
  padding: 1pt 4pt 2pt 4pt;
  float: left;
  border-top: 1px #333 solid;
  border-left: 1px #333 solid;
  border-bottom: 1px #333 solid;
}

.smartslide #slideicons {
  padding: 5pt 0pt 15pt 0pt;
  border-top: 1px solid #b0b0b0;
  position: relative;
  flex: 1 1;
  border-left: 1px #b0b0b0 solid;
  overflow-y: auto;
}

.smartslide #bkmarks {
  height: 12pt;
  padding: 10pt 0pt 1pt 1pt;
  background: #b6c1c9;
  ;
}

.smartslide #bkmarks a {
  /* bookmarks links */
  height: 18pt;
  padding: 2pt 10pt 2pt 10pt;
  text-decoration: none;
  font-size: 9pt;
  -webkit-border-radius: 4pt 4pt 0 0; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
  -moz-border-radius: 4pt 4pt 0 0; /* FF1-3.6 */
  border-radius: 4pt 4pt 0pt 0pt; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  border-top: 1px solid #b8b5b0;
  border-left: 1px solid #b8b5b0;
  border-right: 1px solid #b8b5b0;
  color: #666;
  background: #ebeae5;
  position: relative;
  top: 0px;
  left: -1px;
  z-index: 2;
}

.smartslide #bkmarks a.selected {
  /* bookmarks selected link */
  height: 18pt;
  padding: 2pt 10pt 2pt 10pt;
  text-decoration: none;
  font-size: 9pt;
  -webkit-border-radius: 4pt 4pt 0 0; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
  -moz-border-radius: 4pt 4pt 0 0; /* FF1-3.6 */
  border-radius: 4pt 4pt 0pt 0pt; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  border-top: 1px solid #b8b5b0;
  border-left: 1px solid #b8b5b0;
  border-right: 1px solid #b8b5b0;
  color: #000;
  background: #fff;
  border-bottom: 1px solid #fff;
  position: relative;
  top: 0px;
  left: -1px;
  z-index: 2;
}

.smartslide #bkmarks a:hover {
  color: #333;
}

.smartslide .topbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 28px;
  color: #fff;
  font-size: 15px;
  padding: 8px 20px;
  background: #869eb0;
  background: linear-gradient(to bottom, #748999, rgba(134, 158, 176, .1));
  visibility: hidden;
}

.smartslide span.ofstyle {
  font-size: 12px;
  padding-left: 10px;
  padding-right: 10px;
}

.switch-link {
  display: block;
  width: 145px;
  height: 40px;
  margin: 0 auto;
  border: none;
  cursor: pointer;
}

.switch-link.slides-to-video {
  background: center no-repeat url("/images/button-switch-slides-video.svg");
}

.switch-link.video-to-slides {
  background: center no-repeat url("/images/button-switch-video-slides.svg");
}