/**
 * This file is part of the iBobr - cellars package
 *
 * (c) Ondřej Záruba <info@zaruba-ondrej.cz>
 *
 * For the full copyright and license information, please view the license.md
 * file that was distributed with this source code.
 */

.cellars-playground {
    display: inline-block;
    position: relative;
}

.cellars-playground-image {
    position: relative;
    top: 0;
    left: 0;
}

.cellars-input-box {
    z-index: 100;
    position: absolute;
}

.cellars-input-box-item {
    width: 90px;
    height: 90px;
    line-height: 90px;
    vertical-align: middle;
    border-radius: 50%;
    display: inline-block;
    background-color: #ffffff;
    text-align: center;
    margin: 10px;
}

.cellars-item {
    vertical-align: middle;
}

.cellars-draggable {
    cursor: move;
}

.cellars-tooltip {
    position: absolute;
    z-index: 10;
    top: 120px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
}

.cellars-target-field {
    width: 80px;
    height: 80px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
}