.msf-view {
    display: none;
}

.msf-navigation {
    padding: 15px;
}

.msf-nav-button {
    display: none;
}
form.form-horizontal.msf {
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #fff;
}
.msf-header {
    padding-top: 0px;
    margin-bottom: 0px;
    color: #777;
}

.msf-header .msf-step {
    font-size: 20px;
    /*display : inline-block;
vertical-align : middle;*/
}
.msf-header .msf-step:hover {
    cursor: pointer;
}

.msf-header .msf-step i.fa {
    height: 60px;
    width: 60px;
    line-height: 55px;
    text-align: center;
    border: 3px solid #777;
    border-radius: 100%;
    font-size: 30px;
    margin-left: 10px;
    margin-right: 10px;
}

.msf-header .msf-step.msf-step-complete {
    /*color: #ef4035;*/
    color: green;
}

.msf-header .msf-step.msf-step-complete i.fa {
    /*border-color : #ef4035;*/
    border-color: green;
}

.msf-header .msf-step.msf-step-incomplete {
    /*color: #ef4035;*/
    color:red;
}

.msf-header .msf-step.msf-step-incomplete i.fa {
    /*border-color : #ef4035;*/
    border-color: red;
}

.msf-header .msf-step.msf-step-active,
.msf-header .msf-step.msf-step-active.msf-step-complete,
.msf-header .msf-step.msf-step-active.msf-step-incomplete {
    color: blue;
    /*color:#3c763d;*/
}

.msf-header .msf-step.msf-step-active i.fa,
.msf-header .msf-step.msf-step-active.msf-step-complete i.fa,
.msf-header .msf-step.msf-step-active.msf-step-incomplete i.fa  {
    border-color: blue;
    /*border-color : #3c763d;*/
}


.input-validation-error {
    border-color: red;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(255, 0,0,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(255, 0,0,0.6);
}

    .input-validation-error:focus {
        border-color: red;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(255, 0,0,0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(255, 0,0,0.6);
    }
    
.msf-content {
    padding: 20px 15px 10px;
    border-bottom: 1px solid #ddd;
}
.msf-step-complete .step-header {
    background: #b1dfbb;
    color: #fff;
}
.msf-step-active .step-header {
    background: #5cb85c;
    color: #fff;
}

.msf-header > ul {
    border: 0;
    border-bottom: 1px solid #ddd;
    padding: 0px;
    background: #f5f5f5;
    border-radius: 0;
    border-top-right-radius: 5px;
    list-style: none;
    overflow: hidden;
}
.msf-header > ul > li > a {
    color: #bbb;
    text-decoration: none;
    padding: 10px 8px 10px 45px;
    position: relative;
    display: block;
    border: 0 !important;
    border-radius: 0;
    outline-style: none;
    background: #f5f5f5;
}
.msf-header > ul > li:hover > a {
    background: inherit;
}
.msf-header > ul > li.msf-step-complete:hover > a {
    background: #b1dfbb;
    color: #fff;
}
.msf-header > ul > li.msf-step-active:hover > a {
    background: #5cb85c;
    color: #fff;
}

.msf-header > ul > li:first-child > a {
    padding: 10px 6px 10px 15px;
}
@media only screen and (min-width: 776px) { 
.msf-header > ul > li > a:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid #ddd;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
}
.msf-header > ul > li > a:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid #f5f5f5;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}
.msf-header > ul > li.msf-step-active > a:after {
    border-left: 30px solid #5cb85c !important;
}
.msf-header > ul > li.msf-step-complete > a:after {
    border-left: 30px solid #b1dfbb;
}
}

@media only screen and (max-width: 776px) { 
.msf-header .nav-tabs>li {
    margin-bottom: 0px;
}
.msf-header > ul > li > a, .msf-header > ul > li:first-child > a {
    padding: 10px 15px;
}
}
.msf-header .nav-tabs>li>a {
    margin-right: 0px;
}
