.display-model-list-type
{
    min-width: 252px;
}

.display-model-list-type a.btn,
.display-model-list-type .field-short-description {
    background: #fff;
    border: 1px solid #707070;
    height: 40px;
}

.display-model-list-type .btn-group .btn {
    margin: 0;
    border-radius: 0;
    display: flex;
    align-items: center;
    padding: 0;
    width: 38px;
    max-width: none;
    font-size: 0;
    justify-content: center;
    color: #707070;
}

.display-model-list-type .btn-group .btn > i.fas {
    font-size: 1.5rem;
}

.display-model-list-type .field-actions .btn:not(:first-child),
.display-model-list-type .field-actions button.btn
{
    border-left: none;
}

.display-model-list-type .field-actions .btn:last-child {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.display-model-list-type .field-actions button.btn
{
    height: 40px;
}

.display-model-list-type .btn-group {
    display: inline;
}

.display-model-list-type a.btn:hover {
    background: #ececec;
}

.display-model-list-type .field-container {
    justify-content: space-between;
}

.display-model-list-type .field-short-description {
    min-width: 100px;
    border-right: none;
    padding: 0 12px;
    margin: 0px;
    display: flex;
    flex-grow: 1;
    align-items: center;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.display-model-list-type .sonata-ba-field-list-natural > .field-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.display-model-list-type.create-display-none span.field-actions a.btn-success
{
    display:none;
}