@charset "utf-8";
/* CSS Document */
body {
    background-color:#f7f7f7!important;
}
body a,
body .btn {
    -moz-transition: all 0.3s!important;
    -o-transition: all 0.3s!important;
    -webkit-transition: all 0.3s!important;
    transition: all 0.3s!important;
    font-family: 'Montserrat', sans-serif!important;
}
.pills-container {
    padding-top: 2%!important;
    padding-bottom: 2%!important;
}
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #040f2f!important;
    background-color: #ffffff!important;
    font-weight: 500!important;
    border-right: solid 3px darkslategrey!important;
    border-radius: 0px!important;
}
.nav-pills>a {
    color: #c8c8c8!important;
    font-weight: 500!important;
}
.tab-pane {
    color: #777777!important;
    font-family: 'Montserrat'!important;
    margin-top: -5px!important;
}
.table > thead {
    border-bottom: solid 1px #efefef!important;
}
@media screen and (max-width:764px) {
    .tab-pane {
        margin-top: 5px!important;
    }
}
.bcg-white {
    background-color: #ffffff!important;
}