﻿/*
    Styles CSS composante ProgressBarWizardSection framework MVC, CGI.
*/

.progressBarWizard {
    /*max-width: 800px;*/
    max-width: 400px;
    margin-bottom: 50px;
}
.progressBarWizard-detail {
    margin-top: 20px;
    margin-bottom: 5px;
}
.progressBarWizard-stepNumber {
    color: #aaa;
    line-height: 24px;
    font-size: 14px;
    font-weight: bold;
}
.progressBarWizard-title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #666;
    font-weight: bold;
    margin-bottom: 30px;
    width: 100%;
}
.progressBarWizard-bar {
    border-radius: 500px;
    background: #ddd;
}
.progressBarWizard-bar-color {
    background-color: #2BB8EF;
}

@media screen and (max-width:480px) {
    .progressBarWizard-stepNumber {
        font-size: 13px;
        line-height: 20px;
    }
}
