/*
 * -----------------------------------------------------------------------------
 * Lucom Interaction Platform
 * (C) Lucom GmbH, Erkrath. All rights reserved.
 *
 * $$
 * -----------------------------------------------------------------------------
 */

/*
 * Add your custom CSS code to this file. This file will be included as last CSS
 * file in the form and main view. The file may also include theme macros.
 */

/* resize segment buttons */
.ffw_addSegmentInstanceButton,
.ffw_removeSegmentInstanceButton {
    height: 8px;
    border-radius: 3px !important;
}

.ffw_addSegmentInstance .button{

    /*position: absolute;
    top: 0;
    cursor: pointer;
    padding: 5px 15px 5px 45px;
    margin: 8px 0;
    background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
    color: black;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    line-height: 20px;
    background-image: url(../images/action/addSegmentInstance.png);
    background-repeat: no-repeat;
    background-position: 15px center;*/

    font-size: 10pt !important;
    left: 32px !important;
    font-family: Arial, Verdana, sans-serif;
    background-position: 10px center !important;
    padding: 5px 15px 5px 34px !important;
    background-size: 14px !important;
}