:root {
  --bs-body-bg-rgb: 244, 244, 244;
  --bs-body-bg: #f4f4f4;
  --bs-body-font-size: 14px;
  --bs-body-color: #000 !important;
  --s-sidebar-band-bg: var(--bs-primary);
  --s-card-bg: white;
  --s-card-border: white;
  --s-border-color: rgba(0,0,0,0.1);
  --s-primay-text-color: black;
  --s-transparent: rgba(139,177,205,0.1);
  --s-sidebar-header-color: #005fb1;
  --s-input-active: white;
  --s-input-inactive: #f4f4f4;
  --s-input-bg: #fff;
  --s-input-border: rgba(0,0,0,.1);
  --s-logo-border: drop-shadow(1px 1px 0 black) drop-shadow(-1px 1px 0 black) drop-shadow(1px -1px 0 black) drop-shadow(-1px -1px 0 black);
  --s-tool-border: #aaa;
  --s-tabs-border: rgba(0, 0, 0, .1);
  --s-tabs-border-active: #3c78ff;
  --s-tabs-text: #7f8bb5;
  --s-tabs-text-active: #3c78ff;
  --s-select2-disabled: #f4f4f4;
  /*dark theme:   */
}

html {
    font-size: var(--bs-body-font-size);
}
  html.dark {
    --bs-body-bg-rgb: 7,18,36;
    --bs-body-bg: #071222;
    --bs-body-font-size: 14px;
    --bs-body-color: #d0d6e3 !important;
    --s-sidebar-band-bg: #071b36;
    --s-card-bg: #0a182c;
    --s-card-border: #0f223c;
    --s-border-color: rgba(132, 148, 177, .2);
    --s-primay-text-color: #d0d6e3;
    --bs-link-color: #accfff;
    --bs-link-hover-color: #598aff;
    --s-transparent: rgba(0,0,0,.1);
    --s-sidebar-header-color: #071b36;
    --s-inactive-text: #555352;
    --s-input-active: #071222;
    --s-input-inactive: rgba(255,255,255,0.2);
    --s-input-bg: #071222;
    --s-input-border: rgba(132,148,177,.2);
    --s-logo-border: drop-shadow(1px 1px 0 black) drop-shadow(-1px 1px 0 black) drop-shadow(1px -1px 0 black) drop-shadow(-1px -1px 0 black);
    --s-tool-border: rgba(69,99,137,.3);
    --s-tabs-border: #6eb5ff20;
    --s-tabs-border-active: #6eb5ff;
    --s-tabs-text: #7f8bb5;
    --s-tabs-text-active: #6eb5ff;
    --s-select2-disabled: #323b49;
    /*--bs-bg-opacity: .7;
    --bs-body-color: #d0d6e3;
    --bs-body-color-rgb: 208,214,227;
    --bs-purple: #836ba8;
    --bs-light-rgb: 15,36,66;
    --bs-light: #0f2442;
    --bs-link-color: #accfff;
    --bs-link-hover-color: #598aff;
    --s-alt-row-bg: rgba(0, 0, 0, .1);
    --s-bright-rgb: 11,12,15;
    --s-card-border: #0f223c;
    --s-card-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .4);
    --s-card-title: #e4e4e4;
    --s-category-title: #6f82c5;
    --s-column-header: #8693c2;
    --s-column-header-hover-bg: rgba(68, 129, 239, .25);
    --s-column-header-border: rgb(52, 60, 102);
    --s-column-footer: #7ec6cd;
    --s-deleted: #999;
    --s-disabled: #6c727f;
    --s-inactive: #999;
    --s-input-bg: var(--bs-body-bg);
    --s-input-border: rgba(132, 148, 177, .2);
    --s-input-border-error: #951818;
    --s-input-clear: #9c78c8;
    --s-input-dirty-bg: rgb(63, 17, 44);
    --s-input-outline: rgba(38, 113, 203, .25);
    --s-input-outline-error: rgba(203, 48, 48, .25);
    --s-input-text: #c8cfdf;
    --s-input-readonly-bg: #0d1c32;
    --s-no-results: #9880bd;
    --s-modal-shadow: 0 0 6px 3px rgba(98, 106, 136, .1);
    --s-pager-icon: #3fb7ff;
    --s-pager-text: #b2bbc9;
    --s-placeholder: #536078;
    --s-bright-rgb: 248,249,250;
    --s-scroll-thumb: #5b6a7b;
    --s-scroll-thumb-hover: #7c90a5;
    --s-scroll-track: #2f3d4e;
    --s-sidebar-band-link: #616a9f;
    --s-sidebar-band-link-active: #e4e4e4;
    --s-sidebar-band-title: #e4e4e4;
    --s-sidebar-band-title2: rgb(160, 103, 185);
    --s-sidebar-icon: #5c638d;
    --s-sidebar-icon-active: #50b6ff;
    --s-sidebar-link: #c7ccd3;
    --s-sidebar-link-active: #fff;
    --s-cell-border: rgba(180, 198, 239, .1);
    --s-cell-input-border: rgba(55, 65, 104, .4);
    --s-tabs-border: #6eb5ff20;
    --s-tabs-border-active: #6eb5ff;
    --s-tabs-text: #7f8bb5;
    --s-tabs-text-active: #6eb5ff;
    --s-tool-icon: #8075af;
    --s-tool-border: rgba(69, 99, 137, .3);*/
  }

  /*de adaugat html.dark un versiunea finala!!!!!!!*/
  /*html .a{
      color: var(--s-link-color)
  }*/

.s-container-tight,
.s-container-narrow {
    width: 100%;
    padding-right: var(--bs-gutter-x, 1.5rem);
    padding-left: var(--bs-gutter-x, 1.5rem);
    margin-right: auto;
    margin-left: auto;
}

.s-container-tight {
    max-width: 32rem;
}

.s-container-narrow {
    max-width: 48rem;
}

.s-full-page {
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 100vh;
}

.s-sidebar {
  position: fixed;
  top: 48px;
  left: 0;
  bottom: 0;
  transform: translateX(-100%);
  z-index: 11;
  display: flex;
  width: 300px;
  transition: transform .25s ease;
}

.s-sidebar-expanded .s-sidebar {
    transform: translateX(0);
}

.s-sidebar-menu,
.s-sidebar-header-actions {
    list-style: none;
    margin: 0;
    padding: 0;
}

.s-sidebar a:hover {
    text-decoration: none;
}

.s-sidebar-header-link {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #bde8fd;
}
html.dark .s-sidebar-header-link {
  color: #616a9f;
}
html.dark s-sidebar-header-link:hover, .s-sidebar-header-link:hover {
  color: white !important;
}

  .s-sidebar-header-link {
    margin-right: 1.5rem;
    font-size: 21px;
  }

.s-sidebar-pane {
  /* scrollbar in caz ca se doreste */
  overflow-y: auto;
  scrollbar-width: thin;
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  bottom: 0;
  background: #fff;
  border-right: 1px solid #e8e9ea;
  font-size: 14px;
  display: flex;
  flex-direction: column;
}

.s-sidebar-icon {
    line-height: 1;
    text-align: center;
    margin-right: 8px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex: 0 0 1em;
    vertical-align: middle;
    color: #0c6190;
}

.s-sidebar-link {
    vertical-align: middle;
    display: flex;
    position: relative;
    align-items: center;
    text-decoration: none;
    padding: 0.2rem 12px 0.2rem 18px;
    color: #2d3542;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.01em;
    text-transform: none;
}

.s-sidebar-link:hover,
.s-sidebar-pane .active > .s-sidebar-link {
    color: #007eff;
}

.s-sidebar-link:hover .s-sidebar-icon,
.active > .s-sidebar-link > .s-sidebar-icon {
    color: #007eff;
}

.s-sidebar-menu .s-sidebar-menu {
    margin-left: 1em;
}

.s-sidebar-menu .s-sidebar-menu .s-sidebar-link {
    font-weight: 400;
}

.s-sidebar-link-text {
    flex-grow: 1;
}

.s-sidebar-menu-toggle {
    flex: 0 0 1em;
    text-align: center;
    transform-origin: 0.5em 50%;
}

.s-sidebar-header {
    background-color: var(--s-sidebar-header-color);
    border-bottom: 1px solid #e8e9ea;
    border: none;
    height: 48px !important;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
}

.s-sidebar-header-actions {
    margin-left: auto;
    display: flex;
    justify-content: center;
}

.s-sidebar-toggler {
    font-size: 32px;
    line-height: 32px;
    text-align: center;
    color: white;
    border: none;
    background: none;
}

.s-sidebar-toggler:focus,
.s-sidebar-toggler:focus-visible {
    outline: none;
    box-shadow: none;
}

.s-sidebar-header-logo {
  width: 100%;
  height: 100%;
  padding-bottom: 0.175rem;
  padding-top: 0.175rem;
  /*filter: var(--s-logo-border);*/
  /*filter: drop-shadow(2px 2px 0 white)
          drop-shadow(-2px 2px 0 white)
          drop-shadow(2px -2px 0 white)
          drop-shadow(-2px -2px 0 white);*/
}

.s-sidebar-header-title {
    margin-left: 8px;
    color: #007eff;
}

[aria-expanded=true] > .s-sidebar-menu-toggle {
    transform: rotate(90deg);
}

.s-sidebar-search {
    position: relative;
}

.s-sidebar-search-icon {
    position: absolute;
    left: 0.4em;
    top: 0.4em;
    font-size: 15px;
}

.s-sidebar-search-input {
    padding-left: 2.3rem;
    border: 1px solid #ddd;
    line-height: 23px;
}

.s-sidebar-search-input:active,
.s-sidebar-search-input:focus {
    outline: none;
}

.is-match > .s-sidebar-menu.collapse {
    display: block;
}

.is-match.s-sidebar-group {
    display: block;
    margin-bottom: 1.5rem;
}

.s-sidebar-item.non-match,
.s-sidebar-group.non-match {
    display: none !important;
}

.s-sidebar-item.is-match.has-children > a {
    pointer-events: none;
}

@media (min-width: 1200px) {
    .s-sidebar {
        top: 48px;
        transform: translateX(0);
    }

    .s-main {
        padding-left: 300px;
    }

    .s-sidebar-toggler {
        visibility: hidden;
        width: 10px !important;
    }
}

.hidden,
:root .hidden {
    display: none !important;
}

.text-aqua {
    color: #51b6ff !important;
}

.text-blue {
    color: var(--bs-blue) !important;
}

.text-fuchsia {
    color: #f012be !important;
}

.text-gray {
    color: var(--bs-gray) !important;
}

.text-green {
    color: var(--bs-green) !important;
}

.text-light-blue {
    color: #3c8dbc !important;
}

.text-lime {
    color: #01ff70 !important;
}

.text-maroon {
    color: #d81b60 !important;
}

.text-navy {
    color: #0055ad !important;
}

.text-olive {
    color: #3d9970 !important;
}

.text-orange {
    color: var(--bs-orange) !important;
}

.text-purple {
    color: var(--bs-purple) ;
}

.text-red {
    color: var(--bs-red) !important;
}

.text-teal {
    color: var(--bs-teal) !important;
}

.text-yellow {
    color: var(--bs-yellow) !important;
}

body.disable-css-transitions *,
body.disable-css-transitions *:after,
body.disable-css-transitions *:before {
    transition: none !important;
}

.card {
    background-color: #fff;
    border: 1px solid #e8e9ea;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(53, 65, 76, 0.03);
}

.card-header {
    border-bottom-color: #e8e9ea;
}

.card-header:first-child {
    border-radius: 4px 4px 0 0;
}

body {
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-feature-settings: "liga" 0;
}

section.content {
    padding: 1.25rem;
    min-height: calc(100vh - 50px);
}

section.content-header {
    padding-bottom: 1rem;
}

.full-height-page section.content {
    display: flex;
    flex-direction: column;
}

section.content > .s-Panel,
section.content > .s-DataGrid {
    flex: 1 1 auto;
}

section.content-header > h1 {
    font-size: 1.75rem;
}

section.content > .s-DataGrid {
    border: 1px solid var(--s-border-color);
    padding: 1rem;
}

.slick-row {
    line-height: 19px;
}

.slick-cell a, .category-anchor {
    text-decoration: none;
}

.slick-cell input[type=text] {
    padding-top: 0;
    padding-bottom: 0;
}

.slick-cell input[type=text], select {
    border-color: var(--s-border-color);
    border-style: solid;
    border-width: 1px;
}

.s-Toolbar .button-inner {
    line-height: 18px;
}

.s-Form input {
    padding: 1px 3px;
}

.ui-front {
    z-index: 1031;
}

.ui-dialog-titlebar-close {
    border: none;
    background: transparent;
    color: white;
}

.ui-dialog.mobile-layout .ui-dialog-titlebar-close {
  filter: invert(1);
}

.ui-dialog-buttonset button {
    border-width: 1px;
}

.ui-datepicker-trigger {
  border: none;
  background-color: transparent;
}

.fa-clipboard-check::before {
  content: "\f0c7";
}

.ui-widget-content iframe {
    background: white;
}
.open > .dropdown-menu {
  background: var(--s-card-bg);
}
.dropdown-item:hover, .dropdown-item:focus,
.dropdown-menu li:hover {
  background: #3875d7;
  color: white;
}
.s-sidebar-header-branding{
    height:130%;
}