:root{
	--primary: #C9A854;
	--primarylight: #ddc075;
	--primarydark: #91793d;
}

/* Admin Side */
.admintable input[type="text"],
.admintable input[type="password"],
.admintable input[type="number"],
.admintable input[type="search"],
.admintable input[type="email"],
.admintable input[type="url"],
.admintable textarea,
.admintable select {
  box-sizing: border-box;
  width: 100%;
  font-family: inherit;
  color: black;
  line-height: 1;
  padding: 5px; }

.admintable .double:after,
.admintable .triple:after,
.admintable .address:after {
  content: '';
  clear: both;
  display: block; }

.admintable .double > div {
  float: left;
  width: 49%; }

.admintable .double > div:nth-child(2n-1) {
  margin-right: 2%; }

.admintable .double > div:nth-child(2n) {
  margin-left: 0; }

.admintable .triple > div {
  float: left;
  width: 32%; }

.admintable .triple > div:nth-child(2) {
  margin: 0 2%; }

.admintable .address > div {
  float: left; }

.admintable .address > div:nth-child(1) {
  width: 48%; }

.admintable .address > div:nth-child(2) {
  width: 20%;
  margin: 0 2%; }

.admintable .address > div:nth-child(3) {
  width: 28%; }

.admintable label {
  text-align: left;
  display: block; }

.admintable label.inline {
  display: inline-block; }

.admintable label .example {
  float: right;
  color: #900; }

.admin-login {
  width: 100%;
  margin: 0 auto; }
  @media (min-width: 576px) {
    .admin-login {
      width: 50%; } }

.admin-login label {
  display: block;
  margin-bottom: 5px; }

.admin-login input {
  display: block;
  border: 1px solid #cccccc;
  width: 100%;
  margin-bottom: 1rem;
  width: 100%;
  font-size: 18px;
  padding: 1rem; }

.admin-login input[type=submit] {
  background: #980539;
  color: #fff; }

.admin-search,
.pagination,
.admin-pagination {
  display: block;
  text-align: center; }

.admintable {
  width: 100%;
  border: 1px solid black;
  background: #fff;
  margin: 0 auto;
  border-collapse: collapse;
  letter-spacing: normal; }

.admintable td {
  padding: 3px; }

.admintable2 {
  background: #EFEFEF;
  border: 1px solid black;
  border-collapse: collapse; }

.admintable2 td {
  padding: 2px; }

.adminheader {
  background: #980539; }

.adminheader25 {
  background: #980539; }

.adminheadertext {
  color: #fff;
  text-align: left;
  font-weight: bold;
  font-size: 1rem; }

.adminheadertext a:link,
.adminheadertext a:visited {
  color: #ff9; }

.adminheadertext a:hover,
.adminheadertext a:active,
.adminheadertext a:focus {
  color: #ff9; }

.adminheadertext a img {
  vertical-align: text-bottom;
  padding: 0;
  border: 0; }

.adminlable {
  background: #980539;
  color: #fff;
  text-align: center; }

.adminlable a:link,
.adminlable a:visited {
  color: #ffc; }

.adminlable a:hover,
.adminlable a:active,
.adminlable a:focus {
  color: #ff0; }

.adminlable2 {
  color: #262626;
  font-weight: bold;
  text-align: left;
  font-size: 1rem; }

.adminlable3 {
  color: #262626;
  text-align: left;
  font-size: 1rem; }

.adminempty {
  font-weight: bold;
  color: #262626;
  text-align: left;
  font-size: 1rem; }

.adminlist {
  color: #262626;
  text-align: center;
  font-family: 'Helvetica',Arial,sans-serif,sans; }

.adminlist a:link {
  color: #262626; }

.adminlist a:visited {
  color: #262626; }

.adminlist a:hover {
  color: #980539; }

.adminlist a:focus {
  color: #262626; }

.adminlistsubheader {
  background: #9ec2ff;
  font-weight: bold;
  color: #262626; }

.adminlistsubheader2 {
  background: #ccdfff;
  font-weight: bold;
  color: #262626; }

.adminlistrow:nth-child(even) {
  background: #EFEFEF; }

.adminlistrow:nth-child(odd) {
  background: #fff; }

.AdminAltListRow1 {
  background: #EFEFEF; }

.AdminAltListRow2 {
  background: #fff; }

.adminmanagelinks {
  display: inline-flex;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: .5em;
  aspect-ratio: 1;
  width: 2rem;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.1);
  transition: background 250ms; }
  .adminmanagelinks:hover, .adminmanagelinks:active, .adminmanagelinks:focus {
    background: #262626; }

.admincalendarheader {
  background: #6c8b3b;
  border-bottom: 1px solid black;
  border-left: 1px solid white;
  border-top: 1px solid white;
  border-right: 1px solid black;
  color: #fff;
  font-weight: bold; }

.admincalendarblank {
  background: #e2eec8;
  border-bottom: 1px solid black;
  border-left: 1px solid white;
  border-top: 1px solid white;
  border-right: 1px solid black; }

.admincalendarblank2 {
  border-bottom: 1px solid black;
  border-left: 1px solid white;
  border-top: 1px solid white;
  border-right: 1px solid black; }

.admincalendarday {
  background: #fff;
  border-bottom: 1px solid black;
  border-left: 1px solid white;
  border-top: 1px solid white;
  border-right: 1px solid black; }

.admincalendarday2 {
  background: #6c8b3b;
  border-bottom: 1px solid black;
  border-left: 1px solid white;
  border-top: 1px solid white;
  border-right: 1px solid black;
  color: #fff; }

.adminintrotext {
  text-align: left;
  color: #262626;
  margin: 0 2% 0px 2%; }

/* Admin Display - New */
.admin-center {
  text-align: center; }

.admin-details {
  background: #fff;
  color: #000;
  border: 1px solid #000;
  padding: .25rem;
  text-align: left;
  margin-bottom: 1rem; }

.admin-details-body {
  background: #f3f3f4;
  color: #000;
  border: 1px solid #000; }

.admin-details-body > div {
  padding: .25rem; }

.admin-details__title {
  font-size: .875rem;
  padding: .25rem;
  font-weight: bold; }

.admin-details__header {
  background: #002a12;
  color: #fff;
  font-weight: bold;
  padding: .25rem; }

.admin-details__header::after {
  content: '';
  clear: both;
  display: block; }

.admin-details__header button {
  float: right; }

.admin-details div.inline > div {
  display: inline-block; }

.admin-details div.inline > div label {
  display: inline; }

.admin-details div.inline > div label input {
  display: inline;
  width: auto; }

.admin-details-group {
  display: flex; }

.admin-details-label {
  flex-grow: 1;
  flex-basis: 0; }

.admin-details-input {
  flex-grow: 4;
  flex-basis: 0; }

.admin-details-input input[type="text"],
.admin-details-input input[type="password"],
.admin-details-input input[type="number"],
.admin-details-input input[type="search"],
.admin-details-input input[type="email"],
.admin-details-input input[type="url"],
.admin-details-input input[type="tel"],
.admin-details-input textarea {
  width: 100%; }

.admin-details label {
  width: 100%;
  text-align: left;
  font-weight: bold; }

.admin-details label input[type="text"],
.admin-details label input[type="password"],
.admin-details label input[type="number"],
.admin-details label input[type="search"],
.admin-details label input[type="email"],
.admin-details label input[type="url"],
.admin-details label input[type="tel"],
.admin-details label textarea {
  flex-grow: 1;
  width: 100%; }

.admin-list {
  display: table;
  width: 100%;
  border: 1px solid #000;
  margin: 0 0 1.5rem;
  background: #fff;
  color: #000; }

.admin-list__header {
  background: #002a12;
  color: #fff; }

.admin-list__header, .admin-list__item {
  display: table-row; }

.admin-list__header > div, .admin-list__item > div {
  display: table-cell;
  padding: 2px; }

.admin-list__item:nth-child(odd) {
  background: #ddd2ce; }

.admin-list__item a:link, .admin-list__item a:visited {
  color: #002a12; }

.admin-list__item a:hover, .admin-list__item a:active, .admin-list__item a:focus {
  color: #000; }

.admin-list__order {
  width: 65px; }

.admin-list__status {
  width: 65px;
  white-space: nowrap; }

.admin-list__action {
  width: 65px;
  white-space: nowrap; }

.admin-list__subheader {
  display: table-row;
  position: relative;
  height: 2em;
  transform: scale(1);
  font-size: 16px; }

.admin-list__subheader > div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 1;
  background: #9EC2FF;
  text-align: left;
  padding: .5em 1em;
  font-weight: bold; }

/* Admin Menu */
ul.admin-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block; }
  ul.admin-menu a {
    display: flex;
    align-items: center;
    gap: .5em;
    padding: .25em .5em;
    border-radius: .5em;
    transition: background 250ms; }
    ul.admin-menu a:link, ul.admin-menu a:visited {
      background: var(--primary);
      color: #fff; }
    ul.admin-menu a:hover, ul.admin-menu a:active, ul.admin-menu a:focus {
      background: var(--primarydark);
      color: #fff; }
    ul.admin-menu a.admin-logout:link, ul.admin-menu a.admin-logout:visited {
      background: rgba(0, 0, 0, 0.25);
      color: #fff; }
    ul.admin-menu a.admin-logout:hover, ul.admin-menu a.admin-logout:active, ul.admin-menu a.admin-logout:focus {
      background: var(--primarydark);
      color: #fff; }
    ul.admin-menu a.admin-settings:link, ul.admin-menu a.admin-settings:visited {
      background: rgba(0, 0, 0, 0.5);
      color: #fff; }
    ul.admin-menu a.admin-settings:hover, ul.admin-menu a.admin-settings:active, ul.admin-menu a.admin-settings:focus {
      background: var(--primarydark);
      color: #fff; }
  ul.admin-menu > li {
    font-weight: bold;
    background: rgba(0, 0, 0, 0.125);
    padding: .5em 1em;
    border-radius: .5em;
    margin-bottom: 1em; }
    ul.admin-menu > li > ul {
      display: grid;
      gap: 1em;
      grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
      padding: 0;
      margin: 0;
      list-style: none; }

/* Admin Bar */
.admin-bar {
  background: #000;
  color: #fff;
  text-align: left;
  padding: .5em 1em; }

.admin-bar a:link,
.admin-bar a:visited {
  color: #fff; }

.admin-bar a:hover,
.admin-bar a:active,
.admin-bar a:focus {
  color: #ff6; }

.admin-bar a img {
  vertical-align: top; }

a.admin-bar-logout {
  float: right; }

.admin-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1em; }
.admin-form {
  letter-spacing: normal; }
  .admin-form label {
    display: block; }
    .admin-form label.inline {
      display: inline-block; }
    .admin-form label input:not([type=checkbox]):not([type=radio]),
    .admin-form label textarea,
    .admin-form label select {
      display: block;
      width: 100%;
      margin-bottom: 1em;
      font-size: 1.125em;
      padding: .5em 1em;
      border: 1px solid #999; }
.admin-search {
  text-align: center;
  margin: .5em 0; }
.admin-pagination {
  text-align: center;
  margin: 1em 0; }
  .admin-pagination a {
    display: inline-block;
    padding: 0 .5em;
    background: #f5f5f5;
    line-height: 1.75;
    border: 1px solid #ccc;
    border-radius: 3px; }
    .admin-pagination a:hover {
      background: #335B76;
      color: #fff;
      text-decoration: none; }
    .admin-pagination a.curPage {
      background: var(--primary);
      color: #fff; }

@media (max-width: 767px) {
  .admintable .nomobile {
    display: none; } }
