.not-set {
    color: #c55;
    font-style: italic;
}

a.asc:after, a.desc:after {
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    float: right;
}

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

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

.grid-view th {
    white-space: nowrap;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.action-column {
    text-align: center;
    white-space: nowrap;
}

.required > label:after {
    content: " *";
    color: red;
    margin: 1px;
}
