.back-grid{
    text-align: right;
    font-size: 50px;
    color: #0076bc;
    margin-bottom: -150px;
}

.grid-header{
    border-bottom: solid 1px rgb(184, 184, 184);font-style: italic;
}

.btn-documents-area{
    border: solid 1px gray;
    border-radius: 6px;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 4px;
    margin-bottom: 4px;
    text-align: center;
}
.btn-documents-area:hover{
    background-color: rgb(235, 236, 194);
}
.fa-file-download{
    font-size: 28px;
}
.fa-file-pdf{
    font-size: 28px;
}

.pdf-viewer-cmd{
    display: inline;
}

.pdf-viewer-cmd:hover{
    text-shadow: 0px 0px 15px #9b6868;
    color: rgb(78, 78, 78);
}

.pdf-container{
    position: absolute;
    border :solid 1px gray;
    margin: 10px;
    box-shadow: 1px 2px 8px 2px rgb(144 144 144);
    display: none;
    background-color: rgb(233, 233, 233);
    border-radius: 4px;
    top : auto;
}
.pdf-tools-cmd{
    display: flex;
    float: right;
    position: absolute;
    right: 50px;

}
.pdf-btn{
    font-size: 26px;
    width: 36px;
    border: solid 1px gray;
    border-radius: 6px;
    height: 36px;
    line-height: 1;
    text-align: center;
    margin-right: 3px;
    padding-top: 4px;
    color: rgb(105, 105, 105);
}
.progress{
    height: .40rem !important;
    border-radius: unset !important;
}

.page-num{
    border :unset;
    padding-top: unset;
}

