:root {
  --gray: rgb(58, 76, 91);
  --gray-light: rgb(66, 86, 103);
  --gray-lighter: rgb(225, 233, 240);
  /* --primary-color: rgb(58, 76, 91); */
  --primary-color: rgb(16, 193, 139);
  --brand-primary: rgb(16, 193, 139);
  --text-color: #304C5A;
  --link-color: #304C5A;
  --link-hover-color: #304C5A;
  --sidebar: #fff;
  --sidenav-link-color: #304C5A;
  --sidenav-link-hover-bg: #56C271;
  --sidenav-link-hover-color: #ffffff;
  --logo-background: #ffffff;
  --table-label: #56C271;
  --sort-table-highlight: #56C271;
  --table-button-hover: #000a13;
  --sidebar-width: 280px;
  --background-color: #f2f5f8;
  --success-color: var(--primary-color);
}


div.dt-container div.dt-processing {
  top: 10%;
}

.sidenav > li a {
  margin: 5px 0 0 10px;
  color: rgb(150, 159, 167);
  font-size: 14px;  
}

.sidenav > li > a {
  padding: 10px 20px;
}

.sidenav > li.active a {
  color: rgb(58, 76, 91);
}

.sidenav-heading {
  color: rgb(58, 76, 91);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  margin-left: 18px;
}

.sidenav > li.has-subnav > a:before {
  color: rgb(58, 76, 91);
}

.sidenav > li.open > a {
  background-color: transparent;
}

.sidenav-subnav > li > a {
  background-color: transparent;  
}

.sidenav > li.open > a {
  color: rgb(58, 76, 91);
  /* font-weight: 600; */
}

.sidenav-subnav > li > a:hover {
  color: #000 !important;
}

.sidenav-item.has-subnav.open:hover {
  color: rgb(58, 76, 91);
}


.layout-header {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  left: 0;
  min-height: 70px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1030;
}

.navbar-default {
  background-color: transparent;
  border-color: transparent;
}

.navbar-default .navbar-search-collapsed {
  background-color: transparent;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  background-color: transparent;
}

.nav > li > a:hover, .nav > li > a:focus {
  background-color: transparent;
}

.sidenav > li:hover > a, .sidenav > li.hover > a {
  background-color: transparent;
  color: #000;
}

/* .navbar-search-toggler.collapsed .navbar-search-input {
  border: 1px solid #dadada;
  border-radius: 7px;
} */

.navbar-default .navbar-search-toggler:hover {
  background-color: transparent;
}

.panel {
  background-color: rgb(250, 250,	250);	
  border-radius: 12px;
}

.navbar-default .navbar-header {
  background-color: transparent !important;
}

.layout-sidebar-backdrop {
  border-top-right-radius: 7px;
  border-left: 5px solid var(--brand-primary);
}

.sidenav-item.has-subnav.open {
  background-color: rgb(250, 250,	250);  
  box-shadow: inset 5px 0 0 var(--brand-primary);
}

.sidenav-item.has-subnav.open > a {
  
}

.navbar-default .sidenav-toggler .bar-line.in {
  background-color: rgb(58, 76, 91);
}

.dt-length label, .dt-info {
  color: rgb(91, 119, 143);
  font-size: 10px;  
  letter-spacing: 0.75px;
  font-weight: 600;
  text-transform: uppercase;
}

.panel-body {
  padding: 30px;
}
#navbar {
  background-color: var(--background-color);
}

.dtfh-floatingparent.dtfh-floatingparent-head {  
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.15);
  border-radius: 7px;
}

.dtfh-floatingparent.dtfh-floatingparent-head .table > thead > tr > th {
  border: none;
}

.btn-pill:hover {
  color: #000;
}

.navbar-brand-center {
  top: 40px;
}
.layout {
  
}

.custom-control-indicator {
  border-color: rgb(58, 76, 91);
}

#navbar {
  margin-left: 20px;
  padding-left: 0;
  border-bottom: 1px solid rgb(220, 228, 235);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;  
  height: 70px !important;
}

ul.nav.navbar-nav {
  height: 70px !important;
}

.navbar-default .navbar-nav > li {
  height: 70px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgb(220, 228, 235);
}

ul.nav.navbar-nav > ul > li:last-of-type {
  border-right: none;
}

#navbar > ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;  
}

/* .navbar-collapse.collapse {
  display: flex;
  justify-content: center;
} */

li.dropdown.hidden-xs ul.dropdown-menu {  
  display: none; 
}

li.dropdown.hidden-xs.open ul.dropdown-menu {
  display: block;  
}

.avatar-bg {
  background-color: var(--brand-primary);
  color: #fff;  
  font-size: 12px;
}

.layout-sidebar-collapsed #navbar {
  margin-left: 0;
  padding-left: 15px;
}

div.dt-buttons.btn-group {
  display: flex;
  flex-direction: row;
  height: 29px;
}

div.dt-buttons.btn-group .btn {
  padding: 4px 8px;
  font-size: 12px;
}

div.dt-container div.dt-paging ul.pagination {
  
}
div.dt-container div.dt-paging ul.pagination li {
  
}

.pagination > li > a, .pagination > li > span {
  padding: 4px 10px;
}

.table-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
}

.help-wrapper {
  background: #fff;
  border-radius: 7px;
  padding: 40px;
}

.help-wrapper > .row {
  margin-top: 40px;
}

.list-categories > li {
  cursor: pointer;
}
.list-categories > ul >li:hover {
  color: #fff;
}

#fileTable td:first-child {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.sub-title-bar {
  margin-bottom: 20px;
}

.tab-content .btn {
  margin: 0 10px;
}

#table-stammdaten_wrapper {
  padding: 20px;
}

.tab-content .action-buttons {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 20px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  font-weight: 600;
}

.btn-warning {
  background: rgba(231, 76, 60,0.75);
  border-color: #e74c3c;
  
  
  /* text-shadow: 1px 1px 0px #4b2c09;   */
}
a.btn {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.btn-warning:hover {
  background: rgba(231, 76, 60, 1);
}

.table > thead > tr > th {
  border-color: var(--brand-primary);
}

.sidenav-subnav {
  padding-left: 6px;
}

.dropdown-menu {
  box-shadow: 2px 5px 40px rgba(0, 0, 0, 0.25)
}

input.navbar-search-input::placeholder {
  color: rgb(111, 143, 170) !important;
}

input + small {
  color: rgb(111, 143, 170);
  padding: 10px 13px;
  display: inline-block;
}


.form-group .switch {
  margin-top: 7px;
} 

select.md-form-control option:checked {
  background-color: rgb(206, 206, 206);
}

#toast-container>div {
  margin-top: 10px;
  border-radius: 7px;
}

#toast-container>div:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.35); 
}

td.actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  gap: 10px;
}

.filter-form {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 10px;
}
#columnFilters {
  background-color: #fff;
  padding: 40px;
  border-radius: 7px;  
}