﻿/* Variables */
/* 1:1 Bootstrap */
/* eigen Definitionen */
#sidebarWrapper {
  width: 200px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 999;
  transition: all 0.3s; }
  #sidebarWrapper.active {
    margin-left: -200px; }

#sidebar {
  padding-top: 20px;
  height: 100vh; }
  #sidebar .nav-item.seperator > * {
    height: 1px;
    min-height: 1px;
    margin: 10px 10%;
    padding: 0;
    background-color: #dee2e6;
    cursor: default; }

.responsivSidebarScrollPadding {
  padding-top: 20px !important; }

#sidebarToggler {
  position: absolute;
  right: -28px;
  width: 30px;
  top: 20px;
  margin-top: 4.5rem;
  cursor: pointer; }
  #sidebarToggler .fas::before {
    content: "\f104"; }
  #sidebarToggler.active .fas::before {
    content: "\f105"; }
  #sidebarToggler.active {
    background-color: #0060f2;
    color: #fff; }

@media (min-width: 768px) {
  #sidebarWrapper {
    /* position: fixed; */
    padding-top: 68px; } }

@media (max-width: 768px) {
  #sidebarWrapper {
    margin-left: -200px; }
    #sidebarWrapper.active {
      margin-left: 0; }
  #sidebarCollapse span {
    display: none; }
  #sidebar {
    padding-top: 68px; }
  #sidebarToggler {
    background-color: #0060f2;
    color: #fff; }
    #sidebarToggler .fas::before {
      content: "\f105"; }
    #sidebarToggler.active .fas::before {
      content: "\f104"; }
    #sidebarToggler.active {
      background-color: transparent;
      color: inherit; } }

#content {
  width: calc(100% - 200px);
  padding: 40px;
  min-height: 100vh;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 4.5rem; }
  #content.active {
    width: 100%; }

@media (max-width: 768px) {
  #content {
    width: 100%; }
    #content.active {
      width: calc(100% - 250px); } }

#wrapper {
  margin-top: 68px; }

#overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9998;
  background-color: rgba(128, 128, 128, 0.8); }

#overlay_content {
  z-index: 9999;
  margin: 10% auto;
  height: 50px;
  width: 300px;
  color: #fff;
  background-color: rgba(128, 128, 128, 0.5);
  border: 1px solid #cccccc;
  padding: 10px;
  text-align: center; }

#mainNav {
  height: 68px;
  background-color: #fff;
  position: relative; }

#mainNavMenu {
  left: auto !important;
  right: 0px; }

#mainNavContent {
  flex-direction: row-reverse; }
  #mainNavContent .nav-item.seperator {
    width: 1px;
    min-width: 1px;
    padding: 0;
    background-color: #dee2e6;
    cursor: default; }

#mainNav .navbar-brand img {
  height: 40px;
  width: auto;
  position: relative;
  top: -4px; }

#toast {
  position: fixed;
  right: 40px;
  top: 92px;
  z-index: 899;
  min-width: 250px; }

.validationError {
  color: red;
  display: none; }

.custom-radio .label-danger {
  display: block; }

.label.label-danger {
  color: #dc3545 !important; }

@media (min-width: 768px) {
  #mainNav {
    position: fixed; } }

@media (max-width: 768px) {
  #mainNavContent {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #dee2e6;
    border-top: 0;
    margin-left: -1rem;
    margin-right: -1rem; } }

/* Cardview Anpassungen */
.dxbs-cardview > .card {
  border: 0; }

.card dd {
  margin-bottom: 0; }

/* Anpassungen Akte */
.nav.nav-tabs {
  padding: .5rem 0.25rem 0;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem; }
  .nav.nav-tabs:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0; }

.modal-dialog .modal-title {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.2; }

.tab-pane .schuldner.row {
  min-height: 240px; }

/* Anapssungen Fotos */
#FileManagerFotos .dxbs-file-container .row > div:not(.dxbs-fm-page-indent) {
  min-width: 210px; }
  #FileManagerFotos .dxbs-file-container .row > div:not(.dxbs-fm-page-indent) .dxbs-fm-item-title {
    display: none; }

/* FormLayout Anpassungen */
.form-check-label span {
  font-weight: bold; }

label.col-form-label {
  font-weight: bold; }

.custom-control-label {
  font-weight: bold; }

/* Berichtseingabe */
#smartwizard:not(.sw-main) ul, #smartwizard:not(.sw-main) div {
  display: none; }

/* ZV-Info */
#sw_zvinfo:not(.sw-main) ul, #sw_zvinfo:not(.sw-main) div {
  display: none; }

/* zvInputCheckboxBlock */
.zvInputCheckboxBlock {
  cursor: pointer; }
  .zvInputCheckboxBlock .card-header {
    padding: 0; }
  .zvInputCheckboxBlock .card-body {
    padding: 0.5rem; }
  .zvInputCheckboxBlock .custom-control-label {
    margin: 1rem 0 0 1rem; }
