/*
 * Syntactig sugar for border radius defintion
 */
/*
 * Media queries for various sizes based on S/M/L value
 */
/*
 * Generates a keyframe entry for all browser based on the given argument and content
 */
/*
 * Generates the standard animation properties based on the given arguments
 */
/*
 * Applies the given tranformation using both standard and browser prefix
 */
/*
 * Generates a float clear after the given element
 */
#missing-fields {
  display: none;
  text-align: center;
  color: var(--palette-8);
}
#missing-fields.active {
  display: block !important;
}
#missing-fields i {
  color: var(--palette-10);
}

.form-control::placeholder {
  color: #b9b9c3;
  opacity: 1;
}

.form-control:focus {
  border-color: --main-background-color-lighten;
  box-shadow: 0 0 0 0.2rem --main-background-color-lighten3f;
}

label {
  font-size: 0.8rem;
  color: #9e9e9e;
  margin-bottom: 0.25rem;
}

.bebsi-button {
  background-color: var(--main-color) !important;
  border-color: rgba(0, 0, 0, 0) !important;
}
.bebsi-button:hover, .bebsi-button:focus, .bebsi-button:active {
  background: var(--main-color) !important;
  border-color: var(--main-color-darker) !important;
  box-shadow: 0 8px 25px -8px var(--main-color) !important;
}

.form-control, .input-group-text {
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  border-radius: 0px;
}

.fieldsContainer {
  padding: 0px !important;
}

.recordField {
  height: 75px;
}
.recordField.label-only {
  height: 15px;
}

.checkbox {
  padding-top: 25px;
}
.checkbox label {
  vertical-align: middle;
  color: #444;
  line-height: 1rem;
}

.select2-container--focus {
  border: none !important;
  border-bottom: 1px solid --main-background-color-lighten !important;
  box-shadow: 0 0 0 0.2rem --main-background-color-lighten3f;
  border-radius: 0px !important;
}

.select2-selection {
  border: none !important;
  border-bottom: 1px solid #ced4da !important;
  border-radius: 0px !important;
  height: 34px !important;
}
.select2-selection .select2-selection__rendered {
  line-height: 34px !important;
}
.select2-selection .select2-selection__choice {
  font-size: 0.8rem !important;
  background-color: white !important;
  line-height: 200%;
  margin-top: 3px !important;
  border-color: #e4e4e4 !important;
}

.select2-results__option .coupleEntry {
  margin: 5px 0px;
}

input[type=checkbox]:focus-visible {
  outline: 1px solid var(--main-color-darker) !important;
}

.input-field input, .input-field textarea {
  border: none;
  border-bottom: 1px solid #ced4da !important;
  padding-left: 8px;
}
.input-field textarea.invalid {
  border: 1px solid var(--palette-8) !important;
}

.select2-selection:focus-visible {
  outline: none;
}

.field-invalid .form-control, .field-invalid .select2-selection {
  border-bottom-color: var(--palette-8) !important;
}

.bootstrap-datetimepicker-widget {
  position: fixed;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: none !important;
  padding-left: 0px !important;
  margin: 0px !important;
  background: rgba(0, 0, 0, 0.4) !important;
}
.bootstrap-datetimepicker-widget::before, .bootstrap-datetimepicker-widget::after {
  display: none !important;
}
.bootstrap-datetimepicker-widget a {
  color: #808080 !important;
}
.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
  border: none !important;
  padding: 0.75rem !important;
}
.bootstrap-datetimepicker-widget table td.today::before, .bootstrap-datetimepicker-widget table th.today::before {
  border-bottom-color: var(--main-background-color) !important;
}
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table th.active {
  background: var(--main-background-color) !important;
}
.bootstrap-datetimepicker-widget table td.active::before, .bootstrap-datetimepicker-widget table th.active::before {
  border-bottom-color: #fff !important;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  width: 90%;
  position: fixed;
  left: 50%;
  top: calc(50% + 25px);
  transform: translateX(-50%) translateY(-50%);
  background: white;
}
@media only screen and (min-width: 768px) {
  .bootstrap-datetimepicker-widget .list-unstyled {
    width: calc(500px - 5rem);
    left: calc(50% + 100px);
    top: 50%;
  }
}
.bootstrap-datetimepicker-widget .list-unstyled::after {
  display: none !important;
}
.bootstrap-datetimepicker-widget .list-unstyled::before {
  width: 100%;
  left: 0px;
  top: -50px;
  height: 50px;
  background: var(--main-background-color);
  content: "";
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .bootstrap-datetimepicker-widget .list-unstyled::before {
    width: 200px;
    left: -200px;
    height: 100%;
    top: 0px;
  }
}
.bootstrap-datetimepicker-widget .list-unstyled .timepicker td {
  padding: 0px !important;
}
.bootstrap-datetimepicker-widget .date-display {
  position: absolute;
  top: -50px;
  left: 10px;
  line-height: 46px;
  color: white;
}
@media only screen and (min-width: 768px) {
  .bootstrap-datetimepicker-widget .date-display {
    top: 20px;
    left: -180px;
    line-height: initial;
  }
}
.bootstrap-datetimepicker-widget .date-display .year-display {
  font-size: 1.8rem;
  display: block;
  float: right;
  padding-left: 5px;
}
@media only screen and (min-width: 768px) {
  .bootstrap-datetimepicker-widget .date-display .year-display {
    float: unset;
    padding-left: initial;
  }
}
.bootstrap-datetimepicker-widget .date-display .day-display {
  font-size: 1.8rem;
}

fieldset .card-title {
  display: inline-block;
}
fieldset .help-icon.group {
  display: inline-block;
  margin-left: 10px;
}
fieldset .help-icon.group img {
  width: 20px;
  cursor: help;
  padding-bottom: 10px;
}

.fieldsContainer.row .recordField.input-field .help-icon {
  position: absolute;
  right: 15px;
  top: 27px;
}
.fieldsContainer.row .recordField.input-field .help-icon img {
  width: 25px;
  cursor: help;
}

.input-group.invalid {
  border: 1px solid var(--palette-8) !important;
}

.input-field.invalid .select2 {
  border: 1px solid var(--palette-8) !important;
}
.input-field.invalid .select2 input {
  border: none !important;
}

.input-field.invalid > input {
  border: 1px solid var(--palette-8) !important;
}

.required label:after {
  content: " *";
}

.select2 input {
  border: none !important;
}

#server-error {
  color: var(--palette-8);
  text-align: center;
  display: none;
}

/*
 * Syntactig sugar for border radius defintion
 */
/*
 * Media queries for various sizes based on S/M/L value
 */
/*
 * Generates a keyframe entry for all browser based on the given argument and content
 */
/*
 * Generates the standard animation properties based on the given arguments
 */
/*
 * Applies the given tranformation using both standard and browser prefix
 */
/*
 * Generates a float clear after the given element
 */
/*
 * Syntactig sugar for border radius defintion
 */
/*
 * Media queries for various sizes based on S/M/L value
 */
/*
 * Generates a keyframe entry for all browser based on the given argument and content
 */
/*
 * Generates the standard animation properties based on the given arguments
 */
/*
 * Applies the given tranformation using both standard and browser prefix
 */
/*
 * Generates a float clear after the given element
 */
#fixed-logo {
  position: fixed;
  max-width: 200px;
  top: 10px;
  left: 10px;
}

#fixed-poweredby {
  position: fixed;
  right: 0px;
  bottom: 0px;
  padding: 10px 20px;
}

#disclaimer {
  display: flex;
  right: 0px;
  bottom: 0px;
  padding: 10px 20px;
  gap: 10px;
  width: 100%;
  justify-content: space-between;
  background: linear-gradient(to right, #f8f8f8 66.66%, #ffffff 33.33%);
}
#disclaimer small:only-child {
  margin-left: auto;
}
@media only screen and (max-width: 991px) {
  #disclaimer {
    background: #ffffff;
  }
}

body {
  background-color: #f8f8f8;
}
body .auth-bg {
  background-color: #fff;
}

.layout-wrapper {
  display: flex;
  flex-basis: 100%;
  width: 100%;
  align-items: flex-start;
  height: 100dvh;
  flex-direction: column;
}
.layout-wrapper .layout-inner {
  width: 100%;
  position: relative;
  margin: 0px !important;
  flex-grow: 2;
  overflow-y: auto;
  overflow-x: hidden;
}

.main-logo #fixed-logo {
  position: fixed;
  max-height: 150px;
  top: 10px;
  left: 10px;
}
.main-logo #fixed-logo.small-only {
  display: none;
}
@media screen and (max-width: 992px) {
  .main-logo #fixed-logo.small-only {
    display: unset;
  }
}
.main-logo.middle #fixed-logo {
  left: 0px;
  margin-left: 33%;
  transform: translateX(-33%);
  margin-top: 2dvh;
  max-height: 15dvh;
}
.main-logo.right #fixed-logo {
  position: relative;
  top: unset;
  left: unset;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-bottom: 2rem;
}

.custom-control-label {
  font-size: 1rem;
}

input[type=text] ~ .input-group-append svg .strike {
  display: none;
}

.img-fluid {
  max-height: 70%;
}

.big-logo {
  height: 100%;
}

/*# sourceMappingURL=sideform.css.map */
