﻿
.bwizard {
  position: relative;
}

.bwizard .well {
  margin: 3px 0
}

.bwizard-body {
  margin-top: 10px;
}

.bwizard .section-content,
.well-black.bwizard .section-content {
  padding: 9px 10px;
  border-top: none;
  border-bottom: none;
}

.bwizard.bwizard-bordered .bwizard-body {
  border-top: 1px solid #D1D2D5;
}

.bwizard.bwizard-bordered .section-content {
  border-top: 1px solid #FFFFFF;
}

.bwizard.bwizard-bordered .section-content.item {
  border-bottom: 1px solid #D1D2D5;
}

.well-black.bwizard.bwizard-bordered .bwizard-body {
  border-top-color: #222;
}

.well-black.bwizard.bwizard-bordered .section-content {
  border-top-color: #515356;
}

.well-black.bwizard.bwizard-bordered .section-content.item {
  border-bottom-color: #222222;
}

.bwizard-steps {
  margin: 0;
  padding: 0;
  display: inline-block;
  font-weight: bold; 
  font-size: 12px;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}



.bwizard-steps li {
  display: inline-block;
  position: relative;
  margin-right: 5px;
  line-height: 18px;
  list-style: none;
  padding: 12px 17px 10px 30px;
  background: #dddee4;/*efefef*/
  zoom: 1;
*display: inline;
*padding-left: 17px;
}

.bwizard-steps li:first-child {
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  padding-left: 12px;
}

.bwizard-steps li:first-child:before {
  border: none;
}

.bwizard-steps li:last-child {
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  margin-right: 0;
}

.bwizard-steps li:last-child:after {
  border: none;
}

.bwizard-steps li:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 0;
  border-bottom: 20px inset transparent;
  border-left: 20px solid #fff;
  border-top: 20px inset transparent;
  content: "";
}

.bwizard-steps li:after {
  position: absolute;
  right: -20px;
  top: 0;
  height: 0;
  width: 0;
  border-bottom: 20px inset transparent;
  border-left: 20px solid #dddee4;/*efefef*/
  border-top: 20px inset transparent;
  content: "";
  z-index: 2;
}



.well-nice .bwizard-steps {
  background: #F6F7FE;
}

.well-nice .bwizard-steps li:before {
  border-left-color: #F6F7FE;
}

.well-black .bwizard-steps li {
  background: #464b4e;/*efefef*/
}

.well-black .bwizard-steps li:after {
  border-left-color: #464b4e;/*efefef*/
}

.well-black .bwizard-steps {
  background: #373B3E;
}

.well-black .bwizard-steps li:before {
  border-left-color: #373B3E;
}

.bwizard-steps .label {
  margin: 0 5px 0 0;
  padding: 1px 5px 2px;
  position: relative;
  top: -1px;
}

.bwizard-steps .current {
  color: #fff;
  background: #007ACC;
}

.bwizard-steps .current:after {
  border-left-color: #007ACC;
}

.bwizard-green .bwizard-steps .current {
  background: #78C876;
}

.bwizard-green .bwizard-steps .current:after {
  border-left-color: #78C876;
}

.pager.bwizard-buttons {
    margin: 10px 0;
}

.well .pager.bwizard-buttons {
    margin: 10px 0 5px;
}

.pager.bwizard-buttons li > a, 
.pager.bwizard-buttons li > span {
  font-weight: bold;
  font-size: 12px;
  background-color: #F0F1F8;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  display: inline-block;
  padding: 4px 14px;
}

.well-black .pager.bwizard-buttons li > a, 
.well-black .pager.bwizard-buttons li > span {
  color: #3399FF;
  background-color: #323538;
  border-color: #2E3134;
}

.well-black .pager.bwizard-buttons li > a:hover, 
.well-black .pager.bwizard-buttons li > span:hover {
  color: #99ccff;
  background-color: #2f3235;
}


@media (max-width: 480px) {

/*badges only on small screens*/
  .bwizard-steps li,
  .bwizard-steps li.current,
  .bwizard-steps li:first-child,
  .bwizard-steps li:last-child,
  .well-black .bwizard-steps li,
  .well-black .bwizard-steps li.current,
  .well-black .bwizard-steps li:first-child,
  .well-black .bwizard-steps li:last-child {
    background-color: transparent;
  }
  
  .bwizard-steps li,
  .bwizard-steps li.current,
  .bwizard-steps li:first-child,
  .bwizard-steps li:last-child {
    padding: 2px 2px 5px 7px;
    margin-right: 0;
  }

  .bwizard-steps li.current {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  
  .bwizard-steps li:after,
  .bwizard-steps li:before {
    border: none;
  }

  .bwizard-steps .label {
    padding: 6px 10px 7px;
    font-size: 12px;
    color: #333;
    background-color: #dddee4;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  }
  
  .bwizard-steps .current .label.badge-inverse {
    background-color: #007ACC;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  }
  
  .bwizard-green .bwizard-steps .current .label.badge-inverse {
    background-color: #78C876;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  }
  
  .bwizard-body {
    margin-top: 5px;
  }
}
