btn-groupcharset "UTF-8";
/*  ==========================================================================
	variables
	========================================================================== */
/*  ==========================================================================
	Fonts
	========================================================================== */
/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-v15-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Light"), local("Roboto-Light"), url("../fonts/roboto-v15-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v15-latin-300.woff2") format("woff2"), url("../fonts/roboto-v15-latin-300.woff") format("woff"), url("../fonts/roboto-v15-latin-300.ttf") format("truetype"), url("../fonts/roboto-v15-latin-300.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v15-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Roboto"), local("Roboto-Regular"), url("../fonts/roboto-v15-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v15-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v15-latin-regular.woff") format("woff"), url("../fonts/roboto-v15-latin-regular.ttf") format("truetype"), url("../fonts/roboto-v15-latin-regular.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto-v15-latin-500.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Medium"), local("Roboto-Medium"), url("../fonts/roboto-v15-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v15-latin-500.woff2") format("woff2"), url("../fonts/roboto-v15-latin-500.woff") format("woff"), url("../fonts/roboto-v15-latin-500.ttf") format("truetype"), url("../fonts/roboto-v15-latin-500.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v15-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Bold"), local("Roboto-Bold"), url("../fonts/roboto-v15-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v15-latin-700.woff2") format("woff2"), url("../fonts/roboto-v15-latin-700.woff") format("woff"), url("../fonts/roboto-v15-latin-700.ttf") format("truetype"), url("../fonts/roboto-v15-latin-700.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-900 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/roboto-v15-latin-900.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Black"), local("Roboto-Black"), url("../fonts/roboto-v15-latin-900.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v15-latin-900.woff2") format("woff2"), url("../fonts/roboto-v15-latin-900.woff") format("woff"), url("../fonts/roboto-v15-latin-900.ttf") format("truetype"), url("../fonts/roboto-v15-latin-900.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/*  ==========================================================================
	Global
	========================================================================== */
html {height:100%;}
body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #002e2f;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 767px) {
  body {
    padding-top: 50px;
  }
  body.fixed-interface {
    /* padding-top: 70px; */
  }
}
@media only screen and (min-width: 768px) {
  body {
    padding-top: 40px;
  }
  body.fixed-interface {
    /* padding-top: 50px; */
  }
}
.navbar-inverse .navbar-brand,
.current-page {
  color: #fff;
}

a, a:hover {
  color: #1CA8DD;
}
#backend_beleg_posten_anzeigen form .sorting_btn{
  color: #5e5e5e;
}
.auswaehlen{
  color: #1CA8DD !important;
}
#obility_kopf_vor_anmeldung {
  padding-top: 0;
}

#backend_header {
  border: none !important;
}

.obility_schatten_seite {
  background: none;
}

/* Flexbox Sticky Footer */
.crmkd130 {
  white-space: nowrap;
}

.backend_beleg main .table {
  font-size: 14px;
}
.separator {
  clear: both;
  width: 100%;
  float: left;
}
/* border-radius */
/* placeholder */

/* @group login */
#obility_login {
  padding: 0;
}
.obility_login {
  overflow: visible;
}
.obility_kopf, .obility_login{
  background-color: #f1f1f1;
}
.obility_login table { }
.obility_login .btn { }
#login_frame {
  float: left;
  background:url("../img/obility-login-image.jpg") no-repeat scroll 0 0 #FFFFFF;
  border: 1px solid #E5E5E5;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.13);
  box-shadow: 0 1px 3px rgba(0,0,0,.13);
  font-weight: normal;
  /* margin: 30px 0 0; */
  border-radius: 2px;
}
.login_panel {
  max-width: 420px;
  padding: 40px 30px;
  background: rgba(255,255,255, .93);
}
#login_frame .form-group+.form-group {
  margin: 15px 0 0;
}
#login_frame form {
  margin: 12px 0 0;
}
#login_frame .vlist li:last-child {
  margin: 0;
  padding: 0;
}

#login_frame input::-webkit-input-placeholder{
  color: #030303 !important;
}
#login_frame input:-moz-placeholder{
  color: #030303 !important;
}
#login_frame input::-moz-placeholder {
  color: #030303 !important;
}
#login_frame input:-ms-input-placeholder {
  color: #030303 !important;
}
#login_frame input:placeholder-shown {
  color: #555 !important;
}

@media only screen and (min-width: 1208px) {
  #login_frame {
    left: 50%;
    position: absolute;
    margin-left: -603px;
    }
}
@media only screen and (max-height: 601px) {
  #login_frame {

  }
}
@media only screen and (min-height: 600px) and (min-width: 1208px)  {
 /*  #login_frame {
    top: 50%;
    transform: translate(calc(-50% - 130px), -50%);
  } */
}
@media only screen and (min-width:945px){
   #login_frame {
    width:946px;
  }
}
@media only screen and (min-width: 742px) and (max-width:1207px ) {
 #login_frame {
  width:calc(100% - 260px);
 }
}
@media only screen and (max-width: 741px)  {
   #login_frame {
    min-width: 360px;
 }
}
#login_frame {
  position: absolute;
  top: 50%;
  margin-top: -281px;
}
#login_frame h1,
#login_frame h2 {
  width: 100%;
  text-align: center;
}
#login_frame h1 {
  font-size: 28px;
  color: #de2c1e;
}
#login_frame .form-group + .form-group {
  margin-top: 30px;
}
/* #login_frame input {
  font-family: 'Open Sans', sans-serif;
  height: 35px;
  float: left;
  width: 67%;
  margin: 0;
  font-size: 14px;
} */
.obility-login-logo {
  background-image: url("../img/obility-login-logo.png");
  width: 100%;
  height: 100px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
}
.obility-login-logo-individuell {
  background-image: url("../../logo_individuell/individuell-login-logo.png");
  width: 100%;
  height: 100px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
}
#login_frame .form-control {
  height: 40px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 4px;
  border: 1px solid #ddd;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
  background-color:#fbfbfb;
}
#login_frame input:focus {
  color: #3196CA;
  border: 1px solid #3196CA;
  background: #f1faff;
}
#login_frame h2 {
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 30px;
  padding: 0 0 15px;
 color: #6e6e6d;
}
.obility_login .primaryBtn {
  background: #3196ca;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 1px 0 rgba(120, 200, 230, 0.5) inset;
  color: #FFFFFF;
  font-size: 20px;
  height: 50px;
  padding: 0 10px;
  text-decoration: none;
  width: 100%;
  text-shadow: 1px 1px 1px #666666;
  margin: 0;
  border: 1px solid #0e4769;
}
.obility_login .primaryBtn .fa {
      margin: 0 0 0 10px;
}
.popup .li_submit .button { margin-left: 250px; }
.submitBtn .icon {
  font-size: 21px;
  float: right;
  margin: 0;
}
.submitBtn {
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #21759B;
  margin: 20px 0;
}
.submitBtn:hover, .submitBtn:focus {
  background-color: #278AB7;
  background-image: linear-gradient(to bottom, #2E9FD2, #21759B);
  border-color: #1B607F;
  box-shadow: 0 1px 0 rgba(120, 200, 230, 0.6) inset;
  color: #FFFFFF;
}
.submitBtn:active {
  background: linear-gradient(to bottom, #21759B, #278AB7) repeat scroll 0 0 #1B607F;
  border-color: #124560 #2382AE #2382AE;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) inset;
  color: rgba(255, 255, 255, 0.95);
}
.obility_colorkasten { background: #3196ca; }
.obility_kopf {
  float: left;
  width: 100%;
  background: #FBFBFB;
}
/* @end login */
/*  ==========================================================================
	Buttons
	========================================================================== */
.navbar-toggle {
  border: none;
}

.btn, .nav-pills a {
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  outline: none;
}

.btnCtn {
  float: left;
  width: 100%;
}

.btn {
  cursor: pointer;
  color: #fff;
}
.btn:hover, .btn:focus, .btn:active, .btn.hover, .btn.focus, .btn.active {
  color: #fff;
}
.btn:focus, .btn.focus {
  background-color: none !important;
  outline: 0 !important;
}

.btn-primary {
  background-color: #08b44d;
  border-color: #08b44d;
}
.btn-primary:only-of-type {
  font-weight: bold;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.hover, .btn-primary.focus {
  background-color: #06883a;
  border-color: #06883a;
}
.btn-primary:active, .btn-primary.active, .btn-primary.active:hover, .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:focus, .btn-primary.focus {
  background-color: #05612a;
  border-color: #05612a;
  outline: 0 !important;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 6px #08b44d;
}

.btn-secondary, .btn-secondary:link {
  color: #fff;
}

.btn-secondary {
  background-color: #1baade;
  border-color: #1baade;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary.hover, .btn-secondary.focus {
  background-color: #168bb6;
}
.btn-secondary:active, .btn-secondary.active, .btn-secondary.active:hover, .btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:focus, .btn-secondary.focus {
  background-color: #126f91;
  border-color: #126f91;
  outline: 0 !important;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 6px #1baade;
}

.btn-tertiary {
  background-color: #e0e0e0;
  border-color: #e0e0e0;
  color: inherit;
}
.btn-tertiary:hover, .btn-tertiary:focus, .btn-tertiary.hover, .btn-tertiary.focus {
  color: inherit;
  background-color: #c9c9c9;
  border-color: #c9c9c9;
  outline: 0 !important;
}
.btn-tertiary:active, .btn-tertiary.active, .btn-tertiary.active:hover, .btn-tertiary:active:hover, .btn-tertiary:active:focus, .btn-tertiary:active.focus, .btn-tertiary.active:focus, .btn-tertiary.focus {
  color: inherit;
}
.btn-tertiary:focus, .btn-tertiary.focus {
  box-shadow: 0 0 6px #1c1c1c;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 6px #f0ad4e;
  border-color: none;
}

.btn-danger {
  color: #fff !important;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 6px #c9302c;
  border-color: none;
}

.btn-default {
  color: inherit !important;
}

.button-group > .row + .row {
  margin-top: 15px;
}

[class^="col"] > .btn {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .button-group [class^="col"] + [class^="col"] {
    margin-top: 15px;
  }

  /* .col_status, .col_expand {
    display: none;
  } */
}
@media only screen and (min-width: 768px) {
  .cell {
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    overflow: hidden;
    height: 76px;
    float: left;
    width: 100%;
  }
  #backend_beleg_bedarfsanforderungen .cell {
    height: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .button-group-bottom {
    margin-bottom: 15px;
  }
  .button-group-bottom .col-margin {
    margin-bottom: 15px;
  }
}
.btn-expand {
  display: inline-block !important;
  color: inherit !important;
  cursor: pointer;
}
.btn-expand:hover {
  text-decoration: none;
  color: inherit;
}
.btn-expand.on:before {
  content: "\f13a";
}

.tr_expanded .cell, #backend_beleg_bedarfsanforderungen .tr_expanded .cell {
  overflow: visible;
  height: auto;
}
.ac_results {
	background: #ffffff;
  z-index: 9999 !important;
}

.cell {
  font-size: 14px;
}

.btn-link.open .fa:before {
  content: "\f056";
}

.btnNav {
  text-align: center;
  margin: 15px 0;
}
.nav-pills + .btnNav {
  margin: -10px 0 0;
}
.tr_primaere_infozeile.tr_expanded+.tr_zusatzzeile,
.tr_primaere_infozeile.tr_expanded+.tr_sekundaere_infozeile, .tr_primaere_infozeile.tr_expanded+.tr_sekundaere_infozeile+.tr_sekundaere_infozeile {
  display: table-row;
}
.tr_zusatzzeile,
.tr_sekundaere_infozeile {
  display: none;
}
.tr_sekundaere_infozeile.tr_expanded {
  display: table-row;
}
/* @group Link Buttons */
.link-btn, .link-btn-before, .link-btn-before-spacing {
  position: relative;
  display: inline;
  -webkit-transition: .25s all ease;
  transition: .25s all ease;
  color: inherit;
  /* line-height: 22px;
  border-bottom: 1px solid #FFF; */
  /* padding: 1px 3px; */
}
.link-btn:hover, .link-btn-before:hover, .link-btn-before-spacing:hover {
  text-decoration: none;
}
.link-btn-before-spacing {cursor: pointer;}
.link-btn-before:before,
.link-btn-before-spacing:before {
  content: "\f0a9";
  display: inline;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* margin-right: 5px; */
}
.link-btn-before-spacing:before {
  padding: 0 5px 0 0;
}
.link-btn:after {
  content: "\f0a9";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* margin-left: 5px; */
}
.bg-info .link-btn:hover,
.bg-info .link-btn-before:hover,
.bg-info .link-btn-before-spacing:hover {
  color: #026185 !important;
  /* border-bottom: 1px solid #FFF; */
  background: #cdf1ff;
  /* border-bottom: 1px solid #1CA8DD; */
}
.link-btn-ohne:hover {
  color: #026185 !important;
  background: #cdf1ff;
  text-decoration: none
}
.link-btn-cursor:hover {
  cursor: pointer;
}
.link-btn:focus,
.link-btn-before:focus,
.link-btn-before-spacing:focus {
  text-decoration: none;
}
.link-btn .fa {
  /* margin-left: 5px; */
}
.icon-pdf:before {

}
.info-details .bg-info,
.kd_adressblock .bg-info {
  font-weight: normal;
}
.kd_adressblock .bg-info .link-btn-before-spacing:hover {

}
/* .info-list li a,
.info-details li a {
  word-break: break-word;
  word-wrap: break-word;
} */
.info-list,
.info-details {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}
.info-list + .info-list, [class^="info-"] + [class^="info-"] {
  margin-top: 10px;
}
.info-details li + li{
  margin-top: 10px;
}
.table td p {
  margin:0;
  line-height: 100%;
  display: inline-block;
}
.table td p + p {
  margin-top: 5px;
}
.adresssuche .table td p {
	margin:0;
	line-height: 100%;
	display: block;
  }
.adresssuche .table td p + p {
	margin-top: 5px;
  }
/* @end*/
/*  ==========================================================================
	Forms
	========================================================================== */
/* Firefox Fieldset Hack */
@-moz-document url-prefix() {
  fieldset {
    display: table-cell;
  }
}
fieldset {
  min-width: 100%;
}

.stueckliste-websub fieldset {
	min-width: 25%;
	margin: auto;
	width: 25%;
	display: inherit;
}

@media only screen and (max-width: 991px) {
  .posten-filter .col-left + .col-right {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .posten-filter .col-right .form-inline {
    float: right;
  }
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #565656 !important;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #565656 !important;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #565656 !important;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #565656 !important;
}

.table .posten-filter > td {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
#alle_belege {
  margin-top: -2px;
}
@media only screen and (min-width: 768px) {
  .belegCockpitTabelle .posten-filter > td {
    vertical-align: middle;
  }
}
fieldset + fieldset {
  margin-top: 20px;
}

legend {
  padding-bottom: 5px;
}

.form-inline .form-group-sm .control-label {
  font-size: 12px;
}

.form-group-sm .input-group-btn .btn {
  padding: 5px 8px !important;
}

.form-group .form-control + [class^="bg-"],
.form-group .input-group + [class^="bg-"],
.form-group [class^="col-"] + [class^="bg-"],
.margin_top {
  margin-top: 10px;
}

.iframe-hidden {
  display: block;
}

.input-group-upload .input-group-addon {
  padding: 0;
  background: transparent;
  border: none;
}
.input-group-upload .input-group-addon .btn:first-child {
  border-radius: 0;
  border-right: 1px;
}
.input-group-upload .input-group-addon .btn:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}
.input-group-upload .input-group-addon .btn + .btn {
  margin-left: -3px;
}

.input-group-btn > .btn + .btn {
  border-left: 1px solid #fff !important;
}

.input-group-btn.input-group-link-btn {
  font-size: inherit !important;
  white-space: inherit !important;
}

.form-group [class^='bg-'] + [class^='bg-'] {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .form-group-multiselect {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.form-group-multiselect .input-group-btn {
  margin-top: 10px;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.form-group-multiselect .input-group-btn .btn:first-child {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}
.form-group-multiselect .input-group-btn .btn:last-child {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.bg-info-zielformate {
  margin: -15px 0 15px !important;
}
.bg-info-zielformate p {margin:0;}
.form-group-insert-buttons {
  text-align: center;
  display: inline-block;
}

.form-suche [class^="col"]:nth-child(3n):before {
  content: "";
  float: left;
  width: 100%;
}

.form-control-static {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
}

/* Eigenschaft Kasten */
.eigenschaft_kaestchen {
  background: #E9F7FD;
  padding: 10px 15px;
}
.eigenschaft_kaestchen label {
  font-weight: normal;
  padding-top: 0 !important;
}
.eigenschaft_kaestchen .form-group-sm input[type="text"].form-control,
.eigenschaft_kaestchen .form-group-sm input[type="password"].form-control {
  padding-top: 0;
  padding-bottom: 0;
}
.eigenschaft_kaestchen .form-group-sm input[type="text"].form-control,
.eigenschaft_kaestchen .form-group-sm input[type="password"].form-control,
.eigenschaft_kaestchen .form-group-sm select.form-control {
  height: 25px;
}
.eigenschaft_kaestchen .form-group-sm select.form-control {
  line-height: 25px;
}

.form-group-insert-buttons .input-group-btn .btn {
  border-radius: 0;
}

@media only screen and (min-width: 768px) {
  .form-group-multiselect > .control-label {
    padding-top: 7px;
  }

  .form-horizontal .form-group {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
/* Multiselect Comboboxen */
.form-group-multiselect > .control-label {
  display: inline-block;
  width: 100%;
  padding-top: 7px;
  font-weight: normal;
  text-align: left;
}

/* Datetimpicker */
.input-group.date .input-group-addon {
  position: relative;
  z-index: 1;
}

/*  ==========================================================================
	Tables
	========================================================================== */
/* @group Beleg Tabelle */
.shortHeadline {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table.belegCockpitTabelle>thead>tr>th,
.table.beleg_tabelle_layer>thead>tr>th {
  font-size: 14px;
}
.belegCockpitTabelle th, .belegCockpitTabelle td{
  /* padding: 4px !important; */
}
.tr_zusatzzeile>td,
.tr_sekundaere_infozeile>td,
.tr_belegstatus>td {
  border: none !important;
}
.tr_zusatzzeile>td,
.tr_sekundaere_infozeile:not(.tr_hinweistexte)>td {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.tr_belegstatus select {width:auto;}
@media only screen and (min-width: 768px) {
  .belegCockpitTabelle .col_zuordnung {
	width: 8%;
  }
  .belegCockpitTabelle tbody .col_zuordnung {
	text-align: center;
    vertical-align: middle;
  }
  /* .belegCockpitTabelle tbody .col_zuordnung .save-zuordnung {
	width: auto;
    display: inline-block;
  } */
  .belegCockpitTabelle .col_expand {
    width: 2%;
  }
  .belegCockpitTabelle .col_checkbox {
     width: 2%;
  }
  .belegCockpitTabelle .col_status {
     width: 4%;
  }
  .belegCockpitTabelle .col_nr {
     width: 8%;
  }
  .belegCockpitTabelle .col_beschreibung {
    width: 37%;
  }
  .belegCockpitTabelle .col_zahlart {
    width: 8%;
  }
  .belegCockpitTabelle .col_projektnr {
    width: 14%;
  }
  .belegCockpitTabelle .col_termine {
    width: 10%;
  }
  .belegCockpitTabelle .col_netto_wert {
    width: 10%;
  }
  .belegCockpitTabelle .col_action {
    width: 5%;
  }
  .beleg {white-space: nowrap;}
  .col_zahlart .cell .small {
    word-break: break-word;
    word-wrap: break-word;
  }
}
.btn-mehr {
  /* width: 50px !important; */
  line-height: 100%;
  margin: 2px 0 0;
}
.btn-mehr::after {
  content: "\f067";
  display: inline-block;
  font: normal normal normal 10px/1 FontAwesome;
  font-size: 10px !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
}
.btn-mehr.opened::after {
  content: "";
  display: none;
}
.btn-mehr.opened::before {
  content: "\f00d";
  display: inline-block;
  font: normal normal normal 10px/1 FontAwesome;
  font-size: 10px !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
}
.btn-mehr:focus, .btn-mehr:active {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.btn-fit{
	width: auto !important;
    display: inline-block !important;
  }
.belegCockpitTabelle .cell,
.belegCockpitTabelle .cell p {
  line-height: 18px;
}
.belegkopf-status-gross {
  margin-top: 5px;
}
.beleg_layer_tr>td {padding:0 !important;}
.table td .cell [class^="bg-"] {
  padding: 1px 10px;
  width: auto;
}
.col_netto_wert .cell [class^="bg-"] {
  float: right;
}
/* Ja / Nein pulldowns mindestbreite */
@media only screen and (min-width: 768px) {
  .backend_tabellen .form-horizontal select.form-control {
  min-width: 55px;
  }
}
.backend_tabellen .table.subtable {
  margin:10px 0 0 !important;
  float: left;
  width: 100%;
}
.backend_tabellen .table.subtable td input.form-control {
  height: 25px;
}
.backend_tabellen .table.subtable.table-responsive>thead>tr>th,
.backend_tabellen .table.subtable.table-responsive>tbody>tr>td {
  padding: 2px !important;
  font-size: 12px;
}
.backend_tabellen .table.subtable.table-responsive>thead>tr>th {
  background: none;
  border: none;
}
.backend_tabellen .table.subtable.table-responsive>tbody>tr>td {

}
.table-condensed-information>thead>tr>th {
  font-size: 12px !important;
}
.table-condensed-information td,
.table-condensed-information td .form-control {
  font-size: 12px;
}
.table-condensed-information td .form-control {
  height: 28px;
  padding: 4px 6px;
}
.table-condensed-information td .form-control+.form-control {
  margin-top: 5px;
}
.individuell{
	background: rgba(151, 5, 0, 0.1);
}
#popup_liste{
	background: rgba(151, 5, 0, 0.1);
}
.input-pps-menge {min-width: 70px;}
.select-pps-maschine {min-width: 120px;}
/* @end Beleg Tabelle */
@media only screen and (max-width: 767px) {
  .table-responsive {
    border-left: 0;
    border-right: 0;
  }
  .table > thead, .table .headline {
    display: none;
  }

  .table > tbody,
  .table > tfoot,
  .table > tbody > tr,
  .table > tbody > tr > td {
    float: left;
    width: 100%;
  }

  .table > tbody > tr > td {
    border: none !important;
  }
  .table > tbody > tr > td:not(.col_action):before {
   /*  border-bottom: 1px solid #ccc; */
    margin: 0 0 5px;
  }
  .table > tbody > tr {
    border-bottom: 1px solid #ccc;
  }
  .table > tbody > tr:last-of-type {border:none;}
  .table-responsive-headers > tbody > tr > td:before,
  .table-responsive-headers > tbody > tr > td:first-child:before {
    font-size: 16px;
    content: attr(data-description);
    float: left;
    width: 100%;
    padding: 0 0 5px;
    font-weight: bold;
    text-align: left;
  }

  .table.table-list {
    width: 100% !important;
    border: 1px solid #ddd;
  }

  .table.table-list > tbody > tr > th,
  .table.table-list > tbody > tr > td {
    float: left;
    width: 100%;
    text-align: left;
    padding: 2px;
    border: none;

  }
}
.beleg-tabelle tfoot th {
  text-align: right;
}

.table.beleg-tabelle > tfoot > tr > th,
.table.beleg-tabelle > tfoot > tr > td {
  border: none;
}

.col_brutto_wert, .col_netto_wert {
  text-align: right;
}
.hinweisstatus:empty {
  display: none;
}
@media only screen and (min-width: 768px) {
  .table.compact .cell {
    overflow: hidden;
    /* white-space: nowrap; */
    text-overflow: ellipsis;
  }

  .table.beleg-tabelle > tbody > tr > td {
    padding: 20px 8px;
  }
  .table > tr > td {
    padding: 25px 8px !important;
  }

  .table-list > tbody > tr > th {
    border: none;
    border-right: 2px solid #ddd !important;
   /*  text-align: right; */
    padding-right: 10px;
  }

  .table-upload {
    max-width: 250px;
  }
}
.table.table-list {
  width: auto;
  font-size: 12px;
  margin-bottom: 0;
}

.table-list .form-control,
.table .form-group-sm .form-control {
  height: 25px !important;
  font-size: 12px;
}

.table-list select.form-control,
.table .form-group-sm select.form-control {
  line-height: 25px;
}

.table-list .input-group-addon,
.table .form-group-sm .input-group-addon {
  padding: 2px 8px;
  font-size: 12px;
}

.table-list > tbody > tr > th,
.table-list > tbody > tr > td {
  padding: 2px;
  vertical-align: middle;
}
.table-list > tbody > tr > td {
  border: none !important;
  text-align: left;
  padding-left: 10px;
}

.gridedit.table > thead > tr > th {
  background: transparent;
  padding: 2px 8px;
  border: none;
}
.table.table-reset-alignment > tbody > tr > td {
  vertical-align: inherit;
}
.table > thead > tr > th {
  vertical-align: top;
  padding: 10px 8px;
  font-size: 16px;
  background: #F7F7F7;
}
.table > thead > tr.table_subheadline_schnellerfassung > th {
  vertical-align: top;
  padding: 10px 5px;
  font-size: 16px;
  background: #F7F7F7;
}

.schnellefassung_postenbereich ul {
	padding-inline-start: 5px;
  }
.table tfoot {
  border-top: 2px solid #ddd;
}
.table td .list {
  margin: 0;
  padding: 0 0 0 20px;
}
.table td .list-group span {
  float: right;
}
.table td ul:not(.list) {
  list-style: none inside;
}
.table td .datalist {
  list-style: none inside;
  padding: 0;
}
.table td a:not(.btn) {
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  color: inherit;
  cursor: pointer;
}
.table td a:not(.btn):hover {
  color: inherit;
  text-decoration: none;
}
.table td .badge {
  display: inline;
}
.table .checkboxen ul {
  list-style-type: none;
  padding: 0;
}
.table .checkboxen ul li {
  float: left;
}
.table .checkboxen ul li + li {
  margin-left: 15px;
}
.postendaten_bereich textarea {
	resize:vertical;
	min-height:78px;
}
#head_1 textarea {
	resize:vertical;
	min-height:78px;
}

.posten-options {
  text-align: center;
  margin: 20px 0;
}
.posten-options label {
  font-weight: 400;
}
.posten-options .form-group {
  margin-bottom: 0;
}

.posten-options
.iframe-hidden {
  display: block;
}

.table-upload {
  width: auto;
  font-size: 12px;
  margin: 0;
}
.table-upload > tbody > tr > td {
  border: none !important;
  padding: 5px;
  vertical-align: middle;
}
.table-upload a, .table-upload .varte243_loeschen, .table-upload .varte243_anzeigen {
  color: inherit !important;
  text-decoration: none;
}
.table-upload a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.table-container {
  text-align: center;
}

.beleg_tabelle_layer {
  margin: 0;
}

.table.beleg_tabelle_layer {
  background: #F7F7F7;
}

.beleg_layer_td {
  padding: 0 !important;
  border: none !important;
}
[class^="col-"].no-spacing, .no-spacing {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
[class^="col-"] .row-spacer:first-child {
  margin-top: 0;
}
.row-spacer {
  margin-top: 10px;
  float: left;
  width: 100%;
}

.backend_tabellen_artikelgeruppen .table:not(.table-info),
.backend_tabellen_vorlagenkategorien .table:not(.table-info),
.backend_tabellen .table:not(.table-info) {
  margin-top: -15px;
}
.backend_tabellen_artikelgeruppen .table:not(.table-info) > thead > tr > th,
.backend_tabellen_vorlagenkategorien .table:not(.table-info) > thead > tr > th,
.backend_tabellen .table:not(.table-info) > thead > tr > th {
  padding: 10px 8px !important;
  font-size: 14px;
}

.backend_addressen .table > tbody > tr > th, .backend_addressen .table > tbody > tr > td {
  vertical-align: middle !important;
}
.backend_addressen .table > tbody > tr > td > table {
  margin: 0;
  border: none;
}
.backend_addressen .table > tbody > tr > td > table > tbody > tr > td {
  vertical-align: middle;
}

.table .table {
  margin: 0 !important;
}
.table .table > tbody > tr > th, .table .table > tbody > tr > td {
  border: none !important;
}

.table .table, .table .table td {
  border: none !important;
}

.table.table-compact > thead > tr > th {
  padding: 10px 8px;
  font-size: 14px;
}
.table.data-table > tbody > tr > th, .table.data-table > tbody > tr > td {
  vertical-align: middle;
}

.plus-minus-button {
	font-size:1.2em;
}

.frame-woche {
  width: 100%;
  border: none;
}

.block-calendar a {
  color: inherit;
  cursor: pointer;
  margin: 0 0 10px;
  display: block;
}

.block-calendar {
  margin-bottom: 15px;
}

.feiertagohneaktion, .feiertagmitaktion {
  background-color: #ffe518;
}

.feiertagmitaktion {
  position: relative;
  color: #ff7105 !important;
  background: #fff187;
}

.feiertagmitaktion::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent #ff7105 transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
}

.wochentagmitaktion {
  position: relative;
  color: #006dce !important;
  background: #c9e3f9;
}

.wochentagmitaktion::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent #006dce transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
}

.bestaetigt {
	position: relative;
	color: #000000 !important;
	background: #00ce75;
}

.bestaetigt::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 0;
	border-color: transparent #017b46 transparent transparent;
	position: absolute;
	top: 0;
	right: 0;
}

.storniert {
	position: relative;
	color: #000000 !important;
	background: #4c78bb;
}

.storniert2 {
	position: relative;
	color: #000000 !important;
	background: #f1b8bb;
}

.urlaub {
	position: relative;
	color: #0000003f !important;
	background: #0000003f;
}

.linkkw {
  font-weight: bold;
}

.heuteohneaktion, .heutemitaktion {
  font-weight: bold;
  border: 1px solid #ff0062 !important;
  color: #ff0062 !important;
}

.heutemitaktion {
  position: relative;
}

.heutemitaktion::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent #ff0062 transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
}

.legende-tag {
  width: 100%;
  text-align: center;
  display: inline-block;
}

.ausgewaehlter-tag {
  text-decoration: none;
  color: #e7894b !important;
  background: #fff !important;
  border: 1px solid #e7894b !important;
}

.table-calendar {
  width: 100%;
  max-width: 100%;
}
.table-calendar caption {
  background: #D3D3D3;
  margin: 0;
  padding: 6px;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
}
.table-calendar caption, .table-calendar caption a {
  color: #333;
}
.table-calendar a {
  display: block;
  margin: 0;
  padding: 0;
  color: inherit;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.table-calendar a:active, .table-calendar a:focus {
  text-decoration: none;
}
.table-calendar thead a:hover, .table-calendar tbody a:hover {
  text-decoration: none;
  color: #e7894b !important;
  background: #fff !important;
  border-color: transparent !important;
}
.table-calendar thead a:not(.linkkw):hover, .table-calendar tbody a:not(.linkkw):hover {
  border-color: #e7894b !important;
}
.table-calendar thead {
  background: none !important;
}
.table-calendar thead a, .table-calendar tbody a {
  padding: 1px;
  border: 1px solid transparent;
}
.table-calendar tr td {
  vertical-align: middle;
}
.table-calendar thead {
  background: #EFEFEF;
}
.table-calendar tr > th,
.table-calendar tr > td {
  text-align: center;
  padding: 0 !important;
}
.table-calendar th {
  font-weight: bold;
}

/*  ==========================================================================
	Helpers
	========================================================================== */
.bg-primary,
.bg-success,
.bg-info,
.bg-warning,
.bg-danger,
.bg-disabled,
.bg-img {
  padding: 15px;
  border-left: 6px solid;
  font-weight: bold;
  width: 100%;
  float: left;
}

.bg-primary {
  color: #FCFEFF;
}

.bg-success {
  color: #2D6F11;
}

.bg-info {
  color: #015C89;
}
.bg-info-mini {
  padding: 5px !important;
}
@media only screen and (min-width: 768px) {
  .inline-comment {
    margin-top: 15px;
  }
}
.bg-warning {
  color: #BE7206;
  background-color: #FCF1B3;
}

.bg-danger {
  color: #A80202;
}

.bg-disabled {
  background-color: #e0e0e0;
  color: #c9c9c9;
}

.bg-img {
  border-color: #333;
  background-color: #f5f5f5;
  text-align: center;
}

.bg-compact {
  padding: 10px !important;
}

.no-link {
  color: #333;
}

.link {
  color: #1baade !important;
  cursor: pointer;
}

.bg-warning:empty {
  display: none;
}

.container [class^="bg-"],
.container-fluid [class^="bg-"] {
  margin: 0 0 15px;
}

.spacer {
  margin-top: 15px;
}

[class^="bg-"] p {
  margin: 0;
}

.c-info, .c-info:hover {
  color: #015C89;
}

.c-danger, .c-danger:hover {
  color: #A80202 !important;
}

.badge-success {
  background-color: #2D6F11;
}

.badge-info {
  background-color: #015C89;
}

.badge-warning {
  background-color: #FF5700;
}

.badge-danger {
  background-color: #A80202;
}
.page-navigation {
  text-align: center;
  padding: 15px 0;
}
.pagination {margin:0 auto;}
.pagination a {
  color: #1baade !important;
}
.pagination .active {
  background-color: #1baade !important;
  color: #fff !important;
}
.page-navigation .amount {
  float: left;
  width: 100%;
  font-size: 12px;
  margin-bottom: 5px;
}
/* .pagination > ul {
margin: 0;
padding: 0;
list-style: none;
}
.pagination > ul > li {
line-height: 22px;
} */

.cf:before, .cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.slidebox {
  background: #EEEEEE;
  float: left;
  width: 100%;
  margin: 20px 0;
}
.slidebox h2 {
  text-align: center;
  margin-top: 0;
  padding: 15px;
}

.bold {
  font-weight: 700;
}

.link-neutral {
  color: inherit !important;
  cursor: pointer;
}

.hinweisBox {
  margin: 10px 0;
}
.hinweisBox:empty {
  display: none;
}

.addon-color {
  color: #fff;
}

.addon-cyan {
  background: #00e2ff;
}

.addon-magenta {
  background: #ff00e6;
}

.addon-yellow {
  background: #fffc00;
  color: #333;
}

.addon-black {
  background: #040404;
}

.addon-red {
  background: red;
}

.addon-green {
  background: lime;
}

.addon-blue {
  background: blue;
}

@media only screen and (min-width: 768px) {
  .form-inline .control-label {
    padding-top: 0 !important;
  }
}
.group-center {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .collapse-group [class^="col"] + [class^="col"] {
    margin-top: 20px;
  }
}
.fixed-interface .vorwort {
  margin: -15px 0 25px -15px;
  width: calc(100% + 30px);
}

.input-group-btn .fa {
  color: #fff;
}

.form-group-insert-buttons .input-group-btn .fa {
  color: inherit;
}

.left {
  float: left;
}

.right {
  float: right;
}

.flexbox .sticky-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flexbox .sticky-footer main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
       -ms-flex-preferred-size: auto;
       -ms-flex-positive: 1;
       -ms-flex-negative: 0;
       -ms-flex-preferred-size: auto;
          flex: 1 0 auto;
  width: 100%;
}
.flexbox .sticky-footer header,
.flexbox .sticky-footer footer {
  -ms-flex-positive: 0;
  -ms-flex-negative: 0;
  -ms-flex-preferred-size: auto;
}
.flexbox .sticky-footer footer {
  width: 100%;
}

.edit-modus {
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}
.edit-modus.on {
  border: 1px dashed #1baade;
  padding: 10px 0 10px 0;
}
.edit-modus.on .edit-btn {
  visibility: visible;
  opacity: 1;
  height: auto;
}
.edit-modus .edit-btn {
  visibility: hidden;
  opacity: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 5px;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
.edit-modus .control-label {
  position: relative;
  padding-left: 45px;
}
.edit-modus .control-label-strong {
  position: relative;
  padding-left: 45px;
  font-weight: 500;
  padding-top: 7px;
	margin-bottom: 0;
	text-align: right;
}
.control-label-left {
	text-align: left !important;
	float: left !important;
	padding-left: 0px !important;
	padding-top: 0px !important;
}

.edit-modus-input + .edit-modus-help {
  margin-top: 15px;
}
.edit-modus-help>.row {
  background: #bbeafb;
  padding: 10px;
  margin-bottom: -10px;
}
.edit-modus-help>.row label {
  color: #005c7d;
  font-style: italic;
}
.edit-modus-help>.row .form-control {
  padding: 6px 12px;
}
.col-spacer + .col-spacer {
  margin-top: 15px;
}

.input-group-fullwidth, .fullWidth {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .belegkopf-status-klein {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .belegkopf-status-klein {
    max-width: 130px;
    max-heigh: 90px;
  }
}
@media only screen and (min-width: 768px) {
  .edit-modus .edit-btn {
    margin-top: 7px;
    margin-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .edit-modus .edit-btn {
    margin-left: 15px;
  }

  .col-xs-spacer + .col-xs-spacer {
    margin-top: 15px;
  }
}
.modalbox p {
  margin: 0;
}

.backend_iframe {
  padding: 0 !important;
}

#showpicture_div {
  box-shadow: 0 0 4px #333;
}

/*  ==========================================================================
	Drag and Drop Panel fürs Variablen
	========================================================================== */
.varwnd_wrapper {
  left: 135px;
  width: 750px;
  padding: 4px;
  position: fixed;
  z-index: 10000;
  background-color: #434857;
  box-shadow: 0 0 8px #ccc;
  -moz-box-shadow: 0 0 8px #ccc;
  -webkit-box-shadow: 0 0 8px #ccc;
}

.varwnd_titlebar {
  color: white;
  cursor: move;
  margin: 0 0 4px;
  padding: 4px;
  background-color: #434857;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.varwnd_button_close {
  float: right;
  cursor: pointer;
}

/*

.varwnd_infotext {

    background-color: #FFFFCC;

    color: #666666;

    font-family:Georgia, "Times New Roman", Times, serif;

    font-size: 15px;

    font-style: italic;

    line-height: 20px;

    margin: 10px 0;

    padding: 10px;

}

*/
.varwnd_var_container {
  background-color: white;
  clear: both;
  height: 300px;
  overflow: auto;
  -moz-user-select: none;
  -webkit-user-select: none;
  display: none;
}

.varwnd_var_header {
  display: block;
  padding: 4px;
  cursor: default;
  font-weight: bold;
  -moz-user-select: none;
  -webkit-user-select: none;
  background-color: #E8E8E8;
}

.varwnd_var_item a {
  padding: 4px;
}

.varwnd_var_item a:hover {
  background-color: #CCCCCC;
}

/*  ==========================================================================
	Tabs
	========================================================================== */
.nav-pills > li a {
  color: #002e2f;
  padding: 5px 15px;
}
.nav-pills > li a:hover {
  background-color: transparent;
}
.nav-pills.nav-pills-2 > li a {
  border-radius: 0 !important;
}
.nav-pills.nav-pills-2 > li.active a {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}
.nav-pills > li.active a {
  background-color: transparent;
  border: 1px solid #1baade !important;
  color: #1baade !important;
}
.nav-pills > li.active a:hover {
  background-color: transparent;
  color: #1baade !important;
}
.nav-pills > li.active a:focus {
  background-color: transparent;
  color: #1baade !important;
}

.nav-pills-center {
  text-align: center;
}
.nav-pills-center > li {
  float: none !important;
  display: inline-block;
}

.tab-content {
  margin-top: 25px;
}
.tab-content .tab-pane fieldset + fieldset {
  margin-top: 40px;
}

.tabbed_interface .nav-pills {
  padding: 20px;
}

@media only screen and (max-width: 479px) {
  .tabbed_interface .nav-pills-center > li {
    float: left;
    width: 100%;
  }
}
/*!
 * bootstrap-vertical-tabs - v1.2.1
 * https://dbtek.github.io/bootstrap-vertical-tabs
 * 2014-11-07
 * Copyright (c) 2014 İsmail Demirbilek
 * License: MIT
 */
.tabs-left, .tabs-right {
  border-bottom: none;
  padding-top: 2px;
}

.tabs-left {
  border-right: 1px solid #ddd;
}

.tabs-right {
  border-left: 1px solid #ddd;
}

.tabs-left > li, .tabs-right > li {
  float: none;
  margin-bottom: 2px;
}

.tabs-left > li {
  margin-right: -1px;
}

.tabs-right > li {
  margin-left: -1px;
}

.tabs-left > li.active > a,
.tabs-left > li.active > a:hover,
.tabs-left > li.active > a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
}

.tabs-right > li.active > a,
.tabs-right > li.active > a:hover,
.tabs-right > li.active > a:focus {
  border-bottom: 1px solid #ddd;
  border-left-color: transparent;
}

.tabs-left > li > a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display: block;
}

.tabs-right > li > a {
  border-radius: 0 4px 4px 0;
  margin-right: 0;
}

.sideways {
  margin-top: 50px;
  border: none;
  position: relative;
}

.sideways > li {
  height: 20px;
  width: 120px;
  margin-bottom: 100px;
}

.sideways > li > a {
  border-bottom: 1px solid #ddd;
  border-right-color: transparent;
  text-align: center;
  border-radius: 4px 4px 0px 0px;
}

.sideways > li.active > a,
.sideways > li.active > a:hover,
.sideways > li.active > a:focus {
  border-bottom-color: transparent;
  border-right-color: #ddd;
  border-left-color: #ddd;
}

.sideways.tabs-left {
  left: -50px;
}

.sideways.tabs-right {
  right: -50px;
}

.sideways.tabs-right > li {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sideways.tabs-left > li {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/*  ==========================================================================
	Search
	========================================================================== */
.form-group-button {
  margin-top: 15px;
}
.backend_beleg .form-search select,
.backend_beleg .form-search input[type="text"],
.form-search-fullwidth .form-control,
.form-search-fullwidth .input-group,
.form-search-fullwidth .input-group .btn {
  width: 100%;
}
select.form-control {
	cursor: pointer;
}
.form-search-fullwidth .row + .row {
  margin-top: 15px;
}
.form-search .checkbox {
  margin: 25px 0 0;
}
.form-search .checkbox input[type="checkbox"] {
  position: static;
  float: left;
  margin: 4px 5px 0 0;
}
.form-search label {
  color: #999999;
  font-weight: normal;
  padding-left: 5px;
  width: 100%;
}
.form-search label.control-label {
  font-size: 12px;
  text-align: left;
  margin-bottom: 0;
  color: #002e2f;
}
.form-search input[type="text"] {
  display: block;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-search .form-group:before, .form-search .form-group:after {
  display: table;
  content: " ";
}
.form-search .form-group:after {
  clear: both;
}

.form-group {
  margin-bottom: 0;
}
.form-group + .form-group {
  margin-top: 10px;
}
.form-group-separator [class^="col-"] {
  margin-top: 15px;
}
#item_menu_erweiterteSuche {
  margin-top: 20px;
}

#suche-erweitert .form-group {
  float: left;
  width: 100%;
}
#suche-erweitert .form-group + .form-group {
  margin: 15px 0 0;
}
#suche-erweitert .form-control:not([class*="col"]) {
  width: 100%;
}
#suche-erweitert input::-webkit-input-placeholder {
  font-size: 13px;
}
#suche-erweitert input:-moz-placeholder {
  font-size: 13px;
}
#suche-erweitert input::-moz-placeholder {
  font-size: 13px;
}
#suche-erweitert input:-ms-input-placeholder {
  font-size: 13px;
}
#suche-erweitert .btn {
  width: 100%;
}
#suche-erweitert .input-group-btn .btn {
  width: auto;
}

@media only screen and (min-width: 768px) {
  .form-search label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .form-search-2 > fieldset >
  [class*="col"] {
    padding-bottom: 15px;
  }

  .form-inline .form-group + .form-group {
    margin: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .form-search [class^="col"] {
    margin-bottom: 20px;
  }
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover,
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #1baade !important;
}

/*  ==========================================================================
	Dropdown
	========================================================================== */
.dropdown-menu h4.dropdown-header {
  margin: 0;
}
.dropdown-menu h5 {
  margin: 0;
}
.dropdown-menu li a {
  color: #333;
}
.dropdown-menu ul {
  padding: 0;
}
.dropdown-menu li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu-columns {
 /*  padding: 0; */
}
@media only screen and (min-width: 768px) {
  .dropdown-menu-columns {
    min-width: 380px !important;
  }
}
@media only screen and (max-width: 767px) {
  .dropdown-menu-columns {
    min-width:100% !important;
  }
}
.dropdown-menu-columns .divider {
  display: none !important;
}
.dropdown-menu-columns>div>ul,
.dropdown-menu-columns>ul {
  float: left;
  width: 100%;
  margin: 0;
}
.open .dropdown-menu-columns {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}
.dropdown-menu-columns [class^="col-"] {

}
.dropdown-menu-columns [class^="col-"],
.dropdown-menu-columns>ul>li {
  float: left;
  width: 50%;
  border-right: 1px solid #e5e5e5;
}
.dropdown-menu-columns>div>ul>li:last-child,
.dropdown-menu-columns>ul>li:last-child {
  border-none;
}
.dropdown-menu-grid > ul > li {
  float: left;
  width: 100%;
}
.dropdown-menu-grid > ul > li.dropdown-menu-group + .dropdown-menu-group {
  margin-top: 10px;
}
.dropdown-menu-grid > ul > li.dropdown-menu-group > ul {
  float: left;
  width: 50%;
}

#backend_artikel_aendern .dropdown-menu-grid {
  width: 350px;
}

.action-dropdown.action-dropdown-lg .dropdown-toggle {
  padding: 4px 10px;
  height: 34px;
}
.action-dropdown.action-dropdown-lg .dropdown-menu {
  left: 0 !important;
  right: inherit !important;
}
.action-dropdown .glyphicon, .action-dropdown .fa {
  margin-right: 2px;
}
.action-dropdown .glyphicon:before, .action-dropdown .fa:before {
  font-size: 12px;
}

.action-dropdown:not(.btn-group-xs) .glyphicon-cog:before {
  font-size: 20px;
}
.action-dropdown a {
  cursor: pointer;
}
.action-dropdown .dropdown-menu h4 {
  font-size: 16px;
  padding: 0 20px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus,
.dropdown-menu > li > ul > li > a:hover, .dropdown-menu > li > ul > li > a:focus {
  color: #fff !important;
  background-color: #05b8e9;
}

.dropdown-menu-grid > ul > li > ul > li > a:hover, .dropdown-menu-grid > ul > li > ul > li > a:focus {
  text-decoration: none;
  color: #05b8e9;
}

.dropdown-accordion .panel-group ul li a:hover {
	color: #026185 !important;
  	background: #cdf1ff;
}

.btn-group-separator > .btn + .btn {
    border-left: 1px solid #fff !important;
}
.btn-group-separator:last-child>.btn, .btn-group-separator:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px;
}
@media only screen and (min-width: 768px) {
  .action-dropdown {
    float: left;
  }
  .action-dropdown .dropdown-menu {
    left: inherit;
    right: 0;
  }
}
.dropdown-accordion h4 {
  font-size: 12px !important;
  padding: 3px 20px !important;
}
.dropdown-accordion h4, .dropdown-accordion h4 a {
  display: block;
}
.dropdown-accordion h4 a .fa {
  float: right;
  margin: 3px 0 0;
}
.dropdown-accordion h4 a[aria-expanded="true"] .fa:before {
  content: "\f056";
}
.dropdown-accordion h4 a:hover, .dropdown-accordion h4 a:active, .dropdown-accordion h4 a:focus {
  text-decoration: none;
}
.dropdown-accordion .dropdown-menu {
  min-width: 200px;
}
.dropdown-accordion .panel-group {
  margin-bottom: 0;
}
.dropdown-accordion .divider {
  display: block;
}

/*  ==========================================================================
	Modal
	========================================================================== */
.modal.fade .modal-dialog {
  -webkit-transform: translate(-50%, -75%);
      -ms-transform: translate(-50%, -75%);
          transform: translate(-50%, -75%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.modal-dialog {
  top: 50%;
  position: absolute;
  left: 50%;
}

.modal-header .modal-title {
  text-align: center;
  font-weight: bold;
}

.modal-footer {
  text-align: center;
}
.modal-footer button {
  width: calc(50% - 5px);
}

a.btn-modal {
	color: #fff !important;
	margin-left: 10px;
	margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .modal-dialog {
    width: calc(100% - 30px);
    margin: 0;
  }

  .modal-footer button {
    width: 100%;
  }
  .modal-footer button + button {
    margin: 15px 0 0 !Important;
  }
}
.backend_upload .modal-header {
  padding: 10px;
}
.backend_upload .modal-title {
  font-size: 14px;
}
.backend_upload .modal-body {
  padding-left: 0;
  padding-right: 0;
}
.backend_upload .modal-body .form-group + .form-group {
  margin-top: 15px;
}
.backend_upload .modal-body .control-label {
  padding-top: 7px;
  margin-bottom: 0;
  text-align: right;
}
.backend_upload .modal-body .bg-info {
  font-weight: inherit;
  margin-top: -15px;
  font-size: 12px;
  padding: 10px 15px;
}

/*  ==========================================================================
	PROGRESSBAR
	========================================================================== */
.uploadNfoBox {
  display: none;
  width: 100%;
  margin: 20px 0;
}

.uploadNfoBox td {
  white-space: nowrap;
  padding: 3px;
}

.uploadNfoBox td.bar {
  background-color: #CCC;
}

.uploadNfoBox td.itemcount {
  text-align: center;
}

.uploadNfoBox td.bar #baritem {
  background-color: #1baade;
  float: left;
  width: 10%;
}

#waitBoxAfterUpload {
  margin: 20px 0;
  display: none;
  padding: 10px;
  font-size: 12px;
  border: 1px dotted #000000;
  color: #000000;
  text-align: center;
  font-weight: bold;
  font-family: sans-serif;
}

#waitBoxAfterUpload img {
  vertical-align: middle;
  margin-right: 10px;
}

.SubmitImage {
  border: 0px;
  background-color: transparent;
  width: 117px;
  height: 27px;
}

/*  ==========================================================================
	Fancybox
	========================================================================== */
body.popup,
body.fancybox {
  padding-top: 0;
}

.fancybox-skin {
  background: #fff !important;
}
.poptip {
  cursor: pointer;
}
.popover p {
  font-size: 12px;
  line-height:16px !important;
  font-style: normal;
  font-weight: normal;
}
.popover-content p {
    word-wrap: break-word;
    max-width: 250px;
}
.popup .modal-content {
  box-shadow: none !important;
  border: none !important;
}

.fancybox-modal .modal-header,
.fancybox-modal .modal-footer {
  position: fixed;
  width: 100%;
  z-index: 3;
  background-color: white;
}
.fancybox-modal .modal-header {
  top: 0;
}
.fancybox-modal .modal-header:after {
  content: "";
}
.fancybox-modal .modal-footer {
  bottom: 0;
}
.fancybox-modal [class^="bg-"] {
  display: block;
  float: none;
}

@media only screen and (max-width: 767px) {
  .fancybox-modal .form-group [class^="col"] + [class^="col"] {
    margin-top: 15px;
  }
}
/*  ==========================================================================
	List
	========================================================================== */
.list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.list .list-view {
  float: left;
  width: 100%;
}

.item_title ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/*  ==========================================================================
    Adressen
    ========================================================================== */
#backend_adressen_aendern .table {
  margin-top: -15px;
}

.kd_adressblock h3 {
  margin-top: 0;
  font-size: 14px;
}
.kd_adressblock .btn-link {
  color: #337ab7;
}
.kd_adressblock ul {
  padding: 0;
  margin: 0;
}
.kd_adressblock .kd_adressblock_header,
.kd_adressblock .kd_adressblock_body,
.kd_adressblock .kd_adressblock_footer,
.kd_adressblock_body,
.kd_adressblock_footer,
.kd_adressblock_wrapper header,
.kd_ansprechpartner_btns {
  float: left;
  width: 100%;
}
.kd_ansprechpartner_btns {
  margin-top: 8px;
}
.kd_adressblock_wrapper ul {
  margin: 0;
  padding: 0;
}
.kd_adressblock_wrapper ul li,
.kd_adressblock .kd_adressblock_header li {
  display: inline-block;
}
.kd_adressblock .kd_adressblock_body {
  margin: 15px 0;
}
.kd_adressblock .kd_adressblock_body li {
  float: left;
}
.sepList li::after {
  content: "/";
  padding: 0 6px;
}
.sepList li:last-child:after {
  display: none;
}
.kd_adressblock .kd_adressblock_footer li {
  float: left;
}
.kd_adressblock_wrapper header {
  padding: 15px 0;
}
.kd_adressblock_footer h3 {
  padding: 0;
  margin: 0;
  line-height: 34px;
  font-size: 14px;
}

.kd_ansprechpartner {
  float: left;
  width: 100%;
  padding-left: 50px;
  position: relative;
  margin:0 0 10px;
}
.AdressinfoLayer_anzeige {
      float: left;
      width: 100%;

    }
    .kd_adressblock_wrapper {
        float: left;
        width: 100%;
    }
.kd_ansprechpartner:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f2be";
  position: absolute;
  top: 50%;
  left: 15px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  float:left;
  font-size: 20px;
}
.kd_ansprechpartner.bg-info {
  line-height: 22px;
}
.kd_ansprechpartner a {
  cursor: pointer;
}
.table.table-adressen > tbody > tr > td {
  padding:10px;
   background: none;
}
.table.table-adressen > tbody > tr > td > table {
  background: none;
}
@media only screen and (min-width: 768px) {

}
@media only screen and (max-width: 767px) {
  .kd_adressblock_body li {
    width: 100%;
  }
}
/*  ==========================================================================
	header
	========================================================================== */
.navbar {
  background: #434857;
  font-size: 14px;
  min-height: 40px;
}
.nav>li>.btn-group {
  padding: 0 15px;
}
.nav>li>.btn-group .checkbox label,
.nav>li>.btn-group .radio label {
  color: #fff;
}
.navbar-brand {
  height: 40px;
  font-size: inherit;
}
.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar-brand {
  margin-left: 0 !important;
  line-height: 100%;
}

.navbar-right {
  margin-right: 0 !important;
}

.navbar-inverse {
  border-color: transparent;
}

.navbar-inverse .navbar-nav > li > a {
  color: #fff;
  cursor: pointer;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-bottom: none;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background: none;
  border: none;
}

/* hero */
.hero {
  padding: 20px 0;
  background: #EEEEEE;
}
.hero h3 {
  margin-top: 0;
}
.hero-compact {
  padding: 10px 0 !important;
}
.hero-compact .control-label {

}
.hero-compact .form-control {
  /* width: 100% */;
}
/* Backend Kopf */
#obility_kopf {
  padding-top: 0;
  height: 70px;
}
#obility_kopf #backend_header {
  float: left;
  width: 100%;
  height: 100%;
}
#obility_kopf #backend_header #branding {
  float: left;
  width: 260px;
  height: 100%;
  padding: 10px;
  text-align: center;
}
#obility_kopf #backend_header #branding img {
  max-height: 50px;
  max-width: 210px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
#obility_kopf #backend_header #login {
  width: 100%;
  height: 100%;
  padding: 10px;
}
#obility_kopf #backend_header .btn {
  float: right;
  margin-top: 10px;
}

#login_menue {
  float: left;
  margin: 14px 0 0;
}

#marginTopAusgleich {
	margin-top: 17px;
}

.flashRed {
	animation: blink 900ms;
}

@keyframes blink {
	0% {
		color: black;
	}
	50% {
		color: #d9534f;
	}
	100% {
		color: black;
	}
}

.autoWidth {
	width: auto;
}

@media (max-width:1457px) {
	#msgBox .col-lg-5 {
		max-width: 25% !important;
	}
	#marginTopAusgleich {
	margin-top: 0px !important;
	}
}

.icon-padding-ausgleich {
	padding-right: 35px;
}

#backend_header #msgBox {
	padding: 10px 0px 10px 10px;
}

.logout-button-wrapper {
	margin-right: 12px
}

.hidden-overflow {
	overflow: hidden;
}

#begruessung .fa {
  margin-right: 5px;
  font-size: 150%;
}

#vertical_container .accordion_content {
  margin-bottom: 0;
}

#firma_wechseln_input .fa, #firma_wechseln_select .fa {
  float: left;
}

#navigation_portal {
  padding-top: 0;
  padding: 0 14px 20px;
}
#navigation_portal.compact {
  padding: 0 20px;
}
#navigation_portal.compact #vertical_container h1 {
  font-size: 20px;
}
#navigation_portal.compact h1.accordion_toggle:after, #navigation_portal.compact #vertical_container .subnavi .vertical_accordion_toggle:after {
  display: none;
}
#navigation_portal.compact #vertical_container h1, #navigation_portal.compact #vertical_container ul, #navigation_portal.compact #vertical_container li {
  text-align: center;
}
#navigation_portal.compact #vertical_container .accordion_content {
  margin-bottom: 0;
  padding-left: 0;
}
#navigation_portal.compact #admin_firma_switcher {
  display: none;
}
#navigation_portal.compact .btn {
  padding-left: 0;
  padding-right: 0;
}
#navigation_portal.compact .btn .fa {
  float: none;
  margin: 0;
  display: inline-block;
}
#navigation_portal.compact .cat-icons {
  margin-left: 12px;
}
#navigation_portal.compact .btnText {
  display: none;
}
#navigation_portal.compact .navToggle .fa:before {
  content: "\f101";
}
#navigation_portal.compact .btnText {
  display: none;
}

/* Menü Backend */
/*
    Vertical Accordions
*/
.hauptnavigation > ul > li > a {
  font-size: 13px;
}
.hauptnavigation .subnavi > ul > li > a {
  font-size: 11px;
}
.hauptnavigation .subnavi > ul > li.widthhauptnav {
  border: none;
}

.accordion_toggle, .accordion_toggle_link {
  display: block;
  /*background: url(images/accordion_toggle.jpg) no-repeat top right #fff;*/
  padding: 0 10px 0 10px;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  outline: none;
  font-size: 12px;
  color: #000000;
  border-bottom: 1px solid #d0d0d0;
  cursor: pointer;
  margin: 0 0 0 0;
}

.accordion_toggle_active {
  /*background: url(images/accordion_toggle_active.jpg) no-repeat top right #fff;*/
  color: #000;
  border-bottom: 1px solid #d0d0d0;
}

.accordion_content {
  font-family: arial;
  background-color: #ffffff;
  color: #444444;
  overflow: hidden;
}

.accordion_content h2 {
  margin: 15px 0 5px 10px;
  color: #0099FF;
}

.accordion_content p {
  line-height: 15px;
  padding: 5px 10px 15px 10px;
}

.vertical_accordion_toggle {
  display: block;
  /*background: url(images/accordion_toggle.jpg) no-repeat top right #fff;*/
  padding: 0 0 0 0;
  line-height: 20px;
  color: #ffffff;
  font-weight: normal;
  text-decoration: none;
  outline: none;
  font-size: 12px;
  color: #000000;
  border-bottom: 1px solid #d0d0d0;
  cursor: pointer;
  margin: 0 0 0 10px;
}

.vertical_accordion_toggle_active {
  /*background: url(images/accordion_toggle_active.jpg) no-repeat top right #62a3c3;*/
  color: #62A3C3;
  border-bottom: 1px solid #d0d0d0;
}

.vertical_accordion_content {
  background-color: #ffffff;
  color: #444444;
  overflow: hidden;
}

.vertical_accordion_content h2 {
  margin: 15px 0 5px 10px;
  color: #0099FF;
}

.vertical_accordion_content p {
  line-height: 15px;
  padding: 5px 10px 15px 10px;
}

#vertical_nested_container {
  margin: 0px auto 0px 10px;
}

li.widthhauptnav {
  list-style-type: none;
  font-size: 13px;
  border-bottom: solid 1px #d0d0d0;
}

#navigation_config li.ui-draggable-dragging {
  background-color: #1baade;
  text-decoration: none;
  color: #fff;
}

#navigation_config li.ui-draggable-dragging > a {
	width: 400px;
	display: inline-block;
	padding: 6px 10px;
	color: #fff;
}

/* Menü Backend */
#admin_firma_switcher h3 {
  font-size: 14px;
}
.navi_v2 #admin_firma_switcher select {
	width: 99% !important;
}
#admin_firma_switcher select {
  height: 28px;
  width: 180px;
}
#admin_firma_switcher form + form {
  margin-top: 10px;
}

#firma_wechseln_input input, .enterBtn {
  height: 28px;
}

#navigation_menu,
.inhalt_aktualisieren {
  float: left;
  width: 100%;
}

.navi_v2 #navigation_menu .fa {
	min-width: 20px;
}
.navi_v2 #navigation_menu + div {
	margin: 0 0 0;
}
#navigation_menu + div {
	margin: 20px 0 0;
}
#navigation_config {
	background: #F7F7F7;
}

#navigation_config .navigation_container {
	margin: 60px 35px;
	float: left;
}

#navigation_config .hauptnavigation .bottom_container {
	background: #EEE;
	margin: -5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	bottom: 5px;
	position: absolute;
	width: 100%;
	border-top: 1px solid #434857;
}

#navigation_config .hauptnavigation .bottom_container .bottom_inline {
	padding: 5px;
}

#navigation_config .hauptnavigation {
	width: 400px;
	border: 1px solid #434857;
	border-radius: 5px;
	display: inline-block;
	padding: 5px;
	background: #fff;
	min-height: 200px;
	padding-bottom: 45px;
}

#navigation_config input[type=text] {
	font-size: 12px;
	width: 100%;
	background: #434857;
	border: none;
	border-bottom: 1px solid #fff;
}

#navigation_config input:focus {
	outline: none;
}

#navigation_config input::-webkit-input-placeholder {
	color: #fff !important;
}
#navigation_config input:-moz-placeholder {
	color: #fff !important;
}
#navigation_config input::-moz-placeholder {
	color: #fff !important;
}
#navigation_config input:-ms-input-placeholder {
	color: #fff !important;
}

#navigation_config input[type=checkbox] {
	margin-right: 5px;
}
.inhalt_aktualisieren {
  text-align: center;
}
.inhalt_aktualisieren > div + div {
  margin-top: 10px;
}
.inhalt_aktualisieren .btn {
  width: 100%;
}
.inhalt_aktualisieren .btn .fa {
  float: right;
  margin-top: 4px;
}
.navi_v2 .compact .accordion_toggle_headline {
	display: none;
}
.navi_v2 .compact #vertical_container a {
	padding: 6px 0px;
}
#vertical_container h1, #vertical_container a {
  font-family: "Roboto", sans-serif;
  padding: 6px 10px;
  display: inline-block;
}
#vertical_container a.h1-link {
  padding: 0px;
  color: #000;
  white-space: normal;
  word-wrap: break-word;
  display: inline-block;
  width: 100%;
}
#vertical_container .accordion_toggle_link {
  margin: 0px;
}
#vertical_container .accordion_toggle,
#vertical_container .accordion_toggle_link {
  height: auto !important;
}
#vertical_container h1.accordion_toggle,
#vertical_container h1.accordion_toggle_link {
  font-size: 14px;
  padding: 12px 0;
  line-height: 100%;
}
#vertical_container h1.accordion_toggle_headline {
	margin: 20px 0px 0px 0px !important;
}
#vertical_container h1.accordion_toggle_headline, .headline_funktionen {
  padding: 6px;
  margin: 30px 0px 0px 0px;
  font-size: 18px;
  line-height: 100%;
  color: #ffffff;
  background-color: #434857;
}
.headline_funktionen {
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 10px;
}
#vertical_container h1.accordion_toggle_headline:first-child {
	margin-top: 0px;
}
#vertical_container h1.accordion_toggle:after {
  content: "";
}
#vertical_container h1.accordion_toggle_active:after {
  content: "";
}
#vertical_container h1 {
  padding: 0;
  text-transform: uppercase;
}
#navigation_config #vertical_container h1, #navigation_config #vertical_container ul, #navigation_config #vertical_container li {
	width: 388px;
}
#vertical_container h1, #vertical_container ul, #vertical_container li {
  float: left;
  width: 100%;
}
#vertical_container ul {
  padding: 0;
}
#vertical_container ul li {
  margin: 0;
}
#vertical_container a {
	color: #002e2f;
	width: 388px;
}

#vertical_container ul a {
  float: left;
  width: 100%;
  color: #002e2f;
  display: block;
}
#vertical_container ul a:hover {
  background-color: #1baade;
  text-decoration: none;
  color: #fff;
}
#vertical_container ul a:focus {
  text-decoration: none;
}
#vertical_container h1.accordion_toggle:after,
#vertical_container .subnavi .vertical_accordion_toggle:after {
  float: right;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0da";
}
#vertical_container h1.accordion_toggle:after {
  margin: 0 10px 0 0;
}
#vertical_container .subnavi .vertical_accordion_toggle:after {
  margin: 4px 0 0 0;
}
#vertical_container h1.accordion_toggle_active:after,
#vertical_container .subnavi .vertical_accordion_toggle_active:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0d7";
}
#vertical_container .vertical_accordion_toggle_active {
  color: inherit;
}
#vertical_container .vertical_accordion_content {
  float: left;
  width: 100%;
  /* margin: 0 0 0 8px; */
}
#vertical_container .accordion_content {
  margin-bottom: 0;
}
#vertical_container .accordion_content .cat-icons, #vertical_container .vertical_accordion_content .cat-icons {
  margin: 0 0 0 8px;
}
#vertical_container .subnavi {
  padding: 0;
}
#vertical_container .vertical_accordion_toggle {
  width: 100%;
  margin: 0;
}

/*  ==========================================================================
	content
	========================================================================== */
.breadcrumb {
  background: transparent;
  margin: 0;
}
.breadcrumb .glyphicon {
  margin-right: 5px;
}
.breadcrumb .glyphicon:before {
  font-size: 12px;
}
.breadcrumb-btn-nav a {
  color: inherit;
  cursor: pointer;
}
.breadcrumb-btn-nav {
  margin-bottom: 20px;
}
.breadcrumb-btn-nav .active a {
  font-weight: bold;
  color: #1baade;
}
.breadcrumb-btn-nav a:hover {
  text-decoration: none;
}
.breadcrumb.breadcrumb-btn-nav>li+li:before {
  color: inherit;
}
/* artikel */
/*  ==========================================================================
	footer
	========================================================================== */
#footer {
  background: #EEEEEE;
}
#footer2 {
	background: #EEEEEE;
  }
#footer>.toolNav>.container-fluid {padding:0;}

#footer2>.toolNav>.container-fluid {padding:0;}
.footer-options .toolNav {
  padding: 15px;
}
.footer-options .form-group-option {
  font-size: 12px;
}
.footer-options .form-group-option .checkbox-inline,
.footer-options .form-group-option .radio-inline {
  line-height: 30px;
}
.footer-options .form-group-option .checkbox-inline input[type=checkbox],
.footer-options .form-group-option .radio-inline input[type=radio]{
  margin-top: 8px;
}
.fixed-footer {
  padding: 0;
}

.toolNav {
  padding: 20px 15px;
}
.toolNav .row + .row {
  margin-top: 15px;
}
.toolNav [class^="col"] .btn {
  width: 100%;
}

.toolNav-radio .form-group-option {
  margin-top: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .toolNav-radio .form-group-option {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .toolNav [class^="col"] + [class^="col"] {
    margin-top: 10px;
  }
}
/*  ==========================================================================
	Fixed Interface
	========================================================================== */
@media only screen and (min-width: 768px) {
  .fixed-interface, .fixed-interface-no-gap {
    padding-top: 0;
  }
  .fixed-interface .fixed-header,
  .fixed-interface .fixed-footer, .fixed-interface-no-gap .fixed-header,
  .fixed-interface-no-gap .fixed-footer {
    position: fixed;
    width: 100%;
    background-color: white;
  }
  .fixed-interface .fixed-header, .fixed-interface-no-gap .fixed-header {
    z-index: 1050;
  }
  .fixed-interface .fixed-header .navbar, .fixed-interface-no-gap .fixed-header .navbar {
    position: static;
    margin-bottom: 0;
    min-height: 40px;
  }
  .fixed-interface .fixed-header .hero, .fixed-interface-no-gap .fixed-header .hero {
    padding: 20px 0;
  }
  .fixed-interface .fixed-interface-body, .fixed-interface-no-gap .fixed-interface-body {
    margin-top: 0;
  }
  .fixed-interface .fixed-footer, .fixed-interface-no-gap .fixed-footer {
    z-index: 3;
    bottom: 0;
  }
  .fixed-interface .fixed-footer .form-group-option + .form-group, .fixed-interface-no-gap .fixed-footer .form-group-option + .form-group {
    margin-top: 10px !important;
  }
  .fixed-interface .fixed-footer .radio-inline input[type=radio], .fixed-interface-no-gap .fixed-footer .radio-inline input[type=radio] {
    width: 14px;
    height: 14px;
  }

  .backend-cms .fixed-interface-body {
    margin-top: -15px;
  }
}
.hero2 [class^="col-"] .btn,
.hero2 .input-group,
.hero2 .form-control {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  body .fixed-interface-body {
    /* padding-top: 0 !important; */
    padding-bottom: 0 !important;
  }

  .fixed-footer .form-group-option .form-group + .form-group {
    margin-left: 10px;
  }
}
/*  ==========================================================================
	Layout Variationen
	========================================================================== */
.backend-layout-keine-posten, .backend-layout-keine-posten #footer {
  background: #EEEEEE;
}

.backend-reiter-layout header .nav-pills {
  margin: 15px 0;
}

.hero-legende {
  font-size: 12px;
  padding: 10px 0 !important;
}
.hero-legende h2 {
  margin: 0 0 10px;
  padding: 0;
  font-size: 18px;
}

/*  ==========================================================================
    Layout Posten
    ========================================================================== */
/* Allgemeines */
.post-heading, .post-info {
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
.post-heading h4 a, .post-info h4 a {
  color: inherit;
  display: block;
}
.post-heading h4 a:hover, .post-info h4 a:hover {
  text-decoration: none;
}

.post-heading h4 {
	margin: 0;
	padding: 0 30px;
	overflow: hidden;
}
#postlist .post-heading h4 {
	height: 41px;
}

.post-info h4 {
  margin: 0 0 10px;
}

.post-info a {
  color: #002e2f;
}
a.uebernehmenBtn {
  color: #fff;
  float: right;
}

.post-sprachen {
  padding: 3px 20px;
}
.post-sprachen table {
  width: 100%;
}

.postlist ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.postlist > ul {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}
.postlist .post-wrapper .post-image img {
  max-width: 100%;
}
.postlist .post-wrapper .post-info p {
  margin: 0;
}
.postlist .post-wrapper .post-info p + p {
  margin-top: 10px;
}

/* Postview = Kachelansicht */
.flexbox .backend_vorlagen .list-view .post-wrapper, .flexbox .backend_media .list-view .post-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.flexbox .backend_vorlagen .list-view .post-wrapper h4, .flexbox .backend_media .list-view .post-wrapper h4 {
  margin: 0;
}
.flexbox .backend_vorlagen .list-view .post-wrapper > *, .flexbox .backend_media .list-view .post-wrapper > * {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.flexbox .post-view .post-wrapper {
  /* flexbox */
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flexbox .post-view > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.flexbox .post-view > ul > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 1553px) {
  .post-view > ul > li {
    width: 33.3333333%;
  }
  .post-view > ul > li:nth-child(3n-2) .dropdown-menu {
    left: 0;
    right: inherit;
  }
}
@media only screen and (max-width: 1552px) {
  .post-view > ul > li {
    width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .post-view > ul > li {
    width: 100%;
  }
  .post-view > ul > li .dropdown-menu {
    right: 0;
    left: inherit;
  }

  #backend_belege_vorgabetexte .list-view .post-wrapper .post-heading + .post-info {
    margin-top: 20px;
  }
}
.post-view .post-invisible {
  display: none;
}
.post-view .post-info > p {
	overflow-wrap: anywhere;
}
.post-view > ul > li {
  float: left;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .post-view > ul > li {
    padding-right: 0px;
  }
}
.post-view .post-wrapper {
  display: block;
  width: 100%;
  border: 1px solid #ECEBE4;
  padding: 15px;
  background-color: #f9f9f9;
}
.post-view .post-wrapper .post-heading {
  position: relative;
  padding: 0 0 10px;
  text-align: center;
  min-height: 55px;
}
@media only screen and (max-width: 1552px) {
  .post-view .post-wrapper .post-heading {
    min-height: 75px;
  }
}
.post-view .post-wrapper .post-heading .badge {
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 1552px) {
	.post-view .post-wrapper .post-heading .badge {
		position: relative;
	}
}
.post-view .post-wrapper .post-image {
  text-align: center;
}
.post-view .post-wrapper .post-image img {
  max-height: 280px;
}
.post-view .post-wrapper .post-action {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

/* Listview  = Listenansicht*/
.list-view .list-invisible {
  display: none;
}
.list-view > ul > li {
  float: left;
  width: 100%;
}
.list-view > ul > li + li {
  border-top: 1px solid #ECEBE4;
  margin-top: 10px;
  padding-top: 10px;
}
.list-view .post-wrapper {
  width: 100%;
  margin-left: -15px;
  margin-right: -15px;
}
.list-view .post-wrapper > * {
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}
.list-view .post-wrapper .post-heading {
  text-align: center;
}
.list-view .post-wrapper .post-heading .badge {
  min-width: 35px;
	white-space: normal !important;
}
.list-view .post-wrapper .post-heading-color h4 {
  padding-left: 0;
}
.list-view .post-wrapper .post-heading-color h4 {
  float: left;
}
.list-view .post-wrapper .post-image {
  display: none !important;
}
.list-view .post-wrapper .post-image img {
  height: 80px;
}
.list-view .post-wrapper .post-action {
  padding-right: 0;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .list-view .post-wrapper .post-info {
    margin: 15px 0;
  }
}
@media only screen and (min-width: 768px) {
  .list-view .post-wrapper .post-heading {
    width: 10%;
  }
  .list-view .post-wrapper .post-info {
    width: 60%;
  }
  .list-view .post-wrapper .post-preisliste {
    width: 20%;
  }
  .list-view .post-wrapper .post-action {
    width: 10%;
  }
}
.post-preisliste ul + ul,
.bestandsliste li + li {
  margin-top: 10px;
}
.post-preisliste li {
  float: left;
  width: 100%;
}
.imgGalChooseItm {
  display: block;
  overflow: hidden;
  background: #FFF;
}
.imgGalChooseItm img {
  display: block;
  margin: 0 auto;
  width: auto !important;
  height: auto !important;
}

@media only screen and (min-width: 768px) {
  .backend_vorlagen .list-view .post-wrapper .post-heading, .backend_media .list-view .post-wrapper .post-heading {
    width: 5%;
  }
  .backend_vorlagen .list-view .post-wrapper .post-info, .backend_media .list-view .post-wrapper .post-info {
    width: 87%;
  }
  .backend_vorlagen .list-view .post-wrapper .post-action, .backend_media .list-view .post-wrapper .post-action {
    width: 8%;
  }

  #backend_belege_vorgabetexte .list-view .post-wrapper {
    margin: 0 !important;
  }
  #backend_belege_vorgabetexte .list-view .post-wrapper > * {
    padding: 0 !important;
  }
  #backend_belege_vorgabetexte .list-view .post-wrapper .post-heading {
    width: 80%;
  }
  #backend_belege_vorgabetexte .list-view .post-wrapper .post-info {
    width: 20%;
  }
  #backend_belege_vorgabetexte .list-view .post-wrapper .post-info .btn {
    width: 100%;
  }
  #backend_belege_vorgabetexte .post-view .post-info {
    padding-top: 15px !important;
  }
  #backend_belege_vorgabetexte .post-view .post-info .btn {
    width: 100%;
  }
}
#backend_media_farben .list-view .post-wrapper .post-heading, #backend_media_farben .list-view .post-wrapper .post-info {
  float: left;
  width: 100%;
}
#backend_media_farben .list-view .post-wrapper .post-info {
  margin: 15px 0 0;
}

.kapsel > li {
  float: left;
}
.kapsel > li + li {
  margin-left: 5px;
}

.farb_kapsel {
  float: left;
  width: 100%;
}

.post-view .post-info-color label {
  text-align: right;
  width: 30%;
  float: left;
  padding: 0 10px 0 0;
}
.post-view .post-info-color .kapsel {
  float: left;
  width: 70%;
}
.post-view .post-info-color > ul {
  padding: 10px;
  float: left;
  width: 100%;
}
.post-view .post-info-color > ul > li {
  float: left;
  width: 100%;
}

.farbzelle .post-heading {
  padding-left: 15px !important;
}

.list-view .post-info-color label {
  float: left;
  margin: 0 5px 0 0;
}
.list-view .post-info-color .kapsel {
  float: left;
}
.list-view .post-info-color > ul {
  float: left;
  width: 100%;
}
.list-view .post-info-color > ul > li {
  float: left;
  margin: 0 10px 0 0;
}

.post-wrapper.vorlagebox .post-action {
  padding: 10px 0;
  text-align: center;
}
.post-wrapper.vorlagebox .post-action .btn {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .list-view .post-wrapper > * {
    width: 100%;
  }
}
.list-view .post-wrapper .post-action {
  float: right;
}

/*  ==========================================================================
    Felder Ein-/Ausblenden
    ========================================================================== */
.backend_menue_schalter {
  padding: 20px;
}
.backend_menue_schalter .ui-dialog {
  position: static !important;
  top: 0 !important;
  left: 0 !important;
}

#backend_dialog_fav_menue .l3 {
  padding-left: 60px;
}

.ui-icon-closethick {
  background-position: 0 0;
}

.ui-dialog .ui-resizable-se {
  position: absolute;
}

.ui-dialog {
  font-size: 14px;
  color: #002e2f;
}
.ui-dialog, .ui-dialog .ui-dialog-title, .ui-dialog .ui-button-text {
  font-family: "Roboto", sans-serif !important;
}
.ui-dialog .ui-dialog-buttonpane button {
  background: #1baade;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  color: #fff;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: none;
  text-shadow: none;
  font-weight: bold;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
.ui-dialog .ui-dialog-buttonpane button:hover, .ui-dialog .ui-dialog-buttonpane button:focus {
  background: #168bb6;
}
.ui-dialog .ui-dialog-buttonpane button:active {
  background: #168bb6;
}
.ui-dialog .ui-dialog-buttonpane button .ui-button-text {
  padding: 0;
}

.ui-dialog .ui-dialog-content div + h4 {
  margin-top: 10px;
}
.ui-dialog .ui-dialog-content h4 {
  font-size: 16px;
  margin: 0 0 5px;
}
.ui-dialog .ui-dialog-content .checkbox {
  margin-top: 2px;
  margin-bottom: 2px;
}
.ui-dialog .ui-dialog-content .l2 + .l3 {
  margin-top: 5px;
}
.ui-dialog .ui-dialog-content .l3 + .l2 {
  margin-top: 5px;
}
.ui-dialog .ui-dialog-content h4, .ui-dialog .ui-dialog-content .l2, .ui-dialog .ui-dialog-content .l3 {
  float: left;
  width: 100%;
}
.ui-dialog .ui-dialog-content .l2 {
  font-size: 14px;
  padding-left: 20px;
}
.ui-dialog .ui-dialog-content .l3 {
  font-size: 12px;
  padding-left: 40px;
}
.ui-dialog-titlebar {
	background-color: #434857 !important;
	color: #ffffff !important;
}

/* INPUT XS */
.form-auto .input-group .form-control {
  width: 100%;
}
.form-auto .form-control {
  width: auto;
}

.input-group-xs .form-control {
  height: 25px;
  padding: 0 10px;
}
.input-group-xs .input-group-addon {
  padding: 2px 8px;
}

.input-xs {
  height: 25px !important;
  padding: 0 10px !important;
}
.form_lieferantenstaffel input.form-control{
  width: inherit;
}
.form_lieferantenstaffel tr:nth-child(odd):not(:last-child) {
  border-bottom: 1px dotted #ccc;
}
.form_lieferantenstaffel tr:nth-child(even) {
  border-bottom: 1px solid #ccc;
}
.form_lieferantenstaffel td {
  font-size: 13px;
  padding: 5px !important;
  border-top: none !important;
}
.form_lieferantenstaffel .switchBtn {
  font-size: 12px;
  padding: 6px 10px;
  height: 25px;
}
.form_lieferantenstaffel .switchBtn.open .fa-plus:before {
  content: "\f068";
}
.form_lieferantenstaffel .input-group-addon {
  font-weight: bold;
}
.form_lieferantenstaffel hr {
  margin: 5px 0 !important;
  border-color: #ccc;
}
.form-wechseln {
  padding: 20px 0;
  float: left;
  width: 100%;
}
/* @group Table List */
.table-list {
  width: 100%;
  display: table;
  margin: 0;
  padding: 0;
  list-style: none;
  border-collapse: collapse;
}
.table-list>li {
  display: table-row;
  padding: 10px 5px;

}
.table-list>li+li {
  margin: 10px 0 0;
  border-top: 1px solid #ddd;
}
#toolbar {
  margin: 20px 0;
}
@media only screen and (min-width:480px) {
  .table-list .table-cell-1 {
    width: 70%;
  }
  .table-list .table-cell-2 {
    width: 30%;
    text-align: right;
  }
}
@media only screen and (max-width:479px) {
  .table-list .table-cell {
    float: left;
    width:100%;
  }
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
  padding: 5px;
}

.linkbearbeiten {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: .25s all ease;
  transition: .25s all ease;

}
.linkbearbeiten:not(.btn) {
  color: inherit;
}
.linkbezeichnung {
  float: left;
  display: block;
  width: 100%;
}
.linkbezeichnung span {
  color: #666;
}
.linkbezeichnung:hover {
  text-decoration: none !important;
}
/* @end Table List*/
/* @group Office Integration  */
.backend_office_integration #footer .btn-group {
  width: 100%;
}
/* @end Office Integration  */
@-ms-viewport { width:device-width; zoom:1.0; }


ul.sprache_aufrufe_liste {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.sprache_aufrufe_liste:before {
  display: table;
  content: " ";
}
ul.sprache_aufrufe_liste:after {
  clear: both;
}
ul.sprache_aufrufe_liste li {
  float: left;
}
ul.sprache_aufrufe_liste li:hover {
  color: #fff !important;
  background-color: #1baade;
}
.dropdown-menu ul.sprache_aufrufe_liste > li > a,
ul.sprache_aufrufe_liste > li > a {
  padding: 2px 2px;
  display: block;
}



.fa-exclamation-triangle {
	color: orange;
}
.fa-user-circle-o, ul.info-list .fa-file-pdf-o {
	color: darkcyan;
}

/*  ==========================================================================
    Wizard Styles
    ========================================================================== */

#wizard #navigation li {
	list-style: none;
	border-radius: 4px;
}

#wizard #navigation .number {
	margin-left: 5px;
	font-weight: 500;
	min-width: 15px;
	display: inline-block;
	vertical-align: top;
	margin-top: 5px;
}

#wizard #navigation li label {
	padding-left: 15px;
	margin-top: 5px;
	width: 70%;
}

#wizard #navigation .icon {
	padding-left: 10px;
	vertical-align: top;
    margin-top: 8px;
}

#wizard #navigation ul .active {
	background-color: #1CA8DD;
	color: #FFFFFF !important;
}

#wizard .waiter {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0.5;
	display: none;
	background-color: black;
	z-index: 99;
}

#wizard .waiter .fa-spinner {
	z-index: 100;
	position: absolute;
	top: 47%;
	left: 47%;
	font-size: 7em;
	color: #1CA8DD;
}

#wizard .post-action {
	float: left;
	width: 37%;
}

#wizard .post-heading {
	width: 3%
}

#wizard .post-info {
	width: 60%;
}

#wizard .col_aktion .post-action {
	float: right;
	width: 100%;
}

#wizard .artikel-new {
	padding-top: 15px;
	display: inline-block;
}

#wizard .wizard-bottom {
	margin-top: 15px;
	border-top: 1px dotted #ccc;
}

#wizard #buttons, #wizard #checkbox {
	margin: 10px 0;
}

#wizard .fa-angle-down, #wizard .fa-angle-up {
	font-size: 2em;
	color: #1CA8DD;
	position: relative;
	bottom: 5px;
}

#wizard .form-group {
	margin-top: 10px;
}

#wizard .edit {
	display: none;
}

/*  ==========================================================================
    Verteilerliste Styles
    ========================================================================== */

#verteiler ul {
	padding-left: 0px;
}

#verteiler .address {
	list-style: none;
	background: #F7F7F7;
	border: 2px solid #ddd;
	border-radius: 5px;
	min-height: 50px;
	margin-bottom: 10px;
	min-height: 45px;
	width: 100%;
	float: left;
}

#verteiler .head>label {
	margin-left: 10px;
	font-size: 1em;
	width: 90%;
	line-height: 45px;
}
#verteilerliste .head .fa-square-o, #verteilerliste .head .fa-check-square-o {
	margin-left: 10px;
	font-size: 1.3em;
	width: 20px;
	display: block !important;
	float: left;
	margin-top: 15px;
}


#verteilerliste .fa-square-o, #verteilerliste .fa-check-square-o {
	margin-left: 10px;
	font-size: 1.3em;
	width: 20px;
}

#verteiler .fa-angle-up, #verteiler .fa-angle-down {
	font-size: 3.2em;
	margin-right: 10px;
}

#verteiler .details {
	display: none;
	width: 100%;
	float: left;
	padding-bottom: 15px;
}

#verteiler .form-group {
	width: 100%;
	display: inline-block;
}

.form-control-verteiler{
	display: block;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.control-label-verteiler {
	padding-top: 7px;
	margin-bottom: 0;
}

#verteiler .positions {
	margin-top: 15px;
}

#verteiler .neuanlage, #verteiler .csv-container {
	margin-top: 10px;
}

#verteiler .upload-progress {
	height: 34px;
	width: 100%;
	border-radius: 4px;
	border: 1px solid #1baade;
	display: none;
	text-align: center;
	padding: 0px;
}

#verteiler .progress-bar {
	background-color: #1baade;
	min-width: 40px;
	font-size: 14px;
	line-height: 32px;
}

#verteilerliste .kopf {
	background: #F7F7F7;
	border-bottom: 2px solid #ddd;
	line-height: 30px;
}

#verteilerliste .checkbox-all {
	width: 18%;
	float: left;
	padding-right: 10px;
}

#verteilerliste .select-count {
	width: 30%;
	float: left;
	padding-right: 10px;
}

#verteilerliste .select-count label, #verteilerliste .select-count input {
	float: left;
}

#verteilerliste .select-count select {
	width: 30%;
	margin: 0 10px;
	float: left;
}

#verteilerliste .button-selection {
	width: 15%;
	float: left;
}

#verteilerliste .search {
	width: 30%;
	float: right;
}
#verteilerliste .search input {
	width: 85%;
	float: right;
}
#verteilerliste .fa-spinner {
	float: left;
	font-size: 32px;
}

#verteilerliste .grey {
	color: #ddd;
}

.posten_angebot {
	max-width:15% !important;
	margin-right:1.5%;
}

@media only screen and (max-width: 767px) {
	#tr_posten_1_menge_angebot {
		display: grid !important;
	}

	#tr_posten_2_menge_angebot {
		display: grid !important;
	}

	#tr_posten_dummyposten_menge_angebot {
		display: grid !important;
	}
}

.readmore, .readless {color: #d9534f !important; padding-left:20px;}

#backend_kalkulation_arbeitsschritte_anlegen {
	margin-top:-14px;
}

#backend_beleg_stueckliste_verwalten {
	margin-top:-14px;
}

.form-control {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

p.staffelmengenWerte {
	display: block !important;
}
.no-border {
  border: 0px !important;
}
.tabellen-liste {
  width: 100%;
  float: left;
  padding: 0px;
}
.tabellen-liste li{
  width: 100%;
  float: left;
  padding: 10px 0;
}
.tabellen-liste label {
  width: 25%;
  float:left;
  display: inline-block;
}
.tabellen-liste .sub-container {
  width: 75%;
  float:left;
  display: inline-block;
}

#backend_firmendaten_detail_aendern .colorpicker-element .input-group-addon i{
	border: black solid 1px;
	height: 20px;
	width: 20px;
}

#extras .checkbox label, #extras .radio label {
	line-height:24px;
}

.versandscan_aktuelle_position td{
	background-color: #d8f2d8;
}

.zwischenlager_differenz::before
{
	content: url("../img/warning-outline-20.png") " ";
}

/* Wizard CSS*/
#wizard-content table {
	max-width: 100%;
}
.layerblock{
	background:#ffffff;
	height: 200px;
	width: 400px;
	border: 1px solid;
	padding: 3px;
}
/*  ==========================================================================
	Input
	========================================================================== */
.input_file {
	position: relative;
	margin: 0 0 10px 0;
}
.input_file input[type=file] {
	opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	position: relative;
	z-index: 2;
	cursor: pointer;
	height: 34px;
	width: 60%;
}
.fake_file {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 70%;
}
.fake_file input[type=button] {
	behavior: url(PIE.htc);
	cursor: pointer;
}
.fake_file_input{
	behavior: url(PIE.htc);
	position: relative;
	z-index: 2;
	float: left;
	margin-bottom: 0;
	width: 60%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

.field-container .row>div {
	margin-bottom: 10px;
}

.belegCockpitTabelle #gruen td { background: #98FB98 !important; }
.belegCockpitTabelle #blau td { background: #87CEFA !important; }
.belegCockpitTabelle #gelb td { background: #FFFACD !important; }
.belegCockpitTabelle #grau td { background: #D5D5D5 !important; }
.belegCockpitTabelle #braun td { background: #F46420 !important; }
.belegCockpitTabelle #lila td { background: #CE62FF !important; }
.belegCockpitTabelle #weiß td { background: #FFFFFF !important; }
.belegCockpitTabelle #orange td { background: #FFB520 !important; }
.belegCockpitTabelle #rosa td { background: #FF59A4 !important; }
.belegCockpitTabelle #tuerkis td { background: #AFEEEE !important; }

/* Scroll CSS*/
.stickys {
	position: sticky;
	top: 35px;
	z-index: 100;
}

/*  ==========================================================================
  Alternatieve Snellerfassung Maske
  ========================================================================== */

  .lfp_schnellerfassung_anzeigen .posten_edit {
	display: none;
	text-align: left;
	padding: 15px 8px;
}

.lfp_schnellerfassung_anzeigen .toggle_posten_edit {
	display: inline-block;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	width: 20px;
	height: 20px;
	margin: 2px;
	line-height: 20px;
	vertical-align: middle;
	text-align: center;
}

.lfp_schnellerfassung_anzeigen .toggle_posten_edit:hover {
	background-color: silver;
}

.lfp_schnellerfassung_anzeigen .padding_div {
	padding-left: 0px;
	padding-right: 0px;
}

.lfp_schnellerfassung_anzeigen ul[id^="ui-id-"] {
	min-width: 550px !important;
}

.lfp_schnellerfassung_anzeigen .result-area {
	margin-left: 40px;
}
.lfp_schnellerfassung_anzeigen .kopfbereich {
	margin-top:100px;
}
.lfp_schnellerfassung_anzeigen .postendaten_bereich {
	padding-bottom: 100px;
}
.lfp_schnellerfassung_anzeigen .summary {
	padding-bottom: 100px;
}
.lfp_schnellerfassung_anzeigen .footer-options {
	background: #EEEEEE;
}
.lfp_schnellerfassung_anzeigen #subheadline_artikelbz,
.lfp_schnellerfassung_anzeigen #subheadline_anzahl_dateien,
.lfp_schnellerfassung_anzeigen #subheadline_fremdproduktion,
.lfp_schnellerfassung_anzeigen #subheadline_lf_anschrift {
	white-space: nowrap;
}
.lfp_schnellerfassung_anzeigen #subheadline_breite_sichtmass,
.lfp_schnellerfassung_anzeigen #subheadline_hoehe_sichtmass,
.lfp_schnellerfassung_anzeigen #subheadline_breite_produktionsmass,
.lfp_schnellerfassung_anzeigen #subheadline_hoehe_produktionsmass {
	white-space: nowrap;
	padding-right: 10px;
}
.lfp_schnellerfassung_anzeigen #subheadline_anzahl {
	white-space: nowrap;
	padding-right: 40px;
}
.lfp_schnellerfassung_anzeigen #subheadline_referenz,
.lfp_schnellerfassung_anzeigen #subheadline_verpackungsart,
.lfp_schnellerfassung_anzeigen #subheadline_einzelpreis{
	white-space: nowrap;
	padding-right: 50px;
}
.lfp_schnellerfassung_anzeigen #subheadline_artikelbezeichnung,
.lfp_schnellerfassung_anzeigen #subheadline_menge,
.lfp_schnellerfassung_anzeigen #subheadline_verarbeitung,
.lfp_schnellerfassung_anzeigen #subheadline_bildname,
.lfp_schnellerfassung_anzeigen #subheadline_summe  {
	white-space: nowrap;
	padding-right: 100px;
}
.lfp_schnellerfassung_anzeigen #subheadline_set  {
	white-space: nowrap;
	padding-right: 150px;
}
.lfp_schnellerfassung_anzeigen #subheadline_wv_text  {
	white-space: nowrap;
	padding-right: 200px;
}
.lfp_schnellerfassung_anzeigen #subheadline_liefertermin,
.lfp_schnellerfassung_anzeigen #subheadline_bereitstellung {
	white-space: nowrap;
	padding-right: 50px;
}
.lfp_schnellerfassung_anzeigen .table_subheadline>th {
	vertical-align: bottom;
}

/*  ==========================================================================
  Elektronische Lauftasche
========================================================================== */
.info_lauftasche {
	font-size: 1.5em !important;
	color: darkgrey;
	float:right;
	margin-left: 15px;
}

.hidden {
	display: none;
}

.color_crimson{
	color: #d43f3a;
}

#backend_bankeinzug_export .background_tr,
#backend_zahlungsausgang_export .background_tr{
	background-color: #f0f0f0;
}