/*
 * This file is part of  the extension: Ebla Multiple Link Pro
 * Copyright (c) Eblasoft Bilişim Ltd.
 *
 * This Software is the property of Eblasoft Bilişim Ltd. and is protected
 * by copyright law - it is NOT Freeware and can be used only in one project
 * under a proprietary license, which is delivered along with this program.
 * If not, see <http://eblasoft.com.tr/eula>.
 *
 * This Software is distributed as is, with LIMITED WARRANTY AND LIABILITY.
 * Any unauthorised use of this Software without a valid license is
 * a violation of the License Agreement.
 *
 * According to the terms of the license you shall not resell, sublicense,
 * rent, lease, distribute or otherwise transfer rights or usage of this
 * Software or its derivatives. You may modify the code of this Software
 * for your own needs, if source code is provided.
 */

.selectize-input > .item {
    float: left;
}

.numeric-fields {
    width: 100%;
    max-width: 350px;
    margin-top: 5px !important;
    margin-bottom: 10px !important;
    float: right;
}

.numeric-fields .list-group-item {
    padding: 8px 15px;
}

.numeric-fields .list-group-item .badge {
    background-color: #757272;
}

.inline-list .list > table td.cell[data-name="buttons"] button[data-action="removeRelated"] {
    line-height: 33px;
}

.inline-list .list > table td, .inline-list .list > table th {
    padding: 4px;
    line-height: 27px;
}

.inline-list.edit-mode .list > table td {
    overflow: visible;
}

.inline-list .list > table td .form-control {
    margin-bottom: 0;
}

span.count-badge {
    float: right;
    min-width: 70px;
    font-weight: bold;
    text-align: right;
}

ul.numeric-fields li {
    border-bottom: 1px dashed #d9d9d9;
    list-style: circle;
}

.autocomplete-suggestions.has-quick-create > .autocomplete-suggestion:last-child {
    color: var(--link-color) !important;
}

/* hide list buttons */
.inline-list > .list-buttons-container {
    display: none;
}
