
.steps {
    margin-bottom:30px;
}

.steps ul[role='tablist'] {
    display:flex;
}
.steps ul[role='tablist'] a{
    color: #ff9900;
    font-weight: 400;
    padding: 10px;
    border: 2px solid #ff9900;
    margin-right: 10px;
    display:block;
}

.steps ul[role='tablist'] li.current a,.steps ul[role='tablist'] li:hover a  {
    background: #ff9900;
    color: #ffffff;
}



.actions ul li {
    display: inline;
}

.estimation-explanation {
    padding: 20px 0px;
}
.infoIcon {
    display:inline;
}

.infoIconInput {
    padding: 25px 0px 0px 10px;
}

.infoIcon img{
    height: 25px;
    width: 25px;
    cursor: help;
    display:inline;
}

.infoIcon span {
    display:none;
}

.infoIcon:hover span {
    border: #ff9900 1px dotted;
    padding: 5px 20px 5px 5px;
    display: block;
    z-index: 100;
    background:#f0f0f0 no-repeat 100% 5%;
    left: 0px;
    margin: 10px;
    width: 300px;
    position: absolute;
    top: 10px;
    text-decoration: none;
    cursor: help;
}

.form .fieldset input:not([type="checkbox"]):not([type="time"]), .form .fieldset textarea, .form .fieldset select {
    width: 90% !important;
}


.m-l-50p {
    margin-left:50%;
}
