html {
  font-size: 1rem; }

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column; }

.alert-debug {
  background-color: #fff;
  border-color: #d6e9c6;
  color: #000; }

.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48; }

img.i18n_flag {
  vertical-align: baseline; }

a {
  text-decoration: none;
  color: theme-color("primary") !important;
  cursor: pointer; }

h1 {
  font-size: 1.6rem; }

h2 {
  font-size: 1.4rem; }

.root {
  list-style-type: none;
  padding-inline-start: 0; }

.children {
  list-style-type: none;
  padding-inline-start: 1.5rem; }

.grp-tabular .grp-table .grp-tbody .grp-th, .grp-tabular .grp-table .grp-tbody .grp-td {
  background: theme-color("primary") !important; }

.grp-group > h2 {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, theme-color("light")), color-stop(100%, theme-color("border-gray"))) !important;
  background-image: -moz-linear-gradient(theme-color("light"), theme-color("border-gray")) !important;
  background-image: -webkit-linear-gradient(theme-color("light"), theme-color("border-gray")) !important;
  background-image: linear-gradient(theme-color("light"), theme-color("border-gray")) !important; }

.bg-grey {
  background-color: #c3c9cd; }

.footer {
  /* border-top: 1px solid #dee2e6; */
  background-color: #ebebeb;
  right: 0px;
  bottom: 0px;
  position: fixed; }

.tree-card > .card-body {
  padding: .5rem; }

.tree-card {
  margin-top: .5rem;
  margin-bottom: .5rem; }

ul.tree-list {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 1.4rem;
  padding-inline-start: .8rem; }

ul.tree-list-initial {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: -1rem;
  padding-inline-start: .8rem; }

.subtree-btn {
  min-width: 1.5em; }

.htmx-indicator {
  display: none; }

.htmx-request .tree-indicator {
  display: inline; }

.htmx-request.tree-indicator {
  display: inline; }

.h-10 {
  height: 10% !important; }

.h-90 {
  height: 90% !important; }

.w-5 {
  width: 5% !important; }

.w-10 {
  width: 10% !important; }

.w-20 {
  width: 20% !important; }

.w-15 {
  width: 15% !important; }

.pagination-archivalunit-list {
  text-align: center;
  padding-top: .2rem; }

/* .active-tree-element {
  border-color: theme-color("light-gray")!important;
  border-width: 4px;
  font-weight: bold;
} */
.tab-content {
  border-color: #dee2e6 #dee2e6 #fff;
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  padding: .5rem; }

#content {
  position: relative;
  height: 100% !important;
  margin-top: -5 !important;
  /*background: #eee url(/static/grappelli/images/backgrounds/changelist-results.png) repeat scroll !important;*/
  padding-top: 0 !important;
  background-color: #ebebeb;
  background-image: url("/static/images/logos/feniks-path-light-grey.svg");
  background-repeat: no-repeat;
  background-size: 40rem 60rem; }

.mainlogo {
  padding-right: .6rem; }

.mainlogo-text {
  padding-left: 0.6rem;
  line-height: 70%;
  font-weight: 600;
  font-size: 180%; }

/* #main-container {
  background-color: #fff;
}*/
.nav-link-no-tab {
  display: block;
  padding: .5rem 1rem; }

.styled-scrollbars {
  /* Foreground, Background */
  scrollbar-color: #777777 #ebebeb; }

.styled-scrollbars::-webkit-scrollbar {
  width: 10px;
  /* Mostly for vertical scrollbars */
  height: 10px;
  /* Mostly for horizontal scrollbars */ }

.styled-scrollbars::-webkit-scrollbar-thumb {
  /* Foreground */
  background: #777777; }

.styled-scrollbars::-webkit-scrollbar-track {
  /* Background */
  background: #ebebeb; }

#tree-nav {
  /* background: #ececec url(/static/grappelli/images/backgrounds/changelist-results.png) repeat scroll !important; */
  background-color: #ebebeb;
  border-top: 1px #dee2e6 solid; }

#content-top {
  background-color: #fff;
  padding: 0 1.3rem 1.3rem 1.3rem;
  border-bottom: 1px #dee2e6 solid;
  border-right: 1px #dee2e6 solid;
  border-left: 1px #dee2e6 solid; }

#content-subtree {
  width: 100%; }

#content-list {
  /* background: #eee url(/static/grappelli/images/backgrounds/changelist-results.png) repeat scroll !important;*/
  max-height: 100% !important;
  overflow: auto !important;
  border-top: 1px #dee2e6 solid; }

#search-results {
  padding: 0 1rem 1rem 1rem; }

.active-lang {
  color: black !important; }

.btn:disabled {
  opacity: .35 !important; }

.smaller {
  font-size: smaller; }

/* 
.split {
  display: flex;
  flex-direction: row;
}

.gutter {
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: 50%;
}

.gutter.gutter-horizontal {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAAIklEQVQoU2M4c+bMfxAGAgYYmwGrIIiDjrELjpo5aiZeMwF+yNnOs5KSvgAAAABJRU5ErkJggg==');
  cursor: col-resize;
}
*/
