/* 
    Created on : 14.12.2015, 11:41:21
    Author     : Maik Waffen | shopkompetenz.de <m.waffen@fbsc.de>
*/
/* 
    Created on : 14.12.2015, 11:41:21
    Author     : Maik Waffen | shopkompetenz.de <m.waffen@fbsc.de>
*/
/* red */
/* blue */
/* green */

#logo img {
  margin-top: 10px;
}

.nav-wizard {
  border-radius: 4px;
  margin: 0 0 30px;
  overflow: hidden;
  position: relative;
  border: 1px solid #dddddd;
}
.nav-wizard > li {
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  height: 50px;
}
.nav-wizard > li > a,
.nav-wizard > li .nav-badge {
  font-size: 14px;
  display: inline-block;
  padding: 0 !important;
  width: 100%;
  line-height: 50px;
  height: 50px;
  overflow: hidden;
  text-align: center;
  color: #777777;
  background-color: #f3f3f3;
}
@media (max-width: 768px) {
  .nav-wizard > li > a,
  .nav-wizard > li .nav-badge {
    font-size: 14px;
  }
}
.nav-wizard > li:not(:first-child) {
  padding-left: 3px;
}
.nav-wizard > li:not(:first-child):before {
  width: 0;
  height: 0;
  border-top: 25px inset transparent;
  border-bottom: 25px inset transparent;
  border-left: 20px solid #ffffff;
  position: absolute;
  content: "";
  top: 0;
  left: 3px;
  z-index: 3;
}
.nav-wizard > li:not(:first-child) > a,
.nav-wizard > li:not(:first-child) .nav-badge {
  padding-left: 20px !important;
}
.nav-wizard > li:not(:last-child):after {
  width: 0;
  height: 0;
  border-top: 25px inset transparent;
  border-bottom: 25px inset transparent;
  border-left: 20px solid #f3f3f3;
  position: absolute;
  content: "";
  top: 0;
  right: -20px;
  z-index: 4;
}
.nav-wizard > li.active > a,
.nav-wizard > li.active > a,
.nav-wizard > li.active .nav-badge,
.nav-wizard > li.active .nav-badge {
  color: #ffffff;
  background-color: #609;
}
.nav-wizard > li.active:after,
.nav-wizard > li.active:after {
  border-left-color: #609;
}


/*# sourceMappingURL=custom.css.map */


.form-group.required .formAsterix.no-select-picker {
	right: 24px;
}

