/*Basic css*/

html {
    font-size: 15px;
  }
  
  body {
    font-family: "Open Sans", sans-serif;
    font-weight: lighter;
    color: #000000;
    padding-top: 3.0rem;
    padding-bottom: 1.5rem;
  }
  
  h1, h2, h3, h4, h5, h6,
  .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: normal;
    color: #11498A;
  }
  
  a, a:link, a:hover, a:visited, a:active {
    color: #11498A;
  }
  
  b, strong {
    font-weight: normal;
  }
  
  details {
    display: block;
  }
  
  summary {
    display: list-item;
    cursor: pointer;
  }
  
  /*color of ucsb yellow and blue*/
  
  .ms-yellow {
    color: #FFB900;
  }
  
  .ms-blue {
    color: #00A4EF;
  }

  .ms-orange {
    color: #F25022;
  }
  
  .ms-green {
    color: #7FBA00;
  }
  
  .ms-gray{
    color: #737373;
  }

  .sharepoint-dark-blue{
      color: #40587C;
  }

  .sharepoint-light-blue{
    color: #53687f;
}
  .sharepoint-blue{
    color: #0078d4;
  }
  .sharepoint-red{
    color: #A4262C;
  }
  .sharepoint-orange{
    color: #CA5010;
  }
  .sharepoint-green{
    color: #407855;
  }
  .sharepoint-blue-dark-theme{
    color: #409AE1;
  }
  .sharepoint-yellow-dark-theme{
    color: #FFC83D;
  }
  .youtube-red{
    color: #FF0000;
  }

  .button-custom {
    background-color: #409AE1;
    border: 2px solid #409AE1;
}
  /*css of navbar*/
  
  .navbar-custom {
      background-color: #409AE1;
  }
  /* change the brand and text color */
  .navbar-custom .navbar-brand,
  .navbar-custom .navbar-text {
      color: #FFFFFF;
  }
  /* change the link color */
  .navbar-custom .navbar-nav .nav-link {
      color: #FFFFFF;
  }
  /* change the color of active or hovered links */
  .navbar-custom .nav-item.active .nav-link,
  .navbar-custom .nav-item:hover .nav-link {
      color: #FFC83D;
  }
  
  .navbar-custom .navbar-brand:focus, .navbar-custom .navbar-brand:hover {
    color: #FFC83D;
  }
  
  /*css of jumbotron*/
  
  .jumbotron {
    font-size: 1rem;
    padding: 2.5rem 1rem 1.5rem 1rem;
    text-align: justify;
    border-bottom: 0.05rem solid #e5e5e5;
  }
  
  .link-block a {
    margin-top: 5px;
    margin-bottom: 5px;
}

  /*css of footer*/
  
  .footer {
    font-size: 0.8rem;
    color: #737373;
  }
  
  /*css of ul and li*/
  .ul-paper {
    padding: 0;
    list-style-type: none;
  }

  .li-paper {
    margin: 1rem 0;
  }
  
  ul li > span {
    display: block;
  }
  
  ul li > span.title {
    font-weight: normal;
  }
  
  /*css of center image*/
  
  .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 88%;
  }
  
  /*Card*/
  .card {
    border: 0px;
  }
  
  table th {
     text-align: center; 
     white-space: nowrap;
  }
  
  table td {
     text-align: center; 
  }
  .performanceTableWide {
    margin: 10px 0px;
    font-size: 80%;
  }
  .performanceTableWide .institution {
    font-style: italic;
    font-weight: 300;
    margin: 0px;
  }
  .performanceTableWide .date {
    font-weight: normal;
    background-color: #777;
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
  }
  .performanceTableWide .rank{
    margin-bottom: 5px;
  }
  .performanceTableWide td,
  .performanceTableWide th {
    text-align: center;
    max-width: 200px;
    max-height: 100px;
    padding: 10px;
    vertical-align: middle;
    white-space: nowrap
  }
  .performanceTableWide .wBackground{
    background-color:#f3f3f3;
  }
  .performanceTable {
    margin: 10px 0px;
    font-size: 90%;
  }
  .performanceTable .institution {
    font-style: italic;
    font-weight: 300;
    margin: 0px;
  }
  .performanceTable .date {
    font-weight: normal;
    background-color: #777;
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
  }
  .performanceTable .rank{
    margin-bottom: 5px;
  }
  .performanceTable td,
  .performanceTable th {
    text-align: center;
    max-width: 100px;
    vertical-align: middle;
    white-space: nowrap
  }
  .performanceTable .wBackground{
    background-color:#f3f3f3;
  }
  /* .valueTable {
    font-size: 90%;
  } */

  .tasksTable{
    border-collapse:collapse;
    width:80%;
    /* margin:10px 0; */
    /* -webkit-box-shadow:0 0 20px rgba(0,0,0,.15);
    box-shadow:0 0 20px rgba(0,0,0,.15); */
    /* table-layout:fixed */
    margin-left: auto;
    margin-right: auto;
  }

  .tasksTable, .tasksTable thead{
    border-radius:20px
  }
  
  .tasksTable td,.tasksTable th{
    text-align: center;
    max-width: 300px;
    /* min-width: 270px; */
    padding:8px
  }
  /* .tasksTable tbody tr:last-of-type{
    border-bottom:2px solid #00A4EF;
    opacity:0.6;
  } */
  .tasksTable tbody tr{
    border-bottom:1px solid rgb(237, 236, 236);
    text-align:center
  }
  .tasksTable tr:nth-child(2n){
    background-color:#f3f3f3
  }
  .tasksTable th{
    padding-top:12px;
    padding-bottom:12px;
    text-align:center;
    background-color:#00A4EF;
    white-space: nowrap;
    /* opacity:0.5; */
    color:white}





    .footer .icon-link {
      font-size: 25px;
      color: #000;
  }
  
  .link-block a {
      margin-top: 5px;
      margin-bottom: 5px;
  }
  
  .dnerf {
    font-variant: small-caps;
  }
  
  
  .teaser .hero-body {
    padding-top: 0;
    padding-bottom: 3rem;
  }
  
  .teaser {
    font-family: 'Google Sans', sans-serif;
  }
  
  
  .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(204, 86%, 53%) !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;
  }
  
  
  .interpolation-panel {
    background: #f5f5f5;
    border-radius: 10px;
  }
  
  .interpolation-panel .interpolation-image {
    width: 100%;
    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;
  }
  