.uk-nestable {
    padding: 0;
    list-style: none;
    display: inline-block;
    background: transparent;
    min-height: 10px;
    min-width: 227px;
    margin: 0;
}
.uk-nestable.round_bio{
    width: 227px;
    height: 116px;
    border: 1px dashed #fff;
    margin: 0 auto!important;
    background: rgba(255,255,255, .5);
}

.uk-nestable.noelements{
    display: inline-block;
}

.authors_list_draggable li{
    float: left;
}

.uk-nestable{
    padding: 0;
    margin: 0 0 12px 0;
    display: block;
}
.uk-nestable{
    padding: 0;
    margin: 0!important;
}

.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;
    width: 227px;
    height: 116px;
    background: url("../images/authors/autor-tooltip.png")0 0 no-repeat;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: 0;
    text-align: center;
    font-size: 15px;
    color: #000;
    position: relative;
}
.uk-nestable.bio_recept .uk-nestable-item{
    background: url("../images/authors/autor-tooltip-active.png")0 0 no-repeat;
}

.uk-nestable-panel {
    background: transparent;
    margin: 0;
    border: 0;
    display: table;
    color: #000;
    height: 116px;
}

.uk-nestable-panel::before, .uk-nestable-panel::after{
    display: block;
    position: absolute;
    width: 100%;
    content: " ";
    height: 0;
}

.uk-nestable-panel::before{
    left: 0;
    top: 6px;
}

.uk-nestable-panel::after{
    left: 0;
    bottom: 6px;
}

.uk-nestable-panel span{
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 27px;
}

.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!important;
}

.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: 10px;
}
.uk-nestable:not(.uk-nestable-empty){
    margin-bottom: 80px!important;
}

.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-item{
    text-shadow: none;
}