/* 















 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-tab {
    float: left;
    display: inline-block;
    position: relative; 
    height: 55px;
    line-height: 22px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    padding:15px;
}
 
.btn-tab:hover {
    color: #3b4044;
}

.current {
    color: #3b4044;
    cursor:default;
}    
    
.btn-tab .numberFrame {
    float: left;
    width: 25px;
    height: 24px;
    border-radius: 3px;
    box-shadow: inset 0 0 1px 1px #aaa;
    background-color: #eee;
    text-align: center;
    margin: -1px 5px 0 0;
    color: #aaa;
    font-size:15px;
    behavior: url(/ips-opdata/layout/ips01/commons/styles/PIE.htc);
}
    
.current .numberFrame { 
    background-color: #aaa;
    color: #FFFFFF;
    box-shadow: inset 0 0 1px 1px #666; 
    behavior: url(/ips-opdata/layout/ips01/commons/styles/PIE.htc);
}

.btn-tab.done .numberFrame,
.btn-tab .done {
    color: transparent;
    background: url(/ips-opdata/layout/ips01/widget/button/images/icons/step-tick.png) no-repeat center;
}
