.prodeca_custom_selector .prodeca_main_item_list_wrapper span.prodeca_list_trigger:before
{
  content : '+';  
  font-style: normal;
  font-weight: bold;
  vertical-align: top;
  color: white;
  width: 18px;
  height: 18px;
  display: inline-block;
  background-color: #494949;
  text-align: center;
  border-radius: 3px;
  font-size: 15px;
  margin-right: 3px;
}

.prodeca_custom_selector .prodeca_main_item_list_wrapper
{
    padding-top: 3px;
    padding-bottom: 3px;
}

.prodeca_custom_selector .prodeca_main_item_list_wrapper.unfold
{
      font-weight: bold;    
}

.prodeca_custom_selector .prodeca_main_item_list_wrapper.unfold span.prodeca_list_trigger:before
{
    content: '-';
}

.prodeca_custom_selector .prodeca_main_item_list_wrapper span.prodeca_list_trigger.disabled:before
{
    background-color: #e1e1e1;
}
.prodeca_custom_selector p span.label
{
    cursor: default;
}

.prodeca_custom_selector p 
{
  background-repeat: no-repeat;     
  margin-bottom: 0px;
  margin-top: 3px;
  padding-top: 3px;
}

.prodeca_custom_selector p span
{
    margin-left: 6px;
    display: inline-block;
}

.prodeca_items 
{
    display: block; 
    padding-left: 31px;
    padding-bottom: 15px;    
}
.prodeca_items.oculto 
{
    display: none;
}

.prodeca_custom_selector input[type='checkbox'] 
{
    margin-top: -3px;
}


/** Apartado agenda filtros especiales **/

#side-filters-wrapper
{    
    width: 320px;
    padding: 40px 15px 15px 15px;
    position: absolute;
    right: -12px;
    z-index: 100;    
    background-color: white;
    display: block;
    -webkit-box-shadow: -12px 2px 15px -4px rgba(117,117,117,1);
    -moz-box-shadow: -12px 2px 15px -4px rgba(117,117,117,1);
    box-shadow: -12px 2px 15px -4px rgba(117,117,117,1);
}
#side-filters-wrapper.side-filters-wrapper-hidden
{
    display: none;
}
#side-filters-wrapper .hide-side-filters-wrapper
{
    position: absolute;
    top: 6px;
    right: 12px;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
}
#side-filters-wrapper .hide-side-filters-wrapper:hover
{
    color: #c00000;
}