<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Aug 31, 2018, 11:42:03 AM
    Author     : feynmanlecturehall
*/
* {
  box-sizing: border-box;
  border-collapse: collapse;
}

button {
  background-color: #ddd;
  /* Green */
  border: none;
  /* outline:none; */
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  min-width: 40px;
  min-height: 40px;
  cursor: pointer;
}

button span {
  font-size: 8px;
  color: #ddd;
}

.filterBox {
  border-style: solid;
  border-color: #000;
  border-width: 1px;
  width: 50%;
  /* min-width:400px; */
  padding: 5px;
}

.filterBox button {
  border-style: solid;
  border-color: #000;
  border-width: 1px;
  margin: 2px;
}

.filterTitle {
  font-size: 20px;
}

#groupFilter {
  display: flex;
}

#groupFilter1, #groupFilter2 {
  display: inline-block;
  width: 50%;
}

#groupFilter2 {
  padding-left: 10px;
}

.filterby {
  font-size: 16px;
  padding: 5px;
}

#filterTable {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: 5px;
}

#caltech_logo {
  margin-left: 10px;
  font-family: "Helvetica Neue", Arial, Sans-Serif;
  font-size: 60px;
  color: #FF6C0C;
  display: inline-block;
}

#pma_logo {
  font-family: "Georgia", Serif;
  display: inline-block;
  font-size: 20px
}

#banner {
  padding-left: 10px;
  width: 98vw;
  margin-right: 2vw;
  background-color: #ccc;
  font-size: calc(70 *(100vw / 1080));
  /* font-size: calc(36px + (70 - 36) * ((100vw - 850px) / (1080 - 850))); */
  border-style: solid;
  border-color: #000 #fff;
  border-width: 3px;
}

#dateFilter div {
  display: inline-block;
}

#keywordInput {
  min-width: 200px;
  line-height: 2em;
  margin: 5px 0;
}

#courseFilter button {
  width: 40%;
  /* margin: 5px;  */
  margin: 2px 0;
  /* font-size: 13px; */
  padding: 0 2px;
  min-width: 10em;
}

/* #blankButton {
  visibility: hidden;
} */
#filterDivider {
  border-top: 3px solid #f71;
  margin: 10px 0;
}

#keywordFilter {
  width: 50%;
  text-align: center;
  position: relative;
}

#controlFilter {
  width: 50%;
  text-align: center;
  position: relative;
}

#controlFilter_e {
  width: 100%;
  text-align: center;
  position: relative;
}

.listDemo {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.listDemoG {
  display: inline-block;
  margin: 10px;
  padding: 5px;
  border: 1px solid #ddd;
  width: 160px;
  vertical-align: top;
}

.demoThumbnailG, .demoThumbnail {
  cursor: pointer;
  vertical-align: top;
  width: 150px;
  height: 150px;
  display: block;
  margin: auto;
}

.demoThumbnail {
  max-width: 12vw;
  max-height: 12vw;
}

.listDemo div {
  vertical-align: top;
}

.listDemo div div {
  vertical-align: top;
}

hr {
  margin-left: 10%;
  border-top: 3px solid #ccc;
}

#sortBar {
  width: 100%;
  margin-bottom: 1em;
}

#sortBar button {
  padding: 0;
  margin: 0 0.5%;
  text-align: center;
}

#idButton {
  width: 9%;
}

#nameButton {
  width: 25%;
}

#classButton {
  width: 15%;
}

#topicButton {
  width: 31%;
}

#resultCount {
  width: 10%;
  margin: 0 2% 0 1%;
  font-style: italic;
  display: inline-block;
}

.demoInfo {
  width: 87%;
}

.demoInfo div {
  display: inline-block;
  text-align: center;
}

.demoName {
  width: 31%;
}

.demoID {
  width: 10%;
  margin: 0 1%;
  border: 1px solid #ddd;
}

.demoClass {
  width: 15%;
  margin: 0 1%;
  border: 1px solid #ddd;
}

.demoTopic {
  width: 36%;
}

.demoInfoG {
  text-align: center;
}

.description {
  margin-left: 5px;
}

#clearButton {
  /* position:absolute;
  bottom:10px;
	right:10px; */
  /* float: right; */
  vertical-align: bottom;
}

#collapseButton {
  /* position:absolute;
  bottom:10px;
  left:10px; */
  vertical-align: bottom;
  /* float: left; */
}

#searchButton {
  border: 4px solid #f71;
  font-size: 1.5em;
  margin-left: auto;
  margin-right: auto;
  vertical-align: bottom;
}

#topicFilter {
  position: relative;
  min-height: 7em;
}

#topicFilter button {
  min-width: 6px;
  min-height: 6px;
}

#topicsList {
  position: absolute;
  right: 5px;
  bottom: 5px;
  overflow: auto;
  max-height: 6em;
}

.topicListed {
  background: #eee;
  border-style: solid;
  border-color: #000;
  border-width: 1px;
  padding: 0px 5px;
  position: relative;
  right: 0;
  text-align: center;
}

.topicListed button {
  min-width: 6px;
  min-height: 6px;
  background: #fff;
}

.topicListed button:active {
  background: #555;
}

.demoName {
  font-size: 1.2em;
  font-weight: bold;
}

.demoTopic {
  overflow: auto;
  max-height: 4em;
}

.demoNameG {
  font-size: 1em;
  font-weight: bold;
  min-height: 3em;
}

.group_button {
  width: 22%;
  text-align: left;
}

/*  */
#loadingdiv {
  text-align: center;
  font-style: italic;
  font-size: 20px;
}

#controlFilter button {
  max-width: 30%;
}

#controlFilter_e button {
  max-width: 30%;
}

/* iframe {
  width: 694px;
  height: 390px;
  max-width: 90%;
  max-height: calc(10px + 100vw * 290.0 / 400 * 390.0/694)
} */
/* calc(100vw *290 / 400 * 390/694 *1.1) */

/* The Modal
------------------------------- */
#demoModal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  text-align: center;
}

/* Modal Content/Box */
#modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 90%;
  /* Could be more or less, depending on screen size */
}

/* #modal-content span {
  color: #000 !important;
} */

#modalName {
  font-size: 1.5em;
  font-weight: bold;
}

#modalDates {
  font-style: italic;
  font-size: 12px;
}

/* The Modal Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#modalPic {
  max-width: 90%;
}

.modal_thumbnail {
  width: 40px;
  margin: 5px;
  cursor: pointer;
  position: relative;
  display: inline-block;
}

/*  */
.thumbnail_text {
  position: absolute;
  color: #f00;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  z-index: 10;
  opacity: 0;
  /* -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; */
}

/* .thumbnail_text:hover{
  opacity:1;
} */
.miniPic {
  width: 100%
}

.miniPic.currentPic {
  border: 4px solid #f71;
}

iframe {
  width: 600px;
  max-width: 90%;
  height: 400px;
  max-height: calc(80vw*2/3);
}

/*
--------------------------------------------------
Tablet and smaller window sized

 */
@media only screen and (max-width: 1000px) {
  #topicsList {
    position: relative;
    width: 50%;
    margin: auto;
    margin-top: 5px;
    bottom: 0;
    right: 0;
  }
}

#modalDemoInfo {
  text-align: left;
}

/*
-------------------------------------------------
Mobile phone sized

 */
@media only screen and (max-width: 660px) {
  html {
    margin: 0;
  }

  body {
    margin: 0;
    width: 100vw;
    max-width: 100%;
  }

  body #banner {
    font-size: 36px;
    text-align: center;
    width: auto;
    padding: 0;
    margin: 0;
  }

  .filterBox, #keywordFilter, #controlFilter {
    width: 100vw;
    min-width: 200px;
  }

  .filterTitle, #groupFilter, #dateFilter, #topicFilter, #resultCount {
    text-align: center;
  }

  #topicsDD, #keywordInput {
    border: 1px solid #ddd;
  }

  #courseFilter button {
    margin: 2px 0;
    font-size: 13px;
    padding: 0 2px;
  }

  #resultCount {
    display: block;
    width: 100vw;
  }

  #results #sortBar button {
    margin: 0;
  }

  #idButton, .demoID {
    width: 20vw;
    margin-left: 5vw !important;
  }

  #nameButton, .demoName {
    width: 35vw;
  }

  #classButton, .demoClass {
    width: 25vw;
  }

  #topicButton {
    display: none !important;
  }

  .demoThumbnailG, .demoThumbnail {
    cursor: pointer;
    vertical-align: top;
    max-width: 150px;
    max-height: 150px;
    display: block;
    margin-left: calc(45vw - 75px);
    margin-bottom: 5px;
  }

  .description {
    width: 100%;
    /* border-top: groove; */
  }

  .demoInfo {
    width: 100vw;
  }

  .demoTopic {
    display: block;
    width: 90vw;
    text-decoration: underline;
    margin-top: 5px;
  }

  #demoList hr {
    width: 100vw;
    margin: 10px 0;
  }

  #controlFilter button {
    width: 30vw;
  }

  #controlFilter_e button {
    width: 30vw;
  }

  #searchButton {
    font-size: 1em;
  }

  .group_button {
    width: auto;
  }

  .group_button span {
    display: block;
  }

  #pma_logo {
    margin-left: 10px;
  }

  #groupFilter {
    display: inline-block;
  }

  #groupFilter1, #groupFilter2 {
    width: 100%;
  }
}
</pre></body></html>