/*!
 * SmartWizard v4.3.x
 * jQuery Wizard Plugin
 * http://www.techlaboratory.net/smartwizard
 *
 * Created by Dipu Raj
 * http://dipuraj.me
 *
 * Licensed under the terms of MIT License
 * https://github.com/techlab/SmartWizard/blob/master/LICENSE
 */
.sw-theme-arrows {
  border-radius: 5px;
  border: 1px solid #ddd;
}
.sw-theme-arrows > .sw-container {
  min-height: 300px;
}
.sw-theme-arrows .step-content {
  padding: 0 10px;
  border: 0 solid #d4d4d4;
  background-color: #fff;
  text-align: left;
}
.sw-theme-arrows .sw-toolbar {
  padding: 10px;
  margin-bottom: 0 !important;
}
.sw-theme-arrows > ul.step-anchor {
  border: 0;
  border-bottom: 1px solid #ddd;
  padding: 0;
  background: #f5f5f5;
  border-radius: 0;
  border-top-right-radius: 5px;
  list-style: none;
  overflow: hidden;
}
.sw-theme-arrows > ul.step-anchor li + li:before {
  padding: 0;
}
.sw-theme-arrows > ul.step-anchor > li > a,
.sw-theme-arrows > ul.step-anchor > li > a:hover {
  color: #bbb;
  text-decoration: none;
  padding: 10px 20px 10px 15px;
  position: relative;
  display: block;
  border: 0 !important;
  border-radius: 0;
  outline-style: none;
  background: #f5f5f5;
}

.sw-theme-arrows > ul.step-anchor > li:first-child > a {
  padding-left: 15px;
}
.sw-theme-arrows > ul.step-anchor > li > a:hover {
  color: #bbb;
  text-decoration: none;
  outline-style: none;
  background: #f5f5f5;
  border-color: #f5f5f5;
}
.sw-theme-arrows > ul.step-anchor > li > a:hover:after {
  border-left-color: #f5f5f5;
}
.sw-theme-arrows > ul.step-anchor > li.clickable > a:hover {
  color: #4285f4 !important;
  background: #46b8da !important;
}
.sw-theme-arrows > ul.step-anchor > li.active > a {
  border-color: #5cb85c !important;
  color: #fff !important;
  background: #5cb85c !important;
}
.sw-theme-arrows > ul.step-anchor > li.active > a:after {
  border-left: 30px solid #5cb85c !important;
}
.sw-theme-arrows > ul.step-anchor > li.done > a {
  border-color: #b1dfb5 !important;
  color: #fff !important;
  background: #b1dfb5 !important;
}
.sw-theme-arrows > ul.step-anchor > li.done > a:after {
  border-left: 30px solid #b1dfb5;
}
.sw-theme-arrows > ul.step-anchor > li.danger > a {
  border-color: #5cb85c !important;
  color: #fff !important;
  background: #5cb85c !important;
}
.sw-theme-arrows > ul.step-anchor > li.danger > a:after {
  border-left: 30px solid #5cb85c !important;
}
.sw-theme-arrows > ul.step-anchor > li.disabled > a,
.sw-theme-arrows > ul.step-anchor > li.disabled > a:hover {
  color: #eee !important;
}
@media screen and (max-width: 300px) {
  .sw-theme-arrows > ul.step-anchor {
    border: 0;
    background: #ddd !important;
  }
  .sw-theme-arrows > .nav-tabs > li {
    float: none !important;
    margin-bottom: 0;
  }
  .sw-theme-arrows > ul.step-anchor > li > a,
  .sw-theme-arrows > ul.step-anchor > li > a:hover {
    padding-left: 15px;
    margin-right: 0;
    margin-bottom: 1px;
  }
  .sw-theme-arrows > ul.step-anchor > li > a:after,
  .sw-theme-arrows > ul.step-anchor > li > a:before {
    display: none;
  }
}
.sw-theme-arrows::before {
  border: 10px solid #f3f3f3;
  border-top: 10px solid #5cb85c;
}
