/* Global stylesheet */
.def-late {
  color: red;
}

.def-pending {
  color: blue;
}

.sn-false {
  color: red;
}

.sn-true {
  color: green;
}

.ax-work {
  color: green;
}

.ax-reserve {
  color: red;
}

.def-late {
  color: red;
}

.card {
  background-color: transparent !important;
}

.def-pending {
  color: blue;
}

.side-nav-item > a {
  display: flex;
  align-items: center;
}

.startcenter-collapse-data-table .ax-card-header {
  background-color: #6c8ceb;
  color: white;
  font-weight: bold;
  border-bottom: 1px solid #00b7ff;
  box-shadow: none;
  cursor: default;
}
.startcenter-collapse-data-table .ax-no-data-collapser.collapsed {
  display: none;
}

.ax-big-border > .ax-group {
  border: 2px solid lightgray;
  border-top: 0;
}

.ax-abninf-group-single .ax-group.ax-card-inner > .ax-card-header {
  background-color: #6c8ceb;
  color: white;
  font-weight: bold;
  border-bottom: 1px solid #00b7ff;
  box-shadow: none;
  cursor: default;
}

.ax-button-group > .ax-group {
  display: flex;
  flex-direction: row;
}
.ax-button-group > .ax-group .row {
  margin-top: 0;
}

.ax-abninf-table-bold .ax-card-header {
  background-color: #6c8ceb;
  color: white;
  font-weight: bold;
  border-bottom: 1px solid #00b7ff;
  box-shadow: none;
  cursor: default;
}

.ax-abninf-table-bold-axincoming .ax-card-header {
  background-color: forestgreen;
  color: white;
  font-weight: bold;
  border-bottom: 1px solid #00b7ff;
  box-shadow: none;
  cursor: default;
}

.ax-abninf-table-bold-left .ax-card-header {
  background-color: #6c8ceb;
  color: white;
  font-weight: bold;
  border-bottom: 1px solid #00b7ff;
  box-shadow: none;
  cursor: default;
}

.roboto-thin {
  font-family: "Roboto", serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-style: italic;
}

.side-nav-item-text {
  text-transform: none;
  font-weight: 500;
  font-size: 16px;
}

.compact-subtable {
  background-color: white;
  border-radius: 0.25rem;
}
.compact-subtable .ax-card-subtable {
  padding-bottom: 1em;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}
.compact-subtable .ax-card-subtable > .ax-card-header.ax-card-header-subtable.card-header {
  background: none;
  box-shadow: none;
  border: none;
  color: #464646;
  font-size: 18px;
  font-weight: 500;
  text-transform: none;
  padding: 0.5em 0.5em 0.3em 0.5em;
}
.compact-subtable.no-shadow .ax-card-subtable {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.compact-subtable ul {
  margin-bottom: 0;
}
.compact-subtable .ax-card-header-left > .ax-card-header-collapse-button {
  color: #464646;
}
.compact-subtable thead {
  background-color: #f5f5f5;
}
.compact-subtable .card-body {
  padding: 0 1em 0 1em;
}
.compact-subtable .ax-card-header-middle {
  justify-content: start;
  padding-left: 1em;
  overflow-x: auto;
}
.compact-subtable .ax-table-left-buttons {
  flex-direction: row-reverse;
}
.compact-subtable .ax-table-left-buttons button:hover {
  color: #4F7BFF;
}
.compact-subtable .ax-card-header-collapse-button {
  color: #6d6d6d;
}
.compact-subtable .table thead th {
  border: none;
  color: #363636;
  font-size: 12px;
  font-weight: 500;
}
.compact-subtable .btn-outline-white {
  color: #6d6d6d;
}
.compact-subtable .ax-no-data-collapser.collapsed {
  display: none;
}

.compact-main-tabgroup {
  height: 100%;
}
.compact-main-tabgroup > .ax-tabgroup > .nav > .nav-item > .nav-link {
  border: none;
  font-family: Roboto, serif;
  font-weight: 400;
  font-size: 18px;
  color: #858585;
}
.compact-main-tabgroup > .ax-tabgroup > .nav > .nav-item > .nav-link.active {
  border: none;
  font-family: Roboto, serif;
  font-weight: 400;
  font-size: 18px;
  color: black;
  border-bottom: 3px solid #4F7BFF !important;
}
.compact-main-tabgroup > .ax-tabgroup > .nav > .nav-item > .nav-link:hover {
  color: #4F7BFF;
}
.compact-main-tabgroup > .ax-tabgroup > .tab-pane {
  border: none !important;
  margin: 0 !important;
  background-color: #F2F2F2 !important;
}

.compact-main-tabgroup, .compact-main-tabgroup > .ax-tabgroup, .compact-main-tabgroup > .ax-tabgroup > .tab-pane {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.compact-tabgroup > .ax-tabgroup > .nav > .nav-item > .nav-link {
  font-family: Roboto, serif;
  font-weight: 400;
  font-size: 18px;
}
.compact-tabgroup > .ax-tabgroup > .tab-pane {
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}
.compact-tabgroup > .ax-tabgroup > .tab-pane.no-shadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.dynamic-menu-group {
  background-color: white;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
}
.dynamic-menu-group.no-shadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.dynamic-menu-group > .ax-group > .row {
  justify-content: center;
  margin-bottom: 0.5em;
}
.dynamic-menu-group .ax-helptext {
  background-color: transparent;
  border: none;
  font-size: 20px;
  line-height: 1;
  padding-top: 1rem;
  font-weight: 500;
  color: #202020;
}
.dynamic-menu-group .ax-applinx {
  height: fit-content;
}
.dynamic-menu-group .ax-applix__button {
  background: none !important;
  border: none !important;
  height: fit-content !important;
  color: #4F7BFF;
  padding: 0.2em 0 0.2em 1em !important;
}
.dynamic-menu-group .ax-applix__icon {
  display: none !important;
}
.dynamic-menu-group .ax-applink_title {
  width: fit-content !important;
  position: relative !important;
  font-size: 20px !important;
  text-align: left !important;
}

.ax-table-details-markup {
  padding-top: 2rem;
}

.compact-group {
  background-color: white;
  margin-bottom: 0.2rem;
  border-radius: 0.25rem;
}
.compact-group .ax-card-subtable .ax-card-inner .card-header {
  background-color: transparent;
}
.compact-group > .ax-group {
  padding: 0.4rem;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}
.compact-group > .ax-group > .ax-card-header-inner {
  background-color: white !important;
  border: none;
  text-transform: none;
  box-shadow: none;
  color: #464646;
  font-size: 18px;
  font-weight: 500;
  font-family: Roboto, "sans-serif";
}
.compact-group > .ax-group > .ax-card-header-inner > .ax-card-header-left > .ax-card-header-collapse-button {
  color: #464646;
}
.compact-group > .ax-group > .ax-card-header-inner > .ax-card-header-middle {
  justify-content: start;
  padding: 0.3rem 0 0.3rem 0.3rem;
}
.compact-group form .ax-combo__control {
  min-height: 2rem;
}
.compact-group form .ax-combo__control:not(.ax-combo__control--is-disabled) {
  border: 1px solid #CED4DA;
}
.compact-group form .ax-combo__control--is-disabled {
  border: 0 solid transparent;
  background-color: #E9ECEF !important;
}
.compact-group form .ax-combo__control--is-focused {
  box-shadow: 0 0 0 0.2rem hsla(var(--primary-h), var(--primary-s), var(--primary-l), 0.25);
}
.compact-group form .ax-combo__control {
  height: unset;
  padding: 0.1rem 0.3rem;
}
.compact-group form .ax-combo__control .css-mry1rc {
  padding: 0;
  margin: 0 2px;
}
.compact-group form .ax-combo__control .css-1g6gooi {
  margin: 0 2px;
  padding: 0;
}
.compact-group form .ax-combo__control .ax-combo__value-container {
  padding: 0;
}
.compact-group form .ax-combo__control .ax-combo__dropdown-indicator {
  padding: 0 0 0 0.3rem !important;
}
.compact-group .ax-field-control {
  min-height: 1rem !important;
}
.compact-group .ax-field-control .ax-label {
  color: #353535;
}
.compact-group .ax-field-control .ax-label-wrapper {
  line-height: 1;
  font-size: 13px;
}
.compact-group .ax-field-control > form > .input-group .input-group-text {
  padding: 0.1rem 0.5rem;
  border: none;
}
.compact-group .ax-field-control > form > .input-group > input:not(:first-child) {
  border-left: 1px solid #CED4DA !important;
}
.compact-group .ax-field-control > form > .input-group > .form-control, .compact-group .ax-field-control > form > .input-group > .ax-date-field-control.form-control {
  padding: 0.1rem 0.5rem;
  height: unset;
  min-height: 2rem;
  -webkit-backface-visibility: hidden;
}
.compact-group .ax-field-control > form > .input-group > .form-control:read-only, .compact-group .ax-field-control > form > .input-group > .ax-date-field-control.form-control:read-only {
  border: 0 solid transparent;
}
.compact-group .ax-field-control > form > .input-group > .form-control .input-group-prepend, .compact-group .ax-field-control > form > .input-group > .ax-date-field-control.form-control .input-group-prepend {
  border-right: 1px solid black;
}
.compact-group .ax-field-control > form > .input-group > .ax-date-field-control.form-control:focus {
  z-index: 3;
  color: #495057;
}
.compact-group .ax-field-control .btn {
  padding: 0.1rem 0.5rem !important;
}

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