
.with-toc {
  width: 118%;
}

#toc-right {
  padding: 20px;
  width: 15%;
  font-size:0.8em;
}
#toc-right ul {
  list-style: none;
  padding: 0;
}
#debug-aqua {
  padding: 20px;
  background-color: aqua;
  border: 1px solid black;
  width: 15%;
}
.navbar {
  background-color: #f0efee;
  margin: 0px;
  padding: 0px;
}

.navbar:hover {
  background-color: #f9f7f6;
}

.sidebar-nav {
    margin-top: 20px;
    padding: 0;
    width: 50px;
    list-style: none;
}

#toc-sidebar {
  padding: 20px;
  font-size: 0.9em;
  background-color: white;
}

#toc-sidebar ul {
  list-style: none;
  padding: 0;
  background-color: white;
}

fieldset {
    border: 2px groove;
    width: 600px;
    margin: 5px;
    padding: 12px;
}


legend {
  color: green;
  font-weight: bold;
}


.field-section {
    margin: 15px;
    padding: 10px;
  }
.field-pair {
    background-color: #f9f7f6; 
    margin: 5px;
    padding: 5;
  }


  /* set a max-width for horizontal fluid layout and make it centered */
.container-fluid {
  max-width:1200px; /* 1200px or 960px */
}

.maroon-header-background {
  background-color: #7a0019;
  width: 100%;
  height: 68px;
  position: absolute;
  top: 0px;
}

#umnhf-h-logo {
  border-bottom: none;
  margin-left: 20px;
}
#umnhf-h-ql {
  position: absolute;
  top: 8px;
  right: 10px;
}

#umnhf-h-ql li {
  margin: 0 0 0 1.25em;
  padding: 0;
}

#umnhf-h-ql li a {
text-decoration: underline;
}

#umnhf-h.umnhf {
  font-size: 0.778em;
}
@media (min-width: 775px) {
  .gsc-control-searchbox-only {
    position: relative;
    top: 0px;
    right: -70px;
    margin-top: 2px;
    max-width: 200px;
  }
}


.gsc-search-button {
 max-height:20px;
}

#umnhf-alt.umnhf {
  min-height: auto;
}

#umnhf-alt-sn {
  padding: 0px;
}


body {
  scrollbar-gutter: stable;
}

.nav {
  text-align: start;
  position: static;
  z-index: auto;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  visibility: visible;
  float: none;
  clear: none;
  overflow: visible;
  width:1200px;
  min-width: 0;
  max-width: none;
  height: auto;
  min-height: 0;
  max-height: none;
  margin: 0 auto;
  padding: 10px;
  text-align: left;
  white-space: normal;
  text-decoration: none;
  text-indent: 0;
  letter-spacing: normal;
  text-transform: none;
  border: none;
  background: none;
  font-family: 'Open Sans', sans-serif;
  background-color: #f0efee;
  line-height: 2rem;
}

.grey-nav {
  margin: 0;
  padding: 0;
  display: flex;
  background-color: #f0efee;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  line-height: 2.5;
}
.main-nav {
  margin: auto;
  padding: 0;
  padding-left: 10px;
  list-style: none;
  font-size: 1em;
  font-family: 'Open Sans', sans-serif;
  display: flex;
  background-color: #f0efee;
  width:1200px;
  line-height: 2.5;
}
.main-nav ul {
  padding: 0px;
}
.main-nav a {
  padding: 0.1em .5em;
  margin: -0.2em;
  display: block;
  color: black;
  text-decoration: none;
  font-weight: 500;
  border: none;
  line-height: 2.5;
}

.main-nav a.current-page {
  font-weight: 500;
  background-color: #d5d6d2;
  line-height: 2.5;
}
.main-nav a:hover.current-page {
  color: #7a0019;
  line-height: 2.5;
}

.main-nav a:hover:not(.current-page) {
  background-color: #f9f7f6;
  line-height: 2.5;
}

.push {
  color: green !important;
  margin-left: auto;
}


.breadcrumb {
  display: block;
  margin: auto;
  margin-top: 5px;
  padding: 0 0.5rem;
  max-width:1200px;
}
.breadcrumb ol {
  background: none;
  display: flex;
  margin: 0;
  position: relative;
  list-style: none;
}
.breadcrumb ol il {
  display: inline-block;
  font-size: 0.78em;
}


.breadcrumb a {
  color: #777677;
  text-decoration: none;
  transition: color 500ms ease-in-out;
  border-bottom: 1px solid #777677;
  font-weight: 400;
  vertical-align: top;

}

.breadcrumb li:not(:last-child)::after {
  font-size: 1em;
  font-weight: 700;
  color: #777677;
  content: ">";
  font-style: normal;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  top: 0.1em;
}



.folwell-main-body {
  color: #333;
  font-family: "Open Sans", sans-serif;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  margin-bottom: 1.33em;
  max-width:1200px;
  padding: 0;
}
.folwell-main-body h2 {
  text-align: center;
  color: #7a0019;
}

#folwell-main-body p {
  color: #5a5a5a;
  font-family: "Open Sans", sans-serif;
  font-size: 1.125em;
  font-weight: 400;
  margin-bottom: 1.33em;

}


.spaced-list {
  line-height: 2;
  list-style: none;
  padding-left: 0px;
}

.spaced-dlist {
  line-height: 2;
}

.spaced-dlist dt a {
  color: #7a0019;
  border-bottom: none;
  font-weight: 600;
  padding: 0.2em;
}


.spaced-dlist dt a:hover {
  border-bottom: 1px solid #7a0019;
  background-color: rgba(51,51,51,0.15);
}

.spaced-dlist dt a:focus {
  border-bottom: 1px solid #7a0019;
  background-color: #ffcc33;
}

.spaced-dlist dd {
  margin-bottom: 15px;
  margin-left: 20px;
}

.page-title {
  border-bottom: solid 2px #ddd;
  padding-bottom: 0.5em;
  font-size: 2em;
  font-weight: 400;
  margin: 0.5em 0 0.5em;
  color: #333;
  line-height: 1.35;
}

.section-title {
  margin: 0.87em 0 0.78em;
  color: #7a0019;
  font-weight: 400;
  font-size: 1.66em;
  line-height: 1.25;
}
.profile {
  float: right;
  box-shadow: 0 4px 8px 0 #f0efee;
  width: 100px;
  border: 0.2px solid #5b0013;
  text-align: center;
}

.list-title {
  font-size: 1.25em;
}

.wordy-table {
  table-layout:auto;
  font-size: 0.7em;
}
#formset_table {
  table-layout:auto;
  width: 100%;
  font-size: 0.7em;
}

.grid-wrapper {
  display: grid;
}

.one-col-even {
  margin: auto;
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  max-width: 85%;
}

.two-col-even {
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  gap: 10%;
}
.three-one-col {
  padding: 20px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 20px;

}
.four-col-even {
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}


.card {
  margin: 5px;
  background-color: #f0efee;
}

.card-large {
  margin: 5px;
  background-color: #f0efee;
}


.card-subtle {
  margin: 5px;
}

.card-large-subtle {
  margin: 5px;
}

.card-body {
  padding: 30px;
}


.card h2 {
  text-align: center;
  color: #7a0019;
}
.card-body ul {
  list-style: none;
  padding-left: 10px;
}

.card .container {
  padding: 16px;
  padding-top: 0px;
  background-color: #f0efee;
}


.card-shadow {
  box-shadow: 0 4px 8px 0 #f0efee;
  max-width: 90%;
  margin: 5px;
  background-color: #f0efee;
}
.card-body-shadow {
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  margin-top: 30px;
  padding: 50px;
}


.cardcontainer {
  display: flex; /* Make the container a flex container */
  margin-top: 3em;
  align-items: center; /* Vertically center the items */
}

.cardfigure {
  /* Styling for your figure */
  width: 100%;
}

.auth-box {
  border: 1px solid #7a0019;
  padding: 25px;
  background-color: #f9f7f6;
}
.auth-box2 {
  border: 1px solid #ffcc33;
  padding: 15px;
  width: 70%;
  margin-left: 5%;

}

.staff-box {
  border: 1px solid #7a0019;
  padding: 15px;
}

.hr-maroon {
  border-bottom: 1px solid #7a0019;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0;
}
.hr-grey {
  border-bottom: 4px solid #5a5a5a;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0;
}
.hr-gold {
  border-bottom: 1px solid #ffb71e;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0;
}

.site-identity {
    background: #fff;
    margin: 0 auto;
    padding: 1em;
    z-index: 500;
}

.folwell-identity {
  padding: 0 0 0 13px;
  border-left: 5px solid #FFB152 !important;
}

@media (min-width: 30em) {
  .site-identity .sitename {
    margin: 0 0 2px 0;
  }
}

@media (min-width: 60em) {
  .site-identity .sitename {
    font-size: 1.4444 em;
    line-height: 1.142;
  }
}

.site-identity .sitename {
  font-size: 26px;
  font-weight: 600;
}

.site-identity .sitename a {
  color: #7a0019;
  border: none;
  text-decoration: none;
}

.bgmar {
  position: relative;
  min-height: 64px;
  margin: 0 auto;
  background: #7a0019;

}

.wide_table {
  width: 1700px;
  margin-left: -300px;
  overflow: scroll;
}
.small_table {
  font-size: 10px !important;
  margin: 0;
  padding: 0;
  border: solid black 1px;
}

.small_table .form-control {
  font-size: 10px;
}

.small_text {
  font-size: .75rem;
}

.radio-no-box {
  background-color: aqua;
  border: 5px solid red;
}

.logout-button {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: -3px;
  margin-bottom: 0px;
  text-underline-offset: 5px;
  color: black;
  font-family: 'Open Sans', sans-serif;
  /*--bs-btn-padding-y: -1rem; 
  --bs-btn-padding-x: .1rem; 
  --bs-btn-font-size: .7rem;*/
}

#col1, #col2 {
  text-align: center !important;
}


.sw-list li {
  padding-left: -15px;
  padding-bottom: 0px;
  margin-left: -25px;
  list-style: none;
}


.sw-list li p {
  padding-left: 15px;
  font-size: 0.9em;
}

.card .sw-card-list {
  background-color: white;
  border-color: #5b0013;
  color: #333333;
}
.card .sw-card-list a, card-body sw-card-list a {
  text-decoration: none !important;

}

.scrollable-div {
  width: 1600px; /* Set a fixed width for the div */
  height: 800px;
  border: 1px solid black;
  margin-left: -250px;
  overflow-x: auto; /* Add horizontal scrollbar only when needed */
  white-space: nowrap; /* Prevent text from wrapping */
}

.wide-table-div {
  width: 1800px; /* Set a fixed width for the div */
  margin-left: -250px;
  font-size: 0.9em;
}

.wide-table-div table {
  border-collapse: separate;
  border-spacing: 0;
}

.wide-table-div th {
      position: sticky;
      top: 0;
      background-color: #f0f0f0; /* Add a background color for visibility */
      border-bottom: 1px solid #5b0013;
      z-index: 1; /* Ensure the header appears above other content */
    }

.file-compact ul {
  font-size: 0.85em;
  margin: 0px; 
  padding: 0px;
  line-height: 14px;
}

.file-compact ul {
  list-style-type: "-";
  font-size: 0.8em;
  margin: 0px; 
  padding: 0px;
  line-height: 14px;
}

.form-row-border {
  border-bottom: 1px solid #5b0013;
  font-size: 0.9em;
  padding: 5px;
  margin: 5px;
  width: 1600px; /* Set a fixed width for the div */
  margin-left: -150px;
}

.form-row-element {
  display: flex;
  padding: 2px;
  margin: 2px;
  background-color: aqua;
}


[id^="div_id_form-"][id$="-version"] legend {
  width: 50px;
}

label[for="id_form-0-display_name"] {
  width: 50px;
  background-color: aqua;
}

.file-table {
  width: 1600px; /* Set a fixed width for the div */
  margin-left: -150px;
  font-size: 0.8em;
}
.file-table th {
      position: sticky;
      top: 0;
      background-color: #f0efee; /* Add a background color for visibility */
      border-bottom: 2px solid #5b0013;
      z-index: 1; /* Ensure the header appears above other content */
    }

.file-table .th[for="id_form-0-display_name"] {
  width: 50px;
  background-color: aqua;
}


.file-table input {
  font-size: 1em;
}


.file-name-width {
  width: 15%;;
}
.file-check-width {
  width: 3%;
}
.file-delete-width {
  width: 2%;
  color: red !important;
}

.file-delete-checkbox input[type="checkbox"] {
  border: 2px solid red; /* Sets a 2px solid red border */
}
.file-delete-text {
  color: red;
}

.file-date-width {
  width: 5%;
}
.file-other-width {
  width: 5%;
}

.full-width-checkboxes .fs-6{
    width: 100% !important;
}



.accordion .accordion-icons {
  padding-left: 2.2em;
}

.accordion .accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 6px 0 0 0;
  padding: 1em 1em 1em 2.3em;
  min-height: 0;
  font-size: 100%;
  background-color: #ddd !important;
  border-radius: 0;
  border: none;
}


.accordion {
  margin-bottom: 2rem;
  border-radius: 0;
  --bs-accordion-border-color: white;
}
.accordion h3 {
  background-color: #ffcc33;
  color: #333333;
  cursor: pointer;
  font-size: 1.71098rem;
  margin: 0.666em 0;
  line-height: 1rem;
  outline: none;
  padding: 0.5rem 0.5rem 0.5rem 2rem;
  position: relative;
  text-transform: none;
  transition: all 0.3s ease-in-out;
  letter-spacing: 0.025em;
  line-height: 1.44em;
  font-weight: 400;
}
.accordion h3:hover, .accordion h3:focus, .accordion h3.active {
  background-color: #ffd75f !important;
}
.accordion h3 .arrow {
  font-size: 1.25rem;
  content: "+";
  left: 0;
  line-height: 1.9rem;
  position: absolute;
  text-align: center;
  top: 0;
  transition: all 0.5s ease-in-out;
  width: 2rem;
  top: 23%;
  left: 0.3em;
}
.accordion button.open h3 .arrow {
  transform: rotate(-225deg);
  line-height: 2rem;
  padding-left: 0.1rem;
  font-weight: 600;
  font-size: 1.4rem;
  left: 0.3em;
}

.accordion .accordion-content {
  padding: 1.25em;
  border-top: 0;
  overflow: auto;
  border-radius: 0;
  margin-bottom: 6px;
}
.accordion .accordion-content h2, .accordion .accordion-content h3, .accordion .accordion-content h4, .accordion .accordion-content h5, .accordion .accordion-content h6 {
  margin-top: 0;
  margin-bottom: 15px;
}

h3.accordion-header a, h3.accordion-header a:link {
  color: #333333;
  border-bottom: none;
}
h3.accordion-header a:hover, h3.accordion-header a:link:hover {
  background: none;
}

.accordion button {
  background-color: transparent; 
  padding: 0;
  margin: 0;
  text-align: left;
  border: none;
  line-height: 1em;
  width: 100%;
  border-radius: 10px;
}

.my-custom-checkbox {
  border: 1px solid #7a0019;
}

.fix-radio-field fieldset {
  padding: 8px 15px;
  border: none;
  border-radius: 5px; 
  display: block;
  width: 100%;
  }

.fix-radio-field .form-check-input {
  border: 1px solid #7a0019;
}

.highlight-box {
  background-color: #f9f7f6;
  padding: 15px;
  margin-bottom: 20px;
  width: 95%
}

.fieldset-75 {
  width: 75% !important;
}