.btn:focus,
.search-container .erk.btn:focus,
.form-check-input:focus {
    border: 2px solid black !important;
    border-left: 2px solid black !important;
    border-right: 2px solid black !important;
}

footer a:hover {
    color: white;
    text-decoration: underline;
    ;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-move {
    cursor: move;
}

.sortable-content {

}

.ui-sortable-helper {
    background-color: lightgray;
}

.field-errors li {
    list-style: none;
}

.submit-area div {
    display: inline;
}

.table-filter {
    margin-bottom: 15px;
}

select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem !important;
}