
body {
  font-family: 'Noto Sans', sans-serif;
}

h3 {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    /* padding-top: 1em; */
    padding-bottom: 1em;
}

.title.is-1 {
  font-size: 2.5rem;
}


.footer .icon-link {
    font-size: 25px;
    color: #000;
}

.link-block a {
    margin-top: 5px;
    margin-bottom: 5px;
}

.ddiffusionccsp {
  font-variant: small-caps;
  color: hsl(121, 100%, 36%) !important;
}

.teaser .hero-body {
  padding-top: 0;
  padding-bottom: 3rem;
}

.teaser {
  font-family: 'Google Sans', sans-serif;
}

.teaser video {
  object-fit: fill;
}
#glass{
  margin-left: -10px;
}

.publication-title {
}

.publication-banner {
  max-height: parent;

}

.publication-banner video {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  object-fit: fit;
}

.publication-header .hero-body {
}

.publication-title {
    font-family: 'Google Sans', sans-serif;
}

.publication-authors {
    font-family: 'Google Sans', sans-serif;
}

.publication-venue {
    color: #555;
    width: fit-content;
    font-weight: bold;
}

.publication-awards {
    color: #ff3860;
    width: fit-content;
    font-weight: bolder;
}

.publication-authors {
}

.publication-authors a {
   color: hsl(121, 100%, 36%) !important;
}

.conference-authors a {
   color: hsl(0, 0%, 16%) !important;
}

.publication-authors a:hover {
    text-decoration: underline;
}

.author-block {
  display: inline-block;
}

.publication-banner img {
}

.publication-authors {
  /*color: #4286f4;*/
}

.publication-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;

    overflow: hidden;
    border-radius: 10px !important;
}

.publication-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.publication-body img {
}

/* .results-carousel {
  overflow: hidden;
}

.results-carousel .item {
  margin: 5px;
  overflow: hidden;
  border: 1px solid #bbb;
  border-radius: 10px;
  padding: 0;
  font-size: 0;
}

.results-carousel video {
  margin: 0;
} */

.video-teaser {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #c8cccf;
  border: 1px solid #bbb;
  border-radius: 10px;
}

.video-table {
  background-color: white;
  overflow: hidden;
}

.video-table td {
  margin: 10px;
  overflow: hidden;
  padding: 5px;
  font-size: 0;
}

.video-table video {
  margin: 0;
  border: 1px solid #bbb;
  border-radius: 10px;
}

/* Media query for screens smaller than 768 pixels */
@media (max-width: 768px) {
    .video-table, .video-table thead, .video-table tbody, .video-table th, .video-table td, .video-table tr {
        display: block;
    }
    .video-table td {
        /* You might want to add some spacing between the cells */
        margin-bottom: 0.625rem;
    }
}

.full-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-size: cover;
  border-radius: 5px;
  margin-top: 10px
}

.interpolation-panel {
  background: #f5f5f5;
  border-radius: 10px;
}

.interpolation-panel .interpolation-image {
  width: 100vh;
  background-size: cover;
  border-radius: 5px;
}

.interpolation-video-column {
}

.interpolation-panel .slider {
  margin: 0 !important;
}

.interpolation-panel .slider {
  margin: 0 !important;
}

#interpolation-image-wrapper {
  width: 100%;
}
#interpolation-image-wrapper img {
  border-radius: 5px;
}

#interpolation-image img {
    padding: 0;
    display: block;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
}

 .dropdown-item{
    white-space: pre-wrap;
}


.justify {
  text-align: justify;
}

/* table holding plans */

.search-table-outter {
  overflow-x: scroll;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.search-table {
  table-layout: fixed;
  margin: 10px auto 0px auto;
  border-radius: 6px 6px 6px 6px;
	border: 1px solid #000;
	border-spacing: 0;
}

.search-table tr:first-child th:first-child {
	border-top-left-radius: 5px !important ;
}

.search-table tr:first-child th:last-child {
	border-top-right-radius: 5px !important ;
}

.search-table tr:last-child td:first-child {
	border-bottom-left-radius: 5px !important ;
}

.search-table tr:last-child td:last-child {
	border-bottom-right-radius: 5px !important ;
}

.search-table, td, th {
  border-collapse:collapse;
  border:1px solid #fff;
  width: auto !important ;
  color: #444;
}

/* th {
  text-align: center !important ;
  padding:10px 4px;
  font-size:0.8em;
  background:#ccc;
}

td {
  text-align: left !important ;
  padding:5px 6px;
  font-size:0.7em;
  height:30px;
  white-space: nowrap;
  background:#eee;
} */

.hiddentxt {
  font-weight: bold;
  z-index:99;
}

.hiddenimg {
  display: none;
}

.hiddentxt:hover ~ .hiddenimg {
  display: block;
  /* position: absolute; */
  position: fixed;
  left: 50%;
  bottom: 25%;
  z-index: 299
}

ul {
  list-style: disc;
  padding-left: 2em;
}

.image {
  display: block;
  width: auto;
  height: 115px;
  padding: -0.5em !important;
}

.video {
  width: auto;
  height: 115px;
  padding: -0.5em !important;
}

table {
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px solid white;
  background-color: #95a5a611;
  vertical-align: center !important;
  text-align: center;
}

td,
th {
  padding: 0em;
  border: 1px solid white;
  max-width: 600px;
  font-size: 14px;
}

th {
  padding: 0.5em;
}

.constraint {
  font-family: 'Courier New';
  font-weight: bold;
  background-color: #95a5a633;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.red {
  color: white;
  font-family: 'Courier New';
  font-weight: bold;
  background-color: #e74c3c;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.orange {
  color: white;
  font-family: 'Courier New';
  font-weight: bold;
  background-color: #e67e22;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.yellow {
  color: white;
  font-family: 'Courier New';
  font-weight: bold;
  background-color: #f1c40f;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.mybox {
  color: white;
  font-family: 'Courier New';
  font-weight: bold;
  background-color: #95a5a6;
  padding-left: 0.5em;
  padding-right: 0.5em;
}


@media (max-width: 768px) {
    video {
        width: 100%;
    }
}

@media (max-width: 768px) {
    img {
        width: 100% !important ;
    }
}

@media (max-width: 768px) {
    .justify {
        width: 100%;
        padding-left: 0rem !important ;
        padding-right: 0rem !important ;
        padding-bottom: 2rem !important ;
    }
}
