.modal.fade.show {
    opacity: 1 !important;
}
.fade.show {
    opacity: 1 !important;
}

.collapse.show {
    height: auto !important;
    overflow: visible !important;
}

.nav-tabs a.active,
.nav-pills a.active {
    border: 1px solid #d9dee2;
    background-color: #e1e7ec;
    color: #000;
}