:root {
  --font-size-inputs: 14px;
  --brand-color: #dc0032;
  --darker-brand-color: #900021;
  --body-bg: #fff;
  --link-hover-color: #b50029;
  --link-hover-decoration: underline;
  --font-size-base: 14px;
  --line-height-base: 1.42857143;
  --line-height-computed: 20px;
  --padding-base-vertical: 6px;
  --padding-base-horizontal: 12px;
  --border-radius-base: 4px;
  --border-radius-large: 6px;
  --border-radius-small: 3px;
  --component-active-color: #fff;
  --component-active-bg: var(--brand-color);
  --table-cell-padding: 8px;
  --table-condensed-cell-padding: 5px;
  --table-bg: transparent;
  --table-bg-accent: #f9f9f9;
  --table-bg-hover: #f5f5f5;
  --table-bg-active: var(--table-bg-hover);
  --table-border-color: #ddd;
  --btn-font-weight: normal;
  --btn-default-color: #333;
  --btn-default-bg: #fff;
  --btn-default-border: #ccc;
  --btn-default-bg-hover: #e6e6e6;
  --btn-border-radius-base: var(--border-radius-base);
  --input-border: #ccc;
  --cursor-disabled: not-allowed;
  --screen-xs: 480px;
  --grid-float-breakpoint: 768px;
  --pager-border: #ddd;
  --state-success-bg: #dff0d8;
  --state-info-bg: #d9edf7;
  --state-warning-bg: #fcf8e3;
  --state-danger-bg: #f2dede;
  --label-color: #fff;
  --label-link-hover-color: #fff;
  --thumbnail-border: #ddd;
  --breadcrumb-padding-vertical: 8px;
  --breadcrumb-padding-horizontal: 15px;
  --breadcrumb-bg: #f5f5f5;
  --breadcrumb-color: #ccc;
  --breadcrumb-active-color: #777;
  --breadcrumb-separator: "/";
}
@font-face {
  font-family: 'PlutoSansDPDLight';
  src: url('../../../fonts/PlutoSansDPDLight-Web.eot');
  src: url('../../../fonts/PlutoSansDPDLight-Web.eot#iefix') format('embedded-opentype'), url('../../../fonts/PlutoSansDPDLight-Web.woff?72597995') format('woff'), url('../../../fonts/PlutoSansDPDLight-Web.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'PlutoSansDPDRegular';
  src: url('../../../fonts/PlutoSansDPDRegular-Web.eot');
  src: url('../../../fonts/PlutoSansDPDRegular-Web.eot#iefix') format('embedded-opentype'), url('../../../fonts/PlutoSansDPDRegular-Web.woff?72597995') format('woff'), url('../../../fonts/PlutoSansDPDRegular-Web.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
html,
body {
  height: 100%;
  font-size: 14px;
  font-family: PlutoSansDPDRegular, Helvetica, Arial, sans-serif !important;
}
.footer-navbar-container .dropdown-item:active {
  background-color: transparent;
}
.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px;
}
.wrap > .container {
  padding: 70px 15px 20px;
}
.form-control {
  border-radius: 0 !important;
}
.footer {
  height: 60px;
  background-color: white;
  padding-top: 20px;
}
.not-set {
  color: #c55;
  font-style: italic;
}
/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}
a.asc:after {
  content: "\e151";
}
a.desc:after {
  content: "\e152";
}
.sort-numerical a.asc:after {
  content: "\e153";
}
.sort-numerical a.desc:after {
  content: "\e154";
}
.sort-ordinal a.asc:after {
  content: "\e155";
}
.sort-ordinal a.desc:after {
  content: "\e156";
}
.progress,
.progress-stacked {
  --bs-progress-bar-bg: #e9ecef;
}
.grid-view th {
  white-space: break-spaces;
}
.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}
.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}
.responsive-img {
  max-width: 100%;
  max-height: 100%;
}
.index-img {
  filter: brightness(90%);
}
.registration-block a,
.registration-block a:hover,
.registration-block a:visited,
.registration-block a:focus {
  color: white;
}
.recaptcha-container {
  text-align: center;
  margin: 16px 0px 0px -14px;
  padding: 5px;
}
.g-recaptcha {
  transform: scale(0.8);
  transform-origin: 0 0;
}
.field-registrationform-captcha > div:last-of-type {
  margin-top: 10px;
  background: white;
  text-align: center;
}
nav {
  background-color: white;
  padding-top: 10px;
  /* align the logout "link" (button in form) of the navbar */
}
nav .navbar-brand {
  padding: 5px;
  height: 50px;
  margin: 0;
}
nav .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.nav-link:hover,
.nav-link:focus {
  color: var(--brand-color);
}
.nav-right {
  display: flex;
  align-items: center;
  gap: 1rem;
  white-space: nowrap;
  margin-right: 0;
  flex-wrap: nowrap;
  min-width: auto;
}
nav .navbar-nav > li > a {
  color: #414042;
}
nav .navbar-nav > li > a:hover,
nav .navbar-nav > li > a:focus,
nav .navbar-nav > li > a:active {
  color: var(--brand-color);
  text-decoration: underline;
  background-color: white;
}
nav .navbar-nav > li.open > a:hover,
nav .navbar-nav > li.open > a:focus,
nav .navbar-nav > li.open > a:active,
nav .navbar-nav > li.open > a {
  background-color: var(--brand-color);
  color: white;
}
nav .nav li > form > button.logout {
  padding: 15px;
  border: none;
}
@media (max-width: 767px) {
  nav .nav li > form > button.logout {
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px 15px;
  }
}
nav .nav li > form > button.logout:focus,
nav .nav li > form > button.logout:hover {
  text-decoration: none;
}
nav .nav li > form > button.logout:focus {
  outline: none;
}
/*
a, a:link, a:visited, a:focus{
    color: @color-red;
    text-decoration: none;
}


.btn {

    border-radius: 0 !important;

    &.btn-primary,
    &.btn-succes,
    &.btn-danger,
    &.btn-warning{
        background-color: @color-red;
        border-color: darken(@color-red,20%);
        color: white;

        &:hover{
            background-color: lighten(@color-red,10%);
        }
    }

}
*/
.growl-cancel.close,
.growl-close.close.growl-close-custom {
  display: inline !important;
}
.close {
  display: none;
}
.row.boxes {
  margin-right: calc(10px * -1);
  margin-left: calc(10px * -1);
}
.row.boxes > [class^="col"] {
  padding: 10px;
}
@media (max-width: 767px) {
  .row.boxes {
    margin-right: calc(2px * -1);
    margin-left: calc(2px * -1);
  }
  .row.boxes > [class^="col"] {
    padding: 2px;
  }
}
.box {
  position: relative;
  display: block;
  width: 100%;
  height: 160px;
  cursor: pointer;
  text-decoration: none !important;
  padding: 15px;
}
.box .box-heading {
  margin: 0px;
  font-size: 18px;
  margin-bottom: 5px;
  font-family: PlutoSansDPDLight, Helvetica, Arial, sans-serif;
}
.box .box-bottom-text {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: calc(20px + 15px);
  margin: 0;
}
.box:after {
  content: ' ';
  background-image: url('../img/arrow_right.svg');
  background-repeat: no-repeat;
  width: 10px;
  height: 20px;
  position: absolute;
  right: calc(10px + 15px);
  bottom: 15px;
  transition: right 1s;
}
.box:hover:after {
  right: 15px;
}
.box.box-red {
  background-color: var(--brand-color);
  color: white;
}
.box.box-darkred {
  background-color: #A90026;
  color: white;
}
.box.box-black {
  background-color: #414042;
  color: white;
}
.box.box-lightgrey {
  background-color: #e6e7e8;
  color: #414042;
}
.box.box-lightgrey:after {
  background-image: url('../img/arrow_right_dark.svg');
}
.box.box-beige {
  background-color: #cac4be;
  color: #414042;
}
.box.box-beige:after {
  background-image: url('../img/arrow_right_dark.svg');
}
.box.box-darkgrey {
  background-color: #808285;
  color: white;
}
.mb20 {
  margin-bottom: 20px;
}
.header-text {
  position: absolute;
  top: 25%;
  display: block;
  margin-left: 50px;
  font-size: 300%;
  color: white;
}
#loginView .login-header {
  line-height: 50px;
}
#loginView .login-header > *:first-child {
  margin-left: calc(2/12 * 20%);
}
#loginView .login-header > div {
  padding: 20px 0;
}
#loginView .login-header img {
  height: 50px;
}
#loginView .login-header h2 {
  font-size: 120%;
  margin: 0;
  line-height: 50px;
}
.card-header {
  color: #333333;
  background-color: #f5f5f5 !important;
  border-color: #ddd;
}
#loginView .login-header h3 {
  color: var(--brand-color);
  font-size: 150%;
  font-family: PlutoSansDPDLight, Helvetica, Arial, sans-serif;
  margin: 0;
  line-height: 50px;
  text-align: right;
}
#loginView .login-main {
  padding: 80px 0 ;
  background: url(../img/banner.jpg) no-repeat center / cover;
}
#loginView .login-main > *:first-child {
  margin-left: calc(1/12 * 100%);
}
#loginView .login-main h1 {
  color: white;
  font-size: 400%;
  font-family: PlutoSansDPDLight, Helvetica, Arial, sans-serif;
}
#loginView .login-main label {
  color: white;
}
#loginView .login-main .panel {
  background-color: var(--brand-color);
  border-radius: 0;
  border: none;
  max-width: 70%;
}
@media (min-width: 1750px) {
  #loginView .login-main .panel {
    max-width: 50%;
  }
}
#loginView .login-main .panel .panel-heading {
  background: transparent;
  color: white;
  border: none;
  padding: 20px;
  padding-bottom: 0;
}
#loginView .login-main .panel .panel-heading h3 {
  font-size: 120%;
}
#loginView .login-main .panel .panel-body {
  padding: 20px;
}
#loginView .login-main .panel .panel-body p {
  color: white !important;
}
#loginView .login-main .panel .btn {
  background-color: #A90026;
  border: none;
  font-family: PlutoSansDPDLight, Helvetica, Arial, sans-serif;
}
#loginView .login-main .panel .btn:hover {
  background-color: #A90026;
}
#loginView .login-footer {
  position: absolute;
  bottom: 0;
  color: #414042;
  margin-top: 20px;
  padding-top: 10px;
  line-height: 20px;
  font-size: 11px!important;
}
#loginView .login-footer > *:first-child {
  margin-left: calc(2/12 * 100%);
}
#loginView .login-footer img {
  display: inline-block;
  vertical-align: bottom;
  width: 81px;
}
.panel-default .kv-action-btn {
  color: var(--brand-color);
}
.panel-default .kv-action-btn:hover,
.panel-default .kv-action-btn:focus {
  color: #A90026;
}
.bootstrap-dialog.type-warning .modal-header,
.bootstrap-dialog.type-dpd .modal-header {
  background-color: var(--brand-color);
}
.bootstrap-dialog.type-dpd .modal-body .control-label {
  font-weight: initial;
}
/* -------- fixes for exteral css -------------- */
.kv-child-table-row th {
  border: none;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: none;
}
.select2-container--krajee .select2-results__option--highlighted[aria-selected] {
  background-color: var(--brand-color);
}
.select2-container--krajee.select2-container--open .select2-selection,
.select2-container--krajee .select2-selection:focus,
.select2-container--krajee .select2-dropdown {
  border-color: var(--brand-color);
}
.select2-container--krajee .select2-results__option[aria-selected=true] {
  color: #A90026;
  background-color: #ffa9bd;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
  color: #fff;
  background-color: var(--brand-color);
  border-color: #A90026;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  background-color: var(--brand-color);
}
.bootstrap-switch.bootstrap-switch-focused {
  border-color: var(--brand-color);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(220, 0, 50, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(220, 0, 50, 0.6);
}
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td {
  border-bottom: 1px solid #dddddd;
}
.table-hover td.kv-group-odd {
  background-color: #ffffff !important;
}
.table-hover td.kv-group-even {
  background-color: #f9f9f9 !important;
}
.table-hover td.kv-group-odd:hover,
.table-hover td.kv-group-even:hover {
  background-color: #f5f5f5 !important;
}
.growl-cancel:hover {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .table-responsive > .table > tbody > tr > td {
    white-space: initial;
  }
}
.panel-footer > .footer-navbar-container {
  margin: auto;
  width: fit-content;
  text-align: initial;
}
.panel-footer > .footer-navbar-container {
  width: auto;
  text-align: center;
}
.kv-grid-table > thead th input,
.kv-grid-table > thead th span.select2-container,
.kv-grid-table > thead th div.input-group.date {
  font-size: small;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
input::placeholder {
  color: #92979e !important;
  /* Un gris más oscuro */
  opacity: 1;
  /* Para asegurar que el color se aplica completamente */
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.kv-grid-table > thead th input,
.kv-grid-table > thead th span.select2-container,
.kv-grid-table > thead th div.input-group.date {
  font-weight: initial;
  margin-top: 10px;
  padding-left: 1px !important;
  padding-right: 1px !important;
}
.kv-grid-table > thead th input.krajee-datepicker {
  margin-top: 0;
}
.table-bordered > thead {
  border: 0 solid #dddddd;
  border-bottom-width: 2px;
}
.file-zoom-dialog .kv-zoom-body {
  display: flex;
}
.file-zoom-dialog .kv-zoom-body > img {
  margin: auto;
}
.file-zoom-dialog .btn-navigate {
  color: var(--brand-color);
  top: 0;
  bottom: 0;
  margin: auto;
}
.file-preview {
  padding: 0;
}
.file-preview .file-drop-zone {
  margin: 0;
  padding: 0;
  border: none;
}
.file-preview .file-footer-caption {
  display: none;
}
.file-preview .file-thumbnail-footer,
.krajee-default.file-preview-frame .file-thumbnail-footer {
  height: auto;
}
.file-preview .file-footer-buttons {
  font-size: 18px;
  margin-top: 10px;
  padding: 0 5px;
}
.file-preview .file-footer-buttons .kv-file-zoom,
.file-preview .file-footer-buttons .kv-file-delete,
.file-preview .file-footer-buttons .kv-file-download {
  padding: 0 2px;
}
.file-preview .file-drop-zone .kv-preview-thumb .file-preview-other {
  height: 100%;
  display: flex;
}
.file-preview .file-drop-zone .kv-preview-thumb .kv-file-content {
  display: flex;
}
.file-preview .file-drop-zone .kv-preview-thumb .file-other-icon,
.file-preview .file-drop-zone .kv-preview-thumb .file-preview-image {
  margin: auto;
}
.kv-thead-float table {
  border-top: 1px solid #dddddd !important;
}
@media (max-width: 480px) {
  .kv-thead-float {
    position: initial !important;
    transform: initial !important;
    will-change: initial !important;
    overflow: auto !important;
    left: initial !important;
    top: initial !important;
  }
  .kv-thead-float table {
    border-top: none !important;
  }
  thead > tr.size-row {
    display: none !important;
  }
}
.kv-view-mode .panel-heading .glyphicon,
.kv-edit-mode .panel-heading .glyphicon {
  font-size: 21px;
}
.spectrum-group {
  display: flex;
}
.spectrum-group .sp-dd {
  display: none;
}
.sp-krajee.sp-replacer {
  width: 98%;
  height: 100%;
  padding: 8px;
}
.sp-preview {
  width: 100%;
  height: 100%;
}
.spectrum-group span.input-group-addon {
  padding: 0;
}
.select2-container--krajee-bs5 .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  line-height: 1.5;
  list-style: none;
  margin: 0;
  width: 100%;
  padding-left: 3px;
  overflow: visible;
}
.select2-container--krajee-bs5 .select2-selection--multiple .select2-selection__choice {
  margin-left: 0px;
}
.input-group-html5.is-bs3 input[type=color] {
  padding: 5px;
  max-height: 32px;
  height: 32px;
  width: 60px;
}
.sp-krajee .sp-cancel {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.sp-krajee .sp-cancel:hover {
  background-color: #e6e6e6;
  border-color: #adadad;
}
.sp-krajee .sp-cancel:focus {
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.sp-krajee .sp-choose {
  color: #ffffff;
  background-color: var(--brand-color);
  border-color: #c3002c;
}
.sp-krajee .sp-choose:hover {
  background-color: #A90026;
  border-color: #85001e;
}
.sp-krajee .sp-choose:focus {
  background-color: #A90026;
  border-color: #43000f;
}
.form-group,
.kv-form-attribute .hint,
.kv-form-attribute .help-block {
  margin: 0;
}
span.lov-grid-color {
  width: 40%;
  display: block;
  margin: auto;
  border: 1px solid #888888;
}
.fa.icon-warning,
.fas.icon-warning,
span.glyphicon.icon-warning {
  color: #efa000 !important;
}
div.grid-view {
  overflow-x: hidden;
}
.kv-grid-container {
  overflow: auto !important;
}
.dropdown-toggle.dropdown-action-toggle {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  color: var(--brand-color);
}
.dropdown-toggle.dropdown-action-toggle:hover {
  color: #A90026;
}
.btn.dropdown-toggle {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.select2-container--krajee-bs5 .select2-selection--multiple {
  height: auto;
}
.select2-container--krajee-bs5 .select2-selection--multiple .select2-selection__choice {
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  color: #333;
  font-weight: normal;
  border-radius: 4px;
  padding: 3px 10px;
  font-size: var(--font-size-inputs);
}
.select2-container--krajee-bs5 .select2-selection--single .select2-selection__rendered {
  color: #555;
  padding-left: 5px;
  line-height: 1.5;
  font-size: var(--font-size-inputs);
}
.page-link.active,
.active > .page-link {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: var(--brand-color);
  border-color: var(--brand-color);
}
.dropdown-menu .dropdown-toggle {
  cursor: pointer!important;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: var(--brand-color);
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination {
  --bs-pagination-focus-color: var(--brand-color);
  --bs-pagination-hover-color: var(--brand-color);
}
.kv-grid-table > thead > tr > th,
.kv-grid-table > tbody > tr > th,
.kv-grid-table > tfoot > tr > th,
.kv-grid-table > thead > tr > td,
.kv-grid-table > tbody > tr > td,
.kv-grid-table > tfoot > tr > td {
  font-size: var(--font-size-inputs);
}
.bootstrap-dialog .bootstrap-dialog-title {
  color: #fff;
}
div.action-buttons .dropdown-action-label {
  display: none;
}
div.action-buttons li {
  display: initial;
}
ul.action-buttons li a {
  padding: 3px 11px;
}
ul.action-buttons li a span.glyphicon {
  width: 22px;
  vertical-align: middle;
  padding-bottom: 3px;
}
@media (max-width: 767px) {
  .action-buttons.dropdown-menu {
    display: contents;
    text-align: center;
  }
  .dropdown-toggle.dropdown-action-toggle {
    display: none;
  }
}
.footer-navbar-container > div {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px;
  background-color: #f8f9fa;
  gap: 15px;
}
/* Estilos para los íconos y texto */
.footer-navbar-container a {
  color: #dc0032;
  font-size: 13px;
  width: fit-content;
  display: flex;
  align-items: center;
}
.footer-navbar-container .dropdown-menu.show {
  display: flex;
  flex-wrap: wrap;
  width: max-content;
  max-width: calc(-20px + 100vw);
  color: black;
  flex-direction: row;
  padding: 10px;
  background-color: #f8f9fa;
}
.footer-navbar-container .dropdown-item {
  color: black;
}
.footer-navbar-container .dropdown-item:hover {
  color: #dc0032;
}
.kv-view-mode .table-responsive,
.kv-edit-mode .table-responsive {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
}
.kv-view-mode .table,
.kv-edit-mode .table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  border-collapse: collapse;
}
.kv-view-mode .table th,
.kv-view-mode .table td,
.kv-edit-mode .table th,
.kv-edit-mode .table td {
  padding: 8px;
  vertical-align: middle;
  border: none;
  /* Quitar los bordes */
  text-align: left;
  background-color: transparent;
  box-shadow: none;
}
.kv-view-mode .table th,
.kv-edit-mode .table th {
  font-weight: bold;
  background-color: transparent;
  text-transform: none;
  color: #333;
}
.kv-view-mode .table-info th,
.kv-edit-mode .table-info th {
  font-weight: bold;
  background-color: #dc0032;
  color: #fff;
}
.site-index .row.mb20 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.site-index .row.boxes {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
}
.site-index .index-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.kv-view-mode .table tbody tr:hover,
.kv-edit-mode .table tbody tr:hover {
  background-color: transparent;
}
.kv-view-mode .section-header,
.kv-edit-mode .section-header {
  background-color: #dc0032;
  color: white;
  font-weight: bold;
  padding: 10px 15px;
  border-radius: 0;
  margin-bottom: 0;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.kv-view-mode .table-sm th,
.kv-view-mode .table-sm td,
.kv-edit-mode .table-sm th,
.kv-edit-mode .table-sm td {
  padding: 0.3rem;
}
.kv-view-mode .badge,
.kv-edit-mode .badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background-color: #6c757d;
  border-radius: 0.25rem;
  vertical-align: middle;
}
.kv-view-mode .badge.active,
.kv-edit-mode .badge.active {
  background-color: #28a745;
}
.kv-view-mode .badge.pud,
.kv-edit-mode .badge.pud {
  background-color: #6c757d;
}
.kv-view-mode .badge.gmbh,
.kv-edit-mode .badge.gmbh {
  background-color: #007bff;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--brand-color);
}
.kv-view-mode .badge.switzerland,
.kv-edit-mode .badge.switzerland {
  background-color: #ffc107;
}
.select2-container--krajee-bs5:not(.select2-container--disabled) .select2-dropdown {
  box-shadow: 0 4px 8px rgba(220, 0, 50, 0.25);
  border-color: #ffdbe2;
}
.card.border-default .kv-action-btn {
  color: var(--brand-color);
}
.card.border-default .kv-action-btn:hover {
  color: var(--darker-brand-color);
}
.footer-navbar-container a:active {
  color: var(--darker-brand-color);
}
ul.action-buttons .dropdown-action-item a {
  color: #dc0032 !important;
}
ul.action-buttons .dropdown-action-item:hover a {
  color: var(--darker-brand-color) !important;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--brand-color);
}
.label-success {
  background-color: var(--brand-color);
}
.label-warning {
  background-color: #f0ad4e;
}
.label-danger {
  background-color: #d9534f;
}
#w0 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.panel-body {
  padding: 15px;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.panel-heading .btn-group .btn {
  margin: 0;
  border-radius: 0;
  text-transform: none;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.42857143;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
  color: #333;
  transition: all 0.3s ease-in-out;
}
.panel-heading .btn-group .btn:hover,
.panel-heading .btn-group .btn:focus {
  background-color: #e6e6e6;
  border-color: #adadad;
  color: #333;
  text-decoration: none;
}
.alert-dpd,
#testScandataImport {
  color: #ffffff;
  background-color: var(--brand-color);
  border-color: #ebccd1;
  font-size: 1.1em;
}
.alert-danger {
  --bs-alert-color: white;
  --bs-alert-bg: var(--brand-color);
}
.sortable li {
  padding: 5px 10px;
}
.select2-container--krajee .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 12px;
}
.select2-search__field {
  width: 100%!important;
}
.select2-container--krajee-bs5 .select2-selection--multiple .select2-search__field:focus {
  border-color: transparent !important;
  box-shadow: none !important;
}
.select2-container--krajee .select2-selection--multiple .select2-selection__rendered {
  display: block;
  padding-right: 20px;
}
.dropdown-action-item {
  display: list-item;
}
.sort-item-icon {
  color: #c8c8c8;
  padding: 2px;
  padding-right: 10px;
  font-size: 12px;
}
input.form-control {
  border-radius: 4px !important;
}
.input-group input.form-control:last-child {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.file-preview .file-drop-zone {
  min-height: 200px;
}
.select2-container .select2-selection--single {
  height: auto;
  padding-left: 2px !important;
  cursor: pointer;
}
.select2-container .select2-selection--single .select2-selection__rendered,
.select2-container .select2-selection--multiple .select2-selection__choice {
  white-space: break-spaces;
  line-height: 1.5;
}
.btn-group.dropdown-container {
  min-width: 0 !important;
  margin-right: 7px !important;
}
.kv-grid-table th .select2-container .select2-selection--single .select2-selection__rendered,
.kv-grid-table th .select2-container .select2-selection--multiple .select2-selection__choice {
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  height: 96%;
}
.fa-icon-container {
  display: inline-flex;
  text-align: center;
}
.fa-icon-container .fa-icon {
  font-size: 1.4em;
}
.fa-icon-container .fa-text {
  height: auto;
  margin: auto;
}
.footer-navbar-container .dropdown-toggle span.caret {
  margin-bottom: 5px;
}
.action-buttons .fa-icon {
  font-size: 1.15em;
}
@media (min-width: 768px) {
  .dropdown-menu.action-buttons .fa-icon {
    width: 25px;
    text-align: center;
  }
}
a.kv-action-btn:hover,
a.kv-action-btn:focus,
.file-actions a:hover,
.file-actions a:focus,
.action-buttons a:hover,
.action-buttons a:focus {
  text-decoration: initial !important;
}
.fa-kv-icon {
  font-size: 1.4em !important;
}
input.krajee-datepicker {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.kv-grid-table thead th {
  color: var(--brand-color);
}
.datepicker table tr td span.active.active {
  background-color: var(--brand-color);
}
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover {
  background-color: #A90026;
}
.dropdown-menu.dropdown-menu-right.show {
  left: auto !important;
  top: auto !important;
  right: 0 !important;
}
.input-group .form-control:not(:last-child) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.input-group .form-control:nth-child(2) {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form-control {
  font-size: var(--font-size-inputs);
}
@media (max-width: 767px) {
  .visible-xs-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    width: 95%!important;
  }
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 95%!important;
  }
}
.kv-align-bottom-f {
  vertical-align: bottom !important;
}
.found {
  background-color: #c7ffd9;
}
.help-found-title {
  margin-top: 30px;
}
.help-found {
  background-color: #c7ffd9;
}
.help-search-input {
  width: 200px;
  display: inline;
  vertical-align: middle;
}
.help-search-btn {
  margin: 0 2px;
  padding: 0 5px;
  background: none;
  border: none;
  font-size: 20px;
  vertical-align: middle;
}
.help-content-container {
  margin: 20px;
  overflow: auto;
  max-height: 70vh;
}
.help-form {
  float: right;
}
.panel-title-container {
  display: inline-flex;
  height: 30px;
}
.panel-title-help {
  margin: auto;
}
table.confluenceTable {
  margin-top: 10px;
  margin-bottom: 10px;
}
table.confluenceTable th,
table.confluenceTable tr,
table.confluenceTable td {
  border: 1px solid #ddd;
  padding: 5px;
}
.config-cols {
  z-index: 1002;
}
.col-def-checkbox {
  vertical-align: middle;
  margin: 0px 5px 0px 0px !important;
}
.col-def-span {
  vertical-align: middle;
  font-size: 14px;
  color: #333333;
  cursor: pointer;
}
.col-def-span:hover {
  color: #777777;
}
/*# sourceMappingURL=site.css.map */
-form {
  float: right;
}
.panel-title-container {
  display: inline-flex;
  height: 30px;
}
.panel-title-help {
  margin: auto;
}
table.confluenceTable {
  margin-top: 10px;
  margin-bottom: 10px;
}
table.confluenceTable th,
table.confluenceTable tr,
table.confluenceTable td {
  border: 1px solid #ddd;
  padding: 5px;
}
.config-cols {
  z-index: 1002;
}
.col-def-checkbox {
  vertical-align: middle;
  margin: 0px 5px 0px 0px !important;
}
.col-def-span {
  vertical-align: middle;
  font-size: 14px;
  color: #333333;
  cursor: pointer;
}
.col-def-span:hover {
  color: #777777;
}
/*# sourceMappingURL=site.css.map */
-form {
  float: right;
}
.panel-title-container {
  display: inline-flex;
  height: 30px;
}
.panel-title-help {
  margin: auto;
}
table.confluenceTable {
  margin-top: 10px;
  margin-bottom: 10px;
}
table.confluenceTable th,
table.confluenceTable tr,
table.confluenceTable td {
  border: 1px solid #ddd;
  padding: 5px;
}
.config-cols {
  z-index: 1002;
}
.col-def-checkbox {
  vertical-align: middle;
  margin: 0px 5px 0px 0px !important;
}
.col-def-span {
  vertical-align: middle;
  font-size: 14px;
  color: #333333;
  cursor: pointer;
}
.col-def-span:hover {
  color: #777777;
}
.custom-nav .nav-item {
  margin-right: 15px;
  font-size: 13px;
}
.select2-container--krajee-bs5 .select2-selection--single .select2-selection__rendered {
  text-align: left;
  padding-right: 10px;
}
.krajee-datepicker {
  font-size: var(--font-size-inputs);
}
.custom-nav .nav-link {
  color: #000;
  padding: 10px 15px;
  transition: background-color 0.3s, color 0.3s;
}
.custom-nav .nav-link:hover {
  color: var(--brand-color);
}
.custom-nav .nav-item.active .nav-link,
.custom-nav .nav-link.active,
.custom-nav .nav-item.show .nav-link,
.custom-nav .nav-item.dropdown .dropdown-toggle.show {
  background-color: var(--brand-color);
  color: #fff;
  border-radius: 4px;
}
.custom-nav .dropdown-menu {
  border-radius: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.custom-nav .dropdown-item:hover {
  background-color: #f8f9fa;
  color: var(--brand-color);
}
.breadcrumb {
  display: flow-root !important;
  padding: var(--breadcrumb-padding-vertical) var(--breadcrumb-padding-horizontal);
  margin-bottom: var(--line-height-computed);
  list-style: none;
  background-color: var(--breadcrumb-bg);
  border-radius: var(--border-radius-base);
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li::before {
  padding: 0 5px;
  color: var(--breadcrumb-color);
  content: var(--breadcrumb-separator) "\00a0";
  /* Unicode space added since inline-block means non-collapsing white-space */
}
.breadcrumb > .active {
  color: var(--breadcrumb-active-color);
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: var(--btn-font-weight);
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: var(--padding-base-vertical) var(--padding-base-horizontal);
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  border-radius: var(--btn-border-radius-base);
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: var(--btn-default-color);
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: var(--cursor-disabled);
  opacity: 0.65;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: var(--btn-default-color);
  background-color: var(--btn-default-bg);
  border-color: var(--btn-default-border);
}
.btn-default:hover {
  border-color: var(--btn-default-border);
  background-color: var(--btn-default-bg-hover);
}
table {
  background-color: var(--table-bg);
}
col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
td[class*="col-"],
th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
caption {
  padding-top: var(--table-cell-padding);
  padding-bottom: var(--table-cell-padding);
  color: var(--text-muted);
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: var(--line-height-computed);
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: var(--table-cell-padding);
  line-height: var(--line-height-base);
  vertical-align: top;
  border-top: 1px solid var(--table-border-color);
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid var(--table-border-color);
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.btn {
  margin-right: 5px;
}
.btn-success,
.btn-primary,
.btn-warning {
  color: #fff !important;
  background-color: #dc0032;
  border-color: #c3002c;
}
.btn.disabled {
  color: #fff !important;
  background-color: #dc0032;
  border-color: #c3002c;
}
.btn:focus {
  outline: none!important;
  box-shadow: none!important;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  white-space: normal;
}
.m-0 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.btn-success:hover,
.btn-primary:hover,
.btn-warning:hover {
  color: #fff;
  background-color: #c3002c;
  border-color: #c3002c;
}
.btn-success,
.btn-primary,
.btn-warning {
  color: #fff;
  --bs-btn-active-bg: #c3002c;
  --bs-btn-active-shadow: none;
}
.select2-container--krajee-bs5 .select2-results__option--highlighted {
  background-color: #dc0032 !important;
  color: white;
}
.select2-container--krajee-bs5 .select2-results__option[aria-selected="true"] {
  background-color: #ffb9ca !important;
  color: #dc0032;
}
.groupCheckbox:focus {
  box-shadow: none!important;
}
input:focus,
textarea:focus,
select:focus,
.select2-container--krajee-bs5 .select2-selection--single:focus,
.select2-container--krajee-bs5 .select2-selection--multiple:focus,
.select2-container--krajee-bs5.select2-container--open .select2-selection--single,
.select2-container--krajee-bs5.select2-container--open .select2-selection--multiple {
  border-color: #ec083d !important;
  box-shadow: 0 0 0 2px rgba(211, 0, 50, 0.25) !important;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-default {
  border-color: #ddd;
}
.btn-outline-secondary {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.table > tbody + tbody {
  border-top: 2px solid var(--table-border-color);
}
.table .table {
  background-color: var(--body-bg);
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: var(--table-condensed-cell-padding);
}
.table-bordered {
  border: 1px solid var(--table-border-color);
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid var(--table-border-color);
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: var(--table-bg-accent);
}
.table-hover > tbody > tr:hover {
  background-color: var(--table-bg-hover);
}
.table-row-variant.active {
  background-color: var(--table-bg-active);
}
.table-row-variant.success {
  background-color: var(--state-success-bg);
}
.table-row-variant.info {
  background-color: var(--state-info-bg);
}
.table-row-variant.warning {
  background-color: var(--state-warning-bg);
}
.table-row-variant.danger {
  background-color: var(--state-danger-bg);
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: calc(var(--line-height-computed) * 0.75);
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid var(--table-border-color);
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-default.disabled,
.btn-primary.disabled,
.btn-success.disabled,
.btn-info.disabled,
.btn-warning.disabled,
.btn-danger.disabled,
.btn-default[disabled],
.btn-primary[disabled],
.btn-success[disabled],
.btn-info[disabled],
.btn-warning[disabled],
.btn-danger[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-danger {
  box-shadow: none;
}
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}
.btn-styles {
  border-color: rgba(0, 0, 0, 0.15);
}
.btn-styles:hover,
.btn-styles:focus {
  background-color: rgba(0, 0, 0, 0.12);
  background-position: 0 -15px;
}
.btn-styles:active,
.btn-styles.active {
  background-color: rgba(0, 0, 0, 0.12);
  border-color: rgba(0, 0, 0, 0.14);
}
.btn-styles.disabled,
.btn-styles[disabled],
fieldset[disabled] .btn-styles,
.btn-styles.disabled:hover,
.btn-styles[disabled]:hover,
fieldset[disabled] .btn-styles:hover,
.btn-styles.disabled:focus,
.btn-styles[disabled]:focus,
fieldset[disabled] .btn-styles:focus,
.btn-styles.disabled.focus,
.btn-styles[disabled].focus,
fieldset[disabled] .btn-styles.focus,
.btn-styles.disabled:active,
.btn-styles[disabled]:active,
fieldset[disabled] .btn-styles:active,
.btn-styles.disabled.active,
.btn-styles[disabled].active,
fieldset[disabled] .btn-styles.active {
  background-color: rgba(0, 0, 0, 0.12);
  background-image: none;
}
/* Labels */
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: var(--label-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label a:hover,
.label a:focus {
  color: var(--label-link-hover-color);
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
/* Links */
a {
  color: var(--brand-color);
  text-decoration: none;
}
a:hover,
a:focus {
  color: var(--link-hover-color);
  text-decoration: var(--link-hover-decoration);
}
/* Images */
img {
  vertical-align: middle;
}
/* Responsive images */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
/* Horizontal rules */
hr {
  margin-top: var(--line-height-computed);
  margin-bottom: var(--line-height-computed);
  border: 0;
  border-top: 1px solid var(--hr-border);
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.select2-container--krajee-bs5 .select2-selection--multiple {
  min-height: 34px !important;
  border: 1px solid #ccc !important;
  border-radius: 0.25rem !important;
  display: flex !important;
  align-items: center !important;
}
.select2-container--krajee-bs5 .select2-selection__rendered {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
}
.select2-container--krajee-bs5 .select2-selection__choice {
  display: flex !important;
  align-items: center !important;
  margin: 2px 4px 2px 0 !important;
  padding: 0 10px 0 6px !important;
}
.select2-container--krajee-bs5 .select2-selection__choice__remove {
  margin-left: 5px !important;
  order: 1;
  cursor: pointer;
}
.select2-container--krajee-bs5 .select2-selection__choice__remove + span {
  order: 0;
}
.select2-container--krajee-bs5 .select2-search--inline {
  order: 1 !important;
  flex: 1 !important;
  margin-left: auto !important;
}
.select2-search select2-search--inline .select2-container--krajee-bs5 .select2-search__field {
  width: 7em !important;
  min-width: 4em !important;
  height: 12px !important;
}
#navbarContent .nav-item {
  margin: 0;
}
#navbarContent .dropdown-toggle,
#navbarContent .dropdown-item,
#navbarContent > ul > li > a.nav-link {
  border-radius: 0;
  text-decoration: none;
}
#navbarContent > ul > li > a.dropdown-toggle,
#navbarContent > ul > li > a.nav-link {
  padding: 13px 17px;
}
#navbarContent > ul > li > a.dropdown-toggle::after {
  margin-left: 10px;
}
#navbarContent li ul .dropdown-toggle::after {
  position: absolute;
  margin: auto;
  right: 10px;
  top: 0;
  bottom: 0;
  height: 1px;
}
#navbarContent .dropdown-toggle::after {
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
}
#navbarContent .dropdown-menu {
  margin-top: 0;
}
#navbarContent .dropdown-menu .dropdown-toggle {
  padding-right: 30px;
}
#navbarContent li ul li ul {
  margin-left: 3px;
}
.header-text {
  max-width: 60%;
  font-size: 4rem !important;
  font-family: PlutoSansDPDLight, Helvetica, Arial, sans-serif !important;
  position: absolute;
  top: 25%;
  display: block;
  margin-left: 50px;
  color: white;
}
.site-index .index-img {
  width: 100%;
  height: 350px;
  min-height: 220px;
  max-height: 40vh;
  object-fit: cover;
}
div:has(> .index-img) {
  position: relative;
}
@media (max-width: 768px) {
  .site-index .index-img {
    max-height: 30vh;
  }
  .header-text {
    top: 20%;
  }
}
#loginView .form-check-input {
  border: none !important;
}
#loginView .form-check-input:valid:checked {
  background-color: #0d6efd !important;
}
#loginView .container {
  padding-top: 0 !important;
}
#loginView .navbar {
  position: absolute;
}
#loginView .navbar-toggler {
  display: none;
}
#loginView .login-header {
  width: 100%;
}
#loginView label {
  font-weight: initial;
}
#loginView .login-main {
  padding: initial;
  position: relative;
  background: initial;
}
#loginView .login-main > *:first-child {
  margin-left: initial;
}
#loginView #login {
  position: absolute;
  right: 10%;
  top: 0;
  bottom: 0;
  margin: auto;
  height: max-content;
  width: 300px;
}
#loginView .site-index {
  padding-top: 100px;
}
#loginView .site-index .index-img {
  height: 480px;
  max-height: 50vh;
  min-height: 350px;
}
@media (max-width: 991px) {
  #loginView #navbarContent {
    width: 75%;
  }
  #loginView .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  #loginView .navbar-brand {
    width: 25%;
  }
  #loginView .container {
    padding-top: 0 !important;
  }
  #loginView .login-main {
    margin-top: 0 !important;
  }
  #loginView #login {
    position: relative !important;
    width: 100%;
    right: 0;
  }
  #loginView .site-index {
    padding-top: 70px;
  }
  #loginView .site-index .index-img {
    max-height: 30vh;
    min-height: 220px;
  }
}
@media (max-width: 768px) {
  #loginView .header-text {
    top: 20%;
  }
}
.depotcss .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  flex-wrap: wrap;
  max-width: 300px;
  overflow-x: auto;
  box-sizing: border-box;
}
.kv-view-mode .badge {
  font-size: 90%;
  font-weight: 600;
  font-family: PlutoSansDPDRegular, Helvetica, Arial, sans-serif !important;
  border-radius: 0.5rem;
}
span.badge.badge-success:empty {
  visibility: hidden;
}
.kv-grid-table > thead th input {
  min-width: 60px;
}
.kv-grid-table > thead th .input-group.date,
.kv-grid-table > thead th .select2-selection.select2-selection--single,
.kv-grid-table > thead th .select2-selection.select2-selection--multiple {
  min-width: 100px;
}
.select2-selection.select2-selection--single {
  padding-right: 2rem;
}
.select2-container .select2-selection--multiple {
  background-color: #fff;
  background-image: url(../img/arrow_down.svg);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-position-x: right 0.75rem;
  background-position-y: center;
  background-size: 16px 12px;
}
.select2-container.select2-container--open .select2-selection--multiple {
  background-image: url(../img/arrow_up.svg);
}
.select2-container--open li {
  word-break: break-word;
}
.config-cols {
  min-height: 250px;
  max-height: calc(100vh - 300px);
  overflow-x: hidden;
  overflow-y: auto;
}
div[data-pjax-container] > .giiant-crud > .grid-view,
.giiant-crud > div[data-pjax-container] > .grid-view {
  min-height: calc(100vh - 210px);
}
.kv-drp-dropdown .left-ind,
.kv-drp-dropdown .right-ind {
  cursor: pointer;
  z-index: 1;
}
.kv-drp-dropdown:has(.left-ind) input {
  padding-left: 1.5rem !important;
}
.kv-drp-dropdown:has(.right-ind) input {
  padding-right: 1.5rem !important;
}
.filters .select2-selection__rendered {
  display: flex !important;
  flex-wrap: wrap !important;
}
.btn-toolbar.kv-grid-toolbar > .btn-group .grid-export-button + .dropdown-menu.show {
  right: 4px !important;
}
.btn-toolbar.kv-grid-toolbar > .btn-group:last-child .grid-export-button + .dropdown-menu.show {
  right: 0 !important;
}
.action-buttons.dropdown-menu.show {
  display: flex;
  top: 0 !important;
  justify-content: space-evenly;
  min-width: 10px;
  width: max-content;
  padding: 7px 7px 5px 7px;
}
.select2-container--krajee-bs5 .select2-selection--multiple .select2-selection__clear {
  margin: auto 0.2rem auto 0;
  padding: 5px;
  font-size: 20px;
  cursor: pointer;
}
.select2 .select2-selection--multiple .select2-selection__rendered {
  flex-wrap: wrap !important;
}
.select2-search__field {
  width: calc(100% - 3px) !important;
}
tr.kv-expand-detail-row > td {
  background-color: unset !important;
  box-shadow: none !important;
}
.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
  background-color: #DC0032FF;
  border-color: #DC0032FF;
}
.btn-success {
  --bs-btn-hover-bg: #900021FF!important;
}
.btn:focus-visible {
  border-color: #900021FF !important;
}
.alert.growl {
  padding: 0.5em 1em;
}
.alert.growl:has(> .kv-progress-bar.visible) {
  padding-bottom: 0.8em;
}
.alert.growl > .kv-progress-bar {
  border: 1px solid var(--brand-color);
  border-top: none;
  border-radius: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  height: 0.7em;
}
.alert.growl > .kv-progress-bar > .progress-bar {
  background-color: var(--brand-color);
}
.alert.growl > .kv-alert-separator {
  margin: 0.25em 0;
}
/*# sourceMappingURL=site.css.map */
/*# sourceMappingURL=site.css.map */