.uk-nestable.circles {
    padding: 0;
    list-style: none;
    display: block;
    background: transparent;
    height: 181px;
    width: 181px;
    overflow: hidden;
    float: none;
    margin: 0 0 30px 0;
}
.uk-nestable.fishes {
    padding: 0;
    list-style: none;
    display: inline-block;
    background: transparent;
    min-height: 64px;
    min-width: 96px;
    float: none;
    margin: 0;
    position: relative;
}
.uk-nestable.films {
    padding: 0;
    list-style: none;
    display: inline-block;
    width: 156px;
    height: 124px;
    float: left;
    margin: 0;
    position: relative;
}
.uk-nestable.films.recept{
    border: 1px dashed #fff;
    background: rgba(252,177,36, .2);
}
.uk-nestable.bookers {
    padding: 0;
    list-style: none;
    display: inline-block;
    background: transparent;
    min-height: 64px;
    min-width: 96px;
    float: none;
    margin: 0;
    position: relative;
}
.uk-nestable.booker_files {
    padding: 0;
    list-style: none;
    display: inline-block;
    background: transparent;
    height: 159px;
    width: 232px;
    float: none;
    margin: 0;
    position: relative;
}

.uk-nestable.bookers:empty{
    width: 154px;
    height: 173px;
    #border: 1px solid red;
    margin: 0 0 0 20px;
}
.uk-nestable.bookers:first-child{
    #margin-left: 35px;
}

.uk-nestable.fishes.recept{
    margin-bottom: 47px;
    border: 1px dashed #999;
}

.uk-nestable.fishes.recept li::before, .uk-nestable.fishes.recept li::after {
    content: " ";
    display: inline-block;
    bottom: 85%;
    background: url("../images/modul4/plier.png") 0 0 no-repeat;
    width: 16px;
    height: 54px;
    position: absolute;
}
.uk-nestable.fishes.recept li:before{
    left: 15px;
}
.uk-nestable.fishes.recept li:after{
    right: 10px;
}

.uk-nestable.circles.recept{
    position: absolute;
    margin: 0;
}
.uk-nestable.circles.recept.r1{
    top: 15px;
    left: 145px;
}
.uk-nestable.circles.recept.r2{
    top: 15px;
    left: 376px;
}
.uk-nestable.circles.recept.r3{
    top: 224px;
    left: 20px;
}
.uk-nestable.circles.recept.r4{
    bottom: 18px;
    left: 149px;
}
.uk-nestable.circles.recept.r5{
    bottom: 18px;
    right: 138px;
}
.uk-nestable.circles.recept.r6{
    bottom: 216px;
    right: 13px;
}

.uk-nestable a,
.uk-nestable img {
    -webkit-touch-callout: none
}

.uk-nestable-list {
    margin: 0;
    padding-left: 40px;
    list-style: none
}

.uk-nestable-item.circle {
    touch-action: none;
    display: block;
    background: transparent;
    width: 181px;
    height: 181px;
    float: left;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: 0;
    text-align: center;
    font-size: 15px;
    color: #000;
}
.uk-nestable-item.fish {
    touch-action: none;
    display: block;
    background: url("../images/modul4/word-bg.png") 0 0 no-repeat;
    background-size: cover;
    min-width: 96px;
    min-height: 44px;
    float: left;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: 0;
    text-align: center;
    font-size: 15px;
    color: #000;
}
.uk-nestable-item.film {
    touch-action: none;
    display: block;
    background: url("../images/modul4/film-back.png") 0 0 no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    width: 156px;
    height: 124px;
    float: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: 0;
    text-align: center;
    font-size: 15px;
    color: #000;
}

.uk-nestable-item.booker {
    touch-action: none;
    display: block;
    background: url("../images/modul4/book-closed.png") 0 0 no-repeat;
    background-size: cover;
    width: 215px;
    height: 59px;
    float: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: 0;
    text-align: center;
}
.uk-nestable-item.booker_file {
    touch-action: none;
    display: block;
    background: url("../images/modul4/book-file-bg.png") 0 0 no-repeat;
    background-size: cover;
    width: 232px;
    height: 159px;
    float: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: 0;
    text-align: center;
}

.uk-nestable.bookers.recept .uk-nestable-item {
    touch-action: none;
    display: block;
    background: url("../images/modul4/booker0.png") 0 0 no-repeat;
    background-size: cover;
    width: 154px;
    height: 173px;
    float: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: 0;
    text-align: center;
}
.uk-nestable.bookers.recept .uk-nestable-item.booker_file{
    background: url("../images/modul4/book-file-bg2.png") 0 0 no-repeat;
    width: 228px;
    height: 281px;
    position: relative;
    top:-20px;
    left: 20px;
}
.uk-nestable.bookers.recept .uk-nestable-panel{
    opacity: 0;
}
.uk-nestable-item.booker .uk-nestable-panel{
    line-height: 1.2em;
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    color: #fff;
}
.uk-nestable.recept .uk-nestable-item.b1{
    background: url("../images/modul4/b1.png") 0 0 no-repeat;
}
.uk-nestable.recept .uk-nestable-item.b2{
    background: url("../images/modul4/b2.png") 0 0 no-repeat;
}
.uk-nestable.recept .uk-nestable-item.b3{
    background: url("../images/modul4/b3.png") 0 0 no-repeat;
}
.uk-nestable.recept .uk-nestable-item.b4{
    background: url("../images/modul4/b4.png") 0 0 no-repeat;
}
.uk-nestable.recept .uk-nestable-item.b5{
    background: url("../images/modul4/b5.png") 0 0 no-repeat;
}
.uk-nestable.recept .uk-nestable-item.b6{
    background: url("../images/modul4/b6.png") 0 0 no-repeat;
}
.uk-nestable-item.booker .uk-nestable-panel span{
    padding: 26px 10px 0 0;
}
.uk-nestable.fishes.recept .uk-nestable-item {
    background: url("../images/modul4/word-bg2.png") 0 0 no-repeat;
}
.uk-nestable-item.fish .uk-nestable-panel{
    display: table;
    height: 44px;
}
.uk-nestable-item.fish .uk-nestable-panel span{
    display: table-cell;
    vertical-align: middle;
}
.uk-nestable-item.film .uk-nestable-panel span{
    display: table-cell;
    vertical-align: middle;
    font-weight: 600;
    line-height: 1.3em;
}
.uk-nestable .uk-nestable-item span{
    padding: 0 15px;
}
.uk-nestable-item.circle span{
    text-shadow: -1px 1px 8px #ffc, 1px -1px 8px #fff;
}
.uk-nestable-item.circle span.blue{
    background: url("../images/modul4/game-item-blue.png") 0 0 no-repeat;
}
.uk-nestable-item.circle span.gold{
    background: url("../images/modul4/game-item-gold.png") 0 0 no-repeat;
}
.uk-nestable-item.circle span.violet{
    background: url("../images/modul4/game-item-violet.png") 0 0 no-repeat;
}
.uk-nestable-item.circle span.red{
    background: url("../images/modul4/game-item-red.png") 0 0 no-repeat;
}
.uk-nestable-item.circle span.brown{
    background: url("../images/modul4/game-item-brown.PNG") 0 0 no-repeat;
}
.uk-nestable-item.circle span.blue_light{
    background: url("../images/modul4/game-item-blue-light.png") 0 0 no-repeat;
}

.uk-nestable-item.booker_file span{
    padding: 0 25px;
}
.uk-nestable-item.booker_file span em{
    display: none;
    text-decoration: none;
    font-style: normal;
    font-size: 41px;
    text-transform: uppercase;
    padding: 15px 0;
    text-align: center;
    font-family: 'Fog', serif;
    color: #572A0A!important;
}
.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: 0;
}

.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: 700;
    font-size: 14px;
    color: #000;
    display: table;
    width: 100%;
    height: 100%;
}

.uk-nestable-panel span{
    display: table-cell;
    vertical-align: middle;
    #padding-top: 4px;
}

.uk-nestable-item{
    text-shadow: none;
}