@import url("https://fonts.cdnfonts.com/css/bahnschrift");
@import url("https://fonts.googleapis.com/css2?family=Righteous&display=swap");
html,
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: "Bahnschrift", sans-serif;
  color: #131921;
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100% !important;
  margin-bottom: 20px;
}

h1,
h2,
h3 {
  font-family: "Righteous", cursive;
}

section {
  display: flex;
  flex-direction: column;
  width: 95%;
  max-width: 1500px;
  padding: 10px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 5px #bebebe;
}

header {
  width: 100%;
  margin-bottom: 10px
}

.header-content {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between !important;
  align-items: center;
  padding: 5px;
  background: #131921;
}

.header-logo {
  height: 40px;
  width: auto;
}

.header-title {
  font-size: 30px;
  color: #ffffff;
}

.header-version {
  color: #ffffff;
}

.header-user {
  color: #ffffff;
}

.header-link {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}

.header-link:hover {
  color: #ffba52;
}

.navbar-toggler {
  background: #232f3e !important;
}

.navbar-list {
  list-style-type: none;
  padding-left: 10px;
}

.navbar-link {
  color: #ffffff;
  text-decoration: none;
}

.breadcrumb {
  background: #232f3e;
}
.breadcrumb .breadcrumb-item {
  font-size: 0.8rem;
}
.breadcrumb .breadcrumb-item a {
  color: #ffffff;
  text-decoration: none;
}
.breadcrumb .active {
  color: #ff9900 !important;
}

footer {
  margin-top: auto;
  width: 100%;
}

.footer-content {
  font-size: 0.75rem;
  padding-block: 5px;
  background: #131921;
  color: #ffffff;
}

form {
  width: 100%;
}

.form-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.inline-form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 10px;
}

.form-element {
  width: 240px;
}

.form-element > input,
.form-element > select {
  width: 100%;
  height: 30px;
  resize: none;
  border: solid 1px #ff9900;
  border-radius: 5px;
}

.form-element > textarea {
  width: 100%;
  height: 100px;
  resize: none;
  border: solid 1px #ff9900;
  border-radius: 5px;
}

label {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#add_items_item,
#add_items_quantity {
  height: 30px;
  border: solid 1px #ff9900;
  border-radius: 5px;
}

.required::after {
  content: "*";
  color: red;
}

.password-validator {
  font-size: 0.8rem;
  line-height: 0.9rem;
}

#form_attachment,
#mission_files {
  background: #ffdea9;
  height: auto !important;
  padding: 5px;
  font-size: small;
}

.btn-brand {
  width: 100%;
  max-width: 400px;
  background: #ff9900;
  color: #ffffff;
  text-shadow: 0 0 3px #232f3e;
}

.btn-brand:hover {
  background: #ffba52 !important;
  color: #ffffff !important;
  text-shadow: 0 0 2px #232f3e !important;
}

.btn-success {
  width: 100%;
  max-width: 400px;
  color: #ffffff;
  text-shadow: 0 0 3px #232f3e;
}

.btn-danger {
  width: 100%;
  max-width: 400px;
  color: #ffffff;
  text-shadow: 0 0 3px #232f3e;
}

.btn-disabled {
  width: 100%;
  max-width: 400px;
  background: #8a8a8a;
  color: #ffffff;
  text-shadow: 0 0 3px #232f3e;
}

.btn-disabled:hover {
  background: #8a8a8a !important;
  color: #ffffff !important;
  text-shadow: 0 0 3px #232f3e !important;
}

.btn-sm {
  height: 23px;
  padding-block: 0;
  padding-inline: 5px;
  background: #ffba52;
  color: #ffffff;
  text-shadow: 0 0 2px #232f3e;
}

.btn-sm:hover {
  background: #ff9900 !important;
  color: #ffffff !important;
  text-shadow: 0 0 2px #232f3e !important;
}

.btn-sm-mission,
.btn-sm-commentary,
.btn-sm-show,
.btn-sm-rdv {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 23px;
  border: 1px solid #8a8a8a;
}

.btn-sm-mission {
  background: #ffe4b8;
}

.btn-sm-mission:hover {
  background: #ffc258 !important;
}

.btn-sm-commentary {
  background: #d8d7fd;
}

.btn-sm-commentary:hover {
  background: #b6b3ff !important;
}

.btn-sm-show {
  background: #ffb9b9;
}

.btn-sm-show:hover {
  background: #ff8c8c !important;
}

.btn-sm-rdv {
  background: #ceffce;
}

.btn-sm-rdv:hover {
  background: #93ff93 !important;
}

#emptyInput,
#maxQuantity {
  width: 38px;
}

.login-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  font-family: "Bahnschrift", sans-serif;
  background: linear-gradient(#131921, #232f3e);
  color: #ffffff;
}

.brand-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}

.logo {
  width: 175px;
  height: auto;
}

.login-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.login-form-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 95%;
  max-width: 350px;
  padding-block: 0;
  padding-inline: 10px;
  margin-bottom: 10px;
}

.login-btn,
.error-btn {
  max-width: 350px !important;
}

#inputEmail,
#inputPassword {
  max-width: 350px !important;
}

.login-form-password-visibility-icon {
  z-index: 2;
  right: 20px;
  bottom: 8px;
  color: rgb(0, 0, 0);
}

#table-stock td,
#table-local td {
  line-height: 24px;
  padding: 1px;
}
#table-stock td a,
#table-local td a {
  display: block;
  line-height: 24px;
  color: #232f3e;
  text-decoration: none;
}

.calendar-mission {
  margin-bottom: 5px;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #8a8a8a;
  background: #ffc258;
}

.calendar-commentary {
  margin-bottom: 5px;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #8a8a8a;
  background: #b6b3ff;
}

.calendar-show {
  margin-bottom: 5px;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #8a8a8a;
  background: #ffb9b9;
}

.calendar-rdv {
  margin-bottom: 5px;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #8a8a8a;
  background: #ceffce;
}

.calendar-day {
  width: 14%;
  min-height: 500px;
  border-radius: 5px;
}

.calendar-today {
  background: #ebebeb !important;
}

.calendar-date {
  background: #ffba52;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #8a8a8a;
  margin-bottom: 5px;
}

.today {
  background: #ff9900 !important;
}

.completed {
  background: #ffe4b8 !important;
}

.completed-comment {
  background: #d8d7fd !important;
}

.no-mission {
  background: #bebebe;
}

.calendar-mission-title,
.calendar-mission-description,
.calendar-mission-time,
.calendar-commentary-time,
.calendar-commentary-description,
.calendar-show-time,
.calendar-show-description,
.calendar-rdv-time,
.calendar-rdv-description {
  margin-bottom: 0;
}

.calendar-mission-description,
.calendar-commentary-description,
.calendar-show-description,
.calendar-rdv-description {
  white-space: pre-line;
}

.calendar-commentary-time,
.calendar-commentary-description,
.calendar-show-time,
.calendar-show-description,
.calendar-rdv-time,
.calendar-rdv-description {
  color: #131921;
}

.calendar-commentary-description,
.calendar-mission-description,
.calendar-show-description,
.calendar-rdv-description {
  margin-top: 5px;
  font-size: 0.7rem !important;
  line-height: 1.1;
}

.calendar-mission-accomplishment {
  font-size: 0.7rem !important;
  line-height: 1.1;
  margin: 0;
}

.calendar-mission-title {
  margin-bottom: 5px;
  font-size: 1rem;
  color: #131921;
  line-height: 0.9;
}

.calendar-commentary-time,
.calendar-mission-time,
.calendar-show-time,
.calendar-rdv-time {
  font-size: 0.7rem;
  flex-wrap: nowrap;
  align-self: start;
}

.desktop-compressor {
  width: 100%;
  max-width: 400px;
  align-self: center;
}

.bottom-line {
  border-bottom: solid 1px #ff9900;
  padding-bottom: 5px;
}

.search-bar {
  padding: 5px;
  background: #ff9900;
  border-radius: 10px;
}

.response-bar {
  background: #ffba52;
  border-radius: 10px;
}

.invisible-link {
  color: #232f3e;
  margin: 0;
}

.fake-link {
  text-decoration: underline;
}

#searchForItem,
#searchForLocal {
  width: 100%;
  border: none;
  border-radius: 5px;
}

.no-shadow {
  display: flex;
  flex-direction: column;
  width: 95%;
  padding-block: 10px;
  background: #ffffff;
  border-radius: 0;
  box-shadow: none;
}

.short-label {
  width: 85px;
}

.long-link {
  display: inline-block;
  color: #131921;
  text-decoration: none;
  width: 100%;
}

.long-link:hover {
  background: #ffdea9;
  padding: 2px;
  border-radius: 3px;
}

.nedry-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 350px;
}

#theKing {
  border-radius: 50%;
  box-shadow: 0 0 10px #ffffff;
}

.dennis-quote {
  font-style: italic;
}

.dennis-said {
  color: #ffffff;
}

.error-bubble,
.success-bubble {
  width: 100%;
  max-width: 300px;
  height: auto;
}

.text-justify {
  text-align: justify;
}

.not-empty {
  background: #e4ffe4;
}/*# sourceMappingURL=style.css.map */