.reports-area {
    padding-top: 0;
}

.reports-area .section-title-2 p {
    font-size: 16px;
    line-height: 28px;
    color: #4e4e4e;
    margin-top: 0;
}

.reports-wrapper .accordion .card {
    position: relative;
    border: 0;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 10px;
}

.reports-wrapper .accordion .card .card-header {
    padding: 5px 15px;
    background: #27629a;
    border-radius: 0;
    border-bottom: 0;
    margin-bottom: 0;
}

.reports-wrapper .accordion .card .card-header a {
    font-weight: 600;
    font-size: 18px;            
    color: #ffffff;
    letter-spacing: 0.05rem;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.reports-wrapper .accordion .card .card-header a.collapsed {
    color: #ffffff;
}

.reports-wrapper .accordion .card .card-body {
    position: relative;
    padding: 0px 10px;
    padding-left: 10px;
    margin-bottom: 30px;
}

.filesPdf {
    width: 100%;
    text-align: center;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #f1f1f1;
    -webkit-box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.4s cubic-bezier(.7,1,.7,1);
    -moz-transition: all 0.4s cubic-bezier(.7,1,.7,1);
    -ms-transition: all 0.4s cubic-bezier(.7,1,.7,1);
    -o-transition: all 0.4s cubic-bezier(.7,1,.7,1);
    transition: all 0.4s cubic-bezier(.7,1,.7,1);
}

.transparency {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.filesPdf a.linkPdf {
    width: 100%;
    height: 100%;
    padding: 0px 10px;
}

.filesPdf i {
    text-align: center!important;
    font-size: 20px;
    color: #27629a;
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    -webkit-transition: all 0.4s cubic-bezier(.7,1,.7,1);
    -moz-transition: all 0.4s cubic-bezier(.7,1,.7,1);
    -ms-transition: all 0.4s cubic-bezier(.7,1,.7,1);
    -o-transition: all 0.4s cubic-bezier(.7,1,.7,1);
    transition: all 0.4s cubic-bezier(.7,1,.7,1);
}

.filesPdf span {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #4e4e4e;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.filesPdf:focus,.filesPdf:hover {
    background: rgba(39, 98, 154, 0.7);
    -webkit-box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.3);
}

.filesPdf:focus i, .filesPdf:hover i {
    color: #ffffff;
    -webkit-transform: scale(1.2) rotate(0deg);
    -moz-transform: scale(1.2) rotate(0deg);
    -o-transform: scale(1.2) rotate(0deg);
    -ms-transform: scale(1.2) rotate(0deg);
    transform: scale(1.2) rotate(0deg);
}

.filesPdf:focus span,.filesPdf:hover span {
    color: #ffffff;
    margin-left: 15px;
}