/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: bold;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\f15d";
}

a.desc:after {
    content: "\f881";
}

video {
    object-fit: cover;
    width: 100%;
    height: auto;
}

.navbar-brand > img {
    max-width: 45%;
}

table.table tr.filters td input.form-control, table.table tr.filters td select {
    min-width: 5em;
}

table.table tr.filters td span.select2 {
    min-width: 10em;
}

.select2-search--inline input {
    width: 100% !important;
}

.breadcrumb {
    padding: .75rem 1rem;
    background-color: #e9ecef;
    border-radius: .25rem;
}

a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
