.uk-nestable {
    padding: 0;
    list-style: none;
    display: block;
    background: transparent;
    width: 270px;
    height: 198px;
    overflow: hidden;
    float: left;
    margin: 0;
}
.uk-nestable.lasso_drag {
    padding: 0;
    list-style: none;
    display: block;
    background: transparent;
    width: 265px;
    height: 129px;
    overflow: hidden;
    float: left;
    margin: 0 0 10px 0;
}
.uk-nestable.lasso_drag.recept{
    border: 1px dashed #fff;
    background: rgba(252,177,36, .2);
}
.uk-nestable.lasso_drag.recept:hover{
    border-color: #111;
}

.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: url("../images/modul4/author/car-item.png") 0 0 no-repeat;
    background-size: 100% 100%;
    width: 270px;
    height: 198px;
    float: left;
    padding: 0;
    margin: 0!important;
    border-radius: 0;
    border: 0;
    text-align: center;
    font-size: 15px;
    color: #000;
}

.uk-nestable-item.lasso_item {
    touch-action: none;
    display: block;
    background: url("../images/modul4/author/panel.png") 0 0 no-repeat;
    background-size: 100% 100%;
    width: 265px;
    height: 129px;
    float: left;
    padding: 0;
    margin: 0!important;
    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{
    display: table-cell;
    vertical-align: middle;
    padding: 0 55px;
    font-size: 12px;
}
.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;
}