.uk-nestable {
    padding: 0;
    list-style: none;
    display: block;
    background: transparent;
    width: 173px;
    min-height: 73px;
    overflow: hidden;
    float: left;
    margin: 0;
}

.uk-nestable.map_village_dragg {
    padding: 0;
    list-style: none;
    display: block;
    background: transparent;
    width: 173px;
    height: 73px;
    overflow: hidden;
    float: none;
    margin: 0;
}
.uk-nestable a,
.uk-nestable img {
    -webkit-touch-callout: none
}

.uk-nestable-list {
    margin: 0;
    padding-left: 40px;
    list-style: none
}

.uk-nestable-item {
    touch-action: none;
    display: block;
    background: transparent;
    float: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: 0;
    text-align: center;
    font-size: 15px;
    color: #000;
}

.uk-nestable-item+.uk-nestable-item {
    margin:0;
}

.uk-nestable-list:not(.uk-nestable-dragged)>.uk-nestable-item:first-child {
    margin-top: 10px
}

.uk-nestable-dragged {
    position: absolute;
    z-index: 1050;
    pointer-events: none;
    padding-left: 0
}

.uk-nestable-placeholder {
    position: relative
}

.uk-nestable-placeholder {
    opacity: 0
}

.uk-nestable-placeholder:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1
}

.uk-nestable-empty {
    min-height: 53px
}

.uk-nestable-handle {
    touch-action: none
}

.uk-nestable-handle:hover {
    cursor: move
}

.uk-nestable-moving,
.uk-nestable-moving * {
    cursor: move
}

[data-nestable-action=toggle] {
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.uk-nestable-toggle {
    display: inline-block;
    visibility: hidden
}

.uk-nestable-toggle:after {
    content: "\f147";
    font-family: FontAwesome
}

.uk-parent>:not(.uk-nestable-list) .uk-nestable-toggle {
    visibility: visible
}

.uk-collapsed .uk-nestable-list {
    display: none
}

.uk-collapsed .uk-nestable-toggle:after {
    content: "\f196"
}

.uk-nestable-panel {
    background: transparent;
    padding: 0;
    margin: 0;
    border: 0;
    line-height: 1.2em;
    text-align: center;
    font-weight: 600;
    font-size: 13px;
    color: #000;
    display: table;
    width: 100%;
    height: 100%;
}

.uk-nestable-panel span{

}
.uk-nestable-panel span.large{
    font-size: 14px;
}

.uk-nestable-item.lasso_item .uk-nestable-panel span{
    padding: 0 25px 0 35px;
    font-size: 14px;
    line-height: 1.4em;
    text-align: justify;
}
.uk-nestable-item{
    text-shadow: none;
}