﻿.list-horizontal {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sort-list-horizontal {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 220px;
}

    .sort-list-horizontal .sort-list-item, .ui-sortable-helper, .ui-sortable-placeholder {
        margin: 0;
        padding: 5px 5px;
        display: inline-block;
    }

.sort-container {
    display: inline-block;
    margin: 0;
    padding: 0;
    height: 220px;
}

.sort-item {
    height: 155px;
    width: 140px;
    background: #fff;
}

.opacity-1 {
    opacity: 0.5 !important;
}

tags-input .tags {
    border: 1px solid #ddd;
    border-radius: .1875rem;
    box-shadow: 0 0 0 0 transparent;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    tags-input .tags .tag-item {
        background: #4caf50;
        color: #fff;
        font-size: 16px;
        height: 28px;
        border: 0;
    }

.bottoni a.btn {
    padding: 0 0;
}

.colorf9f0f0 {
    background-color: #f9f0f0;
}

div.selected::after {
    font-family: "Font Awesome 5 free";
    content: "\f058";
    color: #33a71d;
    position: absolute;
    top: auto;
    z-index: 1;
    line-height: normal;
    font-weight: 900;
}