﻿.nav-link.active {
    font-weight:bold;
}
.fa.fa-chevron-left {
    position: relative;
    top: 1px;
}
label.xuanze {
    margin-left: 4px;
    color: #007bff;
    cursor: pointer;
    position: relative;
    margin-bottom: 0;
}

    label.xuanze > input[type=file] {
        position: absolute;
        left: -9999px;
        top: 0;
    }

/*.nav-link.active {
    cursor: default;
}*/

a {
    text-decoration: none !important;
}

.badge {
    position: relative;
    top: -1px;
}

a.page-link {
    padding: 0.3rem 0.65rem 0.38rem;
}