/* 
















 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-default {
    background-color: #e3e3e3;
    display: inline-block;
    color: #000;
    border: 1px solid #c8c8c8;
    border-radius: 1px;
    -webkit-box-shadow: #ccc 0 0 5px;
    -moz-box-shadow: #ccc 0 0 5px;
    box-shadow: #ccc 0 0 5px;
    font-size: 14px;
    line-height:28px;
    white-space: nowrap;
    text-align: left;
    position:relative;
    padding: 0 10px;
    width: auto;
    cursor: pointer;
}

input.btn-default {
    height: 32px;
    border-radius: 1px;
}

.btn-default:hover, btn-default:active {
    background-color: rgb( 240 , 240 , 240 );
}

.btn-default.continue {
    border: 1px solid #626262;
    border-radius: 0px;
    color: #FFFFFF;
    padding-right: 32px;
    background: #898989 url(/ips-repositories/operator/19332192/commons/images/icons/btn-bg-continue.png) right;
    background-repeat: no-repeat;
}

.btn-default.continue:hover, .btn-default.continue:active {
    background-color: rgb( 157 , 157 , 157 )
}

.btn-default.continue.disabled {
    padding-right: 10px;
    background-image: none;
}

.btn-default.highlight{
    height: 40px;
    line-height: 20px;
    text-align: center;
    width: 110px;
    border: 1px solid transparent;
    border-radius: 3px;
    color: #fff;
    padding: 10px;
    background: rgb(145,208,64);
}

.btn-default.highlight:hover, .btn-default.highlight:active{
    color: #fff;
    background: rgb( 158 , 221 , 77 );
}

.btn-default.disabled, .btn-default.disabled:hover, .btn-default:disabled, .btn-default:disabled:hover  {
	background-color: #eee;
	color: #999;
	cursor: default;
	border: 1px solid #c8c8c8;
}

/* Fixing disabled Class for IE 8*/
.btn-default.disabled, .btn-default.disabled:hover  {
    background-color: #eee;
    color: #999;
    cursor: default;
    border: 1px solid #c8c8c8;
}