body {
  bottom: 0;
  height: 100%;
  width: 100%;
  left: 0;
  padding-top: 71px;
}
body.game {
  padding-top: 0;
}
h1, h2, h3, h4 {
  width: 100%;
  margin-top: 10px;
}
.logo {
  width: 35px;
  height: 35px;
  margin-right: 20px;
}
textarea:focus, input:focus{
  outline: none;
}
.currentShower {
  margin-left: 10px;
  position: relative;
  shape: circle;
}
.shink-gauge {
  height: 40px;
}
.fixed-bottom {
  position: fixed;
  bottom: 0px;
}
.has-footer {
  min-height: 100%;
  padding-bottom: 30px;
}
.btn-group-xs>.btn, .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn.btn-light.btn-border-primary {
  border: 1px solid #007bff;
}
.btn.btn-light.btn-border-primary:hover {
  border: 1px solid #007bff;
}
.corners {
  top: 85px;
  right: 15px;
  position: absolute;
  z-index: 700;
}
.assignShow {
  border-radius: 15px;
  border: 2.5px solid #e0e0e0;
  padding: 10px;
  left: 5%;
  right: 5%;
  height: auto;
  width: 90%;
  top: 15px;
  margin-top: 10px;
  position: relative;
}
.bold {
  font-weight: bold;
}
.greyout {
  background-color: grey;
  position: relative
}
.footer {
  text-align: center;
  font-size: 15px;
  width: 100%;
  height: 0;
  max-height: 0;
}
.footer-bottom {
  position: relative;
  height: 30px;
  top: -30px;
  clear: both;
  padding: 5px;
  background: #e5e5e5;
}
.login-btn {
  position: absolute;
  top: 7px;
  right: 10px;
}
.top-btn-holder {
  box-shadow: 5px 0 10px gray;
  height: 7.5%;
  left: 0;
  position: absolute;
  width: 100%;
  background: white;
  top: 0;
  border-right: 10px;
}
.top {
  top: 10px;
  position: relative;
}
.bottom {
  padding-bottom: 30px;
}
.hidden {
  display: none;
}
.bar-clearance {
  top: 5%;
  position: relative;
  padding-left: 5%;
}
.navbar-brand {
  font-size: 30px;
}
.left-clearance {
  margin-left: 25px;
  width: auto;
}
nav button {
  white-space: nowrap;
}
.nav-link.nav-main {
  padding: 5px 10px;
  border-radius: 10px;
  margin-top: 4px;
}
.nav-link.nav-main.selected {
  background: #999;
  color: #eee;
}
.nav-link.nav-main.selected:hover {
  color: #fff;
}
ul.nav-tabs a.nav-link {
  color: #777;
}
ul.nav-tabs a.nav-link.active {
  color: black;
}
ul.nav-tabs a.nav-link.disabled {
  color: #bbb;
}
.overflow-scroll {
  overflow-y: scroll;
}
#error-alert {
  width: 50%;
  position: fixed;
  top: 50px;
  left: 50%;
  margin-left: -25%;
  z-index: 2000;
}
#error {
  margin-right: 25px;
}
.close.error-close {
  font-size: 1em;
  line-height: 1.5em;
  cursor: pointer;
}
.sidebar {
  position: fixed;
  top: 71px;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding: 0 0;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}
.sidebar-sticky {
  position: sticky;
  top: 0;
  height: calc(100vh - 71px);
  overflow-x: hidden;
  overflow-y: auto;
}
.sidebar-color {
  background: #e6e6e6;
}
.sidebar a:not([href]):not([tabindex]).nav-link {
  font-weight: 500;
  color: #666;
}
.sidebar a:not([href]):not([tabindex]).nav-link:hover {
  color: #333;
  cursor: pointer;
}
.sidebar .nav-link.selected {
  background: #d0d0d0;
}
.has-sidebar {
  padding-left: 16.666667%;
}
.hover-row:hover {
  background: #eee;
  cursor: pointer;
}
.parent-right {
  position: relative;
  left: 10px;
}
.piechart-left {
  position: relative;
  left: -100px;
}
.piechart-title {
  position: relative;
  top: -40px;
  width: 100%;
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
}
.piechart-title.left {
  left: -40px;
}
.piechart-title.right {
  left: 60px;
}
.info-desc {
  margin: 75px 50px 20px 50px;
  background: #eee;
  padding: 20px;
  border-radius: 10px;
}
.info-form {
  margin: 0 75px 75px;
  padding: 20px;
  text-align: center;
}
.title {
  width: 100%;
  text-align: center;
}
#assignShow {
  padding-bottom: 30px
}
td.form-name {
  width: 140px;
}
td.form-value {
}
.spacer {
  display: inline-block;
  min-width: 50px;
}
.box, .fill {
  width: 100%;
}
.center {
  text-align: center;
}

.butterbar-text {
  padding: 5px 15px;
  border: 2.5px solid #303030;
  background: rgba(8, 8, 8, 0.9);
  border-radius: 14px;
  color: #FFFFFF;
  z-index: 10000;
}
.butterbar {
  width: 50%;
  text-align: center;
  top: 50px;
  left: 25%;
  position: fixed;
}
.action-label {
  font-size: 1.12em;
  font-weight: bold;
}
.error {
  color: red;
}
.material-icons.icon-inline {
  font-size: 18px;
  position: relative;
  bottom: -3px;
}
.dashboard-title {
  font-family: sans-serif;
  font-weight: bold;
}
.menu-li-icon-right {
  padding-right: 50px;
  position: relative;
}
.menu-icon-right {
  position: absolute;
  right: 10px;
  bottom: 0.2em;
  color: #999;
}
.menu-icon-right:hover {
  color: #000;
}
.home-btn {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}
#loading {
  margin-top: 100px;
  font-size: 1.2em;
}
.loader-vspacer {
  width: 100%;
  margin-top: 100px;
}
.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  position: relative;
  left: 50%;
  margin-left: -70px;
}
.noscroll-x {
  overflow-x: hidden;
}
.even-text {
  text-align: justify;
  text-justify: inter-word;
}
.activity-started {
  background: #e8e8ff;
}
.activity-done {
  background: #e8ffe8;
}
.activity-late {
  background: #ffe8e8;
}
.activity-incomplete {
  background: #ffe8ff;
}
.activity-outcome {
  font-weight: bold;
}
.assignment-box {
  margin: 5px 5px;
  border-radius: 10px;
  border: 1px solid #eee;
  background: #d8d8d8;
  padding: 10px;
  font-size: 0.75em;
  cursor: pointer;
}
.assignment-box:hover {
  background: #d0d0d0;
}
.assignment-box-name {
  color: #000;
}
.assignment-box-due {
  color: #888;
}
.assignment-box-btns {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
}
.assignment-box-more {
  border-radius: 10px;
  background: #007bff;
  color: #fff;
  border: 1px solid transparent;
  padding: 1px 10px;
  font-size: 0.75em;
  width: fit-content;
  cursor: pointer;
}
.assignment-box-more:hover {
  background: #000;
  background-color: #0069d9;
  border-color: #0062cc;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*chat stuff*/
.chat-topic {
  margin-top: 10px;
  border: 1px solid #e0e0e0;
  border-radius: 15px;
  box-shadow: 1px 1px #eee;
}
.chat input {
  border-top-color: #e0e0e0;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: transparent;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: transparent;
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 10px;
  padding-right: 45px;
  padding-left: 45px;
  width: 100%;
  outline: none;
  font-family: "Arial Unicode MS", "Lucida Sans Unicode", "DejaVu Sans", "Quivira", "Symbola", "Code2000", sans-serif;
}
.chat-new-topic {
  margin-top: 10px;
}
.chat .chat-new-topic input {
  border-radius: 15px;
  border-color: #e0e0e0;
}
.chat input:focus, .chat .chat-new-topic input:focus {
  border-color: #777;
}
.chat-replies {
  border-top: 1px solid #e0e0e0;
}
.chat-more-replies {
  margin-top: 10px;
  font-weight: bold;
  margin-left: 10px;
  border-radius: 10px;
  background:  #6666ff;
  padding: 3px 10px;
  cursor: pointer;
  color: #ffffff;
  display: inline-block;
}
.chat-more-replies:hover {
  color: #ffffff;
  background: #6666ff;
}
.chat-post {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 5px 10px;
}
.chat-reply {
  border-radius: 5px;
  padding: 5px 10px 5px 20px;
}
.chat-post:hover, .chat-reply:hover {
  background: #f8f8f8;
}
.chat-post.chat-deleted:hover, .chat-reply.chat-deleted:hover {
  background: #ffe0e0;
}

.chat-deleted {
  background: #ffe6e6;
}
.chat-post.chat-deleted:hover .menu, .chat-reply.chat-deleted:hover .menu {
  display: none;
}
.deleted {
  font-weight: bold;
  color: white;
  background: red;
  border-radius: 15px;
  padding: 1px 5px;
  margin-left: 20px;
}
.chat-next-token {
  text-align: center;
  padding: 20px;
}
