﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
.display-5 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
}
a.navbar-brand {
  position: relative;
  white-space: normal;
  text-align: center;
  word-break: break-all;
  padding-left: 45px;
}
a.navbar-brand > img {
  position: absolute;
  top: 0;
  left: 0;
}
/* Provide sufficient contrast against white background */
a {
  color: chocolate;
}
.btn-primary {
  color: #fff;
  background-color: chocolate;
  border-color: chocolate;
}
.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover {
  background-color: chocolate !important;
  border-color: chocolate !important;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}
button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
  /* Vertically center the text there */
  z-index: 1;
}
.hidden {
  display: none;
}
#form-container {
  background-color: #f9e9dd;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  justify-content: center;
}
#form-container h3 {
  font-size: 1rem;
  color: #888;
}
#form-container .paging {
  margin-top: 15px;
  margin-bottom: 50px;
  font-size: 1.1rem;
  color: #999;
}
.form-panel {
  background-color: #fff;
  color: #444;
  width: 900px;
  max-width: 100%;
  min-height: 350px;
  max-height: 100%;
  overflow-y: auto;
  border-radius: 6px;
  padding: 50px;
  position: relative;
}
@media (max-width: 767.98px) {
  .form-panel {
    padding: 30px;
    width: 100%;
    max-width: 100%;
  }
}
.form-panel > .form-panel-header h1,
.form-panel > .form-panel-header h2 {
  text-align: center;
}
.form-panel > .form-panel-content p {
  text-align: center;
  font-size: 1.1rem;
}
.form-panel > .form-panel-content p.text-lg {
  font-size: 1.3rem;
}
.form-panel > .form-panel-content input {
  font-size: 1rem;
  cursor: pointer;
}
.form-panel > .form-panel-footer {
  text-align: center;
  margin-top: 50px;
}
.form-panel > .form-panel-footer .btn,
.form-panel > .form-panel-footer button {
  background-color: #4c4c4c;
  font-family: 'Segoe UI';
  color: #fff;
  align-self: center;
  text-align: center;
  min-width: 115px;
  font-size: 1.1rem;
  padding: 6px 15px;
}
.form-panel > .form-panel-footer .btn:last-child,
.form-panel > .form-panel-footer button:last-child {
  background-color: chocolate;
}
.form-panel > .form-panel-footer .btn.btn-lg,
.form-panel > .form-panel-footer button.btn-lg {
  font-size: 1.3rem;
  padding: 10px 25px;
}
.th-sm {
  width: 120px;
}
.note-asterix {
  color: chocolate;
  font-weight: bold;
}
.task-table label {
  margin-top: 10px;
  margin-bottom: 0;
  cursor: pointer;
  word-break: break-word;
}
.task-table [type="checkbox"]:focus {
  outline: none;
  box-shadow: none;
}
.task-table td:first-child {
  min-width: 160px;
}
#toc_container ul {
  padding-left: 20px;
}
#toc_container li,
#toc_container ul li {
  list-style: circle;
}
#entries-table {
  max-height: 750px;
}
.card-header {
  cursor: pointer;
}
.accordion-title {
  position: relative;
}
.accordion-title > .text {
  display: inline-block;
  font-weight: normal;
  padding-right: 30px;
}
.accordion-title > .badges {
  position: absolute;
  right: 0;
  top: 0;
}
.badge-primary {
  background-color: chocolate;
}
.text-italic {
  font-style: italic;
}
.tile {
  display: block;
  background-color: chocolate;
  color: #fff;
  text-align: center;
  padding: 30px;
  border-radius: 5px;
  text-decoration: none;
  height: 100%;
  margin: 0 15px;
}
.tile:hover {
  text-decoration: none;
  color: #fff;
  filter: brightness(125%);
}
.tile .tile-icon {
  margin-bottom: 20px;
}
.tile .tile-name {
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  margin-bottom: 10px;
}