body {
  background-color: #121212;
  color: #555555;
}

@media (min-width: 991.98px) {
  main {
    padding-left: 240px;
  }
}

.navbar-toggler {
  color: white !important;
}

.kinfo .background {
  width: 90%;
  margin: 5%;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 5px 5px 0 rgba(60, 64, 67, .08), 0 1px 3px 0 rgba(60, 64, 67, .16);
  background-color: #1e1e1e;
}

.kinfo .bd {
  background-color: #2e2e2e;
  border-radius: 30px;
  border: 1px solid #0d0d0d;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #555555;
  font-size: 13px;
  margin-bottom: 20px;
  box-shadow: 0 5px 5px 0 rgba(60, 64, 67, .08), 0 1px 3px 0 rgba(60, 64, 67, .16);
}

.form-label {
  font-weight: bold;
  color: gainsboro;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

a {
  text-decoration: none !important;
  color: white !important;
}

.public-fileview {
  background-color: #0d0d0d;
  padding: 10px 10px 5px 10px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.image-viewer, .audio-viewer, .video-viewer {
  position: relative;
  left: 50%;
  transform: translate(-50%);
  max-width: 100%;
  max-height: 80vh;
  border-radius: 3px;
}


.pdf-viewer, .text-viewer, .pptx-viewer {
  position: relative;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  height: 80vh;
  border-radius: 3px;
}

.text-viewer {
  background-color: #fff;
}
.kinfo .infos {
  margin:10px;
  margin-left:20px;
}

.kinfo .bd .header {
  padding: 10px;
  border-bottom: 1px solid #0d0d0d;
}

.kinfo .bd .body {
  padding: 10px;
}

.kinfo .bd .alone {
  padding: 19px;
  color: white;
}

.kinfo .btn-secondary {
  background-color: #2e2e2e;
  border: 1px solid #0d0d0d;
  color: white!important;
  box-shadow: 0 5px 5px 0 rgba(60, 64, 67, .08), 0 1px 3px 0 rgba(60, 64, 67, .16)!important;
  transition: .2s;
}

.kinfo .btn-secondary:hover {
  background-color: #1e1e1e!important;
}

.switch {
  background-color: #2e2e2e;
  border-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border: 1px solid #0d0d0d;
  padding: 7px 10px;
  width: 90px;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 10px;
  color: white;
}

.kinfo .auftraege {
  background-color: #2e2e2e;
  border-radius: 30px;
  border: 1px solid #0d0d0d;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white;
  font-size: 13px;
  margin-bottom: 20px;
  box-shadow: 0 5px 5px 0 rgba(60, 64, 67, .08), 0 1px 3px 0 rgba(60, 64, 67, .16);
}

.kinfo .icon {}

.kinfo .icon-flex {
  display: flex;
  align-items: center;
  margin-top: 10px;
  font-weight: bold;
}

.kinfo .icon-bg {
  height: 40px;
  width: 40px;
  background-color: #3e3e3e;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 5px 5px 0 rgba(60, 64, 67, .08), 0 1px 3px 0 rgba(60, 64, 67, .16);
  color: white;
}

.sidebar {
  background-color: #f9f9f9 !important;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 58px 0 0;
  /* Height of navbar */
  /* box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%), 0 2px 10px 0 rgb(0 0 0 / 5%);*/
  border-right: 1px solid rgba(0, 0, 0, .125);
  width: 240px;
  z-index: 600;
}

@media (max-width: 991.98px) {
  .sidebar {
    width: 100%;
  }

  .profilemenu {
    display: none;
  }

  .profilecontainer {
    width: 100% !important;
    margin-left: 0px !important;
  }
}

html {
  height: 100%;
  scrollbar-width: thin;
}

body {
  height: calc(100% - 60px);
}

.progress .progress-bar {
  position: unset !important;
}

.profilemenu {
  padding-top: 25px;
  margin-top: -16px;
  width: 240px;
  height: calc(100% + 16px);
  border-right: 1px solid #dee2e6;
}

.profilemenu .items {
  position: relative;
  display: block;
  padding: .5rem 1rem;
  color: #28242c;
  text-decoration: none;
  border: none !important;
  cursor: pointer;
  transition: .2s;
  border-radius: 5px;
  margin-bottom: 0px;
  font-weight: bold;
}

.profilemenu .active {
  background-color: #f9f9f9;
  ;
}

.profilecontainer {
  margin-left: 10px;
  width: calc(100% - 250px);
  height: 100%;
}

.profilecontainer .avatar {
  width: 110px;
}

.profilecontainer .info {
  width: calc(100% - 110px);
  position: relative;
}

.profilecontainer .info p {
  padding: .5rem 0rem 0rem 1rem;
  color: #28242c;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0px;
}

.btn-options {
  color: #fff;
  background-color: #28242c;
  border-color: #28242c;
  border-radius: 50% !important;
}

.topalert {
  position: absolute;
  width: calc(100% - 240px);
  height: 25px;
  margin-top: -16px;
  margin-left: -12px;
  text-align: center;
  display: inline-block;
  z-index: 300;
}

.btn-options:hover {
  background-color: #423E46;
  border-color: #423E46;
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: 0.5rem;
  overflow-x: hidden;
  overflow-y: auto;
}

.nav-tabs {
  margin-bottom: 20px;
}

.navbar {
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .07), 0 2px 4px rgba(0, 0, 0, .05);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .07), 0 2px 4px rgba(0, 0, 0, .05);
  padding-top: .5625rem;
}

.nav-link {
  color: #555555 !important;
  text-decoration: none !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.nav-link:hover {
  color: black !important;
}

.form-signin .form-control {
  background-color: #f9f9f9 !important;
  color: black !important;
  border: 1px solid #dee2e6 !important;
}

.form-control {
  background-color: #1e1e1e !important;
  color: white !important;
  border: 1px solid #0d0d0d !important;
}

tbody, td, tfoot, th, thead, tr {
  border: none;
}

tr td:first-child { 
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; 
}

tr td:last-child { 
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.select2-container--bootstrap-5 .select2-selection {
  background-color: #2e2e2e !important;
  color: white !important;
  border-color: #0d0d0d !important;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
  color: white !important;
}

.select2-container--bootstrap-5 .select2-dropdown {
  background-color: #1e1e1e !important;
  color:white !important;
  border-color: #0d0d0d !important;
}

.modal-content {
  border-radius: .2rem;
  background-color: #1e1e1e !important;
  color: white !important;
}

.modal-title {
  color: white !important;
}

.navbar-light .navbar-nav .nav-link {
  color: white !important;
}

.offcanvas-body .active {
  background-color: #28242c !important;
  border-color: #28242c !important;
  border-radius: 3px;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.sidebar .active {
  background-color: #28242c !important;
  border-color: #28242c !important;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.dropdown-item {
  text-decoration: none !important;
}

.dropdown-item:active {
  background-color: #28242c !important;
  color: #fff !important;
}


input, textarea, select, .select2-selection {
  box-shadow: none !important;
  border: 1px solid #ced4da !important;
}

.sep {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: #28242c;
  border-bottom: 1px solid rgba(0, 0, 0, .125);
  margin: 10px 0;
  margin-bottom: 0px;
}

.list-group-item {
  background-color: transparent;
  border: none !important;
  cursor: pointer;
  transition: .2s;
  border-radius: 0px !important;
  margin-bottom: 0px;
  font-weight: bold;
}

.list-group-item:hover {
  color: white;
  background-color: #28242c !important;
  border-color: #28242c !important;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  border-right: 5px solid white !important;
}

.form-floating {
  margin-top: 25px;
}

.btn-primary {
  background-color: #1e1e1e !important;
  border: none !important;
  transition: .2s;
}

.btn-primary:hover {
  background-color: #2e2e2e !important;
}

.btn-secondary {
  background-color: #3e3e3e !important;
  border-color: #0d0d0d !important;
  transition: .2s;
}

.btn-secondary:hover {
  background-color: #2e2e2e !important;
}

button, .btn {
  box-shadow: none !important;
  border-radius: 5px;
  color: white !important;
  text-decoration: none;
  font-weight: bold;
}

a {
  text-decoration: none !important;
  color: #28242c;
}

a:hover {
  color: #28242c;
}

.navbar-toggler {
  border: 0 !important;
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
}

.breadcrumb {
  background-color: #f9f9f9;
  /*box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%), 0 2px 10px 0 rgb(0 0 0 / 5%);*/
  border-bottom: 1px solid rgba(0, 0, 0, .125);
  padding: 7px 15px !important;
}

.card {
  box-shadow: 0 1px 1px 0 rgba(60, 64, 67, .08), 0 1px 3px 0 rgba(60, 64, 67, .16);
}

.card-header {
  background-color: #f9f9f9;
}

.breadcrumb-item a {
  text-decoration: none;
  color: #28242c !important;
}

.form-signin {
  background-color: white;
  border-radius: 5px;
  width: 100%;
  max-width: 345px;
  padding: 30px;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  margin: auto;
}

.form-control {
  background-color: #2e2e2e !important;
  color: white !important;
  border: 1px solid #0d0d0d !important;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Table Styling */

.table {
  overflow: show;
  --bs-table-striped-bg: #f9f9f9;
  --bs-table-hover-bg: #f5f5f5;
  --bs-table-striped-color: #28242c;
  --bs-table-hover-color: #28242c;
  color: #28242c;
}

.bg-dark {
  background-color: #28242c !important;
}

.container-fluid {
  height: calc(100% - 53px);
}

.container-fluid a {
  color: #28242c !important;
  text-decoration: none;
}

.container-fluid a:hover {
  text-decoration: underline;
}

.modal-content {
  border-radius: .2rem;
}


.table-dark {
  --bs-table-bg: white;
  color: #28242c;
}

.dataTables_wrapper {
  margin-top: 30px;
}

.dataTables_wrapper .active .page-link {
  background-color: #28242c !important;
  border-color: #28242c !important;
  color: white !important;
}

.fastmenu {
  width: 100%;
  height: 39px;
  background-color: #f9f9f9;
  border: 1px solid #dee2e6;
  border-top: none;
  border-right: none;
  display: flex;
  flex-direction: row;
  flex: 0 1 20%;
}

.fastmenu .item:nth-child(5) {
  border-right: none;
}

.fastmenu .item:nth-child(1) {
  margin-left: -1px;
}

.fastmenu .item {
  color: #28242c;
  display: inline-block;
  border-right: 1px solid #dee2e6;
  padding: 7px 14px !important;
  width: 48px;
  transition: .2s;
}

.fastmenu .item:hover {
  color: white;
  background-color: #28242c !important;
}

.fastmenu p {
  position: absolute;
  top: 35px;
  font-size: 14px;
  font-weight: bold;
  color: #28242c;
  text-align: center;
  width: 100%;
}

.bd {
  background-color: #f9f9f9;
  border-radius: 3px;
  border: 1px solid #dee2e6;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #555555;
  font-size: 13px;
  margin-bottom: 20px;
}

.bd .header {
  padding: 10px;
  border-bottom: 1px solid #dee2e6;
}

.bd .body {
  padding: 10px;
}

.bd .alone {
  padding: 19px;
}

.p-title {
  padding: 5px 0px 25px 0px;
}

.p-title h3 {
  margin: 0;
  color: #555555;
  font-weight: 400;
  font-size: 20px;
}

.p-title h4 {
  margin: 0;
  color: #555555;
  font-weight: 400;
  font-size: 18px;
}

.lead {
  font-weight: 400;
}