﻿.multi-item {
    height: auto;
}

    .multi-item input {
        border: 0;
        width: 100%;
    }

        .multi-item input:focus {
            outline: none;
        }

    .multi-item .ui-sortable-helper {
        background-color: rgba(63, 88, 114, .8);
    }

    .multi-item .ui-sortable-placeholder {
        display: none;
    }

    .multi-item span {
        float: left;
        background-color: #3f5872;
        padding: 5px 8px;
        border-radius: 3px;
        color: #ffffff;
        margin-right: 5px;
        margin-bottom: 5px;
        cursor: pointer;
    }

        .multi-item span::after {
            content: "\f00d";
            font: normal normal normal 14px/1 FontAwesome;
            margin-left: 3px;
        }
