
  #smartwizard {
    /*
    margin-top: -15px;
    margin-bottom: -30px;
    margin-left: 20px;
    margin-right: 20px;
    */
    margin-bottom: -15px;
    padding-top: 10px;
    width: 850px;
  }
#smartwizard.sw-theme-arrows .sw-container {
  min-height: 80px
}
#smartwizard.sw-theme-arrows .step-content {
  padding: 5px 0;
  border: 0 solid #d4d4d4;
  background-color: #FFF;
  text-align: left
}
#smartwizard.sw-theme-arrows .sw-toolbar {
  background: #fff;
  border-radius: 0!important;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 0!important
}
#smartwizard.sw-theme-arrows .sw-toolbar-top {
  border-bottom-color: #fff!important
}
#smartwizard.sw-theme-arrows .sw-toolbar-bottom {
  border-top-color: #fff!important;
  border-bottom-color: #ddd!important
}
#smartwizard.sw-theme-arrows>ul.step-anchor {
  display: block;
  border: 0 solid #ccc!important;
  padding: 0;
/*  background: #f5f5f5;*/
  border-radius: 5px;
  list-style: none;
  overflow: hidden;
  margin-top: 0px
}
#smartwizard.sw-theme-arrows>ul.step-anchor li+li:before {
  padding: 0
}
#smartwizard.sw-theme-arrows>ul.step-anchor>li {
  float: left
}
#smartwizard.sw-theme-arrows>ul.step-anchor>li>a {
  color: #fff;
  text-decoration: none;
  padding: 3px 0 3px 45px;
  position: relative;
  display: block;
  float: left;
  border-radius: 0;
  outline-style: none;
  background: #E6E6E6;
/*  width: 80px;*/
}
#smartwizard.sw-theme-arrows>ul.step-anchor>li>a:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 52px solid transparent;
  border-bottom: 52px solid transparent;
  border-left: 30px solid #E6E6E6;
  position: absolute;
  top: 50%;
  margin-top: -52px;
  left: 100%;
  z-index: 2
}
#smartwizard.sw-theme-arrows>ul.step-anchor>li>a:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid white;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  margin-left: 4px;
  left: 100%;
  z-index: 1
}
#smartwizard.sw-theme-arrows>ul.step-anchor>li:first-child>a {
  padding-left: 15px
}
#smartwizard.sw-theme-arrows>ul.step-anchor>li>a:hover {
  color: #bbb;
  text-decoration: none;
  outline-style: none;
  background: #ffc107;
  border-color: #ffc107
}
#smartwizard.sw-theme-arrows>ul.step-anchor>li>a:hover:after {
  border-left-color: #ffc107
}
#smartwizard.sw-theme-arrows>ul.step-anchor>li.clickable>a:hover {
  color: #4285f4!important;
  background: #46b8da!important
}
#smartwizard.sw-theme-arrows>ul.step-anchor>li.active>a {
  border-color: #e75400!important;
  color: #fff!important;
  background: #e75400!important
}
#smartwizard.sw-theme-arrows>ul.step-anchor>li.active>a:after {
  border-left: 30px solid #e75400!important
}



#smartwizard.sw-theme-arrows>ul.step-anchor>li.done>a {
  border-color: #faef73 !important;
  color: #000!important;
  background: #faef73 !important
}
#smartwizard.sw-theme-arrows>ul.step-anchor>li.done>a:after {
  border-left: 30px solid #faef73 !important
}

#smartwizard.sw-theme-arrows>ul.step-anchor>li.detail {
  height: 18px !important;
}

#smartwizard.sw-theme-arrows>ul.step-anchor>li.detail>a {
  border-color: #E6E6E6 !important;
  color: #000!important;
  background: #E6E6E6 !important;
}
#smartwizard.sw-theme-arrows>ul.step-anchor>li.detail>a:after {
  border-left: 30px solid #E6E6E6 !important;
}

#smartwizard.sw-theme-arrows>ul.step-anchor>li.detail>a:before {
  border-left: 34px solid #666;
}

#smartwizard.sw-theme-arrows>ul.step-anchor>li.active_detail>a {
  border-color: #f7b76d!important;
  color: #000!important;
  background: #f7b76d!important
}
#smartwizard.sw-theme-arrows>ul.step-anchor>li.active_detail>a:after {
  border-left: 30px solid #f7b76d!important
}



#smartwizard.sw-theme-arrows>ul.step-anchor>li.active_blink>a {
  border-color: #e75400!important;
  color: #fff!important;
  background: #e75400!important;
}

#smartwizard.sw-theme-arrows>ul.step-anchor>li.active_blink>a:after {
  border-left: 30px solid #e75400!important
}

#smartwizard.sw-theme-arrows>ul.step-anchor>li.detail_done>a {
  border-color: #faef73 !important;
  color: #000!important;
  background: #faef73 !important;
  
}
#smartwizard.sw-theme-arrows>ul.step-anchor>li.detail_done>a:after {
  border-left: 30px solid #faef73 !important
}
#smartwizard.sw-theme-arrows>ul.step-anchor>li.detail_done>a:before {
  border-left: 30px solid #fff;
}







#smartwizard.sw-theme-arrows>ul.step-anchor>li.danger>a {
  border-color: #d9534f!important;
  color: #d9534f!important;
  background: #fff!important
}

#smartwizard.sw-theme-arrows>ul.step-anchor>li.disabled, .sw-theme-arrows>ul.step-anchor>li.disabled>a:hover {
  color: #eee!important
}
#smartwizard.sw-theme-arrows>ul.step-anchor>li.disabled {
  border-color: #E6E6E6!important;
  color: #fff !important;
  background: #E6E6E6!important;
  color: #fff;
  text-decoration: none;
  padding: 3px 0 3px 45px;
  position: relative;
  display: block;
  float: left;
  border-radius: 0;
  outline-style: none;
  background: #666;
}
#smartwizard.sw-theme-arrows>ul.step-anchor>li.disabled:after {
  border-left: 30px solid #E6E6E6!important
}



#smartwizard.sw-theme-arrows>ul.step-anchor>li.disabled:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 52px solid transparent;
  border-bottom: 52px solid transparent;
  border-left: 30px solid #666;
  position: absolute;
  top: 50%;
  margin-top: -52px;
  left: 100%;
  z-index: 2
}
#smartwizard.sw-theme-arrows>ul.step-anchor>li.disabled:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid white;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  margin-left: 1px;
  left: 100%;
  z-index: 1
}

#smartwizard .detail a {
  font-size: 14px;
}






