


/* Progress Bar */

.progress {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    /*border-radius: 20px;*/
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    /*height: 30px;*/
    background-color: #F2F8FF;
    height: 5px;
}

.progress-bar {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #0047bb;
    color: transparent;
    font-weight: 400;
    /*line-height: 30px;*/
    font-size: 16px;
    padding: 0 10px;
    text-align: right;
    -webkit-transition: width 0.1s linear;
    transition: width 0.1s linear;
    cursor: default;
}

.progress.progress-multiple {
    position: relative;
    margin-right: 60px;
    overflow: visible;
}

.progress.progress-multiple .progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
}

.progress.progress-multiple .progress-bar.progress-bar-extra {
    left: calc(100% + 5px);
    /* background: linear-gradient(rgba(0, 47, 75, 0.5) 0%, rgba(220, 66, 37, 0.5) 100%);*/
    background-image: linear-gradient(to right, transparent 50%, white);
}

.progress.progress-multiple .progress-bar.progress-bar-extra::before {
    content: " ";
    height: 16px;
    width: 1px;
    background-color: #222427;
    position: absolute;
    left: -3px;
    top: -4px
}

.progress.progress-rounded {
    height: 8px;
}

.progress.progress-rounded,
.progress.progress-rounded .progress-bar {
    border-radius: 4px;
}

.progress.progress-rounded .progress-bar.progress-bar-extra {
    border-radius: 4px 0px 0px 4px;
}

.progress-bar span {
    display: none;
}

.progress-bar-default {
    background-color: #d9534f !important
}

.progress-bar-danger {
    background-color: #e35955 !important
}

.progress-bar-warning {
    background-color: #f0ad4e !important;
}

.progress-bar-complete {
    background-color: #5cb85c !important;
}

.progress-bar-success {
    background-color: #389234 !important;
}
.progress-bar-resa {
    background-color: #BA1A1B !important
}

.content-graphic-stages .progress {
    height: 10px;
}

.steps li:not(:last-child) .verticalLine {
    border-left: 4px solid #0047BB;
    height: 100%;
    position: absolute;
    margin-left: 10px;
    top: 26px;
}
.steps li:not(:last-child) .dashedVerticalLine {
    border-left: 4px solid #C6C6C9;
    height: 100%;
    position: absolute;
    margin-left: 10px;
    top: 26px;
    border-style: dashed;
    border-right: none;
}

.custom-tag-element {
    background-color: #F2F8FF;
    padding-right: 60px;
    position: relative;
    margin-right: 6px;
}
.custom-fieldset {
    border-bottom:none!important;
}


.resizeLine {
    margin-top: -12px;
}

@media screen and (max-width: 768px) {
    .topStepperResize {
        top: -25px;
    }
}

.blueBackground {
    background-image: url(/cerca-app/img/list-step-2x-blu-chiaro.png)!important;
}
.notPassedStep {
    background-image: url(/cerca-app/img/list-step-2x.png) !important;
}
