/*
    File:       amoksys-materialize-progress.css
    Author:     Rodrigo Butzke - AmokSys
    Version:    1.2.2
*/

.progress.with-value{
    margin:0;
    min-height:20px;
    height:auto;
    line-height:20px;
}
.progress.with-value .progress-value{
    position:relative;
    z-index:1;
    padding:0 .5rem;
}
.progress.with-value .progress-value span{
    display:inline-block
}

.modal .progress.with-value{
    z-index:0;
}

.modal .progress.with-value .progress-value{
    position:relative;
    z-index:1;
}