/*
**
** FüD - main.css
** (c)2024 Very3 Technology Consultants LLC
** ----------------------------------------------
** Author: Mark Page [mark@very3.net]
** Modified: Wed Nov 27 10:42:49 2024 -0600
** Version: 24.11.27.1042
**
*/

* {
  font-family: Nunito;
}

body, html {
  background-color: #404040;
}

body {
  margin-bottom: 40px;
}

h1, h2, h3, h4, h5, .uk-article-title a {
  color: #a0a0a0 !important;
  font-family: Outfit !important;
}

h5 {
  line-height: 3 !important;
  background-color: #202020;
  font-weight: normal;
  color: #808080;
  font-size: .8rem;
}

ul li::marker {
  color: #00cc00;
}

.item-bullet {
  color: #00cc00;
  padding: 0 4px 0 4px;
  vertical-align: text-bottom;
}

.card-button {
  border: 0 !important;
}


.round-corner {
  border-radius: 4px !important;
}

.fmod {
  float: right;
  text-align: right;
  font-size: .75rem;
  color: #505050 !important;
  line-height: 0;
  margin-top: 19px;
  position: absolute;
  bottom: 14px;
  right: 9px;
}

hr {
  width: 100%;
}

[id*='-error'] {
  color: red;
}


.section-header {
  text-align: left;
}
.section-header h4 {
  font-size: .9rem;
  margin-top: 10px !important;
  margin-bottom: 2px !important;
}


#recipe-detail-modal {
  padding: 0;
  height: 100%;
}


#recipe-detail-inner {
  background: #000;
}
#slot-detail-modal .modal-footer-left,
#recipe-editor .modal-footer-left,
#recipe-detail-modal .modal-footer-left {
  float: left;
}
#slot-detail-modal .modal-footer-right,
#recipe-editor .modal-footer-right,
#recipe-detail-modal .modal-footer-right {
  float: right;
}

.recipe-card {
  padding: 0 0 0 0 !important;
  background-color: #000;
}
.recipe-card .recipe-detail-toggle:hover {
  cursor: pointer;
}
#slot-detail-modal .uk-card-title,
.recipe-card .uk-card-title {
  font-size: 1.25rem;
  color: #00cc00 !important;
}
.recipe-card .uk-card-title span {
  margin: 0 0 0 0;
  padding: 0 3px 0 0;
  vertical-align: text-bottom;
  color: #00cc00;
}
.recipe-card .uk-card-header {
  padding: 10px 20px 0 20px;
  border: 0;
}
.recipe-card .uk-text-meta {
  font-size: 1rem;
  line-height: 1.3;
  color: #c0c0c0;
  margin-bottom: 0;
}
.recipe-card .uk-card-body {
  padding: 10px 10px;
}
.recipe-card ol, .recipe-card ul {
  padding-left: 20px;
}
.recipe-card li {
  font-size: 1rem;
  color: #b0b0b0;
}
.recipe-card ol li,
.recipe-card .notes li {
  margin-bottom: 5px;
  line-height: 1.25;
}
.recipe-card .uk-button {
  width: 120px;
  font-size: .8rem;
}
.recipe-card .uk-card-footer {
  border: 0;
  padding: 10px;
}
.recipe-card .card-button {
  padding: 0;
}
.recipe-card .card-button:hover {
  cursor: pointer;
  color: #fff;
}
.recipe-card .card-menu-left {
  float: left;
}
.recipe-card .card-menu-right {
  float: right;
}
.recipe-card .recipe-time {
  padding-top: 0;
  margin-top: 8px;
  color: #808080;
  font-size: .8rem;
}
.recipe-card .recipe-info {
  min-height: 120px;
}


.slot-card {
  background: #000;
}
.slot-card .uk-card-body {
  padding: 20px 40px 30px 40px;
}
#recipe-detail-modal .uk-modal-header,
#slot-detail-modal .uk-modal-header,
.slot-card .uk-card-header {
  border-bottom: 1px solid #505050;
  background: #00aa00;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #fff;
}
.slot-card .uk-card-title {
  color: #fff;
  font-size: 1.25rem;
}
.slot-card .side-click:hover,
.slot-card .slot-detail:hover,
.slot-card .entree-click:hover {
  cursor: pointer;
}


.uk-modal-dialog .recipe-card .uk-grid-column-small,
.uk-modal-dialog .recipe-card .uk-grid-small {
  margin-left: -30px;
}


.uk-accordion-title {
  font-size: 1.1rem;
  line-height: 1.4;
  color: #333;
}

.uk-modal-header,
.uk-modal-footer {
  border: 0;
}

.uk-open>.uk-modal-dialog,
.uk-open .uk-modal-footer {
  background-color: #202020;
  color: #a0a0a0;
}
.uk-open .uk-button {
  background-color: rgb(0,170,0);
  border: 1px solid rgb(0,170,0);
  color: rgb(220,220,220);
}
.uk-open .uk-modal-close {
  background-color: transparent;
  border: 1px solid rgb(0,170,0);
  color: rgb(220,220,220);
}


.scheduler-dialog {
  width: 100%;
  max-width: 500px !important;
}
.scheduler-dialog .uk-modal-title {
  font-size: 1.25rem;
  color: #a0a0a0;
}
.scheduler-dialog .slot-full {
  background-color: rgb(34,34,34);
  border: .5px solid rgb(134,134,134);
  color: rgb(134,134,134);
}
.scheduler-dialog .slot-half {
  background-color: rgb(0,80,0);
  border: .5px solid rgb(200,200,200);
  color: rgb(200,200,200);
}
.scheduler-dialog .slot-empty {
  background-color: rgb(0,170,0);
  border: .5px solid rgb(250,250,250);
  color: rgb(250,250,250);
}


.uk-lightbox-toolbar {
  background-color: rgba(0, 0, 0, 0.5);
}
.uk-lightbox-caption {
  font-weight: bold;
}
.uk-lightbox-items>*>* {
  width: 75vh !important;
  max-width: 75vh !important;
}


#settings-form .uk-input,
#settings-form .uk-select:not([multiple]):not([size]) {
  height: 36px;
  vertical-align: middle;
  display: inline-block;
  font-size: .8rem;
  text-align: center;
  padding: 0;
}


#warning-modal {
}
#warning-modal .uk-modal-header {
  background-color: #0f7ae5;
}
#warning-modal .uk-modal-title {
  font-size: 1.5rem;
  line-height: 1.3;
  color: #fff !important;
}


#top-growl {
  background-color: #fef4f6;
  text-align: center;
}
#top-growl .uk-alert {
  padding: 8px !important;
}
#top-growl .uk-alert-close {
  top: 14px !important;
}

#main-content {
  min-height: 750px;
  padding-bottom: 30px;
}

.popup {
  text-align: center;
  font-size: 24px;
}
.popup .uk-icon {
  color: #1e87f0;
  border
  margin: 0;
  border-radius: 100%;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  padding: 20px;
  background-color: transparent;
  display: inline-block;
  fill: currentcolor;
  line-height: 0;
}


.uk-heading-divider {
  padding-bottom: calc(5px + .1em);
  /*border-bottom: .5px solid #ecac00;*/
}

.uk-navbar-container {
  position: relative;
  z-index: 980;
  background-color: #202020 !important;
  /*height: 57px;*/
}
.uk-logo {
  font-size: calc(22px + (22 - 12) * ((100vw - 300px) / (1600 - 300)));
  border: 0;
  color: #000 !important;
  font-weight: 500;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
  background-color: #202020;
  user-select: none;
}
.uk-logo:hover {
  cursor: pointer;
}
.uk-logo .uk-icon {
}

#menu-container {
}
#menu-container .uk-nav-header {
  color: #b0b0b0;
  font-size: 1rem;
}
#menu-container .menu-item a {
  color: #b0b0b0;
}
#menu-container .menu-item:hover a {
  color: #f0f0f0 !important;
}

.uk-navbar-container .menu-icon {
  color: #fff !important;
}
.uk-navbar-container .search {
  margin: 10px 0 0 0;
}
.uk-slidenav {
  color: #fff;
}
.uk-card-media-left {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}
.uk-card-media-right {
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}
.uk-box-shadow-large {
  box-shadow: 0px 0px 135px rgba(200,200,200,.5);
}
.uk-list {
  padding: 0 0 0 15px;
  list-style: none;
  margin: 0 !important;
  font-size: 0.9rem;
  color: #a0a0a0;
}

*+.uk-grid-margin-small,
.uk-grid+.uk-grid-row-small,
.uk-grid+.uk-grid-small,
.uk-grid-row-small>.uk-grid-margin,
.uk-grid-small>.uk-grid-margin {
  margin-top: 8px;
}

.uk-tab>.uk-active>a {
  color: #00ff00;
  border-color: #00ff00;
}

.uk-input, .uk-button {
  border-radius: 4px;
}
.uk-select:not([multiple]):not([size]) {
  height: 38px !important;
}


@media (max-width: 1000px) {
  .slideshow-caption p {
    display: none !important;
  }
  .slideshow-caption h3 {
    font-size: 1rem !important;
  }
  #available-spaces .uk-card-media-left {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    border-bottom-left-radius: 0 !important;
  }
  .uk-logo {
    font-size: calc(25px + (18 - 12) * ((100vw - 300px) / (1600 - 300)));
    padding-top: 0;
    margin-left: 6px;
    margin-bottom: 0;
    padding-left: 0;
  }
  .uk-navbar-container {
    /*height: 71px;*/
  }
  .uk-lightbox-items>*>* {
    width: 80vw !important;
    max-width: 80vw !important;
  }
  .uk-open>.uk-modal-dialog {
    /*max-height: 100%!important;*/
    max-width: 100% !important;
  }
  .scheduler-dialog [class*=uk-child-width]>* {
    box-sizing: border-box;
    width: 50%;
  }
  .recipe-card .recipe-info {
    min-height: 150px;
  }
  .uk-modal-footer {
    padding: 12px 20px 16px 20px;
  }
}


.uk-offcanvas-bar {
  background-color: rgba(0,0,0,.75);
}


@media (min-width: 1000px) {
  .slideshow-caption p {
    display: inherit !important;
  }
  #available-spaces .uk-card-media-left {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
  }
  .uk-open>.uk-modal-dialog {
  }
}

.uk-section-secondary {
  background-color: #101010 !important;
}

.uk-card-secondary {
  background-color: #202020 !important;
  color: #fff;
  box-shadow: 0 5px 15px rgba(0,0,0,.08);
  padding: 25px 25px 25px 16px;
}
.uk-card-secondary.uk-card-hover:hover {
  background-color: #202020 !important;
  box-shadow: 0 14px 25px rgba(0,0,0,.16);
}

#waffle-button {
  margin: -12px 0 0 0;
  padding: 0 0 0 0;
}

#mobile-nav,
#desktop-nav {
  background-color: #202020;
}
#mobile-nav h1,
#desktop-nav h1 {
  color: #00ff00 !important;
  user-select: none;
}
#mobile-nav-inner,
#desktop-nav-inner {
  background-color: #202020;
  box-shadow: 0 4px 6px -6px rgba(0,0,0,.25);
  height: 72px;
}
#desktop-nav .uk-navbar-dropdown-nav .uk-nav-divider {
  border-top: 1px solid #606060;
}

.content-lower .icon {
  text-align: center;
}
.content-lower .uk-card {
  border-radius: 10px;
}
.content-lower .uk-icon {
  margin: 0;
  border: 2px solid #a0a0a0;
  border-radius: 100%;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  padding: 20px;
  background-color: transparent;
  display: inline-block;
  fill: currentcolor;
  line-height: 0;
}

.uk-switcher li {
  padding-bottom: 10px;
}

.uk-range {
  vertical-align: sub !important;
}

.footer {
  background-color: #101010 !important;
  height: 300px;
  padding: 20px;
}

#disclaimer {
  text-align: center;
  font-size: .7rem;
  color: #a0a0a0;
}

#main-slideshow ul {
  border-radius: 5px;
  margin-top: 20px;
}

.slideshow-caption {
  text-align: left !important;
  padding: 15px;
  background-color: rgba(0,0,0,.6)
}
.slideshow-caption h3 {
  margin-bottom: 0;
  color: rgba(250,250,250,1.0) !important;
}
.slideshow-caption p {
  padding: 0 !important;
  margin: 0 !important;
  text-align: left !important;
}

#main-lower {
  position: fixed;
  bottom: 0;
  width: 100%;
}

#copyright {
  color: #a0a0a0;
  font-size: .8rem;
  text-align: center;
  padding: 15px;
  background-color: #000;
}
#copyright a {
  color: #a0a0a0;
}


.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
  margin: 5px auto 25px auto;
}


.time-slot {
  border: .5px solid #e0e0e0;
  border-radius: 5px;
  min-width: 120px;
}
.time-slot:hover {
  cursor: pointer;
}
.event-date-header {
  font-size: .9rem;
  color: #a0a0a0;
  float: right;
}

.inquire:hover {
  cursor: pointer;
  color: #fff;
  text-decoration: underline;
}

.tap-to-add {
  color: #808080;
  padding: 0 0 0 8px;
}
