:root {
    --primary-blue: #4A90E2;
    --light-blue: #E8F4F8;
    --sidebar-width: 200px;
    --sidebar-collapsed: 70px;
    --header-height: 60px;
    --footer-height: 36px;
    --bottom-nav-height: 60px;
}

html {
  font-size: 12px;
}

/*@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}*/

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.s-dnone {
    display: none;
}

/* JS Tree Icons */
.jstree-icon.mi-folder::before {
    font-family: 'Material Icons';
    content: 'folder';
    font-style: normal;
    font-size: 18px;
    color: #007bff;
}

.jstree-icon.mi-ledger::before {
    font-family: 'Material Icons';
    content: 'request_quote';
    font-style: normal;
    font-size: 18px;
    color: #28a745;
}

.tabulator.small {
    font-size: 12px;
}

.s-sm-small {
    font-size: 0.875rem;
}

.s-cal-icon-input {
    background-image: url('/_content/SharedWeb/img/icons/calendar2_16.png');
    background-repeat: no-repeat;
    background-position: right;
    background-origin: content-box;
    background-color: white !important;
}

.no-focus-outline:focus,
.no-focus-outline:focus-visible,
.no-focus-outline:active {
    outline: none !important;
    box-shadow: none !important;
}