/* 






















 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 {
position: relative;
  display: inline-block;
  zoom: 1;
  text-decoration: none;
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  line-height: 1;
  background: #008933;
  color: #fff;
  border: 2px solid #008933;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-align: center;
  text-shadow: 0 0 0;
  cursor:pointer;
}




.btn-default.continue{
    background: #afd76c;
    border: 2px solid #afd76c;
    color: #fff;
    text-shadow: 0 0 0;
}

.btn-default.disabled, .btn-default.disabled:hover {
  background: #C8C8C8;
  color: #fff;
  border-color: #C8C8C8;
  text-shadow: 0 0 0;
  cursor:default;
}



.btn-default.more, .form.zoekform .button {
  position: relative;
  display: inline-block;
  zoom: 1;
  text-decoration: none;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  line-height: 1;
  background: #008933;
  color: #fff;
  border: 2px solid #008933;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 4px;
  text-align: center;
  text-shadow: 0 0 0;
}

.btn-default.notrounded{
border-radius:0px;

}


input.btn-default {
    height: 32px;
}

.btn-default:hover, 
.btn-default:active,
.btn-default:focus {    
  background: #202124;
  color: #fff;
  border-color: #202124;
  text-shadow: 0 0 0;

}

.btn-default.transparent{
    background-color:rgba(0,0,0,0);
    border-color:white;
}




.btn-default.transparent:hover{
background-color:white;
color:black;

}
.btn-default.promo{
    background-color:#e21f21;
   border: #e21f21;
}

 
.btn-default.black{
    background:  rgba(255, 255, 255, 0.65) none repeat scroll 0% 0%;
    border-color:black;
    color:black;
    
}

.btn-default.black:hover{
color:white;
background-color:black;
}