.action-link {
    color: #5b5050;
    text-decoration: none;
    cursor: pointer;
}

.action-link:hover {
    color: black;
}

.nobreak {
    word-break: keep-all !important;
}

.smalltext {
    font-size: 14px;
}

.search-filter {
    width: 100%;
}

.search-filter form {
    display: flex;
    gap: 10px;
    align-items: center;
}

.inline-label {
    font-size: 14px;
    line-height: 100%;
    vertical-align: middle;
}

.search-filter .search-fields {
    display: flex;
    flex-grow: 1;
    margin-right: 20px;
}

.search-filter .search {
    all: unset;
    border: 1px solid black;
    padding: 3px;
    flex-grow: 1;
    max-width: 400px;
}

.search-filter input[name=query] {
    border: 1px solid #000;
    border-right: 0px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.search-filter select {
    width: 20%;
}

.search-filter select[name=option] {
    width: 100px;
    margin-right: 5px;
    border: 1px solid #000;
    border-left: 1px solid #ccc;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    outline: none;
}

.search-list {
    width: auto;
}

.search-list .action-buttons {
    display: flex;
    word-break: keep-all;
    padding: 0px;
}

.search-list .list-header .item:first-child,
.search-list .list-row .item:first-child {
    display: block;
    padding: 0px;
    max-width: 25px;
    background: white;
}

.clear-search-filter {
    color: black;
    font-size: 12px;
    text-decoration: underline;
    display: block;
    margin-top: 15px;
}

.list .item.del a {
    padding: 5px;
    background-color: #ff3f3f;
    color: white;
    border-radius: 5px;
}

.list-header .sortable {
    cursor: pointer;
    user-select: none;
}

.header .links ul li ul li.menu-separator {
    border-top: 1px solid #666;
}

.admin-form-row {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.admin-form-row label {
    flex: 0 0 180px;
    font-weight: bold;
}

.admin-form-row input,
.admin-form-row select {
    width: 100%;
    max-width: 500px;
    margin: 0;
}

.admin-form-row .field-help {
    font-size: 13px;
    color: #666;
}

.admin-form-actions {
    margin-top: 25px;
}

.sync-course-choice {
    display: block;
    width: 100%;
    margin-top: 6px;
}

.sync-course-choice-help {
    display: block;
    margin-top: 4px;
    color: #666;
}

.nav-tabs .nav-item {
    margin-right: 1px;
}
