.default-style .sidenav .app-brand.demo {
  height: 66px;
}

.material-style .sidenav .app-brand.demo {
  height: 70px;
}

.app-brand-logo.demo {
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.app-brand-logo.demo svg {
  width: 20px;
  height: 11px;
}

.app-brand-text.demo {
  font-size: 1.1rem;
}

.layout-1 .layout-sidenav .app-brand.demo,
.layout-1 .layout-sidenav .app-brand.demo + .sidenav-divider,
.layout-reversed .layout-2 .layout-sidenav .app-brand.demo {
  display: none;
}

.layout-1 .layout-navbar .app-brand.demo,
.layout-reversed .layout-2 .layout-navbar .app-brand.demo {
  display: -ms-flexbox !important;
  display: flex !important;
}

.layout-1 .layout-navbar .layout-sidenav-toggle,
.layout-reversed .layout-2 .layout-navbar .layout-sidenav-toggle,
.layout-offcanvas .layout-navbar .layout-sidenav-toggle,
.layout-fixed-offcanvas .layout-navbar .layout-sidenav-toggle {
  display: block !important;
}

@media (min-width: 992px) {
  .layout-offcanvas .layout-sidenav .layout-sidenav-toggle,
  .layout-fixed-offcanvas .layout-sidenav .layout-sidenav-toggle {
    display: none;
  }
}

/* *****************************************************************************
 * Navbar
 */

.demo-navbar-messages .dropdown-toggle,
.demo-navbar-notifications .dropdown-toggle,
.demo-navbar-user .dropdown-toggle,
.demo-navbar-messages.b-nav-dropdown .nav-link,
.demo-navbar-notifications.b-nav-dropdown .nav-link,
.demo-navbar-user.b-nav-dropdown .nav-link {
  white-space: nowrap;
}

.demo-navbar-messages .dropdown-menu,
.demo-navbar-notifications .dropdown-menu {
  overflow: hidden;
  padding: 0;
}

@media (min-width: 992px) {
  .demo-navbar-messages .dropdown-menu,
  .demo-navbar-notifications .dropdown-menu {
    margin-top: .5rem;
    width: 22rem;
  }

  .demo-navbar-user .dropdown-menu {
    margin-top: .25rem;
  }
}


/* *****************************************************************************
 * Content
 */

.demo-vertical-spacing > * + * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}

.demo-vertical-spacing-sm > * + * {
  margin-top: .9375rem !important;
  margin-bottom: 0 !important;
}

.demo-vertical-spacing-lg > * + * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}

.demo-inline-spacing > *,
.demo-paragraph-spacing > p > * {
  margin: 0 .375rem .9375rem 0 !important;
}

.demo-paragraph-spacing > p {
  margin: 0;
}

.demo-blocks > * {
  display: block !important;
}

html:not(.material-style) .material-style-only {
  display: none !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir=rtl] .rtl-only {
  display: block !important;
}

/* *****************************************************************************
 * Layouts
 */

.layout-example-block {
  margin-top: 10px;
  padding: 10px;
  border: 1px solid rgba(0,0,0,.04);
  border-radius: 2px;
  background: rgba(0,0,0,.04);
  color: #c7254e;
}
.layout-example-block code {
  background: none;
  color: #666;
}

.layout-example-block-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 500px;
}

.layout-example-block-sidenav {
  width: 24%;
  background: #607d8b;
}
.layout-example-block-sidenav code {
  color: #fff;
}

.layout-example-block-navbar {
  background: #3ca99e;
}
.layout-example-block-navbar code {
  color: #fff;
}

.layout-example-block-content {
  background: #9e9e9e;
}
.layout-example-block-content code {
  color: #fff;
}

.layout-example-block-1 .layout-example-block-content {
  width: 74%;
}

.layout-example-block-2 .layout-example-block-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 74%;
}
.layout-example-block-2 > .layout-example-block {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
.layout-example-block-2 .layout-example-block-content {
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.layout-example-block-1-no-sidenav .layout-example-block-content {
  width: 100%;
}

.layout-example-code {
  display: block;
  overflow: auto;
  margin: 0;
  padding: 30px;
  min-width: 0;
  width: 100%;
  background: #fff;
}

.layout-example-run {
  display: inline-block;
  margin: 3px;
  padding: 4px 6px;
  border: 1px solid #eee;
  background: transparent;
  white-space: nowrap;
  line-height: 1;
}

.layout-example-block-3 .layout-example-block-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.layout-example-block-3 .layout-example-block-inner > .layout-example-block {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
.layout-example-block-3 .layout-example-block-inner .layout-example-block-container-fluid {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.layout-example-block-3 .layout-example-block-sidenav-horizontal {
  background: #607d8b;
}
.layout-example-block-3 .layout-example-block-container-fluid {
  background: #fff;
}
.layout-example-block-3 .layout-example-block-container-fluid code {
  color: #666;
}
.layout-example-block-3 .layout-example-block-footer {
  background: #e6514a;
}




/*..........*/

.sidenav .app-brand.uapp {padding-top:22px;padding-bottom:19px}

.lh135{line-height:1.35}
.lh14{line-height:1.4}
.lh11{line-height:1.1}

.medium {font-size:1.2rem;line-height:1.1}
.bigger {font-size:1.5rem;line-height:1.2}

.text-medium{font-size:120%}
.text-fz85{font-size:85%!important}
.text-075rem,.text-sm{font-size:0.75rem!important} /*Schriftgroesse btn-sm*/

.text-0894rem,.text-def{font-size:0.894rem!important}


/*forms*/
span.req::after,
.form-label.req::after,
.switcher-label.req::after{content:' *';color:#d9534f}

.form-label,
.switcher-label,
.wsnw {white-space:nowrap}
/*.card-header{white-space:nowrap}*/

.text-muted,.switcher-label-dsb,.wsno{white-space:normal!important}

.inventary input[type="number"] {-moz-appearance:textfield;margin:0;padding:0;border:none;border-radius:0}
.inventary input[type="number"]::-webkit-inner-spin-button,
.inventary input[type="number"]::-webkit-outer-spin-button {-webkit-appearance:none;margin:0}

.form-control.text-dark::placeholder{color:#4E5155!important}
.custom-file-label::after{content:"Durchsuchen"}
/*forms*/


/*request*/
.ilitem {position:relative;height:120px;overflow:hidden}
.ilitem small,.ilitem div.small_tit{display:block;height:100%;z-index:1;text-align:center;padding:20px 10px 5px 10px;-moz-hyphens:auto;-o-hyphens:auto;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;font-weight:500;font-size:90%}
.ilitemw{width:100%;height:36px;position:absolute;bottom:0;left:0;display:block}
.ilitem input {width:40%;text-align:center;border:none;padding:0;height:36px;line-height:36px;z-index:2;position:absolute;bottom:0;left:30%;color:#fff;background:transparent}
.ilitem em{display:block;width:30%;height:36px;text-align:center;position:absolute;bottom:0;line-height:36px;color:#fff;cursor:pointer;font-size:110%;background:transparent}
.ilitem em:first-child{left:0}
.ilitem em:last-child{right:0}
/*request*/

/*datatables*/
html.default-style div.card-datatable{padding:1.5rem 0 0.3rem 0}
/*datatables*/

ul.lsn{list-style:none;padding-left:0}

.cp{cursor:pointer}

.collapse-icon.cibig::after{
    margin-top: -.35rem;
    margin-left: -1.15rem;
    width: .7rem;
    height: .7rem;
    border-bottom: 0.18rem solid rgba(24, 28, 33, 0.4);
    border-left: 0.18rem solid rgba(24, 28, 33, 0.4);
}

.col-xxl-2,
.col-xxl-3,
.col-xxl-5,
.col-xxl-6,
.col-xxl-10{min-height:1px;padding-right:0.75rem;padding-left:0.75rem;position:relative}
.visible-xxl{display:none}

@media (min-width: 1740px) {
	html.default-style .container{width:1640px}
	.col-xxl-2{width:16.66667%;float:left;max-width:16.66667%;flex:0 0 16.66667%;-webkit-box-flex:0}
	.col-xxl-3{width:25%;float:left;max-width:25%;flex:0 0 25%;-webkit-box-flex:0}
	.col-xxl-5{width:41.66667%;float:left;max-width:41.66667%;flex:0 0 41.66667%;-webkit-box-flex:0}
	.col-xxl-6{width:50%;float:left;max-width:25%;flex:0 0 50%;-webkit-box-flex:0}
	.col-xxl-10{width:83.33333%;float:left;max-width:83.33333%;flex:0 0 83.33333%;-webkit-box-flex:0}
	
	.visible-xxl{display:block!important}
	.d-xxl-block{display:block!important}
	.hidden-xxl{display:none!important}
	.text-xxl-right{text-align:right!important}
}

/* bootstrap-select.css */
.bootstrap-select .no-results{font-size:0.75rem} /*text-075rem*/

/* bootstrap-material-datetimepicker.css' */
@media (max-width: 767px) 
{
	.dtp-select-month-before,.dtp-select-month-after, .dtp-select-year-before, .dtp-select-year-after, .dtp-select-year-range.before, .dtp-select-year-range.after{font-size:1.0rem}
	.dtp-actual-num, .dtp-actual-maxtime{font-size:1.625rem}
	.dtp-actual-month, .dtp-actual-year{font-size:1rem}
	.dtp-date, .dtp-time,.dtp-picker{padding:0.5rem 1rem}
	.dtp-picker-month{padding-bottom:.7rem !important}
}
