h2.page-header {
    margin: 10px 0 25px 0;
    padding-bottom: 15px;
}

.user-baseinfo {
    margin-bottom: 25px;
}

.user-baseinfo table tr td {
    color: #999;
}

.bottomnav {
    display: none;
}

.navbar {
    background: #ffffff !important;
}

.footer {
    background-color: #222222;
    padding: 20px 0;
    color: rgba(255, 255, 255, 0.3);
    text-align: center;
}

.footer a {
    color: rgba(255, 255, 255, 0.3);
}

.footer p {
    font-size: 14px;
    margin: 0;
}

@media (min-width: 992px) {
    .user-center .avatar-text,
    .user-center .avatar-img {
        height: 150px;
        width: 150px;
        border-radius: 150px;
        line-height: 150px;
        font-size: 70px;
    }

    .user-center .avatar-img {
        font-size: 0;
    }

    .user-center .avatar-img img {
        height: 150px;
        width: 150px;
        border-radius: 150px;
    }
}

.hidden {
    display: none !important;
}

@media (min-width: 768px) {
    .nav-item {
        border-bottom: 3px solid rgba(0, 0, 0, 0);
    }

    .nav-item:hover:not(.dropdown), .active {
        border-bottom: 3px solid #0098e4;
    }

    .nav-item:hover > a, .active > a {
        color: #0098e4;
    }

    .dropdown:hover .dropdown-menu {
        display: block;
    }

    .dropdown-menu {
        border-radius: 10px !important;
        padding: 10px;
    }

    .dropdown-menu li a:hover {
        color: #0098e4;
        background: #e3f4fc;
    }

    .navbar-fixed-top .navbar-collapse .open > a {
        background: #ffffff !important;
        color: #007bff !important;
    }

    .navbar-fixed-top .navbar-collapse .nav-item:last-child {
        margin-left: 50px;
    }
}

@media (max-width: 991px) {
    .sidenav {
        display: none;
    }

    .bottomnav {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 44px;
        background: #ffffff;
        z-index: 3;
    }

    .bottomnav .bottom-group {
        display: flex;
        flex-direction: row !important;
        list-style-type: none;
        padding-left: 0;
        align-items: center;
    }

    .bottomnav .bottom-group-item {
        display: inline-block;
        width: 50%;
        text-align: center;
        height: 100%;
        align-self: center;
        line-height: 44px;
    }

    .bottomnav .bottom-group-item.active {
        background: #eeeeee;
    }

    .bottomnav .bottom-group-item a {
        color: #707070;
    }

    .bottomnav .bottom-group-item.active a {
        color: #303030;
    }

    .footer {
        padding-bottom: 44px;
    }
}

@media (max-width: 767px) {
    .sidebar-open .navbar-collapse {
        display: block;
    }

    .navbar-fixed-top .navbar-collapse {
        max-height: unset;
    }
}

body.sidebar-open .sidebar-toggle i:before {
    content: "\f00d";
}

/*# sourceMappingURL=user.css.map */