.no-js .pdfbtn-download {
    display: none;
}
.no-js .pdflink {
    display: block !important;
}
.pdfbtn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
}
.pdfbtn .progress-bar {
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.pdfbtn .pdfbtn-download {
    display: inline-block;
    padding: 15px 20px;
    background-color: #073860;
    color: #fff;
    border: 0;
    font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
    font-size: 15px;
}
.pdfbtn .pdfbtn-download:hover {
    cursor: pointer;
}
.pdfbtn #download-bar {
    width: calc(100% - 300px);
    display: none;
    align-items: center;
}
.pdfbtn .progress
{
    display: none;
    float: left;
    width: 300px;
    height: 15px;
    margin-bottom: 0;
    margin-top: 5px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
.pdfbtn .pdfpercent-display
 {
    line-height: 41px;
    margin: 0 10px 0 0;
    font-size: 21px;
    color: #073860;
}
.pdfbtn .pdf-status {
    color: #41c57d;
}