/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 *= require_tree .
 *= require_self
 */
/* line 2, ../sass/_sortable.sass */
table[data-sortable] {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 6, ../sass/_sortable.sass */
table[data-sortable] th {
  vertical-align: bottom;
  font-weight: bold;
}

/* line 10, ../sass/_sortable.sass */
table[data-sortable] th, table[data-sortable] td {
  text-align: left;
  padding: 10px;
}

/* line 14, ../sass/_sortable.sass */
table[data-sortable] th:not([data-sortable=false]) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  cursor: pointer;
}

/* line 26, ../sass/_sortable.sass */
table[data-sortable] th:after {
  content: "";
  visibility: hidden;
  display: inline-block;
  vertical-align: inherit;
  height: 0;
  width: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent;
  margin-right: 1px;
  margin-left: 10px;
  float: right;
}

/* line 40, ../sass/_sortable.sass */
table[data-sortable] th[data-sorted=true]:after {
  visibility: visible;
}

/* line 43, ../sass/_sortable.sass */
table[data-sortable] th[data-sorted-direction=descending]:after {
  border-top-color: inherit;
  margin-top: 8px;
}

/* line 47, ../sass/_sortable.sass */
table[data-sortable] th[data-sorted-direction=ascending]:after {
  border-bottom-color: inherit;
  margin-top: 3px;
}

/* line 5, ../sass/sortable-theme-bootstrap.sass */
table[data-sortable].sortable-theme-bootstrap {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background: white;
}

/* line 12, ../sass/sortable-theme-bootstrap.sass */
table[data-sortable].sortable-theme-bootstrap thead th {
  border-bottom: 2px solid #e0e0e0;
}

/* line 15, ../sass/sortable-theme-bootstrap.sass */
table[data-sortable].sortable-theme-bootstrap tbody td {
  border-top: 1px solid #e0e0e0;
}

/* line 18, ../sass/sortable-theme-bootstrap.sass */
table[data-sortable].sortable-theme-bootstrap th[data-sorted=true] {
  color: #3a87ad;
  background: #d9edf7;
  border-bottom-color: #bce8f1;
}

/* line 23, ../sass/sortable-theme-bootstrap.sass */
table[data-sortable].sortable-theme-bootstrap th[data-sorted=true][data-sorted-direction=descending]:after {
  border-top-color: #3a87ad;
}

/* line 26, ../sass/sortable-theme-bootstrap.sass */
table[data-sortable].sortable-theme-bootstrap th[data-sorted=true][data-sorted-direction=ascending]:after {
  border-bottom-color: #3a87ad;
}

/* line 31, ../sass/sortable-theme-bootstrap.sass */
table[data-sortable].sortable-theme-bootstrap.sortable-theme-bootstrap-striped tbody > tr:nth-child(odd) > td {
  background-color: #f9f9f9;
}

:root {
  --bs-body-color: #5a5655;
}

html {
  height: 100%;
}

body {
  background-color: #FFEDDB !important;
  color: #3f3f3f !important;
  font-family: "Roboto", sans-serif;
  min-height: 100vh;
  height: 100%;
}

.bg-dk-brown {
  background-color: rgb(214.2727272727, 171, 127.7272727273);
}

.clearboth {
  clear: both;
}

#nav-spacer {
  height: 80px;
}

table tbody tr:not(.expired):hover {
  background-color: #efdecd;
}

.red-text {
  color: red;
  font-weight: bold;
  margin-top: 0.25rem;
  font-size: 1.25rem;
}

.faqs .accordion-body {
  background-color: #efefef;
}
.faqs .accordion-button:not(.collapsed) {
  color: #3f3f3f;
  font-weight: bold;
  background-color: #efdecd;
}

.nav-menu-heading {
  font-size: 0.8rem;
  font-weight: bold;
}

.offcanvas-body {
  padding: 0 1rem 1rem;
}

.offcanvas-header {
  padding: 1rem 1rem 0.5rem;
}

@media (max-width: 400px) {
  .site-name {
    display: none;
  }
}
@media (max-width: 480px) {
  .site-name {
    font-size: 1rem;
  }
}
@media (max-width: 430px) {
  .site-name {
    font-size: 0.8rem;
  }
}

#sidenav {
  border-right: 1px solid #dfdfdf;
  color: #3f3f3f;
  min-height: 100vh;
}
#sidenav ul.nav li.nav-menu-heading {
  margin-bottom: 1rem;
}
#sidenav ul.nav li.nav-item a.nav-link {
  color: #3f3f3f;
  padding: 0.75rem 0.25rem;
}
#sidenav ul.nav li.nav-item a.nav-link:hover {
  background-color: #efdecd;
}
#sidenav ul.nav li.nav-item a.nav-link.active {
  background-color: #efdecd;
}
