﻿html {
  font-size: 14px;
  position: relative;
  height: 100%;
  margin: 0;
}

.btn-block {
  --mdb-btn-margin-top: 0.5rem;
  display: block;
  width: 100%;
}

body {
  margin-bottom: 60px;
  height: 100%;
  margin: 0;
}

.page-container {
  height: 100%;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.page-container .container {
  flex: 1;
}

.index-cards .card-link {
  text-decoration: none;
  display: block;
  transition: all 0.1s ease-in;
}
.index-cards .card-link p {
  margin: 0px;
}
.index-cards .card-link:hover {
  background-color: #eff1f2;
}
.index-cards .card-link-empty {
  display: block;
  height: 56px;
}

div.errbox {
  display: block;
  padding: 3px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  width: 400px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

label.errmsg {
  display: block;
  text-align: center;
}

.content-wrapper {
  display: flex;
  flex-direction: column;
  -moz-box-pack: start;
  justify-content: flex-start;
  min-height: 100%;
  max-width: 624px;
  margin: 0px auto;
  padding-top: 0px;
}

.wrapper-m {
  max-width: 768px;
}

.form-body {
  box-shadow: 0px 1px 1px lightgray, 0px 0px 1px lightgray;
  border-radius: 3px;
  margin: 0px;
  padding: 20px 16px;
}
.form-body select:hover {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.img-small {
  max-width: 200px;
  max-height: 200px;
  object-fit: contain;
}

.img-xsmall {
  max-width: 100px;
  max-height: 100px;
  object-fit: contain;
}

.required .form-label:after {
  content: "*";
  color: red;
}

.profile-box {
  box-shadow: 0px 1px 1px lightgray, 0px 0px 1px lightgray;
  border-radius: 3px;
  padding: 20px 16px;
}

.profile-box-sm-no-border {
  border-radius: 3px;
  padding: 10px 16px;
}

.profile-image {
  margin: -3rem 0px 0px 1rem;
}

.profile-image-wrapper {
  height: 96px;
  width: 96px;
  -moz-box-align: stretch;
  align-items: stretch;
  box-sizing: content-box;
  display: flex;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0 0 0 2px gray;
}

.profile-name {
  margin: -20px 0px 15px 120px;
}

button.clear {
  border: 0px;
  font-weight: bold;
  background: rgba(0, 0, 0, 0);
  padding: 0px 5px;
  cursor: pointer;
}

button.pages {
  margin-left: 5px;
  width: 34px;
  padding: 8px;
}

.ajax-command-button {
  display: flex;
  width: 27px;
  background: transparent;
  border: lightgray solid 1px;
  transition: border-color 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
  border-radius: 3px;
  align-items: center;
}
.ajax-command-button:hover {
  border: 1px solid #999;
}

.custom-select {
  height: 27px;
  background: #fff;
  transition: border-color 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.custom-select:hover {
  border: 1px solid #999;
}
.custom-select:focus {
  border: 1px solid #999;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  outline: none;
}

.user-list .user {
  padding: 20px 0;
  border-top: 1px solid #f1f2f2;
  border-bottom: 1px solid #f1f2f2;
  margin-bottom: 20px;
}
.user-list .user p {
  margin-bottom: 0px;
}
.user-list .user-actions {
  margin-top: auto;
  margin-bottom: auto;
}
.user-list .user-actions li {
  margin: 0 4px;
}

.output-body {
  box-shadow: 0px 1px 1px lightgray, 0px 0px 1px lightgray;
  border-radius: 3px;
  margin: 0px;
  padding: 20px 16px;
}
.output-body select:hover {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.search-container {
  width: 100%;
}

@media (min-width: 576px) {
  .search-container {
    max-width: 400px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.mw-px-6 {
  max-width: 600px !important;
}

.mw-px-8 {
  max-width: 800px !important;
}

.svg-red {
  filter: invert(12%) sepia(67%) saturate(6404%) hue-rotate(346deg) brightness(96%) contrast(93%);
}

.invite-box {
  max-width: 600px;
  width: 100%;
}

.menu-container ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.menu-container li {
  margin-right: 1rem;
}

#productCollector .product-wrapper {
  padding: 0.5rem;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: 4px;
  margin-bottom: 1rem;
}

.hm-page-header {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.hm-page-header p {
  margin: 0;
}

.hm-border-box {
  border: 1px solid #f1f2f2;
  padding: 1rem;
  border-radius: 0.5rem;
}

.hm-nav {
  --hm-nav-link-padding: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.hm-nav .hm-nav-link, .hm-nav .hm-nav-link-disabled {
  display: block;
  padding: var(--hm-nav-link-padding);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--hm-quaternary-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.hm-nav .hm-nav-link-disabled {
  color: var(--bs-secondary-color);
}
.hm-nav a:first-child {
  padding-left: 0px;
}
.hm-nav a:last-child {
  padding-right: 0px;
}

.hm-nav-underline {
  border-bottom: 1px solid var(--bs-border-color);
  margin-bottom: 0.5rem;
}

#navigation-wrapper .card {
  cursor: pointer;
  transition: all 0.1s ease-in;
}
#navigation-wrapper .card:hover {
  background-color: #f0f0f0;
}

.card .size-mini {
  text-transform: uppercase;
  font-size: 12px !important;
  line-height: 16px !important;
}
.card .size-base {
  font-size: 14px !important;
  line-height: 20px !important;
}

.beehive-card-image {
  width: 100%;
  height: 180px;
  object-fit: contain;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
@media only screen and (max-width: 740px) {
  div.errbox {
    width: 100%;
  }
}
