/* Tabler customizations */
.navbar-vertical .navbar-brand {
    font-size: 1.1rem;
}

.navbar-vertical .nav-item.active > .nav-link {
    background: rgba(255,255,255,.08);
    border-radius: .375rem;
}

.card {
    box-shadow: 0 0 0 1px rgba(0,0,0,.05), 0 1px 3px rgba(0,0,0,.1);
}

/* Breadcrumbs */
.page-header .breadcrumb {
    margin-bottom: 0;
    padding: .5rem 0;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: #9ba6b2;
}
.breadcrumb-item a {
    color: #626976;
    text-decoration: none;
}
.breadcrumb-item a:hover {
    color: #206bc4;
    text-decoration: underline;
}
.breadcrumb-item.active {
    color: #1e293b;
    font-weight: 500;
}

/* GridView improvements */
.grid-view th {
    white-space: nowrap;
}
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}
a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}
a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

/* Survey fill table */
.survey-fill .form-check-input {
    cursor: pointer;
}

/* Empty state */
.empty-state {
    text-align: center;
    padding: 3rem 1rem;
    color: #667382;
}
.empty-state .ti {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}