html, body {
  font-size: 0.9em; }

iframe.fullscreen {
  margin-top: 55px;
  width: calc(100vw);
  height: calc(100vh - 45px - 15px - 55px + 2px);
  margin-left: -15px;
  margin-bottom: -15px; }

.hidden {
  visibility: hidden;
  display: none; }

.message-in-content {
  padding-right: 0; }

.content-title {
  margin-bottom: 10px; }
  .content-title div[class^="col"] {
    padding-right: 0; }
    .content-title div[class^="col"] div.content-title-nav {
      border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
      .content-title div[class^="col"] div.content-title-nav h1 {
        margin-bottom: 0;
        font-weight: bold;
        color: rgba(0, 0, 0, 0.75); }

.main-content {
  margin-top: 55px;
  margin-right: 0px;
  min-height: calc(100vh - 45px - 15px - 55px); }

.content-body {
  padding-top: 15px;
  width: 100%;
  max-width: 1024px; }

.header-body {
  padding-left: 0;
  width: 100%;
  max-width: 1024px; }

.footer-body {
  width: 100%;
  max-width: 1024px; }

.page-content-body {
  padding-right: 0px; }
  .page-content-body .row:first-child {
    padding-top: 0px; }

.header {
  height: 55px;
  background-color: white;
  z-index: 99;
  border-bottom: 1px solid #ededed;
  padding-top: 10px;
  padding-bottom: 5px;
  position: fixed;
  width: 100%;
  top: 0; }

.footer {
  height: 45px;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 10px 0 10px 0;
  margin-top: 15px; }
  .footer span {
    color: rgba(0, 0, 0, 0.75); }

.main-navbar {
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  .main-navbar .nav .nav-item.dropdown {
    margin-left: .25rem; }
  .main-navbar .nav .nav-item .nav-link {
    padding: .5rem .85rem; }

.page-content {
  height: 100%; }

.page-content .row .col, .page-content .row [class^="col-"] {
  margin: 0 0 20px 0; }
.page-content .row .justify-content-end {
  display: flex;
  justify-content: flex-end; }
.page-content .row h3 h3.card-title {
  font-size: 1.25em; }

.card-grow {
  height: 100%; }

.card-comments {
  margin-top: 1em;
  border-color: #bde2ff; }
  .card-comments .card-header {
    background-color: #f1f9ff;
    border-bottom-color: #bde2ff; }
    .card-comments .card-header div.likes-display {
      color: gray; }
      .card-comments .card-header div.likes-display #likes-count {
        font-size: 1em; }
      .card-comments .card-header div.likes-display #like-button {
        font-size: 1.5em; }
        .card-comments .card-header div.likes-display #like-button.liked {
          color: #ff6f00; }
        .card-comments .card-header div.likes-display #like-button.bi-hand-thumbs-up:hover {
          color: #ff6f00; }
  .card-comments .card-body .comments-container .comment {
    border-radius: .25rem;
    padding: 10px;
    margin-bottom: 10px; }
    .card-comments .card-body .comments-container .comment pre {
      width: 100%; }
    .card-comments .card-body .comments-container .comment.user span.username {
      color: #007bff; }
    .card-comments .card-body .comments-container .comment h1, .card-comments .card-body .comments-container .comment h2, .card-comments .card-body .comments-container .comment h3, .card-comments .card-body .comments-container .comment h4 {
      padding-top: 0; }
    .card-comments .card-body .comments-container .comment hr {
      border-color: #e8e8e8; }
    .card-comments .card-body .comments-container .comment h4.comment-header {
      font-size: 1.25em;
      font-weight: bold;
      border-bottom: 1px solid #e8e8e8; }
      .card-comments .card-body .comments-container .comment h4.comment-header span.timestamp {
        font-size: 0.75em;
        font-weight: normal; }

.embed-responsive-item {
  padding: 0 15px; }

.card-footer {
  background: rgba(0, 0, 0, 0.03); }
  .card-footer .row {
    margin-bottom: -20px; }
    .card-footer .row .col .btn.btn-next-prev:not(:first-child) {
      margin-left: 0.75em; }

.page-content-body .card .card-header .row {
  margin-bottom: -20px; }
.page-content-body .card .card-header h1, .page-content-body .card .card-header h2, .page-content-body .card .card-header h3, .page-content-body .card .card-header h4, .page-content-body .card .card-header h5 {
  margin: 0; }
.page-content-body .card .card-header .tutorial-info span {
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.85em;
  font-weight: bold;
  text-align: end; }
  .page-content-body .card .card-header .tutorial-info span a {
    font-weight: normal; }
.page-content-body .card .card-body {
  display: flex;
  flex-direction: column; }
  .page-content-body .card .card-body h1:first-child {
    padding-top: 0px; }
  .page-content-body .card .card-body h1 {
    font-size: 1.5em;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 25px; }
  .page-content-body .card .card-body h2 {
    font-size: 1.25em;
    font-weight: bold;
    padding: 10px 0; }
  .page-content-body .card .card-body h3 {
    font-size: 1em;
    font-weight: bold;
    padding: 5px 0; }
  .page-content-body .card .card-body img {
    max-width: 75%;
    margin: 0 auto;
    align-self: center;
    display: flex; }
  .page-content-body .card .card-body img.grow {
    max-width: 100%;
    height: 100%;
    object-fit: cover; }
  .page-content-body .card .card-body pre {
    max-width: 750px;
    width: 75%;
    align-self: center;
    margin: 10px 0 20px 0; }
  .page-content-body .card .card-body pre.tutorial {
    max-width: 95%;
    width: 100%; }
  .page-content-body .card .card-body .emphasis h3 {
    font-size: 1.5em; }
  .page-content-body .card .card-body .info-card-content .card-image {
    padding: 0 20px; }
    .page-content-body .card .card-body .info-card-content .card-image img {
      max-width: 100px; }
  .page-content-body .card .card-body .info-card-content .card-image-lrg {
    padding: 0 20px; }
    .page-content-body .card .card-body .info-card-content .card-image-lrg img {
      max-width: 300px; }
  .page-content-body .card .card-body .info-card-content .simple-install-instructions {
    width: 100%; }
    .page-content-body .card .card-body .info-card-content .simple-install-instructions li {
      padding: 5px 0; }
.page-content-body .card.tutorial .card-body pre {
  max-width: 100%;
  width: 100%;
  margin-top: 0; }

span.credit {
  font-style: italic;
  margin-top: 0.25rem;
  color: rgba(0, 0, 0, 0.75); }

a.anchor {
  display: block;
  position: relative;
  top: -105px;
  visibility: hidden; }

.jumbotron {
  position: relative;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.08);
  background-image: url("../images/fd-icon-lrg-faded.png");
  background-repeat: no-repeat;
  background-position: 90% 10%;
  background-size: 80%;
  padding-bottom: 1em; }

.jumbotron-content .content {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0.5em;
  padding: 10px; }
  .jumbotron-content .content .btn {
    margin: 0; }

.timeline-Footer {
  padding-bottom: 0; }

.info-card {
  height: 100%; }
  .info-card p {
    margin-bottom: -10px; }
  .info-card .translation-list p {
    margin-bottom: 5px; }

.empty-padding {
  min-height: 500px; }

.info-card-content {
  display: flex;
  justify-content: space-between; }
  .info-card-content p {
    margin-right: 1em; }

code {
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  border-radius: 0.25rem;
  padding: 1px 5px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(0, 0, 0, 0.03);
  color: rgba(0, 0, 0, 0.75);
  margin: 0 0.125rem;
  font-weight: bold; }

pre code {
  padding: 10px;
  font-weight: normal; }

.control-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  margin-top: 20px;
  margin-bottom: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px; }
  .control-buttons a.btn-outline-primary:not(:hover) {
    background: white; }

#admin-tool-title {
  margin-bottom: 0px; }

#logo {
  display: flex;
  flex-direction: row;
  align-items: flex-start; }

#logo-tag-line {
  width: 200px; }

#version-number {
  font-size: 0.5em; }

#navigation {
  height: 100%; }

.scroll-padding {
  height: 100px;
  min-height: 100px; }

.admin.control-buttons {
  border-radius: 0px; }

.control-buttons a.btn {
  margin-left: 0.25em; }

.fixed {
  position: fixed; }

.sidebar {
  padding-right: 0; }

.list-group {
  padding-bottom: 10px; }
  .list-group a.list-group-item-action:not(.active) {
    color: #007bff; }
    .list-group a.list-group-item-action:not(.active):hover {
      color: #0061c9;
      text-decoration: underline; }
    .list-group a.list-group-item-action:not(.active).disabled, .list-group a.list-group-item-action:not(.active).disabled:hover {
      color: gray;
      text-decoration: none; }
  .list-group .section-header {
    background-color: rgba(0, 0, 0, 0.03);
    color: rgba(0, 0, 0, 0.75);
    font-weight: bold; }
  .list-group .section-header.collapsed {
    border-radius: .25rem; }
  .list-group .list-group-item {
    padding: 0.7em 1em; }

.list-group:last-child {
  padding-bottom: 0; }

.expand-collapse-text {
  font-weight: bold;
  font-size: 0.8em; }

.buttonHolder {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.clickable {
  cursor: pointer; }

#share-modal {
  margin-bottom: 10%; }

.social-share-icons img {
  cursor: pointer;
  max-width: 50px;
  height: 50px;
  object-fit: cover;
  opacity: 0.8; }
  .social-share-icons img:hover {
    opacity: 1; }

#share-url {
  border-color: #007bff;
  background-color: white;
  color: black; }

.content-nav-buttons a {
  min-width: 95px; }

/* Home Page */
#globe-icon {
  margin-top: -1em;
  margin-right: 0.5em;
  color: #c2c2c2; }

#translation-info {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9, for an aspect ratio of 1:1 change to this value to 100% */ }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* Accounts */
div.auth-form {
  margin-top: 5%; }
  div.auth-form div.alert {
    width: 100%;
    text-align: center; }

form.login-form {
  width: 100%; }

div.auth-row {
  min-width: 280px; }

/* Documentation */
/* Buttons */
a.btn.btn-share {
  background-color: #ff6f00;
  color: white; }
  a.btn.btn-share:hover {
    color: white;
    background-color: #e86500; }

.hover-red:hover {
  color: brown; }

.hover-blue:hover {
  color: #007bff; }

/* Icons */
i.lrg {
  font-size: 5.25rem; }

span.push-right, i.push-right {
  margin-left: 5px; }

span.push-left, i.push-left {
  margin-right: 5px; }

i.white {
  color: white; }

a i.white {
  opacity: 0.8; }

a i.white:hover {
  opacity: 1; }

i.black {
  color: black; }

a i.black {
  opacity: 0.8; }

a i.black:hover {
  opacity: 1; }

i.wrapped {
  font-size: 3em; }
  i.wrapped.float-left {
    margin: 0 0.2em -0.2em 0; }
  i.wrapped.float-right {
    margin: 0 0.2em -0.2em 0.2em; }

ul.no-styling {
  list-style-type: none;
  margin: 0;
  padding: 0; }

table.table .inactive {
  background-color: #f6f6f6; }
table.table tr.clickable:hover {
  text-decoration: underline; }

/*# sourceMappingURL=default.css.map */
