/* Almänt för steg för steg */
.step-wrapper {
   margin: 0px;
   margin-top: 1em !important;
   padding-bottom: 2em;
   border-bottom: 1px solid #eee;
}

.step-wrapper .step-image {
   text-align: center;
   margin-bottom: 1.5em;
}

.step-wrapper .step-header {
   width: 80%;
}

.step-wrapper .step-content {
   margin-top: 0.5em;
}

.step-number {
   background-color: #7e1a5d;
   border-radius: 17px;
   text-align: center;
   width: 34px;
   height: 34px;
   margin-top: 6px;
   margin-right: 12px;
}

.circle-number {
   line-height: 1.7;
}

.step-wrapper{
   margin: 0px;
   padding: 0px;
   border: 0px;
   position: relative;
}

.step-content{
   border-left: 1px solid #ddd;
   border-right: 1px solid #ddd;
   border-bottom: 1px solid #ddd;
   border-bottom-left-radius: 4px;
   border-bottom-right-radius: 4px;
   padding: 15px;
   margin-top: 0px !important;
}

/* Specifika för rtl och ltr */
.step-plus-rtl:before{
   font-family: 'FontAwesome';
   content: "\f067";
   position: absolute;
   left: 15px;
   top: 0px;
   margin-top: 20px;
}
.step-minus-rtl:before{
   font-family: 'FontAwesome';
   content: "\f068";
   position: absolute;
   left: 15px;
   top: 0px;
   margin-top: 20px;
}

.step-plus-ltr:after {
   font-family: 'FontAwesome';
   content: "\f067";
   position: absolute;
   right: 15px;
   top: 0px;
   margin-top: 20px;
}
.step-minus-ltr:after {
   font-family: 'FontAwesome';
   content: "\f068";
   position: absolute;
   right: 15px;
   top: 0px;
   margin-top: 20px;
}
.step-margin-ltr{
   margin-left: 10px;
}
.step-margin-rtl{
   margin-left: 15px;
   float: right !important;
}
