.System_ActivityOverlay {
  visibility: hidden;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 9999;
}

.checkbox label {
  cursor: pointer;
}

.numerics, .integers, .numbers, input[type=number] {
  text-align: right;
}

.strong {
  font-weight: bold;
}

.outline-none {
  outline: none;
}

.faded {
  color: #dddddd;
}

.selectable,
.nav-tabs li,
.table-single-select tbody tr:not(.noselect),
.table-multi-select tbody tr:not(.noselect),
table.table-hover tbody tr,
.cursor-pointer,
.collapsable {
  cursor: pointer;
}

.table-multi-select,
.table-single-select {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                   supported by Chrome, Opera and Firefox */
}

.bg-test {
  background-color: lightyellow;
}

table tr.selected, .selectableSelected {
  background-color: lightblue;
}

@media only print {
  .fixed-bottom {
    margin-top: 2em;
  }

  nav {
    display: none !important;
  }

  .tab-pane {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .btn {
    display: none !important;
  }

  .masterDetail > div:first-child {
    display: none !important;
  }
}
/* and (min-width: 540px) */
@media only screen and (min-width: 768px) {
  table.table-scrollable {
    /*overflow-y: auto !important;
    display: block;
    width: 100%;

    thead th,
    thead td {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
    }

    tfoot th,
    tfoot td {
      position: -webkit-sticky;
      position: sticky;
      bottom: 0;
    } */
  }
  table.table-scrollable tbody {
    display: block;
    overflow-y: auto;
  }
  table.table-scrollable thead, table.table-scrollable tfoot, table.table-scrollable tbody tr {
    display: table;
  }

  /*.masterDetail,*/
  .adjustableFillHeightScroll,
.masterDetail > div + div:not(.dont-scroll) {
    overflow-y: auto;
  }

  .container-fullheight,
.adjustableFillHeight,
.masterDetail > div:first-of-type {
    overflow-y: hidden;
  }
}
table.table-scrollable thead, table.table-scrollable tfoot, table.table-scrollable tbody tr {
  width: 100%;
  table-layout: fixed;
}

.trTemplate, .divTemplate, .crdTemplate, .itemTemplate,
.trNoneTemplate, .divNoneTemplate, .crdNoneTemplate, .itemNoneTemplate,
.trOtherTemplate, .divOtherTemplate, .crOtherTemplate, .itemOtherTemplate,
.filtered, .ctrlTemplate {
  display: none !important;
}

[data-locale_string], [data-locale_string2], [data-to_fixed2], [data-to_fixed1], [data-to_fixed], [data-max_digits], [data-currency], [data-percent] {
  text-align: right;
}

.td-xs, .width-xs {
  width: 2em !important;
}

.td-sm, .width-sm {
  width: 4em !important;
}

.td-md, .width-md {
  width: 6em !important;
}

.td-lg, .width-lg {
  width: 8em !important;
}

.td-xl, .width-xl {
  width: 10em !important;
}

.td-xxl, .width-xxl {
  width: 12em !important;
}

.td-xxxl, .width-xxxl {
  width: 14em !important;
}

table.table-col-min-xs td, table.table-col-min-xs th {
  min-width: 2em !important;
}

table.table-col-min-sm td, table.table-col-min-sm th {
  min-width: 4em !important;
}

table.table-col-min-md td, table.table-col-min-md th {
  min-width: 6em !important;
}

table.table-col-min-lg td, table.table-col-min-lg th {
  min-width: 8em !important;
}

table.table-col-min-xl td, table.table-col-min-xl th {
  min-width: 10em !important;
}

table.table-sortable thead th {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

a i {
  width: 1em;
  text-align: center;
}

.System_MessageBox {
  position: fixed;
  bottom: 2em;
  z-index: 10000;
  max-height: 6em;
  overflow: auto;
}

@media (min-width: 768px) {
  .masterDetail > div:first-child {
    border-right: 1px solid gainsboro;
  }

  .System_MessageBox {
    left: 25%;
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .System_MessageBox {
    left: 0;
    width: 100%;
  }
}
@media (min-width: 576px) {
  .d-sm-none-larger {
    display: none !important;
  }

  .masterDetail [data-collapselimit=sm].isCollapsed .hideOnCollapsed {
    display: none;
  }

  .masterDetail [data-collapselimit=sm]:not(.isCollapsed) .showOnCollapsed {
    display: none;
  }
}
@media (min-width: 768px) {
  .d-md-none-larger {
    display: none !important;
  }

  .masterDetail [data-collapselimit=md].isCollapsed .hideOnCollapsed {
    display: none;
  }

  .masterDetail [data-collapselimit=md]:not(.isCollapsed) .showOnCollapsed {
    display: none;
  }
}
@media (min-width: 992px) {
  .d-lg-none-larger {
    display: none !important;
  }

  .masterDetail [data-collapselimit=lg].isCollapsed .hideOnCollapsed {
    display: none;
  }

  .masterDetail [data-collapselimit=lg]:not(.isCollapsed) .showOnCollapsed {
    display: none;
  }
}
@media (min-width: 1192px) {
  .d-xl-none-larger {
    display: none !important;
  }

  .masterDetail [data-collapselimit=xl].isCollapsed .hideOnCollapsed {
    display: none;
  }

  .masterDetail [data-collapselimit=xl]:not(.isCollapsed) .showOnCollapsed {
    display: none;
  }
}
@media (min-width: 1392px) {
  .d-xxl-none-larger {
    display: none !important;
  }
}
@media (max-width: 575.98px) {
  .small-xs {
    font-size: 80%;
    font-weight: 400;
  }

  .d-xs-none-smaller {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .small-sm {
    font-size: 80%;
    font-weight: 400;
  }

  .d-sm-none-smaller {
    display: none !important;
  }

  .modal-dialog {
    margin-bottom: 50px;
  }
}
.modal {
  overflow-x: hidden;
  overflow-y: auto;
}

@media (max-width: 991.98px) {
  .small-md {
    font-size: 80%;
    font-weight: 400;
  }

  .d-md-none-smaller {
    display: none !important;
  }
}
@media (max-width: 1191.98px) {
  .small-lg {
    font-size: 80%;
    font-weight: 400;
  }

  .d-lg-none-smaller {
    display: none !important;
  }
}
@media (max-width: 1391.98px) {
  .small-xl {
    font-size: 80%;
    font-weight: 400;
  }

  .d-xl-none-smaller {
    display: none !important;
  }
}
.disabledClear {
  background-color: transparent !important;
  border: none;
}

/*.collapsable .collapseIcon,*/
/*.collapsable .expandIcon {*/
/*position:  absolute;*/
/*right:     1em;*/
/*top:       50%;*/
/*transform: translateY(-50%);*/
/*}*/
.tr-group-header,
.item-group-header,
.collapsable {
  position: relative;
}

/* .collapsable */
.collapseIcon,
.expandIcon {
  position: absolute;
  right: 0.5em;
  /*top:      0.5em;*/
  top: 50%;
  transform: translateY(-50%);
}

.collapsable:not(.collapsed) .collapseIcon {
  display: none;
}

.collapsable.collapsed .expandIcon {
  display: none;
}

.collapsable.collapsed + * {
  display: none;
}

.statusNew .statusNewHidden {
  display: none !important;
}
.statusNew .statusNewInvisible {
  visibility: hidden !important;
}

.balance-text {
  text-wrap: balance;
  /* Apply (proposed) CSS style */
}

.btn-link-inline {
  align-items: normal;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font: inherit;
  height: auto !important;
  padding: 0 !important;
  margin: 0;
  perspective-origin: 0 0;
  transform-origin: 0 0;
  width: auto;
  -moz-appearance: none;
  vertical-align: baseline;
  text-align: inherit;
  -webkit-logical-height: 1em;
  /* Chrome ignores auto, so we have to use this hack to set the correct height  */
  -webkit-logical-width: auto;
  /* Chrome ignores auto, but here for completeness */
}

.btn-link-inline:hover {
  text-decoration: underline;
}

button.list-group-item,
button.dropdown-item {
  outline: none;
  cursor: pointer;
}

.btnFooterAddBinder,
.btnFooterAddContact,
.btnFooterAddPhoto,
.btnFooterAddReminder,
.btnFooterAddExpenses {
  font-size: 120%;
}

.custom-fw {
  width: 1.25em !important;
  display: inline-block;
  text-align: center;
}

.img-text {
  max-height: 1em;
  width: 1em;
  object-fit: contain;
  display: inline-block;
}

.tr-group-header,
.item-group-header {
  background-color: #eeeeee;
  cursor: pointer;
}

.tr-group-header td,
.item-group-header {
  color: #666666;
  padding: 0.1em;
  font-size: 0.9em;
}

/*.tr-group-header .collapseIcon,*/
/*.tr-group-header .expandIcon,*/
/*.item-group-header .collapseIcon,*/
/*.item-group-header .expandIcon {*/
/*float: right;*/
/*}*/
.tr-group-header:not(.collapsed) .collapseIcon,
.item-group-header:not(.collapsed) .collapseIcon {
  display: none;
}

.tr-group-header.collapsed .expandIcon,
.item-group-header.collapsed .expandIcon {
  display: none;
}

.text-transparent {
  color: rgba(0, 0, 0, 0);
}

.fancy-checkbox input[type=checkbox],
.fancy-checkbox .checked {
  display: none;
}

.fancy-checkbox .checked,
.fancy-checkbox .unchecked,
.form-check-input,
.form-check-label {
  cursor: pointer;
}

.fancy-checkbox input[type=checkbox]:checked ~ .checked {
  display: inline-block;
}

.fancy-checkbox input[type=checkbox]:checked ~ .unchecked {
  display: none;
}

.fancy-checkbox-enlarged-i .checked i,
.fancy-checkbox-enlarged-i .unchecked i {
  font-size: 200%;
  vertical-align: middle;
}

.ellipses-truncate {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipses-truncate-td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hoverAction:hover,
[data-md_master]:hover {
  background-color: #f5f5f5 !important;
  cursor: pointer;
}

.hoverUnderline:hover {
  cursor: pointer;
  text-decoration: underline;
}

.d-none-alt {
  display: none !important;
}

[data-readonly_view_mode=ROFixed] [data-readonly_view]:not([data-readonly_view*=ROFixed]):not([data-readonly_view*=ROAll]),
[data-readonly_view_mode=ROFixed] .readonly_view_mode_edit {
  display: none !important;
}

[data-readonly_view_mode=ROToEdit] [data-readonly_view]:not([data-readonly_view*=ROToEdit]):not([data-readonly_view*=ROAll]) {
  display: none !important;
}

[data-readonly_view_mode=RWNew] [data-readonly_view]:not([data-readonly_view*=RWNew]):not([data-readonly_view*=RWAll]),
[data-readonly_view_mode=RWNew] .readonly_view_mode_edit {
  display: none !important;
}

[data-readonly_view_mode=RWEdit] [data-readonly_view]:not([data-readonly_view*=RWEdit]):not([data-readonly_view*=RWAll]),
[data-readonly_view_mode=RWEdit] .readonly_view_mode_edit {
  display: none !important;
}

.resizeInvisible, .activityOverlayInvisible {
  visibility: hidden;
}

.tab-content-bordered {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 15px;
}

.x-small {
  font-size: 50%;
}

.card-deck-responsive .card {
  max-width: 450px;
  min-width: 275px;
  margin-bottom: 2em;
}

.modal-content {
  max-height: calc(100vh - 3.5rem) !important;
}
.modal-content .modal-body {
  overflow-y: auto;
}

table .tdInput {
  padding: 0;
  position: relative;
  height: 2em;
}
table .tdInput input:not([type=hidden]), table .tdInput select, table .tdInput textarea {
  background-color: transparent;
  border: none;
  border-radius: 0;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  padding-left: 0.25em;
  padding-right: 0.25em;
}

.horizontal-scroll {
  overflow-x: auto;
}

.vertical-scroll {
  overflow-y: auto;
}

.noFocusRing:focus {
  outline: none !important;
  box-shadow: none !important;
}

.noHover {
  background: white !important;
  cursor: default;
}

input[type=checkbox],
label {
  cursor: pointer;
}

.tab-pane > .row {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

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