.errors li{
    list-style: none;
    width: 100%;
    text-align: center;
}
.errors ul{
    padding-left: 0;
    margin-bottom: 0;
}
/* ALE */

body {
    /*
    font-size: .875rem;
    */
}

.breadcrumb li{
    font-size: .8rem;
}

.feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100; /* Behind the navbar */
    padding: 48px 0 0; /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
    overflow-y: auto;
}

@media (max-width: 767.98px) {
    .sidebar {
        top: 5rem;
    }
}


.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto;
}

.sidebar .nav-link {
    color: #727272;
}

.sidebar .nav-link .fas {
    margin-right: 4px;
}

.sidebar .nav-link.active {
    color: #2470dc !important;
    font-weight: 500;
}

.sidebar .nav-link:hover{
    color: #222222;
}
.sidebar .nav-link.active {
    color: inherit;
}

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}
.sidebar .secondary-link{
    display: inline-block;
    opacity: .3;
}
.sidebar li:hover .secondary-link{
    opacity: 1;
}

/*
 * Navbar
 */

.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
    background-color: rgba(0, 0, 0, .25);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .navbar-toggler {
    top: .25rem;
    right: 1rem;
}

/* account issues */

.rblTable .IDs a {
    background-color: #2E6194;
    border: 1px solid #2E6194;
    border-radius: .5em;
    color: #FFFFFF;
    padding: .2em .4em;
    text-decoration: none;
    font-size: .85em;
}
.rblTable .IDs a:hover {
    background-color: #FFF;
    color: #2E6194;
    text-decoration: none;
}