@import url("https://fonts.googleapis.com/css?family=Amaranth");

@font-face {
  font-family: "Luckiest Guy";
  src: url("../../static_assets/Luckiest Guy/Luckiest Guy.woff2")
      format("woff2"),
    url("../../static_assets/Luckiest Guy/Luckiest Guy.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "BD Cartoon Shout";
  src: url("../../static_assets/BD Cartoon Shout/BD Cartoon Shout.eot");
  src: url("../../static_assets/BD Cartoon Shout/BD Cartoon Shout.eot?#iefix")
      format("embedded-opentype"),
    url("../../static_assets/BD Cartoon Shout/BD Cartoon Shout.woff2")
      format("woff2"),
    url("../../static_assets/BD Cartoon Shout/BD Cartoon Shout.woff")
      format("woff"),
    url("../../static_assets/BD Cartoon Shout/BD Cartoon Shout.ttf")
      format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Amaranth", sans-serif;
}

.jumbotron-fluid {
  margin-bottom: 0;
}

.img-fluid {
  width: 100%;
}

footer {
  color: white;
}

footer a {
  color: #bfffff;
}

footer a:hover {
  color: white;
}

.footer-bottom {
  background: #000;
  padding: 2em;
}

.footer-middle {
  background: #333;
  padding-top: 2em;
  color: white;
}

body,
.jumbotron,
.card-body {
  background: radial-gradient(ellipse at center, #77d4ff 5%, #58c8ff 100%);
}

.core-sciences-logo {
  padding: 12px 0;
}

nav {
  background: #32b5f3;
}

.core-sciences-logo > a > img {
  max-height: 80px;
  max-width: 600px;
}

.feature-bullets {
  padding-top: 40px;
  padding-bottom: 50px;
}

.feature-bullets li {
  font-size: 30px;
  padding-bottom: 0.35em;
  padding-top: 0.35em;
  line-height: 1.1em;
}

.learn-more-blurb {
  margin-bottom: 80px;
}

/* --- link buttons --- */

.nav-link.link-btn {
  display: flex;
  width: 430px;
  height: 80px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  margin: 0 auto 15px auto;
  padding: 0;
  padding-top: 4px;
  cursor: pointer;
}

@media screen and (max-width: 450px) {
  .nav-link.link-btn {
    width: 300px;
  }
}

.nav-link.link-btn.large {
  margin: 0 auto 25px auto !important;
  height: 80px !important;
  padding-top: 4px;
}

#backArrow {
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

#wrap {
  position: fixed;
  width: 100%;
}

#appRender {
  display: block;
  width: 100%;
  height: 100%;
}

#menu1 {
  border-bottom: 3px solid rgb(128, 233, 255);
  padding-top: 0;
  display: flex;
}

/* Prevent text selection/highlighting of elements */
.nav-link,
.card,
#navMain,
#professorContainer {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
}
/* Styling for management pages */
#sampleSizeSelect {
  width: 100%;
}

#header {
  width: 30%;
  margin-left: auto;
  margin-right: auto;
}
#header h1 {
  margin-bottom: 15%;
}

.title {
  font-family: "Comix Loud", "BD Cartoon Shout", cursive;
  font-size: 1.85em;
  color: #f00;
  text-shadow: 2px 2px black;
  letter-spacing: 2px;
  line-height: 1.5;
}

.manageApply {
  background-color: #f9ba5c;
  border-color: #f9ba5c;
  color: #000;
}
.manageApply:hover {
  background-color: #ecc487;
  border-color: #ecc487;
  color: #000;
}
.table {
  background: white;
}
.manage thead{
  background: #f9ba5c;
}
.content tr:nth-child(even) {
  background: #dee0e2;
}
.content tr:nth-child(odd) {
  background: #fff;
}
.content tr:nth-child(even):hover,
.content tr:nth-child(odd):hover {
  background: #92ef73;
  cursor: pointer;
}

.content tr {
  height: 50px;
  transition: 0.3s;
}

.content td {
  vertical-align: middle;
}

.alert {
  text-align: center;
}
.manage {
  width: 100%;
  table-layout: fixed;
}

.manage th {
  width:10em;
  height: 50px;
  vertical-align: middle;
}
#sampleSizeSelect {
  width: 100%;
}

#header {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
#header h1 {
  margin-bottom: 5%;
  padding: 10px;
}
.title {
  font-family: "Comix Loud", "BD Cartoon Shout", cursive;
  font-size: 1.85em;
  color: #f00;
  text-shadow: 2px 2px black;
  letter-spacing: 2px;
  line-height: 1.5;
}
#tablecontainer {
  background-color: #dae2ef;
  border-radius: 5px;
  display: block;
  overflow-x: auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
#tableControls,
#tableControlsBottom{
  height:10%;
  padding:5px 20px;
  display:inline-block;
  justify-content: space-evenly;
  align-items: center;
  background: #e3e8ef;
  border-radius: 3px;
  margin-bottom: 7px;
  width: 80%;
  vertical-align: middle;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.compact #tableControls {
  width: 70%;
}

.tableControlsWrapper {
  font-size: 16px;
}
.options {
  font-size: 0;
}
#resultSizeContainer {
  display: inline-flex;
}
#searchBoxContainer {
  display: inline-flex;
  width: 300px;
  margin: auto;
}
#resultsSize {
  margin-left: 10%;
  display: block;
  margin-right: 15%;
}
#managementPanel {
  display: flex;
  justify-content: space-evenly;
  padding: 2%;
  align-items: center;
  font-family: "Amaranth", sans-serif;
}

#managementPanel a {
  text-decoration: none;
}

.create {
  color: black;
  display: flex;
  width: 100px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  padding: 0;
  padding-top: 4px;
}

.teacherSearch {
  height: 2.5vmax;
  width: 100%;
  text-align: center;
  margin: 3px;
}

.disabledRow {
  opacity: 0.5;
  background: grey;
  color: grey;
}

.pages {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 210px;
}

.pages ul {
  text-align: center;
  margin-bottom: 0;
  line-height: 3;
}
.pages input {
  visibility: hidden;
  display: none;
}
.pages label {
  cursor: pointer;
  background-color: #dadfe8;
  padding: 6px;
  border: 1px solid #dadfe8;
  margin-right: 4px;
  width: 25px;
  border-radius: 2px;
}
.pages label:hover {
  background-color: #628ce0;
  border: 1px solid #628ce0;
}
.pages input:checked + label {
  background: #628ce0;
}
.pages ul li {
  display: inline-block;
  margin: 0.2em;
}
.add {
  width: calc(20% - 5px);
  margin-left: 5px;
  margin-bottom: 7px;
  padding: 16px 0;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
}

.compact .add,
.compact .import {
  width: calc(15% - 5px);
}

.import {
  width: calc(20% - 5px);
  margin-left: 5px;
  margin-bottom: 7px;
  padding: 16px 0;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
}

#confirmRemove {
  position: absolute;
  width: 40%;
  background-color: #e22f2f;
  padding: 2%;
  z-index: 2;
  color: white;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  box-shadow: 0, 0, 5px rgba(0, 0, 0, 0.4);
}

#confirmRemove h3 {
  text-align: center;
  text-shadow: 1px 1px #000;
}

#confirmRemove p {
  text-align: center;
  margin-top: 5%;
  font-size: 18px;
  line-height: 1;
}

#confirmRemove a {
  width: 47.5%;
  border: 1px dashed black;
}

.confirmButtons {
  margin-top: 10%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pageModal {
  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 */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

#notifModalContent {
  position: absolute;
  width: 40%;
  background-color: #dae2ef;
  padding: 10px;
  z-index: 2;
  color: black;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 10px solid #c7d2e2;
  border-radius: 5px;
  box-shadow: 0, 0, 5px rgba(0, 0, 0, 0.4);
}

#notifModalContent > .confirmButtons {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
}

#notifModalContent > .confirmButtons > .btn.btn-success {
  width: 30%;
}

#notifMessage {
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

#notifSettings > label {
  display: block;
  cursor: pointer;
  margin-left: 10px;
}

#hiddentRadioPage {
  display: none;
}

.confirmRemoveModal {
  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 */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/*
.pages ul li:hover {
  background-color: #628ce0;
  border: 1px solid #628ce0;
  cursor:pointer;
}
*/
/* Styling for management pages  */
