.section-consultation .report.active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.h6.title a {
    border-bottom: none;
    color: inherit;
    text-decoration: none;
}

.teacher-detail .row {
    width: 100%;
}

.footer-empty {
    height: 0 !important;
}

footer {
    position: relative;
}

.fix_container {
    height: auto !important;
    /*min-height: calc(100vh - 779px);*/
    min-height: 736px;
}

@media only screen and (max-width: 576px) {
    .fix_container {
        min-height: 1044px;
    }
}
