/* Nuevos estilos para formularios */

/* select */

.CssFormNew2015 .select .customStyleSelectBox,
.CssFormNew2015 .customStyleSelectBox {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background: #EFEFEF url('/dam/templating-kit/themes/popLM/img/buscador-ui2015.png') no-repeat 1000px 4px;
  padding: 7px 10px 5px 14px;
  font-size: 15px;
  transition: none;
  display: inline-block;
  position: relative;
  line-height: 22px;
  font-weight: 400;
  margin-right: 4px;
  color: #666666;
  border: 0px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.CssFormNew2015 .select:hover .customStyleSelectBox,
.CssFormNew2015 span:hover .customStyleSelectBox:hover  {
  cursor: pointer;
  background-position-y: -26px !important;
  color: #66AD13;
}

.CssFormNew2015 select {
  margin: 0;
  height: 35px !important;
  z-index: 10;
  font-size: 14px !important;
  display: inline-block !important;
}

.CssFormNew2015 .sbHolder {
  display: none;
}

/* fin select */



/* Botones */

.CssFormNew2015 a.bt-green,
.CssFormNew2015 input[type="submit"]  {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  background-color: #7DBC39;
  background: -webkit-gradient(linear, left top, left bottom, from(#7DBC39), to(#7DBC39));
  background: -moz-linear-gradient(top,#7DBC39,#7DBC39);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7DBC39', endColorstr='#7DBC39');
  display: inline-block;
  padding: 9px 30px 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}