/*! UIkit 2.23.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */

.uk-nestable {
    padding: 0;
    list-style: none;
    display: block;
    background: transparent;
    min-height: 53px;
    min-width: 192px;
    overflow: hidden;
    float: left;
    margin: 0;
}

.uk-nestable.strat_parent{
    min-height: unset;
}

.uk-nestable.ice_list {
    padding: 0;
    list-style: none;
    display: block;
    background: transparent;
    min-height: 50px;
    min-width: 231px;
    overflow: hidden;
    float: left;
    margin: 0;
}

.uk-nestable.noelements{
    min-width: 0;
    min-height: 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.ice {
    touch-action: none;
    display: block;
    background: url("../images/modul1/ice-item.png") 0 0 no-repeat;
    width: 231px;
    height: 83px;
    float: left;
    padding: 0;
    margin: 0!important;
    border-radius: 0;
    border: 0;
    font-size: 16px;
    color: #000;
    text-align: center;
}

.uk-nestable.ice_list.recept li{
    background: none;
    height: 51px;
}

.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;
    border: 1px dashed #ddd;
    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: 1em;
    text-align: center;
    font-family: 'Caudex', serif;
    font-weight: 700;
    font-size: 12px;
    color: #000;
    display: table;
    width: 100%;
    height: 100%;
}

.uk-nestable-panel span{
    display: table-cell;
    vertical-align: middle;
    padding-top: 4px;
}