﻿.mjs-nestedSortable-disabled {
    opacity: 0.6;
}

.mjs-nestedSortable-error {
    background: #fbe3e4;
    border-color: transparent;
}

.ui-sortable-helper {
    cursor: move;
    border-bottom: 0;
    border-top: 1px solid #DDE4E9;
}

.placeholder {
    outline: 1px dashed #4183C4;
}

.custom-field-row {
    height: 37px;
}

.field-config-label-input {
    float: left;
    width: 40%;
    margin-right: 10px;
}

tr.edit .field-config-view {
    display: none;
}

tr .field-config-edit {
    display: none;
}

tr.edit .field-config-edit {
    display: block;
}

.modal tr td.has-actions {
    padding-left: 7px;
    text-align: center;
}

tr td.has-actions {
    text-align: initial;
    padding-left: 45px;
}

tr.edit .field-config-actions {
    padding-left: 10px;
}

.field-config-actions {
    float: right;
}

.field-config-row.edit .paginggrid-row-edit {
    opacity: 0.2;
    cursor: default !important;
}

td.move, span.move {
    cursor: move;
}

td.has-checkbox {
    text-align: center;
}

/*.custom-field-list {
    padding-top: 4px;
    width: 200px
}

.custom-field-edit ol.list {
    margin: 0px;
    padding: 0px;
    list-style: none;
}*/

/*.custom-field-edit ol.list span.move {
    margin: 4px;
}

.custom-field-edit ol.list span.custom-field-remove-value{
    display: inline-block;
    position: relative;
    left: 4px;
    top: 3px;
    background-repeat: no-repeat;
    background-image: url(../img/remove.png);
    background-size: cover;
    width: 14px;
    height: 15px;
    cursor: pointer;
}*/

.custom-field-edit ol.list li {
    min-height: 20px;
}