* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
  }
  
  html {
    font-size: 0.9rem;
  }
  
  body{
    padding-top: 0px;
    font-family: "Open Sans", sans-serif;
  }
  
  .lti-outer{
      width: 100%;
      padding: 1rem;
      margin: 0 auto;
  }
  
  span a {
    position: relative;
    display: inline-block;
  }
  
  select {
    height: 2rem;
  }
  
  li > span:first-child a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 3px rgba(0,0,0,0.4);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  
  ul{
     list-style: none;
     margin: 0;
  }
  
  .hovereffect{
    background-color: #FFF;
  }
  
  a{font-weight: bold;}
  .noPseudo {
    font-style: italic;
    font-size: 1.1rem;
  }
  
  .noPseudo:before,
  .noPseudo:after {
    display: none !important;
  }
  
  .preview:hover{
     text-decoration: none;
  }
  
  .heading {
    height: 3rem;
    line-height: 3rem;
    padding: 0 0.5rem;
    background: #f9f9f9;
    margin: 0;
    font-weight: 300;
    border: 1px solid #ddd;
  }
  
  .heading span:first-child {
    margin-left: -0.5rem;
  }
  
  .heading span {
    cursor: pointer;
    opacity: 1;
    transition: visibility 0s 0.5s, opacity 0.5s 0.5s;
  }
  
  button[name=filter] {
    top: 0;
    left: 0;
  }
  
  button[name=clearFilters] {
    float: right;
  }
  
  button[name=clearFilters].display {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.5s, top 0.5s;
  }
  
  .modal {
    display: block;
    background: rgba(0,0,0,0.3);
    visibility: hidden;
  }
  
  .modal.in {
    visibility: visible;
  }
  
  input[type="text"] {
    border: 1px solid #ccc;
    padding: 0 0.5rem;
    transition: box-shadow 0.3s, border-color 0.3s;
    border-radius: 0.25rem;
    max-width: 100%;
  }

  #series_captions_label {
    border: 0px;
    padding: 6px 0;
  }
  
  input:focus {
    border-color: #8cf;
    box-shadow: 0 0 5px #8cf;
  }
  
  .button {
    -moz-appearance: button;
    appearance: button;
  
    border: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.4);
    line-height: 2rem;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    font-weight: 400;
    background: linear-gradient(180deg, white 0%, #eeeeee 100%);
  }
  
  .button:hover {
    text-decoration: none;
  }
  
  li span span {
    min-height: 19px;
  }
  
  @media screen and (max-width: 800px) {
    .noPseudo {
      display: inline-block;
      width: 66%;
      line-height: 4rem;
      font-size: 1.25rem;
      margin: 0 0 0.5rem 0;
    }
    button[name=filter] {
      opacity: 1;
      visibility: visible;
      transition: visibility 0s, opacity 0.5s 0.5s;
    }
    .button {
      width: 100%;
      margin-top: 0.5rem;
    }
    .button[name=clearFilters] {
      width: auto;
      margin-top: 0.5rem;
    }
    input {
      max-width: calc(100%/3 - 0.5rem);
    }
  }
  
  @media screen and (max-width: 520px) {
    input {
      max-width: 100%;
      display: inline-block;
      margin-right: 0;
      height: 3rem;
    }
    .filter input {
      width: calc(50% - 0.25rem);
    }
    .filter input:nth-of-type(3) {
      float: right;
    }
    .filter input:nth-of-type(1) {
      width: 100%;
      margin: 0.25rem 0;
    }
    button[name=filter] {
      opacity: 1;
      visibility: visible;
      transition: visibility 0s, opacity 0.5s 0.5s;
    }
  
    select, .button {
      height: 3rem;
      line-height: 3rem;
    }
    .button {
      width: 100%;
    }
  }
  
  #ui-datepicker-div {
    display: none;
  }
  
  span a {
  display: inline-block;
  width: auto;
  }
  
  .tinyTopMargin {
    margin-top: 0.5rem;
  }
  
  .ui-widget-header {
    background: #e9e9e9;
    border: 1px solid #ddd;
    color: #333;
    font-weight: bold;
  }
  
  @keyframes pulse {
    0% {
      background: rgba(0,160,255,0.3);
    }
    30% {
      background: rgba(0,160,255,0.3);
    }
    50% {
      background: #09f;
      box-shadow: 0 0 1px #09f;
    }
    70% {
      background: rgba(0,160,255,0.3);
    }
    100% {
      background: rgba(0,160,255,0.3);
    }
  }
  
  .table-borderless > tbody > tr > td,
  .table-borderless > tbody > tr > th,
  .table-borderless > tfoot > tr > td,
  .table-borderless > tfoot > tr > th,
  .table-borderless > thead > tr > td,
  .table-borderless > thead > tr > th {
      border: none !important;
  }
  
  .table-borderless > tbody > tr:hover td {
      background-color: transparent !important;
  }
  
  .lti-oc-top-section{
      overflow: hidden;
      padding: 20px;
      margin-bottom: 20px;
  }
  