/*
**
** Very3 Client Upload Service
** (c)2025 Very3 Technology Consultants LLC
** ----------------------------------------------
** Author: Mark Page [mark@very3.net]
** Modified: Wed Aug 27 13:36:07 2025 -0500
** Version: 25.8.27.1336
**
*/

* {
  font-family: Nunito;
}

body, html {
  background-image: radial-gradient(circle at 100% 100%, rgba(10,41,47,.96), rgba(10,41,47,.96)), url(/assets/img/bw-gears-bg-org.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  min-height: 100vh;
}

h1, h2, h3, h4, h5, .uk-article-title a {
  color: #c0c0c0 !important;
  font-family: Raleway !important;
  font-weight: 700;
}

.tips {
  background-color: rgb(255,255,255,.15);
  padding: 25px 25px 5px 25px;
  color: #f0f0f0;
  margin-bottom: 20px;
}

#bio p {
  color: #e0e0e0;
}

.uk-card-title {
  color: #000 !important;
}

.username {
  float: right;
  padding-right: 10px;
  font-size: 16px;
  color: #808080;
  text-transform: uppercase;
}

hr {
  width: 100%;
}

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

.uk-lightbox-toolbar {
  background-color: rgba(0, 0, 0, 0.5);
}
.uk-lightbox-caption {
  font-weight: bold;
}

.uk-open .uk-modal-body,
.uk-open .uk-modal-footer {
  background: #444;
  color: #f0f0f0;
  border-top: unset;
}
.uk-open .uk-modal-footer .uk-button-primary {
  background-color: #1e87f0;
  color: #fff;
  border: 1px solid transparent;
  width: 25%;
}

#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;
}

#available-spaces {
  margin: 80px 0 !important;
}
#available-spaces .uk-card {
  /*border: 1px solid #000;*/
  border-radius: 5px;
  padding: 0 !important;
}
#available-spaces .uk-card-body {
  background-color: #fafafa;
  border: 1px solid #f0f0f0;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}
#available-spaces .uk-card:hover {
  cursor: pointer;
}
#available-spaces .uk-card-media-left {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}
#available-spaces h4 {
  font-size: 1.25rem;
  margin-bottom: 0 !important;
}
#available-spaces p {
  margin-top: 8px !important;
}

/*
#large-space-cards .uk-card-body {
  background-color: #fafafa;
  border: 1px solid #f0f0f0;
}
*/

.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: rgb(0,0,0,.4) !important;
  height: 50px;
}

.uk-logo {
  border: 0;
  color: #f0f0f0 !important;
  padding: 10px 0 20px 15px !important;
}

.uk-form-large:not(textarea):not([multiple]):not([size]), .uk-button {
  height: 55px;
  padding-left: 12px;
  padding-right: 12px;
  background: rgb(0, 0, 0, .19);
  border: .5px solid rgb(255, 255, 255, .2);
  border-radius: 4px;
}

.uk-button-primary:hover {
  background-color: rgb(0, 0, 0, .19);
}

#main-nav-inner {
  background-color: transparent !important;
  box-shadow: 0 4px 12px -6px rgba(0, 0, 0, 1);
}

.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: 0 0 25px rgb(0,0,0,1)
}

@media (max-width: 1000px) {
  #mobile-nav {
    display: block !important;
  }
  #desktop-nav {
    display: none !important;
  }
  .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: 12px;
    margin-bottom: 0;
    padding-left: 0;
  }
}


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


@media (min-width: 1000px) {
  #mobile-nav {
    display: none !important;
  }
  #desktop-nav {
    display: inherit !important;
  }
  .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-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);
}
.uk-card-secondary.uk-card-hover:hover {
  background-color: #202020 !important;
  box-shadow: 0 14px 25px rgba(0,0,0,.16);
}
.uk-card-secondary h3 {
  color: #6288A5 !important;
}

.uk-label {
/*  background: #0d252a; */
}

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

#mobile-nav,
#desktop-nav {
  background-color: rgb(10, 41, 47);
}
#mobile-nav h1,
#desktop-nav h1 {
  color: #00ff00 !important;
}
#mobile-nav-inner,
#desktop-nav-inner {
  background-color: #202020;
  box-shadow: 0 4px 6px -6px rgba(0,0,0,.25);
  height: 72px;
}

.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;
}

.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: absolute;
  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;
}
