@charset "UTF-8";

/*

* {
  font-family: sans-serif;
}

*/


/*******************************************
* Header, Title, Logo, Time, Venue, ...
********************************************/
.support_box {
  display: none;
}

.warning-message-box {
  display: none;
}

.confSubTitleBox {
  display: none;
}

.conference-title-link span[itemprop="title"] {
  display: none;
}

.confTitleBox {
  background: transparent;
  height: 100%;
}

.confheader {
  height: 18vw;
  background-image: linear-gradient(to top, rgba(179, 180, 194, 0.02), rgba(32, 15, 236, 0.39)), url("/event/1307446/images/42863-Indico_photo.jpg");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  background-color: transparent;
}

.confLogoBox img {
  height: 9.0vw;
}

.confTitle {
  width: 100%;
  padding-left: 1%;
  padding-top: 1%;
  margin: 0px;
}

.conference-title-link {
  padding: 0px;
}


/*******************************************
* Body and conference page layout, ...
********************************************/
#confSectionsBox {
  width: 100%;
  margin: 0;
}

.confBodyBox {
  margin-left: 16%;
  font-size: 15px;
}

.conference-page {
  width: 85%;
  margin-left: 2%;
  margin-top: 1%;
}


/*******************************************
* Menu
********************************************/
.conf_leftMenu {
  width: 16%;
  position: sticky;
  top: 0;
  z-index: 101;
}

#outer {
  border: none;
  background: white;
}

.conf_leftMenu ul#outer li.menuConfTitle a::after {
  content: "▼";
  float: right;
  font-size: 0.8em;
  transition: all 0.3s ease-in-out;
}

.conf_leftMenu ul#outer li.menuConfTitle a:only-child::after {
  content: "";
}

.conf_leftMenu ul#outer li.menuConfTitle:hover>a::after {
  rotate: -90deg;
}

.conf_leftMenu ul#outer li.menuConfTitle a:not(:only-child) {
  pointer-events: none;
}

.conf_leftMenu ul#outer li.menuConfTitle {
  line-height: 3.5em;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.conf_leftMenu ul#outer li.menuConfTitle.selected,
.conf_leftMenu ul#outer li.menuConfTitle ul.inner li.menuConfMiddleCell.selected {
  border: none;
  background: transparent;
}

.conf_leftMenu ul#outer li.menuConfTitle ul.inner {
  visibility: hidden;
  position: absolute;
  background: #29b6f6;
  left: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.conf_leftMenu ul#outer li.menuConfTitle:hover>ul.inner {
  visibility: visible;
  opacity: 1;
}

.conf_leftMenu ul#outer li.menuConfTitle a {
  color: #1289dd;
  font-size: 1.25em;
  padding: 0% 3% 0% 7%;
}

.conf_leftMenu ul#outer li.menuConfTitle:hover a {
  color: white;
}

.conf_leftMenu ul#outer li.menuConfTitle:hover {
  background-color: #29b6f6;
}

.conf_leftMenu ul#outer li.menuConfTitle a:hover {
  color: #faedb3;
  background: transparent;
}

.conf_leftMenu ul#outer li.menuConfTitle ul.inner li.menuConfMiddleCell a {
  padding: 0% 0% 0% 6%;
  line-height: 2.2em;
  background: transparent;
}

.conf_leftMenu ul#outer li.menuConfTitle ul.inner li.menuConfMiddleCell:first-child a {
  padding: 2.45% 0% 0% 6%;
}

.conf_leftMenu ul#outer li.menuConfTitle ul.inner li.menuConfMiddleCell:last-child a {
  padding: 0% 0% 2.45% 6%;
}

/*******************************************
* Tables
********************************************/
.table table {
  width: 70%;
  margin: 0 auto;
  border-collapse: collapse;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.table table th {
  padding: 0.7em;
  color: white;
  background: #29b6f6;
  font-size: 1.15em;
  font-weight: 400;
}

.table table td {
  border-top: 1px solid #ddd;
  padding: 8px;
  color: rgba(0, 0, 0, 0.87);
}

.table table tbody tr:nth-child(even) {
  background-color: #e8fbff;
}


/*******************************************
* Home page
********************************************/
.conferenceDetails .infogrid {
  font-size: 14px;
}

.conferenceDetails .description {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.05em;
}

.description div {
  float: left;
  width: 50%;
  overflow: hidden;
  border: 0;
  margin-right: 2%;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.description div div {
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 17s sliding ease infinite;
  -webkit-animation: 17s sliding ease infinite;
}

.description div div img {
  width: 20%;
  float: left;
}

@keyframes sliding {
  0% {
    left: 0%;
  }

  8% {
    left: -100%;
  }

  25% {
    left: -100%;
  }

  33% {
    left: -200%;
  }

  50% {
    left: -200%;
  }

  58% {
    left: -300%;
  }

  75% {
    left: -300%;
  }

  83% {
    left: -400%;
  }

  100% {
    left: -400%;
  }
}

@-webkit-keyframes sliding {
  0% {
    left: 0%;
  }

  8% {
    left: -100%;
  }

  25% {
    left: -100%;
  }

  33% {
    left: -200%;
  }

  50% {
    left: -200%;
  }

  58% {
    left: -300%;
  }

  75% {
    left: -300%;
  }

  83% {
    left: -400%;
  }

  100% {
    left: -400%;
  }
}


/*******************************************
* Past Editions Posters
********************************************/
.poster-grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}

.poster-grid-container .card {
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 1/1.4142;
  color: white;
  transition: opacity 1s, transform 1s;
  vertical-align: middle;
  min-width: 300px;
}

.poster-grid-container .card a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.65);
  visibility: hidden;
  color: white;
  font-size: 1.2em;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.poster-grid-container .card:hover {
  transform: scale(1.05);
}

.poster-grid-container .card:hover a {
  visibility: visible;
  opacity: 1;
}

.poster-grid-container .card:nth-child(1) {
  background-image: url("/event/1307446/images/42876-Poster_ICNFP_1.jpg");
}

.poster-grid-container .card:nth-child(2) {
  background-image: url("/event/1307446/images/42875-Poster_ICNFP_2.jpg");
}

.poster-grid-container .card:nth-child(3) {
  background-image: url("/event/1307446/images/42874-Poster_ICNFP_3.jpg");
}

.poster-grid-container .card:nth-child(4) {
  background-image: url("/event/1307446/images/42873-Poster_ICNFP_4.jpg");
}

.poster-grid-container .card:nth-child(5) {
  background-image: url("/event/1307446/images/42872-Poster_ICNFP_5.jpg");
}

.poster-grid-container .card:nth-child(6) {
  background-image: url("/event/1307446/images/42871-Poster_ICNFP_6.jpg");
}

.poster-grid-container .card:nth-child(7) {
  background-image: url("/event/1307446/images/42870-Poster_ICNFP_7.jpg");
}

.poster-grid-container .card:nth-child(8) {
  background-image: url("/event/1307446/images/42869-Poster_ICNFP_8.jpg");
}

.poster-grid-container .card:nth-child(9) {
  background-image: url("/event/1307446/images/42868-Poster_ICNFP_9.jpg");
}

.poster-grid-container .card:nth-child(10) {
  background-image: url("/event/1307446/images/42867-Poster_ICNFP_10.jpg");
}

.poster-grid-container .card:nth-child(11) {
  background-image: url("/event/1307446/images/42864-Poster_ICNFP_11.jpg");
}

.poster-grid-container .card:nth-child(12) {
  background-image: url("/event/1307446/images/45364-Poster_ICNFP_12.jpg");
}

.poster-grid-container .card:nth-child(13) {
  background-image: url("/event/1457095/images/48256-ICNFP_24_Poster_A4_for_web-1.png");
}

.poster-grid-container .card:nth-child(14) {
  background-image: url("/event/1571736/images/48796-ICNFP_25_Poster_A4_printer_page-0001.jpg");
}
  

/*******************************************
* Scientific program
********************************************/
ul.sub-tracks li h3 {
  font-size: 1.1em !important;
}

ul.tracks li .track-title {
  border-bottom: 2px solid #ebebeb;
}