/**
 * This file is part of the iBobr - ShapeCombiner 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.
 */

.shape_combiner-inputBox {
    margin-bottom: 15px;
}

.shape_combiner-shape-button-container {
    display: inline-block;
    margin: 15px;
}

.shape_combiner-shape-button-container span {
    display: block;
    text-align: center;
    margin-top: 10px;
}

.shape_combiner-shape-button-container canvas {
    display: block;
    border: 1px solid #e1e1e1;
    cursor: pointer;
}

.shape_combiner-shape-button-container canvas:hover {
    border: 1px solid #a1a1a1;
    background-color: #eeeeee;
}

.shape_combiner-canvas-result-box {
    border: 1px solid #aaaaaa;
}

.shape_combiner-control-button {
    margin: 10px;
    min-width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    color: #323232;
    text-decoration: none;
    font-size: 20px;
    border: 1px solid #e1e1e1;
    padding: 0 10px;
    box-sizing: border-box;
}

.shape_combiner-control-button:hover {
    border: 1px solid #a1a1a1;
    background-color: #eeeeee;
}

.shape_combiner-input-box {
    border: 1px solid #e1e1e1;
    width: 500px;
    height: 35px;
    padding: 10px;
    box-sizing: border-box;
    margin: 10px;
}

.shape_combiner-error-message {
    color: #ce4844;
}

.shape_combiner-target-container {
    max-width: 50%;
    display: inline-block;
}

.shape_combiner-target-container span {
    display: block;
    text-align: center;
}