/* 















 configuration.ftl included */

/* 
 * Copyright (C) 2012 IP Labs GmbH <http://www.iplabs.de/>
 * All rights reserved.
 *
 * Button/Increment Control Emenent style definition file
 *
 * @author Hendrik Pütz <h.puetz@iplabs.de>
 * @author Biser Yordanov <b.yordanov@iplabs.de>
 */

.btn-big {
    float: left;
    display: inline-block;
    position: relative; 
    padding: 14px 10px 10px; /* ensures the space between text and shape edges */
    height: 54px;
    line-height: 25px;
    font-size: 14px;
    font-weight: bold;
    color: #ddd;
    cursor: default;
    min-width:200px;
}
 
.btn-big.done:hover {
    color: #3b4044;
}

.current {
    color: #3b4044;
    cursor:default;
}    
    
.btn-big .numberFrame {
    float: left;
    width: 25px;
    height: 26px;
    border-radius: 3px;
    background-color: #eee;
    text-align: center;
    margin: -1px 5px 0 0;
    color: #aaa;
}
    
.current .numberFrame { 
    background-color: #aaa;
    color: #FFFFFF;
}

.btn-big.done .numberFrame,
.btn-big .done {
    color: transparent;
    background: #eee url(/ips-opdata/layout/ips01/widget/button/images/icons/step-tick.png) no-repeat center;
    cursor: pointer;
    font-size: 0px;
}
